/*
Theme Name: Green Star Venture Theme
Theme URI: http://www.greenstarventure.com
Description: custom
Author: encoded by iSynergy/BeeSeen - http://www.isynergywebdesign.com - http://www.beeseen.com
Version: 1.0
Tags: custom
*/




/* general styles */
html {
    font-size: 62.5%;
}
body {
    font-family: "roboto", sans-serif;
    font-weight: 300;
    background: #323835;
}
.row img {
    width: 100%;
}
.btn {
    margin: 2em 0 0 0;
    padding: .5em 1em;
    background: #005123;
    font-size: 1.2em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0 0 10px 2px #ccc;
}
.btn:hover {
    background: #28a44a;
    color: #fff;
}
h2 {
    font-size: 1.4em;
    font-weight: 700;
}
hgroup h2 {
    margin: 0 0 1em 0;
    padding: 1.5em 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
}
h3 {
    margin: 0;
    padding: 2em 0 0 0;
    font-size: 1.2em;
    font-weight: 700;
}
h4 {
    margin: 0;
    padding: 2em 0 0 0;
    font-size: 1.1em;
    font-weight: 700;
}
h5 {
    margin: 0;
    padding: 2em 0 0 0;
    font-size: 1em;
    font-weight: 700;
}
p {
    margin: 0;
    padding: 1em 0 0 0;
    line-height: 1.8;
}
.alignleft {
    float: left;
    margin: 2em 1em 1em 0;
}
.alignright {
    float: right;
    margin: 2em 0 1em 1em;
}
.main img {
    border: 1px solid #333;
}
.edit-entry {
    clear: both;
    padding-top: 3em;
}
/* Mobile devices (phone in landscape, 420px and up) */
@media (min-width: 420px) {
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .btn {
        padding: .5em 4em;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}



/* carousel */
.carousel-inner .item img {
    margin: 0 auto;
}
.carousel-caption {
    bottom: 0;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.carousel-caption p {
    margin: 0 0 0 5em;
    font-size: 1em;
    font-weight: 400;
}
/* Mobile devices (phone in landscape, 420px and up) */
@media (min-width: 420px) {
    .carousel-caption p {
        margin: 0 0 .5em 5em;
        font-size: 1.2em;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel {
        padding-top: 105px;
    }
    .carousel-caption {
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .carousel-caption p {
        margin: 0 0 1em 5em;
        font-size: 2em;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-caption p {
        font-size: 2.5em;
    }
}
/* Medium+ devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
    .carousel-caption p {
        font-size: 3em;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


/* header */
header {
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 5px solid #28a44a;
    z-index: 1000;
}
.navbar {
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
    border: none;
}
.navbar-brand {
    display: block;
    width: 75%;
    height: auto;
}
.navbar-brand img {
    width: 100%;
    max-height: 70px;
}
.navbar-nav {
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-default  .navbar-nav > li > a {
    color: #005123;
}
/* Mobile devices (phone in landscape, 420px and up) */
@media (min-width: 420px) {
    .navbar-brand {
        width: auto;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header {
        position: fixed;
        padding: 0 2em;
    }
    .navbar-nav {
        margin-top: 1.6em;
        font-size: 1em;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-nav {
        font-size: 1.2em;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


/* title */
.title {
    padding: 1.5em .8em 3em .8em;
    background: url(images/bg-triangle.png) no-repeat center bottom #28a44a;
    text-align: center;
}
.title h1 {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
}
/* Mobile devices (phone in landscape, 420px and up) */
@media (min-width: 420px) {
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .title {
        padding: 4em 2em 6em 2em;
    }
    .title h1 {
        font-size: 2.2em;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}



/* main */
.main-container {
    width: 100%;
    background: #fff;
}
.main {
    margin: 0 auto;
    padding: 3em 2em 8em 2em;
    max-width: 1200px;
}
.main img {
    width: 100%;
}
/* Mobile devices (phone in landscape, 420px and up) */
@media (min-width: 420px) {
    .main img {
        width: 50%;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .main img {
        width: auto;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}



/* home */
.home .main .btn {
    margin-top: 1em;
    width: 100%;
}
/* Mobile devices (phone in landscape, 420px and up) */
@media (min-width: 420px) {
    .home .main img {
        display: block;
        margin: .5em auto;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .home .main > section {
        min-height: 540px;
    }
    .home .main .btn {
        position: absolute;
        bottom: 0;
        margin-top: 0;
        width: 92%;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .home .main img {
        display: inherit;
        width: 100%;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}



/* footer */
footer {
    background: #45514a;
}
.sm-role-call {
    margin: 0 auto;
    padding: 4em 2em;
    max-width: 1200px;
    text-align: center;
}
.sm-role-call .icon-social {
    display: inline-block;
    padding: 0 0;
    text-align: center;
}
.sm-role-call .icon-social img {
    width: 50%;
}
footer nav {
    background: #323835;
    text-align: center;
}
footer nav ul {
    margin: 0 auto;
    padding: 3em 2em 1em 2em;
    max-width: 1200px;
    list-style: none;
}
footer nav ul > li {
    display: inline-block;
    font-size: 1.4;
    border-right: 1px solid #fff;
}
footer nav ul > li:last-child {
    border-right: none;
}
footer nav ul > li > a {
    padding: .1em 1em;
    font-weight: 300;
    color: #ccc;
}
footer nav ul > li > a:hover {
    color: #fff;
}
footer nav p {
    margin: 0 auto;
    padding: 0 2em 3em 2em;
    max-width: 1200px;
    font-size: .8em;
    font-weight: 300;
    color: #ccc;
}
/* Mobile devices (phone in landscape, 420px and up) */
@media (min-width: 420px) {
    .sm-role-call .icon-social {
        padding: 0 2em;
    }
    .sm-role-call .icon-social img {
        width: 100%;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sm-role-call .icon-social {
        padding: 0 3em;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}



/* contact form */
.bgfieldset {
    margin: 1em 0 0 0;
    width: 100%;
    height: 18px;
    background: url(images/bg-fieldset.png) no-repeat 1em top;
}
.wpcf7-form fieldset {
    padding: 1em 2em;
    background: #cae9d2;
    border-radius: 1em;
}
.wpcf7-form-control {
    width: 100%;
}
.wpcf7-submit {
    width: auto;
}