/*
 Theme Name:   GreenScene
 Theme URI:    http://munchdesign.com/
 Description:  Greenscene theme customsation
 Author:       John Doe
 Author URI:   http://munchdesign.com/
 Template:     GreenNature
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         green
 Text Domain:  greennature-v1-00
*/
/* Header tweaks ----*/
.greennature-navigation-wrapper, .greennature-logo-right-text {
    margin-top: 100px !important;
}
.greennature-navigation-wrapper {
    margin: 0 0 0 75px;
    float: left;
}


/* Homepage tweaks ----*/
div#half-feature {
    background-size: cover!important;
}

/* Services pages ------*/
.greennature-column-service-item.greennature-type-1 .column-service-image {
    max-width: 75px;
    float: left;
    margin-right: 25px;
}

/*PayPal form*/

table.paypal {
    text-align: left;
}

input[type="text"] {
    width: 90%;
}

