/* |--------------------------------------------------------------- |-- This all CSS for Gradient Template |--------------------------------------------------------------- */ /*Left Bar Index*/ #leftBar { border-right: none; } #menu #arrow { background: linear-gradient(rgba(40, 113, 250, 1) 0%, #4f1a9d 100%); } #leftBarMiddle .submenu p { color: #333; font-family: "MontserratLight"; } #burgerMenu { display: none; } #leftBar a { color: #fff; } #leftBar a:visited { color: #fff; } #leftBarTop { background: linear-gradient(90deg, rgba(153,41,234,1) 0%, rgba(88,8,251,1) 100%); } #leftBarMiddle { margin: 0; } #leftBarBot { background: linear-gradient(90deg, rgba(40, 113, 250, 1) 0%, rgba(153,41,234,1) 100%); } #leftBarBot .verticalSeparator { border-left: 0.8px solid rgba(255, 255, 255, 0.2); } /*Nav Index*/ #nav { background-color: #060a13; } /*Loading Bar*/ #loadingBar { background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(153,41,234,1) 100%); box-shadow: 1px -2px 1px -1px rgba(0, 0, 0, 0.2) inset; } /*Menu*/ #carouselMenus { background: linear-gradient(90deg, rgba(153,41,234,1) 0%, rgba(40,113,250,1) 36%); } #searchIntro { background: linear-gradient(90deg, rgba(153,41,234,1) 0%, rgba(40, 113, 250, 1) 100%); } #searchRightBar #closeSearch { background: linear-gradient(90deg, rgba(153,41,234,1) 0%, rgba(40, 113, 250, 1) 100%); } .gradient { background: linear-gradient(90deg, rgba(153,41,234,1) 0%, rgba(40, 113, 250, 1) 100%); color: #fff; } .blogRightPage #allBlogsView .allBlogsCarousels .carouselAllBlogsView .slide:hover .ABTitles { background-color: #610cf9; } .blogRightPage #allBlogsView .allBlogsCarousels .carouselAllBlogsView .slide .ABTitles { background: linear-gradient(rgba(153,41,234,1) 0%, rgba(40, 113, 250, 0) 100%); background-color: rgba(40, 113, 250, 1); } /*HomePage*/ #homeContent #homeBigPicture .bigBack { background-color: #000; } .blogRightPage #singleBlogsView #articlePart a { margin: auto; padding: .2rem .25rem; /* font-size: 1.5rem; */ text-decoration: none; color: white; /* font-weight: 800; */ font-family:Montserrat-SemiBold; position: relative; -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); z-index: 1; } .blogRightPage #singleBlogsView #articlePart a:after { content: ''; display: block; height: 2px; position: absolute; bottom: 0; right: 1.25rem; left: 1.25rem; background-color: #ffffff; -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); -webkit-transform-origin: bottom center; transform-origin: bottom center; z-index: -1; } .blogRightPage #singleBlogsView #articlePart a:hover { color: #2D2D2D; } .blogRightPage #singleBlogsView #articlePart a:hover:after { right: 0; left: 0; height: 100%; } #allThingsBottomBar #filters { background: linear-gradient(90deg, rgba(153,41,234,1) 0%, rgba(88,8,251,1) 100%); } @keyframes shadow-pulse { 0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2); } 100% { box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } } @keyframes shadow-pulse-big { 0% { box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1); } 100% { box-shadow: 0 0 0 70px rgba(0, 0, 0, 0); } } #leftBarMiddle #shopa.menu-blkwhite { flex: 2; width: 100%; display: flex; flex-direction: row; } #leftBarMiddle #shopa.menu-blkwhite .img { flex: 1; } #leftBarMiddle #shopa.menu-blkwhite .img .wrapImg { position: relative; flex: 1; height: 100%; } #leftBarMiddle #shopa.menu-blkwhite .img .wrapImg img { max-width: 100%; max-height: 100%; top: 1%; right: 0; left: 0; position: absolute; margin: auto; width: 310px; height: auto; } #leftBarMiddle #shopa.menu-blkwhite .links { box-shadow: -2px -2px 5px rgba(33, 56, 158, 0.12); padding: 10%; box-sizing: border-box; flex: 2; } #leftBarMiddle #shopa.menu-blkwhite .links h2 { margin-top: 30px; font-size: calc(0.8vh + 0.8vw); margin: 0; color: #000; font-family: "AlexanaNeue"; } #leftBarMiddle #shopa.menu-blkwhite .links a { color: #000; font-family: "MontserratLight"; font-size: 12px; }