/*
Theme Name: Longevity Child
Theme URI: http://www.shapedpixels.com/free-wordpress-themes/longevity
Template: longevity
Author: Shaped Pixels
Author URI: http://www.shapedpixels.com
Description: Longevity is a powerful responsive and multipurpose theme offering a minimalist design style with a unique curved graphic to help showcase your images and sliders on every page. Easy to configure with a plethora of features and a live preview of your customization from the WordPress customizer. You get features like 9 preset colour options, but also Unlimited colour selectors, 2 Site Header Styles, 21 Widget sidebar positions, 4 blog styles and layouts, 4 webpage sizes, show or hide various page elements, post formats, page templates, and a lot more. For theme info, support and more, visit the Longevity Info under the Appearance menu.
Tags: light,blue,two-columns,left-sidebar,right-sidebar,responsive-layout,fixed-layout,custom-background,custom-colors,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,threaded-comments,translation-ready
Version: 1.4.4.1460482232
Updated: 2016-04-12 17:30:32

*/

body {
    font-size: 1rem;
}
.site-header {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #91b251;
}
#content {
    background-color: #000;
}
#right-sidebar {
    margin-top: 90px;
}
#bottom-group {
    color: #fff !important;
    background-color: #222 !important;
}
#cta-sidebar h1 {
    color: #92d050;
	font-weight: 500;
}
#cta-sidebar p {
    color: #7b7b7b !important;
}
.metaslider {
    margin: 0 auto;
}
#wpcf7-f45-p14-o1 {
    font-size: 16px;
    color: #92d050;
}
#wpcf7-f45-p17-o1 {
    font-size: 16px;
    color: #92d050;
}
#wpcf7-f45-p57-o1 {
    font-size: 16px;
    color: #92d050;
}
#wpcf7-f45-p20-o1 {
    font-size: 16px;
    color: #92d050;
}
.wpcf7-form input {
    color: #111;
}
.entry-title {
    color: #92d050;
}
#left-sidebar .btn:hover {
    color: #000;
}
#right-sidebar .btn:hover {
    color: #000;
}
.wpcf7 input[type="submit"] {
    font-size: 18px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
}
.grow1 {
    display: inline-block;
    overflow: hidden;
}
.grow1 img {
    display: block;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grow1:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
@media (min-width: 992px) {
.primary-navigation li a {
    color: #eee !important;
}
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-ancestor > a {
    color: #92d050 !important;
}
}