// Variables // ========= // Colors @colorPrimary: #2948e3; @colorSecondary: #b2c81e; @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.sbut1 a { background-color: @colorPrimary; } .tp-caption.text-primary { color: @colorPrimary; } .ce-feature-box-1:hover .circle, .ce-feature-box-1.active .circle { background-color: @colorPrimary; } .ce-feature-box-1 .circle-inner .icon { color: @colorPrimary; } .text-primary { color: @colorPrimary; } .ce-feature-box-11-main .bg-circle { border: 35px solid @colorPrimary; } .ce-feature-box-11:hover .img-box .overlay, .ce-feature-box-11.active .img-box .overlay { background: fadeout(@colorPrimary, 9%); } .ce-feature-box-11-main .bg-circle-2 { border: 35px solid @colorPrimary; } .btn.btn-border.primary { color: @colorPrimary; border-color: @colorPrimary; } .btn.btn-border.primary:hover { background-color: @colorPrimary; border-color: @colorPrimary; } .section-primary { background-color: @colorPrimary; } .ce-feature-box-4-main .ce-feature-box-4 { background-color: @colorPrimary; } .ce-feature-box-12-main .bg-circle { border: 35px solid @colorPrimary; } .ce-feature-box-12:hover .img-box .overlay, .ce-feature-box-12.active .img-box .overlay { background: fadeout(@colorPrimary, 9%); } .ce-feature-box-12-main .bg-circle-2 { border: 35px solid @colorPrimary; } .ce-feature-box-14 .img-box .bg-circle-box .circle { border: 30px solid @colorPrimary; } .ce-feature-box-14 .img-box .bg-circle-box .sc-icons li a { background-color: @colorPrimary; } .ce-feature-box-14 .text-box.primary { background-color: @colorPrimary; } .ce-feature-box-15:hover .img-box .overlay .text-box, .ce-feature-box-15.active .img-box .overlay .text-box { background: fadeout(@colorPrimary, 9%); } .btn.btn-prim { background-color: @colorPrimary; } .ce-feature-box-15:hover .img-box .overlay .text-box .btn.btn-prim, .ce-feature-box-15.active .img-box .overlay .text-box .btn.btn-prim { color: @colorPrimary; } .ce-price-table-1:hover, .ce-price-table-1.active { background-color: @colorPrimary; } .ce-price-table-1 .inner-box .price-circle .price { color: @colorPrimary; } .ce-price-table-1 .inner-box .price-circle { color: @colorPrimary; } .parallax-overlay.primary { background: fadeout(@colorPrimary, 9%); } .ce-feature-box-16 .img-circle .img { background-color: @colorPrimary; } .footer-tags li a:hover, .footer-tags li a.active { border: 1px solid @colorPrimary; color: @colorPrimary; } .newsletter-submit-btn { border: 1px solid @colorPrimary; background-color: @colorPrimary; } .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; } .ce-feature-box-2:hover, .ce-feature-box-2.active { background-color: @colorPrimary; } .loader-item.style1 .double-bounce1, .loader-item.style1 .double-bounce2 { background-color: @colorPrimary; } .ce-feature-box-17:hover .content-box, .ce-feature-box-17.active .content-box { background-color: @colorPrimary; } .ce-feature-box-17 .content-box-inner .icon { color: @colorPrimary; } .ce-feature-box-7 .info-box .social-icons i { color: @colorPrimary; } .topbar.primary { background-color: @colorPrimary; } .personal-info.orange-2 li { color: @colorPrimary; } .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active { color: @colorPrimary; border-color: @colorPrimary; } .cbp-l-filters-buttonCenter .cbp-filter-counter { background-color: @colorPrimary; } .cbp-l-filters-buttonCenter .cbp-filter-counter::after { border-top: 4px solid @colorPrimary; } .iconlist.gyellow li i { color: @colorPrimary; } .ce-feature-box-5:hover .img-box-main, .ce-feature-box-5.active .img-box-main { background-color: @colorPrimary; } .ce-feature-box-5 .img-box-main.primary { background-color: @colorPrimary; } .ce-feature-box-5 .img-box-main .img-box .sc-icons-box { background-color: @colorPrimary; } .ce-feature-box-8 .img-box .icon-box { background: fadeout(@colorPrimary, 9%); } .ce-feature-box-8 .img-box { border: 1px solid @colorPrimary; } .ce-feature-box-9 .img-box .text-box .sc-icons-box { background-color: @colorPrimary; } .ce-feature-box-10 .img-box .text-box .sc-icons-box { background: fadeout(@colorPrimary, 9%); } .pages-sidebar-links li a:hover, .pages-sidebar-links li a.active { color: @colorPrimary; } .pages-tags li a:hover, .pages-tags li a.active { background-color: @colorPrimary; border: 1px solid @colorPrimary; } .sky-form .button { background-color: @colorPrimary; } .tabstyle-6 .responsive-tabs li a:hover, .tabstyle-6 .responsive-tabs li.active, .tabstyle-6 .responsive-tabs li.active a { border-right: 1px solid @colorPrimary; background-color: @colorPrimary; } .iconlist li i { color: @colorPrimary; } ul.sitemap li a { color: @colorPrimary; } .error-search-box .input_submit { background-color: @colorPrimary; border: 1px solid @colorPrimary; } .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active { background-color: @colorPrimary; } .cbp-l-filters-button .cbp-filter-counter { background-color: @colorPrimary; } .cbp-l-filters-button .cbp-filter-counter::after { border-top: 4px solid @colorPrimary; } .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight { background-color: @colorPrimary; } .cbp-l-filters-button .cbp-filter-item:hover { color: @colorPrimary; } .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active { background-color: @colorPrimary; border-color: @colorPrimary; } .cbp-l-filters-alignRight .cbp-filter-counter { background-color: @colorPrimary; } .cbp-l-filters-alignRight .cbp-filter-counter::after { border-top: 4px solid @colorPrimary; } .cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight { background-color: @colorPrimary; } .cbp-l-grid-mosaic .cbp-caption-activeWrap { background-color: @colorPrimary; background: fadeout(@colorPrimary, 9%); } .cbp-l-grid-mosaic-projects .cbp-caption-activeWrap { background-color: @colorPrimary; background: fadeout(@colorPrimary, 9%); } .ce-feature-box-20 { border: 6px solid @colorPrimary; } .post-date-box { background-color: @colorPrimary; } .ce-feature-box-18 { border: 6px solid @colorPrimary; } .ce-feature-box-19 { background: @colorPrimary; } // Border roundness .btn when (@borderType = "rounded") { border-radius: @bradius; }