// Variables // ========= // Colors @colorPrimary: #ff9d08; @colorSecondary: #6e44a3; @colorTertiary: #38cef9; @colorBg: white; @bradius: 5px; // Metrics @boxWidth: 1240px; // Other @layoutType: "wide"; @borderType: "square"; @outerBgType: "color"; @outerBgColor: @colorSecondary; @outerBgImage: ""; @preloader: ""; // Mixins .animation(@animation) { -webkit-animation: @animation; animation: @animation; } .transform(@transform) { -webkit-transform: @transform; -ms-transform: @transform; // IE9 only transform: @transform; } // Styles // ====== // Backgrounds body { background: @colorBg !important; } body when (@layoutType = "boxed") and (@outerBgType = "color") { background: @outerBgColor !important; } body when (@layoutType = "boxed") and (@outerBgType = "pattern") and not (@outerBgImage = "") { background: url(@outerBgImage) @colorBg repeat left top !important; } html when (@layoutType = "boxed") and (@outerBgType = "image") and not (@outerBgImage = "") { height: 100%; background: url(@outerBgImage) @colorBg repeat center top / cover fixed !important; } body when (@layoutType = "boxed") and (@outerBgType = "image") { background: none !important; } // Layout .wrapper-boxed when (@layoutType = "boxed") { max-width: @boxWidth; } // Colors .text-color-primary { color: @colorPrimary !important; } .bg-color-primary { background-color: @colorPrimary; } .bg-color-secondary { background-color: @colorSecondary; } .bg-color-tertiary { background-color: @colorTertiary; } .btn.btn-color-primary { background-color: @colorPrimary; } //theme styles // =========== mega menu ==================== .header-section ul li.active > a { color: @colorPrimary; } .header-section.style4 ul li ul { background: @colorPrimary; } .header-section ul li:hover > a, .header-section ul li.active > a { color: @colorPrimary; } .header-section.style4 ul li.search-parent .search-box { background: @colorPrimary; } .header-section.style4 ul li.search-parent .search-box .form-control { background: @colorPrimary; } @media only screen and (max-width: 1000px) { .header-section.style4 #menu ul { background: @colorPrimary; } } .header-section ul li .number { background: @colorPrimary; } .header-section.style4 ul li.cart-parent .cart-box { background: @colorPrimary; } .header-section ul li.mega-menu > ul > li ul li a:hover { color:@colorPrimary; } .header-section ul li.search-parent a.m-link { color: @colorPrimary; } .header-section ul li.cart-parent a.m-link { color: @colorPrimary; } .header-section.dark-dropdowns.style4 ul li:hover > a, .header-section.dark-dropdowns.style4 ul li.active > a { color: @colorPrimary; } .header-section.dark-dropdowns.style4 ul li.mega-menu > ul > li ul li a:hover { color: @colorPrimary; } .header-section.dark-dropdowns.style4 #menu ul li ul li:hover a span.sub-arrow, header-section.dark-dropdowns.style4 #menu ul li ul li.active a span.sub-arrow { color: @colorPrimary; } .header-section.dark-dropdowns.style2 ul li:hover > a, .header-section.dark-dropdowns.style2 ul li.active > a { color: @colorPrimary; } .header-section.dark-dropdowns.style2 ul li.mega-menu > ul > li ul li.active a { color: @colorPrimary; } .header-section.dark-dropdowns.style2 ul li.mega-menu > ul > li ul li a:hover { color: @colorPrimary; } .btn-top-1 { background-color: @colorPrimary; } .header-section.dark-dropdowns.style1 ul li:hover > a, .header-section.dark-dropdowns.style1 ul li.active > a { color: @colorPrimary; } .header-section.dark-dropdowns.style1 ul li.mega-menu > ul > li ul li a:hover { color: @colorPrimary; } .header-section.dark-dropdowns.style1 ul li:hover > a, .header-section.dark-dropdowns.style1 ul li.active > a { color: @colorPrimary; } .header-section.act-style-1 ul li.active > a { background-color: @colorPrimary !important; } .header-section.style3 #menu ul li.mega-menu li ul li:hover a, .header-section.style3 #menu ul li.mega-menu li ul li.active a { color: @colorPrimary; } .header-section.style3 #menu ul li.mega-menu li ul li:hover a, .header-section.style3 #menu ul li.mega-menu li ul li.active a { color: @colorPrimary; } .header-section.style3 #menu ul li ul li:hover > a, .header-section.style3 #menu ul li ul li.active > a { color: @colorPrimary; } .header-section.style3 #menu ul li ul li:hover a span.sub-arrow, header-section.style3 #menu ul li ul li.active a span.sub-arrow { color: @colorPrimary; } .header-section.style5.dark #menu ul li ul li:hover > a, .header-section.style5.dark #menu ul li ul li.active > a { color: @colorPrimary; } .header-section ul li.cart-parent .cart-box span { color: @colorPrimary; } .header-section ul li.cart-parent .cart-box span { color: @colorPrimary; } .header-section ul li.cart-parent .cart-box .btn.btn-primary { background: @colorPrimary none repeat scroll 0 0 !important; } // =========== corporate ==================== .tp-caption.sbut2 a { background-color: @colorSecondary; } .tp-caption.sbut3 a { background-color: @colorPrimary; } .text-primary { color: @colorPrimary; } .c5-feature-box-5 .img-box .overlay .icon.primary { background-color: @colorPrimary; } .c5-feature-box-5 .img-box .overlay .icon.secondary { background-color: @colorSecondary; } .section-secondary { background-color: @colorSecondary; } .iconlist li i { color: @colorPrimary; } .btn.btn-prim { background-color: @colorPrimary; } .c5-feature-box-2:hover .title, .c5-feature-box-2.active .title { color: @colorPrimary; } .c5-feature-box-2:hover .icon, .c5-feature-box-2.active .icon { color: @colorPrimary; border: 1px solid @colorPrimary; } .c5-feature-box-2 .icon { color: @colorSecondary; border: 1px solid @colorSecondary; } .c5-feature-box-3:hover .icon, .c5-feature-box-3.active .icon { border: 1px solid @colorPrimary; background-color: @colorPrimary; } .c5-feature-box-3:hover .title, .c5-feature-box-3.active .title { color: @colorPrimary; } .c5-feature-box-3 .icon { color: @colorPrimary; } .btn.btn-second { background-color: @colorSecondary; } .btn.btn-border.primary { color: @colorPrimary; border-color: @colorPrimary; } .btn.btn-border.primary:hover { background-color: @colorPrimary; border-color: @colorPrimary; } .c5-feature-box-4:hover .text-box, .c5-feature-box-4.active .text-box { background-color: @colorSecondary; } .c5-feature-box-4 .img-box-main .img-box .sc-icons-box { background: @colorSecondary; } .slide-controls-2 .owl-theme .owl-controls .owl-page.active span { background-color: @colorSecondary; border: 1px solid @colorSecondary; } .slide-controls-2 .owl-theme .owl-controls .owl-page span { border: 1px solid @colorSecondary; } .c5-feature-box-7 .img-box .overlay .post-icon.primary { background-color: @colorPrimary; } .c5-feature-box-7 .img-box .overlay .post-icon.secondary { background-color: @colorSecondary; } .footer-tags li a:hover, .footer-tags li a.active { border: 1px solid @colorPrimary; color: @colorPrimary; } .newsletter-submit-btn { border: 1px solid @colorSecondary; background-color: @colorSecondary; } .footer-social-icons li a:hover, .footer-social-icons li a.active { color: @colorPrimary; } .scrollup { background: @colorPrimary url(../images/scroll-top-arrow.png) no-repeat 15px 16px; } .pagenation-holder .breadcrumb li.current a { color: @colorPrimary; } .iconlist.gyellow li i { color: @colorPrimary; } .text-secondary { color: @colorSecondary; } .sky-form .button { background-color: @colorPrimary; } // Border roundness .btn when (@borderType = "rounded") { border-radius: @bradius; }