/* ================================================================== gradient-blue ================================================================== */ .banner, .page-title, .fact-section, .download-section, .features-item .media i, .video-section .overlay, .footer-section .overlay, .author-details .author-social-area, .bg-gradient-red, .pricing-section .pricing-wrap.active .btn-signup, .pricing-section .pricing-wrap .pricing-title { background-image: -moz-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); background-image: -webkit-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); background-image: -ms-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); } .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(279deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); background-image: -o-linear-gradient(279deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); background-image: linear-gradient(9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 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; } .banner { background-image: url('../images/color-purple/bg-home.png'); background-position: center; background-size: cover; } .banner .heading { margin-bottom: 70px; margin-top: 15px; } .btn-video, .social-area li a i, .blog-details .blog-info a, .trending-news .trending-item i, .client-section .client-details .rating i { color: #26034a; } .social-area li { background: #ffffff; color: #26034a; } .author-details ul li a:hover, .btn-deep-red:focus, .btn-deep-red:hover, .btn-deep-red:active, .btn-deep-red { color: #ffffff; } .btn-deep-red:focus, .btn-deep-red:active, .btn-deep-red, .swiper-pagination-bullet { background-image: -moz-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); background-image: -webkit-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); background-image: -ms-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%); } @media (min-width: 991px) { .navbar.navbar-default.navbar-fixed-top.headroom--not-top .navbar-brand { color: #26034a; } .navbar.navbar-default.navbar-fixed-top.headroom--not-top ul.nav.navbar-nav li.current:after { background: #26034a; } } @media (max-width: 991px){ .navbar.navbar-default .navbar-brand { color: #26034a; } .banner .heading { margin-bottom: 30px; } } .navbar.navbar-default .navbar-toggle { border-color: #26034a; } .navbar.navbar-default .navbar-toggle .icon-bar { background: #26034a; } .author-details { border-color: #390952; } .testimonial-slider .owl-prev, .testimonial-slider .owl-next { background-image: -moz-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%) !important; background-image: -webkit-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%) !important; background-image: -ms-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%) !important; } .footer-section .subscribe .btn-subscribe:hover { background: #26034a; } #preloader:before { border-color: #26034a !important; } .author-details .author-info img { background-image: -moz-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%) !important; background-image: -webkit-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%) !important; background-image: -ms-linear-gradient( 9deg, rgb(70,13,95) 0%, rgb(54,8,85) 51%, rgb(38,3,74) 100%) !important; } .apps-section { background-image: url('../images/color-purple/bg.png'); }