/*!
 *
 *  Custom styles for incubatenergy.org
 *
 ******************************************/
#header {
    padding: 30px;
}
/**main image background - black**/
#home-slider,
#page-breadcrumb {
  background-color: #000000;
}
/* override */
@media only screen and (max-width: 768px) {
    #home-slider {
        margin: 0;
    }
}
/* override */
@media only screen and (max-width: 992px) {
    #home-slider {
        margin-top: 0;
    }
}

@media(min-width: 992px) {
    #home-slider .main-slider {
        height: auto;
    }
}
/* override */
@media only screen and (max-width: 992px) {
    #home-slider .main-slider {
        height: auto;
    }
}



#home-slider .slide-text {
    margin-top:20px;
    position: relative;
    text-align: left;
    top:0;
    left: 0;
    width: 100%
}

/* override */
@media only screen and (max-width: 768px) {
    #home-slider .slide-text {
        position: relative;
        width: 100%;
    }
}
@media(min-width:992px) {
    #home-slider .slide-text {
        position: absolute;
        top:20px;
        width: 100%;
    }
}
/**social-icons: large blue**/
.social-icons ul li a{
  color: #228591;
  font-size: 2em;
}



/**text styles**/
h1,
h1.title {
    color: #4cb6c3;
    font-weight: 300;
    font-size: 50px;
}
h1.title {
    font-size: 46px;
}

h2 {
    font-weight: 400;
    color: #228591;
    font-size: 28px;
}

h3 {
    font-weight: 700;
    font-size: 22px;
}

h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
}

#home-slider h1 {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 0;
}


@media(min-width: 1200px) {
    #home-slider h1 {
        font-size: 45px;
        margin-bottom: 25px;
    }
}

#home-slider .slide-text h4 {
    color: #fff;
}

p {
    line-height: 1.5em;
}

#page-breadcrumb a {
    color: #4cb6c3;
    text-decoration: none;
}

#page-breadcrumb p {
    color: #fff;
    font-size: 22px;
}

#page-breadcrumb p a {
    color: #fff;
}

.single-service > a {
    text-decoration: none;
}
.single-service p {
    margin-bottom: 0;
    padding: 0 48px;
    text-align: left;
}

.location {
    font-weight: 700;
}

.date {
    font-weight: 700;
}

a {
    color: #ffffff;
    text-decoration: none;
}

#footer  {
    margin-top: 120px;
}

.disclaimer-footer {
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.btn-learn {
    border: 3px solid #fcb433;
    color:#000;
    margin: 1em 0;
    text-decoration: none;
    text-transform: uppercase;
}

#action {
    padding-bottom: 2em;
    padding-top: 2em;
}

.single-features .col-sm-6 {
    margin-top: 0;
}
.single-features:last-child {
    padding-top: 65px;
    padding-bottom: 40px;
}
/**horizontal rule**/
hr {
    border: 1px dotted #acacac;
    margin-right: 2em;
    margin-left: 2em;
}


/*
 *  Blog styles
 */
.post-title a {
    color: #228591;
    text-decoration: none;
}

.post-author,
.post-author a {
    color: #228591;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

/*
 *  Styles to fix new image locations
 */
#footer {
  background-image: none;
}

#home-slider {
  background-image: none;
}
#action {
  background-image: none;
}
#page-breadcrumb {
  background-image: none;
}
.tour-button {
  background-image: none;
}



.right.team-carousel-control {
  background-image: url("/assets/images/aboutus/right.png");
}

.left.team-carousel-control {
  background-image: url("/assets/images/aboutus/left.png");
}
.portfolio-filter li a.active:before{
  background: url("/assets/images/portfolio/icon.png");
}
.pagination li:first-child a{
  background: url("/assets/images/portfolio/left.png");
}

.pagination li:first-child a:hover{
  background: url("/assets/images/portfolio/left.png");
}

.pagination li:last-child a{
  background: url("/assets/images/portfolio/right.png");
}

.pagination li:last-child a:hover{
  background: url("/assets/images/portfolio/right.png");
}

.arrow-right:after{
  background: url("/assets/images/blog/left.png");
}


.arrow-left:before{
  background: url("/assets/images/blog/right.png");
}
.single-blog .post-overlay span{
  background: url("/assets/images/blog/blog-arrow.png");
}

.corporate-info .corporate-address {
  background-image: url("/assets/images/contact-bg.png");
}

.corporate-info .corporate-address address {
  background-image: url("/assets/images/icon-map.png");
}

.bg-404 {
  background-image: url("/assets/images/home/tour-bg.png");
}
.bg-404 {
  background-image: url("/assets/images/404-bg.png");
}
#coming-soon {
  background-image: url("/assets/images/coming-soon-bg.png");
}

#countdown li.angle-one {
  background-image: url("/assets/images/coming-soon1.png");
}

#countdown li.angle-two {
  background-image: url("/assets/images/coming-soon2.png");
}

#countdown li.angle-three {
  background-image: url("/assets/images/coming-soon3.png");
}

#countdown li.angle-four {
  background-image: url("/assets/images/coming-soon4.png");
}