/* ================================================================== gradient-light-green ================================================================== */ .banner, .page-title, .fact-section, .download-section, .features-item .media i, .video-section .overlay, .footer-section .overlay, .author-details .author-social-area, .pricing-section .pricing-wrap .pricing-title { background-image: -moz-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(180,215,153) 54%, rgb(229,248,161) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(180,215,153) 54%, rgb(229,248,161) 100%); background-image: -ms-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(180,215,153) 54%, rgb(229,248,161) 100%); } .btn-video, .social-area li a i, .blog-details .blog-info a, .trending-news .trending-item i, .client-section .client-details .rating i { color: #7aaa85; } .btn, .social-area li { background: #ffffff; color: #7aaa85; } .footer-section .subscribe .btn-subscribe { background: #7aaa85; } #preloader:before { border-color: #82b690 !important; } .author-details { border-color: #82b690; } .banner { padding: 250px 0 120px; } @media (min-width: 991px) { .navbar.navbar-default.navbar-fixed-top.headroom--not-top .navbar-brand { color: #82b690; } .navbar.navbar-default.navbar-fixed-top.headroom--not-top ul.nav.navbar-nav li.current:after { background: #82b690; } } @media (max-width: 991px){ .navbar.navbar-default .navbar-brand { color: #82b690; } .banner { padding: 180px 0 80px; } } @media all and (max-width: 767px){ .banner { padding: 120px 0 80px; } } .author-details .author-info img, .testimonial-slider .owl-prev, .testimonial-slider .owl-next { background-image: -moz-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%) !important; background-image: -webkit-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%) !important; background-image: -ms-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%) !important; } .banner .heading { margin-bottom: 30px; margin-top: 15px; } .btn-deep-red:active, .btn-deep-red, .swiper-pagination-bullet { color: #ffffff; } .footer-section .subscribe .btn-subscribe:hover, .btn-deep-red:active, .btn-deep-red, .swiper-pagination-bullet, .pricing-section .pricing-wrap.active .btn-signup, .btn-deep-red:focus, .btn-deep-red:active, .bg-gradient-red { background-image: -moz-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%); background-image: -ms-linear-gradient( 0deg, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%); } .navbar.navbar-default .navbar-toggle { border-color: #82b690; } .navbar.navbar-default .navbar-toggle .icon-bar { background: #82b690; } .apps-section { background-image: url('../images/color-green/bg.png'); } .btn-signup { background: transparent; } .btn-signup:before { content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; border-radius: 4px; background-image: -webkit-linear-gradient(bottom, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%); background-image: -o-linear-gradient(bottom, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%); background-image: linear-gradient(to top, rgb(130,182,144) 0%, rgb(162,199,131) 54%, rgb(194,216,117) 100%); z-index: -1; visibility: hidden; opacity: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .btn-signup:hover:before{ visibility: visible; opacity: 1; }