@charset "utf-8";
/*CSS Document */
/*

Theme Name: nimbus
Theme URI: http://www.nimbusframes.com/
Author: Kim LaGrow
Author URI: http://www.begenuine.com
Template: Divi
Version: 1.0.0 
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Nimbus Frames
*/
#main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
.footer-widget a {
color:#ffffff;
text-decoration:underline;
}
h4 {
color:#13476;
font-weight:bold;
}
#footer-widgets {
    padding: 3% 0 0;
}
@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 425px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 425px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 30%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}
.wpcf7-submit {
background: #134176;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    padding: 10px 10px;
}
/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the buy now cta button */
            .buy-now {border-radius: 0px;}
            .buy-now a {color: #fff!important;}
            li.buy-now {
                background-color:#134176;
		font-family: 'Lato', sans-serif;
                font-weight: normal; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.buy-now:hover {background-color:#134176;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .buy-now li.current-menu-ancestor > a, .buy-now li.current-menu-item > a {
                    color: #fff !important;}
 
    @media only screen and (min-width : 981px) {
            li.buy-now {height: 33px;}}
