code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
.dark-theme { color: #E5F4E3; background-color: #191919; } .dark-theme .fa-bars { color: #E5F4E3; } .dark-theme .skills { filter: opacity(30%); fill: #14847E; } .dark-theme .nav-list a { color: #E5F4E3; } .dark-theme .links { margin: 0; color: #E5F4E3; } .dark-theme .night-mode-btn { color: #E5F4E3; } .dark-theme .night-mode-btn svg { fill: #E5F4E3; } .dark-theme .link-btn { color: #E5F4E3; } .dark-theme .blog-single { color: #E5F4E3; background-image: linear-gradient(to top, #15616d 50%, transparent 40%); } .dark-theme .heroImage { filter: grayscale(100%); } .dark-theme .p-link { color: #E5F4E3; background-image: linear-gradient(to top, #15616d 50%, transparent 40%); text-decoration: none; } .dark-theme h2 { background-image: linear-gradient(to top, #15616d 50%, transparent 40%); width: auto; display: inline-block; } .dark-theme h3 { background-image: linear-gradient(to top, #15616d 50%, transparent 40%); width: auto; display: inline-block; } .dark-theme footer a { color: #E5F4E3; } body { font: 100% "Source Serif 4", sans-serif; margin: 0; padding: 0; color: #191919; background-color: #E5F4E3; width: 100vw; min-height: 100vh; } body .hero { display: flex; justify-content: center; align-content: center; flex-direction: row; text-align: end; gap: 30px; flex-wrap: wrap; margin-bottom: 40px; } body .heroContent { width: 250px; flex: 1,1; } body .heroImage-cropper { align-self: flex-start; width: 280px; height: 280px; position: center; overflow: hidden; border-radius: 50%; flex: 1,2; } body .heroImage { display: inline; margin: 0 auto; height: 100%; width: auto; max-width: 120%; } body nav { padding: 0.75rem; justify-content: space-between; width: 50%; margin-right: auto; margin-left: auto; display: flex; flex-wrap: wrap; align-items: center; border-style: solid; border-width: 0px; border-bottom-width: 1px; } body nav .nav-list { display: flex; align-items: center; } body nav .nav-list a { margin-right: 2rem; text-decoration: none; color: #191919; } body nav .nav-list a:hover { text-decoration: underline; } body nav .logo { margin: 0; font-weight: bold; font-size: x-large; } body nav .night-mode-btn { color: #191919; background-color: transparent; border: none; } body nav .night-mode-btn svg { fill: #191919; } body nav .hamburger { background-color: transparent; border: 0; display: none; font-size: 20px; cursor: pointer; } body nav .hamburger:focus { outline: none; } body main { width: 50%; margin-left: auto; margin-right: auto; } body main a { color: #191919; background-image: linear-gradient(to top, #fadc7b 50%, transparent 40%); text-decoration: none; } body main a:hover { text-decoration: underline; } body main img { display: block; max-width: 90%; margin-left: auto; margin-right: auto; } body .article-wrapper { width: 50%; margin-left: auto; margin-right: auto; } body .article-wrapper a { color: #14847E; text-decoration: none; } body .article-wrapper a:hover { text-decoration: underline; } body .article-wrapper img { width: 100%; } body .blog-list { display: grid; gap: 1rem; } body .blog-list a:hover { text-decoration: none; } body .blog-single { color: #191919; border-style: solid; border-width: 1px; padding: 1rem; } body .blog-single .title { font-weight: bold; font-size: 1.5rem; } body .blog-single p { margin: 0; } body .blog-single .description { margin-top: 1rem; } body footer { padding: 0.75rem; justify-content: space-between; width: 50%; margin-right: auto; margin-left: auto; display: flex; align-items: center; border-style: solid; border-width: 0px; border-top-width: 1px; } body footer a { margin: 0; color: #191919; display: inline-block; text-decoration: none; } body footer a:hover { text-decoration: underline; } body p { line-height: 1.5rem; } body .text-lg { font-size: 1.125rem; line-height: 1.75rem; } body .paragraph { text-align: justify; } body .link-btn { color: #191919; padding: 0.5rem; font-size: small; border-style: solid; border-width: 1px; display: inline-block; } h2 { background-image: linear-gradient(to top, #fadc7b 50%, transparent 40%); width: auto; display: inline-block; } h3 { background-image: linear-gradient(to top, #fadc7b 50%, transparent 40%); width: auto; display: inline-block; } .skills { display: flex; max-width: 1150px; margin-top: 20px; margin-bottom: 10px; height: auto; align-content: center; justify-content: center; gap: 20px; filter: opacity(10%); } body nav { width: 65%; } body main { width: 65%; } body footer { width: 65%; } .gallery-wrap { display: flex; flex-direction: row; width: 100%; height: 70vh; max-width: 100%; } .item { flex: 1; height: 100%; background-position: center; background-size: cover; background-repeat: none; transition: flex 0.8s ease; } .item:hover { flex: 7; } .item-1 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642538892/Screenshot_2022-01-18_at_20.47.25_baoqqc.png"); } .item-2 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642537920/Screenshot_2022-01-18_at_20.29.34_omhcco.png"); } .item-3 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1640962197/187367837_10160986008673626_8489968858152445049_n_pxgreg.jpg"); } .item-4 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642537920/Screenshot_2022-01-18_at_20.30.28_nrwu2w.png"); } .item-5 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642537920/Screenshot_2022-01-18_at_20.28.12_vfxasr.png"); } @media screen and (max-width: 823px) { h2 { font-size: large; } .heroContent { text-align: center; align-items: center; } #topNav { display: none; width: 100%; flex-direction: column; gap: 20px; margin-top: 20px; } body nav #topNav.nav-list.show { display: flex; font-size: x-large; align-items: flex-end; } body nav .night-mode-btn svg { margin-right: 30px; } body nav .hamburger { display: block; } body nav { width: 75%; } body main { width: 75%; } body footer { width: 75%; } .gallery-wrap { display: flex; flex-direction: column; width: 100%; height: 100vh; max-width: 100%; } }
src/css/style.css
.dark-theme { color: #E5F4E3; background-color: #191919; } .dark-theme .fa-bars { color: #E5F4E3; } .dark-theme .skills { filter: opacity(30%); fill: #14847E; } .dark-theme .nav-list a { color: #E5F4E3; } .dark-theme .links { margin: 0; color: #E5F4E3; } .dark-theme .night-mode-btn { color: #E5F4E3; } .dark-theme .night-mode-btn svg { fill: #E5F4E3; } .dark-theme .link-btn { color: #E5F4E3; } .dark-theme .blog-single { color: #E5F4E3; background-image: linear-gradient(to top, #15616d 50%, transparent 40%); } .dark-theme .heroImage { filter: grayscale(100%); } .dark-theme .p-link { color: #E5F4E3; background-image: linear-gradient(to top, #15616d 50%, transparent 40%); text-decoration: none; } .dark-theme h2 { background-image: linear-gradient(to top, #15616d 50%, transparent 40%); width: auto; display: inline-block; } .dark-theme h3 { background-image: linear-gradient(to top, #15616d 50%, transparent 40%); width: auto; display: inline-block; } .dark-theme footer a { color: #E5F4E3; } body { font: 100% "Source Serif 4", sans-serif; margin: 0; padding: 0; color: #191919; background-color: #E5F4E3; width: 100vw; min-height: 100vh; } body .hero { display: flex; justify-content: center; align-content: center; flex-direction: row; text-align: end; gap: 30px; flex-wrap: wrap; margin-bottom: 40px; } body .heroContent { width: 250px; flex: 1,1; } body .heroImage-cropper { align-self: flex-start; width: 280px; height: 280px; position: center; overflow: hidden; border-radius: 50%; flex: 1,2; } body .heroImage { display: inline; margin: 0 auto; height: 100%; width: auto; max-width: 120%; } body nav { padding: 0.75rem; justify-content: space-between; width: 50%; margin-right: auto; margin-left: auto; display: flex; flex-wrap: wrap; align-items: center; border-style: solid; border-width: 0px; border-bottom-width: 1px; } body nav .nav-list { display: flex; align-items: center; } body nav .nav-list a { margin-right: 2rem; text-decoration: none; color: #191919; } body nav .nav-list a:hover { text-decoration: underline; } body nav .logo { margin: 0; font-weight: bold; font-size: x-large; } body nav .night-mode-btn { color: #191919; background-color: transparent; border: none; } body nav .night-mode-btn svg { fill: #191919; } body nav .hamburger { background-color: transparent; border: 0; display: none; font-size: 20px; cursor: pointer; } body nav .hamburger:focus { outline: none; } body main { width: 50%; margin-left: auto; margin-right: auto; } body main a { color: #191919; background-image: linear-gradient(to top, #fadc7b 50%, transparent 40%); text-decoration: none; } body main a:hover { text-decoration: underline; } body main img { display: block; max-width: 90%; margin-left: auto; margin-right: auto; } body .article-wrapper { width: 50%; margin-left: auto; margin-right: auto; } body .article-wrapper a { color: #14847E; text-decoration: none; } body .article-wrapper a:hover { text-decoration: underline; } body .article-wrapper img { width: 100%; } body .blog-list { display: grid; gap: 1rem; } body .blog-list a:hover { text-decoration: none; } body .blog-single { color: #191919; border-style: solid; border-width: 1px; padding: 1rem; } body .blog-single .title { font-weight: bold; font-size: 1.5rem; } body .blog-single p { margin: 0; } body .blog-single .description { margin-top: 1rem; } body footer { padding: 0.75rem; justify-content: space-between; width: 50%; margin-right: auto; margin-left: auto; display: flex; align-items: center; border-style: solid; border-width: 0px; border-top-width: 1px; } body footer a { margin: 0; color: #191919; display: inline-block; text-decoration: none; } body footer a:hover { text-decoration: underline; } body p { line-height: 1.5rem; } body .text-lg { font-size: 1.125rem; line-height: 1.75rem; } body .paragraph { text-align: justify; } body .link-btn { color: #191919; padding: 0.5rem; font-size: small; border-style: solid; border-width: 1px; display: inline-block; } h2 { background-image: linear-gradient(to top, #fadc7b 50%, transparent 40%); width: auto; display: inline-block; } h3 { background-image: linear-gradient(to top, #fadc7b 50%, transparent 40%); width: auto; display: inline-block; } .skills { display: flex; max-width: 1150px; margin-top: 20px; margin-bottom: 10px; height: auto; align-content: center; justify-content: center; gap: 20px; filter: opacity(10%); } body nav { width: 65%; } body main { width: 65%; } body footer { width: 65%; } .gallery-wrap { display: flex; flex-direction: row; width: 100%; height: 70vh; max-width: 100%; } .item { flex: 1; height: 100%; background-position: center; background-size: cover; background-repeat: none; transition: flex 0.8s ease; } .item:hover { flex: 7; } .item-1 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642538892/Screenshot_2022-01-18_at_20.47.25_baoqqc.png"); } .item-2 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642537920/Screenshot_2022-01-18_at_20.29.34_omhcco.png"); } .item-3 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1640962197/187367837_10160986008673626_8489968858152445049_n_pxgreg.jpg"); } .item-4 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642537920/Screenshot_2022-01-18_at_20.30.28_nrwu2w.png"); } .item-5 { background-image: url("https://res.cloudinary.com/djqrpxhaw/image/upload/v1642537920/Screenshot_2022-01-18_at_20.28.12_vfxasr.png"); } @media screen and (max-width: 823px) { h2 { font-size: large; } .heroContent { text-align: center; align-items: center; } #topNav { display: none; width: 100%; flex-direction: column; gap: 20px; margin-top: 20px; } body nav #topNav.nav-list.show { display: flex; font-size: x-large; align-items: flex-end; } body nav .night-mode-btn svg { margin-right: 30px; } body nav .hamburger { display: block; } body nav { width: 75%; } body main { width: 75%; } body footer { width: 75%; } .gallery-wrap { display: flex; flex-direction: column; width: 100%; height: 100vh; max-width: 100%; } }
0.521959
0.066934
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700"); /* :: 2.0 Import All CSS */ @import url(../css/bootstrap.min.css); @import url(../css/classy-nav.min.css); @import url(../css/owl.carousel.css); @import url(../css/animate.css); @import url(../css/magnific-popup.css); @import url(../css/jquery-ui.min.css); @import url(../css/nice-select.css); @import url(../css/font-awesome.min.css); /* :: 3.0 Common/Base CSS */ * { margin: 0; padding: 0; } body { font-family: "Poppins", sans-serif; font-size: 14px; background-color: #fbfbfb; color: #555; margin-top: 85px; } @media only screen and (max-width: 767px) { body { margin-top: 80px; } } h1, h2, h3, h4, h5, h6 { color: #000000; line-height: 1.3; font-weight: 700; font-family: "Ubuntu", sans-serif; } p { color: #787878; font-size: 14px; line-height: 2; font-weight: 400; } a { -webkit-transition: all 500ms ease 0s; transition: all 500ms ease 0s; text-decoration: none; outline: 0 solid transparent; color: #000000; font-weight: 600; font-size: 12px; } a:hover, a:focus { -webkit-transition: all 500ms ease 0s; transition: all 500ms ease 0s; text-decoration: none; outline: 0 solid transparent; color: #000000; font-weight: 600; font-size: 12px; } ul, ol { margin: 0; } ul li, ol li { list-style: none; } img { height: auto; max-width: 100%; } /* Spacing */ .mt-15 { margin-top: 15px !important; } .mt-30 { margin-top: 30px !important; } .mt-50 { margin-top: 50px !important; } .mt-70 { margin-top: 70px !important; } .mt-100 { margin-top: 100px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-100 { margin-bottom: 100px !important; } .ml-15 { margin-left: 15px !important; } .ml-30 { margin-left: 30px !important; } .ml-50 { margin-left: 50px !important; } .mr-15 { margin-right: 15px !important; } .mr-30 { margin-right: 30px !important; } .mr-50 { margin-right: 50px !important; } /* Height */ .height-400 { height: 400px !important; } .height-500 { height: 500px !important; } .height-600 { height: 600px !important; } .height-700 { height: 700px !important; } .height-800 { height: 800px !important; } /* Section Padding */ .section-padding-80 { padding-top: 80px; padding-bottom: 80px; } .section-padding-40 { padding-top: 40px; padding-bottom: 40px; } .section-padding-20 { padding-top: 20px; padding-bottom: 20px; } .section-padding-80-0 { padding-top: 80px; padding-bottom: 0; } .section-padding-0-80 { padding-top: 0; padding-bottom: 80px; } .section-padding-b-40 { padding-bottom: 40px; } /* Section Heading */ .section-heading { margin-bottom: 10px; padding: 0px; position: relative; z-index: 1; text-align: center;} .section-heading h2 { font-size: 20px; margin-bottom: 0px; padding-left: 5px; text-transform: capitalize; font-weight: 500; } .section-heading.text-left { text-align: left !important; } /* Miscellaneous */ .bg-img { background-position: center center; background-size: cover; background-repeat: no-repeat; } .bg-white { background-color: #ffffff !important; } .bg-dark { background-color: #000000 !important; } .bg-transparent { background-color: transparent !important; } .font-bold { font-weight: 700; } .font-light { font-weight: 300; } .bg-overlay, .bg-overlay-white { position: relative; z-index: 2; background-position: center center; background-size: cover; } .bg-overlay:hover, .bg-overlay-white:hover { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ""; } .bg-overlay:hover { background-color: rgba(0, 0, 0, 0.5); } .bg-overlay-white:hover { background-color: rgba(255, 255, 255, 0.9); } /* ScrollUp */ #scrollUp { background-color: #ffc107; border-radius: 0; bottom: 60px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); color: #ffffff; font-size: 24px; height: 40px; line-height: 40px; right: 60px; text-align: center; width: 40px; } @media only screen and (max-width: 767px) { #scrollUp { bottom: 30px; right: 30px; } } /* Essence Button */ .essence-btn { display: inline-block; min-width: 170px; height: 50px; color: #ffffff; border: none; border-radius: 0; padding: 0 40px; text-transform: uppercase; font-size: 12px; line-height: 50px; background-color: #ffc107; letter-spacing: 1.5px; font-weight: 600; } .essence-btn:hover, .essence-btn:focus { color: #ffffff; background-color: #ffc107; } /* :: 4.0 Header Area CSS */ .header_area { position: fixed; z-index: 900; top: 0; left: 0; width: 100%; border-bottom: 1px solid #ebebeb; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .header_area .classy-nav-container { -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media only screen and (max-width: 767px) { .header_area .classy-nav-container .classy-navbar-toggler { margin-left: auto; margin-right: 15px; } } .header_area .classy-navbar, .header_area .header-meta { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; min-width: 50%; width: 50%; } @media only screen and (max-width: 767px) { .header_area .classy-navbar, .header_area .header-meta { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; min-width: 100%; width: 100%; } } .header_area .classy-navbar { height: 85px; padding: 5px 0 5px 5%; } @media only screen and (max-width: 767px) { .header_area .classy-navbar { height: 40px; border-bottom: 1px solid #ebebeb; } } .header_area .header-meta { height: 85px; position: relative; z-index: 1; } @media only screen and (max-width: 767px) { .header_area .header-meta { height: 40px; } } .header_area .classynav ul li a { font-size: 16px; color: #787878; text-transform: uppercase;} .header_area .classynav ul li a:hover { color: #ffc107; } .header_area .classynav ul li .megamenu li a, .header_area .classynav ul li .dropdown li a { font-size: 14px; color: #787878; text-transform: uppercase;} .header_area .classynav ul li .megamenu li a:hover, .header_area .classynav ul li .dropdown li a:hover { color: #ffc107; } .header_area .search-area form { position: relative; z-index: 1; height: 85px; border-left: 1px solid #ebebeb; } @media only screen and (max-width: 767px) { .header_area .search-area form { height: 40px; border-left: none; } } .header_area .search-area form input { border: none; background-color: #ffffff; width: 350px; height: 85px; padding: 0 15px 0 60px; color: #787878; font-size: 16px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .header_area .search-area form input { width: 170px; height: 40px; padding: 0 10px 0 30px; } } .header_area .search-area form input:focus { outline: none !important; width: 380px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header_area .search-area form input:focus { width: 380px; } } @media only screen and (max-width: 767px) { .header_area .search-area form input:focus { width: 170px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .header_area .search-area form input:focus { width: 270px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .header_area .search-area form input:focus { width: 300px; } } .header_area .search-area form button { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 30px; background-color: transparent; border: none; color: #787878; font-size: 14px; } @media only screen and (max-width: 767px) { .header_area .search-area form button { left: 10px; height: 40px; } } .header_area .favourite-area a, .header_area .user-login-info a, .header_area .cart-area a { position: relative; z-index: 1; -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; width: 90px; display: block; text-align: center; border-left: 1px solid #ebebeb; height: 100%; line-height: 80px; } @media only screen and (max-width: 767px) { .header_area .favourite-area a, .header_area .user-login-info a, .header_area .cart-area a { -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; width: 50px; line-height: 40px; } } .header_area .favourite-area a img, .header_area .user-login-info a img, .header_area .cart-area a img { max-width: 20px; } .header_area .favourite-area a span, .header_area .user-login-info a span, .header_area .cart-area a span { font-family: "Ubuntu", sans-serif; font-size: 18px; color: #ffc107; font-weight: 700; position: absolute; top: -10px; } @media only screen and (max-width: 767px) { .header_area .favourite-area a span, .header_area .user-login-info a span, .header_area .cart-area a span { font-size: 14px; } } .header_area.sticky { position: fixed; z-index: 900; top: 0; left: 0; width: 100%; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); } .cart-bg-overlay.cart-bg-overlay-on { -webkit-transition-duration: 1000ms; transition-duration: 1000ms; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1050; } /* Cart Area CSS */ .right-side-cart-area { height: 100%; top: 0; right:; background-color: #ffffff; z-index: 0; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); -webkit-transition-duration: 800ms; transition-duration: 800ms; } @media only screen and (min-width: 768px) and (max-width: 991px) { .right-side-cart-area { width: 500px; right: -600px; } } @media only screen and (max-width: 767px) { .right-side-cart-area { width: 270px; right: -400px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area { width: 400px; right: -550px; } } .right-side-cart-area.cart-on { right: 0; } .right-side-cart-area .cart-button a { position: absolute; top: 0; right: 100%; z-index: 100; width: 90px; display: block; text-align: center; border-left: 1px solid #ebebeb; height: 85px; line-height: 80px; background-color: #f5f7f9; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-button a { width: 50px; height: 50px; line-height: 50px; } } .right-side-cart-area .cart-button a img { max-width: 20px; } .right-side-cart-area .cart-button a span { font-family: "Ubuntu", sans-serif; font-size: 18px; color: #0315ff; font-weight: 700; position: absolute; top: -10px; } .right-side-cart-area .cart-content { position: relative; z-index: 1; width: 100%; overflow-x: hidden; overflow-y: scroll; height: 100%; } .right-side-cart-area .cart-content .cart-list { position: relative; z-index: 10; -webkit-box-flex: 0; -ms-flex: 0 0 190px; flex: 0 0 190px; width: 300px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; width: 100px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list { -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; width: 150px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item { position: relative; z-index: 1; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image { position: relative; z-index: 1; display: block; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); padding: 50px 15px 15px; -webkit-transition-duration: 500ms; transition-duration: 500ms; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border-bottom: 1px solid #fff;} @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc { padding: 5px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc { padding: 30px 20px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove { position: absolute; top: 15px; right: 15px; color: #ffffff; font-size: 12px; padding: 5px; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove a{ color: #ffffff; font-size: 16px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove { top: 5px; right: 5px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .badge { display: block; font-weight: 600; font-size: 10px; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; margin-bottom: 5px; text-align: left; padding: 0; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 { font-size: 15px; color: #ffffff; text-transform: capitalize; margin-bottom: 30px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 { margin-bottom: 10px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .size, .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .color { display: block; font-weight: 600; font-size: 11px; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; margin-bottom: 5px; line-height: 1; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price { font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 0; margin-top: 30px; color: #ffffff; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price { margin-top: 10px; font-size: 12px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item:hover .product-image .cart-item-desc { background-color: rgba(0, 0, 0, 0.8); } .right-side-cart-area .cart-content .cart-amount-summary { padding: 100px 10%; position: relative; z-index: 10; -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 190px); flex: 0 0 calc(100% - 190px); width: calc(100% - 300px); } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 100px); flex: 0 0 calc(100% - 100px); width: calc(100% - 100px); padding: 50px 15px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 150px); flex: 0 0 calc(100% - 150px); width: calc(100% - 150px); padding: 50px 30px; } } .right-side-cart-area .cart-content .cart-amount-summary h2 { font-size: 30px; margin-bottom: 100px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary h2 { font-size: 24px; margin-bottom: 30px; } } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary h2 { font-size: 30px; margin-bottom: 50px; } } .right-side-cart-area .cart-content .cart-amount-summary .summary-table li { margin-bottom: 20px; color: #000000; font-size: 16px; letter-spacing: 0.75px; text-transform: uppercase; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary .summary-table li { font-size: 12px; margin-bottom: 10px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary .summary-table li { font-size: 14px; margin-bottom: 15px; } } .right-side-cart-area .cart-content .cart-amount-summary .summary-table li span:last-child { font-weight: 700; font-family: "Ubuntu", sans-serif; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary .essence-btn { min-width: 140px; width: 140px; padding: 0 15px; } } /* :: 5.0 Welcome Area CSS */ .welcome_area { position: relative; z-index: 1; width: 100%; height: 350px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .welcome_area { height: 450px; } } @media only screen and (max-width: 767px) { .welcome_area { height: 350px; } } .welcome_area .hero-content h6 { font-size: 38px; color: #787878; margin-bottom: 10px; } .welcome_area .hero-content h2 { font-size: 60px; color: #000000; margin-bottom: 15px; } .welcome_area .hero-content h4 { font-size: 25px; color: #000000; margin-bottom: 90px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .welcome_area .hero-content h2 { font-size: 48px; } } @media only screen and (max-width: 767px) { .welcome_area .hero-content h2 { font-size: 30px; } } /* :: 6.0 Top Catagory Area CSS */ .single_catagory_area { position: relative; z-index: 1; width: 100%; height: 240px; -webkit-transition-duration: 500ms; transition-duration: 500ms; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_catagory_area { height: 180px; } } @media only screen and (max-width: 767px) { .single_catagory_area { height: 180px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single_catagory_area { margin-bottom: 30px; } } .single_catagory_area:after { -webkit-transition-duration: 500ms; transition-duration: 500ms; content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; z-index: -10; } .single_catagory_area .catagory-content a { display: block; font-size: 30px; font-weight: 700; color: #ffffff; letter-spacing: 1px; text-transform: uppercase; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_catagory_area .catagory-content a { font-size: 20px; } } @media only screen and (max-width: 767px) { .single_catagory_area .catagory-content a { font-size: 18px; } } .single_catagory_area:hover .catagory-content a { color: #ffc107; } /* :: 7.0 CTA Area CSS */ .cta-area { position: relative; z-index: 1; padding-bottom: 0px;} .cta-area .cta-content { width: 100%; height: 350px; /*box-shadow: 0px 0px 5px rgba(0,0,0,.1);*/ border: 1px solid #ddd; border-radius: 4p;} @media only screen and (max-width: 767px) { .cta-area .cta-content { height: 400px; } } .cta-area .cta-content h6 { font-size: 24px; color: #FB0C26; margin-bottom: 10px; } .cta-area .cta-content h2 { font-size: 60px; color: #000000; margin-bottom: 50px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-area .cta-content h2 { font-size: 48px; } } @media only screen and (max-width: 767px) { .cta-area .cta-content h2 { font-size: 30px; } } .cta-area .cta-content .cta--text { padding-right: 150px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-area .cta-content .cta--text { padding-right: 50px; } } @media only screen and (max-width: 767px) { .cta-area .cta-content .cta--text { padding-right: 0; } } /* :: 8.0 Popular Products Area CSS */ .single-product-wrapper { position: relative; z-index: 1; margin-bottom: 50px; overflow: hidden; background-color: #ffffff; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd;} .single-product-wrapper .product-img { position: relative; z-index: 1; overflow: hidden; } .single-product-wrapper .product-img img { width: 100%; height: 308px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-product-wrapper .product-img .hover-img { -webkit-transition-duration: 500ms; transition-duration: 500ms; position: absolute; top: 0; left: 0; width: 100%; z-index: 10; opacity: 0; visibility: hidden; } .single-product-wrapper .product-img .product-badge { height: 25px; background-color: #000000; color: #ffffff; font-family: "Ubuntu", sans-serif; font-weight: 700; font-size: 12px; padding: 0 10px; display: inline-block; line-height: 25px; position: absolute; top: 20px; left: 20px; z-index: 10; } .single-product-wrapper .product-img .product-badge.offer-badge { background-color: #FB0C26; } .single-product-wrapper .product-img .product-badge.new-badge { background-color: #ffc107; } .single-product-wrapper .product-img .product-favourite a { position: absolute; height: 25px; width: 45px; font-size: 14px; color: #ccc; top: 20px; right: 20px; z-index: 10; line-height: 25px; background-color: #ffffff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); text-align: center; opacity: 0; visibility: hidden; } .single-product-wrapper .product-img .product-favourite a.active { opacity: 1; visibility: visible; } .single-product-wrapper .product-description { position: relative; z-index: 1; padding: 10px;} .single-product-wrapper .product-description span { font-size: 10px; text-transform: uppercase; color: #787878; margin-bottom: 15px; letter-spacing: 0.75px; font-weight: 600; } .single-product-wrapper .product-description h6 { color: #222222; margin-bottom: 5px; } .single-product-wrapper .product-description p { margin-bottom: 0; font-size: 14px; font-family: "Ubuntu", sans-serif; font-weight: 700; color: #000000; } .single-product-wrapper .product-description p span { font-size: 14px; font-family: "Ubuntu", sans-serif; font-weight: 700; color: #aaaaaa; margin-right: 10px; text-decoration: line-through; } .single-product-wrapper .product-description .hover-content { position: absolute; width: calc(100% - 40px); top: -70px; left: 20px; right: 20px; opacity: 0; visibility: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-product-wrapper .product-description .hover-content .essence-btn { width: 100%; } .single-product-wrapper .favme { cursor: pointer; color: #ccc; } .single-product-wrapper .favme.active { color: #dc0345 !important; } .single-product-wrapper .favme.is_animating { animation: favme-anime .5s; } .single-product-wrapper:hover .product-img .hover-img { opacity: 1; visibility: visible; } .single-product-wrapper:hover .product-img .product-favourite a { opacity: 1; visibility: visible; } .single-product-wrapper:hover .hover-content { opacity: 1; visibility: visible; } @keyframes favme-anime { 0% { opacity: 1; font-size: 14px; -webkit-text-stroke-color: transparent; } 25% { opacity: .6; color: #ffffff; font-size: 15px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #dc0345; } 75% { opacity: .6; color: #ffffff; font-size: 15px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #dc0345; } 100% { opacity: 1; font-size: 14px; -webkit-text-stroke-color: transparent; } } .pagination { position: relative; z-index: 1; } .pagination .page-item .page-link { width: 40px; height: 40px; border: 1px solid #ebebeb; font-size: 12px; font-weight: 600; line-height: 38px; padding: 0; text-align: center; color: #787878; } .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus { color: #0315ff; box-shadow: none; } .pagination .page-item:first-child { margin-right: 15px; } .pagination .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .pagination .page-item:last-child { margin-left: 15px; } .pagination .page-item:last-child .page-link { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } /* :: 9.0 Brands Area CSS */ .brands-area { position: relative; z-index: 1; background-color: #f5f7f9; padding: 100px 5%; } @media only screen and (max-width: 767px) { .brands-area { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 100px 5% 70px; } } @media only screen and (max-width: 767px) { .brands-area .single-brands-logo { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } } .brands-area .single-brands-logo img { max-width: 120px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .brands-area .single-brands-logo img { max-width: 90px; } } @media only screen and (max-width: 767px) { .brands-area .single-brands-logo img { max-width: 80px; margin-bottom: 30px; } } /* :: 10.0 Single Product Details Area CSS */ .single_product_details_area { position: relative; z-index: 100; -ms-flex-wrap: wrap; flex-wrap: wrap; } .single_product_details_area .single_product_thumb, .single_product_details_area .single_product_desc { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width: 50%; position: relative; z-index: 1; } @media only screen and (max-width: 767px) { .single_product_details_area .single_product_thumb, .single_product_details_area .single_product_desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single_product_details_area .product_thumbnail_slides { position: relative; z-index: 1; } .single_product_details_area .product_thumbnail_slides .owl-prev, .single_product_details_area .product_thumbnail_slides .owl-next { -webkit-transition-duration: 500ms; transition-duration: 500ms; position: absolute; top: 50%; z-index: 20; left: 30px; width: 40px; height: 40px; margin-top: -20px; padding: 5px; opacity: 0.4; } .single_product_details_area .product_thumbnail_slides .owl-prev:hover, .single_product_details_area .product_thumbnail_slides .owl-next:hover { opacity: 1; } .single_product_details_area .product_thumbnail_slides .owl-next { left: auto; right: 30px; } .single_product_details_area .single_product_desc { position: relative; z-index: 1; padding: 50px 5%; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single_product_details_area .single_product_desc { padding: 30px 4%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc { padding: 30px 3%; } } .single_product_details_area .single_product_desc span { font-size: 14px; text-transform: uppercase; font-weight: 600; color: #787878; margin-bottom: 10px; display: block; } .single_product_details_area .single_product_desc a > h2 { font-size: 30px; display: block; margin-bottom: 10px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single_product_details_area .single_product_desc a > h2 { font-size: 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc a > h2 { font-size: 20px; } } .single_product_details_area .single_product_desc .product-price { margin-bottom: 0; font-family: "Ubuntu", sans-serif; font-size: 24px; color: #dc0345; font-weight: 700; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc .product-price { font-size: 20px; } } .single_product_details_area .single_product_desc .product-price span { display: inline-block; font-family: "Ubuntu", sans-serif; font-size: 24px; color: #787878; font-weight: 700; text-decoration: line-through; margin-right: 15px; } .single_product_details_area .single_product_desc .product-desc { font-size: 16px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc .product-desc { font-size: 14px; } } .single_product_details_area .single_product_desc .nice-select { position: relative; z-index: 100; border: 1px solid #ebebeb; border-radius: 0; font-size: 14px; font-weight: 500; height: 60px; line-height: 60; margin: 0; text-transform: uppercase; width: 220px; } .single_product_details_area .single_product_desc .nice-select .current { line-height: 60px; } .single_product_details_area .single_product_desc .nice-select .list { background-color: #f6f6f6; border-radius: 0; border: none; width: 100%; } .single_product_details_area .single_product_desc .nice-select .list .option.selected { color: #0315ff; } .single_product_details_area .single_product_desc .cart-fav-box .favme { cursor: pointer; color: #ccc; font-size: 24px; } .single_product_details_area .single_product_desc .cart-fav-box .favme.active { color: #dc0345 !important; } /* :: 11.0 Footer Area CSS */ .footer_area { position: relative; z-index: 1; background-color: #252525; padding: 70px 0 60px; } .footer_area .single_widget_area .footer_menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; } .footer_area .single_widget_area .footer_menu ul li a { font-size: 16px; color: rgba(255, 255, 255, 0.6); display: block; font-weight: 400; font-family: "Ubuntu", sans-serif; padding: 0 10px; text-transform: capitalize; } .footer_area .single_widget_area .footer_menu ul li a:hover, .footer_area .single_widget_area .footer_menu ul li a:focus { color: #ffffff; } .footer_area .single_widget_area .footer_widget_menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .footer_area .single_widget_area .footer_widget_menu li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; } .footer_area .single_widget_area .footer_widget_menu li a { display: block; font-size: 12px; color: rgba(255, 255, 255, 0.6); display: block; font-weight: 400; margin-bottom: 10px; } .footer_area .single_widget_area .footer_widget_menu li a:hover, .footer_area .single_widget_area .footer_widget_menu li a:focus { color: #ffffff; } .footer_area .single_widget_area .footer_heading h6 { color: #ffffff; font-size: 12px; text-transform: uppercase; margin-bottom: 0; } .footer_area .single_widget_area .subscribtion_form form { position: relative; z-index: 1; width: 270px; } @media only screen and (max-width: 767px) { .footer_area .single_widget_area .subscribtion_form form { margin-bottom: 50px; } } .footer_area .single_widget_area .subscribtion_form form input { width: 100%; border: none; border-bottom: 2px solid rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6); font-size: 12px; height: 35px; background-color: transparent; } .footer_area .single_widget_area .subscribtion_form form input:focus { border-bottom-color: #ffffff; color: #ffffff; } .footer_area .single_widget_area .subscribtion_form form button { width: 30px; height: 35px; border: none; background-color: transparent; color: rgba(255, 255, 255, 0.6); position: absolute; top: 0; right: 0; text-align: center; z-index: 10; } .footer_area .single_widget_area .footer_social_area a { color: #ffffff; display: inline-block; padding: 0 10px; font-size: 16px; } /* :: 12.0 Breadcumb Area CSS */ .breadcumb_area { position: relative; z-index: 1; width: 100%; height: 140px; } .breadcumb_area:after { background-color: rgba(255, 255, 255, 0.9); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -5; content: ''; } .breadcumb_area .page-title h2 { font-size: 30px; text-transform: uppercase; font-weight: 700; font-family: "Ubuntu", sans-serif; letter-spacing: 1px; margin-bottom: 0; } .breadcumb_area.breadcumb-style-two { width: 100%; height: 390px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .breadcumb_area.breadcumb-style-two { height: 300px; } } @media only screen and (max-width: 767px) { .breadcumb_area.breadcumb-style-two { height: 250px; } } .breadcumb_area.breadcumb-style-two .page-title h2 { font-size: 72px; text-transform: uppercase; font-weight: 700; font-family: "Ubuntu", sans-serif; letter-spacing: 1px; margin-bottom: 0; color: #0315ff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .breadcumb_area.breadcumb-style-two .page-title h2 { font-size: 48px; } } @media only screen and (max-width: 767px) { .breadcumb_area.breadcumb-style-two .page-title h2 { font-size: 30px; } } /* :: 13.0 Product Sidebar Area CSS */ .widget { position: relative; z-index: 1; } .widget .widget-title { font-size: 18px; text-transform: capitalize; font-weight: 600; } .widget .widget-title2 { text-transform: uppercase; font-size: 12px; margin-bottom: 15px; display: block; margin-bottom: 0; color: #000000; font-weight: 600; } .widget .catagories-menu li > a { text-transform: uppercase; font-size: 12px; margin-bottom: 15px; display: block; } .widget .catagories-menu .sub-menu { margin-left: 15px; margin-bottom: 15px; } .widget .catagories-menu .sub-menu li > a { text-transform: capitalize; font-size: 14px; margin-bottom: 5px; display: block; font-weight: 300; color: #787878; } .widget .catagories-menu .sub-menu li > a:hover { color: #0315ff; } .widget.price .ui-slider-handle { background-color: #000000; border: none; border-radius: 0; top: -6px; width: 4px; height: 15px; margin: 0; } .widget.price .ui-slider-range.ui-corner-all.ui-widget-header { background-color: #0315ff; } .widget.price .ui-slider-horizontal { height: 5px; } .widget.price .range-price { font-size: 12px; font-weight: 600; margin-top: 15px; text-transform: uppercase; } .widget.color .widget-desc ul { -ms-flex-wrap: wrap; flex-wrap: wrap; } .widget.color .widget-desc ul li { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; margin-bottom: 15px; } .widget.color .widget-desc ul li a { width: 30px; height: 30px; display: block; background-color: #ffffff; position: relative; z-index: 1; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); } .widget.color .widget-desc ul li a.color1 { background-color: #ffffff; } .widget.color .widget-desc ul li a.color2 { background-color: #969696; } .widget.color .widget-desc ul li a.color3 { background-color: #030303; } .widget.color .widget-desc ul li a.color4 { background-color: #0315ff; } .widget.color .widget-desc ul li a.color5 { background-color: #dc0647; } .widget.color .widget-desc ul li a.color6 { background-color: #fff56a; } .widget.color .widget-desc ul li a.color7 { background-color: #f26e51; } .widget.color .widget-desc ul li a.color8 { background-color: #9a8777; } .widget.color .widget-desc ul li a.color9 { background-color: #5b862a; } .widget.color .widget-desc ul li a.color10 { background-color: #8662a9; } .widget.brands ul li { display: block; } .widget.brands ul li a { display: block; margin-bottom: 5px; font-size: 14px; color: #787878; font-weight: 300; text-transform: capitalize; } .widget.brands ul li a:hover { color: #0315ff; } .product-topbar { position: relative; z-index: 100; margin-bottom: 40px; } .product-topbar .total-products p { margin-bottom: 0; font-size: 12px; font-weight: 600; color: #000000; text-transform: uppercase; letter-spacing: 0.75px; } .product-topbar .total-products p span { color: #0315ff; } .product-topbar .product-sorting p { margin-bottom: 0; font-size: 12px; font-weight: 600; color: #000000; text-transform: uppercase; letter-spacing: 0.75px; margin-right: 15px; } .product-topbar .product-sorting form select { background-color: transparent; border: none; } .product-topbar .product-sorting form select option { font-size: 12px; font-weight: 600; color: #000000; text-transform: uppercase; letter-spacing: 0.75px; } .product-topbar .nice-select { border: none; font-size: 14px; font-weight: 500; height: auto; line-height: 1.5; padding-left: 0; margin: 0; text-transform: uppercase; } .product-topbar .nice-select .list { background-color: #f6f6f6; border-radius: 0; border: none; } .product-topbar .nice-select .list .option.selected { color: #0315ff; } /* :: 14.0 Checkout Area CSS */ .checkout_details_area{ width: 100%; padding: 40px; margin-bottom: 15px; background-color: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd;} .checkout_details_area form label { font-size: 12px; text-transform: uppercase; font-weight: 600; } .checkout_details_area form label span { color: #0315ff; } .checkout_details_area form .form-control { height: 42px; border: 1px solid #ebebeb; background-color: transparent; border-radius: 0; } .checkout_details_area form .nice-select { border-radius: 0; border: 1px solid #ebebeb; } .checkout_details_area form .nice-select .list { width: 100%; border-radius: 0; } .order-details-confirmation { width: 100%; padding: 40px; background-color: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd;} @media only screen and (max-width: 767px) { .order-details-confirmation { margin-top: 100px; padding: 20px; } } .order-details-confirmation .order-details-form li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 0; font-size: 12px; text-transform: uppercase; padding: 20px 0; border-bottom: 2px solid #ebebeb; font-weight: 600; } .order-details-confirmation .card-header h6 a { display: block; font-size: 14px; text-transform: uppercase; } .order-details-confirmation .card-header h6 a i { color: #9f9f9f; } .order-details-confirmation .card { border: none; } .order-details-confirmation .card-header { background-color: transparent; border-bottom: none; } .order-details-confirmation .card-body p { font-size: 12px; line-height: 2; color: #9f9f9f; } /* :: 15.0 Blog Area CSS */ .blog-wrapper { position: relative; z-index: 1; } .blog-wrapper .single-blog-area { position: relative; z-index: 1; box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); -webkit-transition-duration: 500ms; transition-duration: 500ms; overflow: hidden; } .blog-wrapper .single-blog-area img { width: 100%; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .blog-wrapper .single-blog-area .post-title { -webkit-transition-duration: 500ms; transition-duration: 500ms; background-color: #ffffff; padding: 20px 40px; position: absolute; bottom: 0; left: 0; width: 85%; height: auto; z-index: 10; } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .post-title { padding: 20px; } } .blog-wrapper .single-blog-area .post-title a { display: block; font-size: 18px; font-weight: 600; line-height: 1.5; } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .post-title a { font-size: 14px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .blog-wrapper .single-blog-area .post-title a { font-size: 18px; } } .blog-wrapper .single-blog-area .hover-content { -webkit-transition-duration: 500ms; transition-duration: 500ms; background-color: #ffffff; background-color: #ffffff; padding: 20px 40px; position: absolute; width: 85%; height: 100%; z-index: 100; top: 0; left: 0; opacity: 0; visibility: hidden; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .blog-wrapper .single-blog-area .hover-content { padding: 20px; } } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content { padding: 20px; } } .blog-wrapper .single-blog-area .hover-content .hover-post-title a { display: block; font-size: 18px; font-weight: 600; line-height: 1.5; margin-bottom: 20px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .blog-wrapper .single-blog-area .hover-content .hover-post-title a { font-size: 16px; margin-bottom: 10px; } } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content .hover-post-title a { font-size: 14px; margin-bottom: 10px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content .hover-post-title a { font-size: 18px; margin-bottom: 20px; } } .blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover { color: #0315ff; } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content p { display: none; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content p { display: block; font-size: 14px; line-height: 1.7; } } .blog-wrapper .single-blog-area .hover-content > a { display: block; font-size: 12px; font-weight: 600; margin-bottom: 0; color: #0315ff; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 50px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .blog-wrapper .single-blog-area .hover-content > a { margin-top: 15px; } } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content > a { margin-top: 30px; } } .blog-wrapper .single-blog-area:hover .hover-content, .blog-wrapper .single-blog-area:focus .hover-content { opacity: 1; visibility: visible; } .blog-wrapper .single-blog-area:hover img, .blog-wrapper .single-blog-area:focus img { -webkit-transform: scale(1.1); transform: scale(1.1); } .single-blog-wrapper { position: relative; z-index: 1; } .single-blog-wrapper .single-blog-content-wrapper { position: relative; z-index: 1; -ms-flex-wrap: wrap; flex-wrap: wrap; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; width: 75%; padding: 70px 7%; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; width: 65%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; width: 60%; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 30px; line-height: 1.5; margin-bottom: 50px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 24px; margin-bottom: 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 20px; margin-bottom: 20px; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 18px; margin-bottom: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 24px; } } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p { font-size: 18px; font-weight: 300; margin-bottom: 50px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p { font-size: 16px; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p { font-size: 14px; } } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote { margin-bottom: 50px; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 { font-size: 18px; line-height: 2; display: -webkit-box; display: -ms-flexbox; display: flex; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i { margin-right: 30px; font-size: 30px; color: #0315ff; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span { margin-left: 60px; font-size: 16px; font-weight: 600; color: rgba(0, 0, 0, 0.6); } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; width: 25%; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; width: 35%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; width: 40%; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post { position: relative; z-index: 1; overflow: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img { width: 100%; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.6); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 5px 50px; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 { color: #ffffff; text-align: center; font-size: 18px; margin-bottom: 0; line-height: 1.5; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img, .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img { -webkit-transform: scale(1.2); transform: scale(1.2); } /* :: 16.0 Regular Page Area CSS */ .regular-page-content-wrapper { position: relative; z-index: 1; } .regular-page-content-wrapper .regular-page-text h2 { font-size: 30px; line-height: 1.5; margin-bottom: 50px; } .regular-page-content-wrapper .regular-page-text p { font-size: 18px; font-weight: 300; margin-bottom: 50px; } .regular-page-content-wrapper .regular-page-text blockquote { margin-bottom: 50px; } .regular-page-content-wrapper .regular-page-text blockquote h6 { font-size: 18px; line-height: 2; display: -webkit-box; display: -ms-flexbox; display: flex; } .regular-page-content-wrapper .regular-page-text blockquote h6 i { margin-right: 30px; font-size: 30px; color: #0315ff; } .regular-page-content-wrapper .regular-page-text blockquote span { margin-left: 60px; font-size: 16px; font-weight: 600; color: rgba(0, 0, 0, 0.6); } /* :: 17.0 Contact Area CSS */ .contact-area { position: relative; z-index: 1; -ms-flex-wrap: wrap; flex-wrap: wrap; } .contact-area .google-map { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; width: 60%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-area .google-map { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; width: 55%; } } @media only screen and (max-width: 767px) { .contact-area .google-map { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .contact-area .google-map #googleMap { width: 100%; height: 685px; } @media only screen and (max-width: 767px) { .contact-area .google-map #googleMap { height: 400px; } } .contact-area .contact-info { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; width: 40%; padding: 50px 5%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-area .contact-info { -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; width: 45%; padding: 50px 3%; } } @media only screen and (max-width: 767px) { .contact-area .contact-info { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; padding: 50px 5%; } } .contact-area .contact-info h2 { font-size: 30px; margin-bottom: 20px; } .contact-area .contact-info p { font-size: 16px; font-weight: 300; } .contact-area .contact-info .contact-address p { font-size: 12px; font-weight: 600; margin-bottom: 10px; } .contact-area .contact-info .contact-address p span { font-weight: 600; color: #000000; width: 100px; display: inline-block; text-transform: uppercase; } .contact-area .contact-info .contact-address p:last-child { margin-top: 100px; } .contact-area .contact-info .contact-address p:last-child a { font-size: 14px; font-weight: 300; } .contact-area .contact-info .contact-address p:last-child a:hover { color: #0315ff; } /* ##### The End ##### */ /*# sourceMappingURL=core-style.css.map */ .divider-title { align-items: center; display: flex; justify-content: space-between; margin: 20px 0; font-size: 18px; } .divider-title h1 { font-size: 30px; margin: 0 20px; } .divider { flex: 1; height: 2px; background: #ddd; } .more-content { padding: 10px 0 0 0; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
public/frontend/css/core-style.css
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700"); /* :: 2.0 Import All CSS */ @import url(../css/bootstrap.min.css); @import url(../css/classy-nav.min.css); @import url(../css/owl.carousel.css); @import url(../css/animate.css); @import url(../css/magnific-popup.css); @import url(../css/jquery-ui.min.css); @import url(../css/nice-select.css); @import url(../css/font-awesome.min.css); /* :: 3.0 Common/Base CSS */ * { margin: 0; padding: 0; } body { font-family: "Poppins", sans-serif; font-size: 14px; background-color: #fbfbfb; color: #555; margin-top: 85px; } @media only screen and (max-width: 767px) { body { margin-top: 80px; } } h1, h2, h3, h4, h5, h6 { color: #000000; line-height: 1.3; font-weight: 700; font-family: "Ubuntu", sans-serif; } p { color: #787878; font-size: 14px; line-height: 2; font-weight: 400; } a { -webkit-transition: all 500ms ease 0s; transition: all 500ms ease 0s; text-decoration: none; outline: 0 solid transparent; color: #000000; font-weight: 600; font-size: 12px; } a:hover, a:focus { -webkit-transition: all 500ms ease 0s; transition: all 500ms ease 0s; text-decoration: none; outline: 0 solid transparent; color: #000000; font-weight: 600; font-size: 12px; } ul, ol { margin: 0; } ul li, ol li { list-style: none; } img { height: auto; max-width: 100%; } /* Spacing */ .mt-15 { margin-top: 15px !important; } .mt-30 { margin-top: 30px !important; } .mt-50 { margin-top: 50px !important; } .mt-70 { margin-top: 70px !important; } .mt-100 { margin-top: 100px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-100 { margin-bottom: 100px !important; } .ml-15 { margin-left: 15px !important; } .ml-30 { margin-left: 30px !important; } .ml-50 { margin-left: 50px !important; } .mr-15 { margin-right: 15px !important; } .mr-30 { margin-right: 30px !important; } .mr-50 { margin-right: 50px !important; } /* Height */ .height-400 { height: 400px !important; } .height-500 { height: 500px !important; } .height-600 { height: 600px !important; } .height-700 { height: 700px !important; } .height-800 { height: 800px !important; } /* Section Padding */ .section-padding-80 { padding-top: 80px; padding-bottom: 80px; } .section-padding-40 { padding-top: 40px; padding-bottom: 40px; } .section-padding-20 { padding-top: 20px; padding-bottom: 20px; } .section-padding-80-0 { padding-top: 80px; padding-bottom: 0; } .section-padding-0-80 { padding-top: 0; padding-bottom: 80px; } .section-padding-b-40 { padding-bottom: 40px; } /* Section Heading */ .section-heading { margin-bottom: 10px; padding: 0px; position: relative; z-index: 1; text-align: center;} .section-heading h2 { font-size: 20px; margin-bottom: 0px; padding-left: 5px; text-transform: capitalize; font-weight: 500; } .section-heading.text-left { text-align: left !important; } /* Miscellaneous */ .bg-img { background-position: center center; background-size: cover; background-repeat: no-repeat; } .bg-white { background-color: #ffffff !important; } .bg-dark { background-color: #000000 !important; } .bg-transparent { background-color: transparent !important; } .font-bold { font-weight: 700; } .font-light { font-weight: 300; } .bg-overlay, .bg-overlay-white { position: relative; z-index: 2; background-position: center center; background-size: cover; } .bg-overlay:hover, .bg-overlay-white:hover { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ""; } .bg-overlay:hover { background-color: rgba(0, 0, 0, 0.5); } .bg-overlay-white:hover { background-color: rgba(255, 255, 255, 0.9); } /* ScrollUp */ #scrollUp { background-color: #ffc107; border-radius: 0; bottom: 60px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); color: #ffffff; font-size: 24px; height: 40px; line-height: 40px; right: 60px; text-align: center; width: 40px; } @media only screen and (max-width: 767px) { #scrollUp { bottom: 30px; right: 30px; } } /* Essence Button */ .essence-btn { display: inline-block; min-width: 170px; height: 50px; color: #ffffff; border: none; border-radius: 0; padding: 0 40px; text-transform: uppercase; font-size: 12px; line-height: 50px; background-color: #ffc107; letter-spacing: 1.5px; font-weight: 600; } .essence-btn:hover, .essence-btn:focus { color: #ffffff; background-color: #ffc107; } /* :: 4.0 Header Area CSS */ .header_area { position: fixed; z-index: 900; top: 0; left: 0; width: 100%; border-bottom: 1px solid #ebebeb; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .header_area .classy-nav-container { -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media only screen and (max-width: 767px) { .header_area .classy-nav-container .classy-navbar-toggler { margin-left: auto; margin-right: 15px; } } .header_area .classy-navbar, .header_area .header-meta { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; min-width: 50%; width: 50%; } @media only screen and (max-width: 767px) { .header_area .classy-navbar, .header_area .header-meta { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; min-width: 100%; width: 100%; } } .header_area .classy-navbar { height: 85px; padding: 5px 0 5px 5%; } @media only screen and (max-width: 767px) { .header_area .classy-navbar { height: 40px; border-bottom: 1px solid #ebebeb; } } .header_area .header-meta { height: 85px; position: relative; z-index: 1; } @media only screen and (max-width: 767px) { .header_area .header-meta { height: 40px; } } .header_area .classynav ul li a { font-size: 16px; color: #787878; text-transform: uppercase;} .header_area .classynav ul li a:hover { color: #ffc107; } .header_area .classynav ul li .megamenu li a, .header_area .classynav ul li .dropdown li a { font-size: 14px; color: #787878; text-transform: uppercase;} .header_area .classynav ul li .megamenu li a:hover, .header_area .classynav ul li .dropdown li a:hover { color: #ffc107; } .header_area .search-area form { position: relative; z-index: 1; height: 85px; border-left: 1px solid #ebebeb; } @media only screen and (max-width: 767px) { .header_area .search-area form { height: 40px; border-left: none; } } .header_area .search-area form input { border: none; background-color: #ffffff; width: 350px; height: 85px; padding: 0 15px 0 60px; color: #787878; font-size: 16px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } @media only screen and (max-width: 767px) { .header_area .search-area form input { width: 170px; height: 40px; padding: 0 10px 0 30px; } } .header_area .search-area form input:focus { outline: none !important; width: 380px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header_area .search-area form input:focus { width: 380px; } } @media only screen and (max-width: 767px) { .header_area .search-area form input:focus { width: 170px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .header_area .search-area form input:focus { width: 270px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .header_area .search-area form input:focus { width: 300px; } } .header_area .search-area form button { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 30px; background-color: transparent; border: none; color: #787878; font-size: 14px; } @media only screen and (max-width: 767px) { .header_area .search-area form button { left: 10px; height: 40px; } } .header_area .favourite-area a, .header_area .user-login-info a, .header_area .cart-area a { position: relative; z-index: 1; -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; width: 90px; display: block; text-align: center; border-left: 1px solid #ebebeb; height: 100%; line-height: 80px; } @media only screen and (max-width: 767px) { .header_area .favourite-area a, .header_area .user-login-info a, .header_area .cart-area a { -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; width: 50px; line-height: 40px; } } .header_area .favourite-area a img, .header_area .user-login-info a img, .header_area .cart-area a img { max-width: 20px; } .header_area .favourite-area a span, .header_area .user-login-info a span, .header_area .cart-area a span { font-family: "Ubuntu", sans-serif; font-size: 18px; color: #ffc107; font-weight: 700; position: absolute; top: -10px; } @media only screen and (max-width: 767px) { .header_area .favourite-area a span, .header_area .user-login-info a span, .header_area .cart-area a span { font-size: 14px; } } .header_area.sticky { position: fixed; z-index: 900; top: 0; left: 0; width: 100%; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); } .cart-bg-overlay.cart-bg-overlay-on { -webkit-transition-duration: 1000ms; transition-duration: 1000ms; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1050; } /* Cart Area CSS */ .right-side-cart-area { height: 100%; top: 0; right:; background-color: #ffffff; z-index: 0; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); -webkit-transition-duration: 800ms; transition-duration: 800ms; } @media only screen and (min-width: 768px) and (max-width: 991px) { .right-side-cart-area { width: 500px; right: -600px; } } @media only screen and (max-width: 767px) { .right-side-cart-area { width: 270px; right: -400px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area { width: 400px; right: -550px; } } .right-side-cart-area.cart-on { right: 0; } .right-side-cart-area .cart-button a { position: absolute; top: 0; right: 100%; z-index: 100; width: 90px; display: block; text-align: center; border-left: 1px solid #ebebeb; height: 85px; line-height: 80px; background-color: #f5f7f9; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-button a { width: 50px; height: 50px; line-height: 50px; } } .right-side-cart-area .cart-button a img { max-width: 20px; } .right-side-cart-area .cart-button a span { font-family: "Ubuntu", sans-serif; font-size: 18px; color: #0315ff; font-weight: 700; position: absolute; top: -10px; } .right-side-cart-area .cart-content { position: relative; z-index: 1; width: 100%; overflow-x: hidden; overflow-y: scroll; height: 100%; } .right-side-cart-area .cart-content .cart-list { position: relative; z-index: 10; -webkit-box-flex: 0; -ms-flex: 0 0 190px; flex: 0 0 190px; width: 300px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; width: 100px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list { -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; width: 150px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item { position: relative; z-index: 1; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image { position: relative; z-index: 1; display: block; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); padding: 50px 15px 15px; -webkit-transition-duration: 500ms; transition-duration: 500ms; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border-bottom: 1px solid #fff;} @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc { padding: 5px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc { padding: 30px 20px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove { position: absolute; top: 15px; right: 15px; color: #ffffff; font-size: 12px; padding: 5px; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove a{ color: #ffffff; font-size: 16px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove { top: 5px; right: 5px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .badge { display: block; font-weight: 600; font-size: 10px; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; margin-bottom: 5px; text-align: left; padding: 0; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 { font-size: 15px; color: #ffffff; text-transform: capitalize; margin-bottom: 30px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 { margin-bottom: 10px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .size, .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .color { display: block; font-weight: 600; font-size: 11px; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; margin-bottom: 5px; line-height: 1; } .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price { font-family: "Ubuntu", sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 0; margin-top: 30px; color: #ffffff; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price { margin-top: 10px; font-size: 12px; } } .right-side-cart-area .cart-content .cart-list .single-cart-item:hover .product-image .cart-item-desc { background-color: rgba(0, 0, 0, 0.8); } .right-side-cart-area .cart-content .cart-amount-summary { padding: 100px 10%; position: relative; z-index: 10; -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 190px); flex: 0 0 calc(100% - 190px); width: calc(100% - 300px); } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 100px); flex: 0 0 calc(100% - 100px); width: calc(100% - 100px); padding: 50px 15px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 150px); flex: 0 0 calc(100% - 150px); width: calc(100% - 150px); padding: 50px 30px; } } .right-side-cart-area .cart-content .cart-amount-summary h2 { font-size: 30px; margin-bottom: 100px; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary h2 { font-size: 24px; margin-bottom: 30px; } } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary h2 { font-size: 30px; margin-bottom: 50px; } } .right-side-cart-area .cart-content .cart-amount-summary .summary-table li { margin-bottom: 20px; color: #000000; font-size: 16px; letter-spacing: 0.75px; text-transform: uppercase; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary .summary-table li { font-size: 12px; margin-bottom: 10px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary .summary-table li { font-size: 14px; margin-bottom: 15px; } } .right-side-cart-area .cart-content .cart-amount-summary .summary-table li span:last-child { font-weight: 700; font-family: "Ubuntu", sans-serif; } @media only screen and (max-width: 767px) { .right-side-cart-area .cart-content .cart-amount-summary .essence-btn { min-width: 140px; width: 140px; padding: 0 15px; } } /* :: 5.0 Welcome Area CSS */ .welcome_area { position: relative; z-index: 1; width: 100%; height: 350px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .welcome_area { height: 450px; } } @media only screen and (max-width: 767px) { .welcome_area { height: 350px; } } .welcome_area .hero-content h6 { font-size: 38px; color: #787878; margin-bottom: 10px; } .welcome_area .hero-content h2 { font-size: 60px; color: #000000; margin-bottom: 15px; } .welcome_area .hero-content h4 { font-size: 25px; color: #000000; margin-bottom: 90px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .welcome_area .hero-content h2 { font-size: 48px; } } @media only screen and (max-width: 767px) { .welcome_area .hero-content h2 { font-size: 30px; } } /* :: 6.0 Top Catagory Area CSS */ .single_catagory_area { position: relative; z-index: 1; width: 100%; height: 240px; -webkit-transition-duration: 500ms; transition-duration: 500ms; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_catagory_area { height: 180px; } } @media only screen and (max-width: 767px) { .single_catagory_area { height: 180px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single_catagory_area { margin-bottom: 30px; } } .single_catagory_area:after { -webkit-transition-duration: 500ms; transition-duration: 500ms; content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; z-index: -10; } .single_catagory_area .catagory-content a { display: block; font-size: 30px; font-weight: 700; color: #ffffff; letter-spacing: 1px; text-transform: uppercase; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_catagory_area .catagory-content a { font-size: 20px; } } @media only screen and (max-width: 767px) { .single_catagory_area .catagory-content a { font-size: 18px; } } .single_catagory_area:hover .catagory-content a { color: #ffc107; } /* :: 7.0 CTA Area CSS */ .cta-area { position: relative; z-index: 1; padding-bottom: 0px;} .cta-area .cta-content { width: 100%; height: 350px; /*box-shadow: 0px 0px 5px rgba(0,0,0,.1);*/ border: 1px solid #ddd; border-radius: 4p;} @media only screen and (max-width: 767px) { .cta-area .cta-content { height: 400px; } } .cta-area .cta-content h6 { font-size: 24px; color: #FB0C26; margin-bottom: 10px; } .cta-area .cta-content h2 { font-size: 60px; color: #000000; margin-bottom: 50px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-area .cta-content h2 { font-size: 48px; } } @media only screen and (max-width: 767px) { .cta-area .cta-content h2 { font-size: 30px; } } .cta-area .cta-content .cta--text { padding-right: 150px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .cta-area .cta-content .cta--text { padding-right: 50px; } } @media only screen and (max-width: 767px) { .cta-area .cta-content .cta--text { padding-right: 0; } } /* :: 8.0 Popular Products Area CSS */ .single-product-wrapper { position: relative; z-index: 1; margin-bottom: 50px; overflow: hidden; background-color: #ffffff; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd;} .single-product-wrapper .product-img { position: relative; z-index: 1; overflow: hidden; } .single-product-wrapper .product-img img { width: 100%; height: 308px; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-product-wrapper .product-img .hover-img { -webkit-transition-duration: 500ms; transition-duration: 500ms; position: absolute; top: 0; left: 0; width: 100%; z-index: 10; opacity: 0; visibility: hidden; } .single-product-wrapper .product-img .product-badge { height: 25px; background-color: #000000; color: #ffffff; font-family: "Ubuntu", sans-serif; font-weight: 700; font-size: 12px; padding: 0 10px; display: inline-block; line-height: 25px; position: absolute; top: 20px; left: 20px; z-index: 10; } .single-product-wrapper .product-img .product-badge.offer-badge { background-color: #FB0C26; } .single-product-wrapper .product-img .product-badge.new-badge { background-color: #ffc107; } .single-product-wrapper .product-img .product-favourite a { position: absolute; height: 25px; width: 45px; font-size: 14px; color: #ccc; top: 20px; right: 20px; z-index: 10; line-height: 25px; background-color: #ffffff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); text-align: center; opacity: 0; visibility: hidden; } .single-product-wrapper .product-img .product-favourite a.active { opacity: 1; visibility: visible; } .single-product-wrapper .product-description { position: relative; z-index: 1; padding: 10px;} .single-product-wrapper .product-description span { font-size: 10px; text-transform: uppercase; color: #787878; margin-bottom: 15px; letter-spacing: 0.75px; font-weight: 600; } .single-product-wrapper .product-description h6 { color: #222222; margin-bottom: 5px; } .single-product-wrapper .product-description p { margin-bottom: 0; font-size: 14px; font-family: "Ubuntu", sans-serif; font-weight: 700; color: #000000; } .single-product-wrapper .product-description p span { font-size: 14px; font-family: "Ubuntu", sans-serif; font-weight: 700; color: #aaaaaa; margin-right: 10px; text-decoration: line-through; } .single-product-wrapper .product-description .hover-content { position: absolute; width: calc(100% - 40px); top: -70px; left: 20px; right: 20px; opacity: 0; visibility: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-product-wrapper .product-description .hover-content .essence-btn { width: 100%; } .single-product-wrapper .favme { cursor: pointer; color: #ccc; } .single-product-wrapper .favme.active { color: #dc0345 !important; } .single-product-wrapper .favme.is_animating { animation: favme-anime .5s; } .single-product-wrapper:hover .product-img .hover-img { opacity: 1; visibility: visible; } .single-product-wrapper:hover .product-img .product-favourite a { opacity: 1; visibility: visible; } .single-product-wrapper:hover .hover-content { opacity: 1; visibility: visible; } @keyframes favme-anime { 0% { opacity: 1; font-size: 14px; -webkit-text-stroke-color: transparent; } 25% { opacity: .6; color: #ffffff; font-size: 15px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #dc0345; } 75% { opacity: .6; color: #ffffff; font-size: 15px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #dc0345; } 100% { opacity: 1; font-size: 14px; -webkit-text-stroke-color: transparent; } } .pagination { position: relative; z-index: 1; } .pagination .page-item .page-link { width: 40px; height: 40px; border: 1px solid #ebebeb; font-size: 12px; font-weight: 600; line-height: 38px; padding: 0; text-align: center; color: #787878; } .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus { color: #0315ff; box-shadow: none; } .pagination .page-item:first-child { margin-right: 15px; } .pagination .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .pagination .page-item:last-child { margin-left: 15px; } .pagination .page-item:last-child .page-link { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } /* :: 9.0 Brands Area CSS */ .brands-area { position: relative; z-index: 1; background-color: #f5f7f9; padding: 100px 5%; } @media only screen and (max-width: 767px) { .brands-area { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 100px 5% 70px; } } @media only screen and (max-width: 767px) { .brands-area .single-brands-logo { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } } .brands-area .single-brands-logo img { max-width: 120px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .brands-area .single-brands-logo img { max-width: 90px; } } @media only screen and (max-width: 767px) { .brands-area .single-brands-logo img { max-width: 80px; margin-bottom: 30px; } } /* :: 10.0 Single Product Details Area CSS */ .single_product_details_area { position: relative; z-index: 100; -ms-flex-wrap: wrap; flex-wrap: wrap; } .single_product_details_area .single_product_thumb, .single_product_details_area .single_product_desc { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width: 50%; position: relative; z-index: 1; } @media only screen and (max-width: 767px) { .single_product_details_area .single_product_thumb, .single_product_details_area .single_product_desc { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single_product_details_area .product_thumbnail_slides { position: relative; z-index: 1; } .single_product_details_area .product_thumbnail_slides .owl-prev, .single_product_details_area .product_thumbnail_slides .owl-next { -webkit-transition-duration: 500ms; transition-duration: 500ms; position: absolute; top: 50%; z-index: 20; left: 30px; width: 40px; height: 40px; margin-top: -20px; padding: 5px; opacity: 0.4; } .single_product_details_area .product_thumbnail_slides .owl-prev:hover, .single_product_details_area .product_thumbnail_slides .owl-next:hover { opacity: 1; } .single_product_details_area .product_thumbnail_slides .owl-next { left: auto; right: 30px; } .single_product_details_area .single_product_desc { position: relative; z-index: 1; padding: 50px 5%; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single_product_details_area .single_product_desc { padding: 30px 4%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc { padding: 30px 3%; } } .single_product_details_area .single_product_desc span { font-size: 14px; text-transform: uppercase; font-weight: 600; color: #787878; margin-bottom: 10px; display: block; } .single_product_details_area .single_product_desc a > h2 { font-size: 30px; display: block; margin-bottom: 10px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single_product_details_area .single_product_desc a > h2 { font-size: 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc a > h2 { font-size: 20px; } } .single_product_details_area .single_product_desc .product-price { margin-bottom: 0; font-family: "Ubuntu", sans-serif; font-size: 24px; color: #dc0345; font-weight: 700; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc .product-price { font-size: 20px; } } .single_product_details_area .single_product_desc .product-price span { display: inline-block; font-family: "Ubuntu", sans-serif; font-size: 24px; color: #787878; font-weight: 700; text-decoration: line-through; margin-right: 15px; } .single_product_details_area .single_product_desc .product-desc { font-size: 16px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single_product_details_area .single_product_desc .product-desc { font-size: 14px; } } .single_product_details_area .single_product_desc .nice-select { position: relative; z-index: 100; border: 1px solid #ebebeb; border-radius: 0; font-size: 14px; font-weight: 500; height: 60px; line-height: 60; margin: 0; text-transform: uppercase; width: 220px; } .single_product_details_area .single_product_desc .nice-select .current { line-height: 60px; } .single_product_details_area .single_product_desc .nice-select .list { background-color: #f6f6f6; border-radius: 0; border: none; width: 100%; } .single_product_details_area .single_product_desc .nice-select .list .option.selected { color: #0315ff; } .single_product_details_area .single_product_desc .cart-fav-box .favme { cursor: pointer; color: #ccc; font-size: 24px; } .single_product_details_area .single_product_desc .cart-fav-box .favme.active { color: #dc0345 !important; } /* :: 11.0 Footer Area CSS */ .footer_area { position: relative; z-index: 1; background-color: #252525; padding: 70px 0 60px; } .footer_area .single_widget_area .footer_menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; } .footer_area .single_widget_area .footer_menu ul li a { font-size: 16px; color: rgba(255, 255, 255, 0.6); display: block; font-weight: 400; font-family: "Ubuntu", sans-serif; padding: 0 10px; text-transform: capitalize; } .footer_area .single_widget_area .footer_menu ul li a:hover, .footer_area .single_widget_area .footer_menu ul li a:focus { color: #ffffff; } .footer_area .single_widget_area .footer_widget_menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .footer_area .single_widget_area .footer_widget_menu li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; } .footer_area .single_widget_area .footer_widget_menu li a { display: block; font-size: 12px; color: rgba(255, 255, 255, 0.6); display: block; font-weight: 400; margin-bottom: 10px; } .footer_area .single_widget_area .footer_widget_menu li a:hover, .footer_area .single_widget_area .footer_widget_menu li a:focus { color: #ffffff; } .footer_area .single_widget_area .footer_heading h6 { color: #ffffff; font-size: 12px; text-transform: uppercase; margin-bottom: 0; } .footer_area .single_widget_area .subscribtion_form form { position: relative; z-index: 1; width: 270px; } @media only screen and (max-width: 767px) { .footer_area .single_widget_area .subscribtion_form form { margin-bottom: 50px; } } .footer_area .single_widget_area .subscribtion_form form input { width: 100%; border: none; border-bottom: 2px solid rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6); font-size: 12px; height: 35px; background-color: transparent; } .footer_area .single_widget_area .subscribtion_form form input:focus { border-bottom-color: #ffffff; color: #ffffff; } .footer_area .single_widget_area .subscribtion_form form button { width: 30px; height: 35px; border: none; background-color: transparent; color: rgba(255, 255, 255, 0.6); position: absolute; top: 0; right: 0; text-align: center; z-index: 10; } .footer_area .single_widget_area .footer_social_area a { color: #ffffff; display: inline-block; padding: 0 10px; font-size: 16px; } /* :: 12.0 Breadcumb Area CSS */ .breadcumb_area { position: relative; z-index: 1; width: 100%; height: 140px; } .breadcumb_area:after { background-color: rgba(255, 255, 255, 0.9); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -5; content: ''; } .breadcumb_area .page-title h2 { font-size: 30px; text-transform: uppercase; font-weight: 700; font-family: "Ubuntu", sans-serif; letter-spacing: 1px; margin-bottom: 0; } .breadcumb_area.breadcumb-style-two { width: 100%; height: 390px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .breadcumb_area.breadcumb-style-two { height: 300px; } } @media only screen and (max-width: 767px) { .breadcumb_area.breadcumb-style-two { height: 250px; } } .breadcumb_area.breadcumb-style-two .page-title h2 { font-size: 72px; text-transform: uppercase; font-weight: 700; font-family: "Ubuntu", sans-serif; letter-spacing: 1px; margin-bottom: 0; color: #0315ff; } @media only screen and (min-width: 768px) and (max-width: 991px) { .breadcumb_area.breadcumb-style-two .page-title h2 { font-size: 48px; } } @media only screen and (max-width: 767px) { .breadcumb_area.breadcumb-style-two .page-title h2 { font-size: 30px; } } /* :: 13.0 Product Sidebar Area CSS */ .widget { position: relative; z-index: 1; } .widget .widget-title { font-size: 18px; text-transform: capitalize; font-weight: 600; } .widget .widget-title2 { text-transform: uppercase; font-size: 12px; margin-bottom: 15px; display: block; margin-bottom: 0; color: #000000; font-weight: 600; } .widget .catagories-menu li > a { text-transform: uppercase; font-size: 12px; margin-bottom: 15px; display: block; } .widget .catagories-menu .sub-menu { margin-left: 15px; margin-bottom: 15px; } .widget .catagories-menu .sub-menu li > a { text-transform: capitalize; font-size: 14px; margin-bottom: 5px; display: block; font-weight: 300; color: #787878; } .widget .catagories-menu .sub-menu li > a:hover { color: #0315ff; } .widget.price .ui-slider-handle { background-color: #000000; border: none; border-radius: 0; top: -6px; width: 4px; height: 15px; margin: 0; } .widget.price .ui-slider-range.ui-corner-all.ui-widget-header { background-color: #0315ff; } .widget.price .ui-slider-horizontal { height: 5px; } .widget.price .range-price { font-size: 12px; font-weight: 600; margin-top: 15px; text-transform: uppercase; } .widget.color .widget-desc ul { -ms-flex-wrap: wrap; flex-wrap: wrap; } .widget.color .widget-desc ul li { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; margin-bottom: 15px; } .widget.color .widget-desc ul li a { width: 30px; height: 30px; display: block; background-color: #ffffff; position: relative; z-index: 1; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); } .widget.color .widget-desc ul li a.color1 { background-color: #ffffff; } .widget.color .widget-desc ul li a.color2 { background-color: #969696; } .widget.color .widget-desc ul li a.color3 { background-color: #030303; } .widget.color .widget-desc ul li a.color4 { background-color: #0315ff; } .widget.color .widget-desc ul li a.color5 { background-color: #dc0647; } .widget.color .widget-desc ul li a.color6 { background-color: #fff56a; } .widget.color .widget-desc ul li a.color7 { background-color: #f26e51; } .widget.color .widget-desc ul li a.color8 { background-color: #9a8777; } .widget.color .widget-desc ul li a.color9 { background-color: #5b862a; } .widget.color .widget-desc ul li a.color10 { background-color: #8662a9; } .widget.brands ul li { display: block; } .widget.brands ul li a { display: block; margin-bottom: 5px; font-size: 14px; color: #787878; font-weight: 300; text-transform: capitalize; } .widget.brands ul li a:hover { color: #0315ff; } .product-topbar { position: relative; z-index: 100; margin-bottom: 40px; } .product-topbar .total-products p { margin-bottom: 0; font-size: 12px; font-weight: 600; color: #000000; text-transform: uppercase; letter-spacing: 0.75px; } .product-topbar .total-products p span { color: #0315ff; } .product-topbar .product-sorting p { margin-bottom: 0; font-size: 12px; font-weight: 600; color: #000000; text-transform: uppercase; letter-spacing: 0.75px; margin-right: 15px; } .product-topbar .product-sorting form select { background-color: transparent; border: none; } .product-topbar .product-sorting form select option { font-size: 12px; font-weight: 600; color: #000000; text-transform: uppercase; letter-spacing: 0.75px; } .product-topbar .nice-select { border: none; font-size: 14px; font-weight: 500; height: auto; line-height: 1.5; padding-left: 0; margin: 0; text-transform: uppercase; } .product-topbar .nice-select .list { background-color: #f6f6f6; border-radius: 0; border: none; } .product-topbar .nice-select .list .option.selected { color: #0315ff; } /* :: 14.0 Checkout Area CSS */ .checkout_details_area{ width: 100%; padding: 40px; margin-bottom: 15px; background-color: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd;} .checkout_details_area form label { font-size: 12px; text-transform: uppercase; font-weight: 600; } .checkout_details_area form label span { color: #0315ff; } .checkout_details_area form .form-control { height: 42px; border: 1px solid #ebebeb; background-color: transparent; border-radius: 0; } .checkout_details_area form .nice-select { border-radius: 0; border: 1px solid #ebebeb; } .checkout_details_area form .nice-select .list { width: 100%; border-radius: 0; } .order-details-confirmation { width: 100%; padding: 40px; background-color: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd;} @media only screen and (max-width: 767px) { .order-details-confirmation { margin-top: 100px; padding: 20px; } } .order-details-confirmation .order-details-form li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 0; font-size: 12px; text-transform: uppercase; padding: 20px 0; border-bottom: 2px solid #ebebeb; font-weight: 600; } .order-details-confirmation .card-header h6 a { display: block; font-size: 14px; text-transform: uppercase; } .order-details-confirmation .card-header h6 a i { color: #9f9f9f; } .order-details-confirmation .card { border: none; } .order-details-confirmation .card-header { background-color: transparent; border-bottom: none; } .order-details-confirmation .card-body p { font-size: 12px; line-height: 2; color: #9f9f9f; } /* :: 15.0 Blog Area CSS */ .blog-wrapper { position: relative; z-index: 1; } .blog-wrapper .single-blog-area { position: relative; z-index: 1; box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); -webkit-transition-duration: 500ms; transition-duration: 500ms; overflow: hidden; } .blog-wrapper .single-blog-area img { width: 100%; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .blog-wrapper .single-blog-area .post-title { -webkit-transition-duration: 500ms; transition-duration: 500ms; background-color: #ffffff; padding: 20px 40px; position: absolute; bottom: 0; left: 0; width: 85%; height: auto; z-index: 10; } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .post-title { padding: 20px; } } .blog-wrapper .single-blog-area .post-title a { display: block; font-size: 18px; font-weight: 600; line-height: 1.5; } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .post-title a { font-size: 14px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .blog-wrapper .single-blog-area .post-title a { font-size: 18px; } } .blog-wrapper .single-blog-area .hover-content { -webkit-transition-duration: 500ms; transition-duration: 500ms; background-color: #ffffff; background-color: #ffffff; padding: 20px 40px; position: absolute; width: 85%; height: 100%; z-index: 100; top: 0; left: 0; opacity: 0; visibility: hidden; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .blog-wrapper .single-blog-area .hover-content { padding: 20px; } } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content { padding: 20px; } } .blog-wrapper .single-blog-area .hover-content .hover-post-title a { display: block; font-size: 18px; font-weight: 600; line-height: 1.5; margin-bottom: 20px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .blog-wrapper .single-blog-area .hover-content .hover-post-title a { font-size: 16px; margin-bottom: 10px; } } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content .hover-post-title a { font-size: 14px; margin-bottom: 10px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content .hover-post-title a { font-size: 18px; margin-bottom: 20px; } } .blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover { color: #0315ff; } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content p { display: none; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content p { display: block; font-size: 14px; line-height: 1.7; } } .blog-wrapper .single-blog-area .hover-content > a { display: block; font-size: 12px; font-weight: 600; margin-bottom: 0; color: #0315ff; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 50px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .blog-wrapper .single-blog-area .hover-content > a { margin-top: 15px; } } @media only screen and (max-width: 767px) { .blog-wrapper .single-blog-area .hover-content > a { margin-top: 30px; } } .blog-wrapper .single-blog-area:hover .hover-content, .blog-wrapper .single-blog-area:focus .hover-content { opacity: 1; visibility: visible; } .blog-wrapper .single-blog-area:hover img, .blog-wrapper .single-blog-area:focus img { -webkit-transform: scale(1.1); transform: scale(1.1); } .single-blog-wrapper { position: relative; z-index: 1; } .single-blog-wrapper .single-blog-content-wrapper { position: relative; z-index: 1; -ms-flex-wrap: wrap; flex-wrap: wrap; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; width: 75%; padding: 70px 7%; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; width: 65%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; width: 60%; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 30px; line-height: 1.5; margin-bottom: 50px; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 24px; margin-bottom: 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 20px; margin-bottom: 20px; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 18px; margin-bottom: 20px; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 { font-size: 24px; } } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p { font-size: 18px; font-weight: 300; margin-bottom: 50px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p { font-size: 16px; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p { font-size: 14px; } } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote { margin-bottom: 50px; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 { font-size: 18px; line-height: 2; display: -webkit-box; display: -ms-flexbox; display: flex; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i { margin-right: 30px; font-size: 30px; color: #0315ff; } .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span { margin-left: 60px; font-size: 16px; font-weight: 600; color: rgba(0, 0, 0, 0.6); } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; width: 25%; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; width: 35%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; width: 40%; } } @media only screen and (max-width: 767px) { .single-blog-wrapper .single-blog-content-wrapper .related-blog-post { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post { position: relative; z-index: 1; overflow: hidden; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img { width: 100%; -webkit-transition-duration: 500ms; transition-duration: 500ms; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.6); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 5px 50px; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 { color: #ffffff; text-align: center; font-size: 18px; margin-bottom: 0; line-height: 1.5; } .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img, .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img { -webkit-transform: scale(1.2); transform: scale(1.2); } /* :: 16.0 Regular Page Area CSS */ .regular-page-content-wrapper { position: relative; z-index: 1; } .regular-page-content-wrapper .regular-page-text h2 { font-size: 30px; line-height: 1.5; margin-bottom: 50px; } .regular-page-content-wrapper .regular-page-text p { font-size: 18px; font-weight: 300; margin-bottom: 50px; } .regular-page-content-wrapper .regular-page-text blockquote { margin-bottom: 50px; } .regular-page-content-wrapper .regular-page-text blockquote h6 { font-size: 18px; line-height: 2; display: -webkit-box; display: -ms-flexbox; display: flex; } .regular-page-content-wrapper .regular-page-text blockquote h6 i { margin-right: 30px; font-size: 30px; color: #0315ff; } .regular-page-content-wrapper .regular-page-text blockquote span { margin-left: 60px; font-size: 16px; font-weight: 600; color: rgba(0, 0, 0, 0.6); } /* :: 17.0 Contact Area CSS */ .contact-area { position: relative; z-index: 1; -ms-flex-wrap: wrap; flex-wrap: wrap; } .contact-area .google-map { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; width: 60%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-area .google-map { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; width: 55%; } } @media only screen and (max-width: 767px) { .contact-area .google-map { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; } } .contact-area .google-map #googleMap { width: 100%; height: 685px; } @media only screen and (max-width: 767px) { .contact-area .google-map #googleMap { height: 400px; } } .contact-area .contact-info { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; width: 40%; padding: 50px 5%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-area .contact-info { -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; width: 45%; padding: 50px 3%; } } @media only screen and (max-width: 767px) { .contact-area .contact-info { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; padding: 50px 5%; } } .contact-area .contact-info h2 { font-size: 30px; margin-bottom: 20px; } .contact-area .contact-info p { font-size: 16px; font-weight: 300; } .contact-area .contact-info .contact-address p { font-size: 12px; font-weight: 600; margin-bottom: 10px; } .contact-area .contact-info .contact-address p span { font-weight: 600; color: #000000; width: 100px; display: inline-block; text-transform: uppercase; } .contact-area .contact-info .contact-address p:last-child { margin-top: 100px; } .contact-area .contact-info .contact-address p:last-child a { font-size: 14px; font-weight: 300; } .contact-area .contact-info .contact-address p:last-child a:hover { color: #0315ff; } /* ##### The End ##### */ /*# sourceMappingURL=core-style.css.map */ .divider-title { align-items: center; display: flex; justify-content: space-between; margin: 20px 0; font-size: 18px; } .divider-title h1 { font-size: 30px; margin: 0 20px; } .divider { flex: 1; height: 2px; background: #ddd; } .more-content { padding: 10px 0 0 0; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
0.239972
0.045079
@font-face { font-family: "opensans-regular"; font-display: swap; src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot"); src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.svg") format("svg"), url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.woff") format("woff"), url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.woff") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } @font-face { font-family: "opensans-semibold"; font-display: swap; src: url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.eot"); src: url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.svg") format("svg"), url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.woff") format("woff"), url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.ttf") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } @font-face { font-family: "opensans-bold"; font-display: swap; src: url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.eot"); src: url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.svg") format("svg"), url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.woff") format("woff"), url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.ttf") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } @font-face { font-family: "opensans-extra-bold"; font-display: swap; src: url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.eot"); src: url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.svg") format("svg"), url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.ttf") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } html, body { font-family: "opensans-regular"; }
apps/web-giddh/src/assets/css/typography.css
@font-face { font-family: "opensans-regular"; font-display: swap; src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot"); src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.svg") format("svg"), url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.woff") format("woff"), url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.woff") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } @font-face { font-family: "opensans-semibold"; font-display: swap; src: url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.eot"); src: url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.svg") format("svg"), url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.woff") format("woff"), url("../fonts/open-sans/open-sans-semibold/OpenSans-SemiBold.ttf") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } @font-face { font-family: "opensans-bold"; font-display: swap; src: url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.eot"); src: url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.svg") format("svg"), url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.woff") format("woff"), url("../fonts/open-sans/open-sans-bold/OpenSans-Bold.ttf") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } @font-face { font-family: "opensans-extra-bold"; font-display: swap; src: url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.eot"); src: url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.svg") format("svg"), url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/open-sans/open-sans-extra-bold/OpenSans-ExtraBold.ttf") format("truetype"); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } html, body { font-family: "opensans-regular"; }
0.355999
0.061031
Login page ***/ /* logo page */ .login { background: url('/static/assets/pages/media/bg/7.jpg') no-repeat; background-size: 1920px 1200px; } .login:before{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.5); z-index: 1; } .login .logo { margin: 60px auto 20px auto; padding: 15px; text-align: center; } .login .content { position: relative; z-index: 5; background: url(../img/bg-white-lock.png) repeat; width: 360px; margin: 0 auto; margin-bottom: 0px; padding: 30px; padding-top: 20px; padding-bottom: 15px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 8px rgba(0,0,0,0.2); -o-box-shadow: 0 0 8px rgba(0,0,0,0.2); box-shadow: 0 0 8px rgba(0,0,0,0.2); } .login .content h3 { color: #fff; } .login .content h4 { color: #eee; } .login .content p, .login .content label { color: #fff; } .login .content .login-form, .login .content .forget-form { padding: 0px; margin: 0px; } .login .content .form-control { background-color: #fff; } .login .content .forget-form { display: none; } .login .content .register-form { display: none; } .login .content .form-title { font-weight: 300; margin-bottom: 25px; text-align: center; -webkit-text-shadow:0 1px 2px rgba(0,0,0,0.6); -moz-text-shadow:0 1px 2px rgba(0,0,0,0.6); -ms-text-shadow:0 1px 2px rgba(0,0,0,0.6); -o-text-shadow:0 1px 2px rgba(0,0,0,0.6); text-shadow:0 1px 2px rgba(0,0,0,0.6); letter-spacing: 2px; } .login .content .form-title span{ -webkit-animation:flipInX 1s .2s ease both; -moz-animation:flipInX 1s .2s ease both; transform-origin: 10% 10% 0px; } .login .content .form-title span:nth-child(1){-webkit-animation:flipInX 1s .2s ease both;-moz-animation:flipInX 1s .2s ease both;} .login .content .form-title span:nth-child(2){-webkit-animation:flipInX 1s .3s ease both;-moz-animation:flipInX 1s .3s ease both;} .login .content .form-title span:nth-child(3){-webkit-animation:flipInX 1s .4s ease both;-moz-animation:flipInX 1s .4s ease both;} .login .content .form-title span:nth-child(4){-webkit-animation:flipInX 1s .5s ease both;-moz-animation:flipInX 1s .5s ease both;} .login .content .form-title span:nth-child(5){-webkit-animation:flipInX 1s .6s ease both;-moz-animation:flipInX 1s .6s ease both;} .login .content .form-title span:nth-child(6){-webkit-animation:flipInX 1s .7s ease both;-moz-animation:flipInX 1s .7s ease both;} .login .content .form-title span:nth-child(7){-webkit-animation:flipInX 1s .8s ease both;-moz-animation:flipInX 1s .8s ease both;} .login .content .form-title span:nth-child(8){-webkit-animation:flipInX 1s .9s ease both;-moz-animation:flipInX 1s .9s ease both;} /*css3特效 开始 ↓*/ @-webkit-keyframes flipInX{ 0%{-webkit-transform:perspective(400px) rotateX(90deg) scaleX(12) scaleY(12) translateX(10px) translateY(30px);opacity:0;} 40%{-webkit-transform:perspective(400px) rotateX(-10deg) scaleX(8) scaleY(8);} 70%{-webkit-transform:perspective(400px) rotateX(10deg) scaleX(3) scaleY(3);} 100%{-webkit-transform:perspective(400px) rotateX(0deg) scaleX(1) scaleY(1) translateX(0px) translateY(0px);opacity:1;} } @-moz-keyframes flipInX{ 0%{-moz-transform:perspective(400px) rotateX(90deg) scaleX(12) scaleY(12) translateX(10px) translateY(30px);opacity:0;} 40%{-moz-transform:perspective(400px) rotateX(-10deg) scaleX(8) scaleY(8);} 70%{-moz-transform:perspective(400px) rotateX(10deg) scaleX(3) scaleY(3);} 100%{-moz-transform:perspective(400px) rotateX(0deg) scaleX(1) scaleY(1) translateX(0px) translateY(0px);opacity:1} } /*css3特效 结束 ↑*/ .login .content .form-actions { background-color: transparent; clear: both; border: 0px; padding: 0px 30px 25px 30px; margin-left: -30px; margin-right: -30px; } .login .content .form-actions .checkbox { margin-left: 0; padding-left: 0; } .login .content .forget-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 20px; } .login .content .register-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 0px; } .login .content .form-actions .checkbox { margin-top: 8px; display: inline-block; } .login .content .form-actions .btn { margin-top: 1px; } .login .content .forget-password { margin-top: 25px; } .login .content .create-account { border-top: 1px dotted #eee; padding-top: 10px; margin-top: 15px; } .login .content .create-account a { display: inline-block; margin-top: 5px; } /* select2 dropdowns */ .login .content .select2-container i { display: inline-block; position: relative; color: #ccc; z-index: 1; top: 1px; margin: 4px 4px 0px -1px; width: 16px; height: 16px; font-size: 16px; text-align: center; } .login .content .has-error .select2-container i { color: #b94a48; } .login .content .select2-container a span { font-size: 13px; } .login .content .select2-container a span img { margin-left: 4px; } /* footer copyright */ .login .copyright { text-align: center; margin: 0 auto; padding: 10px; color: #eee; font-size: 13px; -webkit-text-shadow:1px 1px 1px #000 rgba(0,0,0,0.4);-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.4);-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.4);-o-text-shadow:1px 1px 1px rgba(0,0,0,0.4);text-shadow:1px 1px 1px rgba(0,0,0,0.4); } .input-lg{width:100% !important;} .input-icon > i{margin: 17px 2px 4px 10px;} .form-control:focus{box-shadow:2px 2px 8px rgba(0,0,0,0.3) !important;} .form-control{font-size: 15px;} [class^="m-icon-"]{margin-top:5px;} .login_top_divide{width:100%; height: 10px;} .nine_box{height:330px; position: relative;} /*iphone5*/ @media (min-width: 320px) { .login_top_divide{height: 60px;} .login .logo { margin-top: 0px; } .login .content { width: 300px; } .login .content_nine{height: 580px;} .login_top_divide_nine{height: 5px !important;} .nine_box{margin-left:-30px;} } /*huawei*/ @media (min-width: 360px) { .login_top_divide{height: 80px;} .login .content { width: 340px; } .login .content_nine_verify_error{height: 665px;} .login .content_nine_error{height: 560px;} .nine_box{margin-left:-10px;} } @media (min-width: 375px) { .login .content { width: 350px; } .nine_box{margin-left:0px;} } @media (min-width: 414px) { .login_top_divide{height: 120px;} .login .content { padding: 30px; width: 390px; } } @media (min-width: 480px) { .login_top_divide{height: 150px;} .login .logo { margin-top: 60px; } .login .content h3 { font-size: 24px; } } .title{margin-top: 0px; margin-bottom: 0px;} .nine_btn{background-color: transparent;} .nine_btn:link{color:#fff;} .nine_btn:visited{color:#fff;} .nine_btn:hover{color:#fff;text-decoration: none;background-color: transparent;} .nine_btn:active{color:#fff;background-color: transparent;} .verifyimg{cursor: pointer;} /*mask*/ .blockOverlay{opacity:.6 !important;}
Public/Admin/assets/pages/css/login-4.css
Login page ***/ /* logo page */ .login { background: url('/static/assets/pages/media/bg/7.jpg') no-repeat; background-size: 1920px 1200px; } .login:before{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.5); z-index: 1; } .login .logo { margin: 60px auto 20px auto; padding: 15px; text-align: center; } .login .content { position: relative; z-index: 5; background: url(../img/bg-white-lock.png) repeat; width: 360px; margin: 0 auto; margin-bottom: 0px; padding: 30px; padding-top: 20px; padding-bottom: 15px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 8px rgba(0,0,0,0.2); -o-box-shadow: 0 0 8px rgba(0,0,0,0.2); box-shadow: 0 0 8px rgba(0,0,0,0.2); } .login .content h3 { color: #fff; } .login .content h4 { color: #eee; } .login .content p, .login .content label { color: #fff; } .login .content .login-form, .login .content .forget-form { padding: 0px; margin: 0px; } .login .content .form-control { background-color: #fff; } .login .content .forget-form { display: none; } .login .content .register-form { display: none; } .login .content .form-title { font-weight: 300; margin-bottom: 25px; text-align: center; -webkit-text-shadow:0 1px 2px rgba(0,0,0,0.6); -moz-text-shadow:0 1px 2px rgba(0,0,0,0.6); -ms-text-shadow:0 1px 2px rgba(0,0,0,0.6); -o-text-shadow:0 1px 2px rgba(0,0,0,0.6); text-shadow:0 1px 2px rgba(0,0,0,0.6); letter-spacing: 2px; } .login .content .form-title span{ -webkit-animation:flipInX 1s .2s ease both; -moz-animation:flipInX 1s .2s ease both; transform-origin: 10% 10% 0px; } .login .content .form-title span:nth-child(1){-webkit-animation:flipInX 1s .2s ease both;-moz-animation:flipInX 1s .2s ease both;} .login .content .form-title span:nth-child(2){-webkit-animation:flipInX 1s .3s ease both;-moz-animation:flipInX 1s .3s ease both;} .login .content .form-title span:nth-child(3){-webkit-animation:flipInX 1s .4s ease both;-moz-animation:flipInX 1s .4s ease both;} .login .content .form-title span:nth-child(4){-webkit-animation:flipInX 1s .5s ease both;-moz-animation:flipInX 1s .5s ease both;} .login .content .form-title span:nth-child(5){-webkit-animation:flipInX 1s .6s ease both;-moz-animation:flipInX 1s .6s ease both;} .login .content .form-title span:nth-child(6){-webkit-animation:flipInX 1s .7s ease both;-moz-animation:flipInX 1s .7s ease both;} .login .content .form-title span:nth-child(7){-webkit-animation:flipInX 1s .8s ease both;-moz-animation:flipInX 1s .8s ease both;} .login .content .form-title span:nth-child(8){-webkit-animation:flipInX 1s .9s ease both;-moz-animation:flipInX 1s .9s ease both;} /*css3特效 开始 ↓*/ @-webkit-keyframes flipInX{ 0%{-webkit-transform:perspective(400px) rotateX(90deg) scaleX(12) scaleY(12) translateX(10px) translateY(30px);opacity:0;} 40%{-webkit-transform:perspective(400px) rotateX(-10deg) scaleX(8) scaleY(8);} 70%{-webkit-transform:perspective(400px) rotateX(10deg) scaleX(3) scaleY(3);} 100%{-webkit-transform:perspective(400px) rotateX(0deg) scaleX(1) scaleY(1) translateX(0px) translateY(0px);opacity:1;} } @-moz-keyframes flipInX{ 0%{-moz-transform:perspective(400px) rotateX(90deg) scaleX(12) scaleY(12) translateX(10px) translateY(30px);opacity:0;} 40%{-moz-transform:perspective(400px) rotateX(-10deg) scaleX(8) scaleY(8);} 70%{-moz-transform:perspective(400px) rotateX(10deg) scaleX(3) scaleY(3);} 100%{-moz-transform:perspective(400px) rotateX(0deg) scaleX(1) scaleY(1) translateX(0px) translateY(0px);opacity:1} } /*css3特效 结束 ↑*/ .login .content .form-actions { background-color: transparent; clear: both; border: 0px; padding: 0px 30px 25px 30px; margin-left: -30px; margin-right: -30px; } .login .content .form-actions .checkbox { margin-left: 0; padding-left: 0; } .login .content .forget-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 20px; } .login .content .register-form .form-actions { border: 0; margin-bottom: 0; padding-bottom: 0px; } .login .content .form-actions .checkbox { margin-top: 8px; display: inline-block; } .login .content .form-actions .btn { margin-top: 1px; } .login .content .forget-password { margin-top: 25px; } .login .content .create-account { border-top: 1px dotted #eee; padding-top: 10px; margin-top: 15px; } .login .content .create-account a { display: inline-block; margin-top: 5px; } /* select2 dropdowns */ .login .content .select2-container i { display: inline-block; position: relative; color: #ccc; z-index: 1; top: 1px; margin: 4px 4px 0px -1px; width: 16px; height: 16px; font-size: 16px; text-align: center; } .login .content .has-error .select2-container i { color: #b94a48; } .login .content .select2-container a span { font-size: 13px; } .login .content .select2-container a span img { margin-left: 4px; } /* footer copyright */ .login .copyright { text-align: center; margin: 0 auto; padding: 10px; color: #eee; font-size: 13px; -webkit-text-shadow:1px 1px 1px #000 rgba(0,0,0,0.4);-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.4);-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.4);-o-text-shadow:1px 1px 1px rgba(0,0,0,0.4);text-shadow:1px 1px 1px rgba(0,0,0,0.4); } .input-lg{width:100% !important;} .input-icon > i{margin: 17px 2px 4px 10px;} .form-control:focus{box-shadow:2px 2px 8px rgba(0,0,0,0.3) !important;} .form-control{font-size: 15px;} [class^="m-icon-"]{margin-top:5px;} .login_top_divide{width:100%; height: 10px;} .nine_box{height:330px; position: relative;} /*iphone5*/ @media (min-width: 320px) { .login_top_divide{height: 60px;} .login .logo { margin-top: 0px; } .login .content { width: 300px; } .login .content_nine{height: 580px;} .login_top_divide_nine{height: 5px !important;} .nine_box{margin-left:-30px;} } /*huawei*/ @media (min-width: 360px) { .login_top_divide{height: 80px;} .login .content { width: 340px; } .login .content_nine_verify_error{height: 665px;} .login .content_nine_error{height: 560px;} .nine_box{margin-left:-10px;} } @media (min-width: 375px) { .login .content { width: 350px; } .nine_box{margin-left:0px;} } @media (min-width: 414px) { .login_top_divide{height: 120px;} .login .content { padding: 30px; width: 390px; } } @media (min-width: 480px) { .login_top_divide{height: 150px;} .login .logo { margin-top: 60px; } .login .content h3 { font-size: 24px; } } .title{margin-top: 0px; margin-bottom: 0px;} .nine_btn{background-color: transparent;} .nine_btn:link{color:#fff;} .nine_btn:visited{color:#fff;} .nine_btn:hover{color:#fff;text-decoration: none;background-color: transparent;} .nine_btn:active{color:#fff;background-color: transparent;} .verifyimg{cursor: pointer;} /*mask*/ .blockOverlay{opacity:.6 !important;}
0.137475
0.049108
/* BODY */ /****************************************************/ body{ background:#333333 url(images/page-bg.jpg); margin:0px; font: 400 12px/22px 'Open Sans', Verdana, Helvetica, sans-serif; color: #cbcbbd; } h1{font: 400 58px/60px 'Bree Serif', Georgia, serif; color:#cbcbbd;} h2{font: 400 18px/22px 'Bree Serif', Georgia, serif; color:#cbcbbd;} h3{font: 400 14px/16px 'Bree Serif', Georgia, serif; color:#cbcbbd;} ul{margin:0px; padding:0px;} a {text-decoration:none; color:#cbcbbd;} a:hover {color: #48ca27;} a img{border:0px;} #container{ width:950px; margin:0px auto 300px auto; background:url(images/body-bg.png); overflow:auto; padding-bottom:100px; } /****************************************************/ /* HEADER */ /****************************************************/ #header{ width:864px; height:45px; background-color:#222222; padding:0px 30px; position: fixed; top:0px; left:50%; margin: 0 0 0 -475px; } #header #logo{ padding-top:40px; float:left; } #header #main-menu{float:right; padding-top:15px;} #header #main-menu li{ float:left; list-style:none; margin-left:27px; font: 400 16px/20px 'Bree Serif', Georgia, serif; } /****************************************************/ /* ABOUT SECTION */ /****************************************************/ #about{margin:0px 43px; padding-top:15px;} #about h1{float:left;} #about #top-social{float:right; padding-top:62px;} #about #top-social li{float:left; list-style:none; margin-left:10px;} #about #top-social .facebook{ text-indent:-9999px; display:block; width:26px; height:26px; background:url(images/sm-facebook-icon.png) no-repeat; } #about #top-social .github{ text-indent:-9999px; display:block; width:31px; height:24px; background:url(images/GitHub-Mark-Light-32px.png) no-repeat; } #about #top-social .linkedin{ text-indent:-9999px; display:block; width:26px; height:26px; background:url(images/sm-linkedin-icon.png) no-repeat; } #about .content{overflow:auto;} #about .content img{float:left; margin-right:40px; border:5px solid #222222;} #about .content #service-icons{margin-top:20px;} #about .content #service-icons li{ display:block; width:108px; height:108px; text-indent:-9999px; list-style:none; float:left; margin-right:20px; } #about .content #service-icons li.services-design{background:url(images/icon-1.png) no-repeat;} #about .content #service-icons li.services-mobile{background:url(images/icon-2.png) no-repeat;} #about .content #service-icons li.services-film{background:url(images/icon-3.png) no-repeat;} #about .content #service-icons li.services-photo{background:url(images/icon-4.png) no-repeat;} /****************************************************/ /* EXPERIENCE SECTION */ /****************************************************/ #experience{margin:0px 43px; padding-top:30px; } #experience .col{ width:235px; float:left; } #experience .content{overflow:auto;} #experience .col-mid{margin:0px 65px;} /****************************************************/ /* PROJECT SECTION */ /****************************************************/ #project{margin:0px 43px; padding-top:30px;} #project .col{ width:235px; float:left; } #project .content{overflow:auto;} #project .col-mid{margin:0px 65px;} /****************************************************/ /* CONNECT SECTION */ /****************************************************/ #connect{margin:0px 43px; padding-top:30px;} #connect .content{overflow:auto;} #connect #form{ width:410px; float:left; } #connect #form span{ display:block; float:left; width:100px; padding-top:5px; font: 400 14px/16px 'Bree Serif', Georgia, serif; } #connect #form input{ float:left; width:255px; border:0px; color:#3b3b3b; padding:10px 10px 10px 30px; font: 400 11px/20px 'Open Sans', Verdana, Helvetica, sans-serif; margin-bottom:10px; } #connect #form textarea{ float:left; border:0px; width:255px; height:100px; padding:10px 10px 10px 30px; font: 400 11px/20px 'Open Sans', Verdana, Helvetica, sans-serif; color:#3b3b3b; } #connect #form input.name{background:#222222 url(images/icon-user.png) no-repeat 10px 8px;} #connect #form input.email{background:#222222 url(images/icon-mail.png) no-repeat 10px 9px;} #connect #form textarea.message{background:#222222 url(images/icon-message.png) no-repeat 10px 8px;} #connect #form input.submit{ width:75px; height:30px; float:right; padding:0px 0px 5px 0px; margin:10px 16px 0px 0px; background:#222222; color:#3b3b3b; font: 400 14px/16px 'Bree Serif', Georgia, serif; } #connect #social-footer{ width:300px; float:left; margin-left:275px; } #connect #social-footer #sm-links{margin-top:25px;} #connect #social-footer #sm-links li{ list-style:none; float:left; } #connect #social-footer #sm-links li a{ display:block; text-indent:-9999px; width:26px; height:26px; margin-right:10px; } #connect #social-footer #sm-links li a.facebook{background:url(images/sm-facebook-icon.png) no-repeat;} #connect #social-footer #sm-links li a.github{background:url(images/GitHub-Mark-Light-32px.png) no-repeat; width:31px;} #connect #social-footer #sm-links li a.linkedin{background:url(images/sm-linkedin-icon.png) no-repeat;} /****************************************************/ /* MISC */ /****************************************************/ .top-divider, .bottom-divider{ width:100%; height:9px; background:url(images/divider.png) repeat-x; clear:both; } .top-divider{margin-bottom:45px;} .bottom-divider{margin-top:40px;} .bottom-divider{margin-bottom:25px;}
styles.css
/* BODY */ /****************************************************/ body{ background:#333333 url(images/page-bg.jpg); margin:0px; font: 400 12px/22px 'Open Sans', Verdana, Helvetica, sans-serif; color: #cbcbbd; } h1{font: 400 58px/60px 'Bree Serif', Georgia, serif; color:#cbcbbd;} h2{font: 400 18px/22px 'Bree Serif', Georgia, serif; color:#cbcbbd;} h3{font: 400 14px/16px 'Bree Serif', Georgia, serif; color:#cbcbbd;} ul{margin:0px; padding:0px;} a {text-decoration:none; color:#cbcbbd;} a:hover {color: #48ca27;} a img{border:0px;} #container{ width:950px; margin:0px auto 300px auto; background:url(images/body-bg.png); overflow:auto; padding-bottom:100px; } /****************************************************/ /* HEADER */ /****************************************************/ #header{ width:864px; height:45px; background-color:#222222; padding:0px 30px; position: fixed; top:0px; left:50%; margin: 0 0 0 -475px; } #header #logo{ padding-top:40px; float:left; } #header #main-menu{float:right; padding-top:15px;} #header #main-menu li{ float:left; list-style:none; margin-left:27px; font: 400 16px/20px 'Bree Serif', Georgia, serif; } /****************************************************/ /* ABOUT SECTION */ /****************************************************/ #about{margin:0px 43px; padding-top:15px;} #about h1{float:left;} #about #top-social{float:right; padding-top:62px;} #about #top-social li{float:left; list-style:none; margin-left:10px;} #about #top-social .facebook{ text-indent:-9999px; display:block; width:26px; height:26px; background:url(images/sm-facebook-icon.png) no-repeat; } #about #top-social .github{ text-indent:-9999px; display:block; width:31px; height:24px; background:url(images/GitHub-Mark-Light-32px.png) no-repeat; } #about #top-social .linkedin{ text-indent:-9999px; display:block; width:26px; height:26px; background:url(images/sm-linkedin-icon.png) no-repeat; } #about .content{overflow:auto;} #about .content img{float:left; margin-right:40px; border:5px solid #222222;} #about .content #service-icons{margin-top:20px;} #about .content #service-icons li{ display:block; width:108px; height:108px; text-indent:-9999px; list-style:none; float:left; margin-right:20px; } #about .content #service-icons li.services-design{background:url(images/icon-1.png) no-repeat;} #about .content #service-icons li.services-mobile{background:url(images/icon-2.png) no-repeat;} #about .content #service-icons li.services-film{background:url(images/icon-3.png) no-repeat;} #about .content #service-icons li.services-photo{background:url(images/icon-4.png) no-repeat;} /****************************************************/ /* EXPERIENCE SECTION */ /****************************************************/ #experience{margin:0px 43px; padding-top:30px; } #experience .col{ width:235px; float:left; } #experience .content{overflow:auto;} #experience .col-mid{margin:0px 65px;} /****************************************************/ /* PROJECT SECTION */ /****************************************************/ #project{margin:0px 43px; padding-top:30px;} #project .col{ width:235px; float:left; } #project .content{overflow:auto;} #project .col-mid{margin:0px 65px;} /****************************************************/ /* CONNECT SECTION */ /****************************************************/ #connect{margin:0px 43px; padding-top:30px;} #connect .content{overflow:auto;} #connect #form{ width:410px; float:left; } #connect #form span{ display:block; float:left; width:100px; padding-top:5px; font: 400 14px/16px 'Bree Serif', Georgia, serif; } #connect #form input{ float:left; width:255px; border:0px; color:#3b3b3b; padding:10px 10px 10px 30px; font: 400 11px/20px 'Open Sans', Verdana, Helvetica, sans-serif; margin-bottom:10px; } #connect #form textarea{ float:left; border:0px; width:255px; height:100px; padding:10px 10px 10px 30px; font: 400 11px/20px 'Open Sans', Verdana, Helvetica, sans-serif; color:#3b3b3b; } #connect #form input.name{background:#222222 url(images/icon-user.png) no-repeat 10px 8px;} #connect #form input.email{background:#222222 url(images/icon-mail.png) no-repeat 10px 9px;} #connect #form textarea.message{background:#222222 url(images/icon-message.png) no-repeat 10px 8px;} #connect #form input.submit{ width:75px; height:30px; float:right; padding:0px 0px 5px 0px; margin:10px 16px 0px 0px; background:#222222; color:#3b3b3b; font: 400 14px/16px 'Bree Serif', Georgia, serif; } #connect #social-footer{ width:300px; float:left; margin-left:275px; } #connect #social-footer #sm-links{margin-top:25px;} #connect #social-footer #sm-links li{ list-style:none; float:left; } #connect #social-footer #sm-links li a{ display:block; text-indent:-9999px; width:26px; height:26px; margin-right:10px; } #connect #social-footer #sm-links li a.facebook{background:url(images/sm-facebook-icon.png) no-repeat;} #connect #social-footer #sm-links li a.github{background:url(images/GitHub-Mark-Light-32px.png) no-repeat; width:31px;} #connect #social-footer #sm-links li a.linkedin{background:url(images/sm-linkedin-icon.png) no-repeat;} /****************************************************/ /* MISC */ /****************************************************/ .top-divider, .bottom-divider{ width:100%; height:9px; background:url(images/divider.png) repeat-x; clear:both; } .top-divider{margin-bottom:45px;} .bottom-divider{margin-top:40px;} .bottom-divider{margin-bottom:25px;}
0.106784
0.042088
*, body { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-focus-ring-color: rgba(0,0,0,0); outline: none; margin: 0; padding: 0; } *::selection{ background:rgba(0,0,0,0.01); } @media (min-device-width: 1000px) { *, body { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } } body { background: #222; font-family: "Liberation Serif", sans-serif; text-align: center; } .content { margin:auto; width: 400px; position: relative; } .in { background: #1e6e41; width: 100%; color: #fff; } .in h1 { font-weight: 100; padding-top: 50px; } img#logo { margin: 85px; height: 180px; } #login { } .in input[type="text"] { border: 1px solid #ccc; margin-bottom: 10px; line-height: 40px; width: 55%; font-size: 20px; text-align: center; color: #555; font-family: "Liberation Serif", sans-serif; } .in input[type="checkbox"] { margin-bottom: 20px; } #bottom { background: rgba(0, 0, 0, 0.3); width: 400px; line-height: 110px; z-index: 9; } input[type="button"] { border: 0px; line-height: 50px; height: 50px; font-size: 22px; width: 55%; font-family: "Liberation Serif", sans-serif; font-size: 20px; font-weight: 100; color:#fff; cursor: pointer; background: rgba(0, 0, 0, 0.8); } input[type="button"]:hover { color:#fff; } input[type="button"]:active { margin-left: 3px; color:#999; } input:focus { outline: none; } .content .show { width: 100%; height: 100%; } .content .show .tree { background: #fff; color: black; } #tree-header { position: relative; height: 70px; background: #237547; text-align: center; /*font-family: serif;*/ font-weight: 100; line-height: 70px; color:#fff; font-size: 24px; margin:auto; font-family: "Liberation Serif", serif; font-weight: 100; line-height: 70px; color:#fff; font-size: 22px; margin:auto; } #lavel { float: left; background: rgba(0, 0, 0, 0.4); height: 70px; color:#fff; width: 70px; font-size: 26px; line-height: 60px; } #lavel sup { position: relative; top:-35px; font-family: arial; font-size: 11px; } #menu { float: right; width: 70px; height: 70px; background: #000; font-size: 40px; font-weight: 900; cursor: pointer; } #tree-body { height: 495px; font-size: 14px; color: #999; } #tree-edit { padding: 50px; padding-bottom: 5px; } #tree-edit input[type=text] { border: 1px solid #dedede; line-height: 36px; width: 140px; margin-left: 8px; } #tree-edit label { width: 120px; display: block; float: left; line-height: 36px; text-align: left; } #tree-footer { padding: 20px; background: #eeeeee; border-top:1px solid #d6d6d6; } #tree-footer input { font-size: 18px; } #activity { padding:2px 10px; background: rgba(0,0,0,0.4); margin: 0 auto; color: #fff; border-radius: 0 0 5px 5px; font-size: 12px; position: relative; top:0px; line-height: 18px; } #born { color:#999; padding: 10px; font-size: 14px; } #scroll_sib { overflow: hidden; height: 80px; margin: 0 auto; } .scroll_sibxy { margin-top:15px; padding-top: 0px; height: 52px; overflow: hidden; position: relative; } .sibling { padding-top: 20px; padding-bottom:10px; height: 70px; width:245px; margin: 0 auto; overflow: auto; overflow-y: hidden; white-space: nowrap; } .sibling span { margin: 0px 1px; cursor: pointer; } #text_sibling {position: relative;top:10px;} .sib_x { float: left; width: 50px; height: 100px; } .sib_add { display: inline-block; position: relative; width: 40px; height:30px; background: url('images/none.png'); background-size: auto 40px; background-repeat: no-repeat; background-position: 50% 50%; cursor: pointer; } .sib_y { float: right; width: 50px; height: 100px; } .sib_x .male, .sib_y .male, .sib_x .female, .sib_y .female, .sib_x .nosex, .sib_y .nosex { width:10px; height: 10px; position: relative; top: auto; left: auto; right: auto; bottom: auto; margin: 2px 20px 2px 20px; padding: 0; background: none; cursor: pointer; border-radius: 5px; } .sib_x .male, .sib_y .male { background: #043d84; } .sib_x .female, .sib_y .female { background: #e22889; } .sib_x .nosex, .sib_y .nosex { background: #ccc; } .scroll_auto { padding-top: 2px; overflow-y: hidden; overflow-x: hidden; } #scroll_child { overflow: hidden; height: 70px; width:340px; margin: 0 auto; margin-bottom: 9px; } #left_child:before, #left_sibling:before { content: ''; display: block; position: absolute; width:8px; height: 22px; background: #fff; z-index: 9; top:-18px; left:12px; } #left_child { position: absolute; left: 15px; top:163px; font-size: 20px; cursor: pointer; color: #ccc; } #right_child { position: absolute; right: 15px; top:163px; font-size: 20px; cursor: pointer; color: #ccc; } #left_sibling { position: absolute; left: 63px; top:155px; font-size: 20px; cursor: pointer; color: #ccc; } #right_sibling { position: absolute; right: 63px; top:155px; font-size: 20px; cursor: pointer; color: #ccc; } .children { overflow: auto; overflow-y: hidden; height: 80px; padding-top: 10px; margin-right: -1px; white-space: nowrap; } .children span { margin: 0px 1px; cursor: pointer; } #add_child { display: inline-block; position: relative; width: 40px; height:60px; background: url('images/none.png'); background-size: auto 60px; margin-left: 0px; margin-right: 8px; } .male { display: inline-block; position: relative; width: 46px; height:60px; background: url('images/male.png'); background-size: auto 60px; background-repeat: no-repeat; left: 5px; top:-1px; } .female { display: inline-block; position: relative; width: 46px; height:60px; background: url('images/female.png'); background-size: auto 60px; background-repeat: no-repeat; background-position: 50%; } .nosex { display: inline-block; position: relative; width: 46px; height:60px; background: url('images/none.png'); background-size: auto 61px; background-repeat: no-repeat; background-position: 50%; } .nosex:before { content: ' '; display: block; position: absolute; height: 18px; width: 20px; background: #fff; top: 19px; left: 14px; font-weight: 900; color: #ccc; } #add_sibling { display: inline-block; position: relative; width: 40px; height:60px; background: url('images/none.png'); background-size: auto 60px; margin-left: 0px; margin-right: 7px; } #partner { display: inline-block; position: relative; top:22px; width: 40px; height:60px; background-size: auto 46px; background-repeat: no-repeat; background-position: 50%; cursor: pointer; } #mother-parents span, #father-parents span { display: inline-block; position: relative; top:-3px; width: 40px; height:60px; background-size: auto 40px; background-repeat: no-repeat; background-position: 50%; cursor: pointer; } .padd { background: url('images/none.png'); } .ppx { top:-3px !important; background-size: auto 40px !important; background: url('images/female.png'); } .ppy { top:-3px !important; left: 4px; background-size: auto 40px !important; background: url('images/male.png'); } .px { top:20px !important; background-size: auto 44px !important; background: url('images/female.png'); } .py { top:20px !important; left: 4px; background-size: auto 44px !important; background: url('images/male.png'); } #parents { margin-top: 120px; border-top:1px solid #ddd; position: relative; top:-150px; color:#999; /*font-family: "Liberation Serif", serif;*/ font-size: 18px; z-index: 2; } #parents p { width: 50%; height: 50px; line-height: 50px; } .father { float: right; background: url('images/male.png'); background-size: auto 36px; background-position-x: 95%; border-bottom: 3px solid #043d84; background-position: 95% 50%; z-index: 99; cursor: pointer; } .mother { float: left; background: url('images/female.png'); background-size: auto 36px; background-position-x: 7%; border-bottom: 3px solid #e22889; background-position: 7% 50%; z-index: 99; cursor: pointer; } .father.none { float: right; background: url('images/none.png'); background-repeat: no-repeat; background-size: auto 40px; background-position-x: 93%; background-position-y: 50%; background-position: 93% 50%; } .mother.none { float: left; background: url('images/none.png'); background-repeat: no-repeat; background-size: auto 40px; background-position-x: 7%; background-position-y: 50%; background-position: 7% 50%; } .none, .father, .mother { font-size: 16px; text-align: center; background-repeat: no-repeat; background-position-y: 50%; } #father-parents {float: right;background: #f6f6f6;border-bottom:1px solid #ccc;} #mother-parents {float: left;background: #f6f6f6;border-bottom:1px solid #ccc;} #parents img { margin: 7px; height: 40px; } #i { width: 131px; height: 120px; background: url('images/i.png');; margin: auto; position: relative; z-index: 9; border-radius: 50%; } #other { position: relative; top:-140px; font-size: 14px; color: #999; z-index: 1; } #other img:last-child { margin-left: 15px; margin-right: 15px; } .radio-xy { margin-bottom: 20px; } .radio-xy input[type="radio"] { display:none; } .radio-xy input[type="radio"]:disabled + label { border-bottom: 3px solid #ccc; background: none; } .radio-xy label { display:inline-block; /*background-color:#eee;*/ padding:4px 11px; font-size:14px; background-position-x: 93%; margin: 1px; cursor: pointer; } .radio-xy input[type="radio"]:checked + label { color: #000; } .radio-xy > label { color: #ccc; } .radio-xy .father { text-align: left !important; } .radio-xy .mother { text-align: right !important; background-position-x: 7%; } /* .radio-xy > input:checked + label { } */ #extras_title { color: #ccc; font-size: 14px; padding-top:30px; } #extras { width: 30px; height: 30px; line-height: 26px; border: 1px solid #ccc; border-radius: 50%; display: inline-block; margin-top:10px; margin-bottom:20px; font-size: 24px; color: #ccc; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); cursor: pointer; } #extras:hover { border: 1px solid #999; color: #999; } .up { transform: rotate(270deg) !important; -moz-transform: rotate(270deg) !important; -webkit-transform: rotate(270deg) !important; } .hide { display: none !important; } .extras_place { font-size: 16px; width: 100%; background: rgba(51, 51, 51, 0.95); color: #fff; } .extras_place input { border: 1px solid #dedede; line-height: 36px; margin-left: 8px; } #title { font-size: 18px; } .vhide { visibility: hidden; } #edit_name, #title, #edit_surname, #father, #mother { text-transform: capitalize; } #partner_name { display: block; position: relative !important; top:-5px; font-size:12px; width:58px; margin: 0 auto; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; color:#999; } #other_partner { display: block; position: relative !important; cursor: pointer; top:-8px; width:35px; margin: 0 auto; overflow: hidden; color:#ccc; } .colorpx { color:#e22889; } .colorpy { color:#043d84; } label[for=edit_place] { white-space: nowrap; } label[for=edit_activity] { white-space: nowrap; } #up_siby, #up_sibx { cursor: pointer; position: relative; top:-70px; z-index: 1; color:#ccc; } #down_siby, #down_sibx { cursor: pointer; position: relative; top:-12px; color:#ccc; z-index: 1; } #sibx .nosex:before, #siby .nosex:before { content: ''; display: none; position: relative; height: 0; width: 0; top: 0; left: 0; } #sibx, #siby, #move_siby, #move_sibx { z-index: 9; }
style.css
*, body { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-focus-ring-color: rgba(0,0,0,0); outline: none; margin: 0; padding: 0; } *::selection{ background:rgba(0,0,0,0.01); } @media (min-device-width: 1000px) { *, body { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } } body { background: #222; font-family: "Liberation Serif", sans-serif; text-align: center; } .content { margin:auto; width: 400px; position: relative; } .in { background: #1e6e41; width: 100%; color: #fff; } .in h1 { font-weight: 100; padding-top: 50px; } img#logo { margin: 85px; height: 180px; } #login { } .in input[type="text"] { border: 1px solid #ccc; margin-bottom: 10px; line-height: 40px; width: 55%; font-size: 20px; text-align: center; color: #555; font-family: "Liberation Serif", sans-serif; } .in input[type="checkbox"] { margin-bottom: 20px; } #bottom { background: rgba(0, 0, 0, 0.3); width: 400px; line-height: 110px; z-index: 9; } input[type="button"] { border: 0px; line-height: 50px; height: 50px; font-size: 22px; width: 55%; font-family: "Liberation Serif", sans-serif; font-size: 20px; font-weight: 100; color:#fff; cursor: pointer; background: rgba(0, 0, 0, 0.8); } input[type="button"]:hover { color:#fff; } input[type="button"]:active { margin-left: 3px; color:#999; } input:focus { outline: none; } .content .show { width: 100%; height: 100%; } .content .show .tree { background: #fff; color: black; } #tree-header { position: relative; height: 70px; background: #237547; text-align: center; /*font-family: serif;*/ font-weight: 100; line-height: 70px; color:#fff; font-size: 24px; margin:auto; font-family: "Liberation Serif", serif; font-weight: 100; line-height: 70px; color:#fff; font-size: 22px; margin:auto; } #lavel { float: left; background: rgba(0, 0, 0, 0.4); height: 70px; color:#fff; width: 70px; font-size: 26px; line-height: 60px; } #lavel sup { position: relative; top:-35px; font-family: arial; font-size: 11px; } #menu { float: right; width: 70px; height: 70px; background: #000; font-size: 40px; font-weight: 900; cursor: pointer; } #tree-body { height: 495px; font-size: 14px; color: #999; } #tree-edit { padding: 50px; padding-bottom: 5px; } #tree-edit input[type=text] { border: 1px solid #dedede; line-height: 36px; width: 140px; margin-left: 8px; } #tree-edit label { width: 120px; display: block; float: left; line-height: 36px; text-align: left; } #tree-footer { padding: 20px; background: #eeeeee; border-top:1px solid #d6d6d6; } #tree-footer input { font-size: 18px; } #activity { padding:2px 10px; background: rgba(0,0,0,0.4); margin: 0 auto; color: #fff; border-radius: 0 0 5px 5px; font-size: 12px; position: relative; top:0px; line-height: 18px; } #born { color:#999; padding: 10px; font-size: 14px; } #scroll_sib { overflow: hidden; height: 80px; margin: 0 auto; } .scroll_sibxy { margin-top:15px; padding-top: 0px; height: 52px; overflow: hidden; position: relative; } .sibling { padding-top: 20px; padding-bottom:10px; height: 70px; width:245px; margin: 0 auto; overflow: auto; overflow-y: hidden; white-space: nowrap; } .sibling span { margin: 0px 1px; cursor: pointer; } #text_sibling {position: relative;top:10px;} .sib_x { float: left; width: 50px; height: 100px; } .sib_add { display: inline-block; position: relative; width: 40px; height:30px; background: url('images/none.png'); background-size: auto 40px; background-repeat: no-repeat; background-position: 50% 50%; cursor: pointer; } .sib_y { float: right; width: 50px; height: 100px; } .sib_x .male, .sib_y .male, .sib_x .female, .sib_y .female, .sib_x .nosex, .sib_y .nosex { width:10px; height: 10px; position: relative; top: auto; left: auto; right: auto; bottom: auto; margin: 2px 20px 2px 20px; padding: 0; background: none; cursor: pointer; border-radius: 5px; } .sib_x .male, .sib_y .male { background: #043d84; } .sib_x .female, .sib_y .female { background: #e22889; } .sib_x .nosex, .sib_y .nosex { background: #ccc; } .scroll_auto { padding-top: 2px; overflow-y: hidden; overflow-x: hidden; } #scroll_child { overflow: hidden; height: 70px; width:340px; margin: 0 auto; margin-bottom: 9px; } #left_child:before, #left_sibling:before { content: ''; display: block; position: absolute; width:8px; height: 22px; background: #fff; z-index: 9; top:-18px; left:12px; } #left_child { position: absolute; left: 15px; top:163px; font-size: 20px; cursor: pointer; color: #ccc; } #right_child { position: absolute; right: 15px; top:163px; font-size: 20px; cursor: pointer; color: #ccc; } #left_sibling { position: absolute; left: 63px; top:155px; font-size: 20px; cursor: pointer; color: #ccc; } #right_sibling { position: absolute; right: 63px; top:155px; font-size: 20px; cursor: pointer; color: #ccc; } .children { overflow: auto; overflow-y: hidden; height: 80px; padding-top: 10px; margin-right: -1px; white-space: nowrap; } .children span { margin: 0px 1px; cursor: pointer; } #add_child { display: inline-block; position: relative; width: 40px; height:60px; background: url('images/none.png'); background-size: auto 60px; margin-left: 0px; margin-right: 8px; } .male { display: inline-block; position: relative; width: 46px; height:60px; background: url('images/male.png'); background-size: auto 60px; background-repeat: no-repeat; left: 5px; top:-1px; } .female { display: inline-block; position: relative; width: 46px; height:60px; background: url('images/female.png'); background-size: auto 60px; background-repeat: no-repeat; background-position: 50%; } .nosex { display: inline-block; position: relative; width: 46px; height:60px; background: url('images/none.png'); background-size: auto 61px; background-repeat: no-repeat; background-position: 50%; } .nosex:before { content: ' '; display: block; position: absolute; height: 18px; width: 20px; background: #fff; top: 19px; left: 14px; font-weight: 900; color: #ccc; } #add_sibling { display: inline-block; position: relative; width: 40px; height:60px; background: url('images/none.png'); background-size: auto 60px; margin-left: 0px; margin-right: 7px; } #partner { display: inline-block; position: relative; top:22px; width: 40px; height:60px; background-size: auto 46px; background-repeat: no-repeat; background-position: 50%; cursor: pointer; } #mother-parents span, #father-parents span { display: inline-block; position: relative; top:-3px; width: 40px; height:60px; background-size: auto 40px; background-repeat: no-repeat; background-position: 50%; cursor: pointer; } .padd { background: url('images/none.png'); } .ppx { top:-3px !important; background-size: auto 40px !important; background: url('images/female.png'); } .ppy { top:-3px !important; left: 4px; background-size: auto 40px !important; background: url('images/male.png'); } .px { top:20px !important; background-size: auto 44px !important; background: url('images/female.png'); } .py { top:20px !important; left: 4px; background-size: auto 44px !important; background: url('images/male.png'); } #parents { margin-top: 120px; border-top:1px solid #ddd; position: relative; top:-150px; color:#999; /*font-family: "Liberation Serif", serif;*/ font-size: 18px; z-index: 2; } #parents p { width: 50%; height: 50px; line-height: 50px; } .father { float: right; background: url('images/male.png'); background-size: auto 36px; background-position-x: 95%; border-bottom: 3px solid #043d84; background-position: 95% 50%; z-index: 99; cursor: pointer; } .mother { float: left; background: url('images/female.png'); background-size: auto 36px; background-position-x: 7%; border-bottom: 3px solid #e22889; background-position: 7% 50%; z-index: 99; cursor: pointer; } .father.none { float: right; background: url('images/none.png'); background-repeat: no-repeat; background-size: auto 40px; background-position-x: 93%; background-position-y: 50%; background-position: 93% 50%; } .mother.none { float: left; background: url('images/none.png'); background-repeat: no-repeat; background-size: auto 40px; background-position-x: 7%; background-position-y: 50%; background-position: 7% 50%; } .none, .father, .mother { font-size: 16px; text-align: center; background-repeat: no-repeat; background-position-y: 50%; } #father-parents {float: right;background: #f6f6f6;border-bottom:1px solid #ccc;} #mother-parents {float: left;background: #f6f6f6;border-bottom:1px solid #ccc;} #parents img { margin: 7px; height: 40px; } #i { width: 131px; height: 120px; background: url('images/i.png');; margin: auto; position: relative; z-index: 9; border-radius: 50%; } #other { position: relative; top:-140px; font-size: 14px; color: #999; z-index: 1; } #other img:last-child { margin-left: 15px; margin-right: 15px; } .radio-xy { margin-bottom: 20px; } .radio-xy input[type="radio"] { display:none; } .radio-xy input[type="radio"]:disabled + label { border-bottom: 3px solid #ccc; background: none; } .radio-xy label { display:inline-block; /*background-color:#eee;*/ padding:4px 11px; font-size:14px; background-position-x: 93%; margin: 1px; cursor: pointer; } .radio-xy input[type="radio"]:checked + label { color: #000; } .radio-xy > label { color: #ccc; } .radio-xy .father { text-align: left !important; } .radio-xy .mother { text-align: right !important; background-position-x: 7%; } /* .radio-xy > input:checked + label { } */ #extras_title { color: #ccc; font-size: 14px; padding-top:30px; } #extras { width: 30px; height: 30px; line-height: 26px; border: 1px solid #ccc; border-radius: 50%; display: inline-block; margin-top:10px; margin-bottom:20px; font-size: 24px; color: #ccc; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); cursor: pointer; } #extras:hover { border: 1px solid #999; color: #999; } .up { transform: rotate(270deg) !important; -moz-transform: rotate(270deg) !important; -webkit-transform: rotate(270deg) !important; } .hide { display: none !important; } .extras_place { font-size: 16px; width: 100%; background: rgba(51, 51, 51, 0.95); color: #fff; } .extras_place input { border: 1px solid #dedede; line-height: 36px; margin-left: 8px; } #title { font-size: 18px; } .vhide { visibility: hidden; } #edit_name, #title, #edit_surname, #father, #mother { text-transform: capitalize; } #partner_name { display: block; position: relative !important; top:-5px; font-size:12px; width:58px; margin: 0 auto; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; color:#999; } #other_partner { display: block; position: relative !important; cursor: pointer; top:-8px; width:35px; margin: 0 auto; overflow: hidden; color:#ccc; } .colorpx { color:#e22889; } .colorpy { color:#043d84; } label[for=edit_place] { white-space: nowrap; } label[for=edit_activity] { white-space: nowrap; } #up_siby, #up_sibx { cursor: pointer; position: relative; top:-70px; z-index: 1; color:#ccc; } #down_siby, #down_sibx { cursor: pointer; position: relative; top:-12px; color:#ccc; z-index: 1; } #sibx .nosex:before, #siby .nosex:before { content: ''; display: none; position: relative; height: 0; width: 0; top: 0; left: 0; } #sibx, #siby, #move_siby, #move_sibx { z-index: 9; }
0.263126
0.039676
.MessageBubble .arrow.left svg { display: none !important; } .RecentMessageView > .items .item > .content .what, .RecentMessageView > .items .item > .content .who, .RecentMessageView > .items .item > .extra .when, .MessageViewItem.bubble > div.body > div.whoWhatWhen > div.statusAndWhen > div.when, .CustomFieldViewer .cell.key, .Avatar > .texts > .title, .InputBox > .TextArea .Editable:empty::before, .MessageBubble .RecallView, .TeamworkWebHeader > .organizerRegion > .moduleName, .ContactableUserList .items .item .SimpleUserListItem .Avatar .title, .ContactableGroupList .items .item .SimpleGroupListItem .Avatar .title, .WelcomeView .contactListSummary, .WelcomeView .recentSummary, .WelcomeView .head, .GroupMemberPicker .items > .item .title, .GroupMemberEditor .fieldHeads > .item > .people .Avatar .texts .title, .GroupMemberEditor .items > .item > .people .Avatar .texts .title, .GroupEditor .basicSection .sectionTitle, .MessageBubble .FileView .DownloadableView .caption, input::placeholder, .GroupInfo .memberSection .MemberList .item .role, .Searcher .modal-content .modal-body .result > .spliter { color: #969696 !important; } .LeftBar > .ListView .items .ReactVirtualized__List .item { border-bottom-color: rgba(255, 255, 255, 0.1); } .ConversationView > .front > .NavigationBar { border-bottom-color: rgba(255, 255, 255, 0.1); } .LeftBar > .Switcher { border-top-color: rgba(255, 255, 255, 0.1); } .ConversationView > .front { border-left-color: rgba(255, 255, 255, 0.1); border-right-color: rgba(255, 255, 255, 0.1); } .ChatView > .InputBox { border-top-color: rgba(255, 255, 255, 0.1); } .InputBox > .TextArea .Editable { border-top-color: rgba(255, 255, 255, 0.1); border-left-color: rgba(255, 255, 255, 0.1); border-right-color: rgba(255, 255, 255, 0.1); border-bottom-color: rgba(255, 255, 255, 0.1); } .LoadingIcon > div { color: #969696; background-color: #969696; border-color: #969696; outline-color: #969696; } /*More contrast Background color */ .ConversationView > .front > .ChatView { background-color: rgb(28, 31, 33); } .ConversationView > .front > .NavigationBar, .ConversationView > .front > .NavigationBar + .WelcomeView { background-color: rgb(36, 39, 41); } .emoji-mart-dark .emoji-mart-category-label span { background-color: rgb(41, 44, 46); } .emoji-mart-dark { background-color: rgb(41, 44, 46); } .emoji-mart-dark .emoji-mart-search input { background-color: rgb(46, 49, 51); } #emoji-trigger { fill: #969696; stroke: #969696; } #emoji-trigger.hovered { fill: #7bb5f9; stroke: #7bb5f9; }
src/main/inject/dark-mode-fixes.css
.MessageBubble .arrow.left svg { display: none !important; } .RecentMessageView > .items .item > .content .what, .RecentMessageView > .items .item > .content .who, .RecentMessageView > .items .item > .extra .when, .MessageViewItem.bubble > div.body > div.whoWhatWhen > div.statusAndWhen > div.when, .CustomFieldViewer .cell.key, .Avatar > .texts > .title, .InputBox > .TextArea .Editable:empty::before, .MessageBubble .RecallView, .TeamworkWebHeader > .organizerRegion > .moduleName, .ContactableUserList .items .item .SimpleUserListItem .Avatar .title, .ContactableGroupList .items .item .SimpleGroupListItem .Avatar .title, .WelcomeView .contactListSummary, .WelcomeView .recentSummary, .WelcomeView .head, .GroupMemberPicker .items > .item .title, .GroupMemberEditor .fieldHeads > .item > .people .Avatar .texts .title, .GroupMemberEditor .items > .item > .people .Avatar .texts .title, .GroupEditor .basicSection .sectionTitle, .MessageBubble .FileView .DownloadableView .caption, input::placeholder, .GroupInfo .memberSection .MemberList .item .role, .Searcher .modal-content .modal-body .result > .spliter { color: #969696 !important; } .LeftBar > .ListView .items .ReactVirtualized__List .item { border-bottom-color: rgba(255, 255, 255, 0.1); } .ConversationView > .front > .NavigationBar { border-bottom-color: rgba(255, 255, 255, 0.1); } .LeftBar > .Switcher { border-top-color: rgba(255, 255, 255, 0.1); } .ConversationView > .front { border-left-color: rgba(255, 255, 255, 0.1); border-right-color: rgba(255, 255, 255, 0.1); } .ChatView > .InputBox { border-top-color: rgba(255, 255, 255, 0.1); } .InputBox > .TextArea .Editable { border-top-color: rgba(255, 255, 255, 0.1); border-left-color: rgba(255, 255, 255, 0.1); border-right-color: rgba(255, 255, 255, 0.1); border-bottom-color: rgba(255, 255, 255, 0.1); } .LoadingIcon > div { color: #969696; background-color: #969696; border-color: #969696; outline-color: #969696; } /*More contrast Background color */ .ConversationView > .front > .ChatView { background-color: rgb(28, 31, 33); } .ConversationView > .front > .NavigationBar, .ConversationView > .front > .NavigationBar + .WelcomeView { background-color: rgb(36, 39, 41); } .emoji-mart-dark .emoji-mart-category-label span { background-color: rgb(41, 44, 46); } .emoji-mart-dark { background-color: rgb(41, 44, 46); } .emoji-mart-dark .emoji-mart-search input { background-color: rgb(46, 49, 51); } #emoji-trigger { fill: #969696; stroke: #969696; } #emoji-trigger.hovered { fill: #7bb5f9; stroke: #7bb5f9; }
0.522933
0.05301
html { overflow: scroll; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; /* remove scrollbar space */ background: transparent; /* optional: just make scrollbar invisible */ } /* optional: show position indicator in red */ ::-webkit-scrollbar-thumb { background: transparent; } .myiframe { display: block; /* iframes are inline by default */ border: none; /* Reset default border */ height: 100vh; /* Viewport-relative units */ width: 100vw; overflow-x: auto; background:url(../images/ajax-loading.gif) center center no-repeat; } .nav-user { overflow-x: hidden; overflow-y: hidden; display: -webkit-box; display: -moz-box; } .nav-user>li { float: none; } .nav-tabs .nav-link { border: 1px solid #DBDBDB; border-bottom: 0; border-radius: 5px; margin-bottom: 1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; max-height: 41px; -webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 24px; } .nav-insert-tab{ border: 1px solid #DBDBDB; border-bottom: 0; border-radius: 5px; margin-bottom: 1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-right: 20px; padding-top: 12px; padding-bottom: 11px; display: block; padding: 0.5rem 1rem; } .header-desc-insert { margin-top: 0px; margin-left: 35px; } .dropdown-item.active { color: #16181b; text-decoration: none; background-color: #f8f9fa; } .nav-insert{ display: -webkit-box; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; text-decoration: none; color: #495057; background-color: #f6f6f6; border-color: #DBDBDB; border: 1px solid #DBDBDB; border-bottom: 0; border-radius: 5px; margin-bottom: 1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; /*padding-right: 20px;*/ } .col-md-6-edt { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 36%; } .height-429 { height: 429px !important; } .height-1024 { min-height: 1024px !important; } .component-fields { width: 250px; position: relative; background: #ffffff; border-radius: 6px; padding: 8px; padding-left: 20px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); margin-bottom: 15px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
css/customer2.css
html { overflow: scroll; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; /* remove scrollbar space */ background: transparent; /* optional: just make scrollbar invisible */ } /* optional: show position indicator in red */ ::-webkit-scrollbar-thumb { background: transparent; } .myiframe { display: block; /* iframes are inline by default */ border: none; /* Reset default border */ height: 100vh; /* Viewport-relative units */ width: 100vw; overflow-x: auto; background:url(../images/ajax-loading.gif) center center no-repeat; } .nav-user { overflow-x: hidden; overflow-y: hidden; display: -webkit-box; display: -moz-box; } .nav-user>li { float: none; } .nav-tabs .nav-link { border: 1px solid #DBDBDB; border-bottom: 0; border-radius: 5px; margin-bottom: 1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; max-height: 41px; -webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 24px; } .nav-insert-tab{ border: 1px solid #DBDBDB; border-bottom: 0; border-radius: 5px; margin-bottom: 1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-right: 20px; padding-top: 12px; padding-bottom: 11px; display: block; padding: 0.5rem 1rem; } .header-desc-insert { margin-top: 0px; margin-left: 35px; } .dropdown-item.active { color: #16181b; text-decoration: none; background-color: #f8f9fa; } .nav-insert{ display: -webkit-box; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; text-decoration: none; color: #495057; background-color: #f6f6f6; border-color: #DBDBDB; border: 1px solid #DBDBDB; border-bottom: 0; border-radius: 5px; margin-bottom: 1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; /*padding-right: 20px;*/ } .col-md-6-edt { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 36%; } .height-429 { height: 429px !important; } .height-1024 { min-height: 1024px !important; } .component-fields { width: 250px; position: relative; background: #ffffff; border-radius: 6px; padding: 8px; padding-left: 20px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); margin-bottom: 15px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
0.389779
0.060363
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl, .col-xxxl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } @media (min-width: 1900px) { .col-xxl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-xxl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-xxl-first { -ms-flex-order: -1; order: -1; } .order-xxl-last { -ms-flex-order: 13; order: 13; } .order-xxl-0 { -ms-flex-order: 0; order: 0; } .order-xxl-1 { -ms-flex-order: 1; order: 1; } .order-xxl-2 { -ms-flex-order: 2; order: 2; } .order-xxl-3 { -ms-flex-order: 3; order: 3; } .order-xxl-4 { -ms-flex-order: 4; order: 4; } .order-xxl-5 { -ms-flex-order: 5; order: 5; } .order-xxl-6 { -ms-flex-order: 6; order: 6; } .order-xxl-7 { -ms-flex-order: 7; order: 7; } .order-xxl-8 { -ms-flex-order: 8; order: 8; } .order-xxl-9 { -ms-flex-order: 9; order: 9; } .order-xxl-10 { -ms-flex-order: 10; order: 10; } .order-xxl-11 { -ms-flex-order: 11; order: 11; } .order-xxl-12 { -ms-flex-order: 12; order: 12; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.333333%; } .offset-xxl-2 { margin-left: 16.666667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.333333%; } .offset-xxl-5 { margin-left: 41.666667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.333333%; } .offset-xxl-8 { margin-left: 66.666667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.333333%; } .offset-xxl-11 { margin-left: 91.666667%; } } @media (max-width: 1899.98px) { .table-responsive-xxl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } .table-responsive-xxl > .table-bordered { border: 0; } } @media (max-width: 1899.98px) { .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1900px) { .navbar-expand-xxl { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xxl .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xxl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-xxl .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xxl .navbar-toggler { display: none; } } @media (min-width: 1900px) { .d-xxl-none { display: none !important; } .d-xxl-inline { display: inline !important; } .d-xxl-inline-block { display: inline-block !important; } .d-xxl-block { display: block !important; } .d-xxl-table { display: table !important; } .d-xxl-table-row { display: table-row !important; } .d-xxl-table-cell { display: table-cell !important; } .d-xxl-flex { display: -ms-flexbox !important; display: flex !important; } .d-xxl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 1900px) { .flex-xxl-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xxl-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xxl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xxl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xxl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xxl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-xxl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xxl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xxl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xxl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xxl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-xxl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xxl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xxl-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xxl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xxl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-xxl-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xxl-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xxl-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-xxl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xxl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xxl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xxl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xxl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xxl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xxl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xxl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xxl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xxl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xxl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xxl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xxl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xxl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 3000px) { .flex-xxxl-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xxxl-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xxxl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xxxl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xxxl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xxxl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xxxl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-xxxl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xxxl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xxxl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xxxl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xxxl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-xxxl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xxxl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xxxl-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xxxl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xxxl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-xxxl-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xxxl-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xxxl-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-xxxl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xxxl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xxxl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xxxl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xxxl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xxxl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xxxl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xxxl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xxxl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xxxl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xxxl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xxxl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xxxl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xxxl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 1900px) { .float-xxl-left { float: left !important; } .float-xxl-right { float: right !important; } .float-xxl-none { float: none !important; } } @media (min-width: 3000px) { .float-xxxl-left { float: left !important; } .float-xxxl-right { float: right !important; } .float-xxxl-none { float: none !important; } } @media (min-width: 1900px) { .float-xxl-left { float: left !important; } .float-xxl-right { float: right !important; } .float-xxl-none { float: none !important; } } @media (min-width: 3000px) { .float-xxxl-left { float: left !important; } .float-xxxl-right { float: right !important; } .float-xxxl-none { float: none !important; } } @media (min-width: 1900px) { .text-xxl-left { text-align: left !important; } .text-xxl-right { text-align: right !important; } .text-xxl-center { text-align: center !important; } } @media (min-width: 3000px) { .text-xxxl-left { text-align: left !important; } .text-xxxl-right { text-align: right !important; } .text-xxxl-center { text-align: center !important; } }
resources/css/bootstrap/grid.css
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl, .col-xxxl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } @media (min-width: 1900px) { .col-xxl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-xxl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-xxl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xxl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xxl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xxl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xxl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xxl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xxl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xxl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xxl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xxl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-xxl-first { -ms-flex-order: -1; order: -1; } .order-xxl-last { -ms-flex-order: 13; order: 13; } .order-xxl-0 { -ms-flex-order: 0; order: 0; } .order-xxl-1 { -ms-flex-order: 1; order: 1; } .order-xxl-2 { -ms-flex-order: 2; order: 2; } .order-xxl-3 { -ms-flex-order: 3; order: 3; } .order-xxl-4 { -ms-flex-order: 4; order: 4; } .order-xxl-5 { -ms-flex-order: 5; order: 5; } .order-xxl-6 { -ms-flex-order: 6; order: 6; } .order-xxl-7 { -ms-flex-order: 7; order: 7; } .order-xxl-8 { -ms-flex-order: 8; order: 8; } .order-xxl-9 { -ms-flex-order: 9; order: 9; } .order-xxl-10 { -ms-flex-order: 10; order: 10; } .order-xxl-11 { -ms-flex-order: 11; order: 11; } .order-xxl-12 { -ms-flex-order: 12; order: 12; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.333333%; } .offset-xxl-2 { margin-left: 16.666667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.333333%; } .offset-xxl-5 { margin-left: 41.666667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.333333%; } .offset-xxl-8 { margin-left: 66.666667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.333333%; } .offset-xxl-11 { margin-left: 91.666667%; } } @media (max-width: 1899.98px) { .table-responsive-xxl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } .table-responsive-xxl > .table-bordered { border: 0; } } @media (max-width: 1899.98px) { .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1900px) { .navbar-expand-xxl { -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-xxl .navbar-nav { -ms-flex-direction: row; flex-direction: row; } .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xxl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-xxl .navbar-collapse { display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-xxl .navbar-toggler { display: none; } } @media (min-width: 1900px) { .d-xxl-none { display: none !important; } .d-xxl-inline { display: inline !important; } .d-xxl-inline-block { display: inline-block !important; } .d-xxl-block { display: block !important; } .d-xxl-table { display: table !important; } .d-xxl-table-row { display: table-row !important; } .d-xxl-table-cell { display: table-cell !important; } .d-xxl-flex { display: -ms-flexbox !important; display: flex !important; } .d-xxl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 1900px) { .flex-xxl-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xxl-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xxl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xxl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xxl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xxl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-xxl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xxl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xxl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xxl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xxl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-xxl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xxl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xxl-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xxl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xxl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-xxl-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xxl-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xxl-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-xxl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xxl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xxl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xxl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xxl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xxl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xxl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xxl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xxl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xxl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xxl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xxl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xxl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xxl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 3000px) { .flex-xxxl-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xxxl-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xxxl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xxxl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xxxl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xxxl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xxxl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-xxxl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xxxl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xxxl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xxxl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xxxl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-xxxl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xxxl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xxxl-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xxxl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xxxl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-xxxl-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xxxl-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xxxl-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-xxxl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xxxl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xxxl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xxxl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xxxl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xxxl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xxxl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xxxl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xxxl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xxxl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xxxl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xxxl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xxxl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xxxl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 1900px) { .float-xxl-left { float: left !important; } .float-xxl-right { float: right !important; } .float-xxl-none { float: none !important; } } @media (min-width: 3000px) { .float-xxxl-left { float: left !important; } .float-xxxl-right { float: right !important; } .float-xxxl-none { float: none !important; } } @media (min-width: 1900px) { .float-xxl-left { float: left !important; } .float-xxl-right { float: right !important; } .float-xxl-none { float: none !important; } } @media (min-width: 3000px) { .float-xxxl-left { float: left !important; } .float-xxxl-right { float: right !important; } .float-xxxl-none { float: none !important; } } @media (min-width: 1900px) { .text-xxl-left { text-align: left !important; } .text-xxl-right { text-align: right !important; } .text-xxl-center { text-align: center !important; } } @media (min-width: 3000px) { .text-xxxl-left { text-align: left !important; } .text-xxxl-right { text-align: right !important; } .text-xxxl-center { text-align: center !important; } }
0.524638
0.052086
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'); /* CSS RESET */ *{ margin: 0; padding: 0; border: 0; } body{ font-family: 'Open Sans', sans-serif; font-size: 1em; } /* Layout */ .Container{ margin: 0 auto; } .Flex{ display: flex; justify-content: space-between; } .Botao{ text-decoration: none; font-size: 1.5em; font-weight: 700; color: #fff; background-color: #c00000; padding: 10px 40px; border-radius: 10px; } /* Topo do site */ #topo{ position: fixed; right: 10px; bottom: 10px; } /* Smartphone Portrait>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ /* Cabeçalho */ header{ height: 60px; } #logo img{ width: 110px; height: 110px; } #check{ display: none; } label{ font-size: 3em; padding-right: 15px; } nav ul{ list-style: none; background-color: #343538; height: 100vh; position: fixed; top: 60px; right: -100%; width: 100%; transition: all 0.5s; } #check:checked ~ ul{ right: 0; } nav ul li{ padding: 20px; border-bottom: 1px solid #a9a9a9; } nav ul li a{ text-decoration: none; color: #fff; } /* Destaque*/ main{ height: 75vh; background: url(img/banner.jpg); background-size: cover; color: #fff; display: flex; flex-direction: column; justify-content: center; text-align: center; } main h1{ font-size: 2.5em; } main h2{ font-size: 1.5em; margin: 20px 0px 50px 0px; } /* Smartphone Landscape>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 576px) { .Container{ max-width: 540px; } main h1, main h2{ text-shadow:#000 0.05em 0.05em 0.05em; } } /* Tablet Portrait>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 768px) { .Container{ max-width: 720px; } main{ height: 45vh; } main h1{ font-size: 5.5em; } main h2{ font-size: 2.2vh; } } /* Tablet Landscape>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 992px) { .Container{ max-width: 960px; } main{ height: 70vh; } } /* Desktope e Notebook >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 1200px) { .Container{ max-width: 1140px; } header{ height: 120px; } #logo img{ width: 189px; height: 189px; margin-top: 30px; } label{ display: none; } nav ul{ position: static; height: auto; background-color: transparent; margin-top: 50px; } nav ul li{ float: left; border: 0; } nav ul li a{ color: #343538; } nav ul li a:hover{ color: #c00000; } }
style.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'); /* CSS RESET */ *{ margin: 0; padding: 0; border: 0; } body{ font-family: 'Open Sans', sans-serif; font-size: 1em; } /* Layout */ .Container{ margin: 0 auto; } .Flex{ display: flex; justify-content: space-between; } .Botao{ text-decoration: none; font-size: 1.5em; font-weight: 700; color: #fff; background-color: #c00000; padding: 10px 40px; border-radius: 10px; } /* Topo do site */ #topo{ position: fixed; right: 10px; bottom: 10px; } /* Smartphone Portrait>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ /* Cabeçalho */ header{ height: 60px; } #logo img{ width: 110px; height: 110px; } #check{ display: none; } label{ font-size: 3em; padding-right: 15px; } nav ul{ list-style: none; background-color: #343538; height: 100vh; position: fixed; top: 60px; right: -100%; width: 100%; transition: all 0.5s; } #check:checked ~ ul{ right: 0; } nav ul li{ padding: 20px; border-bottom: 1px solid #a9a9a9; } nav ul li a{ text-decoration: none; color: #fff; } /* Destaque*/ main{ height: 75vh; background: url(img/banner.jpg); background-size: cover; color: #fff; display: flex; flex-direction: column; justify-content: center; text-align: center; } main h1{ font-size: 2.5em; } main h2{ font-size: 1.5em; margin: 20px 0px 50px 0px; } /* Smartphone Landscape>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 576px) { .Container{ max-width: 540px; } main h1, main h2{ text-shadow:#000 0.05em 0.05em 0.05em; } } /* Tablet Portrait>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 768px) { .Container{ max-width: 720px; } main{ height: 45vh; } main h1{ font-size: 5.5em; } main h2{ font-size: 2.2vh; } } /* Tablet Landscape>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 992px) { .Container{ max-width: 960px; } main{ height: 70vh; } } /* Desktope e Notebook >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */ @media (min-width: 1200px) { .Container{ max-width: 1140px; } header{ height: 120px; } #logo img{ width: 189px; height: 189px; margin-top: 30px; } label{ display: none; } nav ul{ position: static; height: auto; background-color: transparent; margin-top: 50px; } nav ul li{ float: left; border: 0; } nav ul li a{ color: #343538; } nav ul li a:hover{ color: #c00000; } }
0.225587
0.054199
.block { position: relative; margin-top: 30px; word-wrap: break-word; } .block-media { position: relative; } .media-media { /* to avoid issue with map popup * TODO: why is that needed? */ line-height: normal; background-color: #FFF; } body.mobile-view .block-media { width: 100%; } /* * Loading */ .media-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #EEE; } .media-loading .large-loader { position: absolute; top: 50%; left: 50%; } /* * Media caption */ /* common with gallery */ .block-caption { outline: none; font-family: 'open_sans', sans-serif; font-size: 14px; line-height: 22px; opacity: .65; width: 100%; text-align: center; padding-top: 5px; margin-top: 5px !important; } body.mobile-view .block-caption { font-size: 12px; } body.builder-mode .block-caption { min-height: 40px; cursor: text; } body.builder-mode .block-caption:not(:focus):empty:before { content: attr(data-placeholder); font-style: italic; color: #999; } /* * Interaction */ .interaction-enabled .media-media { pointer-events: all; } .interaction-disabled .media-media { pointer-events: none; } .interaction-button:not(.interaction-enabled) .media-media { pointer-events: none; } .interaction-container { position: absolute; bottom: 50px; right: 7px; pointer-events: auto; display: none; z-index: 99; } .interaction-container .glyphicon { margin-right: 4px; } .interaction-button .interaction-container { display: block; pointer-events: auto; } .interaction-container.enabled .int-container-disabled { display: none; } .interaction-container:not(.enabled) .int-container-enabled { display: none; } /* * When builder config is open, interaction are always authorized */ .builder-config-open .media-media { pointer-events: all !important; } .builder-config-open .interaction-container { display: none !important; } /* * Builder 'Appearance invite' */ .appearance-invite::before { content: ''; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; border: 2px dashed #005e95; z-index: 9; pointer-events: none; } .appearance-invite::after { content: attr(data-builder-invite); position: absolute; left: 0; bottom: 0; background-color: #005e95; padding: 2px 5px; color: #FFF; pointer-events: none; z-index: 8; font-family: 'open_sans', sans-serif; z-index: 9999; } .background .appearance-invite::before { top: 50px; bottom: 187px; } .block .appearance-invite::after { left: 75px; padding-left: 10px; } .background .appearance-invite::after { top: inherit; bottom: 187px; } .media-is-loading .media-cfg-invite { display: none !important; } /* * Background */ .bg-color { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100% } /* * Error */ .media-error { background-color: rgba(255, 0, 0, 0.5); border-radius: 4px; color: #FFF; padding: 15px; width: 90%; margin-left: 5%; } /* * Hide all builder UI in viewer */ .builder-ui { display: none; } body.builder-mode .builder-ui { display: inherit; } .builder-config-open .block-caption { display: none; } /* * Delete menu for builder */ .media-delete { position: absolute; top: 0; right: 0; z-index: 2; opacity: 0; font-size: 24px; color: #000; } .media-delete-background { position: absolute; right: 0; top: 0; width: 0; height: 0; border-left: 70px solid transparent; border-right: 0 solid transparent; border-top: 70px solid rgba(232, 232, 232, 1); border-bottom: 0 solid rgba(232, 232, 232, 1); } .media-delete-icon { position: absolute; top: 10px; right: 12px; cursor: pointer; opacity: 0.8; } .media-delete-icon:hover { opacity: 1.0; } .block-media:hover .media-delete { opacity: 1; }
src/app/storymaps/tpl/view/media/Common.css
.block { position: relative; margin-top: 30px; word-wrap: break-word; } .block-media { position: relative; } .media-media { /* to avoid issue with map popup * TODO: why is that needed? */ line-height: normal; background-color: #FFF; } body.mobile-view .block-media { width: 100%; } /* * Loading */ .media-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #EEE; } .media-loading .large-loader { position: absolute; top: 50%; left: 50%; } /* * Media caption */ /* common with gallery */ .block-caption { outline: none; font-family: 'open_sans', sans-serif; font-size: 14px; line-height: 22px; opacity: .65; width: 100%; text-align: center; padding-top: 5px; margin-top: 5px !important; } body.mobile-view .block-caption { font-size: 12px; } body.builder-mode .block-caption { min-height: 40px; cursor: text; } body.builder-mode .block-caption:not(:focus):empty:before { content: attr(data-placeholder); font-style: italic; color: #999; } /* * Interaction */ .interaction-enabled .media-media { pointer-events: all; } .interaction-disabled .media-media { pointer-events: none; } .interaction-button:not(.interaction-enabled) .media-media { pointer-events: none; } .interaction-container { position: absolute; bottom: 50px; right: 7px; pointer-events: auto; display: none; z-index: 99; } .interaction-container .glyphicon { margin-right: 4px; } .interaction-button .interaction-container { display: block; pointer-events: auto; } .interaction-container.enabled .int-container-disabled { display: none; } .interaction-container:not(.enabled) .int-container-enabled { display: none; } /* * When builder config is open, interaction are always authorized */ .builder-config-open .media-media { pointer-events: all !important; } .builder-config-open .interaction-container { display: none !important; } /* * Builder 'Appearance invite' */ .appearance-invite::before { content: ''; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; border: 2px dashed #005e95; z-index: 9; pointer-events: none; } .appearance-invite::after { content: attr(data-builder-invite); position: absolute; left: 0; bottom: 0; background-color: #005e95; padding: 2px 5px; color: #FFF; pointer-events: none; z-index: 8; font-family: 'open_sans', sans-serif; z-index: 9999; } .background .appearance-invite::before { top: 50px; bottom: 187px; } .block .appearance-invite::after { left: 75px; padding-left: 10px; } .background .appearance-invite::after { top: inherit; bottom: 187px; } .media-is-loading .media-cfg-invite { display: none !important; } /* * Background */ .bg-color { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100% } /* * Error */ .media-error { background-color: rgba(255, 0, 0, 0.5); border-radius: 4px; color: #FFF; padding: 15px; width: 90%; margin-left: 5%; } /* * Hide all builder UI in viewer */ .builder-ui { display: none; } body.builder-mode .builder-ui { display: inherit; } .builder-config-open .block-caption { display: none; } /* * Delete menu for builder */ .media-delete { position: absolute; top: 0; right: 0; z-index: 2; opacity: 0; font-size: 24px; color: #000; } .media-delete-background { position: absolute; right: 0; top: 0; width: 0; height: 0; border-left: 70px solid transparent; border-right: 0 solid transparent; border-top: 70px solid rgba(232, 232, 232, 1); border-bottom: 0 solid rgba(232, 232, 232, 1); } .media-delete-icon { position: absolute; top: 10px; right: 12px; cursor: pointer; opacity: 0.8; } .media-delete-icon:hover { opacity: 1.0; } .block-media:hover .media-delete { opacity: 1; }
0.446736
0.060197
*[laser-loader]:not([loaded])::before, *[laser-loader]:not([loaded])::after { box-sizing: border-box; position: absolute; top: 0; margin: 0; bottom: 0; left: 0; right: 0; content: ""; color: var(--laserEdgeAni-color1, #75cf6e); box-shadow: inset 0 0 0 2px; animation: laserEdge 10s linear infinite; } /** base, inset line **/ *[laser-loader]:not([loaded]) { opacity: 1; visibility: visible; transform-style: preserve-3d; box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.2); } /** this makees it so that 2 animations kick off in each direction **/ *[laser-loader]:not([loaded])::before { animation-delay: -5s; } /** debug laser spacing / styles **/ /*[laser-loader]:not([loaded]):hover::after, [laser-loader]:not([loaded]):hover::before { background-color: rgba(255, 0, 0, 0.6); }*/ /** Laser chasing edge **/ @keyframes laserEdge { 0%,100% { clip: rect(0px, var(--laserEdgeAni-width, 300px), 2px, 0px); color: var(--laserEdgeAni-color1, #75cf6e); } 25% { clip: rect(0px, 2px, var(--laserEdgeAni-height, 200px), 0px); color: var(--laserEdgeAni-color2, #2bff00aa); } 50% { clip: rect(var(--laserEdgeAni-innerHeight, 198px), var(--laserEdgeAni-width, 300px), var(--laserEdgeAni-height, 200px), 0px); color: var(--laserEdgeAni-color1, #75cf6e); } 75% { clip: rect(0px, var(--laserEdgeAni-width, 300px), var(--laserEdgeAni-height, 200px), var(--laserEdgeAni-innerWidth, 298px)); color: var(--laserEdgeAni-color2, #2bff00aa); } } /** pop up effect, not loaded **/ *[popup-loader]:defined:not([loaded]) { opacity: .2; visibility: visible; transform-style: preserve-3d; perspective: 1600px; } /** loaded, so fire the pop up animation **/ *[popup-loader][loaded]:defined { opacity: 1; visibility: visible; animation: popup .4s ease-in forwards; } @keyframes popup { 0% { opacity: .2; transform: scale(.25);} 70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; } 100% { transform: scale(1); opacity: 1; } }
elements/loading-helpers/lib/loading-styles.css
*[laser-loader]:not([loaded])::before, *[laser-loader]:not([loaded])::after { box-sizing: border-box; position: absolute; top: 0; margin: 0; bottom: 0; left: 0; right: 0; content: ""; color: var(--laserEdgeAni-color1, #75cf6e); box-shadow: inset 0 0 0 2px; animation: laserEdge 10s linear infinite; } /** base, inset line **/ *[laser-loader]:not([loaded]) { opacity: 1; visibility: visible; transform-style: preserve-3d; box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.2); } /** this makees it so that 2 animations kick off in each direction **/ *[laser-loader]:not([loaded])::before { animation-delay: -5s; } /** debug laser spacing / styles **/ /*[laser-loader]:not([loaded]):hover::after, [laser-loader]:not([loaded]):hover::before { background-color: rgba(255, 0, 0, 0.6); }*/ /** Laser chasing edge **/ @keyframes laserEdge { 0%,100% { clip: rect(0px, var(--laserEdgeAni-width, 300px), 2px, 0px); color: var(--laserEdgeAni-color1, #75cf6e); } 25% { clip: rect(0px, 2px, var(--laserEdgeAni-height, 200px), 0px); color: var(--laserEdgeAni-color2, #2bff00aa); } 50% { clip: rect(var(--laserEdgeAni-innerHeight, 198px), var(--laserEdgeAni-width, 300px), var(--laserEdgeAni-height, 200px), 0px); color: var(--laserEdgeAni-color1, #75cf6e); } 75% { clip: rect(0px, var(--laserEdgeAni-width, 300px), var(--laserEdgeAni-height, 200px), var(--laserEdgeAni-innerWidth, 298px)); color: var(--laserEdgeAni-color2, #2bff00aa); } } /** pop up effect, not loaded **/ *[popup-loader]:defined:not([loaded]) { opacity: .2; visibility: visible; transform-style: preserve-3d; perspective: 1600px; } /** loaded, so fire the pop up animation **/ *[popup-loader][loaded]:defined { opacity: 1; visibility: visible; animation: popup .4s ease-in forwards; } @keyframes popup { 0% { opacity: .2; transform: scale(.25);} 70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; } 100% { transform: scale(1); opacity: 1; } }
0.631481
0.129513
body { padding: 0; margin: 0; background: #FFF; font-family: 'Open Sans', sans-serif; } body a { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration: none; } body a:hover { text-decoration: none; } body a:focus, a:hover { text-decoration: none; } input[type="button"], input[type="submit"] { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: center; font-family: 'Raleway', sans-serif; } p { margin:0; } ul { margin:0; padding:0; } label { margin:0; } a:focus, a:hover { text-decoration: none; outline: none } img { width: 100%; } /*-- //Reset Code --*/ /*-- Header--*/ .top-bar{ padding:15px 0px; } .logo{ width:50%; float:left; text-align:left; margin-top:10px; } .logo a h2{ text-align:left; color:#000; font-size:35px; } .header-right{ width:50%; float:right; text-align:right; } .phone{ width:60%; float:left; margin-top:8px; } .phone ul li{ display:inline-block; } span.glyphicon.glyphicon-earphone.phone { color: #7bc475; font-size: 17px; top:4px; } .social-icons-top{ width:40%; float:left; } .social-icons-top ul li{ display:inline-block; } .social-icons-top ul li a{ width:50px; height:50px; background:url('../images/img-sprite.png') no-repeat 0px 0px; display:inline-block; border:none; } .social-icons-top ul li a.google{ background:url('../images/img-sprite.png') no-repeat -50px 0px; } .social-icons-top ul li a.twitter{ background:url('../images/img-sprite.png') no-repeat -100px 0px; } .social-icons-top ul li a.facebook{ background:url('../images/img-sprite.png') no-repeat -150px 0px; } .social-icons-top ul li a.linkedin:hover{ background:url('../images/img-sprite2.png') no-repeat 0px 0px; } .social-icons-top ul li a.google:hover{ background:url('../images/img-sprite2.png') no-repeat -50px 0px; } .social-icons-top ul li a.twitter:hover{ background:url('../images/img-sprite2.png') no-repeat -100px 0px; } .social-icons-top ul li a.facebook:hover{ background:url('../images/img-sprite2.png') no-repeat -150px 0px; } .total-navbar{ background-color: #032f3e; } .navbar-default { background-color: #032f3e; border:none; } .navbar { border-radius: 0px; margin:0; } .navbar-right { float: none!important; margin-right:0px!important; } .navbar-default .navbar-nav > li > a { color: #fff; padding:23px 64px; border-right:1px solid rgba(232, 232, 232, 0.2);; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; background-color:#7bc475; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; background-color:#7bc475; } .navbar-toggle { border-radius:0px; } /*-- //Header--*/ /*-- Banner--*/ .banner1{ background:url('../images/big6.jpg') no-repeat 0px 0px; background-size:cover; min-height:500px; text-align:center; } .banner{ background:url('../images/testimonialsbg.jpg') no-repeat 0px 0px; background-size:cover; min-height:500px; text-align:center; } .banner h1{ padding-top:170px; color:#7bc475; font-size:40px; text-transform:uppercase; letter-spacing:8px; } .banner h3{ color:#fff; font-size:40px; text-transform:uppercase; letter-spacing:8px; padding-top:20px; } .banner h4{ color:#f3f6f3; font-size:16px; font-weight:100; padding-top:50px; } .banner a{ color:#fff; /*--w3layouts-*/ border:2px solid #fff; padding:10px 40px 10px 20px; display:inline-block; margin-top:50px; background:url('../images/arrow.png') no-repeat 110px 10px; background-size:15%; } .banner a:hover{ color: #7bc475; border:2px solid #7bc475; background:url('../images/carrow.png') no-repeat 110px 10px; background-size:15%; } .modal-header { border:none; } .modal-body { padding: 5px 25px 25px 25px; } .modal-body h2{ color: #7bc475; line-height:30px; } /*-- //Banner--*/ /*--About--*/ .about{ padding:75px 0px; background:#fff; } .about h3{ font-size:35px; padding-bottom:20px; color:#000; font-weight:600; } .about h6{ font-size:15px; color:#000; font-weight:300; width:55%; margin:0 auto; line-height:30px; } .about-grids{ margin-top:75px; } .about-grids h4{ color:#000; /*--agileits--*/ font-size:17px; font-weight:700; margin-bottom:15px; } .aboutimage{ border:8px solid #7BC475; border-radius: 50%; padding: 0; } .about-grids p{ line-height:30px; font-size:14px; color:#000; } .about-grid1,.about-grid3{ width:60%; text-align:right; } .about-grid1{ margin-bottom:75px; } .about-grid1 h4,.about-grid3 h4{ text-align:right; } .about-grid2{ width:60%; margin:0px 0px 75px 455px; text-align:left; } .about-grid2 h4{ text-align:left; } .about-grid4{ width:60%; margin:0px 0px 30px 455px; } .aimg:after { content: ''; background:#7BC475; width: 3px; height: 38%; position: absolute; bottom: -40%; left: 50%; } /*-- //About--*/ /*-- Services--*/ /*--w3layouts--*/ .services{ background-color:#032f43; padding:75px 0px; text-align:center; } .services h3{ font-size:35px; padding-bottom:20px; color:#fff; font-weight:600; } .services h6{ font-size:15px; color:#f3f6f3; font-weight:300; width:40%; margin:0 auto; line-height:30px; } .service-grids{ margin-top:75px; color:#fff; } .services h4{ padding: 13px 0px; font-size: 20px; color: #fff; } .service-grids-icon{ width: 30%; padding: 20px; border: 3px solid #7bc475; border-radius: 50%; margin:0 auto; } .services .fa { font-size: 30px; color: #7bc475; } .services p{ font-size:14px; color:#B5B5B5; line-height:30px; } .service-grid:hover div.service-grids-icon{ transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -o-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; /*--agileits--*/ -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; } /*-- //Services--*/ /*-- Team --*/ .team{ padding:75px 0px; text-align:center; } .team h3{ color:#000; font-size:35px; padding-bottom:20px; font-weight:600; } .team h6{ font-size:15px; color:#000; } .theader{ margin-bottom:75px; } .team img{ width:70%; } .team h5{ font-size:20px; margin:15px 0px; font-weight:700; } .team p{ font-size:14px; margin-bottom:10px; } .team ul { margin:0 } .team ul li{ display:inline; } .team ul li a { width: 40px; height: 40px; background: url('../images/img-sprite.png') no-repeat -160px 0px; display: inline-block; border: none; background-size: 400px; } .team ul li a.facebook { background: url('../images/img-sprite.png') no-repeat -200px 0px; background-size: 400px; } .team ul li a.pinterest { background: url('../images/img-sprite.png') no-repeat -240px 0px; background-size: 400px; } .team ul li a.twitter:hover { background: url('../images/img-sprite.png') no-repeat -160px -43px; background-size: 400px; } .team ul li a.facebook:hover { background: url('../images/img-sprite.png') no-repeat -200px -43px; background-size: 400px; } .team ul li a.pinterest:hover { background: url('../images/img-sprite.png') no-repeat -240px -43px; background-size: 400px; } /*-- //Team--*/ /*-- Testimonials --*/ .testimonials{ text-align:center; } .carousel-caption{ padding:0; bottom:62px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 450px; } .hangouts img{ width:5%; } .testimonials p{ color:#fff; font-size:19px; width:70%; margin:0 auto; line-height:30px; } .person{ margin-top:30px; } .person h5{ color:#fff; margin:15px 0px; font-size:16px; } .person h6{ color:#eee; font-size:14px; font-weight:100; } .person img{ width:13%; } /*--// Testimonials --*/ /*--Portfolio --*/ .works{ padding:75px 0px; } .works h3{ color:#000; font-size:35px; padding-bottom:20px; font-weight:600; } .works h6{ font-size:15px; color:#000; width:60%; margin:0 auto; line-height:30px; } .work-grids{ margin-top:50px; } .wg{ position:relative; margin:0; padding:2px; } .winfo{ display:none; position:absolute; top:0; left:0; width:99%; height:226px; background-color:rgba(123, 196, 117, 0.73); margin:2px; padding:68px 0px 0px 135px; } .wg:hover .winfo{ display:block; } .winfo img{ width:40%; } /*--//Portfolio --*/ /*--Clients--*/ .clients{ background:url('../images/clientsbg.jpg') no-repeat 0px 0px; background-size:cover; padding:150px 0px; text-align:center; background-attachment:fixed; } .clients img{ width:40%; } /*--//Clients --*/ /*--Events --*/ .events{ padding:75px 0px; } .events h3{ color:#000; font-size:35px; padding-bottom:20px; font-weight:600; } .events h6{ font-size:15px; color:#000; width:60%; margin:0 auto; line-height:30px; } .egrids{ margin-top:50px; } .events h4{ color:#7bc475; margin:15px 0px; text-align:left; } .etext img{ width:60%; } .events p{ text-align:left; font-size:14px; line-height:30px; margin-top:10px; } .cal{ float:left; width:10%; } .date{ width:90%; float:left; margin-top: 5px; } .date h5{ color:#000; font-size:15px; font-weight:600; text-align:left; } /*--//Events --*/ /*--Map --*/ .map iframe { width: 100%; height: 500px; border: 5px solid #FAFAFA; } /*-- //Map--*/ /*--Contact --*/ .contact{ padding:75px 0px; border-bottom:1px solid #222322; } .contact h4{ font-size: 25px; color: #000; margin-bottom: 25px; text-align: left; font-weight: 600; } .contact h6{ font-size:14px; color:#000; margin-bottom:10px; text-align:left; } .contact a{ color:#000; } .contact ul li{ display:inline-block; } .contact ul li a{ width:35px; height:35px; background:url('../images/img-sprite.png') no-repeat -358px -8px; display:inline-block; border:none; } .contact ul li a.google{ background:url('../images/img-sprite.png') no-repeat -407px -8px; } .contact ul li a.pinterest{ background:url('../images/img-sprite.png') no-repeat -458px -8px; } .contact ul li a.linkedin:hover{ background:url('../images/img-sprite2.png') no-repeat -358px -8px; } .contact ul li a.google:hover{ background:url('../images/img-sprite2.png') no-repeat -407px -8px; } .contact ul li a.pinterest:hover{ background:url('../images/img-sprite2.png') no-repeat -458px -8px; } input[type="text"]{ padding:5px; } input[type="submit"]{ background-color:#7bc475; color:#fff; padding:7px 13px; border:none; } input[type="submit"]:hover{ background-color:#000; } /*-- //Contact --*/ /*--Footer --*/ .footer{ padding:50px 0px; text-align:center; } .footer p{ color:#000; font-size:14px; line-height:25px; } .footer a{ color:#000; } .footer a:hover{ color:#7bc475; } /*-- //Footer --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/up-arrow.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*--Responsive --*/ @media(max-width:1440px){ } @media(max-width:1080px){ .phone{ width:51%; } .social-icons-top{ width:49%; text-align:left; } .navbar-default .navbar-nav > li > a { padding: 23px 47px; } .banner{ min-height:530px; } .banner h1{ padding-top: 130px; } .about-grid2 { margin: 0px 0px 75px 380px; } .aimg:after { height: 61%; bottom: -65%; } .service-grids-icon { padding: 14px; } .winfo { height: 185px; padding: 55px 0px 0px 107px; } .contact-grid1{ padding:0; width:30%; } .contact-grid2{ padding:0; width:21%; } .contact-grid3{ padding:0; width:22%; } .contact-grid4{ padding:0; width:27%; } @media(max-width:1024px){ .social-icons-top{ width:49%; text-align:right; } .banner { min-height: 500px; } .testimonials p { width: 90%; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 370px; } .hangouts img { width: 8%; } } @media(max-width:991px){ .phone{ width:40%; } .social-icons-top{ width:60%; } .navbar-default .navbar-nav > li > a { padding: 23px 29px; } .about-text { padding: 0px 15px 0px 0px; } .about-text2{ padding: 0px 0px 0px 15px; } .about-grids h4 { margin-bottom: 10px; } .about-grids p { line-height: 25px; } .about-grid2 { margin: 0px 0px 75px 293px; } .aimg:after { height: 107%; bottom: -113%; } .services h6 { width: 55%; } .service-grids-icon { padding: 9px; } .services p { line-height: 27px; } .testimonials p { width: 92%; } .winfo { height: 141px; padding: 40px 0px 0px 85px; } .events h4 { font-size: 16px; } .events p { line-height: 27px; } .contact h4 { font-size: 20px; } .contact-grid1{ padding:0; width:50%; padding-bottom:20px; } .contact-grid2{ padding:0; width:50%; padding-bottom:20px; } .contact-grid3{ padding:0; width:50%; } .contact-grid4{ padding:0; width:50%; } .contact h4 { margin-bottom:12px; } } @media(max-width:966px){ .aimg:after { left: 46%; } .service-grids { margin-top: 50px; } .theader { margin-bottom: 50px; } .team img { width: 85%; } .testimonials p { width: 95%; } } @media(max-width:900px){ .aimg:after { left: 52%; } } @media(max-width:800px){ .aimg:after { left: 51%; } } @media(max-width:768px){ .top-bar { padding: 10px 0px; } .navbar-default .navbar-nav > li > a { padding: 23px 28px; } .aimg:after { left: 48%; } .testimonials p{ width:100%; } } @media(max-width:736px){ .phone { width: 33%; } .social-icons-top{ width:67%; } .navbar-default .navbar-nav > li > a { padding: 15px 28px; border:none; } .about-text{ width:60%; float:left; } .aboutimage { width:40%; float:left; } .about-grid1, .about-grid3 { width: 63%; } .about-grid2 { width: 63%; margin: 0px 0px 75px 261px; } .service-grid{ width:50%; float:left; } .service-grid1,.service-grid2{ padding-bottom:20px; } .service-grids-icon { padding: 12px; width:20%; } .team-grid{ width:33.33%; float:left; } .wg{ width:33.33%; float:left; } .winfo { height: 136px; } .client{ width:25%; float:left; } .event-grid{ width:33.33%; float:left; } .contact-grids{ width:50%; float:left; } } @media(max-width:667px){ .logo{ width:40%; } .logo a h2 { font-size:30px; } .header-right{ width:60%; } .phone{ width:37%; } .social-icons-top{ width:63%; } .banner { min-height: 375px; } .banner h1{ font-size:35px; padding-top:60px; } .banner h3{ font-size:35px; } .about{ padding:40px 0px; } .about h6{ width:75%; } .about-grid1{ margin-bottom:30px; } .about-grid2 { margin: 0px 0px 30px 234px; } .about-text { padding: 0px 8px 0px 0px; } .about-text2{ padding: 0px 0px 0px 8px; } .aimg:after { height: 125%; bottom: -131%; } .services{ padding:40px 0px; } .services h6 { width: 75%; } .team{ padding:40px 0px; } .testimonials p{ font-size:16px; } .carousel-caption { bottom: 28px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 288px; } .works{ padding:40px 0px; } .works h6 { width:75%; } .winfo { height: 121px; padding: 35px 0px 0px 71px; } .clients { padding:80px 0px; } .clients img { width: 65%; } .events{ padding:40px 0px; } .contact{ padding:40px 0px; } .footer{ padding:30px 0px; } } @media(max-width:640px){ .banner h3 { font-size: 30px; } .navbar{ text-align:center; } .navbar-toggle { float:none; margin-right:0px; } .winfo { height: 116px; } } @media(max-width:600px){ .logo { width: 44%; } .logo a h2 { font-size: 28px; } .header-right{ width: 56%; } .social-icons-top ul li a { width: 40px; height: 40px; } .banner h3 { font-size: 30px; } .banner h4 { padding-top:35px; } .banner a { margin-top:35px; } .about h6{ width: 90%; } .about-grid2 { margin: 0px 0px 30px 213px; } .aimg:after { height: 158%; bottom: -163%; } .about-grids h4 { font-size:15px; } .about-grids h4 { font-size:12px; } .services h6 { width: 90%; } .works h6 { width: 90%; } .winfo { height: 108px; padding: 35px 0px 0px 64px; } .events h6 { width: 90%; } .event-grid{ width:100%; } .event-grid1,.event-grid2{ margin-bottom:40px; } } @media(max-width:568px){ .logo{ width: 43%; } .logo a h2{ font-size:29px; } .header-right { width: 57%; } .phone{ width:49%; } .social-icons-top{ width:51%; } .social-icons-top ul li a { width: 35px; height: 35px; } .about h3{ font-size:30px; } .about-grid2 { margin: 0px 0px 30px 195px; } .services h3{ font-size:30px; } .service-grids-icon { padding: 9px; } .team h3{ font-size:30px; } .team h5 { font-size: 18px; } .testimonials p{ font-size:15px; } .works h3{ font-size:30px; } .winfo { height: 102px; padding: 35px 0px 0px 63px; } .events h3{ font-size:30px; } .contact-grid1 { padding-bottom:5px; } } @media(max-width:480px){ .logo{ width:100%; } .logo a h2{ text-align:center; } .header-right{ width:100%; } .phone{ width:44%; text-align:left; } .social-icons-top { width: 56%; } .navbar-default .navbar-nav > li > a { padding: 8px 28px; } .banner h1 { font-size: 30px; letter-spacing:5px; } .banner h3 { font-size: 30px; letter-spacing:5px; } .banner a { padding: 7px 40px 7px 15px; background: url('../images/arrow.png') no-repeat 105px 7px; background-size:15%; } .banner a:hover{ background:url('../images/carrow.png') no-repeat 105px 7px; background-size:15%; } .about-grid1, .about-grid2{ width: 100%; padding-bottom:40px; } .about-grid2 { margin: 0px 0px 30px 0px; } .about-grid3 { width: 100%; } .aboutimage { border: 5px solid #7BC475; } .aimg:after { background:transparent; } .service-grid{ width:100%; } .service-grid1,.service-grid2,.service-grid3{ padding-bottom:30px; } .service-grids-icon { padding: 11px; width: 17%; } .team-grid{ width:100%; } .team img { width: 40%; } .team h5 { font-size: 15px; } .team p { font-size: 13px; } .team-grid1,.team-grid2{ padding-bottom:30px; } .winfo { height: 84px; padding: 28px 0px 0px 53px; } .clients img { width: 85%; } .contact-grids{ width:100%; } .contact-grid1,.contact-grid2,.contact-grid3{ padding-bottom:20px; } .map iframe { height:300px; } } @media(max-width:414px){ .about h3{ font-size:25px; } .services h3{ font-size:25px; } .services h4 { font-size: 17px; } .person img { width: 25%; } .person img { width: 25%; } .carousel-caption { bottom: 7px; } .works h3 { font-size: 25px; } .wg{ width:50%; float:left; } .winfo { height: 108px; padding: 33px 0px 0px 65px; } .events h3 { font-size: 25px; } } @media(max-width:384px){ .service-grids-icon { padding: 12px; width: 20%; } .hangouts img { width: 12%; } .testimonials p{ font-size:14px; } .winfo { height: 99px; padding: 33px 0px 0px 60px; } } @media(max-width:375px){ .logo a h2{ font-size:25px; } .banner h1 { letter-spacing: 1px; font-size:25px; } .banner h3 { letter-spacing: 1px; font-size:25px; } .banner h4 { font-size: 13px; } .about h3 { font-size: 22px; } .services h3{ font-size:22px; } .team img { width: 60%; } .team h3 { font-size: 22px; } .works h3 { font-size: 22px; } .winfo { height: 96px; } .events h3 { font-size: 22px; } } @media(max-width:320px){ .banner { min-height: 260px; } .banner h1 { font-size: 22px; letter-spacing: 2px; padding-top:20px; line-height:30px; } .banner h3 { font-size: 22px; letter-spacing: 2px; } .banner h4 { padding-top: 25px; line-height:20px; } .banner a{ margin-top:16px; } .modal-body p { font-size: 13px; line-height: 25px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 300px; } .carousel-caption { bottom: 10px; } .person{ margin-top:20px; } .wg{ width:100%; } .winfo { height: 162px; padding: 46px 0px 0px 101px; } .client{ width:50%; } .client1,.client2{ padding-bottom:20px; } .about h3,.services h3,.team h3 ,.works h3 ,.events h3 { font-size: 20px; } } /*--//Responsive--*/
.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/BusinessProcessApplication/css/style.css
body { padding: 0; margin: 0; background: #FFF; font-family: 'Open Sans', sans-serif; } body a { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration: none; } body a:hover { text-decoration: none; } body a:focus, a:hover { text-decoration: none; } input[type="button"], input[type="submit"] { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: center; font-family: 'Raleway', sans-serif; } p { margin:0; } ul { margin:0; padding:0; } label { margin:0; } a:focus, a:hover { text-decoration: none; outline: none } img { width: 100%; } /*-- //Reset Code --*/ /*-- Header--*/ .top-bar{ padding:15px 0px; } .logo{ width:50%; float:left; text-align:left; margin-top:10px; } .logo a h2{ text-align:left; color:#000; font-size:35px; } .header-right{ width:50%; float:right; text-align:right; } .phone{ width:60%; float:left; margin-top:8px; } .phone ul li{ display:inline-block; } span.glyphicon.glyphicon-earphone.phone { color: #7bc475; font-size: 17px; top:4px; } .social-icons-top{ width:40%; float:left; } .social-icons-top ul li{ display:inline-block; } .social-icons-top ul li a{ width:50px; height:50px; background:url('../images/img-sprite.png') no-repeat 0px 0px; display:inline-block; border:none; } .social-icons-top ul li a.google{ background:url('../images/img-sprite.png') no-repeat -50px 0px; } .social-icons-top ul li a.twitter{ background:url('../images/img-sprite.png') no-repeat -100px 0px; } .social-icons-top ul li a.facebook{ background:url('../images/img-sprite.png') no-repeat -150px 0px; } .social-icons-top ul li a.linkedin:hover{ background:url('../images/img-sprite2.png') no-repeat 0px 0px; } .social-icons-top ul li a.google:hover{ background:url('../images/img-sprite2.png') no-repeat -50px 0px; } .social-icons-top ul li a.twitter:hover{ background:url('../images/img-sprite2.png') no-repeat -100px 0px; } .social-icons-top ul li a.facebook:hover{ background:url('../images/img-sprite2.png') no-repeat -150px 0px; } .total-navbar{ background-color: #032f3e; } .navbar-default { background-color: #032f3e; border:none; } .navbar { border-radius: 0px; margin:0; } .navbar-right { float: none!important; margin-right:0px!important; } .navbar-default .navbar-nav > li > a { color: #fff; padding:23px 64px; border-right:1px solid rgba(232, 232, 232, 0.2);; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; background-color:#7bc475; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; background-color:#7bc475; } .navbar-toggle { border-radius:0px; } /*-- //Header--*/ /*-- Banner--*/ .banner1{ background:url('../images/big6.jpg') no-repeat 0px 0px; background-size:cover; min-height:500px; text-align:center; } .banner{ background:url('../images/testimonialsbg.jpg') no-repeat 0px 0px; background-size:cover; min-height:500px; text-align:center; } .banner h1{ padding-top:170px; color:#7bc475; font-size:40px; text-transform:uppercase; letter-spacing:8px; } .banner h3{ color:#fff; font-size:40px; text-transform:uppercase; letter-spacing:8px; padding-top:20px; } .banner h4{ color:#f3f6f3; font-size:16px; font-weight:100; padding-top:50px; } .banner a{ color:#fff; /*--w3layouts-*/ border:2px solid #fff; padding:10px 40px 10px 20px; display:inline-block; margin-top:50px; background:url('../images/arrow.png') no-repeat 110px 10px; background-size:15%; } .banner a:hover{ color: #7bc475; border:2px solid #7bc475; background:url('../images/carrow.png') no-repeat 110px 10px; background-size:15%; } .modal-header { border:none; } .modal-body { padding: 5px 25px 25px 25px; } .modal-body h2{ color: #7bc475; line-height:30px; } /*-- //Banner--*/ /*--About--*/ .about{ padding:75px 0px; background:#fff; } .about h3{ font-size:35px; padding-bottom:20px; color:#000; font-weight:600; } .about h6{ font-size:15px; color:#000; font-weight:300; width:55%; margin:0 auto; line-height:30px; } .about-grids{ margin-top:75px; } .about-grids h4{ color:#000; /*--agileits--*/ font-size:17px; font-weight:700; margin-bottom:15px; } .aboutimage{ border:8px solid #7BC475; border-radius: 50%; padding: 0; } .about-grids p{ line-height:30px; font-size:14px; color:#000; } .about-grid1,.about-grid3{ width:60%; text-align:right; } .about-grid1{ margin-bottom:75px; } .about-grid1 h4,.about-grid3 h4{ text-align:right; } .about-grid2{ width:60%; margin:0px 0px 75px 455px; text-align:left; } .about-grid2 h4{ text-align:left; } .about-grid4{ width:60%; margin:0px 0px 30px 455px; } .aimg:after { content: ''; background:#7BC475; width: 3px; height: 38%; position: absolute; bottom: -40%; left: 50%; } /*-- //About--*/ /*-- Services--*/ /*--w3layouts--*/ .services{ background-color:#032f43; padding:75px 0px; text-align:center; } .services h3{ font-size:35px; padding-bottom:20px; color:#fff; font-weight:600; } .services h6{ font-size:15px; color:#f3f6f3; font-weight:300; width:40%; margin:0 auto; line-height:30px; } .service-grids{ margin-top:75px; color:#fff; } .services h4{ padding: 13px 0px; font-size: 20px; color: #fff; } .service-grids-icon{ width: 30%; padding: 20px; border: 3px solid #7bc475; border-radius: 50%; margin:0 auto; } .services .fa { font-size: 30px; color: #7bc475; } .services p{ font-size:14px; color:#B5B5B5; line-height:30px; } .service-grid:hover div.service-grids-icon{ transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -o-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; /*--agileits--*/ -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; } /*-- //Services--*/ /*-- Team --*/ .team{ padding:75px 0px; text-align:center; } .team h3{ color:#000; font-size:35px; padding-bottom:20px; font-weight:600; } .team h6{ font-size:15px; color:#000; } .theader{ margin-bottom:75px; } .team img{ width:70%; } .team h5{ font-size:20px; margin:15px 0px; font-weight:700; } .team p{ font-size:14px; margin-bottom:10px; } .team ul { margin:0 } .team ul li{ display:inline; } .team ul li a { width: 40px; height: 40px; background: url('../images/img-sprite.png') no-repeat -160px 0px; display: inline-block; border: none; background-size: 400px; } .team ul li a.facebook { background: url('../images/img-sprite.png') no-repeat -200px 0px; background-size: 400px; } .team ul li a.pinterest { background: url('../images/img-sprite.png') no-repeat -240px 0px; background-size: 400px; } .team ul li a.twitter:hover { background: url('../images/img-sprite.png') no-repeat -160px -43px; background-size: 400px; } .team ul li a.facebook:hover { background: url('../images/img-sprite.png') no-repeat -200px -43px; background-size: 400px; } .team ul li a.pinterest:hover { background: url('../images/img-sprite.png') no-repeat -240px -43px; background-size: 400px; } /*-- //Team--*/ /*-- Testimonials --*/ .testimonials{ text-align:center; } .carousel-caption{ padding:0; bottom:62px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 450px; } .hangouts img{ width:5%; } .testimonials p{ color:#fff; font-size:19px; width:70%; margin:0 auto; line-height:30px; } .person{ margin-top:30px; } .person h5{ color:#fff; margin:15px 0px; font-size:16px; } .person h6{ color:#eee; font-size:14px; font-weight:100; } .person img{ width:13%; } /*--// Testimonials --*/ /*--Portfolio --*/ .works{ padding:75px 0px; } .works h3{ color:#000; font-size:35px; padding-bottom:20px; font-weight:600; } .works h6{ font-size:15px; color:#000; width:60%; margin:0 auto; line-height:30px; } .work-grids{ margin-top:50px; } .wg{ position:relative; margin:0; padding:2px; } .winfo{ display:none; position:absolute; top:0; left:0; width:99%; height:226px; background-color:rgba(123, 196, 117, 0.73); margin:2px; padding:68px 0px 0px 135px; } .wg:hover .winfo{ display:block; } .winfo img{ width:40%; } /*--//Portfolio --*/ /*--Clients--*/ .clients{ background:url('../images/clientsbg.jpg') no-repeat 0px 0px; background-size:cover; padding:150px 0px; text-align:center; background-attachment:fixed; } .clients img{ width:40%; } /*--//Clients --*/ /*--Events --*/ .events{ padding:75px 0px; } .events h3{ color:#000; font-size:35px; padding-bottom:20px; font-weight:600; } .events h6{ font-size:15px; color:#000; width:60%; margin:0 auto; line-height:30px; } .egrids{ margin-top:50px; } .events h4{ color:#7bc475; margin:15px 0px; text-align:left; } .etext img{ width:60%; } .events p{ text-align:left; font-size:14px; line-height:30px; margin-top:10px; } .cal{ float:left; width:10%; } .date{ width:90%; float:left; margin-top: 5px; } .date h5{ color:#000; font-size:15px; font-weight:600; text-align:left; } /*--//Events --*/ /*--Map --*/ .map iframe { width: 100%; height: 500px; border: 5px solid #FAFAFA; } /*-- //Map--*/ /*--Contact --*/ .contact{ padding:75px 0px; border-bottom:1px solid #222322; } .contact h4{ font-size: 25px; color: #000; margin-bottom: 25px; text-align: left; font-weight: 600; } .contact h6{ font-size:14px; color:#000; margin-bottom:10px; text-align:left; } .contact a{ color:#000; } .contact ul li{ display:inline-block; } .contact ul li a{ width:35px; height:35px; background:url('../images/img-sprite.png') no-repeat -358px -8px; display:inline-block; border:none; } .contact ul li a.google{ background:url('../images/img-sprite.png') no-repeat -407px -8px; } .contact ul li a.pinterest{ background:url('../images/img-sprite.png') no-repeat -458px -8px; } .contact ul li a.linkedin:hover{ background:url('../images/img-sprite2.png') no-repeat -358px -8px; } .contact ul li a.google:hover{ background:url('../images/img-sprite2.png') no-repeat -407px -8px; } .contact ul li a.pinterest:hover{ background:url('../images/img-sprite2.png') no-repeat -458px -8px; } input[type="text"]{ padding:5px; } input[type="submit"]{ background-color:#7bc475; color:#fff; padding:7px 13px; border:none; } input[type="submit"]:hover{ background-color:#000; } /*-- //Contact --*/ /*--Footer --*/ .footer{ padding:50px 0px; text-align:center; } .footer p{ color:#000; font-size:14px; line-height:25px; } .footer a{ color:#000; } .footer a:hover{ color:#7bc475; } /*-- //Footer --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/up-arrow.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*--Responsive --*/ @media(max-width:1440px){ } @media(max-width:1080px){ .phone{ width:51%; } .social-icons-top{ width:49%; text-align:left; } .navbar-default .navbar-nav > li > a { padding: 23px 47px; } .banner{ min-height:530px; } .banner h1{ padding-top: 130px; } .about-grid2 { margin: 0px 0px 75px 380px; } .aimg:after { height: 61%; bottom: -65%; } .service-grids-icon { padding: 14px; } .winfo { height: 185px; padding: 55px 0px 0px 107px; } .contact-grid1{ padding:0; width:30%; } .contact-grid2{ padding:0; width:21%; } .contact-grid3{ padding:0; width:22%; } .contact-grid4{ padding:0; width:27%; } @media(max-width:1024px){ .social-icons-top{ width:49%; text-align:right; } .banner { min-height: 500px; } .testimonials p { width: 90%; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 370px; } .hangouts img { width: 8%; } } @media(max-width:991px){ .phone{ width:40%; } .social-icons-top{ width:60%; } .navbar-default .navbar-nav > li > a { padding: 23px 29px; } .about-text { padding: 0px 15px 0px 0px; } .about-text2{ padding: 0px 0px 0px 15px; } .about-grids h4 { margin-bottom: 10px; } .about-grids p { line-height: 25px; } .about-grid2 { margin: 0px 0px 75px 293px; } .aimg:after { height: 107%; bottom: -113%; } .services h6 { width: 55%; } .service-grids-icon { padding: 9px; } .services p { line-height: 27px; } .testimonials p { width: 92%; } .winfo { height: 141px; padding: 40px 0px 0px 85px; } .events h4 { font-size: 16px; } .events p { line-height: 27px; } .contact h4 { font-size: 20px; } .contact-grid1{ padding:0; width:50%; padding-bottom:20px; } .contact-grid2{ padding:0; width:50%; padding-bottom:20px; } .contact-grid3{ padding:0; width:50%; } .contact-grid4{ padding:0; width:50%; } .contact h4 { margin-bottom:12px; } } @media(max-width:966px){ .aimg:after { left: 46%; } .service-grids { margin-top: 50px; } .theader { margin-bottom: 50px; } .team img { width: 85%; } .testimonials p { width: 95%; } } @media(max-width:900px){ .aimg:after { left: 52%; } } @media(max-width:800px){ .aimg:after { left: 51%; } } @media(max-width:768px){ .top-bar { padding: 10px 0px; } .navbar-default .navbar-nav > li > a { padding: 23px 28px; } .aimg:after { left: 48%; } .testimonials p{ width:100%; } } @media(max-width:736px){ .phone { width: 33%; } .social-icons-top{ width:67%; } .navbar-default .navbar-nav > li > a { padding: 15px 28px; border:none; } .about-text{ width:60%; float:left; } .aboutimage { width:40%; float:left; } .about-grid1, .about-grid3 { width: 63%; } .about-grid2 { width: 63%; margin: 0px 0px 75px 261px; } .service-grid{ width:50%; float:left; } .service-grid1,.service-grid2{ padding-bottom:20px; } .service-grids-icon { padding: 12px; width:20%; } .team-grid{ width:33.33%; float:left; } .wg{ width:33.33%; float:left; } .winfo { height: 136px; } .client{ width:25%; float:left; } .event-grid{ width:33.33%; float:left; } .contact-grids{ width:50%; float:left; } } @media(max-width:667px){ .logo{ width:40%; } .logo a h2 { font-size:30px; } .header-right{ width:60%; } .phone{ width:37%; } .social-icons-top{ width:63%; } .banner { min-height: 375px; } .banner h1{ font-size:35px; padding-top:60px; } .banner h3{ font-size:35px; } .about{ padding:40px 0px; } .about h6{ width:75%; } .about-grid1{ margin-bottom:30px; } .about-grid2 { margin: 0px 0px 30px 234px; } .about-text { padding: 0px 8px 0px 0px; } .about-text2{ padding: 0px 0px 0px 8px; } .aimg:after { height: 125%; bottom: -131%; } .services{ padding:40px 0px; } .services h6 { width: 75%; } .team{ padding:40px 0px; } .testimonials p{ font-size:16px; } .carousel-caption { bottom: 28px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 288px; } .works{ padding:40px 0px; } .works h6 { width:75%; } .winfo { height: 121px; padding: 35px 0px 0px 71px; } .clients { padding:80px 0px; } .clients img { width: 65%; } .events{ padding:40px 0px; } .contact{ padding:40px 0px; } .footer{ padding:30px 0px; } } @media(max-width:640px){ .banner h3 { font-size: 30px; } .navbar{ text-align:center; } .navbar-toggle { float:none; margin-right:0px; } .winfo { height: 116px; } } @media(max-width:600px){ .logo { width: 44%; } .logo a h2 { font-size: 28px; } .header-right{ width: 56%; } .social-icons-top ul li a { width: 40px; height: 40px; } .banner h3 { font-size: 30px; } .banner h4 { padding-top:35px; } .banner a { margin-top:35px; } .about h6{ width: 90%; } .about-grid2 { margin: 0px 0px 30px 213px; } .aimg:after { height: 158%; bottom: -163%; } .about-grids h4 { font-size:15px; } .about-grids h4 { font-size:12px; } .services h6 { width: 90%; } .works h6 { width: 90%; } .winfo { height: 108px; padding: 35px 0px 0px 64px; } .events h6 { width: 90%; } .event-grid{ width:100%; } .event-grid1,.event-grid2{ margin-bottom:40px; } } @media(max-width:568px){ .logo{ width: 43%; } .logo a h2{ font-size:29px; } .header-right { width: 57%; } .phone{ width:49%; } .social-icons-top{ width:51%; } .social-icons-top ul li a { width: 35px; height: 35px; } .about h3{ font-size:30px; } .about-grid2 { margin: 0px 0px 30px 195px; } .services h3{ font-size:30px; } .service-grids-icon { padding: 9px; } .team h3{ font-size:30px; } .team h5 { font-size: 18px; } .testimonials p{ font-size:15px; } .works h3{ font-size:30px; } .winfo { height: 102px; padding: 35px 0px 0px 63px; } .events h3{ font-size:30px; } .contact-grid1 { padding-bottom:5px; } } @media(max-width:480px){ .logo{ width:100%; } .logo a h2{ text-align:center; } .header-right{ width:100%; } .phone{ width:44%; text-align:left; } .social-icons-top { width: 56%; } .navbar-default .navbar-nav > li > a { padding: 8px 28px; } .banner h1 { font-size: 30px; letter-spacing:5px; } .banner h3 { font-size: 30px; letter-spacing:5px; } .banner a { padding: 7px 40px 7px 15px; background: url('../images/arrow.png') no-repeat 105px 7px; background-size:15%; } .banner a:hover{ background:url('../images/carrow.png') no-repeat 105px 7px; background-size:15%; } .about-grid1, .about-grid2{ width: 100%; padding-bottom:40px; } .about-grid2 { margin: 0px 0px 30px 0px; } .about-grid3 { width: 100%; } .aboutimage { border: 5px solid #7BC475; } .aimg:after { background:transparent; } .service-grid{ width:100%; } .service-grid1,.service-grid2,.service-grid3{ padding-bottom:30px; } .service-grids-icon { padding: 11px; width: 17%; } .team-grid{ width:100%; } .team img { width: 40%; } .team h5 { font-size: 15px; } .team p { font-size: 13px; } .team-grid1,.team-grid2{ padding-bottom:30px; } .winfo { height: 84px; padding: 28px 0px 0px 53px; } .clients img { width: 85%; } .contact-grids{ width:100%; } .contact-grid1,.contact-grid2,.contact-grid3{ padding-bottom:20px; } .map iframe { height:300px; } } @media(max-width:414px){ .about h3{ font-size:25px; } .services h3{ font-size:25px; } .services h4 { font-size: 17px; } .person img { width: 25%; } .person img { width: 25%; } .carousel-caption { bottom: 7px; } .works h3 { font-size: 25px; } .wg{ width:50%; float:left; } .winfo { height: 108px; padding: 33px 0px 0px 65px; } .events h3 { font-size: 25px; } } @media(max-width:384px){ .service-grids-icon { padding: 12px; width: 20%; } .hangouts img { width: 12%; } .testimonials p{ font-size:14px; } .winfo { height: 99px; padding: 33px 0px 0px 60px; } } @media(max-width:375px){ .logo a h2{ font-size:25px; } .banner h1 { letter-spacing: 1px; font-size:25px; } .banner h3 { letter-spacing: 1px; font-size:25px; } .banner h4 { font-size: 13px; } .about h3 { font-size: 22px; } .services h3{ font-size:22px; } .team img { width: 60%; } .team h3 { font-size: 22px; } .works h3 { font-size: 22px; } .winfo { height: 96px; } .events h3 { font-size: 22px; } } @media(max-width:320px){ .banner { min-height: 260px; } .banner h1 { font-size: 22px; letter-spacing: 2px; padding-top:20px; line-height:30px; } .banner h3 { font-size: 22px; letter-spacing: 2px; } .banner h4 { padding-top: 25px; line-height:20px; } .banner a{ margin-top:16px; } .modal-body p { font-size: 13px; line-height: 25px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { height: 300px; } .carousel-caption { bottom: 10px; } .person{ margin-top:20px; } .wg{ width:100%; } .winfo { height: 162px; padding: 46px 0px 0px 101px; } .client{ width:50%; } .client1,.client2{ padding-bottom:20px; } .about h3,.services h3,.team h3 ,.works h3 ,.events h3 { font-size: 20px; } } /*--//Responsive--*/
0.147371
0.044848
div.nav{ position: absolute; left: 10px; top: 2px; } .nav-button{ width: 80px; font-size: 17px; margin: 5px; color: white; background-color: transparent; } .background > form{ position: absolute; width: 82%; text-align: right; top: 10%; right: 9%; margin-left:auto; margin-right:auto; height: 410px; padding:30px; border: 1px solid rgba(0,0,0,.2); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background: rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5); -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5); box-shadow: 0 0 13px 3px rgba(0,0,0,.5); overflow: hidden; } /*表单移动端适配*/ @media(min-width: 768px){ .background > form{ width: 400px; } } /*解决小键盘弹出时,布局被顶到上面去的问题*/ @media(min-height: 500px){ .background > form{ top: auto; bottom: 11%; } } .background > h1{ margin-top: 50px; color: white; font-size: 35px; text-align: center; } .background > h2{ color: white; font-size: 25px; margin-top: -12px; text-align: center; } img.background{ height: 100%; min-height: 500px; position: fixed; top:0;/*必须加这行,不然不脱离文档流*/ z-index: -1; } /*提交按钮动画*/ button { margin-top: -4px; width: 100%; background: #337AB7; border: none; border-radius: 10px; padding: 5px 0; cursor: pointer; outline: none; -webkit-transition: .3s all ease; transition: .3s all ease; position: relative; } button p { margin: 0; color: white; font-size: 18px; font-weight: 400; line-height: 30px; max-height: 30px; -webkit-transition: .3s all ease; transition: .3s all ease; } button .fill { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 0%; background: #337AB7; border-radius: 10px; } button .fa { font-size: 20px; color: white; position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 40px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } #button-wrapper{ text-align: center; } #button-wrapper.clicked { padding: 0; } #button-wrapper.clicked button { background: #ccc; margin-top: 20px; border-radius: 50px; } #button-wrapper.clicked button p { max-height: 0; overflow: hidden } #button-wrapper.clicked button .fill { width: 30%; -webkit-transition: 4s all linear .6s; transition: 4s all linear .6s; border-radius: 50px; } #button-wrapper.success button .fill { width: 100%; -webkit-transition: .6s all ease 0s; transition: .6s all ease 0s; background: #50B850; } #button-wrapper.success button { margin-top: -4px; padding: 20px; width: 40px; -webkit-transition: .3s all ease .6s; transition: .3s all ease .6s; } #button-wrapper.success button .fa { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: .3s all ease .8s; transition: .3s all ease .8s; } #button-wrapper.fail button .fill { width: 100%; -webkit-transition: .6s all ease 0s; transition: .6s all ease 0s; background: #D9534F; } #button-wrapper.fail button { margin-top: -4px; padding: 20px; width: 40px; -webkit-transition: .3s all ease .6s; transition: .3s all ease .6s; } #button-wrapper.fail button .fa { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: .3s all ease .8s; transition: .3s all ease .8s; }
charing-fe/css/core.css
div.nav{ position: absolute; left: 10px; top: 2px; } .nav-button{ width: 80px; font-size: 17px; margin: 5px; color: white; background-color: transparent; } .background > form{ position: absolute; width: 82%; text-align: right; top: 10%; right: 9%; margin-left:auto; margin-right:auto; height: 410px; padding:30px; border: 1px solid rgba(0,0,0,.2); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background: rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5); -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5); box-shadow: 0 0 13px 3px rgba(0,0,0,.5); overflow: hidden; } /*表单移动端适配*/ @media(min-width: 768px){ .background > form{ width: 400px; } } /*解决小键盘弹出时,布局被顶到上面去的问题*/ @media(min-height: 500px){ .background > form{ top: auto; bottom: 11%; } } .background > h1{ margin-top: 50px; color: white; font-size: 35px; text-align: center; } .background > h2{ color: white; font-size: 25px; margin-top: -12px; text-align: center; } img.background{ height: 100%; min-height: 500px; position: fixed; top:0;/*必须加这行,不然不脱离文档流*/ z-index: -1; } /*提交按钮动画*/ button { margin-top: -4px; width: 100%; background: #337AB7; border: none; border-radius: 10px; padding: 5px 0; cursor: pointer; outline: none; -webkit-transition: .3s all ease; transition: .3s all ease; position: relative; } button p { margin: 0; color: white; font-size: 18px; font-weight: 400; line-height: 30px; max-height: 30px; -webkit-transition: .3s all ease; transition: .3s all ease; } button .fill { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 0%; background: #337AB7; border-radius: 10px; } button .fa { font-size: 20px; color: white; position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 40px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } #button-wrapper{ text-align: center; } #button-wrapper.clicked { padding: 0; } #button-wrapper.clicked button { background: #ccc; margin-top: 20px; border-radius: 50px; } #button-wrapper.clicked button p { max-height: 0; overflow: hidden } #button-wrapper.clicked button .fill { width: 30%; -webkit-transition: 4s all linear .6s; transition: 4s all linear .6s; border-radius: 50px; } #button-wrapper.success button .fill { width: 100%; -webkit-transition: .6s all ease 0s; transition: .6s all ease 0s; background: #50B850; } #button-wrapper.success button { margin-top: -4px; padding: 20px; width: 40px; -webkit-transition: .3s all ease .6s; transition: .3s all ease .6s; } #button-wrapper.success button .fa { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: .3s all ease .8s; transition: .3s all ease .8s; } #button-wrapper.fail button .fill { width: 100%; -webkit-transition: .6s all ease 0s; transition: .6s all ease 0s; background: #D9534F; } #button-wrapper.fail button { margin-top: -4px; padding: 20px; width: 40px; -webkit-transition: .3s all ease .6s; transition: .3s all ease .6s; } #button-wrapper.fail button .fa { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: .3s all ease .8s; transition: .3s all ease .8s; }
0.310067
0.077973
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap"); :root { font-family: "Montserrat", sans-serif; } * { padding: 0; margin: 0; box-sizing: border-box; } a { outline: none; text-decoration: none; color: #010101; } .heading { text-align: center; padding: 1rem; } /* Automate the styling for the CSS Card */ .card-gallery { margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); grid-auto-flow: row; /* grid-template-columns: 1fr 1fr; */ grid-gap: 3rem; width: 80vw; justify-items: space-evenly; align-content: center; /* border: 5px solid black; */ padding: 5px; } .card { position: relative; padding: 10px; width: 100%; border-radius: 5px; transition: all 0.3s ease-in-out; padding: 2rem; background-color: #e9e9e9; -webkit-box-shadow: 1px 1px 2px 1px rgba(189, 189, 189, 0.75); -moz-box-shadow: 1px 1px 2px 1px rgba(189, 189, 189, 0.75); box-shadow: 1px 1px 2px 1px rgba(189, 189, 189, 0.75); } .card:hover { -webkit-box-shadow: 0px 5px 5px -3px rgba(150, 150, 150, 0.5), 1px 1px 5px 3px rgba(150, 150, 150, 0.5); -moz-box-shadow: 0px 5px 5px -3px rgba(150, 150, 150, 0.5), 1px 1px 5px 3px rgba(150, 150, 150, 0.5); box-shadow: 0px 5px 5px -3px rgba(150, 150, 150, 0.5), 1px 1px 5px 3px rgba(150, 150, 150, 0.5); background-color: rgba(21, 155, 218, 0.8); } .card:hover .image { border: 5px solid rgb(241, 209, 27); } .card:hover .title { color: #fefffe; font-weight: 600; } /* Card Header */ .card-heading { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-bottom: 2rem; } .image { display: block; height: 150px; width: 150px; border-radius: 50%; border: 5px solid rgb(32, 160, 219); transition: border 0.3s ease-in-out; object-fit: cover; } .name { padding: 20px 0; font-weight: 700; } .title { font-weight: 500; font-size: 1rem; } hr { margin-bottom: 20px; border: 0.05px solid #4e4e4e; } /* Card Links */ .card-links { display: flex; justify-content: center; } .card-links a { margin: 0 3px; padding: 7px; border-radius: 50%; /* background: transparent; */ filter: invert(0%); transition: all 0.25s ease-in-out; } .card-links a:hover { /* can comment out the below line👇 to try a different background*/ background: rgba(209, 209, 209, 0.9); filter: invert(100%); } /* Card Location */ .card-location { display: block; margin-top: 10px; } .card-location h5 { font-size: 15px; font-weight: 500; text-align: center; }
misc/twindle-web/team_details/team_details.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap"); :root { font-family: "Montserrat", sans-serif; } * { padding: 0; margin: 0; box-sizing: border-box; } a { outline: none; text-decoration: none; color: #010101; } .heading { text-align: center; padding: 1rem; } /* Automate the styling for the CSS Card */ .card-gallery { margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); grid-auto-flow: row; /* grid-template-columns: 1fr 1fr; */ grid-gap: 3rem; width: 80vw; justify-items: space-evenly; align-content: center; /* border: 5px solid black; */ padding: 5px; } .card { position: relative; padding: 10px; width: 100%; border-radius: 5px; transition: all 0.3s ease-in-out; padding: 2rem; background-color: #e9e9e9; -webkit-box-shadow: 1px 1px 2px 1px rgba(189, 189, 189, 0.75); -moz-box-shadow: 1px 1px 2px 1px rgba(189, 189, 189, 0.75); box-shadow: 1px 1px 2px 1px rgba(189, 189, 189, 0.75); } .card:hover { -webkit-box-shadow: 0px 5px 5px -3px rgba(150, 150, 150, 0.5), 1px 1px 5px 3px rgba(150, 150, 150, 0.5); -moz-box-shadow: 0px 5px 5px -3px rgba(150, 150, 150, 0.5), 1px 1px 5px 3px rgba(150, 150, 150, 0.5); box-shadow: 0px 5px 5px -3px rgba(150, 150, 150, 0.5), 1px 1px 5px 3px rgba(150, 150, 150, 0.5); background-color: rgba(21, 155, 218, 0.8); } .card:hover .image { border: 5px solid rgb(241, 209, 27); } .card:hover .title { color: #fefffe; font-weight: 600; } /* Card Header */ .card-heading { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-bottom: 2rem; } .image { display: block; height: 150px; width: 150px; border-radius: 50%; border: 5px solid rgb(32, 160, 219); transition: border 0.3s ease-in-out; object-fit: cover; } .name { padding: 20px 0; font-weight: 700; } .title { font-weight: 500; font-size: 1rem; } hr { margin-bottom: 20px; border: 0.05px solid #4e4e4e; } /* Card Links */ .card-links { display: flex; justify-content: center; } .card-links a { margin: 0 3px; padding: 7px; border-radius: 50%; /* background: transparent; */ filter: invert(0%); transition: all 0.25s ease-in-out; } .card-links a:hover { /* can comment out the below line👇 to try a different background*/ background: rgba(209, 209, 209, 0.9); filter: invert(100%); } /* Card Location */ .card-location { display: block; margin-top: 10px; } .card-location h5 { font-size: 15px; font-weight: 500; text-align: center; }
0.345105
0.134634
* This file is a derivative from a part of Mozilla's PDF.js project. The * original license header follows. */ /* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ * { padding: 0; margin: 0; } html > body { font-family: sans-serif; overflow: hidden; } .titlebar > span, .toolbarLabel, input, button, select { font: message-box; } #titlebar { position: absolute; z-index: 2; top: 0px; left: 0px; height: 32px; width: 100%; overflow: hidden; -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75); box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75); background-image: url(images/texture.png), linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -webkit-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -moz-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -ms-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -o-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); } #titlebar a, #aboutDialog a, #titlebar a:visited, #aboutDialog a:visited { color: #ccc; } #documentName { margin-right: 10px; margin-left: 10px; margin-top: 8px; color: #F2F2F2; line-height: 14px; font-family: sans-serif; } #documentName { font-size: 14px; } #toolbarContainer { position: absolute; z-index: 2; bottom: 0px; left: 0px; height: 32px; width: 100%; overflow: hidden; -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75); box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75); background-image: url(images/texture.png), linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -webkit-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -moz-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -ms-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -o-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); } #toolbar { position: relative; } #toolbarMiddleContainer, #toolbarLeft { visibility: hidden; } html[dir='ltr'] #toolbarLeft { margin-left: -1px; } html[dir='rtl'] #toolbarRight { margin-left: -1px; } html[dir='ltr'] #toolbarLeft, html[dir='rtl'] #toolbarRight { position: absolute; top: 0; left: 0; } html[dir='ltr'] #toolbarRight, html[dir='rtl'] #toolbarLeft { position: absolute; top: 0; right: 0; } html[dir='ltr'] #toolbarLeft > *, html[dir='ltr'] #toolbarMiddle > *, html[dir='ltr'] #toolbarRight > * { float: left; } html[dir='rtl'] #toolbarLeft > *, html[dir='rtl'] #toolbarMiddle > *, html[dir='rtl'] #toolbarRight > * { float: right; } /* outer/inner center provides horizontal center */ html[dir='ltr'] .outerCenter { float: right; position: relative; right: 50%; } html[dir='rtl'] .outerCenter { float: left; position: relative; left: 50%; } html[dir='ltr'] .innerCenter { float: right; position: relative; right: -50%; } html[dir='rtl'] .innerCenter { float: left; position: relative; left: -50%; } html[dir='ltr'] .splitToolbarButton { margin: 3px 2px 4px 0; display: inline-block; } html[dir='rtl'] .splitToolbarButton { margin: 3px 0 4px 2px; display: inline-block; } html[dir='ltr'] .splitToolbarButton > .toolbarButton { border-radius: 0; float: left; } html[dir='rtl'] .splitToolbarButton > .toolbarButton { border-radius: 0; float: right; } .splitToolbarButton.toggled .toolbarButton { margin: 0; } .toolbarButton { border: 0 none; background-color: rgba(0, 0, 0, 0); min-width: 32px; height: 25px; border-radius: 2px; background-image: none; } html[dir='ltr'] .toolbarButton, html[dir='ltr'] .dropdownToolbarButton { margin: 3px 2px 4px 0; } html[dir='rtl'] .toolbarButton, html[dir='rtl'] .dropdownToolbarButton { margin: 3px 0 4px 2px; } .toolbarButton:hover, .toolbarButton:focus, .dropdownToolbarButton { background-color: hsla(0,0%,0%,.12); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05); } .toolbarButton:hover:active, .dropdownToolbarButton:hover:active { background-color: hsla(0,0%,0%,.2); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45); box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset, 0 0 1px hsla(0,0%,0%,.2) inset, 0 1px 0 hsla(0,0%,100%,.05); } .splitToolbarButton:hover > .toolbarButton, .splitToolbarButton:focus > .toolbarButton, .splitToolbarButton.toggled > .toolbarButton, .toolbarButton.textButton { background-color: hsla(0,0%,0%,.12); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05); -webkit-transition-property: background-color, border-color, box-shadow; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; -ms-transition-property: background-color, border-color, box-shadow; -ms-transition-duration: 150ms; -ms-transition-timing-function: ease; -o-transition-property: background-color, border-color, box-shadow; -o-transition-duration: 150ms; -o-transition-timing-function: ease; transition-property: background-color, border-color, box-shadow; transition-duration: 150ms; transition-timing-function: ease; } .splitToolbarButton > .toolbarButton:hover, .splitToolbarButton > .toolbarButton:focus, .dropdownToolbarButton:hover, .toolbarButton.textButton:hover, .toolbarButton.textButton:focus { background-color: hsla(0,0%,0%,.2); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 0 1px hsla(0,0%,0%,.05); z-index: 199; } .splitToolbarButton:hover > .toolbarButton, .splitToolbarButton:focus > .toolbarButton, .splitToolbarButton.toggled > .toolbarButton, .toolbarButton.textButton { background-color: hsla(0,0%,0%,.12); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05); -webkit-transition-property: background-color, border-color, box-shadow; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; -ms-transition-property: background-color, border-color, box-shadow; -ms-transition-duration: 150ms; -ms-transition-timing-function: ease; -o-transition-property: background-color, border-color, box-shadow; -o-transition-duration: 150ms; -o-transition-timing-function: ease; transition-property: background-color, border-color, box-shadow; transition-duration: 150ms; transition-timing-function: ease; } .splitToolbarButton > .toolbarButton:hover, .splitToolbarButton > .toolbarButton:focus, .dropdownToolbarButton:hover, .toolbarButton.textButton:hover, .toolbarButton.textButton:focus { background-color: hsla(0,0%,0%,.2); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 0 1px hsla(0,0%,0%,.05); z-index: 199; } .dropdownToolbarButton { border: 1px solid #333 !important; } .toolbarButton, .dropdownToolbarButton { min-width: 16px; padding: 2px 6px 2px; border: 1px solid transparent; border-radius: 2px; color: hsl(0,0%,95%); font-size: 12px; line-height: 14px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; /* Opera does not support user-select, use <... unselectable="on"> instead */ cursor: default; -webkit-transition-property: background-color, border-color, box-shadow; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; -ms-transition-property: background-color, border-color, box-shadow; -ms-transition-duration: 150ms; -ms-transition-timing-function: ease; -o-transition-property: background-color, border-color, box-shadow; -o-transition-duration: 150ms; -o-transition-timing-function: ease; transition-property: background-color, border-color, box-shadow; transition-duration: 150ms; transition-timing-function: ease; } html[dir='ltr'] .toolbarButton, html[dir='ltr'] .dropdownToolbarButton { margin: 3px 2px 4px 0; } html[dir='rtl'] .toolbarButton, html[dir='rtl'] .dropdownToolbarButton { margin: 3px 0 4px 2px; } .splitToolbarButton:hover > .splitToolbarButtonSeparator, .splitToolbarButton.toggled > .splitToolbarButtonSeparator { padding: 12px 0; margin: 0; box-shadow: 0 0 0 1px hsla(0,0%,100%,.03); -webkit-transition-property: padding; -webkit-transition-duration: 10ms; -webkit-transition-timing-function: ease; -moz-transition-property: padding; -moz-transition-duration: 10ms; -moz-transition-timing-function: ease; -ms-transition-property: padding; -ms-transition-duration: 10ms; -ms-transition-timing-function: ease; -o-transition-property: padding; -o-transition-duration: 10ms; -o-transition-timing-function: ease; transition-property: padding; transition-duration: 10ms; transition-timing-function: ease; } .toolbarButton.toggled:hover:active, .splitToolbarButton > .toolbarButton:hover:active { background-color: hsla(0,0%,0%,.4); border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55); box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset, 0 0 1px hsla(0,0%,0%,.3) inset, 0 1px 0 hsla(0,0%,100%,.05); } html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child, html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child { position: relative; margin: 0; margin-left: 4px; margin-right: -1px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-right-color: transparent; } html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child, html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child { position: relative; margin: 0; margin-left: -1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-left-color: transparent; } .splitToolbarButtonSeparator { padding: 8px 0; width: 1px; background-color: hsla(0,0%,00%,.5); z-index: 99; box-shadow: 0 0 0 1px hsla(0,0%,100%,.08); display: inline-block; margin: 5px 0; } html[dir='ltr'] .splitToolbarButtonSeparator { float:left; } html[dir='rtl'] .splitToolbarButtonSeparator { float:right; } .dropdownToolbarButton { min-width: 120px; max-width: 120px; padding: 4px 2px 4px; overflow: hidden; background: url(images/toolbarButton-menuArrows.png) no-repeat; } .dropdownToolbarButton > select { -webkit-appearance: none; -moz-appearance: none; /* in the future this might matter, see bugzilla bug #649849 */ min-width: 140px; font-size: 12px; color: hsl(0,0%,95%); margin:0; padding:0; border:none; background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */ } .dropdownToolbarButton > select > option { background: hsl(0,0%,24%); } #pageWidthOption { border-bottom: 1px rgba(255, 255, 255, .5) solid; } html[dir='ltr'] .dropdownToolbarButton { background-position: 95%; } html[dir='rtl'] .dropdownToolbarButton { background-position: 5%; } .toolbarButton.fullscreen::before { display: inline-block; content: url(images/toolbarButton-fullscreen.png); } .toolbarButton.presentation::before { display: inline-block; content: url(images/toolbarButton-presentation.png); } .toolbarButton.download::before { display: inline-block; content: url(images/toolbarButton-download.png); } .toolbarButton.about { color: #F2F2F2; font-size: 14px; font-weight: bold; line-height: 14px; font-family: sans-serif; } .toolbarButton.about::before { display: inline-block; } .toolbarButton.zoomOut::before { display: inline-block; content: url(images/toolbarButton-zoomOut.png); } .toolbarButton.zoomIn::before { display: inline-block; content: url(images/toolbarButton-zoomIn.png); } .toolbarButton.pageUp::before { display: inline-block; content: url(images/toolbarButton-pageUp.png); } .toolbarButton.pageDown::before { display: inline-block; content: url(images/toolbarButton-pageDown.png); } .toolbarField.pageNumber { min-width: 16px; text-align: right; width: 40px; } .toolbarField { padding: 3px 6px; margin: 4px 0 4px 0; border: 1px solid transparent; border-radius: 2px; background-color: hsla(0,0%,100%,.09); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset, 0 1px 0 hsla(0,0%,100%,.05); color: hsl(0,0%,95%); font-size: 12px; line-height: 14px; outline-style: none; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; } .toolbarField.pageNumber::-webkit-inner-spin-button, .toolbarField.pageNumber::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .toolbarField:hover { background-color: hsla(0,0%,100%,.11); border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45); } .toolbarField:focus { background-color: hsla(0,0%,100%,.15); border-color: hsla(204,100%,65%,.8) hsla(204,100%,65%,.85) hsla(204,100%,65%,.9); } .toolbarLabel { min-width: 16px; padding: 3px 6px 3px 2px; margin: 4px 2px 4px 0; border: 1px solid transparent; border-radius: 2px; color: hsl(0,0%,85%); font-size: 12px; line-height: 14px; text-align: left; -webkit-user-select:none; -moz-user-select:none; cursor: default; } #canvasContainer { overflow: auto; padding-top: 6px; padding-bottom: 6px; position: absolute; top: 32px; right: 0; bottom: 32px; left: 0; text-align: center; background-color: #888; background-image: url(images/texture.png); } #canvasContainer.slideshow { padding: 0; overflow: hidden; } #canvasContainer.slideshow > * { margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .presentationMode { top: 0 !important; bottom: 0 !important; background-color: black !important; cursor: default !important; } #canvas { box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); /* * Hide the canvas overflow because otherwise the CSS-scaled 'sizer' child * of the canvas will still advertise the original size in Firefox, causing * strange scrollbar behavior. */ overflow: hidden; } #sliderContainer { visibility: hidden; } #overlayNavigator { position: absolute; width: 100%; height: 0; top: calc(50% - 50px); background-color: rgba(0, 0, 0, 0); z-index: 3; opacity: 0; -webkit-transition: opacity 1s ease-out; -moz-transition: opacity 1s ease-out; transition: opacity 1s ease-out; } #previousPage { float: left; margin-left: 10px; /* CSS triangle */ border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-right: 50px solid black; opacity: 0.5; } #nextPage { float: right; margin-right: 10px; /* CSS triangle */ border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-left: 50px solid black; opacity: 0.5; } #previousPage:active { opacity: 0.8; } #nextPage:active { opacity: 0.8; } #overlayCloseButton { position: absolute; top: 10px; right: 10px; z-index: 3; font-size: 35px; color: white; background-color: black; opacity: 0.5; width: 40px; height: 40px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align: center; cursor: pointer; display: none; } #overlayCloseButton:active { background-color: red; } #aboutDialogCentererTable { display: table; width:100%; height:100%; } #aboutDialogCentererCell { vertical-align: middle; text-align:center; display: table-cell; } #aboutDialog { width: 280px; background-color: #666; color: white; text-align: center; border-radius: 2px; box-shadow: 0px 1px 6px black; padding: 5px; font-style: sans-serif; display: inline-block; } #aboutDialog h1 { font-size: 25pt; } #aboutDialog p { font-size: 10pt; } #aboutDialog > * { margin: 10px; } #dialogOverlay { position: absolute; left: 0px; top: 0px; width:100%; height:100%; z-index: 3; background-color: rgba(0,0,0,.5); overflow: auto; display: none; } #blanked { display: none; cursor: none; position: absolute; left: 0px; top: 0px; width:100%; height:100%; z-index: 3; } @media only screen and (max-device-width: 800px) and (max-device-height: 800px) { #canvasContainer { top: 0; bottom: 0; } #overlayNavigator { height: 100px; pointer-events: none; } #nextPage, #previousPage { pointer-events: all; } #titlebar, #toolbarContainer { background-color: rgba(0, 0, 0, 0.6); background-image: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } #titlebar { top: -32px; } #titlebar.viewer-touched { top: 0px; } #toolbarContainer { bottom: -32px; } #toolbarContainer.viewer-touched { bottom: 0px; } .viewer-touched { display: block; opacity: 1 !important; } #next, #previous { display: none; } }
public/assets/plugins/filemanager/js/ViewerJS/viewer.css
* This file is a derivative from a part of Mozilla's PDF.js project. The * original license header follows. */ /* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ * { padding: 0; margin: 0; } html > body { font-family: sans-serif; overflow: hidden; } .titlebar > span, .toolbarLabel, input, button, select { font: message-box; } #titlebar { position: absolute; z-index: 2; top: 0px; left: 0px; height: 32px; width: 100%; overflow: hidden; -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75); box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75); background-image: url(images/texture.png), linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -webkit-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -moz-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -ms-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); background-image: url(images/texture.png), -o-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99)); } #titlebar a, #aboutDialog a, #titlebar a:visited, #aboutDialog a:visited { color: #ccc; } #documentName { margin-right: 10px; margin-left: 10px; margin-top: 8px; color: #F2F2F2; line-height: 14px; font-family: sans-serif; } #documentName { font-size: 14px; } #toolbarContainer { position: absolute; z-index: 2; bottom: 0px; left: 0px; height: 32px; width: 100%; overflow: hidden; -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75); box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75); background-image: url(images/texture.png), linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -webkit-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -moz-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -ms-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); background-image: url(images/texture.png), -o-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95)); } #toolbar { position: relative; } #toolbarMiddleContainer, #toolbarLeft { visibility: hidden; } html[dir='ltr'] #toolbarLeft { margin-left: -1px; } html[dir='rtl'] #toolbarRight { margin-left: -1px; } html[dir='ltr'] #toolbarLeft, html[dir='rtl'] #toolbarRight { position: absolute; top: 0; left: 0; } html[dir='ltr'] #toolbarRight, html[dir='rtl'] #toolbarLeft { position: absolute; top: 0; right: 0; } html[dir='ltr'] #toolbarLeft > *, html[dir='ltr'] #toolbarMiddle > *, html[dir='ltr'] #toolbarRight > * { float: left; } html[dir='rtl'] #toolbarLeft > *, html[dir='rtl'] #toolbarMiddle > *, html[dir='rtl'] #toolbarRight > * { float: right; } /* outer/inner center provides horizontal center */ html[dir='ltr'] .outerCenter { float: right; position: relative; right: 50%; } html[dir='rtl'] .outerCenter { float: left; position: relative; left: 50%; } html[dir='ltr'] .innerCenter { float: right; position: relative; right: -50%; } html[dir='rtl'] .innerCenter { float: left; position: relative; left: -50%; } html[dir='ltr'] .splitToolbarButton { margin: 3px 2px 4px 0; display: inline-block; } html[dir='rtl'] .splitToolbarButton { margin: 3px 0 4px 2px; display: inline-block; } html[dir='ltr'] .splitToolbarButton > .toolbarButton { border-radius: 0; float: left; } html[dir='rtl'] .splitToolbarButton > .toolbarButton { border-radius: 0; float: right; } .splitToolbarButton.toggled .toolbarButton { margin: 0; } .toolbarButton { border: 0 none; background-color: rgba(0, 0, 0, 0); min-width: 32px; height: 25px; border-radius: 2px; background-image: none; } html[dir='ltr'] .toolbarButton, html[dir='ltr'] .dropdownToolbarButton { margin: 3px 2px 4px 0; } html[dir='rtl'] .toolbarButton, html[dir='rtl'] .dropdownToolbarButton { margin: 3px 0 4px 2px; } .toolbarButton:hover, .toolbarButton:focus, .dropdownToolbarButton { background-color: hsla(0,0%,0%,.12); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05); } .toolbarButton:hover:active, .dropdownToolbarButton:hover:active { background-color: hsla(0,0%,0%,.2); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45); box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset, 0 0 1px hsla(0,0%,0%,.2) inset, 0 1px 0 hsla(0,0%,100%,.05); } .splitToolbarButton:hover > .toolbarButton, .splitToolbarButton:focus > .toolbarButton, .splitToolbarButton.toggled > .toolbarButton, .toolbarButton.textButton { background-color: hsla(0,0%,0%,.12); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05); -webkit-transition-property: background-color, border-color, box-shadow; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; -ms-transition-property: background-color, border-color, box-shadow; -ms-transition-duration: 150ms; -ms-transition-timing-function: ease; -o-transition-property: background-color, border-color, box-shadow; -o-transition-duration: 150ms; -o-transition-timing-function: ease; transition-property: background-color, border-color, box-shadow; transition-duration: 150ms; transition-timing-function: ease; } .splitToolbarButton > .toolbarButton:hover, .splitToolbarButton > .toolbarButton:focus, .dropdownToolbarButton:hover, .toolbarButton.textButton:hover, .toolbarButton.textButton:focus { background-color: hsla(0,0%,0%,.2); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 0 1px hsla(0,0%,0%,.05); z-index: 199; } .splitToolbarButton:hover > .toolbarButton, .splitToolbarButton:focus > .toolbarButton, .splitToolbarButton.toggled > .toolbarButton, .toolbarButton.textButton { background-color: hsla(0,0%,0%,.12); background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 1px 0 hsla(0,0%,100%,.05); -webkit-transition-property: background-color, border-color, box-shadow; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; -ms-transition-property: background-color, border-color, box-shadow; -ms-transition-duration: 150ms; -ms-transition-timing-function: ease; -o-transition-property: background-color, border-color, box-shadow; -o-transition-duration: 150ms; -o-transition-timing-function: ease; transition-property: background-color, border-color, box-shadow; transition-duration: 150ms; transition-timing-function: ease; } .splitToolbarButton > .toolbarButton:hover, .splitToolbarButton > .toolbarButton:focus, .dropdownToolbarButton:hover, .toolbarButton.textButton:hover, .toolbarButton.textButton:focus { background-color: hsla(0,0%,0%,.2); box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, 0 0 1px hsla(0,0%,100%,.15) inset, 0 0 1px hsla(0,0%,0%,.05); z-index: 199; } .dropdownToolbarButton { border: 1px solid #333 !important; } .toolbarButton, .dropdownToolbarButton { min-width: 16px; padding: 2px 6px 2px; border: 1px solid transparent; border-radius: 2px; color: hsl(0,0%,95%); font-size: 12px; line-height: 14px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; /* Opera does not support user-select, use <... unselectable="on"> instead */ cursor: default; -webkit-transition-property: background-color, border-color, box-shadow; -webkit-transition-duration: 150ms; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; -ms-transition-property: background-color, border-color, box-shadow; -ms-transition-duration: 150ms; -ms-transition-timing-function: ease; -o-transition-property: background-color, border-color, box-shadow; -o-transition-duration: 150ms; -o-transition-timing-function: ease; transition-property: background-color, border-color, box-shadow; transition-duration: 150ms; transition-timing-function: ease; } html[dir='ltr'] .toolbarButton, html[dir='ltr'] .dropdownToolbarButton { margin: 3px 2px 4px 0; } html[dir='rtl'] .toolbarButton, html[dir='rtl'] .dropdownToolbarButton { margin: 3px 0 4px 2px; } .splitToolbarButton:hover > .splitToolbarButtonSeparator, .splitToolbarButton.toggled > .splitToolbarButtonSeparator { padding: 12px 0; margin: 0; box-shadow: 0 0 0 1px hsla(0,0%,100%,.03); -webkit-transition-property: padding; -webkit-transition-duration: 10ms; -webkit-transition-timing-function: ease; -moz-transition-property: padding; -moz-transition-duration: 10ms; -moz-transition-timing-function: ease; -ms-transition-property: padding; -ms-transition-duration: 10ms; -ms-transition-timing-function: ease; -o-transition-property: padding; -o-transition-duration: 10ms; -o-transition-timing-function: ease; transition-property: padding; transition-duration: 10ms; transition-timing-function: ease; } .toolbarButton.toggled:hover:active, .splitToolbarButton > .toolbarButton:hover:active { background-color: hsla(0,0%,0%,.4); border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55); box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset, 0 0 1px hsla(0,0%,0%,.3) inset, 0 1px 0 hsla(0,0%,100%,.05); } html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child, html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child { position: relative; margin: 0; margin-left: 4px; margin-right: -1px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-right-color: transparent; } html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child, html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child { position: relative; margin: 0; margin-left: -1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-left-color: transparent; } .splitToolbarButtonSeparator { padding: 8px 0; width: 1px; background-color: hsla(0,0%,00%,.5); z-index: 99; box-shadow: 0 0 0 1px hsla(0,0%,100%,.08); display: inline-block; margin: 5px 0; } html[dir='ltr'] .splitToolbarButtonSeparator { float:left; } html[dir='rtl'] .splitToolbarButtonSeparator { float:right; } .dropdownToolbarButton { min-width: 120px; max-width: 120px; padding: 4px 2px 4px; overflow: hidden; background: url(images/toolbarButton-menuArrows.png) no-repeat; } .dropdownToolbarButton > select { -webkit-appearance: none; -moz-appearance: none; /* in the future this might matter, see bugzilla bug #649849 */ min-width: 140px; font-size: 12px; color: hsl(0,0%,95%); margin:0; padding:0; border:none; background: rgba(0,0,0,0); /* Opera does not support 'transparent' <select> background */ } .dropdownToolbarButton > select > option { background: hsl(0,0%,24%); } #pageWidthOption { border-bottom: 1px rgba(255, 255, 255, .5) solid; } html[dir='ltr'] .dropdownToolbarButton { background-position: 95%; } html[dir='rtl'] .dropdownToolbarButton { background-position: 5%; } .toolbarButton.fullscreen::before { display: inline-block; content: url(images/toolbarButton-fullscreen.png); } .toolbarButton.presentation::before { display: inline-block; content: url(images/toolbarButton-presentation.png); } .toolbarButton.download::before { display: inline-block; content: url(images/toolbarButton-download.png); } .toolbarButton.about { color: #F2F2F2; font-size: 14px; font-weight: bold; line-height: 14px; font-family: sans-serif; } .toolbarButton.about::before { display: inline-block; } .toolbarButton.zoomOut::before { display: inline-block; content: url(images/toolbarButton-zoomOut.png); } .toolbarButton.zoomIn::before { display: inline-block; content: url(images/toolbarButton-zoomIn.png); } .toolbarButton.pageUp::before { display: inline-block; content: url(images/toolbarButton-pageUp.png); } .toolbarButton.pageDown::before { display: inline-block; content: url(images/toolbarButton-pageDown.png); } .toolbarField.pageNumber { min-width: 16px; text-align: right; width: 40px; } .toolbarField { padding: 3px 6px; margin: 4px 0 4px 0; border: 1px solid transparent; border-radius: 2px; background-color: hsla(0,0%,100%,.09); background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); background-clip: padding-box; border: 1px solid hsla(0,0%,0%,.35); border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset, 0 1px 0 hsla(0,0%,100%,.05); color: hsl(0,0%,95%); font-size: 12px; line-height: 14px; outline-style: none; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; } .toolbarField.pageNumber::-webkit-inner-spin-button, .toolbarField.pageNumber::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .toolbarField:hover { background-color: hsla(0,0%,100%,.11); border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45); } .toolbarField:focus { background-color: hsla(0,0%,100%,.15); border-color: hsla(204,100%,65%,.8) hsla(204,100%,65%,.85) hsla(204,100%,65%,.9); } .toolbarLabel { min-width: 16px; padding: 3px 6px 3px 2px; margin: 4px 2px 4px 0; border: 1px solid transparent; border-radius: 2px; color: hsl(0,0%,85%); font-size: 12px; line-height: 14px; text-align: left; -webkit-user-select:none; -moz-user-select:none; cursor: default; } #canvasContainer { overflow: auto; padding-top: 6px; padding-bottom: 6px; position: absolute; top: 32px; right: 0; bottom: 32px; left: 0; text-align: center; background-color: #888; background-image: url(images/texture.png); } #canvasContainer.slideshow { padding: 0; overflow: hidden; } #canvasContainer.slideshow > * { margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .presentationMode { top: 0 !important; bottom: 0 !important; background-color: black !important; cursor: default !important; } #canvas { box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); -o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); /* * Hide the canvas overflow because otherwise the CSS-scaled 'sizer' child * of the canvas will still advertise the original size in Firefox, causing * strange scrollbar behavior. */ overflow: hidden; } #sliderContainer { visibility: hidden; } #overlayNavigator { position: absolute; width: 100%; height: 0; top: calc(50% - 50px); background-color: rgba(0, 0, 0, 0); z-index: 3; opacity: 0; -webkit-transition: opacity 1s ease-out; -moz-transition: opacity 1s ease-out; transition: opacity 1s ease-out; } #previousPage { float: left; margin-left: 10px; /* CSS triangle */ border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-right: 50px solid black; opacity: 0.5; } #nextPage { float: right; margin-right: 10px; /* CSS triangle */ border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-left: 50px solid black; opacity: 0.5; } #previousPage:active { opacity: 0.8; } #nextPage:active { opacity: 0.8; } #overlayCloseButton { position: absolute; top: 10px; right: 10px; z-index: 3; font-size: 35px; color: white; background-color: black; opacity: 0.5; width: 40px; height: 40px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align: center; cursor: pointer; display: none; } #overlayCloseButton:active { background-color: red; } #aboutDialogCentererTable { display: table; width:100%; height:100%; } #aboutDialogCentererCell { vertical-align: middle; text-align:center; display: table-cell; } #aboutDialog { width: 280px; background-color: #666; color: white; text-align: center; border-radius: 2px; box-shadow: 0px 1px 6px black; padding: 5px; font-style: sans-serif; display: inline-block; } #aboutDialog h1 { font-size: 25pt; } #aboutDialog p { font-size: 10pt; } #aboutDialog > * { margin: 10px; } #dialogOverlay { position: absolute; left: 0px; top: 0px; width:100%; height:100%; z-index: 3; background-color: rgba(0,0,0,.5); overflow: auto; display: none; } #blanked { display: none; cursor: none; position: absolute; left: 0px; top: 0px; width:100%; height:100%; z-index: 3; } @media only screen and (max-device-width: 800px) and (max-device-height: 800px) { #canvasContainer { top: 0; bottom: 0; } #overlayNavigator { height: 100px; pointer-events: none; } #nextPage, #previousPage { pointer-events: all; } #titlebar, #toolbarContainer { background-color: rgba(0, 0, 0, 0.6); background-image: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } #titlebar { top: -32px; } #titlebar.viewer-touched { top: 0px; } #toolbarContainer { bottom: -32px; } #toolbarContainer.viewer-touched { bottom: 0px; } .viewer-touched { display: block; opacity: 1 !important; } #next, #previous { display: none; } }
0.689201
0.119357
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Spartan', sans-serif; } h1 { font-size: 50px; line-height: 64px; color: #222; } h2 { font-size: 46px; line-height: 54px; color: #222; } h4 { font-size: 20px; color: #222; } h6 { font-weight: 700; font-size: 12px; } p { font-size: 16px; color: #000000; margin: 15px 0 20px 0; font-weight: 400; } .white { color: white; } .section-p1 { padding: 40px 80px; } .section-m1 { margin: 40px 0px; } button.normal { font-size: 14px; font-weight: 600; padding: 15px 30px; color: black; background-color: white; border-radius: 4px; cursor: pointer; border: none; outline: none; transition: 0.2s; } button.small { font-size: 14px; font-weight: 600; padding: 10px 20px; color: black; background-color: white; border-radius: 4px; cursor: pointer; border: none; outline: none; transition: 0.2s; } button.white { font-size: 13px; font-weight: 600; padding: 11px 18px; color: white; background-color: transparent; cursor: pointer; border: 1 px solid white; outline: none; transition: 0.2s; } body { width: 100%; } /* Header Start - code to make the header and organising of the colors and display*/ #header { display: flex; align-items: center; justify-content: space-between; padding: 20px 80px; background-color: black; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); z-index: 999; position: sticky; top: 0; left: 0; } /*resizing of the icon*/ .logo { width: 100px; height: 100px; } /*for navigation on top*/ #navbar { display: flex; align-items: center; justify-content: center; } #navbar li { list-style: none; padding: 0 20px; position: relative; } #navbar li a { text-decoration: none; font-size: 20px; font-weight: 600; color: white; transition: 0.3s ease; } /*when hovering over and when in the page it shows a highlight*/ #navbar li a:hover, #navbar li a.active { color: #088178; } #navbar li a.active::after, #navbar li a:hover::after { content: ""; width: 30%; height: 2px; background-color: #088178; position: absolute; bottom: -4px; left: 20px; } #mobile { display: none; align-items: center; } #close { display: none; } /* Home Page - background image in home page*/ #background { background-image: url('../img/curryflow91.jpeg'); height: 105vh; width: auto; background-size: cover; background-position: top 25% right 1; padding: 0 80px; margin: -8% auto 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #background h4 { padding-bottom: 15px; } #background h1 { color: #24fff0; } #background button { background-image: url('../img/button.jpg'); background-color: transparent; color: #088178; border: 0; padding: 14px 80px 14px 65px; background-repeat: no-repeat; cursor: pointer; font-weight: 700; font-size: 15px; } #feature { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } #feature .fe-box { width: 180px; text-align: center; padding: 25px 15px; box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03); border: 1px solid #cce7d0; border-radius: 4px; margin: 15px 0; } #feature .fe-box:hover { box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1); } #feature .fe-box img { width: 100%; margin-bottom: 10px; } #feature .fe-box lottie-player { width: auto; margin-bottom: 10px; } #feature .fe-box h6 { display: inline-block; padding: 9px 8px 6px 8px; line-height: 1; border-radius: 4px; color: #000000; background-color: #bcf8f4; } #feature .fe-box:nth-child(2) h6 { background-color: #ffd7dd; } #feature .fe-box:nth-child(3) h6 { background-color: #cdf7cd; } #feature .fe-box:nth-child(4) h6 { background-color: #bcf8f4; } #feature .fe-box:nth-child(5) h6 { background-color: #f6dbf6; } #feature .fe-box:nth-child(6) h6 { background-color: #fff2e5; } #product1 { text-align: center; } #product1 p { color: #088178; } #product1 .pro-container { display: flex; justify-content: space-between; padding-top: 20px; flex-wrap: wrap; } #product1 .pro { width: 23%; min-width: 500px; padding: 10px 12px; border: 1px solid #cce7d0; border-radius: 25px; cursor: pointer; box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); margin: 15px; transition: 0.2s ease; position: relative; } #product1 .pro:hover { box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); } #product1 .pro img { width: 100%; height: auto; border-radius: 25px; } #product1 .pro .des { text-align: start; padding: 10px 0; } #product1 .pro .des span { color: #606063; font-size: 12px; } #product1 .pro .des h5 { padding-top: 7px; color: #1a1a1a; font-size: 14px; } #product1 .pro .des i { font-size: 12px; color: rgb(243, 181, 25); } #product1 .pro .des h4 { padding-top: 7px; font-size: 15px; font-weight: 700; color: #088178; } #product1 .pro .cart { width: 40px; height: 40px; line-height: 40px; border-radius: 50px; background-color: #e8f6ea; font-weight: 500; color: #088178; border: 1px solid #cce7d0; position: absolute; bottom: 20px; right: 10px; } #banner { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background-image: url('../img/banner/b2.jpg'); width: 100%; height: 40vh; background-size: cover; background-position: center; } #banner h4 { color: white; font-size: 16px; } #banner h2 { color: white; font-size: 30px; padding: 10px 0; } #banner h2 span { color: red; } #banner button:hover { background: #088178; color: white; } #sm-banner { display: flex; justify-content: space-between; flex-wrap: wrap; } #sm-banner .banner-box { background-image: url('../img/banner/stephcurry.jpg'); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-width: 580px; height: 50vh; background-size: cover; background-position: center; } #sm-banner .banner-box2 { background-image: url('../img/banner/b10.jpg'); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-width: 580px; height: 50vh; background-size: cover; background-position: center; } #sm-banner h4 { color: white; font-size: 20px; font-weight: 600; } #sm-banner h2 { color: white; font-size: 28px; font-weight: 800; } #sm-banner span { color: #00ffff; font-size: 14px; font-weight: 700; padding: 15px; } #sm-banner .banner-box:hover button { background: #088178; border: 1px #088178; color: white; } #banner3 { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 80px; } #banner3 .banner-box { background-image: url('../img/bgcurry1.jpg'); display: flex; flex-direction: row; justify-content: center; align-items: flex-end; min-width: 30%; height: 30vh; background-size: cover; background-position: center; padding: 20px; margin-bottom: 20px; } #banner3 .banner-box2 { background-image: url('../img/banner/b7.jpg'); } #banner3 .banner-box3 { background-image: url('../img/banner/b18.jpeg'); } #banner3 h2 { color: #fff; font-weight: 900; font-size: 22px; } #banner3 h3 { color: #ec544e; font-weight: 800; font-size: 15px; } #banner3 .banner-box:hover button { background: #088178; border: 1px #088178; color: white; } #newsletter { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; background-image: url('../img/banner/b14.png'); background-repeat: no-repeat; background-position: 20% 30%; background-color: #041e42; } #newsletter h4 { font-size: 22px; font-weight: 700; color: #fff; } #newsletter p { font-size: 14px; font-weight: 600; color: #818ea0; } #newsletter p span { color: #ffbd27; } #newsletter .form { display: flex; width: 40%; } #newsletter input { height: 3.125rem; padding: 0 1.25rem; font-size: 14px; width: 100%; border: 1px solid transparent; border-radius: 4px; outline: none; border-top-right-radius: 0; border-bottom-right-radius: 0; } #newsletter button { background-color: #088178; color: #fff; white-space: nowrap; border-top-left-radius: 0; border-bottom-left-radius: 0; } /*3D MODEL*/ model-viewer { --poster-color: transparent; width: 90%; height: 800px; margin: 0 auto; } #threed .pro { padding: 10px 12px; border: 1px solid #fcfcfc; background-color: #cdd4f8; border-radius: 25px; cursor: pointer; box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); margin: 15px; transition: 0.2s ease; position: relative; } #threed .pro:hover { box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); } #threed .pro .des { text-align: center; padding: 10px 0; } #threed .pro .des span { color: #606063; font-size: 14px; } #threed .pro .des h5 { padding-top: 7px; color: #1a1a1a; font-size: 14px; } #threed .pro .des i { font-size: 12px; color: rgb(243, 181, 25); } #threed .pro .des h4 { padding-top: 7px; font-size: 15px; font-weight: 700; color: #088178; } #threed .pro .threedcart { width: 40px; height: 40px; line-height: 40px; border-radius: 50px; background-color: #e8f6ea; font-weight: 500; color: #088178; border: 1px solid #cce7d0; position: absolute; bottom: 20px; right: 15px; } /*Change footer color*/ footer { background-color: black; display: flex; flex-wrap: wrap; justify-content: space-between; } footer .col { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 20px; } footer .logo { margin-bottom: 30px; } footer h4 { margin-bottom: 30px; color: #fff; } footer p { margin-bottom: 13px; text-decoration: none; color: #fff; margin: 0 0 8px 0; } footer a { margin-bottom: 13px; text-decoration: none; color: #fff; margin-bottom: 10px; } footer .follow { margin-top: 20px; } footer .follow i { color: #b8bebc; padding-right: 4px; cursor: pointer; } footer .install .row img { border: 2px solid #00ffee; border-radius: 6px; } footer .install img { margin: 10px 0 15px 0; } footer .follow i:hover, footer a:hover { color: #088178; } footer .copyright { width: 100%; text-align: center; } /*Shop Page*/ #page-header { background-image: url('../img/banner/b1.jpg'); width: 100%; height: 40vh; background-size: cover; display: flex; justify-content: center; text-align: center; flex-direction: column; } #page-header h2 { color: white; } #page-header p { color: white; } #pagination { text-align: center; } /*create the page icons look*/ #pagination a { text-decoration: none; background-color: #088178; padding: 15px 20px; border-radius: 4px; color: white; font-weight: 600; } #pagination a i { font-size: 16px; font-weight: 600; } /*Single Product*/ #prodetails { display: flex; margin-top: 20px; } #prodetails .single-pro-image { width: 40%; margin-right: 50px; } .small-img-group { display: flex; justify-content: space-between; } .small-img-col { cursor: pointer; } #prodetails .single-pro-details { width: 50%; padding-top: 30px; } #prodetails .single-pro-details h4 { padding: 40px 0 20px 0; } #prodetails .single-pro-details h2 { font-size: 26px; } #prodetails .single-pro-details select { display: block; padding: 5px 10px; margin-bottom: 10px; } #prodetails .single-pro-details input { width: 50px; height: 47px; padding-left: 10px; font-size: 16px; margin-right: 10px; } #prodetails .single-pro-details input:focus { outline: none; } #prodetails .single-pro-details button { background-color: #088178; color: #fff; } #prodetails .single-pro-details span { line-height: 25px; } /*formatting product details*/ .description { display: table; line-height: 20px; } .row { display: table-row; } .left-side { display: table-cell; } .right-side { display: table-cell; } /* Blog Page */ #page-header.blog-header { background-image: url("../img/banner/b19.jpg"); } #blog { padding: 150px 150px 0 150px; } #blog .blog-box { display: flex; align-items: center; width: 100%; position: relative; padding-bottom: 90px; } #blog .blog-img { width: 50%; margin-right: 40px; } .blog-img { width: 100%; height: 300px; object-fit: cover; } #blog .blog-details { width: 50%; margin-right: 40px; } #blog .blog-details a { text-decoration: none; font-size: 11px; color: black; font-weight: 700; position: relative; transition: 0.3s; } #blog .blog-details a::after { content: ""; width: 50px; height: 1px; background-color: #000000; position: absolute; top: 4px; right: -60px; } #blog .blog-details a:hover { color: #088178; } #blog .blog-details a:hover::after { background-color: #088178; } #blog .blog-box h1 { position: absolute; top: -40px; left: 0; font-size: 70px; font-weight: 700; color: #c9cbce; z-index: -9; } /* About Page */ #page-header.about-header { background-image: url("../img/about/banner.png"); } #about-head { display: flex; align-items: center; } #about-head img { width: 50%; height: auto; } #about-head div { padding-left: 40px; } #about-app { text-align: center; } #about-app .video { width: 70%; height: 100%; margin: 30px auto 0 auto; } #about-app .video video { width: 100%; height: 100%; border-radius: 20px; } /* Contact Page */ #contact-details { display: flex; align-items: center; justify-content: space-between; } #contact-details .details { width: 40%; } #contact-details .details span, #form-details form span { font-size: 12px; } #contact-details .details h2, #form-details form h2 { font-size: 26px; line-height: 35px; padding: 20px 0; } #contact-details .details h3 { font-size: 16px; padding-bottom: 15px; } #contact-details .details li { list-style: none; display: flex; padding: 10px 0; } #contact-details .details li i { font-size: 14px; padding-right: 22px; } #contact-details .details li p { margin: 0; font-size: 14px; } #contact-details .map { width: 55%; height: 400px; } #contact-details .map iframe { width: 100%; height: 100%; } #form-details { display: flex; justify-content: space-between; margin: 30px; padding: 80px; border: 1px solid #e1e1e1; } #form-details form { width: 65%; display: flex; flex-direction: column; align-items: flex-start; margin-right: 50px; } #form-details form input, #form-details form textarea { width: 100%; padding: 12px 15px; outline: none; margin-bottom: 20px; border: 1px solid #e1e1e1; } #form-details form button { background-color: #088178; color: white; } #form-details .people div { padding-bottom: 25px; display: flex; align-items: flex-start; } #form-details .people div img { width: 65px; height: 65px; object-fit: cover; margin-right: 15px; } #form-details .people div p { margin: 0; font-size: 13px; line-height: 25px; } #form-details .people div p span { display: block; font-size: 16px; font-weight: 600; color: #000000; } /*Cart Page*/ #cart { overflow-x: auto; } #cart table { width: 100%; border-collapse: collapse; table-layout: fixed; white-space: nowrap; } #cart table img { width: 100px; } #cart table td:nth-child(1) { width: 100px; text-align: center; } #cart table td:nth-child(2) { width: 150px; text-align: center; } #cart table td:nth-child(3) { width: 250px; text-align: center; } #cart table td:nth-child(4), #cart table td:nth-child(5), #cart table td:nth-child(6) { width: 150px; text-align: center; } #cart table td:nth-child(5) input { width: 70px; padding: 10px 5px 10px 15px; } #cart table thead { border: 1px solid #e2e9e1; border-left: none; border-right: none; } #cart table thead td { font-weight: 700; text-transform: uppercase; font-size: 13px; padding: 18px; } #cart table tbody tr td { padding-top: 15px; } #cart table tbody td { font-size: 13px; } #cart-add { display: flex; flex-wrap: wrap; justify-content: space-between; } #coupon { width: 50%; margin-bottom: 30px; } #coupon h3, #subtotal h3 { padding-bottom: 15px; } #coupon input { padding: 10px 20px; outline: none; width: 60%; margin-right: 10px; border: 1px solid #e2e9e1; } #coupon button, #subtotal button { background-color: #088178; color: white; padding: 10px 20px; } #subtotal { width: 50%; margin-bottom: 30px; border: 1px solid #e2e9e1; padding: 30px; } #subtotal table { border-collapse: collapse; width: 100%; margin-bottom: 20px; } #subtotal table td { width: 50%; border: 1px solid #e2e9e1; padding: 10px; font-size: 13px; } /*Start Media Query*/ @media (max-width:820px) { .section-p1 { padding: 40px 40px; } /*when screen is smaller the navigation bar will change*/ #navbar { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; position: fixed; top: 0; right: -300px; height: 100vh; width: 300px; background-color: #060707; padding: 80px 0 0 10px; transition: 0.3s; } #navbar.active { right: 0px; } #navbar li { margin-bottom: 25px; } #mobile { display: flex; align-items: center; } #mobile i { color: rgb(255, 255, 255); font-size: 24px; padding-left: 20px; } #close { display: initial; position: absolute; top: 30px; left: 30px; color: white; font-size: 24px; } #lg-icons { display: none; } #background { height: 75vh; padding: 0 80px; background-position: top 30% right 110%; } #feature { justify-content: center; } #feature .fe-box { margin: 15px 15px; } #product1 .pro-container { justify-content: center; } #product1 .pro { margin: 15px; } #product1 .pro { width: 23%; min-width: 300px; padding: 10px 12px; border: 1px solid #cce7d0; border-radius: 25px; cursor: pointer; box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); margin: 15px; transition: 0.2s ease; position: relative; } #product1 .pro img { width: 100%; height: 55%; border-radius: 25px; } model-viewer { width: 90%; height: 500px; } #banner { height: 20vh; } #sm-banner .banner-box { min-width: 100%; height: 45vh; } #banner3 { padding: 0 40px; } #banner3 .banner-box { width: 28%; } #newsletter .form { width: 70%; } /* Blog Page */ #blog { padding: 120px 50px 0 50px; } #blog .blog-box { display: flex; flex-direction: column; align-items: flex-start; } #blog .blog-img { width: 100%; margin-right: 0; margin-bottom: 10px; } #blog .blog-details { width: 100%; } /* Contact Page */ #form-details { padding: 40px; } #form-details form { width: 50%; } } /*for mobile*/ /* Media Query for Mobile Devices */ @media (max-width: 480px) { .section-p1 { padding: 20px; } #header { padding: 10px 30px; } #background { padding: 0 20px; background-position: 55%; } #background h4 { color: rgb(184, 0, 240); } #background h2 { color: #12cfcf; font-size: 32px; } #background h1 { color: #00ff00; font-size: 38px; } #background p { color: #ffe608; font-weight: 600; } #background button { color: #54fdf2; } #feature { justify-content: space-between; } #feature .fe-box { width: 155px; margin: 0 0 15px 0; } #product1. .pro { width: 100%; } model-viewer { width: 90%; height: 500px; } #banner { height: 40vh; } #sm-banner .banner-box { height: 40vh; } #sm-banner .banner-box2 { margin-top: 20px; } #banner3 { padding: 0 20px; } #banner3 .banner-box { width: 100%; } #newsletter { padding: 40px 20px; } #newsletter .form { width: 100%; } footer .copyright { text-align: start; } /* Single Product */ #prodetails { display: flex; flex-direction: column; } #prodetails .single-pro-image { width: 100%; margin-right: 0px; } #prodetails .single-pro-details { width: 100%; } /* Blog Page */ #blog { padding: 100px 20px 0 20px; } #blog .blog-box { display: flex; flex-direction: column; align-items: flex-start; } #blog .blog-img { width: 100%; margin-right: 0; margin-bottom: 30px; } #blog .blog-details { width: 100%; } /* About Page */ #about-head { flex-direction: column; } #about-head img { width: 100%; margin-bottom: 20px; } #about-head div { padding-left: 0px; } #about-app .video { width: 100%; } /* Contact Page */ #contact-details { flex-direction: column; } #contact-details .details { width: 100%; margin-bottom: 30px; } #contact-details .map { width: 100%; } #form-details { margin: 10px; padding: 30px 10px; flex-wrap: wrap; } #form-details form { width: 100%; margin-bottom: 30px; } /* Cart Page */ #cart-add { flex-direction: column; } #coupon { width: 100%; } #subtotal { width: 100%; } }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Spartan', sans-serif; } h1 { font-size: 50px; line-height: 64px; color: #222; } h2 { font-size: 46px; line-height: 54px; color: #222; } h4 { font-size: 20px; color: #222; } h6 { font-weight: 700; font-size: 12px; } p { font-size: 16px; color: #000000; margin: 15px 0 20px 0; font-weight: 400; } .white { color: white; } .section-p1 { padding: 40px 80px; } .section-m1 { margin: 40px 0px; } button.normal { font-size: 14px; font-weight: 600; padding: 15px 30px; color: black; background-color: white; border-radius: 4px; cursor: pointer; border: none; outline: none; transition: 0.2s; } button.small { font-size: 14px; font-weight: 600; padding: 10px 20px; color: black; background-color: white; border-radius: 4px; cursor: pointer; border: none; outline: none; transition: 0.2s; } button.white { font-size: 13px; font-weight: 600; padding: 11px 18px; color: white; background-color: transparent; cursor: pointer; border: 1 px solid white; outline: none; transition: 0.2s; } body { width: 100%; } /* Header Start - code to make the header and organising of the colors and display*/ #header { display: flex; align-items: center; justify-content: space-between; padding: 20px 80px; background-color: black; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); z-index: 999; position: sticky; top: 0; left: 0; } /*resizing of the icon*/ .logo { width: 100px; height: 100px; } /*for navigation on top*/ #navbar { display: flex; align-items: center; justify-content: center; } #navbar li { list-style: none; padding: 0 20px; position: relative; } #navbar li a { text-decoration: none; font-size: 20px; font-weight: 600; color: white; transition: 0.3s ease; } /*when hovering over and when in the page it shows a highlight*/ #navbar li a:hover, #navbar li a.active { color: #088178; } #navbar li a.active::after, #navbar li a:hover::after { content: ""; width: 30%; height: 2px; background-color: #088178; position: absolute; bottom: -4px; left: 20px; } #mobile { display: none; align-items: center; } #close { display: none; } /* Home Page - background image in home page*/ #background { background-image: url('../img/curryflow91.jpeg'); height: 105vh; width: auto; background-size: cover; background-position: top 25% right 1; padding: 0 80px; margin: -8% auto 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #background h4 { padding-bottom: 15px; } #background h1 { color: #24fff0; } #background button { background-image: url('../img/button.jpg'); background-color: transparent; color: #088178; border: 0; padding: 14px 80px 14px 65px; background-repeat: no-repeat; cursor: pointer; font-weight: 700; font-size: 15px; } #feature { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } #feature .fe-box { width: 180px; text-align: center; padding: 25px 15px; box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03); border: 1px solid #cce7d0; border-radius: 4px; margin: 15px 0; } #feature .fe-box:hover { box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1); } #feature .fe-box img { width: 100%; margin-bottom: 10px; } #feature .fe-box lottie-player { width: auto; margin-bottom: 10px; } #feature .fe-box h6 { display: inline-block; padding: 9px 8px 6px 8px; line-height: 1; border-radius: 4px; color: #000000; background-color: #bcf8f4; } #feature .fe-box:nth-child(2) h6 { background-color: #ffd7dd; } #feature .fe-box:nth-child(3) h6 { background-color: #cdf7cd; } #feature .fe-box:nth-child(4) h6 { background-color: #bcf8f4; } #feature .fe-box:nth-child(5) h6 { background-color: #f6dbf6; } #feature .fe-box:nth-child(6) h6 { background-color: #fff2e5; } #product1 { text-align: center; } #product1 p { color: #088178; } #product1 .pro-container { display: flex; justify-content: space-between; padding-top: 20px; flex-wrap: wrap; } #product1 .pro { width: 23%; min-width: 500px; padding: 10px 12px; border: 1px solid #cce7d0; border-radius: 25px; cursor: pointer; box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); margin: 15px; transition: 0.2s ease; position: relative; } #product1 .pro:hover { box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); } #product1 .pro img { width: 100%; height: auto; border-radius: 25px; } #product1 .pro .des { text-align: start; padding: 10px 0; } #product1 .pro .des span { color: #606063; font-size: 12px; } #product1 .pro .des h5 { padding-top: 7px; color: #1a1a1a; font-size: 14px; } #product1 .pro .des i { font-size: 12px; color: rgb(243, 181, 25); } #product1 .pro .des h4 { padding-top: 7px; font-size: 15px; font-weight: 700; color: #088178; } #product1 .pro .cart { width: 40px; height: 40px; line-height: 40px; border-radius: 50px; background-color: #e8f6ea; font-weight: 500; color: #088178; border: 1px solid #cce7d0; position: absolute; bottom: 20px; right: 10px; } #banner { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background-image: url('../img/banner/b2.jpg'); width: 100%; height: 40vh; background-size: cover; background-position: center; } #banner h4 { color: white; font-size: 16px; } #banner h2 { color: white; font-size: 30px; padding: 10px 0; } #banner h2 span { color: red; } #banner button:hover { background: #088178; color: white; } #sm-banner { display: flex; justify-content: space-between; flex-wrap: wrap; } #sm-banner .banner-box { background-image: url('../img/banner/stephcurry.jpg'); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-width: 580px; height: 50vh; background-size: cover; background-position: center; } #sm-banner .banner-box2 { background-image: url('../img/banner/b10.jpg'); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-width: 580px; height: 50vh; background-size: cover; background-position: center; } #sm-banner h4 { color: white; font-size: 20px; font-weight: 600; } #sm-banner h2 { color: white; font-size: 28px; font-weight: 800; } #sm-banner span { color: #00ffff; font-size: 14px; font-weight: 700; padding: 15px; } #sm-banner .banner-box:hover button { background: #088178; border: 1px #088178; color: white; } #banner3 { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 80px; } #banner3 .banner-box { background-image: url('../img/bgcurry1.jpg'); display: flex; flex-direction: row; justify-content: center; align-items: flex-end; min-width: 30%; height: 30vh; background-size: cover; background-position: center; padding: 20px; margin-bottom: 20px; } #banner3 .banner-box2 { background-image: url('../img/banner/b7.jpg'); } #banner3 .banner-box3 { background-image: url('../img/banner/b18.jpeg'); } #banner3 h2 { color: #fff; font-weight: 900; font-size: 22px; } #banner3 h3 { color: #ec544e; font-weight: 800; font-size: 15px; } #banner3 .banner-box:hover button { background: #088178; border: 1px #088178; color: white; } #newsletter { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; background-image: url('../img/banner/b14.png'); background-repeat: no-repeat; background-position: 20% 30%; background-color: #041e42; } #newsletter h4 { font-size: 22px; font-weight: 700; color: #fff; } #newsletter p { font-size: 14px; font-weight: 600; color: #818ea0; } #newsletter p span { color: #ffbd27; } #newsletter .form { display: flex; width: 40%; } #newsletter input { height: 3.125rem; padding: 0 1.25rem; font-size: 14px; width: 100%; border: 1px solid transparent; border-radius: 4px; outline: none; border-top-right-radius: 0; border-bottom-right-radius: 0; } #newsletter button { background-color: #088178; color: #fff; white-space: nowrap; border-top-left-radius: 0; border-bottom-left-radius: 0; } /*3D MODEL*/ model-viewer { --poster-color: transparent; width: 90%; height: 800px; margin: 0 auto; } #threed .pro { padding: 10px 12px; border: 1px solid #fcfcfc; background-color: #cdd4f8; border-radius: 25px; cursor: pointer; box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); margin: 15px; transition: 0.2s ease; position: relative; } #threed .pro:hover { box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); } #threed .pro .des { text-align: center; padding: 10px 0; } #threed .pro .des span { color: #606063; font-size: 14px; } #threed .pro .des h5 { padding-top: 7px; color: #1a1a1a; font-size: 14px; } #threed .pro .des i { font-size: 12px; color: rgb(243, 181, 25); } #threed .pro .des h4 { padding-top: 7px; font-size: 15px; font-weight: 700; color: #088178; } #threed .pro .threedcart { width: 40px; height: 40px; line-height: 40px; border-radius: 50px; background-color: #e8f6ea; font-weight: 500; color: #088178; border: 1px solid #cce7d0; position: absolute; bottom: 20px; right: 15px; } /*Change footer color*/ footer { background-color: black; display: flex; flex-wrap: wrap; justify-content: space-between; } footer .col { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 20px; } footer .logo { margin-bottom: 30px; } footer h4 { margin-bottom: 30px; color: #fff; } footer p { margin-bottom: 13px; text-decoration: none; color: #fff; margin: 0 0 8px 0; } footer a { margin-bottom: 13px; text-decoration: none; color: #fff; margin-bottom: 10px; } footer .follow { margin-top: 20px; } footer .follow i { color: #b8bebc; padding-right: 4px; cursor: pointer; } footer .install .row img { border: 2px solid #00ffee; border-radius: 6px; } footer .install img { margin: 10px 0 15px 0; } footer .follow i:hover, footer a:hover { color: #088178; } footer .copyright { width: 100%; text-align: center; } /*Shop Page*/ #page-header { background-image: url('../img/banner/b1.jpg'); width: 100%; height: 40vh; background-size: cover; display: flex; justify-content: center; text-align: center; flex-direction: column; } #page-header h2 { color: white; } #page-header p { color: white; } #pagination { text-align: center; } /*create the page icons look*/ #pagination a { text-decoration: none; background-color: #088178; padding: 15px 20px; border-radius: 4px; color: white; font-weight: 600; } #pagination a i { font-size: 16px; font-weight: 600; } /*Single Product*/ #prodetails { display: flex; margin-top: 20px; } #prodetails .single-pro-image { width: 40%; margin-right: 50px; } .small-img-group { display: flex; justify-content: space-between; } .small-img-col { cursor: pointer; } #prodetails .single-pro-details { width: 50%; padding-top: 30px; } #prodetails .single-pro-details h4 { padding: 40px 0 20px 0; } #prodetails .single-pro-details h2 { font-size: 26px; } #prodetails .single-pro-details select { display: block; padding: 5px 10px; margin-bottom: 10px; } #prodetails .single-pro-details input { width: 50px; height: 47px; padding-left: 10px; font-size: 16px; margin-right: 10px; } #prodetails .single-pro-details input:focus { outline: none; } #prodetails .single-pro-details button { background-color: #088178; color: #fff; } #prodetails .single-pro-details span { line-height: 25px; } /*formatting product details*/ .description { display: table; line-height: 20px; } .row { display: table-row; } .left-side { display: table-cell; } .right-side { display: table-cell; } /* Blog Page */ #page-header.blog-header { background-image: url("../img/banner/b19.jpg"); } #blog { padding: 150px 150px 0 150px; } #blog .blog-box { display: flex; align-items: center; width: 100%; position: relative; padding-bottom: 90px; } #blog .blog-img { width: 50%; margin-right: 40px; } .blog-img { width: 100%; height: 300px; object-fit: cover; } #blog .blog-details { width: 50%; margin-right: 40px; } #blog .blog-details a { text-decoration: none; font-size: 11px; color: black; font-weight: 700; position: relative; transition: 0.3s; } #blog .blog-details a::after { content: ""; width: 50px; height: 1px; background-color: #000000; position: absolute; top: 4px; right: -60px; } #blog .blog-details a:hover { color: #088178; } #blog .blog-details a:hover::after { background-color: #088178; } #blog .blog-box h1 { position: absolute; top: -40px; left: 0; font-size: 70px; font-weight: 700; color: #c9cbce; z-index: -9; } /* About Page */ #page-header.about-header { background-image: url("../img/about/banner.png"); } #about-head { display: flex; align-items: center; } #about-head img { width: 50%; height: auto; } #about-head div { padding-left: 40px; } #about-app { text-align: center; } #about-app .video { width: 70%; height: 100%; margin: 30px auto 0 auto; } #about-app .video video { width: 100%; height: 100%; border-radius: 20px; } /* Contact Page */ #contact-details { display: flex; align-items: center; justify-content: space-between; } #contact-details .details { width: 40%; } #contact-details .details span, #form-details form span { font-size: 12px; } #contact-details .details h2, #form-details form h2 { font-size: 26px; line-height: 35px; padding: 20px 0; } #contact-details .details h3 { font-size: 16px; padding-bottom: 15px; } #contact-details .details li { list-style: none; display: flex; padding: 10px 0; } #contact-details .details li i { font-size: 14px; padding-right: 22px; } #contact-details .details li p { margin: 0; font-size: 14px; } #contact-details .map { width: 55%; height: 400px; } #contact-details .map iframe { width: 100%; height: 100%; } #form-details { display: flex; justify-content: space-between; margin: 30px; padding: 80px; border: 1px solid #e1e1e1; } #form-details form { width: 65%; display: flex; flex-direction: column; align-items: flex-start; margin-right: 50px; } #form-details form input, #form-details form textarea { width: 100%; padding: 12px 15px; outline: none; margin-bottom: 20px; border: 1px solid #e1e1e1; } #form-details form button { background-color: #088178; color: white; } #form-details .people div { padding-bottom: 25px; display: flex; align-items: flex-start; } #form-details .people div img { width: 65px; height: 65px; object-fit: cover; margin-right: 15px; } #form-details .people div p { margin: 0; font-size: 13px; line-height: 25px; } #form-details .people div p span { display: block; font-size: 16px; font-weight: 600; color: #000000; } /*Cart Page*/ #cart { overflow-x: auto; } #cart table { width: 100%; border-collapse: collapse; table-layout: fixed; white-space: nowrap; } #cart table img { width: 100px; } #cart table td:nth-child(1) { width: 100px; text-align: center; } #cart table td:nth-child(2) { width: 150px; text-align: center; } #cart table td:nth-child(3) { width: 250px; text-align: center; } #cart table td:nth-child(4), #cart table td:nth-child(5), #cart table td:nth-child(6) { width: 150px; text-align: center; } #cart table td:nth-child(5) input { width: 70px; padding: 10px 5px 10px 15px; } #cart table thead { border: 1px solid #e2e9e1; border-left: none; border-right: none; } #cart table thead td { font-weight: 700; text-transform: uppercase; font-size: 13px; padding: 18px; } #cart table tbody tr td { padding-top: 15px; } #cart table tbody td { font-size: 13px; } #cart-add { display: flex; flex-wrap: wrap; justify-content: space-between; } #coupon { width: 50%; margin-bottom: 30px; } #coupon h3, #subtotal h3 { padding-bottom: 15px; } #coupon input { padding: 10px 20px; outline: none; width: 60%; margin-right: 10px; border: 1px solid #e2e9e1; } #coupon button, #subtotal button { background-color: #088178; color: white; padding: 10px 20px; } #subtotal { width: 50%; margin-bottom: 30px; border: 1px solid #e2e9e1; padding: 30px; } #subtotal table { border-collapse: collapse; width: 100%; margin-bottom: 20px; } #subtotal table td { width: 50%; border: 1px solid #e2e9e1; padding: 10px; font-size: 13px; } /*Start Media Query*/ @media (max-width:820px) { .section-p1 { padding: 40px 40px; } /*when screen is smaller the navigation bar will change*/ #navbar { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; position: fixed; top: 0; right: -300px; height: 100vh; width: 300px; background-color: #060707; padding: 80px 0 0 10px; transition: 0.3s; } #navbar.active { right: 0px; } #navbar li { margin-bottom: 25px; } #mobile { display: flex; align-items: center; } #mobile i { color: rgb(255, 255, 255); font-size: 24px; padding-left: 20px; } #close { display: initial; position: absolute; top: 30px; left: 30px; color: white; font-size: 24px; } #lg-icons { display: none; } #background { height: 75vh; padding: 0 80px; background-position: top 30% right 110%; } #feature { justify-content: center; } #feature .fe-box { margin: 15px 15px; } #product1 .pro-container { justify-content: center; } #product1 .pro { margin: 15px; } #product1 .pro { width: 23%; min-width: 300px; padding: 10px 12px; border: 1px solid #cce7d0; border-radius: 25px; cursor: pointer; box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); margin: 15px; transition: 0.2s ease; position: relative; } #product1 .pro img { width: 100%; height: 55%; border-radius: 25px; } model-viewer { width: 90%; height: 500px; } #banner { height: 20vh; } #sm-banner .banner-box { min-width: 100%; height: 45vh; } #banner3 { padding: 0 40px; } #banner3 .banner-box { width: 28%; } #newsletter .form { width: 70%; } /* Blog Page */ #blog { padding: 120px 50px 0 50px; } #blog .blog-box { display: flex; flex-direction: column; align-items: flex-start; } #blog .blog-img { width: 100%; margin-right: 0; margin-bottom: 10px; } #blog .blog-details { width: 100%; } /* Contact Page */ #form-details { padding: 40px; } #form-details form { width: 50%; } } /*for mobile*/ /* Media Query for Mobile Devices */ @media (max-width: 480px) { .section-p1 { padding: 20px; } #header { padding: 10px 30px; } #background { padding: 0 20px; background-position: 55%; } #background h4 { color: rgb(184, 0, 240); } #background h2 { color: #12cfcf; font-size: 32px; } #background h1 { color: #00ff00; font-size: 38px; } #background p { color: #ffe608; font-weight: 600; } #background button { color: #54fdf2; } #feature { justify-content: space-between; } #feature .fe-box { width: 155px; margin: 0 0 15px 0; } #product1. .pro { width: 100%; } model-viewer { width: 90%; height: 500px; } #banner { height: 40vh; } #sm-banner .banner-box { height: 40vh; } #sm-banner .banner-box2 { margin-top: 20px; } #banner3 { padding: 0 20px; } #banner3 .banner-box { width: 100%; } #newsletter { padding: 40px 20px; } #newsletter .form { width: 100%; } footer .copyright { text-align: start; } /* Single Product */ #prodetails { display: flex; flex-direction: column; } #prodetails .single-pro-image { width: 100%; margin-right: 0px; } #prodetails .single-pro-details { width: 100%; } /* Blog Page */ #blog { padding: 100px 20px 0 20px; } #blog .blog-box { display: flex; flex-direction: column; align-items: flex-start; } #blog .blog-img { width: 100%; margin-right: 0; margin-bottom: 30px; } #blog .blog-details { width: 100%; } /* About Page */ #about-head { flex-direction: column; } #about-head img { width: 100%; margin-bottom: 20px; } #about-head div { padding-left: 0px; } #about-app .video { width: 100%; } /* Contact Page */ #contact-details { flex-direction: column; } #contact-details .details { width: 100%; margin-bottom: 30px; } #contact-details .map { width: 100%; } #form-details { margin: 10px; padding: 30px 10px; flex-wrap: wrap; } #form-details form { width: 100%; margin-bottom: 30px; } /* Cart Page */ #cart-add { flex-direction: column; } #coupon { width: 100%; } #subtotal { width: 100%; } }
0.326916
0.0559
html, body { margin: 0; padding: 0; color: #222; background: #fff; } body { font-family: 'Arbutus Slab', Georgia, serif; font-size: 1em; text-align: center; } .document { text-align: left; margin: 0 auto; width: 700px; background: url('../images/header-left.png') 90px -70px no-repeat; } a { color: #366993; } a:hover, a:focus { text-decoration: none; } strong { color: #366993; } h1, h2, .lead { text-align: center; } h1 { font-size: 4em; margin: 0.2em 0 0.5em 0; } h2 { font-size: 2em; margin: 1.2em 0 0.8em 0; position: relative; z-index: 2000; } ul, li { padding: 0; margin: 0; list-style-type: none; } ul.list, ul.list li { line-height: 1.8em; } ul.list li { margin-left: 2em; position: relative; } ul.list li:before { content: '•'; font-size: 1.3em; font-weight: bold; vertical-align: middle; position: absolute; left: -1em; top: 0; color: #ffd33a; } .lead { font-size: 1.4em; margin: 1em 0 2em 0; } .note { color: #666; } .lead.note { font-size: inherit; margin: 0 0 4em 0; } p.note { text-align: center; } .note a { color: #666; } h2 .note { font-size: 0.4em; } .map { background: url('../images/map.png') center no-repeat; height: 400px; position: relative; margin: 10px 0 80px 0; } .map li { display: block; background: #fff; background: rgba(255, 255, 255, 0.7); border: 1px #366993 dotted; padding: 0.2em 1em 0.3em 1em; position: absolute; line-height: 1.8em; } .map h3, .map p { margin: 0.3em 0 0.1em 0; } .map p a { color: #666; } .map .date { display: block; font-size: 2em; font-weight: bold; } .map .venue { display: block; color: #222; } .map .sep { display: none; } .map .in-past { color: #999; } .map .in-past .venue { color: #666; } .map .now { color: #366993; box-shadow: #ffd33a 0px 0px 4px, #ffd33a 0px 0px 4px; } /* whole area: 700x400px */ .prague { right: 430px; bottom: 260px; } .brno { right: 310px; top: 208px; } .bratislava { left: 405px; top: 280px; } .plzen { right: 510px; top: 160px; } .ostrava { left: 455px; bottom: 233px; } .map li:after { content: ' '; display: block; background: #ffd33a; width: 20px; height: 20px; overflow: hidden; position: absolute; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .prague:after { right: 12px; bottom: -10px; } .brno:after { right: 2px; top: -10px; } .bratislava:after { left: -11px; top: 25px; } .plzen:after { right: -10px; top: 10px; } .ostrava:after { left: 10px; bottom: -10px; } .icons { text-align: center; margin: 2em 0 3em 0; } .icons li { display: inline-block; vertical-align: top; line-height: 1em; margin: 0 1em 1em 0; /* For IE 7 */ zoom: 1; *display: inline; } .icons a { background-position: center top; background-repeat: no-repeat; display: block; width: 100px; padding-top: 55px; } .icons .email a { background-image: url('../images/icon-email.png'); } .icons .facebook a { background-image: url('../images/icon-facebook.png'); } .icons .twitter a { background-image: url('../images/icon-twitter.png'); } .icons .vimeo a { background-image: url('../images/icon-youtube.png'); } .icons .irc a { background-image: url('../images/icon-irc.png'); } .pyvec { margin: 0; margin-left: 2em; width: 230px; float: right; text-align: right; font-size: 0.9em; position: relative; z-index: 1000; } .pyvec a { color: #666; } .pyvec img { display: block; margin-left: auto; } .sources { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; } .sources h3 { margin: 1em 0 0.3em 0; } .sources .coding { padding-top: 120px; background: url('../images/coding.png') center 5px no-repeat; } .sources .reading { padding-top: 140px; background: url('../images/reading.png') center top no-repeat; } .companies ul { text-align: center; } .companies li { font-size: 1.3em; display: inline; margin: 0 0.5em; } .footer, .footer a { color: #888; } .footer { margin-top: 6em; padding-bottom: 4em; padding-right: 160px; background: url('../images/footer.png') right 1em no-repeat; } .footer p, .footer h2 { margin: 0 0 0.5em 0; text-align: left; } dl { margin: 1em 0 2em 0; } dt { font-weight: bold; } dd { margin: 0 0 1em 1em; color: #666; } @media screen and (max-width: 720px) { .document { width: auto; padding: 0 1em; } .document, h1 { background: none; } .map { background: none; margin: 0; height: auto; } .map li { position: static; width: 15em; margin: 1em auto; } .map li:after { content: none; } .sources { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; } .pyvec { width: auto; float: none; text-align: center; margin: 1em 0 3em 0; } .pyvec img { display: block; margin: 0 auto; } .footer { padding-right: 0; background: none; } } @media screen and (max-width: 400px) { body { font-size: 0.8em; } h1 img { width: 200px; height: 200px; } } @media screen and (max-width: 250px) { body { font-size: 0.7em; } h1 img { width: 150px; height: 150px; } }
css/main.css
html, body { margin: 0; padding: 0; color: #222; background: #fff; } body { font-family: 'Arbutus Slab', Georgia, serif; font-size: 1em; text-align: center; } .document { text-align: left; margin: 0 auto; width: 700px; background: url('../images/header-left.png') 90px -70px no-repeat; } a { color: #366993; } a:hover, a:focus { text-decoration: none; } strong { color: #366993; } h1, h2, .lead { text-align: center; } h1 { font-size: 4em; margin: 0.2em 0 0.5em 0; } h2 { font-size: 2em; margin: 1.2em 0 0.8em 0; position: relative; z-index: 2000; } ul, li { padding: 0; margin: 0; list-style-type: none; } ul.list, ul.list li { line-height: 1.8em; } ul.list li { margin-left: 2em; position: relative; } ul.list li:before { content: '•'; font-size: 1.3em; font-weight: bold; vertical-align: middle; position: absolute; left: -1em; top: 0; color: #ffd33a; } .lead { font-size: 1.4em; margin: 1em 0 2em 0; } .note { color: #666; } .lead.note { font-size: inherit; margin: 0 0 4em 0; } p.note { text-align: center; } .note a { color: #666; } h2 .note { font-size: 0.4em; } .map { background: url('../images/map.png') center no-repeat; height: 400px; position: relative; margin: 10px 0 80px 0; } .map li { display: block; background: #fff; background: rgba(255, 255, 255, 0.7); border: 1px #366993 dotted; padding: 0.2em 1em 0.3em 1em; position: absolute; line-height: 1.8em; } .map h3, .map p { margin: 0.3em 0 0.1em 0; } .map p a { color: #666; } .map .date { display: block; font-size: 2em; font-weight: bold; } .map .venue { display: block; color: #222; } .map .sep { display: none; } .map .in-past { color: #999; } .map .in-past .venue { color: #666; } .map .now { color: #366993; box-shadow: #ffd33a 0px 0px 4px, #ffd33a 0px 0px 4px; } /* whole area: 700x400px */ .prague { right: 430px; bottom: 260px; } .brno { right: 310px; top: 208px; } .bratislava { left: 405px; top: 280px; } .plzen { right: 510px; top: 160px; } .ostrava { left: 455px; bottom: 233px; } .map li:after { content: ' '; display: block; background: #ffd33a; width: 20px; height: 20px; overflow: hidden; position: absolute; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .prague:after { right: 12px; bottom: -10px; } .brno:after { right: 2px; top: -10px; } .bratislava:after { left: -11px; top: 25px; } .plzen:after { right: -10px; top: 10px; } .ostrava:after { left: 10px; bottom: -10px; } .icons { text-align: center; margin: 2em 0 3em 0; } .icons li { display: inline-block; vertical-align: top; line-height: 1em; margin: 0 1em 1em 0; /* For IE 7 */ zoom: 1; *display: inline; } .icons a { background-position: center top; background-repeat: no-repeat; display: block; width: 100px; padding-top: 55px; } .icons .email a { background-image: url('../images/icon-email.png'); } .icons .facebook a { background-image: url('../images/icon-facebook.png'); } .icons .twitter a { background-image: url('../images/icon-twitter.png'); } .icons .vimeo a { background-image: url('../images/icon-youtube.png'); } .icons .irc a { background-image: url('../images/icon-irc.png'); } .pyvec { margin: 0; margin-left: 2em; width: 230px; float: right; text-align: right; font-size: 0.9em; position: relative; z-index: 1000; } .pyvec a { color: #666; } .pyvec img { display: block; margin-left: auto; } .sources { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; } .sources h3 { margin: 1em 0 0.3em 0; } .sources .coding { padding-top: 120px; background: url('../images/coding.png') center 5px no-repeat; } .sources .reading { padding-top: 140px; background: url('../images/reading.png') center top no-repeat; } .companies ul { text-align: center; } .companies li { font-size: 1.3em; display: inline; margin: 0 0.5em; } .footer, .footer a { color: #888; } .footer { margin-top: 6em; padding-bottom: 4em; padding-right: 160px; background: url('../images/footer.png') right 1em no-repeat; } .footer p, .footer h2 { margin: 0 0 0.5em 0; text-align: left; } dl { margin: 1em 0 2em 0; } dt { font-weight: bold; } dd { margin: 0 0 1em 1em; color: #666; } @media screen and (max-width: 720px) { .document { width: auto; padding: 0 1em; } .document, h1 { background: none; } .map { background: none; margin: 0; height: auto; } .map li { position: static; width: 15em; margin: 1em auto; } .map li:after { content: none; } .sources { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; } .pyvec { width: auto; float: none; text-align: center; margin: 1em 0 3em 0; } .pyvec img { display: block; margin: 0 auto; } .footer { padding-right: 0; background: none; } } @media screen and (max-width: 400px) { body { font-size: 0.8em; } h1 img { width: 200px; height: 200px; } } @media screen and (max-width: 250px) { body { font-size: 0.7em; } h1 img { width: 150px; height: 150px; } }
0.506103
0.16043
*{ margin: 0; padding: 0; } body { font-family: sans-serif; background: #686868; } header { width: 100%; height: 85px; min-width: 245px; background: #800026; padding: 15px 20px 15px 20px; top: 20; } a{ text-decoration: none; font-weight: normal; color: #CC4E63; cursor: pointer; } p { font-weight: none; font-family: weebly, 'arial'; } area{ cursor: pointer; } a:hover{ color: #8C7D7D; } .leaflet-control.enabled a { background-color: yellow; } .infohover:hover { opacity: 0.5; cursor: pointer; } #factorbutton { padding: 3px; background-color: #800026; text-align: center; /* border-radius: 8px; */ margin-bottom: 3px; margin-left: 2px; width:85%; /* or whatever width you want. */ display: inline-block; } #factorbutton:hover{ background-color: #CC4E63; cursor: pointer; } #container { width: 100%; height: 100%; padding-top: 0px; margin: 0 auto; position: fixed; } #map { height: 100%; width: 55%; min-width: 55%; position: relative; padding: 15px; float: right; margin-top: 0px; } #panels{ width: 45%; font-size: 9pt; position: fixed; min-width: 500px; font-family: Weebly; height: 100%; } #infoPanel2{ float: left; width: 40%; background: #4d4d4d; height: 100%; padding: 10px 20px 10px 10px; } #infoPanel1{ float: left; margin-left: 25px; background: #4d4d4d; height: 100%; width: 35%; padding: 10px 10px 10px 35px; } #hiddenPanel{ float: left; background: #686868 ; height: 100%; width: 45%; padding: 10px 15px 10px 15px; } .scorePanel{ height: 100px; position: fixed; padding-left: 10px; } .buttonsPanel{ margin-top: 170px; padding-left: 15px; } .textPanel { height: 470px; width: 93%; min-width: 0px; display:block; text-align: justify; padding: 10px 10px 10px 10px; background: #777; overflow-x: auto; overflow-y: auto; } .lightbox { width: 600px; font-size: 9pt; text-align: justify; } #loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../images/loader.GIF) 50% 50% no-repeat #686868; } #scoretitle{ font-size: 12pt; text-align: center; line-height: 110%; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } #scoreBoard { width:95px; position:relative; height:90px; background: #ABABAB; padding: 5px 5px 5px 5px; margin-top: -10px; margin-left: 120px;" } #score{ font-size: 30pt; line-height: 120%; text-align: center; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } #slider{ width: 100px; position: fixed; font-family: Weebly; margin:70px 20px 0 5px; color: #000; } #ramp{ width: 100px; font-family: Weebly; position: fixed; margin: 10px 20px 0 5px; color: #000; } h1{ font-size: 32pt; text-align: left; color: #000; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } h2{ font-size: 20pt; text-align: left; margin-top: -10px; font-weight: normal; color: #000; font-family: Bebas, 'arial', sans-serif; } h3{ font-size: 18pt; text-align: left; margin-bottom: 3px; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } h4{ font-size: 12pt; text-align: left; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } @font-face { font-family: LiberationSans; src: url('../fonts/LiberationSans-Regular.ttf'); } @font-face { font-family: VanLose; src: url('../fonts/Vanlose_SimpleType.otf'); } @font-face { font-family: Roboto; src: url('../fonts/Roboto-Light.ttf'); } @font-face { font-family: Weebly; src: url('../fonts/weblysleekuisl.ttf'); } @font-face { font-family: Winter; src: url('../fonts/WinterthurCondensed.ttf'); } @font-face { font-family: Eurocaps; src: url('../fonts/EUROCAPS.ttf'); } @font-face { font-family: Bebas; src: url('../fonts/BebasNeue.otf'); } @font-face { font-family: Probert; src: url('../fonts/Probert.otf'); } @font-face { font-family: Neuropolitical; src: url('../fonts/neuropolitical rg.ttf'); }
interactive/redmond/css/style.css
*{ margin: 0; padding: 0; } body { font-family: sans-serif; background: #686868; } header { width: 100%; height: 85px; min-width: 245px; background: #800026; padding: 15px 20px 15px 20px; top: 20; } a{ text-decoration: none; font-weight: normal; color: #CC4E63; cursor: pointer; } p { font-weight: none; font-family: weebly, 'arial'; } area{ cursor: pointer; } a:hover{ color: #8C7D7D; } .leaflet-control.enabled a { background-color: yellow; } .infohover:hover { opacity: 0.5; cursor: pointer; } #factorbutton { padding: 3px; background-color: #800026; text-align: center; /* border-radius: 8px; */ margin-bottom: 3px; margin-left: 2px; width:85%; /* or whatever width you want. */ display: inline-block; } #factorbutton:hover{ background-color: #CC4E63; cursor: pointer; } #container { width: 100%; height: 100%; padding-top: 0px; margin: 0 auto; position: fixed; } #map { height: 100%; width: 55%; min-width: 55%; position: relative; padding: 15px; float: right; margin-top: 0px; } #panels{ width: 45%; font-size: 9pt; position: fixed; min-width: 500px; font-family: Weebly; height: 100%; } #infoPanel2{ float: left; width: 40%; background: #4d4d4d; height: 100%; padding: 10px 20px 10px 10px; } #infoPanel1{ float: left; margin-left: 25px; background: #4d4d4d; height: 100%; width: 35%; padding: 10px 10px 10px 35px; } #hiddenPanel{ float: left; background: #686868 ; height: 100%; width: 45%; padding: 10px 15px 10px 15px; } .scorePanel{ height: 100px; position: fixed; padding-left: 10px; } .buttonsPanel{ margin-top: 170px; padding-left: 15px; } .textPanel { height: 470px; width: 93%; min-width: 0px; display:block; text-align: justify; padding: 10px 10px 10px 10px; background: #777; overflow-x: auto; overflow-y: auto; } .lightbox { width: 600px; font-size: 9pt; text-align: justify; } #loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../images/loader.GIF) 50% 50% no-repeat #686868; } #scoretitle{ font-size: 12pt; text-align: center; line-height: 110%; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } #scoreBoard { width:95px; position:relative; height:90px; background: #ABABAB; padding: 5px 5px 5px 5px; margin-top: -10px; margin-left: 120px;" } #score{ font-size: 30pt; line-height: 120%; text-align: center; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } #slider{ width: 100px; position: fixed; font-family: Weebly; margin:70px 20px 0 5px; color: #000; } #ramp{ width: 100px; font-family: Weebly; position: fixed; margin: 10px 20px 0 5px; color: #000; } h1{ font-size: 32pt; text-align: left; color: #000; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } h2{ font-size: 20pt; text-align: left; margin-top: -10px; font-weight: normal; color: #000; font-family: Bebas, 'arial', sans-serif; } h3{ font-size: 18pt; text-align: left; margin-bottom: 3px; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } h4{ font-size: 12pt; text-align: left; font-weight: normal; font-family: Bebas, 'arial', sans-serif; } @font-face { font-family: LiberationSans; src: url('../fonts/LiberationSans-Regular.ttf'); } @font-face { font-family: VanLose; src: url('../fonts/Vanlose_SimpleType.otf'); } @font-face { font-family: Roboto; src: url('../fonts/Roboto-Light.ttf'); } @font-face { font-family: Weebly; src: url('../fonts/weblysleekuisl.ttf'); } @font-face { font-family: Winter; src: url('../fonts/WinterthurCondensed.ttf'); } @font-face { font-family: Eurocaps; src: url('../fonts/EUROCAPS.ttf'); } @font-face { font-family: Bebas; src: url('../fonts/BebasNeue.otf'); } @font-face { font-family: Probert; src: url('../fonts/Probert.otf'); } @font-face { font-family: Neuropolitical; src: url('../fonts/neuropolitical rg.ttf'); }
0.2414
0.057785
@charset "UTF-8"; /*------------------------------------* $CONTENTS *------------------------------------*/ /** * BASE * - MAIN * - NORMALIZE * - LAYOUTS * - COMPONENTS * - TYPOGRAPHY * - FORMS * * COMPONENTS * - TOP BAR * - HEADER * - NAVIGATIONS * - LINKS EFFECT * - MEGA MENU * - SEARCH ICON * - DROP DOWN MOBILE * - FULL SCREEN MOBILE * - PAGE HEADER * - BLOG * - SIDEBAR * - CUSTOM SELECTS * - PAGINATION * - COMMENT * - SEARCH * - FOOTER * - 404 PAGE * * PLUGINS * - GENERAL * - MAGNIFIC POPUP * - SIDR * - SLICK * * RESPONSIVE */ /*------------------------------------* $MAIN *------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html { font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } blockquote, q { quotes: none; } a:focus { outline: none; } a:hover, a:active { outline: 0; } a img { border: 0; } img { max-width: 100%; height: auto; } select { max-width: 100%; } em { font-style: italic; } * html { font-size: 87.5%; } html { -ms-overflow-x: hidden; overflow-x: hidden; } body { font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.8; color: #929292; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-wrap: break-word; word-wrap: break-word; } body { background-color: #fff; } .mejs-container { margin-bottom: 20px; } /** * Grid > Main Classes. */ body .oceanwp-row { margin: 0 -10px; } body .oceanwp-row .col { float: left; margin: 0 0 20px; padding: 0 10px; } body .oceanwp-row .span_1_of_1 { float: none; width: 100%; } body .oceanwp-row .span_1_of_2 { width: 50%; } body .oceanwp-row .span_1_of_3 { width: 33.33%; } body .oceanwp-row .span_1_of_4 { width: 25%; } body .oceanwp-row .span_1_of_5 { width: 20%; } body .oceanwp-row .span_1_of_6 { width: 16.66666667%; } body .oceanwp-row .span_1_of_7 { width: 14.28%; } body .oceanwp-row .span_1_of_8 { width: 12.5%; } body .oceanwp-row .span_1_of_9 { width: 11.11%; } body .oceanwp-row .span_1_of_10 { width: 10%; } /** * Grid > Clear Floats. */ .count-1, .col-1, .col.first { clear: both; margin-left: 0; } .isotope-entry { clear: none; } /** * No margin or padding class. */ .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } /** * Responsive Videos. */ .responsive-video-wrap iframe, .responsive-video-wrap object, .responsive-video-wrap embed, .responsive-audio-wrap iframe, .responsive-audio-wrap object, .responsive-audio-wrap embed { display: block; } .wp-video-shortcode { max-width: 100% !important; } .responsive-video-wrap p { margin: 0; } /** * Search form shortcode */ form.oceanwp-searchform { display: inline-block; position: relative; height: 35px; } form.oceanwp-searchform input { margin: 0; padding: 0 40px 0 15px; height: 100%; min-height: 100%; } form.oceanwp-searchform button { display: block; position: absolute; top: 50%; right: 0; min-width: 40px; height: 60%; height: 100%; font-size: 12px; font-weight: 600; background-color: transparent !important; margin: 0; padding: 0; border: 0; text-align: center; line-height: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } /** * Language Switches. */ .polylang-switcher-shortcode li { float: left; margin-right: 5px; } .polylang-switcher-shortcode.flags-and-names li { margin-right: 15px; } .polylang-switcher-shortcode li:last-child { margin-right: 0; } /** * Selection Color. */ ::-moz-selection { color: #fff; background: #333; text-shadow: none; } ::selection { color: #fff; background: #333; text-shadow: none; } ::-moz-selection { color: #fff; background: #333; text-shadow: none; } /*------------------------------------* Tablet Portrait *------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 959px) { /* turn 4 column masonry grids into 2 columns */ body .oceanwp-row .span_1_of_4.col-3.col, body .oceanwp-row .span_1_of_4.col.product:nth-child(2n+3) { margin-left: 0; clear: both; } body .oceanwp-row .span_1_of_4.col, body .oceanwp-isotope-grid .span_1_of_4.col { width: 50%; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .col { width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 30px; } } /*------------------------------------* $NORMALIZE *------------------------------------*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: 600; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address differences between Firefox and other browsers. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*------------------------------------* $LAYOUTS *------------------------------------*/ .container { width: 1200px; max-width: 90%; margin: 0 auto; } #wrap { position: relative; } #main { position: relative; background-color: #CCD4D3; } #main #content-wrap { padding-top: 50px; padding-bottom: 50px; } .no-margins #main #content-wrap, .no-margins.separate-layout #main #content-wrap, .landing-page #main #content-wrap { padding-top: 0; padding-bottom: 0; } .content-area { float: left; position: relative; width: 72%; padding-right: 30px; border-right-width: 1px; border-style: solid; border-color: #f1f1f1; } .widget-area { width: 28%; } .widget-area.sidebar-primary { float: right; padding-left: 30px; } .widget-area.sidebar-secondary { float: left; } .content-full-width .content-area, body.content-full-screen #content-wrap { width: 100% !important; max-width: none !important; padding: 0 !important; border: 0 !important; } .content-full-screen .content-area { float: none; width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; border: 0 !important; } .content-left-sidebar .content-area { float: right; padding-left: 30px; padding-right: 0; border-left-width: 1px; border-right-width: 0; } .content-left-sidebar .widget-area { float: left; padding-right: 30px; padding-left: 0; } .content-both-sidebars .content-area { width: 44%; } .content-both-sidebars.scs-style .content-area { left: 28%; padding-left: 30px; border-left-width: 1px; } .content-both-sidebars.scs-style .widget-area.sidebar-secondary { position: relative; left: -44%; padding-right: 30px; } .content-both-sidebars.ssc-style .content-area { left: 56%; padding-left: 30px; padding-right: 0; border-left-width: 1px; border-right-width: 0; } .content-both-sidebars.ssc-style .widget-area { position: relative; left: -44%; padding-right: 30px; } .content-both-sidebars.ssc-style .widget-area.sidebar-primary { padding-left: 0; } .content-both-sidebars.css-style .widget-area.sidebar-secondary { padding-left: 30px; } /* Boxed Layout */ .boxed-layout { background-color: #e9e9e9; } .boxed-layout #wrap { width: 1280px; max-width: 100%; margin: 0 auto; background-color: #fff; } .boxed-layout.wrap-boxshadow #wrap { -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .boxed-layout #wrap .container { width: auto; max-width: none; padding-left: 30px; padding-right: 30px; } .boxed-layout.content-full-screen #content-wrap { padding-left: 0 !important; padding-right: 0 !important; } .boxed-layout #footer-widgets { margin: 0; } /* Boxed Layout > Move absolute items */ .boxed-layout .site-breadcrumbs { right: 30px; } /* Separate Layout */ .separate-layout { background-color: #f1f1f1; } .separate-layout .content-area, .separate-layout .widget-area .sidebar-box { background-color: #fff; padding: 30px; } .separate-layout.content-left-sidebar .content-area { padding: 30px; } .separate-layout.content-full-width .content-area { padding: 30px !important; } .separate-layout .content-area { border-right-width: 0; } .separate-layout.content-left-sidebar .content-area { border-left-width: 0; } .separate-layout .widget-area.sidebar-primary { padding-left: 20px; } .separate-layout .widget-area.sidebar-secondary { padding-right: 20px; } .separate-layout.content-left-sidebar .widget-area { padding-right: 20px; padding-left: 0; } .separate-layout #main #content-wrap { padding-top: 20px; padding-bottom: 20px; } .separate-layout .sidebar-box { margin-bottom: 20px; } .separate-layout .sidebar-box:last-child { margin-bottom: 0; } .separate-layout.content-both-sidebars.scs-style .content-area { border-left-width: 0; } .separate-layout.content-both-sidebars.scs-style .widget-area.sidebar-secondary { padding-right: 20px; } .separate-layout.content-both-sidebars.ssc-style .content-area { padding-right: 30px; border-left-width: 0; } .separate-layout.content-both-sidebars.ssc-style .widget-area { padding-right: 20px; } .separate-layout.content-both-sidebars.css-style .widget-area.sidebar-secondary { padding-left: 20px; padding-right: 0; } body.separate-blog.separate-layout .content-area { padding: 0 !important; /* using !important to override customizer setting */ background-color: transparent; } body.separate-blog.separate-layout #blog-entries > * { background-color: #fff; padding: 30px; border: 0; margin-bottom: 20px; } body.separate-blog.separate-layout #blog-entries > :last-child { margin-bottom: 0; } body.separate-blog.separate-layout .oceanwp-pagination, body.separate-blog.separate-layout .page-jump, body.separate-blog.separate-layout .scroller-status { background-color: #fff; padding: 30px; margin-top: 20px; } body.separate-blog.separate-layout .oceanwp-pagination ul.page-numbers, body.separate-blog.separate-layout .page-jump ul.page-numbers, body.separate-blog.separate-layout .scroller-status ul.page-numbers { padding: 0; } body.separate-blog.separate-layout .oceanwp-row { margin: 0; margin-right: -20px; } body.separate-blog.separate-layout #blog-entries.blog-grid > * { background-color: transparent; padding: 0 20px 0 0; } body.separate-blog.separate-layout #blog-entries.blog-grid > :last-child { margin-bottom: 20px; } body.separate-blog.separate-layout.has-blog-grid .oceanwp-pagination { margin-top: 0; } body.separate-blog.separate-layout .blog-entry.grid-entry .blog-entry-inner { background-color: #fff; padding: 30px; border: 0; } body.separate-blog.separate-layout .blog-entry.grid-entry .thumbnail { margin: 0; } /*------------------------------------* All Devices under 1280px *------------------------------------*/ @media only screen and (max-width: 1280px) { /* Both sidebars layout */ .content-both-sidebars .content-area { float: none !important; width: 100% !important; left: auto !important; border-width: 0 !important; } .content-both-sidebars:not(.separate-layout) .content-area { padding: 0 !important; margin-bottom: 40px; } .content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary { float: left; width: 49% !important; left: auto !important; padding: 0 !important; } .content-both-sidebars .widget-area.sidebar-primary { float: right; } .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary { width: 48% !important; } /* Separate layout */ .separate-layout.content-both-sidebars .content-area { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { width: 49% !important; } .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary { padding-left: 0; } } /*------------------------------------* All Devices under 1080px *------------------------------------*/ @media only screen and (max-width: 1080px) { /* Both sidebars layout */ .content-both-sidebars .content-area { float: none !important; width: 100% !important; left: auto !important; border-width: 0 !important; } .content-both-sidebars:not(.separate-layout) .content-area { padding: 0 !important; margin-bottom: 40px; } .content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary { float: left; width: 49% !important; left: auto !important; padding: 0 !important; } .content-both-sidebars .widget-area.sidebar-primary { float: right; } .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary { width: 48% !important; } /* Separate layout */ .separate-layout.content-both-sidebars .content-area { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { width: 49% !important; } .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary { padding-left: 0; } } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* boxed */ .boxed-layout #wrap { overflow: hidden; } .boxed-layout .site-breadcrumbs { right: auto; } /* container */ .container, body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container { max-width: 90%; } /* full width content and sidebar */ .content-area, .content-left-sidebar .content-area { float: none !important; width: 100%; margin-bottom: 40px; border: 0; } body.sidebar-content .content-area { margin-bottom: 0; } body:not(.separate-layout) .content-area, .content-left-sidebar:not(.separate-layout) .content-area { padding: 0 !important; } .no-margins .content-area, .no-margins.content-left-sidebar .content-area { margin-bottom: 0; } .widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area { float: none !important; width: 100%; padding: 0 !important; border: 0; } body.has-composer.has-sidebar #primary { margin-bottom: 40px; } #main #content-wrap.container { width: auto !important; } /* Both sidebars layout */ .content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary { float: none !important; width: 100% !important; } .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary { width: 100% !important; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { width: 100% !important; } /* Separate layout */ .separate-layout .container, .separate-layout.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container { max-width: 95%; } .separate-layout .content-area, .separate-layout.content-left-sidebar .content-area { margin-bottom: 20px; } .separate-layout .widget-area { padding-left: 0 !important; padding-right: 0 !important; } body.separate-blog.separate-layout .oceanwp-row { margin: 0 !important; } body.separate-blog.separate-layout #blog-entries.blog-grid > * { padding: 0 !important; } } /*------------------------------------* Tablet Portrait *------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 959px) { /* main */ body.boxed-layout #wrap, body.boxed-layout .parallax-footer { width: auto !important; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { /* grid & main */ #wrap { width: 100% !important; } body.boxed-layout #wrap { width: auto !important; } .boxed-layout #top-bar-social.top-bar-right { right: auto; } .boxed-layout #top-bar-social.top-bar-left { left: auto; } .col:not(.slick-slide), .blog-entry { width: 100% !important; margin-bottom: 25px; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* boxed */ .boxed-layout #wrap .container { padding-left: 20px; padding-right: 20px; } } /*------------------------------------* $COMPONENTS *------------------------------------*/ figure > img { display: block; margin: 0 auto; } img { max-width: 100%; height: auto; vertical-align: middle; } img[class*="align"], img[class*="attachment-"] { height: auto; } .wp-caption { max-width: 100%; margin-bottom: 24px; } .wp-caption img[class*="wp-image-"] { display: block; margin-bottom: 5px; } .wp-caption-text { font-size: 14px; font-style: italic; color: #999; } .wp-smiley { margin-top: 0; margin-bottom: 0; padding: 0; border: 0; } embed, iframe, object { width: 100%; max-width: 100%; } .alignleft { float: left; margin-right: 1.5em; } .alignright { float: right; margin-left: 1.5em; } .aligncenter { text-align: center; clear: both; } img.aligncenter, .wp-caption.aligncenter { display: block; margin: 0 auto; } .alignnone { display: block; } table { width: 100%; margin-bottom: 2.618em; } table th, table td { padding: 10px; text-align: left; vertical-align: top; border-bottom: 1px solid #e9e9e9; } table th { text-transform: uppercase; } table tr th:first-child, table tr td:first-child { padding-left: 0; } table tr th:last-child, table tr td:last-child { padding-right: 0; } .sticky, .bypostauthor { font-size: inherit; } .col:after, .clr:after, .group:after, dl:after, .left_float:after, .right_float:after { content: ''; display: block; visibility: hidden; clear: both; zoom: 1; height: 0; } .left_float { float: left; width: 48%; } .right_float { float: right; width: 48%; } .no_float { clear: both; } .left_float label, .right_float label, .no_float label { font-size: 13px; font-weight: 600; color: #333; } .full { display: block; width: 100%; } /** * Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /** * Gallery * Taken from Twenty Seventeen theme. */ .gallery-item { display: inline-block; text-align: left; vertical-align: top; margin: 0 0 1.5em; width: 50%; } .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-item a, .gallery-item a:hover, .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; vertical-align: top; } .gallery-item a img { display: block; } .gallery-caption { background-color: #f5f5f5; color: #333; font-size: 14px; font-weight: 400; line-height: 1.3; padding: 8px 10px; } .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } @media screen and (min-width: 30em) { .gallery-item { max-width: 25%; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } } @media screen and (min-width: 48em) { .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } } /*------------------------------------* $TYPOGRAPHY *------------------------------------*/ /** * Set link colors. */ a { color: #333; } a:hover { color: #13aff0; } a.light { color: #fff; } a.light:hover { color: #13aff0; } a, a:hover, a:focus { text-decoration: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /** * Headings. */ h1, h2, h3, h4, h5, h6 { font-weight: 600; margin: 0 0 20px; color: #333; line-height: 1.4; } h1 { font-size: 23px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: 17px; } h5 { font-size: 15px; } h6 { font-size: 14px; } .theme-heading { font-size: 14px; letter-spacing: 1.3px; margin: 0 0 20px; text-transform: uppercase; } .theme-heading .text::before { content: '\f105'; font-family: 'FontAwesome'; font-size: 18px; font-weight: 600; color: #13aff0; padding-right: 6px; } /** * Text elements. */ p { margin: 0 0 20px; } abbr[title], dfn[title] { cursor: help; } del { vertical-align: baseline; text-decoration: line-through; color: #aaa; } code, kbd, pre, samp { font-size: 16px; } pre { margin: 20px 0; padding: 20px; color: #2080ad; background-color: #fafafa; } code { color: #2080ad; } blockquote { font-style: italic; margin: 20px 40px; padding-left: 20px; border-left-width: 3px; border-style: solid; border-color: #13aff0; } blockquote cite { position: relative; display: block; padding: 10px 0 0 20px; color: #555; } blockquote cite:before { position: absolute; left: 0; content: "\2014"; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin: 0 0 20px; } ul, ol { margin: 15px 0 15px 20px; } ol { list-style-type: decimal; } ol ol { list-style: upper-alpha; } ol ol ol { list-style: lower-roman; } ol ol ol ol { list-style: lower-alpha; } li ul, li ol { margin: 0 0 0 25px; } dl { margin: 20px; } dt { font-weight: 700; } dd { margin-bottom: 20px; } hr { clear: both; height: 1px; min-height: 0; margin: 20px 0; border-top: 1px solid #e9e9e9; border-right: 0; border-bottom: 0; border-left: 0; } hr.dotted { border-style: dotted; } hr.dashed { border-style: dashed; } hr.blackborder { border-color: #000; } hr.whiteborder { border-color: #fff; } /** * Print styles. */ @media print { * { background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: .5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { blockquote { margin: 20px 0; } } /*------------------------------------* $FORMS *------------------------------------*/ form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea { display: inline-block; min-height: 40px; width: 100%; font-size: 14px; line-height: 1.8; padding: 6px 12px; vertical-align: middle; background-color: transparent; color: #333; border: 1px solid #ddd; border-radius: 3px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } form select { padding-top: 0 !important; padding-bottom: 0 !important; } form input[type="number"] { max-width: 50px; padding: 0 0 0 8px; } input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea { -webkit-appearance: none; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; } form textarea { min-height: 150px; line-height: 1.5; resize: vertical; } input[type="checkbox"] { display: inline-block; background-color: #fff; border: 1px solid #bbb; line-height: 0; width: 16px; min-width: 16px; height: 16px; margin: -3px 10px 0 0; outline: 0; text-align: center; vertical-align: middle; clear: none; cursor: pointer; -webkit-appearance: none; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-transition: 0.05s border-color ease-in-out; transition: 0.05s border-color ease-in-out; } input[type=radio]:checked:before, input[type=checkbox]:checked:before { float: left; display: inline-block; vertical-align: middle; width: 16px; line-height: 14px; font-family: 'FontAwesome'; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input[type=checkbox]:checked:before { content: '\f00c'; margin-bottom: -1px; color: #13aff0; } /* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ form input:not([type]) { display: inline-block; padding: 5px 10px; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 3px #ddd; box-shadow: inset 0 1px 3px #ddd; } /* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */ /* May be able to remove this tweak as color inputs become more standardized across browsers. */ form input[type="color"] { padding: 5px 10px; } form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus, form select:focus, form textarea:focus { border-color: #bbb; outline: 0; } /* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ form input:not([type]):focus { border-color: #bbb; outline: 0; } form input[type="file"]:focus, form input[type="radio"]:focus, form input[type="checkbox"]:focus { outline: 0; } form input[type="checkbox"], form input[type="radio"] { display: inline-block; } form input[type="text"][disabled], form input[type="password"][disabled], form input[type="email"][disabled], form input[type="url"][disabled], form input[type="date"][disabled], form input[type="month"][disabled], form input[type="time"][disabled], form input[type="datetime"][disabled], form input[type="datetime-local"][disabled], form input[type="week"][disabled], form input[type="number"][disabled], form input[type="search"][disabled], form input[type="tel"][disabled], form input[type="color"][disabled], form select[disabled], form textarea[disabled] { cursor: not-allowed; color: #cad2d3; background-color: #eaeded; } /* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ form input:not([type])[disabled] { cursor: not-allowed; color: #cad2d3; background-color: #eaeded; } form input[readonly], form select[readonly], form textarea[readonly] { color: #777; /* menu text color */ border-color: #ccc; background-color: #eee; /* menu hover bg color */ } form input:focus:invalid, form textarea:focus:invalid, form select:focus:invalid { color: #b94a48; border-color: #e9322d; } form input[type="file"]:focus:invalid:focus, form input[type="radio"]:focus:invalid:focus, form input[type="checkbox"]:focus:invalid:focus { outline-color: #e9322d; } select { width: 100%; /* Normalizes the height; padding is not sufficient. */ height: 2.25em; min-height: auto; border: 1px solid #ddd; background-color: white; cursor: pointer; padding: 0 15px; margin: 0; } form select[multiple] { height: auto; } form label { margin-bottom: 3px; } form fieldset { margin: 0; padding: .35em 0 .75em; border: 0; } form legend { display: block; width: 100%; margin-bottom: .3em; padding: .3em 0; color: #333; border-bottom: 1px solid #e5e5e5; } /*csslint outline-none:false*/ input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button { display: inline-block; font-family: inherit; background-color: #13aff0; color: #fff; font-size: 12px; font-weight: 600; text-transform: uppercase; margin: 0; padding: 14px 20px; border: 0; cursor: pointer; text-align: center; letter-spacing: 0.1em; line-height: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button[type="submit"]:hover, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button[type="submit"]:focus, .button:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover { background-color: #0b7cac; color: #fff; } input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button[type="submit"]:focus, button:focus, .button:focus { outline: 0; } .pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active { cursor: not-allowed; -moz-opacity: 0.4; -webkit-opacity: 0.4; opacity: 0.4; border: none; background-image: none; -webkit-box-shadow: none; box-shadow: none; } /* Firefox: Get rid of the inner focus border */ button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { padding: 0; border: 0; } .pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected { color: #fff; background-color: #0078e7; } /* Comment checkbox */ .comment-form-cookies-consent { display: inline-block; width: 100%; } .comment-form-cookies-consent label { display: inline-block; } /*------------------------------------* $TOP BAR *------------------------------------*/ #top-bar-wrap { position: relative; background-color: #fff; font-size: 12px; border-bottom: 1px solid #f1f1f1; z-index: 101; } #top-bar { padding: 8px 0; } #top-bar-inner { position: relative; } .top-bar-left { float: left; } .top-bar-right { float: right; } .top-bar-centered { float: none; text-align: center; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar { padding: 20px 0; } #top-bar > div:nth-child(2) { padding-top: 20px; } .top-bar-right { float: none; text-align: center; } } /** * Top Bar Content */ #top-bar-content strong { color: #333; } #top-bar-content > a { color: #555; } #top-bar-content > a:hover { color: #13aff0; } #top-bar-content select { background-color: transparent; padding: 5px; color: rgba(0, 0, 0, 0.4); border-color: rgba(0, 0, 0, 0.2); min-width: 100px; } #top-bar-content #lang_sel { position: relative; display: inline-block; top: 3px; margin-right: 10px; z-index: 99; } #topbar-template { display: inline-block; } #top-bar-wrap #lang_sel ul ul { z-index: 99999; } .top-bar-right .polylang-switcher-shortcode { float: right; margin: 0; margin-left: 20px; } .top-bar-left .polylang-switcher-shortcode { float: left; margin: 0; margin-right: 20px; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar-content, #top-bar-social-alt { float: none; text-align: center; } #top-bar #lang_sel { text-align: left; } body.rtl #top-bar #lang_sel { text-align: right; } } /** * Top Bar Menu */ .top-bar-left.has-content #top-bar-nav, .top-bar-right.has-content #top-bar-nav { margin: 0; margin-right: 20px; padding: 0; } #top-bar-nav, #top-bar-nav > li { display: inline-block; } #top-bar-content.top-bar-centered #top-bar-nav, #top-bar-content.top-bar-centered #top-bar-nav > li { display: inline-block; float: none; } #top-bar-nav > ul > li { display: inline-block; float: none; margin-right: 15px; } #top-bar-nav > ul > li:last-child { margin-right: 0; } #top-bar-nav > ul > li a .nav-arrow { margin-left: 4px; margin-right: 0; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar #top-bar-nav > li { float: none; display: inline-block; } #top-bar-nav { float: none; text-align: center; } } /** * Top Bar Social */ #top-bar-social ul { margin: 0; padding: 0; list-style: none; } #top-bar-social li { float: left; } #top-bar-social li a { display: block; float: left; font-size: 14px; color: #bbb; padding: 0 6px; } #top-bar-social.top-bar-left li:first-child a { padding-left: 0; } #top-bar-social.top-bar-right li:last-child a { padding-right: 0; } #top-bar-social li a.oceanwp-twitter a:hover { color: #46d4fe; } #top-bar-social li a.oceanwp-facebook a:hover { color: #37589b; } #top-bar-social li a.oceanwp-googleplus a:hover { color: #de5a49; } #top-bar-social li a.oceanwp-pinterest a:hover { color: #cb2027; } #top-bar-social li a.oceanwp-dribbble a:hover { color: #ea4c89; } #top-bar-social li a.oceanwp-vk a:hover { color: #597BA5; } #top-bar-social li a.oceanwp-instagram a:hover { color: #3F729B; } #top-bar-social li a.oceanwp-linkedin a:hover { color: #3399CC; } #top-bar-social li a.oceanwp-tumblr a:hover { color: #2C4762; } #top-bar-social li a.oceanwp-github a:hover { color: #60b044; } #top-bar-social li a.oceanwp-flickr a:hover { color: #fa4086; } #top-bar-social li a.oceanwp-skype a:hover { color: #00AFF0; } #top-bar-social li a.oceanwp-youtube a:hover { color: #C4302B; } #top-bar-social li a.oceanwp-vimeo a:hover { color: #1ab7ea; } #top-bar-social li a.oceanwp-vine a:hover { color: #00bf8f; } #top-bar-social li a.oceanwp-xing a:hover { color: #006464; } #top-bar-social li a.oceanwp-yelp a:hover { color: #C41200; } #top-bar-social li a.oceanwp-tripadvisor a:hover { color: #589442; } #top-bar-social li a.oceanwp-rss a:hover { color: #ff7900; } #top-bar-social li a.oceanwp-email a:hover { color: #13aff0; } /** * Top Bar Social Right */ #top-bar-social.top-bar-right { position: absolute; right: 0; top: 50%; height: 20px; line-height: 20px; margin-top: -10px; } /** * Top Bar Social Left */ #top-bar-social.top-bar-left { position: absolute; left: 0; top: 50%; height: 20px; line-height: 20px; margin-top: -10px; } /** * Top Bar Social Centered */ #top-bar-social.top-bar-centered { padding-top: 15px; } #top-bar-social.top-bar-centered li { display: inline-block; float: none; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar-social { text-align: center; } #top-bar-social.top-bar-left, #top-bar-social.top-bar-right { position: inherit; left: auto; right: auto; float: none; height: auto; line-height: 1.5em; margin-top: 0; } #top-bar-social li { float: none; display: inline-block; } } /*------------------------------------* $HEADER *------------------------------------*/ #site-header { position: relative; width: 100%; background-color: #fff; border-bottom: 1px solid #f1f1f1; z-index: 100; } #site-header.is-transparent { position: absolute; top: 0; background-color: transparent; height: auto; z-index: 9999; } #transparent-header-wrap { position: relative; } .has-transparent-header .oceanwp-sticky-header-holder { height: auto !important; } .has-transparent-header .is-sticky #site-header { background-color: #fff; } .no-header-border #site-header { border-bottom: none; } #site-header-inner { position: relative; height: 100%; } #site-logo { margin:auto; height: 100%; display: table; } #site-logo #site-logo-inner { display: table-cell; vertical-align: middle; height: 74px; } #site-logo #site-logo-inner a { background-color: transparent !important; } #site-logo #site-logo-inner a img { width: auto; vertical-align: middle; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-logo #site-logo-inner a:hover img { -moz-opacity: 0.6; -webkit-opacity: 0.6; opacity: 0.6; } #site-logo a.site-logo-text { font-size: 24px; margin: 0; } /* Responsive logo */ #site-logo.has-responsive-logo .responsive-logo-link { display: none; } /** * Header media */ #site-header.has-header-media > *:not(.overlay-header-media) { position: relative; z-index: 2; } #site-header.has-header-media .overlay-header-media { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; } /** * Video header */ #site-header .custom-header-media { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; width: 100%; } #site-header .custom-header-media:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; display: block; height: 100%; z-index: 2; background: -webkit-linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); } #site-header .custom-header-media video, #site-header .custom-header-media iframe { position: absolute; height: auto; left: 50%; max-width: 1000%; min-height: 100%; min-width: 100%; min-width: 100vw; width: auto; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } #site-header .custom-header-media .wp-custom-header-video-button { display: none; } .has-header-video #site-header-inner { z-index: 10; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { .has-left-menu #site-logo { padding: 0 !important; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { /* logo */ #site-logo { margin-top: 0px !important; margin-bottom: 0px !important; } } #site-header.transparent-header { position: absolute; top: 0; background-color: transparent; height: auto; z-index: 9999; } #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link { display: none; } #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link { display: block; } .is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link { display: block; } .is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link { display: none; } #site-header.top-header { border-bottom: 0 !important; } #site-header.top-header .header-top { position: relative; background-color: #fff; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); z-index: 100; } #site-header.top-header .header-top .left { float: left; } #site-header.top-header .header-top .right { float: right; } #site-header.top-header .header-top .right .inner { display: table; position: relative; } #site-header.top-header #searchform-header-replace { background-color: #fff; } #site-header.top-header.header-replace .left, #site-header.top-header.header-replace .right { -webkit-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; } #site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide { visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; } #site-header.top-header #site-navigation-wrap { float: none; right: auto !important; left: -15px; } #site-header.top-header #site-navigation-wrap .dropdown-menu > li > a { font-size: 10px; line-height: 40px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; } #site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle { float: none; display: table-cell; vertical-align: middle; height: 40px; } #site-header.top-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto; } #site-header.top-header .oceanwp-social-menu { right: 0; padding: 0 10px; } #site-header.top-header .oceanwp-social-menu .colored ul li a, #site-header.top-header .oceanwp-social-menu .minimal ul li a, #site-header.top-header .oceanwp-social-menu .dark ul li a { padding: 0 3px; } #site-header.top-header .oceanwp-social-menu .colored ul li a span, #site-header.top-header .oceanwp-social-menu .minimal ul li a span, #site-header.top-header .oceanwp-social-menu .dark ul li a span { width: 26px; height: 26px; line-height: 26px; } #site-header.top-header #search-toggle { border-right: 1px solid #f1f1f1; border-left: 1px solid #f1f1f1; padding: 0 6px; } #site-header.top-header #search-toggle a { display: inline-block; font-size: 12px; width: 28px; text-align: center; } #site-header.top-header.search-overlay #search-toggle .search-overlay-toggle { position: relative; z-index: 101; } #site-header.top-header.search-overlay #search-toggle .search-overlay-toggle.exit > span:before { content: '✕'; color: #fff; } #site-header.top-header #searchform-header-replace input { color: #222; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; } #site-header.top-header #searchform-header-replace-close { font-size: 16px; padding: 0 6px; } #site-header.top-header .header-bottom { text-align: center; } #site-header.top-header #site-logo { float: none; display: inline-block; padding: 50px 0; } #site-header.top-header #site-logo #site-logo-inner { display: block; height: auto; } #site-header.top-header #site-logo #site-description { padding-top: 20px; } #site-header.top-header #site-logo #site-description h2 { color: #929292; font-size: 12px; line-height: 20px; letter-spacing: 2px; text-transform: uppercase; margin: 0; } #site-header.top-header .oceanwp-mobile-menu-icon { float: none; left: -15px; right: auto; } #site-header.top-header .oceanwp-mobile-menu-icon a { font-size: 10px; line-height: 40px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; } #site-header.top-header.has-header-media #site-header-sticky-wrapper, #site-header.top-header.has-header-media .header-top { z-index: 101; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* Hide social and search form in sidr for the top menu header style */ .top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform { display: none; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* Hide social and search in menu and show them in sidr for the top menu header style */ #site-header.top-header .right { display: none; } #site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide { visibility: visible; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } #site-header.top-header .header-top .left, #site-header.top-header .header-top .right { float: none !important; text-align: center; } #site-header.top-header .oceanwp-mobile-menu-icon { float: none; left: auto !important; right: auto !important; } #site-header.top-header .oceanwp-mobile-menu-icon a { float: none; } #site-header.top-header .header-top .right .inner { display: block; padding-bottom: 10px; } #site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle { float: none; display: inline-block; height: auto; } .top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform { display: block; } } #site-header.full_screen-header { z-index: 9999; } #site-header.full_screen-header #site-header-inner { overflow: visible !important; } #site-header.full_screen-header #site-navigation-wrap { right: 0; } #site-header.full_screen-header #site-logo.has-full-screen-logo { position: relative; z-index: 101; } #site-header.full_screen-header #site-logo.has-full-screen-logo .full-screen-logo-link { display: none; } #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link, #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .retina-logo-link { display: none; } #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link { display: block; } #site-header.full_screen-header .menu-bar-wrap { float: right; height: 100%; display: table; } #site-header.full_screen-header .menu-bar-inner { display: table-cell; vertical-align: middle; position: relative; height: 74px; } #site-header.full_screen-header .menu-bar { display: inline-block; position: relative; margin-left: 10px; min-width: 38px; height: 33px; text-align: center; z-index: 101; } #site-header.full_screen-header .menu-bar .ham { display: inline-block; width: 23px; height: 2px; position: relative; top: 2px; background-color: #333; vertical-align: middle; white-space: nowrap; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } #site-header.full_screen-header .menu-bar .ham:before, #site-header.full_screen-header .menu-bar .ham:after { position: absolute; content: ''; display: inline-block; width: 23px; height: 2px; left: 0; background-color: #333; outline: 1px solid transparent; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } #site-header.full_screen-header .menu-bar .ham:before { top: -8px; } #site-header.full_screen-header .menu-bar .ham:after { top: 8px; } #site-header.full_screen-header .menu-bar.exit .ham { background-color: transparent !important; } #site-header.full_screen-header .menu-bar.exit .ham:before, #site-header.full_screen-header .menu-bar.exit .ham:after { background-color: #fff; } #site-header.full_screen-header .menu-bar.exit .ham:before { -webkit-transform: translateY(8px) rotateZ(-45deg); -ms-transform: translateY(8px) rotateZ(-45deg); transform: translateY(8px) rotateZ(-45deg); } #site-header.full_screen-header .menu-bar.exit .ham:after { -webkit-transform: translateY(-8px) rotateZ(45deg); -ms-transform: translateY(-8px) rotateZ(45deg); transform: translateY(-8px) rotateZ(45deg); } #site-header.full_screen-header.nav-open { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; } #site-header.full_screen-header #full-screen-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); overflow-y: scroll; z-index: 100; } #site-header.full_screen-header #full-screen-menu #full-screen-menu-inner { display: table; width: 100%; height: 100%; padding: 0 40px; } #site-header.full_screen-header #full-screen-menu #site-navigation { display: table-cell; vertical-align: middle; padding: 100px 0; text-align: center; } #site-header.full_screen-header .fs-dropdown-menu { list-style: none; margin: 0; } #site-header.full_screen-header .fs-dropdown-menu li a { display: block; color: #fff; letter-spacing: 2px; text-transform: uppercase; } #site-header.full_screen-header .fs-dropdown-menu li a:hover { color: #929292; } #site-header.full_screen-header .fs-dropdown-menu li > a .nav-arrow { display: inline-block; width: 26px; padding-left: 5px; text-align: center; } #site-header.full_screen-header .fs-dropdown-menu li > a .nav-arrow:before { content: '+'; } #site-header.full_screen-header .fs-dropdown-menu li.open-sub > a .nav-arrow:before { content: '-'; } #site-header.full_screen-header .fs-dropdown-menu li .sidebar-box { display: none; } #site-header.full_screen-header .fs-dropdown-menu ul.sub-menu { display: none; list-style: none; margin: 0; padding: 0; } #site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a { font-size: 16px; padding: 6px 0; } #site-header.full_screen-header .fs-dropdown-menu > li { display: block; } #site-header.full_screen-header .fs-dropdown-menu > li > a { font-size: 24px; line-height: 1.2; padding: 12px 0; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li { max-width: 220px; margin: 10px auto 0; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li form { position: relative; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input, #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label { font-size: 20px; padding: 4px 0; color: #fff; margin: 0; text-align: center; text-transform: uppercase; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input { position: relative; border: 0; background-color: transparent; border-bottom: 1px solid #666; border-radius: 0; z-index: 2; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input:hover, #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input:focus { border-color: #fff; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label i { display: inline-block; background-color: #fff; width: 3px; height: 3px; margin-left: 3px; -webkit-animation: blink 1s linear infinite; animation: blink 1s linear infinite; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label i + i { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label i + i + i { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #site-header.full_screen-header .oceanwp-social-menu { display: block; float: none; margin-top: 30px; text-align: center; right: auto; } #site-header.full_screen-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto !important; } #site-header.full_screen-header .oceanwp-social-menu ul li { float: none; display: inline-block; } #site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a { background-color: transparent !important; color: #fff; font-size: 24px; padding: 0 16px; margin: 0; } #site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a:hover { color: #929292; } #site-header.full_screen-header .oceanwp-social-menu .colored ul li a, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a { padding: 0 4px; } #site-header.full_screen-header .oceanwp-social-menu .colored ul li a span, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a span, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a span { font-size: 16px; width: 60px; height: 60px; line-height: 60px; } @-webkit-keyframes blink { 0% { -webkit-opacity: 1; } 50% { -webkit-opacity: 0; } 100% { -webkit-opacity: 1; } } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* header > logo */ #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link { display: block; } #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link { display: none; } } #site-header.center-header #site-logo { display: none; } #site-header.center-header #site-navigation-wrap { float: none; width: 100%; right: auto; } #site-header.center-header #site-navigation-wrap .navigation { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #site-header.center-header #site-navigation-wrap .middle-site-logo { width: 24%; text-align: center; } #site-header.center-header #site-navigation-wrap .middle-site-logo a img { width: auto; vertical-align: middle; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-header.center-header #site-navigation-wrap .middle-site-logo:hover img { -moz-opacity: 0.6; -webkit-opacity: 0.6; opacity: 0.6; } #site-header.center-header #site-navigation-wrap .left-menu, #site-header.center-header #site-navigation-wrap .right-menu { position: relative; width: 38%; } #site-header.center-header #site-navigation-wrap .left-menu { float: left; } #site-header.center-header #site-navigation-wrap .right-menu { float: right; } #site-header.center-header #site-navigation-wrap .dropdown-menu > li { float: none; display: inline-block; } #site-header.center-header .centered .left-menu, #site-header.center-header .centered .right-menu { text-align: center; } #site-header.center-header .wider .left-menu { text-align: left; } #site-header.center-header .wider .right-menu { text-align: right; } #site-header.center-header .closer .left-menu { text-align: right; } #site-header.center-header .closer .right-menu { text-align: left; } #site-header.center-header #searchform-header-replace.show { max-width: 100% !important; } #site-header.center-header.header-replace #site-navigation .middle-site-logo { -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } #site-header.center-header.header-replace #site-navigation.hide .middle-site-logo { visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; } #site-header.medium-header { background-color: transparent; text-align: center; } #site-header.medium-header .top-header-wrap { position: relative; background-color: #fff; padding: 30px 0; -webkit-transition: padding 0.4s ease-in-out; transition: padding 0.4s ease-in-out; z-index: 10; } #site-header.medium-header .top-header-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; margin: 0; } #site-header.medium-header .top-col { -webkit-flex: 1 0 0%; -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } #site-header.medium-header .top-col.col-1 { text-align: left; } #site-header.medium-header .top-col.col-2, #site-header.medium-header .top-col.logo-col { text-align: center; } #site-header.medium-header .top-col.col-3 { text-align: right; } #site-header.medium-header #medium-searchform form { display: inline-block; position: relative; } #site-header.medium-header #medium-searchform form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #site-header.medium-header #medium-searchform input { position: relative; background-color: transparent !important; border: 0; margin: 0; padding: 6px 38px 6px 12px; max-width: 178px; z-index: 2; } #site-header.medium-header #medium-searchform input:focus { max-width: 220px; } #site-header.medium-header #medium-searchform label, #site-header.medium-header #medium-searchform button { position: absolute; top: 0; line-height: 40px; margin: 0; } #site-header.medium-header #medium-searchform label { left: 12px; color: #333; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #site-header.medium-header #medium-searchform button { right: 0; width: 38px; background-color: transparent; color: #555; border: 0; padding: 0; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #site-header.medium-header #medium-searchform button:hover { color: #13aff0; } #site-header.medium-header #medium-searchform .search-bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #f5f5f5; } #site-header.medium-header #site-logo { float: none; display: block; } #site-header.medium-header #site-logo #site-logo-inner { display: block; height: auto !important; } #site-header.medium-header .oceanwp-social-menu { float: none; display: block; right: auto !important; left: auto !important; } #site-header.medium-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto !important; } #site-header.medium-header .oceanwp-social-menu ul li { float: none; display: inline-block; } #site-header.medium-header #site-navigation-wrap { position: relative; background-color: #f9f9f9; float: none; position: relative; right: auto !important; left: auto !important; -webkit-transform: none; -ms-transform: none; transform: none; z-index: 9; } #site-header.medium-header #site-navigation-wrap.left-menu #site-navigation { float: left; left: -22px; } #site-header.medium-header #site-navigation-wrap.center-menu #site-navigation .dropdown-menu > li { float: none; display: inline-block; } #site-header.medium-header #site-navigation-wrap.right-menu #site-navigation { float: right; right: -22px; } #site-header.medium-header #site-navigation-wrap #site-navigation { display: inline-block; position: relative; } #site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a { font-size: 12px; line-height: 60px; padding: 0 22px; text-transform: uppercase; letter-spacing: 1px; } #site-header.medium-header.hidden-menu #site-navigation-wrap, #site-header.medium-header.hidden-menu #site-navigation, #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon { max-height: 150px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .is-sticky #site-header.medium-header .top-header-wrap { padding: 20px 0; } .is-sticky #site-header.medium-header .top-header-wrap .oceanwp-social-menu .social-menu-inner { height: auto; } .is-sticky #site-header.medium-header.hidden-menu #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu #site-navigation, .is-sticky #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon { max-height: 0; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; visibility: hidden; } .is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation, .is-sticky #site-header.medium-header.hidden-menu:hover .oceanwp-mobile-menu-icon { max-height: 150px; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; visibility: visible; } #site-header.medium-header .oceanwp-mobile-menu-icon { float: none; background-color: #f9f9f9; right: auto !important; left: auto !important; } #site-header.medium-header .oceanwp-mobile-menu-icon a { float: none; display: inline-block; font-size: 12px; padding: 0 22px; line-height: 60px; letter-spacing: 1px; text-transform: uppercase; } #site-header.medium-header.is-transparent .top-header-wrap, #site-header.medium-header.is-transparent #site-navigation-wrap, #site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon { background-color: transparent; -webkit-transition: all 0.3s; transition: all 0.3s; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* Hide social and search form in sidr for the medium header style */ .medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform { display: none; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #site-header.medium-header .top-header-inner { display: block; } #site-header.medium-header .top-col:not(.logo-col) { display: none; } #site-header.medium-header .top-col.logo-col { display: inline-block; text-align: center; } /* Show social and search form in sidr for the medium header style */ .medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform { display: block; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* medium header style */ #site-header.medium-header .header-top-wrap { padding: 20px 0; } #site-header.medium-header .oceanwp-mobile-menu-icon a { line-height: 40px; } } #site-header.vertical-header { position: fixed; top: 0; width: 300px; max-width: 100%; height: 100%; border-bottom: none; z-index: 3000; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-header.vertical-header.has-scrolled { background-color: #fff; } #site-header.vertical-header.has-shadow { -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } #site-header.vertical-header .has-template > #site-logo { display: none; } #site-header.vertical-header #site-header-inner { max-width: 100%; padding: 30px 0; overflow: hidden; } #site-header.vertical-header #site-header-inner > *:not(#site-navigation-wrap) { padding: 0 30px; } #site-header.vertical-header.vh-left-logo #site-logo { text-align: left; } #site-header.vertical-header.vh-center-logo #site-logo { text-align: center; } #site-header.vertical-header.vh-right-logo #site-logo { text-align: right; } #site-header.vertical-header #site-logo, #site-header.vertical-header #site-logo #site-logo-inner { display: block; float: none; height: auto; } #site-header.vertical-header #site-logo { margin: 20px 0 45px; } #site-header.vertical-header .has-social #site-navigation-wrap { right: auto; } #site-header.vertical-header #site-navigation-wrap { float: none; right: auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li { display: block; float: none; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.05); } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li:last-child { border-bottom: none; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a { position: relative; line-height: 1; padding: 17px 30px; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle { position: absolute; right: 0; top: 0; width: 50px; height: 100%; line-height: 1; cursor: pointer; text-align: center; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle:before { content: '+'; font-size: 20px; position: absolute; top: 50%; left: 50%; line-height: 1; margin-top: -10px; margin-left: -10px; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li.active > a > .dropdown-toggle:before { content: '-'; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu { display: none; position: relative; top: 100%; left: 0; background-color: rgba(0, 0, 0, 0.03); border: none; border-top: 1px solid rgba(0, 0, 0, 0.05); -webkit-box-shadow: none; box-shadow: none; } #site-header.vertical-header #site-navigation-wrap .nav-arrow, #site-header.vertical-header #site-navigation-wrap .sidebar-box { display: none; } #site-header.vertical-header #vertical-searchform { margin-top: 40px; } #site-header.vertical-header #vertical-searchform form { position: relative; } #site-header.vertical-header #vertical-searchform form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #site-header.vertical-header #vertical-searchform form input { position: relative; font-size: 14px; border-width: 0 0 2px; background-color: transparent !important; border-color: rgba(0, 0, 0, 0.04); padding: 10px 12px; z-index: 2; } #site-header.vertical-header #vertical-searchform form label, #site-header.vertical-header #vertical-searchform form button { position: absolute; top: 50%; margin: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } #site-header.vertical-header #vertical-searchform form label { left: 12px; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #site-header.vertical-header #vertical-searchform form button { right: 0; width: 50px; height: 100%; line-height: 1; padding: 0; background-color: transparent; color: #777; border: none; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #site-header.vertical-header #vertical-searchform form button:hover { color: #333; } #site-header.vertical-header #vertical-searchform form .search-bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.03); } #site-header.vertical-header .oceanwp-social-menu { float: none; display: block; margin-top: 40px; } #site-header.vertical-header .oceanwp-social-menu.simple-social { right: auto; } #site-header.vertical-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto; } #site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation { display: block; } #site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation .dropdown-menu > li > a { padding-left: 0; padding-right: 0; } #site-header.vertical-header .vertical-toggle { display: none; position: absolute; top: 10px; width: 34px; height: 34px; font-size: 22px; line-height: 34px; padding: 0 !important; text-align: center; } .has-vh-transparent .is-sticky #site-header.vertical-header { background-color: #fff; } body.vertical-header-style.left-header #site-header.vertical-header { left: 0; } body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle { right: 0; } body.vertical-header-style.left-header #outer-wrap { margin-left: 300px; } body.vertical-header-style.right-header #site-header.vertical-header { right: 0; } body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle { left: 0; } body.vertical-header-style.right-header #outer-wrap { margin-right: 300px; } body.vertical-header-style.has-vh-transparent.left-header #outer-wrap { margin-left: 0; } body.vertical-header-style.has-vh-transparent.right-header #outer-wrap { margin-right: 0; } body.vertical-header-style.vh-closed.left-header #site-header.vertical-header { left: -266px; } body.vertical-header-style.vh-closed.left-header #outer-wrap { margin-left: 34px; } body.vertical-header-style.vh-closed.right-header #site-header.vertical-header { right: -266px; } body.vertical-header-style.vh-closed.right-header #outer-wrap { margin-right: 34px; } body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header { left: 0; } body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header { right: 0; } body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap { padding-right: 0; } body.vertical-header-style.vh-closed #site-header.vertical-header .vertical-toggle { display: block; } body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap { padding-right: 34px; } /*------------------------------------* All Devices under 1280px *------------------------------------*/ @media only screen and (max-width: 1280px) { body.vertical-header-style.default-collapse.left-header #site-header.vertical-header { left: -266px; } body.vertical-header-style.default-collapse.left-header #outer-wrap { margin-left: 34px; } body.vertical-header-style.default-collapse.right-header #site-header.vertical-header { right: -266px; } body.vertical-header-style.default-collapse.right-header #outer-wrap { margin-right: 34px; } body.vertical-header-style.default-collapse.vh-opened.left-header #site-header.vertical-header { left: 0; } body.vertical-header-style.default-collapse.vh-opened.right-header #site-header.vertical-header { right: 0; } body.vertical-header-style.default-collapse.vh-opened #site-header.vertical-header #site-navigation-wrap { padding-right: 0; } body.default-collapse #site-header.vertical-header .vertical-toggle { display: block; } body.default-collapse #site-header.vertical-header #site-navigation-wrap { padding-right: 34px; } } #site-header.custom-header ul.oceanwp-custom-menu { list-style: none; margin: 0; padding: 0; } #site-header.custom-header ul.oceanwp-custom-menu li { display: inline-block; } #site-header.custom-header ul.oceanwp-custom-menu li a { display: block; font-size: 13px; line-height: 40px; padding: 0 15px; letter-spacing: 0.6px; } .custom-header-logo.left { text-align: left; } .custom-header-logo.right { text-align: right; } .custom-header-logo.center { text-align: center; } .custom-header-logo #site-logo { float: none; display: inline-block; } .custom-header-logo #site-logo #site-logo-inner { display: block; height: auto !important; } .custom-header-nav.left { text-align: left; } .custom-header-nav.right { text-align: right; } .custom-header-nav.center { text-align: center; } .custom-header-nav #site-navigation-wrap { float: none; right: auto; } .custom-header-nav #site-navigation-wrap #site-navigation { display: inline-block; position: relative; } .custom-header-nav #site-navigation-wrap .dropdown-menu > li { float: none; display: inline-block; } .custom-header-nav .oceanwp-mobile-menu-icon { float: none !important; } .custom-header-nav .oceanwp-mobile-menu-icon a { display: inline-block; } /*------------------------------------* $NAVIGATIONS *------------------------------------*/ #site-navigation-wrap { float: right; position: relative; right: -15px; } #site-navigation-wrap .dropdown-menu { list-style: none; margin: 0; padding: 0; } #site-navigation-wrap .dropdown-menu > li { float: left; position: relative; } #site-navigation-wrap .dropdown-menu > li > a { display: block; font-size: 13px; line-height: 74px; color: #555; padding: 0 15px; letter-spacing: 0.6px; } #site-navigation-wrap .dropdown-menu > li > a.site-search-toggle { letter-spacing: 0; } #site-navigation-wrap .dropdown-menu > li > a:hover { color: #13aff0; } #site-navigation-wrap .dropdown-menu > li > a .nav-arrow { padding-left: 6px; line-height: 1; } #site-navigation-wrap .dropdown-menu > li.btn > a { background-color: transparent !important; } #site-navigation-wrap .dropdown-menu > li.btn > a > span { background-color: #13aff0; color: #fff; padding: 12px 22px; font-weight: 600; border-radius: 4px; cursor: pointer; text-align: center; -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } #site-navigation-wrap .dropdown-menu > li.btn > a > span:before, #site-navigation-wrap .dropdown-menu > li.btn > a > span:after { display: none !important; } #site-navigation-wrap .dropdown-menu > li.btn > a:hover > span { background-color: #0b7cac; color: #fff; } #site-navigation-wrap .dropdown-menu > li.btn.rounded > a > span { border-radius: 25px; } .has-social #site-navigation-wrap { right: 0; } .minimal-header.left-menu #site-navigation-wrap, .transparent-header.left-menu #site-navigation-wrap { float: left; right: 0; } .minimal-header.left-menu #site-logo, .transparent-header.left-menu #site-logo { padding-right: 20px; } .center-menu #site-navigation-wrap { position: absolute; float: none; left: 50%; right: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } /** * SuperFish */ .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu li.menu-item { position: relative; white-space: nowrap; white-space: normal; } .sf-menu li:hover, .sf-menu li.sfHover { -webkit-transition: none; transition: none; } .sf-menu ul.sub-menu { position: absolute; display: none; top: 100%; left: 0; z-index: 9999; } .sf-menu > li { float: left; } .sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; } .sf-menu a.menu-link { display: block; position: relative; zoom: 1; } .sf-menu ul.sub-menu ul { top: 0; left: 100%; } /** * Dropdown */ .dropdown-menu, .dropdown-menu * { margin: 0; padding: 0; list-style: none; } .dropdown-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; background-color: #fff; border-top: 3px solid #13aff0; min-width: 180px; line-height: 1; text-align: left; z-index: 999; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } .dropdown-menu li .sub-menu li.menu-item { display: block; float: none; } .dropdown-menu ul .sub-menu { top: 0; left: 100%; } .no-top-border .sub-menu { border: none; } .dropdown-menu ul li.menu-item { display: block; border-bottom: 1px solid #f1f1f1; } .dropdown-menu ul li.menu-item:last-child { border-bottom: 0; } .dropdown-menu ul li a.menu-link { display: block; position: relative; float: none; font-size: 12px; font-weight: 400; line-height: 1.2em; letter-spacing: 0.6px; padding: 12px 15px; text-transform: capitalize; } .dropdown-menu ul li a.menu-link:hover { background-color: #f8f8f8; color: #555; } .dropdown-menu ul li a.menu-link .nav-arrow { position: absolute; top: 50%; right: 15px; margin-top: -6.5px; padding: 0; } .dropdown-menu ul li a.menu-link i { position: relative; width: 20px; text-align: center; margin-right: 3px; } /** * Icons */ .dropdown-menu li a.menu-link i { padding-right: 5px; } /** * Item description */ .nav-content { display: block; font-size: 11px; line-height: 1.8; padding: 5px 0; white-space: normal; -moz-opacity: 0.7; -webkit-opacity: 0.7; opacity: 0.7; } /** * Menu Icons */ .navigation li a i.icon, .navigation li a span.icon-wrap, .navigation li a img.icon { display: inline-block; vertical-align: middle; } .navigation li a i.icon { width: auto; height: auto; font-size: 1.2em; line-height: 1; padding: 0 !important; } .navigation li a i.before, .navigation li a i.after { margin-top: -.265em; } .navigation li a i.before { margin-right: 6px; } .navigation li a i.after { margin-left: 6px; } .navigation li a i.elusive { margin-top: -.3em; } .navigation li a span.icon-wrap { text-align: center; } .navigation li a span.icon-wrap i.below, .navigation li a span.icon-wrap img { display: block; margin: 0 0 8px; } .navigation li a span.icon-wrap img { margin: 0 auto 8px auto; } .navigation li a span.icon-wrap span.menu-text { display: block; line-height: 1; } .navigation li a img.before { margin-right: 6px; } .navigation li a img.after { margin-left: 6px; } .navigation li a .svg { width: 1em; } .navigation li a .hidden { display: none !important; } /** * After header content */ .after-header-content { float: right; height: 100%; display: table; } .after-header-content .after-header-content-inner { display: table-cell; vertical-align: middle; height: 74px; } .after-header-content .after-header-content-inner > a, .after-header-content .after-header-content-inner > div > a { display: inline-block; line-height: 74px; } .after-header-content .elementor { display: inline-block; } /*------------------------------------* Mobile Menu *------------------------------------*/ .oceanwp-mobile-menu-icon { display: none; position: relative; } .oceanwp-mobile-menu-icon.mobile-right { float: right; } .oceanwp-mobile-menu-icon.mobile-left { float: left; } .oceanwp-mobile-menu-icon a { font-size: 13px; line-height: 74px; color: #555; padding-left: 15px; letter-spacing: 0.6px; cursor: pointer; } .oceanwp-mobile-menu-icon a:first-child { padding-left: 0; } .oceanwp-mobile-menu-icon a:hover { color: #13aff0; } .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text { padding-left: 6px; } .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text { display: none; } .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text { display: inline-block; } .oceanwp-social-menu { float: right; position: relative; z-index: 10; } .oceanwp-social-menu.simple-social { right: -8px; } .oceanwp-social-menu.social-with-style { right: -2px; } .oceanwp-social-menu .social-menu-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 74px; } .oceanwp-social-menu ul { margin: 0; padding: 0; list-style: none; } .oceanwp-social-menu ul li { float: left; position: relative; } .oceanwp-social-menu ul li a { display: inline-block; background-color: transparent; color: #929292; padding: 0 8px; line-height: 1; text-align: center; letter-spacing: 0; } .oceanwp-social-menu ul li a span { width: 1em; height: 1em; text-align: center; } .oceanwp-social-menu ul li a:hover { background-color: transparent; } .oceanwp-social-menu ul li:first-child a { margin-left: 0; } .oceanwp-social-menu ul li:last-child a { margin-right: 0; } .oceanwp-social-menu ul li.oceanwp-twitter a:hover { color: #46d4fe; } .oceanwp-social-menu ul li.oceanwp-facebook a:hover { color: #37589b; } .oceanwp-social-menu ul li.oceanwp-googleplus a:hover { color: #de5a49; } .oceanwp-social-menu ul li.oceanwp-pinterest a:hover { color: #cb2027; } .oceanwp-social-menu ul li.oceanwp-dribbble a:hover { color: #ea4c89; } .oceanwp-social-menu ul li.oceanwp-vk a:hover { color: #597BA5; } .oceanwp-social-menu ul li.oceanwp-instagram a:hover { color: #3F729B; } .oceanwp-social-menu ul li.oceanwp-linkedin a:hover { color: #3399CC; } .oceanwp-social-menu ul li.oceanwp-tumblr a:hover { color: #2C4762; } .oceanwp-social-menu ul li.oceanwp-github a:hover { color: #60b044; } .oceanwp-social-menu ul li.oceanwp-flickr a:hover { color: #fa4086; } .oceanwp-social-menu ul li.oceanwp-skype a:hover { color: #00AFF0; } .oceanwp-social-menu ul li.oceanwp-youtube a:hover { color: #C4302B; } .oceanwp-social-menu ul li.oceanwp-vimeo a:hover { color: #1ab7ea; } .oceanwp-social-menu ul li.oceanwp-vine a:hover { color: #00bf8f; } .oceanwp-social-menu ul li.oceanwp-xing a:hover { color: #006464; } .oceanwp-social-menu ul li.oceanwp-yelp a:hover { color: #C41200; } .oceanwp-social-menu ul li.oceanwp-tripadvisor a:hover { color: #589442; } .oceanwp-social-menu ul li.oceanwp-rss a:hover { color: #ff7900; } .oceanwp-social-menu ul li.oceanwp-email a:hover { color: #13aff0; } .oceanwp-social-menu .colored ul li a { position: relative; display: inline-block; font-size: 12px; color: #fff; line-height: 1; padding: 1em; border-radius: 50%; vertical-align: middle; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .oceanwp-social-menu .colored ul li a:hover { color: #fff; } .oceanwp-social-menu .colored ul li.oceanwp-twitter a { background-color: #46d4fe; } .oceanwp-social-menu .colored ul li.oceanwp-twitter a:hover { background-color: #39b4d8; } .oceanwp-social-menu .colored ul li.oceanwp-facebook a { background-color: #37589b; } .oceanwp-social-menu .colored ul li.oceanwp-facebook a:hover { background-color: #2d477c; } .oceanwp-social-menu .colored ul li.oceanwp-googleplus a { background-color: #de5a49; } .oceanwp-social-menu .colored ul li.oceanwp-googleplus a:hover { background-color: #bb4c3e; } .oceanwp-social-menu .colored ul li.oceanwp-pinterest a { background-color: #cb2027; } .oceanwp-social-menu .colored ul li.oceanwp-pinterest a:hover { background-color: #a91d23; } .oceanwp-social-menu .colored ul li.oceanwp-dribbble a { background-color: #ea4c89; } .oceanwp-social-menu .colored ul li.oceanwp-dribbble a:hover { background-color: #c64174; } .oceanwp-social-menu .colored ul li.oceanwp-vk a { background-color: #597BA5; } .oceanwp-social-menu .colored ul li.oceanwp-vk a:hover { background-color: #486384; } .oceanwp-social-menu .colored ul li.oceanwp-instagram a { background-color: #3F729B; } .oceanwp-social-menu .colored ul li.oceanwp-instagram a:hover { background-color: #315a7c; } .oceanwp-social-menu .colored ul li.oceanwp-linkedin a { background-color: #3399CC; } .oceanwp-social-menu .colored ul li.oceanwp-linkedin a:hover { background-color: #2678a1; } .oceanwp-social-menu .colored ul li.oceanwp-tumblr a { background-color: #2C4762; } .oceanwp-social-menu .colored ul li.oceanwp-tumblr a:hover { background-color: #1d3042; } .oceanwp-social-menu .colored ul li.oceanwp-github a { background-color: #60b044; } .oceanwp-social-menu .colored ul li.oceanwp-github a:hover { background-color: #4f9237; } .oceanwp-social-menu .colored ul li.oceanwp-flickr a { background-color: #fa4086; } .oceanwp-social-menu .colored ul li.oceanwp-flickr a:hover { background-color: #c63169; } .oceanwp-social-menu .colored ul li.oceanwp-skype a { background-color: #00AFF0; } .oceanwp-social-menu .colored ul li.oceanwp-skype a:hover { background-color: #0291c6; } .oceanwp-social-menu .colored ul li.oceanwp-youtube a { background-color: #C4302B; } .oceanwp-social-menu .colored ul li.oceanwp-youtube a:hover { background-color: #982420; } .oceanwp-social-menu .colored ul li.oceanwp-vimeo a { background-color: #1ab7ea; } .oceanwp-social-menu .colored ul li.oceanwp-vimeo a:hover { background-color: #1494bd; } .oceanwp-social-menu .colored ul li.oceanwp-vine a { background-color: #00bf8f; } .oceanwp-social-menu .colored ul li.oceanwp-vine a:hover { background-color: #01906c; } .oceanwp-social-menu .colored ul li.oceanwp-xing a { background-color: #006464; } .oceanwp-social-menu .colored ul li.oceanwp-xing a:hover { background-color: #014646; } .oceanwp-social-menu .colored ul li.oceanwp-yelp a { background-color: #C41200; } .oceanwp-social-menu .colored ul li.oceanwp-yelp a:hover { background-color: #940f01; } .oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a { background-color: #589442; } .oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a:hover { background-color: #426f32; } .oceanwp-social-menu .colored ul li.oceanwp-rss a { background-color: #ff7900; } .oceanwp-social-menu .colored ul li.oceanwp-rss a:hover { background-color: #d46603; } .oceanwp-social-menu .colored ul li.oceanwp-email a { background-color: #13aff0; } .oceanwp-social-menu .colored ul li.oceanwp-email a:hover { background-color: #0f8dc2; } .oceanwp-social-menu .minimal ul li a { position: relative; display: inline-block; font-size: 12px; background-color: transparent; color: #bbb; border: 1px solid #ccc; line-height: 1; padding: 1em; border-radius: 50%; vertical-align: middle; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .oceanwp-social-menu .minimal ul li a:hover { background-color: transparent; } .oceanwp-social-menu .minimal ul li.oceanwp-twitter a:hover { color: #46d4fe; border-color: #46d4fe; } .oceanwp-social-menu .minimal ul li.oceanwp-facebook a:hover { color: #37589b; border-color: #37589b; } .oceanwp-social-menu .minimal ul li.oceanwp-googleplus a:hover { color: #de5a49; border-color: #de5a49; } .oceanwp-social-menu .minimal ul li.oceanwp-pinterest a:hover { color: #cb2027; border-color: #cb2027; } .oceanwp-social-menu .minimal ul li.oceanwp-dribbble a:hover { color: #ea4c89; border-color: #ea4c89; } .oceanwp-social-menu .minimal ul li.oceanwp-vk a:hover { color: #597BA5; border-color: #597BA5; } .oceanwp-social-menu .minimal ul li.oceanwp-instagram a:hover { color: #3F729B; border-color: #3F729B; } .oceanwp-social-menu .minimal ul li.oceanwp-linkedin a:hover { color: #3399CC; border-color: #3399CC; } .oceanwp-social-menu .minimal ul li.oceanwp-tumblr a:hover { color: #2C4762; border-color: #2C4762; } .oceanwp-social-menu .minimal ul li.oceanwp-github a:hover { color: #60b044; border-color: #60b044; } .oceanwp-social-menu .minimal ul li.oceanwp-flickr a:hover { color: #fa4086; border-color: #fa4086; } .oceanwp-social-menu .minimal ul li.oceanwp-skype a:hover { color: #00AFF0; border-color: #00AFF0; } .oceanwp-social-menu .minimal ul li.oceanwp-youtube a:hover { color: #C4302B; border-color: #C4302B; } .oceanwp-social-menu .minimal ul li.oceanwp-vimeo a:hover { color: #1ab7ea; border-color: #1ab7ea; } .oceanwp-social-menu .minimal ul li.oceanwp-vine a:hover { color: #00bf8f; border-color: #00bf8f; } .oceanwp-social-menu .minimal ul li.oceanwp-xing a:hover { color: #006464; border-color: #006464; } .oceanwp-social-menu .minimal ul li.oceanwp-yelp a:hover { color: #C41200; border-color: #C41200; } .oceanwp-social-menu .minimal ul li.oceanwp-tripadvisor a:hover { color: #589442; border-color: #589442; } .oceanwp-social-menu .minimal ul li.oceanwp-rss a:hover { color: #ff7900; border-color: #ff7900; } .oceanwp-social-menu .minimal ul li.oceanwp-email a:hover { color: #13aff0; border-color: #13aff0; } .oceanwp-social-menu .dark ul li a { position: relative; display: inline-block; font-size: 12px; background-color: #333; color: #fff; line-height: 1; padding: 1em; border-radius: 50%; vertical-align: middle; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .oceanwp-social-menu .dark ul li a:hover { background-color: #000; color: #fff; } /*------------------------------------* $LINKS EFFECT *------------------------------------*/ .effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { display: block; background-color: #13aff0; position: absolute; bottom: -30%; left: 0; content: ''; width: 100%; height: 2px; visibility: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { visibility: visible; -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); } .effect-one #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { visibility: visible; -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); } .effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; bottom: -30%; left: 0; width: 100%; height: 3px; background-color: rgba(0, 0, 0, 0.1); content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); } .effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-two #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; bottom: -30%; left: 0; width: 100%; height: 1px; background-color: #13aff0; content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); } .effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { height: 2px; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-three #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { height: 2px; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { display: inline-block; color: #13aff0; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before { margin-right: 6px; content: '['; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { margin-left: 6px; content: ']'; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .effect-four #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; top: 130%; left: 0; width: 100%; height: 2px; background-color: #13aff0; content: ''; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { top: -30%; opacity: 1; } .effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { top: -30%; opacity: 1; } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 50%; content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2); -ms-transform: translateX(-50%) translateY(-50%) scale(0.2); transform: translateX(-50%) translateY(-50%) scale(0.2); } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { width: 40px; height: 40px; border-width: 4px; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8); -ms-transform: translateX(-50%) translateY(-50%) scale(0.8); transform: translateX(-50%) translateY(-50%) scale(0.8); } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1); -ms-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1); } .effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1); -ms-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1); } .effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; bottom: -80%; left: 50%; color: transparent; content: '•'; text-shadow: 0 0 transparent; font-size: 1.2em; line-height: 1; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none; } .effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { color: #13aff0; text-shadow: 10px 0 #13aff0, -10px 0 #13aff0; } .effect-seven #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { color: #13aff0; text-shadow: 10px 0 #13aff0, -10px 0 #13aff0; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; padding: 0 8px; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; width: 100%; top: 50%; left: 0; height: 2px; margin-top: -1px; background-color: rgba(0, 0, 0, 0.1); content: ''; z-index: -1; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; pointer-events: none; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before { -webkit-transform: translateY(-13px); -ms-transform: translateY(-13px); transform: translateY(-13px); } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 0.8; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 0.8; } .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; left: 0; width: 100%; height: 2px; background-color: #13aff0; content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before { top: 0; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { bottom: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before { -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); } .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; } .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before { -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); } .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); } .effect-ten #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { padding: 8px; -webkit-transition: -webkit-box-shadow 0.25s ease-out; transition: box-shadow 0.25s ease-out; } .effect-ten #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span { -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); } .effect-ten #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span { -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); } /*------------------------------------* $MEGA MENU *------------------------------------*/ .navigation .megamenu a .nav-arrow { display: none; } .navigation .megamenu > li > a.menu-link { font-size: 13px; font-weight: 600; } .navigation .megamenu li ul.sub-menu { border-top: 1px solid #f1f1f1; } .navigation .megamenu li a.menu-link { padding: 12px 20px; } .navigation .megamenu .sidebar-box { padding: 20px; margin-bottom: 0; line-height: 1.8; white-space: normal; } .navigation > ul > li > ul.megamenu.sub-menu > li { float: left; border-bottom: 0; border-left-width: 1px; border-style: solid; border-color: #f1f1f1; } .navigation > ul > li > ul.megamenu.sub-menu > li:first-child { border-left: none; } .navigation li.megamenu-li.hide-headings > .megamenu > li > a, .navigation li.megamenu-li > .megamenu > li.hide-heading > a { display: none; } .navigation .megamenu .sub-menu { display: block !important; -moz-opacity: 1 !important; -webkit-opacity: 1 !important; opacity: 1 !important; min-width: 100%; position: static; background: transparent; -webkit-box-shadow: none; box-shadow: none; } /** * Megamenu columns */ .navigation li.megamenu-li .megamenu.col-1 > li { width: 100%; } .navigation li.megamenu-li .megamenu.col-2 > li { width: 50%; } .navigation li.megamenu-li .megamenu.col-3 > li { width: 33.33333333%; } .navigation li.megamenu-li .megamenu.col-4 > li { width: 25%; } .navigation li.megamenu-li .megamenu.col-5 > li { width: 20%; } .navigation li.megamenu-li .megamenu.col-6 > li { width: 16.66666667%; } /** * Megamenu auto width */ @media only screen and (min-width: 959px) { .navigation li.megamenu-li.auto-mega .megamenu.col-1 { width: 320px; } .navigation li.megamenu-li.auto-mega .megamenu.col-2 { width: 440px; } .navigation li.megamenu-li.auto-mega .megamenu.col-3 { width: 660px; } .navigation li.megamenu-li.auto-mega .megamenu.col-4 { width: 780px; } .navigation li.megamenu-li.auto-mega .megamenu.col-5 { width: 980px; } .navigation li.megamenu-li.auto-mega .megamenu.col-6 { width: 1080px; } } /** * Elementor Template */ .navigation > ul > li > ul.megamenu.sub-menu > li .elementor { white-space: normal; line-height: initial; } /** * Latest Posts Categories */ .navigation li.mega-cat .megamenu { padding: 30px 20px; } .navigation li.mega-cat .mega-cat-title { position: relative; font-size: 14px; line-height: 1; font-weight: 400; background-color: #f8f8f8; color: #222; letter-spacing: 2px; margin: 0 -20px 30px; padding: 15px 35px; text-transform: uppercase; } .navigation li.mega-cat > ul > li { padding: 0 15px; } .navigation li.mega-cat ul li a { padding: 0; } .navigation li.mega-cat ul li a.mega-post-link { display: block; position: relative; background-color: #000; } .navigation li.mega-cat ul li a.mega-post-link img { display: block; width: 100%; } .navigation li.mega-cat ul li a.mega-post-link .overlay { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; border-radius: 3px; background-color: rgba(0, 0, 0, 0.2); -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .navigation li.mega-cat ul li a.mega-post-link:hover .overlay { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } .navigation li.mega-cat ul li .mega-post-title { display: block; margin: 15px 0 8px; white-space: initial; } .navigation li.mega-cat ul li .mega-post-title a { color: #555; font-size: 14px; font-weight: 400; line-height: 1.3; letter-spacing: 0.6px; text-transform: none; } .navigation li.mega-cat ul li .mega-post-title a:hover { background-color: transparent; color: #333; } .navigation li.mega-cat ul li .mega-post-date { display: block; font-size: 10px; color: #bbb; text-transform: uppercase; } .navigation li.mega-cat ul li .mega-post-date i { font-size: 9px; padding-right: 5px; } .navigation > ul > li.mega-cat > ul.megamenu.sub-menu > li.first { border-left: 0; } /*------------------------------------* Tablet & Small Desktop Widths *------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 1280px) { /* megamenu */ .navigation li.megamenu.auto-width.col-6 > .sub-menu { width: 980px; } } /*------------------------------------* $SEARCH ICON *------------------------------------*/ #searchform-dropdown { position: absolute; right: 0; background-color: #fff; border-top: 3px solid #13aff0; top: 100%; padding: 15px; width: 260px; -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; z-index: 10000; } #searchform-dropdown input { display: block; background-color: transparent; border-radius: 0; margin: 0; } .no-top-border #searchform-dropdown { border: none; } /* display search on click */ #searchform-dropdown.show { visibility: visible; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } #site-header.header-replace #site-navigation .dropdown-menu { -webkit-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; } #site-header.header-replace #site-navigation.hide .dropdown-menu { visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; } #searchform-header-replace { position: absolute; top: 0; right: 0; height: 100%; width: 100%; visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; } #searchform-header-replace form { height: 100%; width: 100%; } #searchform-header-replace input { height: 100%; width: 94%; font-size: 22px; background-color: transparent; color: #bbb; padding: 0; outline: 0; border: 0; margin: 0; border-radius: 0; } #searchform-header-replace-close { position: absolute; right: 8px; top: 50%; margin-top: -20px; height: 40px; line-height: 40px; font-size: 26px; color: #bbb; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #searchform-header-replace-close:hover { color: #222; } /* display search on click */ #searchform-header-replace.show { visibility: visible; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } #searchform-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 9999; } #searchform-overlay .container { position: relative; max-width: 550px; height: 100%; } #searchform-overlay a.search-overlay-close { position: absolute; top: -50px; left: 50%; margin-left: -20px; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.2); text-align: center; border-radius: 2px; } #searchform-overlay a.search-overlay-close:hover { background-color: rgba(255, 255, 255, 0.3); } #searchform-overlay a.search-overlay-close span { position: relative; display: inline-block; width: 24px; height: 24px; } #searchform-overlay a.search-overlay-close span:before, #searchform-overlay a.search-overlay-close span:after { content: ''; position: absolute; top: 50%; left: 0; height: 2px; width: 100%; margin-top: 6px; background-color: #fff; border-radius: 5px; } #searchform-overlay a.search-overlay-close span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } #searchform-overlay a.search-overlay-close span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } #searchform-overlay form { position: absolute; top: 50%; left: 0; margin-top: -33px; width: 100%; text-align: center; } #searchform-overlay form input, #searchform-overlay form label { font-size: 22px; line-height: 1.3; padding: 18px 0; margin: 0; min-height: 50px; color: #fff; letter-spacing: 1px; text-transform: uppercase; text-align: center; } #searchform-overlay form input { position: relative; border: 0; background-color: transparent; border-bottom: 1px solid #444; z-index: 2; -webkit-transition: border-color 0.3s ease; transition: border-color 0.3s ease; } #searchform-overlay form input:hover { border-color: #777; } #searchform-overlay form input:focus { border-color: #fff; } #searchform-overlay form label { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #searchform-overlay form label i { display: inline-block; background-color: #fff; width: 3px; height: 3px; margin-left: 3px; -webkit-animation: blink 1s linear infinite; animation: blink 1s linear infinite; } #searchform-overlay form label i + i { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #searchform-overlay form label i + i + i { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #searchform-overlay form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* header > search overlay */ #searchform-overlay { display: none !important; } } /*------------------------------------* $DROP DOWN MOBILE *------------------------------------*/ #mobile-dropdown { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; max-height: 400px; overflow-y: auto; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } #mobile-dropdown ul { margin: 0; list-style: none; } #mobile-dropdown ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.035); } #mobile-dropdown ul li a { display: block; position: relative; padding: 12px 40px; text-align: left; } #mobile-dropdown ul li a i, #mobile-dropdown ul li a img { margin-right: 10px; } #mobile-dropdown ul li a i.after { margin-right: 0; margin-left: 10px; } #mobile-dropdown ul li a .dropdown-toggle { position: absolute; right: 0; top: 0; height: 100%; width: 60px; cursor: pointer; color: #555; padding-right: 40px; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #mobile-dropdown ul li a .dropdown-toggle:before { content: '+'; font-size: 20px; position: absolute; top: 50%; left: 50%; line-height: 30px; margin-top: -15px; margin-left: -15px; } #mobile-dropdown ul li.active > a > .dropdown-toggle:before { content: '-'; } #mobile-dropdown ul li ul { display: none; border-top: 1px solid rgba(0, 0, 0, 0.035); margin-left: 0; background-color: rgba(0, 0, 0, 0.02); } #mobile-dropdown ul li.woo-menu-icon, #mobile-dropdown ul li.search-toggle-li, #mobile-dropdown ul li.side-panel-li, #mobile-dropdown ul li a .nav-arrow, #mobile-dropdown ul .sidebar-box, #mobile-dropdown ul .widget { display: none; } #mobile-dropdown .oceanwp-social-menu { display: block !important; float: none; width: 100%; right: auto !important; left: auto !important; padding: 0 40px !important; margin: 10px 0 !important; } #mobile-dropdown .oceanwp-social-menu .social-menu-inner { height: auto; } #mobile-dropdown .oceanwp-social-menu li { display: inline-block; float: none; border: 0; } #mobile-dropdown .oceanwp-social-menu li a { display: block; padding: 12px 10px; } #mobile-dropdown #mobile-menu-search { display: block; padding: 20px 40px; } #mobile-dropdown #mobile-menu-search form { position: relative; } #mobile-dropdown #mobile-menu-search form input { padding: 6px 45px 6px 12px !important; margin-top: 0 !important; -webkit-box-sizing: inherit; box-sizing: inherit; } #mobile-dropdown #mobile-menu-search form button { display: block; position: absolute; right: 10px; height: 30px; line-height: 30px; width: 30px; padding: 0; text-align: center; top: 50%; margin-top: -15px; background-color: transparent !important; color: #555; border: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #mobile-dropdown #mobile-menu-search form button:hover { color: #222; } #mobile-dropdown .has-social #mobile-menu-search { padding-top: 0; } /*------------------------------------* $FULL SCREEN MOBILE *------------------------------------*/ #mobile-fullscreen { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); overflow-y: scroll; z-index: 100000; } #mobile-fullscreen #mobile-fullscreen-inner { display: table; width: 100%; height: 100%; padding: 0 40px; } #mobile-fullscreen a.close { position: absolute; top: 14px; right: 14px; } #mobile-fullscreen a.close .close-icon-wrap { display: inline-block; position: relative; width: 40px; height: 40px; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } #mobile-fullscreen a.close .close-icon-wrap:hover { opacity: .7; } #mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after { display: inline-block; width: 40px; height: 3px; background-color: #fff; border-radius: 3px; } #mobile-fullscreen a.close .close-icon-inner { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } #mobile-fullscreen a.close .close-icon-inner::after { content: ''; display: block; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } #mobile-fullscreen nav { display: table-cell; vertical-align: middle; padding: 50px 0; text-align: center; } #mobile-fullscreen ul { list-style: none; margin: 0; } #mobile-fullscreen ul li a { display: block; position: relative; color: #fff; letter-spacing: 1px; text-transform: uppercase; text-align: center; } #mobile-fullscreen ul li a:hover { color: #929292; } #mobile-fullscreen ul li a i, #mobile-fullscreen ul li a img { margin-right: 10px; } #mobile-fullscreen ul li a i.after { margin-right: 0; margin-left: 10px; } #mobile-fullscreen ul li .dropdown-toggle { display: inline-block; width: 26px; padding-left: 5px; text-align: center; } #mobile-fullscreen ul li .dropdown-toggle:before { font-family: 'FontAwesome'; content: '+'; } #mobile-fullscreen ul li.open-sub > a > .dropdown-toggle:before { content: '-'; } #mobile-fullscreen ul ul.sub-menu { display: none; list-style: none; margin: 0; padding: 0; } #mobile-fullscreen ul ul.sub-menu li a { font-size: 13px; padding: 3px 0; } #mobile-fullscreen ul > li { display: block; } #mobile-fullscreen ul > li > a { font-size: 18px; line-height: 1.2; padding: 12px 0; } #mobile-fullscreen ul .woo-menu-icon, #mobile-fullscreen ul .search-toggle-li, #mobile-fullscreen ul .side-panel-li, #mobile-fullscreen ul .sidebar-box { display: none; } #mobile-fullscreen #mobile-search { max-width: 220px; margin: 10px auto 0; } #mobile-fullscreen #mobile-search form { position: relative; } #mobile-fullscreen #mobile-search input, #mobile-fullscreen #mobile-search label { font-size: 20px; padding: 4px 0; color: #fff; margin: 0; text-align: center; text-transform: uppercase; } #mobile-fullscreen #mobile-search input { position: relative; border: 0; background-color: transparent; border-bottom: 1px solid #666; border-radius: 0; z-index: 2; } #mobile-fullscreen #mobile-search input:hover, #mobile-fullscreen #mobile-search input:focus { border-color: #fff; } #mobile-fullscreen #mobile-search label { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #mobile-fullscreen #mobile-search label i { display: inline-block; background-color: #fff; width: 3px; height: 3px; margin-left: 3px; -webkit-animation: blink 1s linear infinite; animation: blink 1s linear infinite; } #mobile-fullscreen #mobile-search label i + i { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #mobile-fullscreen #mobile-search label i + i + i { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #mobile-fullscreen #mobile-search form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #mobile-fullscreen .oceanwp-social-menu { display: block; float: none; margin-top: 30px; text-align: center; right: auto; } #mobile-fullscreen .oceanwp-social-menu .social-menu-inner { display: block; height: auto !important; } #mobile-fullscreen .oceanwp-social-menu ul li { float: none; display: inline-block; } #mobile-fullscreen .oceanwp-social-menu.simple-social ul li a { color: #fff; font-size: 24px; padding: 0 16px; margin: 0; background-color: transparent !important; } #mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover { color: #929292; } #mobile-fullscreen .oceanwp-social-menu .colored ul li a, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a, #mobile-fullscreen .oceanwp-social-menu .dark ul li a { padding: 0 4px; } #mobile-fullscreen .oceanwp-social-menu .colored ul li a span, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a span, #mobile-fullscreen .oceanwp-social-menu .dark ul li a span { font-size: 16px; width: 60px; height: 60px; line-height: 60px; } @-webkit-keyframes blink { 0% { -webkit-opacity: 1; } 50% { -webkit-opacity: 0; } 100% { -webkit-opacity: 1; } } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /*------------------------------------* $PAGE HEADER *------------------------------------*/ .page-header { position: relative; background-color: #f5f5f5; padding: 34px 0; } .page-header .container { position: relative; } .has-transparent-header .page-header { padding: 120px 0 36px 0; } body.home .page-header-inner { text-align: center; } .page-header-title { display: block; font-size: 24px; line-height: 1.4em; font-weight: 400; margin: 0; color: #333; } body.breadcrumbs-position-default .page-header-title { max-width: 70%; } .page-subheading { font-size: 15px; margin: 0; } .page-subheading p:last-child { margin: 0; } .centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title { max-width: 100% !important; } /** * Page Header Centered */ .centered-page-header { text-align: center; } .centered-page-header .page-header-title { font-size: 32px; } .centered-page-header .page-subheading { font-size: 18px; font-weight: 300; } /** * Page Header Minimal Centered */ .centered-minimal-page-header { background-color: #fff; border-bottom: 1px solid #f1f1f1; text-align: center; } .centered-minimal-page-header .page-header-title { font-size: 32px; } .centered-minimal-page-header .page-subheading { font-size: 18px; font-weight: 300; } /** * Page Header Solid Color */ .solid-color-page-header .page-header-title { color: #fff !important; } .solid-color-page-header .site-breadcrumbs, .solid-color-page-header .site-breadcrumbs a { color: #fff !important; } .solid-color-page-header .page-subheading { color: #fff; } /** * Page Header Background Image */ .background-image-page-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background-color: #000; height: 400px; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; } .background-image-page-header .page-header-inner { text-align: center; } .background-image-page-header .page-subheading { position: relative; color: #fff; font-size: 24px; font-weight: 300; z-index: 2; } .page-header.background-image-page-header .page-header-title { position: relative; color: #fff; font-size: 44px; font-weight: 400; max-width: 100%; z-index: 2; } .background-image-page-header-overlay { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000; z-index: 1; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; } /** * Breadcrumbs */ .site-breadcrumbs { position: absolute; right: 0; top: 50%; max-width: 50%; height: 32px; line-height: 32px; margin-top: -16px; font-size: 13px; color: #c6c6c6; font-weight: normal; white-space: nowrap; overflow: hidden; } .site-breadcrumbs ul { margin: 0; padding: 0; list-style: none; } .site-breadcrumbs ul li { display: inline-block; } .site-breadcrumbs ul li .breadcrumb-sep { margin: 0 6px; } .site-breadcrumbs .icon-home.has-text, .site-breadcrumbs .breadcrumb-home.has-icon { display: none; } .site-breadcrumbs .breadcrumb-title { margin-right: 5px; } .site-breadcrumbs.position-under-title, .centered-page-header .site-breadcrumbs, .centered-minimal-page-header .site-breadcrumbs { position: inherit; top: auto; right: auto; margin-top: 0; max-width: 100%; } .oceanwp-breadcrumb .site-breadcrumbs { position: relative; top: auto; left: auto; right: auto; max-width: 100%; margin-top: 0; } .background-image-page-header .site-breadcrumbs { display: block; position: inherit; max-width: 100%; margin-top: 20px; top: auto; right: auto; color: #fff; text-align: center; z-index: 2; } .background-image-page-header .site-breadcrumbs a { color: #fff; } .background-image-page-header .site-breadcrumbs a:hover { color: #ddd; } /* compatibility with SEOPress */ .site-breadcrumbs nav, .site-breadcrumbs ol { margin: 0; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* page title */ body.has-breadcrumbs .page-header-title { max-width: 100%; width: 100%; } } /*------------------------------------* Tablet Portrait *------------------------------------*/ @media only screen and (max-width: 959px) { /* page header */ .site-breadcrumbs { position: inherit; top: auto; left: auto; right: auto; max-width: 100%; margin-top: 0; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { /* Remove fixed background to fix the IOS bug */ .page-header { background-attachment: initial !important; } /* page header */ .page-header-with-background .page-header-title { font-size: 36px; } .centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title, .page-header.background-image-page-header .page-header-title { font-size: 24px; } .centered-page-header .page-subheading, .centered-minimal-page-header .page-header-subheading, .page-header.background-image-page-header .page-subheading { font-size: 14px; } .background-image-page-header { height: auto !important; } /* breadcrumbs */ body.has-breadcrumbs .page-header-title { max-width: 100%; width: 100%; } } /*------------------------------------* $BLOG *------------------------------------*/ #blog-entries { padding-bottom: 0; } .blog-entry.post { position: relative; } .blog-entry.post .thumbnail { position: relative; } .blog-entry.post .thumbnail a { display: inline-block; position: relative; width: 100%; } .blog-entry.post .thumbnail .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .blog-entry.post .thumbnail:hover .overlay { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } .blog-entry.post .thumbnail img { width: 100%; } .blog-entry.post ul.meta { margin: 0 0 12px; } .blog-entry.post .blog-entry-header { margin-bottom: 20px; } .blog-entry.post .blog-entry-header .entry-title { font-size: 24px; margin: 0; } .blog-entry.post .blog-entry-header .entry-title a { font-weight: 600; letter-spacing: 0.6px; } .blog-entry.post .blog-entry-summary { margin-bottom: 20px; } .blog-entry.post .blog-entry-summary p:last-child { margin-bottom: 0; } .thumbnail-caption { font-size: 13px; margin-top: 0.5em; text-align: center; } .blog-entry.large-entry { border-bottom: 1px solid #f1f1f1; margin-bottom: 30px; padding-bottom: 30px; } .blog-entry.large-entry .thumbnail { margin-bottom: 20px; } .blog-entry.large-entry .blog-entry-readmore a { display: inline-block; font-size: 11px; line-height: 1; border: 1px solid #ddd; padding: 10px 16px; border-radius: 2px; text-transform: uppercase; letter-spacing: 1px; } .blog-entry.large-entry .blog-entry-readmore a:hover { color: #13aff0; border-color: #13aff0; } .blog-entry.large-entry .blog-entry-readmore a i { margin-left: 8px; } .blog-entry.grid-entry { float: left; } .blog-entry.grid-entry .blog-entry-inner { padding: 0 20px 20px; border: 1px solid #7F9C9B; border-radius: 5px 5px; background-color: #fff; } .blog-entry.grid-entry .thumbnail { margin: 0 -20px; } .blog-entry.grid-entry ul.meta { margin: 0; } .blog-entry.grid-entry .blog-entry-header { margin: 20px 0 12px; } .blog-entry.grid-entry .blog-entry-header .entry-title { font-size: 18px; } .blog-entry.grid-entry .blog-entry-summary { line-height: 1.6; margin: 10px 0 0; } .blog-entry.grid-entry .blog-entry-readmore { margin-top: 16px; } .blog-entry.grid-entry .blog-entry-readmore a { display: inline-block; font-size: 12px; line-height: 1.2; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; } .blog-entry.grid-entry .blog-entry-readmore a i { margin-left: 5px; } .blog-entry.thumbnail-entry { border-bottom: 1px solid #f1f1f1; margin-bottom: 30px; padding-bottom: 30px; } .blog-entry.thumbnail-entry .blog-entry-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .blog-entry.thumbnail-entry .center .thumbnail, .blog-entry.thumbnail-entry .center .blog-entry-content { -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .blog-entry.thumbnail-entry .bottom .thumbnail, .blog-entry.thumbnail-entry .bottom .blog-entry-content { -webkit-justify-content: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .blog-entry.thumbnail-entry .thumbnail { width: 45%; } .blog-entry.thumbnail-entry .thumbnail a { position: relative; } .blog-entry.thumbnail-entry .thumbnail .link-entry { position: absolute; top: 0; } .blog-entry.thumbnail-entry .thumbnail .left-position .link-entry { right: 0; } .blog-entry.thumbnail-entry .thumbnail .right-position .link-entry { left: 0; } .blog-entry.thumbnail-entry .blog-entry-content { width: 55%; } .blog-entry.thumbnail-entry .blog-entry-content { padding: 6px 0; } .blog-entry.thumbnail-entry .left-position .blog-entry-content { padding-left: 3em; } .blog-entry.thumbnail-entry .right-position .blog-entry-content { padding-right: 3em; } .blog-entry.thumbnail-entry .blog-entry-category { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.6px; line-height: 1.2em; text-transform: uppercase; margin-bottom: 10px; } .blog-entry.thumbnail-entry .blog-entry-category a { color: #13aff0; } .blog-entry.thumbnail-entry .blog-entry-category a:hover { color: #333; } .blog-entry.thumbnail-entry .blog-entry-summary { margin-bottom: 15px; } .blog-entry.thumbnail-entry .blog-entry-bottom { display: block; border-top: 1px solid #e9e9e9; padding-top: 15px; font-size: 11px; font-weight: 600; letter-spacing: 0.6px; line-height: 1.2em; text-transform: uppercase; } .blog-entry.thumbnail-entry .blog-entry-comments, .blog-entry.thumbnail-entry .blog-entry-comments a, .blog-entry.thumbnail-entry .blog-entry-date { color: #ababab; } .blog-entry.thumbnail-entry .blog-entry-comments { float: left; } .blog-entry.thumbnail-entry .blog-entry-comments i { padding-right: 6px; } .blog-entry.thumbnail-entry .blog-entry-comments a:hover { color: #333; } .blog-entry.thumbnail-entry .blog-entry-date { float: right; } .blog-entry.thumbnail-entry.no-featured-image .blog-entry-content { width: 100%; } .blog-entry.thumbnail-entry.no-featured-image .left-position .blog-entry-content { padding-left: 0; } .blog-entry.thumbnail-entry.no-featured-image .right-position .blog-entry-content { padding-right: 0; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { .blog-entry.thumbnail-entry .blog-entry-inner { -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content { width: 100%; } .blog-entry.thumbnail-entry .blog-entry-content { margin-top: 15px; padding: 0 !important; } } ul.meta { display: inline-block; width: 100%; color: #777; font-size: 12px; line-height: 1; margin: 0 0 20px; padding: 0; list-style: none; } ul.meta li { float: left; line-height: 1.3; } ul.meta li:after { content: '-'; padding: 0 6px; } ul.meta li:last-child:after { display: none; padding: 0; } ul.meta li a { color: #777; } ul.meta li a:hover { color: #13aff0; } ul.meta li i { display: inline-block; color: #929292; padding-right: 5px; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { ul.meta { margin-bottom: 12px; } ul.meta li { margin-bottom: 8px; } } /** * Gallery Format */ .gallery-format { display: none; position: relative; overflow: hidden; } .gallery-format img { display: block; position: relative; width: 100%; margin-bottom: 0; } .gallery-format .slick-prev, .gallery-format .slick-next { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; visibility: hidden; } .gallery-format:hover .slick-prev, .gallery-format:hover .slick-next { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; visibility: visible; } /** * Video/audio format */ .wp-video { width: 100% !important; } /** * Link Format */ .link-entry { position: absolute; top: 20px; right: 20px; } .link-entry i { display: inline-block; width: 60px; height: 60px; font-size: 22px; line-height: 60px; background-color: #333; color: #fff; text-align: center; border-radius: 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .thumbnail:hover i { background-color: #13aff0; } /** * Quote format */ .post-quote-content, .post-quote-author { position: relative; background-color: #13aff0; color: #fff; font-size: 20px; padding: 20px 30px; line-height: 1.6; z-index: 1; } .post-quote-icon { position: absolute; right: 20px; bottom: 10px; font-size: 48px; -moz-opacity: 0.2; -webkit-opacity: 0.2; opacity: 0.2; z-index: -1; } .post-quote-author { background-color: #0b7cac; font-size: 12px; font-weight: 600; padding: 10px 30px; margin-top: 1px; text-transform: uppercase; letter-spacing: 0.6px; } .single-post .post-quote-wrap { margin-bottom: 30px; } /** * Single Post */ .single .thumbnail { position: relative; margin-bottom: 20px; } .single .thumbnail img { width: 100%; } .single .entry-title { font-size: 34px; padding: 0 0 20px; margin: 0 0 15px; border-bottom: 1px solid #f1f1f1; letter-spacing: 0.6px; } .single-post.content-max-width #main #content-wrap { width: 100%; max-width: 100%; } .single-post.content-max-width .thumbnail, .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .post-tags, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts, .single-post.content-max-width .comments-area { padding-left: 20px; padding-right: 20px; } .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .wp-block-image, .single-post.content-max-width .wp-block-gallery, .single-post.content-max-width .wp-block-video, .single-post.content-max-width .wp-block-quote, .single-post.content-max-width .wp-block-text-columns, .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol, .single-post.content-max-width .wp-block-cover-text, .single-post.content-max-width .post-tags, .single-post.content-max-width .comments-area { margin: 1.5em auto; max-width: 700px; } .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol { padding-left: 40px; padding-right: 40px; } .single-post.content-max-width .thumbnail { margin-top: 0; } .single-post.content-max-width .entry-header { margin-bottom: 0; } .single-post.content-max-width ul.meta { display: block; } .single-post.content-max-width .wp-block-quote p { padding: 0; } .single-post.content-max-width .entry-content blockquote p { max-width: 100%; margin: 0; padding: 0; } .single-post.content-max-width .thumbnail, .single-post.content-max-width .wp-block-cover-text.alignwide, .single-post.content-max-width .wp-block-image.alignwide, .single-post.content-max-width .wp-block-gallery.alignwide, .single-post.content-max-width .wp-block-text-columns.alignwide, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts { margin: 1.5em auto; max-width: 1100px; } .single-post.content-max-width .wp-block-cover-text.alignfull, .single-post.content-max-width .wp-block-image.alignfull, .single-post.content-max-width .wp-block-gallery.alignfull, .single-post.content-max-width .wp-block-text-columns.alignfull { margin: 1.5em 0; max-width: 100%; } .single-post.content-max-width .wp-block-image.alignfull img { width: 100%; } .single-post.content-max-width .wp-block-image.alignleft, .single-post.content-max-width .wp-block-image.alignright { max-width: 350px; margin-top: 0; margin-bottom: 0; } .single-post.content-max-width .wp-block-image.alignleft { margin-left: -webkit-calc( 50% - 350px); margin-left: calc( 50% - 350px); padding: 14px 36px 14px 0; } .single-post.content-max-width .wp-block-image.alignright { margin-right: -webkit-calc( 50% - 350px); margin-right: calc( 50% - 350px); padding: 14px 0 14px 36px; } .single-post.content-max-width figure img { margin: 0 auto; } .single-post.content-max-width .entry-content ul.alignfull, .single-post.content-max-width .entry-content ol.alignfull { padding-left: 0; padding-right: 0; } .single-post.content-max-width .entry-content ul.alignwide, .single-post.content-max-width .entry-content ol.alignwide { padding-left: 0; padding-right: 0; } .wp-block-cover-image, .wp-block-image { margin-bottom: 20px; } .wp-block-button a:hover { color: inherit; } .wp-block-quote.blocks-quote-style-2 { border: 0; } .wp-block-pullquote { border-left-width: 0; margin: 0; } .wp-block-separator { margin: 30px auto; } .wp-block-separator.is-style-wide { max-width: 700px; } .wp-block-table { display: table; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .single-post.media-above-content .thumbnail { margin-bottom: 20px; } .single-post .entry-title { font-size: 26px; } } /** * Single Post Content */ .single .entry-content { margin-bottom: 20px; } .dropcap { float: left; color: #13aff0; font-size: 120px; line-height: 80px; margin-top: 6px; margin-right: 10px; } .entry-footer { display: inline-block; width: 100%; } /** * Single Post Tags */ .single .post-tags { font-size: 11px; font-weight: 600; margin: 30px 0 0; text-transform: uppercase; } /** * Single Post Next Prev */ .single nav.post-navigation { margin-top: 30px; padding-top: 30px; border-top: 1px solid #f1f1f1; } .single nav.post-navigation:after { content: ''; display: block; visibility: hidden; clear: both; zoom: 1; height: 0; } .single nav.post-navigation .nav-links .title { display: block; color: #13aff0; line-height: 20px; } .single nav.post-navigation .nav-links a { display: block; } .single nav.post-navigation .nav-links i { font-size: 20px; line-height: 20px; } .single nav.post-navigation .nav-links .post-title { display: block; font-size: 16px; margin: 5px 0 0; } .single nav.post-navigation .nav-previous { float: left; width: 50%; text-align: left; border-right-width: 1px; border-style: solid; border-color: #f1f1f1; padding-right: 20px; } .single nav.post-navigation .nav-previous i { float: left; margin-right: 20px; } .single nav.post-navigation .nav-next { float: right; width: 50%; text-align: right; padding-left: 20px; } .single nav.post-navigation .nav-next i { float: right; margin-left: 20px; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .single nav.post-navigation .nav-links .nav-previous, .single nav.post-navigation .nav-links .nav-next { float: none; width: 100%; padding: 0; } .single nav.post-navigation .nav-links .nav-previous { border-right-width: 0; border-left-width: 0; } } /** * Single Post Author bio */ #author-bio { position: relative; margin-top: 30px; padding-top: 30px; border-top-width: 1px; border-style: solid; border-color: #f1f1f1; } #author-bio #author-bio-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } #author-bio .author-bio-avatar, #author-bio .author-bio-avatar img { border-radius: 50%; } #author-bio .author-bio-avatar { min-width: 80px; margin-right: 30px; } #author-bio .author-bio-avatar img { width: 80px; height: 80px; border: 3px solid #e9e9e9; } #author-bio .author-bio-content { position: relative; } #author-bio .author-bio-title { display: inline-block; font-size: 18px; margin: 0 0 10px; text-transform: capitalize; } #author-bio .author-bio-description p:last-child { margin: 0; } .author #author-bio { margin: 0 0 30px; padding-bottom: 30px; border-bottom-width: 1px; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { #author-bio .author-bio-avatar { display: none; } } /** * Single Post Related posts */ #related-posts { margin-top: 30px; padding-top: 30px; border-top: 1px solid #f1f1f1; } #related-posts .title-wrap { display: block; color: #333; font-size: 20px; font-weight: 600; letter-spacing: 0.6px; margin-bottom: 18px; } #related-posts ul { padding: 0; list-style: none; } #related-posts .col { float: left; position: relative; min-height: 100px; margin: 0; text-align: center; } #related-posts .span_1_of_3 { width: 33.3333333333%; } .related-thumb { display: block; background-color: #222; } .related-thumb img { display: block; width: 100%; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .related-thumb:hover img { -moz-opacity: 0.7; -webkit-opacity: 0.7; opacity: 0.7; } .related-post-title { font-size: 16px; font-weight: 600; margin: 12px 12px 3px 12px; } .related-post-title a { display: block; } time.published { font-size: 12px; } time.published i { padding-right: 5px; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #related-posts .col { float: none; width: 100%; margin-bottom: 30px; } #related-posts .col:last-child { margin-bottom: 0; } } /*------------------------------------* $SIDEBAR *------------------------------------*/ .widget-area { font-size: 13px; } .sidebar-box { margin-bottom: 40px; } .sidebar-box ul { margin: 0; padding: 0; list-style: none; } .widget-title { display: block; line-height: 1; font-size: 13px; font-weight: 400; color: #333; border-width: 0 0 0 3px; border-style: solid; border-color: #13aff0; letter-spacing: 1px; padding-left: 15px; margin: 0 0 20px; text-transform: uppercase; } /** * Widgets > Borders */ .oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li { padding: 6px 0; border-bottom: 1px solid #e9e9e9; } .oceanwp-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child { border-top: 1px solid #e9e9e9; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #main .widget_nav_menu li a:before { display: none; } } /*------------------------------------* $CUSTOM SELECTS *------------------------------------*/ .hasCustomSelect { width: 100%; z-index: 2; } .theme-select { position: relative; border: 1px solid #ddd; color: #555; height: 34px; line-height: 32px; padding: 0 45px 0 15px; width: 100%; z-index: 1; } .theme-select:after { font-family: 'FontAwesome'; content: '\f107'; position: absolute; right: 0; top: 0; display: block; height: 32px; width: 32px; font-size: 11px; color: #929292; border-left: 1px solid #ddd; text-align: center; } /*------------------------------------* $PAGINATION *------------------------------------*/ ul.page-numbers { display: inline-block; width: 100%; margin: 0; padding: 10px 0 0; list-style: none; text-align: right; clear: both; } ul.page-numbers li { display: inline-block; } .page-links { text-align: center; margin: 15px 0; } .page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span { position: relative; display: inline-block; min-width: 38px; min-width: 38px; line-height: 38px; margin: 0 8px 0 0; text-align: center; color: #555; border: 1px solid #e9e9e9; font-size: 18px; cursor: pointer; white-space: nowrap; border-radius: 2px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-sizing: content-box; box-sizing: content-box; } .page-numbers a span:not(.elementor-screen-only) { padding: 0; } .page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover, .page-links > span { background-color: #f8f8f8; color: #333; } .elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers.current:hover { background-color: transparent; } .pagination-center .oceanwp-pagination ul.page-numbers, .pagination-center .oceanwp-pagination .page-links, .pagination-center .woocommerce-pagination ul.page-numbers, .pagination-center .woocommerce-pagination .page-links { text-align: center; } .pagination-left .oceanwp-pagination ul.page-numbers, .pagination-left .oceanwp-pagination .page-links, .pagination-left .woocommerce-pagination ul.page-numbers, .pagination-left .woocommerce-pagination .page-links { text-align: left; } /* next/prev */ .page-jump a { display: inline-block; font-size: 12px; line-height: 1.2; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; } /* infinite scroll */ .scroller-status, .infinite-scroll-last, .infinite-scroll-error { display: none; } .scroller-status { margin-top: 20px; text-align: center; clear: both; } .scroller-status p { margin: 0; } .loader-ellips { font-size: 12px; position: relative; width: 3.5em; height: 1em; margin: 0 auto; } .loader-ellips__dot { display: block; width: 1em; height: 1em; border-radius: 0.5em; background-color: #333; position: absolute; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) { left: 0; } .loader-ellips__dot:nth-child(3) { left: 1.3em; } .loader-ellips__dot:nth-child(4) { left: 2.6em; } .loader-ellips__dot:nth-child(1) { -webkit-animation-name: reveal; animation-name: reveal; } .loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) { -webkit-animation-name: slide; animation-name: slide; } .loader-ellips__dot:nth-child(4) { -webkit-animation-name: reveal; animation-name: reveal; -webkit-animation-direction: reverse; animation-direction: reverse; } @-webkit-keyframes reveal { from { -webkit-transform: scale(0.001); transform: scale(0.001); } to { -webkit-transform: scale(1); transform: scale(1); } } @keyframes reveal { from { -webkit-transform: scale(0.001); transform: scale(0.001); } to { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes slide { to { -webkit-transform: translateX(1.3em); transform: translateX(1.3em); } } @keyframes slide { to { -webkit-transform: translateX(1.3em); transform: translateX(1.3em); } } .infinite-scroll-nav { display: none; } /*------------------------------------* $COMMENT *------------------------------------*/ #respond { margin-bottom: 20px; } #respond form { display: inline-block; width: 100%; } #respond .comment-textarea, #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { margin-bottom: 20px; } #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 33.33%; } #respond .comment-form-author { padding-right: 10px; } #respond .comment-form-email { padding: 0 10px; } #respond .comment-form-url { padding-left: 10px; } #respond input[type="text"] { width: 100%; } #respond .form-submit { float: right; margin-bottom: 0; } #comments { margin-top: 30px; padding-top: 30px; border-top: 1px solid #f1f1f1; } #comments ol { margin: 0; list-style: none; } #comments ol.children { margin-left: 30px; } #comments.empty-closed-comments { display: none; } .comment-body { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #f1f1f1; } .comment-body img.avatar { width: 80px; height: 80px; margin-right: 30px; border-radius: 50%; } .comment-body .comment-content { position: relative; width: 100%; } .comment-author { display: inline-block; width: 100%; } .comment-author .comment-link, .comment-author .comment-meta { font-weight: 600; margin: 5px 0 8px; } .comment-author .comment-link { float: left; font-size: 18px; } .comment-author .comment-meta { float: right; text-align: right; font-size: 10px; line-height: 2.5; text-transform: uppercase; letter-spacing: 0.1em; } .comment-author .comment-meta .comment-reply-link, .comment-author .comment-meta .comment-edit-link { margin-left: 15px; } .comment-author .comment-meta .comment-reply-link { color: #13aff0; } .comment-author .comment-meta .comment-reply-link:hover { color: #333; } #respond #cancel-comment-reply-link { font-size: 10px; color: #929292; float: right; border: 2px solid #f1f1f1; padding: 3px 10px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.1em; } #respond #cancel-comment-reply-link:hover { color: #13aff0; border-color: #13aff0; } span.required { position: relative; top: -4px; font-size: 10px; margin-left: 3px; color: #F00; } .comment-body p { margin: 0; } .no-comments { text-align: right; } .no-comments i { margin-right: 8px; } .comment-navigation { display: inline-block; width: 100%; } .comment-navigation .nav-links a { display: inline-block; font-size: 12px; line-height: 1.2; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; } .comment-navigation .nav-links .nav-previous { float: left; margin-right: 1.5em; } .comment-navigation .nav-links .nav-previous i { margin-right: 5px; } .comment-navigation .nav-links .nav-next { float: right; margin-left: 1.5em; } .comment-navigation .nav-links .nav-next i { margin-left: 5px; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #comments ol.children { margin-left: 0; margin-right: 0; } #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: none; width: 100%; padding-right: 0; padding: 0; padding-left: 0; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .comment-body img { display: none; } .comment-author { margin-bottom: 16px; } .comment-author .comment-link, .comment-author .comment-meta { float: none; } } /*------------------------------------* $SEARCH *------------------------------------*/ .search-results article { position: relative; width: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e9e9e9; } .search-results article .search-entry-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .search-results article .thumbnail { min-width: 120px; margin-right: 20px; } .search-results article .thumbnail img { border-radius: 5px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } .search-results article .search-entry-title { font-size: 24px; margin: 0 0 6px; } .search-results article .search-entry-summary p:last-child { margin-bottom: 0; } .search-results article .search-entry-readmore a { display: inline-block; font-size: 12px; font-weight: 600; line-height: 1; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; letter-spacing: 0.6px; } .search-results article ul { list-style: none; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .search-results article .thumbnail { display: none; } } /*------------------------------------* $FOOTER *------------------------------------*/ .site-footer { position: relative; } /** * Footer widgets */ #footer-widgets { background-color: #222; padding: 30px 0; margin: 0; } #footer-widgets .footer-box { padding: 0 15px; margin: 0; } #footer-widgets .footer-box .footer-widget { margin-bottom: 20px; } #footer-widgets .footer-box .footer-widget:last-child { margin-bottom: 0; } #footer-widgets .footer-box .footer-widget ul { margin: 0; padding: 0; list-style: none; } #footer-widgets .footer-box .widget-title { color: #fff; } #footer-widgets .footer-box a { color: #fff; } #footer-widgets .footer-box a:hover { color: #13aff0; } #footer-widgets #wp-calendar caption, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar tbody, #footer-widgets .contact-info-widget i, #footer-widgets .mailchimp-widget input[type="email"], #footer-widgets .posts-thumbnails-widget li, #footer-widgets .social-widget li a { border-color: #555; } #footer-widgets .mailchimp-widget input[type="email"]:focus { border-color: #13aff0; } #footer-widgets .tagcloud a { background-color: #222; border-color: #333; } #footer-widgets .tagcloud a:hover { background-color: #444; color: #fff; border-color: #555; } /** * Parallax footer */ .parallax-footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 0; } .has-parallax-footer #main { z-index: 1; } .has-parallax-footer:not(.boxed-layout) #main { -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); } .has-parallax-footer:not(.separate-layout) #main { background-color: #fff; } .has-parallax-footer.separate-layout #main { background-color: #f1f1f1; } .boxed-layout .parallax-footer { width: 1280px; left: auto; right: auto; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* margin footer columns */ #footer-widgets .col { margin-bottom: 30px; } /* Parallax footer */ .has-parallax-footer #main { margin-bottom: 0 !important; } .parallax-footer { position: relative; } } /* Responsive columns */ @media only screen and (min-width: 481px) and (max-width: 768px) { #footer-widgets.tablet-1-col .footer-box { width: 100%; } #footer-widgets.tablet-2-col .footer-box { width: 50% !important; } #footer-widgets.tablet-2-col .footer-box:nth-child(3n) { clear: left; } #footer-widgets.tablet-3-col .footer-box { width: 33.33% !important; clear: none; } #footer-widgets.tablet-3-col .footer-box:nth-child(4n) { clear: left; } #footer-widgets.tablet-4-col .footer-box { width: 25% !important; } #footer-widgets.tablet-4-col .footer-box:nth-child(5n) { clear: left; } } @media only screen and (max-width: 480px) { #footer-widgets.mobile-1-col .footer-box { width: 100%; } #footer-widgets.mobile-2-col .footer-box { width: 50% !important; } #footer-widgets.mobile-2-col .footer-box:nth-child(3n) { clear: left; } #footer-widgets.mobile-3-col .footer-box { width: 33.33% !important; clear: none; } #footer-widgets.mobile-3-col .footer-box:nth-child(4n) { clear: left; } #footer-widgets.mobile-4-col .footer-box { width: 25% !important; } #footer-widgets.mobile-4-col .footer-box:nth-child(5n) { clear: left; } } /** * Footer bottom */ #footer-bottom { background-color: #1B1B1B; padding: 15px 0; font-size: 12px; line-height: 1; } #footer-bottom #footer-bottom-menu, #footer-bottom #copyright { width: 50%; } #footer-bottom #footer-bottom-menu { float: right; text-align: right; padding-left: 15px; } #footer-bottom #footer-bottom-menu ul { display: inline-block; margin: 0; list-style: none; margin: 0; padding: 0; } #footer-bottom #footer-bottom-menu li { float: left; } #footer-bottom #footer-bottom-menu li:after { content: '|'; margin-left: 5px; margin-right: 5px; } #footer-bottom #footer-bottom-menu li:last-child:after { content: ''; margin-left: 0; margin-right: 0; } #footer-bottom #footer-bottom-menu a { color: #fff; } #footer-bottom #footer-bottom-menu a:hover { color: #13aff0; } #footer-bottom.no-footer-nav #copyright { float: none; width: 100%; text-align: center; padding-left: 0 !important; padding-right: 0 !important; } #footer-bottom #copyright { float: left; text-align: left; padding-right: 15px; } #footer-bottom a { color: #fff; } #footer-bottom a:hover { color: #13aff0; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* center footer bottom */ #footer-bottom #copyright, #footer-bottom #footer-bottom-menu { float: none; width: 100%; padding-right: 0; padding-left: 0; text-align: center; } #footer-bottom #footer-bottom-menu { margin-bottom: 15px; } #footer-bottom #footer-bottom-menu li { float: none; display: inline-block; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { #footer-bottom #footer-bottom-menu li { margin-bottom: 8px; } } /** * Scroll top */ #scroll-top { display: none; position: fixed; right: 20px; bottom: 20px; width: 40px; height: 40px; line-height: 40px; background-color: rgba(0, 0, 0, 0.4); color: #fff; font-size: 18px; cursor: pointer; border-radius: 2px; text-align: center; z-index: 100; -webkit-box-sizing: content-box; box-sizing: content-box; } #scroll-top > span { line-height: inherit; vertical-align: top; } #scroll-top:hover { background-color: rgba(0, 0, 0, 0.8); } #scroll-top.scroll-top-left { left: 20px; right: auto; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { #scroll-top { right: 10px; bottom: 10px; width: 26px; height: 26px; line-height: 24px; font-size: 14px; } } /*------------------------------------* $404 PAGE *------------------------------------*/ .error404-content { position: relative; margin: 0 auto; text-align: center; } .error404-content .error-title { font-size: 46px; margin: 0 0 25px; } .error404-content .error-text { font-size: 18px; font-weight: 300; margin-bottom: 35px; } .error404-content .searchform { max-width: 390px; margin: 0 auto; } .error404-content .error-btn { font-size: 13px; padding: 14px 26px; margin-top: 60px; } .error404-content .error-btn:hover { color: #fff; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .error404-content .searchform { width: 100%; } .error404-content .error-btn { margin-top: 40px; } } /*------------------------------------* $GENERAL *------------------------------------*/ /* Fix for the tabs under the header in the edit mode */ .fl-builder-edit #site-header, .fl-builder-edit.has-transparent-header #site-header, .elementor-editor-active #site-header { z-index: 1; } .fl-builder-edit #main, .elementor-editor-active #main { z-index: inherit !important; } /* Fix the height automatically in the custom header style */ #site-header .elementor-section-wrap { height: auto !important; } /* Fix image alignment with caption issue */ .elementor-widget-image .elementor-image img { display: inline-block; } /* Fix carousel next/prev bug in Elementor */ .elementor-slick-slider .slick-prev, .elementor-slick-slider .slick-next { height: auto; } /* Fix background hover color on the photoswipe buttons */ .pswp__button:hover { background-color: transparent; } /* Fix bug with MotoPress */ div.motopress-bootstrap-dropdown .dropdown-menu { display: block !important; position: static !important; } /* Fix problem with Geolocation addon of Caldera form in the Ocean Modal Window */ .pac-container { z-index: 100003; } /* Remove the Elementor section min height if the no-height class is added */ .no-height .elementor-column { min-height: 0; } /* WooCommerce issues with Elementor Pro */ body .elementor-element.elementor-wc-products ul.products li.product .onsale { padding: 8px 12px; } body .elementor-element.elementor-wc-products ul.products li.product.circle-sale .onsale { padding: 0; } @media only screen and (max-width: 959px) { .elementor-element.elementor-wc-products ul.products li.product { width: auto !important; } } /* Fix parallax footer issue in the Elementor editor */ .elementor-editor-active .parallax-footer { z-index: -1; } /* Fix checkbox issue in Elementor */ .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"] { display: inline-block; } /*------------------------------------* $MAGNIFIC POPUP *------------------------------------*/ .mfp-bg { z-index: 104200; -webkit-transform: translateZ(0); } .mfp-wrap { z-index: 104300; } /* Zoom effect */ .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } .mfp-zoom-out-cur { cursor: -moz-default; cursor: -webkit-default; cursor: default; } .mfp-zoom-out-cur .mfp-image-holder .mfp-close { width: 20px; cursor: -moz-pointer; cursor: -webkit-pointer; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* Fade effect */ .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } /*------------------------------------* $SIDR *------------------------------------*/ #sidr-close, .sidebar-mobile #mobile-nav { display: none; } #sidr { display: block; position: fixed; top: 0; height: 100%; z-index: 999999; width: 300px; max-width: 100%; padding-bottom: 30px; overflow-x: hidden; overflow-y: auto; font-size: 15px; background-color: #fff; color: #555; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-overflow-scrolling: touch; } #sidr ul { margin: 0; list-style: none; } .sidr.right { left: auto; right: -300px; } .sidr.left { left: -300px; right: auto; } .sidr a { color: #555; } .sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active > a, .sidr-class-menu-item-has-children.active > a > .sidr-class-dropdown-toggle { color: #13aff0; } .sidr-class-clr:after { content: ''; display: block; visibility: hidden; clear: both; zoom: 1; height: 0; } a.sidr-class-toggle-sidr-close { display: block; background-color: #f8f8f8; color: #333; font-size: 13px; font-weight: 600; line-height: 1; padding: 20px; letter-spacing: 0.6px; text-transform: uppercase; } a.sidr-class-toggle-sidr-close i { display: inline-block; padding-right: 8px; margin: 0; width: auto; height: auto; line-height: 1; vertical-align: bottom; } .sidr-class-dropdown-menu ul, .sidr-class-fs-dropdown-menu ul { display: none; border-top: 1px solid rgba(0, 0, 0, 0.035); margin-left: 0; background-color: rgba(0, 0, 0, 0.02); } .sidr-class-dropdown-menu li, .sidr-class-fs-dropdown-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.035); } .sidr-class-dropdown-menu.sidr-class-left-menu li:last-child, .sidr-class-fs-dropdown-menu.sidr-class-left-menu li:last-child { border-bottom: none; } .sidr-class-dropdown-menu > li:first-child, .sidr-class-fs-dropdown-menu > li:first-child { border-top: 1px solid rgba(0, 0, 0, 0.035); } .sidr-class-dropdown-menu li a, .sidr-class-fs-dropdown-menu li a { padding: 12px 20px; display: block; position: relative; } .sidr-class-dropdown-menu li a.sidr-class-sf-with-ul, .sidr-class-fs-dropdown-menu li a.sidr-class-sf-with-ul { padding-right: 40px; } .sidr-class-dropdown-menu ul li:last-child, .sidr-class-fs-dropdown-menu ul li:last-child { border: none; } .sidr-class-top-bar-menu > li:first-child { border-top: none; } .sidr-class-menu-item-has-children { position: relative; } .sidr-class-dropdown-menu li.sidr-class-menu-item-has-children > a { padding-right: 60px; } .sidr-class-dropdown-toggle { font-size: 11px; height: 100%; width: 60px; position: absolute; right: 0; top: 0; cursor: pointer; color: #555; text-align: right; padding-right: 20px; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .sidr-class-dropdown-toggle:before { font-family: 'FontAwesome'; content: '+'; font-size: 20px; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; line-height: 30px; margin-top: -15px; margin-left: -15px; } .sidr-class-dropdown-menu li.active > a > .sidr-class-dropdown-toggle:before { content: '-'; } .sidr-class-dropdown-menu ul a:before { font-family: 'FontAwesome'; content: '\f105'; display: inline-block; margin: 0 10px; } .sidr-class-dropdown-menu ul ul a:before { margin-left: 20px; } .sidr-class-dropdown-menu ul ul ul a:before { margin-left: 40px; } .sidr-class-middle-site-logo, .sidr #searchform-header-replace-close, .sidr #sidr-id-searchform-overlay, .sidr .sidr-class-nav-arrow, .sidr-class-sidebar-box, .sidr-class-mega-cat .sidr-class-dropdown-toggle, .sidr-class-mega-cat .sidr-class-megamenu, .sidr-class-elementor { display: none !important; } .sidr-class-dropdown-menu li.sidr-class-menu-item-has-children.sidr-class-mega-cat > a { padding-right: 20px; } /* Icons */ .sidr-class-dropdown-menu a i { font-size: inherit !important; vertical-align: initial !important; margin-right: 10px; } .sidr-class-dropdown-menu a i.after { margin-right: 0; margin-left: 10px; } /* WPML img */ .sidr-class-wpml-ls-flag { margin-right: 10px; vertical-align: baseline; } /* Overlay */ .oceanwp-sidr-overlay { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.3); z-index: 9999; } /* Search */ #mobile-menu-search, .sidr-class-woo-cart-link, .sidr-class-search-toggle-li, #sidr-id-searchform-dropdown, #sidr-id-searchform-header-replace { display: none; } .sidr-class-mobile-searchform { position: relative; margin: 30px 20px 0; } .sidr-class-mobile-searchform input { padding: 6px 45px 6px 12px !important; margin-top: 0 !important; -webkit-box-sizing: inherit; box-sizing: inherit; } .sidr-class-mobile-searchform button { display: block; position: absolute; right: 10px; height: 30px; line-height: 30px; width: 30px; padding: 0; text-align: center; top: 50%; margin-top: -15px; background-color: transparent !important; color: #555; border: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .sidr-class-mobile-searchform button:hover { color: #222; } /* Social */ .sidr-class-social-menu-inner ul { display: table; width: 100%; text-align: center; table-layout: fixed; } .sidr-class-social-menu-inner ul li { display: table-cell; } .sidr-class-social-menu-inner ul li a { display: block; padding: 12px 10px; } /*------------------------------------* $SLICK *------------------------------------*/ /* Arrows */ .slick-prev, .slick-next { position: absolute; bottom: 0; display: inline-block; background-color: rgba(0, 0, 0, 0.6); color: #fff; width: 30px; height: 35px; line-height: 35px; font-size: 20px; border: 0; text-align: center; cursor: pointer; padding: 0; border-radius: 0; z-index: 10; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { background-color: rgba(0, 0, 0, 0.9); color: #fff; } .slick-prev { right: 30px; } [dir="rtl"] .slick-prev { right: auto; left: 30px; } [dir="rtl"] .slick-prev span:before { content: '\f105'; } .slick-next { right: 0; } [dir="rtl"] .slick-next { left: 0; right: auto; } [dir="rtl"] .slick-next span:before { content: '\f104'; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; } .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 20px; line-height: 20px; text-align: center; color: black; -moz-opacity: 0.25; -webkit-opacity: 0.25; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { color: black; -moz-opacity: 0.75; -webkit-opacity: 0.75; opacity: 0.75; } /*------------------------------------* $RESPONSIVE *------------------------------------*/ /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* default breakpoint */ body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link { display: none; } body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link { display: block; } body.default-breakpoint .is-sticky #site-logo.has-responsive-logo .sticky-logo-link { display: block; } body.default-breakpoint .is-sticky #site-logo.has-sticky-logo .responsive-logo-link { display: none; } body.default-breakpoint #site-header.center-header #site-logo { display: block; } body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content { display: none; } body.default-breakpoint .center-logo #site-logo { float: none; position: absolute; left: 50%; padding: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } body.default-breakpoint .oceanwp-mobile-menu-icon { display: block; } body.default-breakpoint #top-bar.has-no-content #top-bar-social { text-align: center; } body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-left, body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-right { position: inherit; left: auto; right: auto; float: none; height: auto; line-height: 1.5em; margin-top: 0; } body.default-breakpoint #top-bar.has-no-content #top-bar-social li { float: none; display: inline-block; } body.default-breakpoint.vertical-header-style #outer-wrap { margin: 0 !important; } body.default-breakpoint #site-header.vertical-header { position: relative; width: 100%; left: 0 !important; right: 0 !important; } body.default-breakpoint #site-header.vertical-header .has-template > #site-logo { display: block; } body.default-breakpoint #site-header.vertical-header #site-header-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; max-width: 90%; } body.default-breakpoint #site-header.vertical-header #site-header-inner > *:not(.oceanwp-mobile-menu-icon) { display: none; } body.default-breakpoint #site-header.vertical-header #site-header-inner > * { padding: 0 !important; } body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo { display: block; margin: 0; width: 50%; text-align: left; } body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon { width: 50%; text-align: right; } body.default-breakpoint #site-header.vertical-header .vertical-toggle { display: none; } body.default-breakpoint.vh-closed .vertical-toggle { display: none; } body.default-breakpoint .owp-cart-overlay { display: none !important; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { .hide-tablet-mobile { display: none !important; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .hide-mobile { display: none !important; } } /*------------------------------------* Visibility *------------------------------------*/ @media only screen and (min-width: 481px) and (max-width: 767px) { .hide-tablet { display: none !important; } }
assets/css/style.css
@charset "UTF-8"; /*------------------------------------* $CONTENTS *------------------------------------*/ /** * BASE * - MAIN * - NORMALIZE * - LAYOUTS * - COMPONENTS * - TYPOGRAPHY * - FORMS * * COMPONENTS * - TOP BAR * - HEADER * - NAVIGATIONS * - LINKS EFFECT * - MEGA MENU * - SEARCH ICON * - DROP DOWN MOBILE * - FULL SCREEN MOBILE * - PAGE HEADER * - BLOG * - SIDEBAR * - CUSTOM SELECTS * - PAGINATION * - COMMENT * - SEARCH * - FOOTER * - 404 PAGE * * PLUGINS * - GENERAL * - MAGNIFIC POPUP * - SIDR * - SLICK * * RESPONSIVE */ /*------------------------------------* $MAIN *------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html { font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } blockquote, q { quotes: none; } a:focus { outline: none; } a:hover, a:active { outline: 0; } a img { border: 0; } img { max-width: 100%; height: auto; } select { max-width: 100%; } em { font-style: italic; } * html { font-size: 87.5%; } html { -ms-overflow-x: hidden; overflow-x: hidden; } body { font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.8; color: #929292; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-wrap: break-word; word-wrap: break-word; } body { background-color: #fff; } .mejs-container { margin-bottom: 20px; } /** * Grid > Main Classes. */ body .oceanwp-row { margin: 0 -10px; } body .oceanwp-row .col { float: left; margin: 0 0 20px; padding: 0 10px; } body .oceanwp-row .span_1_of_1 { float: none; width: 100%; } body .oceanwp-row .span_1_of_2 { width: 50%; } body .oceanwp-row .span_1_of_3 { width: 33.33%; } body .oceanwp-row .span_1_of_4 { width: 25%; } body .oceanwp-row .span_1_of_5 { width: 20%; } body .oceanwp-row .span_1_of_6 { width: 16.66666667%; } body .oceanwp-row .span_1_of_7 { width: 14.28%; } body .oceanwp-row .span_1_of_8 { width: 12.5%; } body .oceanwp-row .span_1_of_9 { width: 11.11%; } body .oceanwp-row .span_1_of_10 { width: 10%; } /** * Grid > Clear Floats. */ .count-1, .col-1, .col.first { clear: both; margin-left: 0; } .isotope-entry { clear: none; } /** * No margin or padding class. */ .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } /** * Responsive Videos. */ .responsive-video-wrap iframe, .responsive-video-wrap object, .responsive-video-wrap embed, .responsive-audio-wrap iframe, .responsive-audio-wrap object, .responsive-audio-wrap embed { display: block; } .wp-video-shortcode { max-width: 100% !important; } .responsive-video-wrap p { margin: 0; } /** * Search form shortcode */ form.oceanwp-searchform { display: inline-block; position: relative; height: 35px; } form.oceanwp-searchform input { margin: 0; padding: 0 40px 0 15px; height: 100%; min-height: 100%; } form.oceanwp-searchform button { display: block; position: absolute; top: 50%; right: 0; min-width: 40px; height: 60%; height: 100%; font-size: 12px; font-weight: 600; background-color: transparent !important; margin: 0; padding: 0; border: 0; text-align: center; line-height: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } /** * Language Switches. */ .polylang-switcher-shortcode li { float: left; margin-right: 5px; } .polylang-switcher-shortcode.flags-and-names li { margin-right: 15px; } .polylang-switcher-shortcode li:last-child { margin-right: 0; } /** * Selection Color. */ ::-moz-selection { color: #fff; background: #333; text-shadow: none; } ::selection { color: #fff; background: #333; text-shadow: none; } ::-moz-selection { color: #fff; background: #333; text-shadow: none; } /*------------------------------------* Tablet Portrait *------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 959px) { /* turn 4 column masonry grids into 2 columns */ body .oceanwp-row .span_1_of_4.col-3.col, body .oceanwp-row .span_1_of_4.col.product:nth-child(2n+3) { margin-left: 0; clear: both; } body .oceanwp-row .span_1_of_4.col, body .oceanwp-isotope-grid .span_1_of_4.col { width: 50%; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .col { width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 30px; } } /*------------------------------------* $NORMALIZE *------------------------------------*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: 600; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address differences between Firefox and other browsers. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*------------------------------------* $LAYOUTS *------------------------------------*/ .container { width: 1200px; max-width: 90%; margin: 0 auto; } #wrap { position: relative; } #main { position: relative; background-color: #CCD4D3; } #main #content-wrap { padding-top: 50px; padding-bottom: 50px; } .no-margins #main #content-wrap, .no-margins.separate-layout #main #content-wrap, .landing-page #main #content-wrap { padding-top: 0; padding-bottom: 0; } .content-area { float: left; position: relative; width: 72%; padding-right: 30px; border-right-width: 1px; border-style: solid; border-color: #f1f1f1; } .widget-area { width: 28%; } .widget-area.sidebar-primary { float: right; padding-left: 30px; } .widget-area.sidebar-secondary { float: left; } .content-full-width .content-area, body.content-full-screen #content-wrap { width: 100% !important; max-width: none !important; padding: 0 !important; border: 0 !important; } .content-full-screen .content-area { float: none; width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; border: 0 !important; } .content-left-sidebar .content-area { float: right; padding-left: 30px; padding-right: 0; border-left-width: 1px; border-right-width: 0; } .content-left-sidebar .widget-area { float: left; padding-right: 30px; padding-left: 0; } .content-both-sidebars .content-area { width: 44%; } .content-both-sidebars.scs-style .content-area { left: 28%; padding-left: 30px; border-left-width: 1px; } .content-both-sidebars.scs-style .widget-area.sidebar-secondary { position: relative; left: -44%; padding-right: 30px; } .content-both-sidebars.ssc-style .content-area { left: 56%; padding-left: 30px; padding-right: 0; border-left-width: 1px; border-right-width: 0; } .content-both-sidebars.ssc-style .widget-area { position: relative; left: -44%; padding-right: 30px; } .content-both-sidebars.ssc-style .widget-area.sidebar-primary { padding-left: 0; } .content-both-sidebars.css-style .widget-area.sidebar-secondary { padding-left: 30px; } /* Boxed Layout */ .boxed-layout { background-color: #e9e9e9; } .boxed-layout #wrap { width: 1280px; max-width: 100%; margin: 0 auto; background-color: #fff; } .boxed-layout.wrap-boxshadow #wrap { -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .boxed-layout #wrap .container { width: auto; max-width: none; padding-left: 30px; padding-right: 30px; } .boxed-layout.content-full-screen #content-wrap { padding-left: 0 !important; padding-right: 0 !important; } .boxed-layout #footer-widgets { margin: 0; } /* Boxed Layout > Move absolute items */ .boxed-layout .site-breadcrumbs { right: 30px; } /* Separate Layout */ .separate-layout { background-color: #f1f1f1; } .separate-layout .content-area, .separate-layout .widget-area .sidebar-box { background-color: #fff; padding: 30px; } .separate-layout.content-left-sidebar .content-area { padding: 30px; } .separate-layout.content-full-width .content-area { padding: 30px !important; } .separate-layout .content-area { border-right-width: 0; } .separate-layout.content-left-sidebar .content-area { border-left-width: 0; } .separate-layout .widget-area.sidebar-primary { padding-left: 20px; } .separate-layout .widget-area.sidebar-secondary { padding-right: 20px; } .separate-layout.content-left-sidebar .widget-area { padding-right: 20px; padding-left: 0; } .separate-layout #main #content-wrap { padding-top: 20px; padding-bottom: 20px; } .separate-layout .sidebar-box { margin-bottom: 20px; } .separate-layout .sidebar-box:last-child { margin-bottom: 0; } .separate-layout.content-both-sidebars.scs-style .content-area { border-left-width: 0; } .separate-layout.content-both-sidebars.scs-style .widget-area.sidebar-secondary { padding-right: 20px; } .separate-layout.content-both-sidebars.ssc-style .content-area { padding-right: 30px; border-left-width: 0; } .separate-layout.content-both-sidebars.ssc-style .widget-area { padding-right: 20px; } .separate-layout.content-both-sidebars.css-style .widget-area.sidebar-secondary { padding-left: 20px; padding-right: 0; } body.separate-blog.separate-layout .content-area { padding: 0 !important; /* using !important to override customizer setting */ background-color: transparent; } body.separate-blog.separate-layout #blog-entries > * { background-color: #fff; padding: 30px; border: 0; margin-bottom: 20px; } body.separate-blog.separate-layout #blog-entries > :last-child { margin-bottom: 0; } body.separate-blog.separate-layout .oceanwp-pagination, body.separate-blog.separate-layout .page-jump, body.separate-blog.separate-layout .scroller-status { background-color: #fff; padding: 30px; margin-top: 20px; } body.separate-blog.separate-layout .oceanwp-pagination ul.page-numbers, body.separate-blog.separate-layout .page-jump ul.page-numbers, body.separate-blog.separate-layout .scroller-status ul.page-numbers { padding: 0; } body.separate-blog.separate-layout .oceanwp-row { margin: 0; margin-right: -20px; } body.separate-blog.separate-layout #blog-entries.blog-grid > * { background-color: transparent; padding: 0 20px 0 0; } body.separate-blog.separate-layout #blog-entries.blog-grid > :last-child { margin-bottom: 20px; } body.separate-blog.separate-layout.has-blog-grid .oceanwp-pagination { margin-top: 0; } body.separate-blog.separate-layout .blog-entry.grid-entry .blog-entry-inner { background-color: #fff; padding: 30px; border: 0; } body.separate-blog.separate-layout .blog-entry.grid-entry .thumbnail { margin: 0; } /*------------------------------------* All Devices under 1280px *------------------------------------*/ @media only screen and (max-width: 1280px) { /* Both sidebars layout */ .content-both-sidebars .content-area { float: none !important; width: 100% !important; left: auto !important; border-width: 0 !important; } .content-both-sidebars:not(.separate-layout) .content-area { padding: 0 !important; margin-bottom: 40px; } .content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary { float: left; width: 49% !important; left: auto !important; padding: 0 !important; } .content-both-sidebars .widget-area.sidebar-primary { float: right; } .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary { width: 48% !important; } /* Separate layout */ .separate-layout.content-both-sidebars .content-area { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { width: 49% !important; } .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary { padding-left: 0; } } /*------------------------------------* All Devices under 1080px *------------------------------------*/ @media only screen and (max-width: 1080px) { /* Both sidebars layout */ .content-both-sidebars .content-area { float: none !important; width: 100% !important; left: auto !important; border-width: 0 !important; } .content-both-sidebars:not(.separate-layout) .content-area { padding: 0 !important; margin-bottom: 40px; } .content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary { float: left; width: 49% !important; left: auto !important; padding: 0 !important; } .content-both-sidebars .widget-area.sidebar-primary { float: right; } .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary { width: 48% !important; } /* Separate layout */ .separate-layout.content-both-sidebars .content-area { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { width: 49% !important; } .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { margin-bottom: 20px; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary { padding-left: 0; } } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* boxed */ .boxed-layout #wrap { overflow: hidden; } .boxed-layout .site-breadcrumbs { right: auto; } /* container */ .container, body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container { max-width: 90%; } /* full width content and sidebar */ .content-area, .content-left-sidebar .content-area { float: none !important; width: 100%; margin-bottom: 40px; border: 0; } body.sidebar-content .content-area { margin-bottom: 0; } body:not(.separate-layout) .content-area, .content-left-sidebar:not(.separate-layout) .content-area { padding: 0 !important; } .no-margins .content-area, .no-margins.content-left-sidebar .content-area { margin-bottom: 0; } .widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area { float: none !important; width: 100%; padding: 0 !important; border: 0; } body.has-composer.has-sidebar #primary { margin-bottom: 40px; } #main #content-wrap.container { width: auto !important; } /* Both sidebars layout */ .content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary { float: none !important; width: 100% !important; } .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary { width: 100% !important; } .separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary { width: 100% !important; } /* Separate layout */ .separate-layout .container, .separate-layout.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container { max-width: 95%; } .separate-layout .content-area, .separate-layout.content-left-sidebar .content-area { margin-bottom: 20px; } .separate-layout .widget-area { padding-left: 0 !important; padding-right: 0 !important; } body.separate-blog.separate-layout .oceanwp-row { margin: 0 !important; } body.separate-blog.separate-layout #blog-entries.blog-grid > * { padding: 0 !important; } } /*------------------------------------* Tablet Portrait *------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 959px) { /* main */ body.boxed-layout #wrap, body.boxed-layout .parallax-footer { width: auto !important; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { /* grid & main */ #wrap { width: 100% !important; } body.boxed-layout #wrap { width: auto !important; } .boxed-layout #top-bar-social.top-bar-right { right: auto; } .boxed-layout #top-bar-social.top-bar-left { left: auto; } .col:not(.slick-slide), .blog-entry { width: 100% !important; margin-bottom: 25px; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* boxed */ .boxed-layout #wrap .container { padding-left: 20px; padding-right: 20px; } } /*------------------------------------* $COMPONENTS *------------------------------------*/ figure > img { display: block; margin: 0 auto; } img { max-width: 100%; height: auto; vertical-align: middle; } img[class*="align"], img[class*="attachment-"] { height: auto; } .wp-caption { max-width: 100%; margin-bottom: 24px; } .wp-caption img[class*="wp-image-"] { display: block; margin-bottom: 5px; } .wp-caption-text { font-size: 14px; font-style: italic; color: #999; } .wp-smiley { margin-top: 0; margin-bottom: 0; padding: 0; border: 0; } embed, iframe, object { width: 100%; max-width: 100%; } .alignleft { float: left; margin-right: 1.5em; } .alignright { float: right; margin-left: 1.5em; } .aligncenter { text-align: center; clear: both; } img.aligncenter, .wp-caption.aligncenter { display: block; margin: 0 auto; } .alignnone { display: block; } table { width: 100%; margin-bottom: 2.618em; } table th, table td { padding: 10px; text-align: left; vertical-align: top; border-bottom: 1px solid #e9e9e9; } table th { text-transform: uppercase; } table tr th:first-child, table tr td:first-child { padding-left: 0; } table tr th:last-child, table tr td:last-child { padding-right: 0; } .sticky, .bypostauthor { font-size: inherit; } .col:after, .clr:after, .group:after, dl:after, .left_float:after, .right_float:after { content: ''; display: block; visibility: hidden; clear: both; zoom: 1; height: 0; } .left_float { float: left; width: 48%; } .right_float { float: right; width: 48%; } .no_float { clear: both; } .left_float label, .right_float label, .no_float label { font-size: 13px; font-weight: 600; color: #333; } .full { display: block; width: 100%; } /** * Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /** * Gallery * Taken from Twenty Seventeen theme. */ .gallery-item { display: inline-block; text-align: left; vertical-align: top; margin: 0 0 1.5em; width: 50%; } .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-item a, .gallery-item a:hover, .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; vertical-align: top; } .gallery-item a img { display: block; } .gallery-caption { background-color: #f5f5f5; color: #333; font-size: 14px; font-weight: 400; line-height: 1.3; padding: 8px 10px; } .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } @media screen and (min-width: 30em) { .gallery-item { max-width: 25%; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } } @media screen and (min-width: 48em) { .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } } /*------------------------------------* $TYPOGRAPHY *------------------------------------*/ /** * Set link colors. */ a { color: #333; } a:hover { color: #13aff0; } a.light { color: #fff; } a.light:hover { color: #13aff0; } a, a:hover, a:focus { text-decoration: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /** * Headings. */ h1, h2, h3, h4, h5, h6 { font-weight: 600; margin: 0 0 20px; color: #333; line-height: 1.4; } h1 { font-size: 23px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: 17px; } h5 { font-size: 15px; } h6 { font-size: 14px; } .theme-heading { font-size: 14px; letter-spacing: 1.3px; margin: 0 0 20px; text-transform: uppercase; } .theme-heading .text::before { content: '\f105'; font-family: 'FontAwesome'; font-size: 18px; font-weight: 600; color: #13aff0; padding-right: 6px; } /** * Text elements. */ p { margin: 0 0 20px; } abbr[title], dfn[title] { cursor: help; } del { vertical-align: baseline; text-decoration: line-through; color: #aaa; } code, kbd, pre, samp { font-size: 16px; } pre { margin: 20px 0; padding: 20px; color: #2080ad; background-color: #fafafa; } code { color: #2080ad; } blockquote { font-style: italic; margin: 20px 40px; padding-left: 20px; border-left-width: 3px; border-style: solid; border-color: #13aff0; } blockquote cite { position: relative; display: block; padding: 10px 0 0 20px; color: #555; } blockquote cite:before { position: absolute; left: 0; content: "\2014"; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin: 0 0 20px; } ul, ol { margin: 15px 0 15px 20px; } ol { list-style-type: decimal; } ol ol { list-style: upper-alpha; } ol ol ol { list-style: lower-roman; } ol ol ol ol { list-style: lower-alpha; } li ul, li ol { margin: 0 0 0 25px; } dl { margin: 20px; } dt { font-weight: 700; } dd { margin-bottom: 20px; } hr { clear: both; height: 1px; min-height: 0; margin: 20px 0; border-top: 1px solid #e9e9e9; border-right: 0; border-bottom: 0; border-left: 0; } hr.dotted { border-style: dotted; } hr.dashed { border-style: dashed; } hr.blackborder { border-color: #000; } hr.whiteborder { border-color: #fff; } /** * Print styles. */ @media print { * { background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: .5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { blockquote { margin: 20px 0; } } /*------------------------------------* $FORMS *------------------------------------*/ form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea { display: inline-block; min-height: 40px; width: 100%; font-size: 14px; line-height: 1.8; padding: 6px 12px; vertical-align: middle; background-color: transparent; color: #333; border: 1px solid #ddd; border-radius: 3px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } form select { padding-top: 0 !important; padding-bottom: 0 !important; } form input[type="number"] { max-width: 50px; padding: 0 0 0 8px; } input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea { -webkit-appearance: none; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; } form textarea { min-height: 150px; line-height: 1.5; resize: vertical; } input[type="checkbox"] { display: inline-block; background-color: #fff; border: 1px solid #bbb; line-height: 0; width: 16px; min-width: 16px; height: 16px; margin: -3px 10px 0 0; outline: 0; text-align: center; vertical-align: middle; clear: none; cursor: pointer; -webkit-appearance: none; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-transition: 0.05s border-color ease-in-out; transition: 0.05s border-color ease-in-out; } input[type=radio]:checked:before, input[type=checkbox]:checked:before { float: left; display: inline-block; vertical-align: middle; width: 16px; line-height: 14px; font-family: 'FontAwesome'; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input[type=checkbox]:checked:before { content: '\f00c'; margin-bottom: -1px; color: #13aff0; } /* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ form input:not([type]) { display: inline-block; padding: 5px 10px; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 3px #ddd; box-shadow: inset 0 1px 3px #ddd; } /* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */ /* May be able to remove this tweak as color inputs become more standardized across browsers. */ form input[type="color"] { padding: 5px 10px; } form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus, form select:focus, form textarea:focus { border-color: #bbb; outline: 0; } /* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ form input:not([type]):focus { border-color: #bbb; outline: 0; } form input[type="file"]:focus, form input[type="radio"]:focus, form input[type="checkbox"]:focus { outline: 0; } form input[type="checkbox"], form input[type="radio"] { display: inline-block; } form input[type="text"][disabled], form input[type="password"][disabled], form input[type="email"][disabled], form input[type="url"][disabled], form input[type="date"][disabled], form input[type="month"][disabled], form input[type="time"][disabled], form input[type="datetime"][disabled], form input[type="datetime-local"][disabled], form input[type="week"][disabled], form input[type="number"][disabled], form input[type="search"][disabled], form input[type="tel"][disabled], form input[type="color"][disabled], form select[disabled], form textarea[disabled] { cursor: not-allowed; color: #cad2d3; background-color: #eaeded; } /* Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector. */ form input:not([type])[disabled] { cursor: not-allowed; color: #cad2d3; background-color: #eaeded; } form input[readonly], form select[readonly], form textarea[readonly] { color: #777; /* menu text color */ border-color: #ccc; background-color: #eee; /* menu hover bg color */ } form input:focus:invalid, form textarea:focus:invalid, form select:focus:invalid { color: #b94a48; border-color: #e9322d; } form input[type="file"]:focus:invalid:focus, form input[type="radio"]:focus:invalid:focus, form input[type="checkbox"]:focus:invalid:focus { outline-color: #e9322d; } select { width: 100%; /* Normalizes the height; padding is not sufficient. */ height: 2.25em; min-height: auto; border: 1px solid #ddd; background-color: white; cursor: pointer; padding: 0 15px; margin: 0; } form select[multiple] { height: auto; } form label { margin-bottom: 3px; } form fieldset { margin: 0; padding: .35em 0 .75em; border: 0; } form legend { display: block; width: 100%; margin-bottom: .3em; padding: .3em 0; color: #333; border-bottom: 1px solid #e5e5e5; } /*csslint outline-none:false*/ input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button { display: inline-block; font-family: inherit; background-color: #13aff0; color: #fff; font-size: 12px; font-weight: 600; text-transform: uppercase; margin: 0; padding: 14px 20px; border: 0; cursor: pointer; text-align: center; letter-spacing: 0.1em; line-height: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button[type="submit"]:hover, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button[type="submit"]:focus, .button:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover { background-color: #0b7cac; color: #fff; } input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button[type="submit"]:focus, button:focus, .button:focus { outline: 0; } .pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active { cursor: not-allowed; -moz-opacity: 0.4; -webkit-opacity: 0.4; opacity: 0.4; border: none; background-image: none; -webkit-box-shadow: none; box-shadow: none; } /* Firefox: Get rid of the inner focus border */ button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { padding: 0; border: 0; } .pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected { color: #fff; background-color: #0078e7; } /* Comment checkbox */ .comment-form-cookies-consent { display: inline-block; width: 100%; } .comment-form-cookies-consent label { display: inline-block; } /*------------------------------------* $TOP BAR *------------------------------------*/ #top-bar-wrap { position: relative; background-color: #fff; font-size: 12px; border-bottom: 1px solid #f1f1f1; z-index: 101; } #top-bar { padding: 8px 0; } #top-bar-inner { position: relative; } .top-bar-left { float: left; } .top-bar-right { float: right; } .top-bar-centered { float: none; text-align: center; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar { padding: 20px 0; } #top-bar > div:nth-child(2) { padding-top: 20px; } .top-bar-right { float: none; text-align: center; } } /** * Top Bar Content */ #top-bar-content strong { color: #333; } #top-bar-content > a { color: #555; } #top-bar-content > a:hover { color: #13aff0; } #top-bar-content select { background-color: transparent; padding: 5px; color: rgba(0, 0, 0, 0.4); border-color: rgba(0, 0, 0, 0.2); min-width: 100px; } #top-bar-content #lang_sel { position: relative; display: inline-block; top: 3px; margin-right: 10px; z-index: 99; } #topbar-template { display: inline-block; } #top-bar-wrap #lang_sel ul ul { z-index: 99999; } .top-bar-right .polylang-switcher-shortcode { float: right; margin: 0; margin-left: 20px; } .top-bar-left .polylang-switcher-shortcode { float: left; margin: 0; margin-right: 20px; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar-content, #top-bar-social-alt { float: none; text-align: center; } #top-bar #lang_sel { text-align: left; } body.rtl #top-bar #lang_sel { text-align: right; } } /** * Top Bar Menu */ .top-bar-left.has-content #top-bar-nav, .top-bar-right.has-content #top-bar-nav { margin: 0; margin-right: 20px; padding: 0; } #top-bar-nav, #top-bar-nav > li { display: inline-block; } #top-bar-content.top-bar-centered #top-bar-nav, #top-bar-content.top-bar-centered #top-bar-nav > li { display: inline-block; float: none; } #top-bar-nav > ul > li { display: inline-block; float: none; margin-right: 15px; } #top-bar-nav > ul > li:last-child { margin-right: 0; } #top-bar-nav > ul > li a .nav-arrow { margin-left: 4px; margin-right: 0; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar #top-bar-nav > li { float: none; display: inline-block; } #top-bar-nav { float: none; text-align: center; } } /** * Top Bar Social */ #top-bar-social ul { margin: 0; padding: 0; list-style: none; } #top-bar-social li { float: left; } #top-bar-social li a { display: block; float: left; font-size: 14px; color: #bbb; padding: 0 6px; } #top-bar-social.top-bar-left li:first-child a { padding-left: 0; } #top-bar-social.top-bar-right li:last-child a { padding-right: 0; } #top-bar-social li a.oceanwp-twitter a:hover { color: #46d4fe; } #top-bar-social li a.oceanwp-facebook a:hover { color: #37589b; } #top-bar-social li a.oceanwp-googleplus a:hover { color: #de5a49; } #top-bar-social li a.oceanwp-pinterest a:hover { color: #cb2027; } #top-bar-social li a.oceanwp-dribbble a:hover { color: #ea4c89; } #top-bar-social li a.oceanwp-vk a:hover { color: #597BA5; } #top-bar-social li a.oceanwp-instagram a:hover { color: #3F729B; } #top-bar-social li a.oceanwp-linkedin a:hover { color: #3399CC; } #top-bar-social li a.oceanwp-tumblr a:hover { color: #2C4762; } #top-bar-social li a.oceanwp-github a:hover { color: #60b044; } #top-bar-social li a.oceanwp-flickr a:hover { color: #fa4086; } #top-bar-social li a.oceanwp-skype a:hover { color: #00AFF0; } #top-bar-social li a.oceanwp-youtube a:hover { color: #C4302B; } #top-bar-social li a.oceanwp-vimeo a:hover { color: #1ab7ea; } #top-bar-social li a.oceanwp-vine a:hover { color: #00bf8f; } #top-bar-social li a.oceanwp-xing a:hover { color: #006464; } #top-bar-social li a.oceanwp-yelp a:hover { color: #C41200; } #top-bar-social li a.oceanwp-tripadvisor a:hover { color: #589442; } #top-bar-social li a.oceanwp-rss a:hover { color: #ff7900; } #top-bar-social li a.oceanwp-email a:hover { color: #13aff0; } /** * Top Bar Social Right */ #top-bar-social.top-bar-right { position: absolute; right: 0; top: 50%; height: 20px; line-height: 20px; margin-top: -10px; } /** * Top Bar Social Left */ #top-bar-social.top-bar-left { position: absolute; left: 0; top: 50%; height: 20px; line-height: 20px; margin-top: -10px; } /** * Top Bar Social Centered */ #top-bar-social.top-bar-centered { padding-top: 15px; } #top-bar-social.top-bar-centered li { display: inline-block; float: none; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #top-bar-social { text-align: center; } #top-bar-social.top-bar-left, #top-bar-social.top-bar-right { position: inherit; left: auto; right: auto; float: none; height: auto; line-height: 1.5em; margin-top: 0; } #top-bar-social li { float: none; display: inline-block; } } /*------------------------------------* $HEADER *------------------------------------*/ #site-header { position: relative; width: 100%; background-color: #fff; border-bottom: 1px solid #f1f1f1; z-index: 100; } #site-header.is-transparent { position: absolute; top: 0; background-color: transparent; height: auto; z-index: 9999; } #transparent-header-wrap { position: relative; } .has-transparent-header .oceanwp-sticky-header-holder { height: auto !important; } .has-transparent-header .is-sticky #site-header { background-color: #fff; } .no-header-border #site-header { border-bottom: none; } #site-header-inner { position: relative; height: 100%; } #site-logo { margin:auto; height: 100%; display: table; } #site-logo #site-logo-inner { display: table-cell; vertical-align: middle; height: 74px; } #site-logo #site-logo-inner a { background-color: transparent !important; } #site-logo #site-logo-inner a img { width: auto; vertical-align: middle; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-logo #site-logo-inner a:hover img { -moz-opacity: 0.6; -webkit-opacity: 0.6; opacity: 0.6; } #site-logo a.site-logo-text { font-size: 24px; margin: 0; } /* Responsive logo */ #site-logo.has-responsive-logo .responsive-logo-link { display: none; } /** * Header media */ #site-header.has-header-media > *:not(.overlay-header-media) { position: relative; z-index: 2; } #site-header.has-header-media .overlay-header-media { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; } /** * Video header */ #site-header .custom-header-media { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; width: 100%; } #site-header .custom-header-media:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; display: block; height: 100%; z-index: 2; background: -webkit-linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); } #site-header .custom-header-media video, #site-header .custom-header-media iframe { position: absolute; height: auto; left: 50%; max-width: 1000%; min-height: 100%; min-width: 100%; min-width: 100vw; width: auto; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } #site-header .custom-header-media .wp-custom-header-video-button { display: none; } .has-header-video #site-header-inner { z-index: 10; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { .has-left-menu #site-logo { padding: 0 !important; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { /* logo */ #site-logo { margin-top: 0px !important; margin-bottom: 0px !important; } } #site-header.transparent-header { position: absolute; top: 0; background-color: transparent; height: auto; z-index: 9999; } #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link { display: none; } #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link { display: block; } .is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link { display: block; } .is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link { display: none; } #site-header.top-header { border-bottom: 0 !important; } #site-header.top-header .header-top { position: relative; background-color: #fff; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); z-index: 100; } #site-header.top-header .header-top .left { float: left; } #site-header.top-header .header-top .right { float: right; } #site-header.top-header .header-top .right .inner { display: table; position: relative; } #site-header.top-header #searchform-header-replace { background-color: #fff; } #site-header.top-header.header-replace .left, #site-header.top-header.header-replace .right { -webkit-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; } #site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide { visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; } #site-header.top-header #site-navigation-wrap { float: none; right: auto !important; left: -15px; } #site-header.top-header #site-navigation-wrap .dropdown-menu > li > a { font-size: 10px; line-height: 40px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; } #site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle { float: none; display: table-cell; vertical-align: middle; height: 40px; } #site-header.top-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto; } #site-header.top-header .oceanwp-social-menu { right: 0; padding: 0 10px; } #site-header.top-header .oceanwp-social-menu .colored ul li a, #site-header.top-header .oceanwp-social-menu .minimal ul li a, #site-header.top-header .oceanwp-social-menu .dark ul li a { padding: 0 3px; } #site-header.top-header .oceanwp-social-menu .colored ul li a span, #site-header.top-header .oceanwp-social-menu .minimal ul li a span, #site-header.top-header .oceanwp-social-menu .dark ul li a span { width: 26px; height: 26px; line-height: 26px; } #site-header.top-header #search-toggle { border-right: 1px solid #f1f1f1; border-left: 1px solid #f1f1f1; padding: 0 6px; } #site-header.top-header #search-toggle a { display: inline-block; font-size: 12px; width: 28px; text-align: center; } #site-header.top-header.search-overlay #search-toggle .search-overlay-toggle { position: relative; z-index: 101; } #site-header.top-header.search-overlay #search-toggle .search-overlay-toggle.exit > span:before { content: '✕'; color: #fff; } #site-header.top-header #searchform-header-replace input { color: #222; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; } #site-header.top-header #searchform-header-replace-close { font-size: 16px; padding: 0 6px; } #site-header.top-header .header-bottom { text-align: center; } #site-header.top-header #site-logo { float: none; display: inline-block; padding: 50px 0; } #site-header.top-header #site-logo #site-logo-inner { display: block; height: auto; } #site-header.top-header #site-logo #site-description { padding-top: 20px; } #site-header.top-header #site-logo #site-description h2 { color: #929292; font-size: 12px; line-height: 20px; letter-spacing: 2px; text-transform: uppercase; margin: 0; } #site-header.top-header .oceanwp-mobile-menu-icon { float: none; left: -15px; right: auto; } #site-header.top-header .oceanwp-mobile-menu-icon a { font-size: 10px; line-height: 40px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; } #site-header.top-header.has-header-media #site-header-sticky-wrapper, #site-header.top-header.has-header-media .header-top { z-index: 101; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* Hide social and search form in sidr for the top menu header style */ .top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform { display: none; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* Hide social and search in menu and show them in sidr for the top menu header style */ #site-header.top-header .right { display: none; } #site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide { visibility: visible; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } #site-header.top-header .header-top .left, #site-header.top-header .header-top .right { float: none !important; text-align: center; } #site-header.top-header .oceanwp-mobile-menu-icon { float: none; left: auto !important; right: auto !important; } #site-header.top-header .oceanwp-mobile-menu-icon a { float: none; } #site-header.top-header .header-top .right .inner { display: block; padding-bottom: 10px; } #site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle { float: none; display: inline-block; height: auto; } .top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform { display: block; } } #site-header.full_screen-header { z-index: 9999; } #site-header.full_screen-header #site-header-inner { overflow: visible !important; } #site-header.full_screen-header #site-navigation-wrap { right: 0; } #site-header.full_screen-header #site-logo.has-full-screen-logo { position: relative; z-index: 101; } #site-header.full_screen-header #site-logo.has-full-screen-logo .full-screen-logo-link { display: none; } #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link, #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .retina-logo-link { display: none; } #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link { display: block; } #site-header.full_screen-header .menu-bar-wrap { float: right; height: 100%; display: table; } #site-header.full_screen-header .menu-bar-inner { display: table-cell; vertical-align: middle; position: relative; height: 74px; } #site-header.full_screen-header .menu-bar { display: inline-block; position: relative; margin-left: 10px; min-width: 38px; height: 33px; text-align: center; z-index: 101; } #site-header.full_screen-header .menu-bar .ham { display: inline-block; width: 23px; height: 2px; position: relative; top: 2px; background-color: #333; vertical-align: middle; white-space: nowrap; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } #site-header.full_screen-header .menu-bar .ham:before, #site-header.full_screen-header .menu-bar .ham:after { position: absolute; content: ''; display: inline-block; width: 23px; height: 2px; left: 0; background-color: #333; outline: 1px solid transparent; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; } #site-header.full_screen-header .menu-bar .ham:before { top: -8px; } #site-header.full_screen-header .menu-bar .ham:after { top: 8px; } #site-header.full_screen-header .menu-bar.exit .ham { background-color: transparent !important; } #site-header.full_screen-header .menu-bar.exit .ham:before, #site-header.full_screen-header .menu-bar.exit .ham:after { background-color: #fff; } #site-header.full_screen-header .menu-bar.exit .ham:before { -webkit-transform: translateY(8px) rotateZ(-45deg); -ms-transform: translateY(8px) rotateZ(-45deg); transform: translateY(8px) rotateZ(-45deg); } #site-header.full_screen-header .menu-bar.exit .ham:after { -webkit-transform: translateY(-8px) rotateZ(45deg); -ms-transform: translateY(-8px) rotateZ(45deg); transform: translateY(-8px) rotateZ(45deg); } #site-header.full_screen-header.nav-open { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; } #site-header.full_screen-header #full-screen-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); overflow-y: scroll; z-index: 100; } #site-header.full_screen-header #full-screen-menu #full-screen-menu-inner { display: table; width: 100%; height: 100%; padding: 0 40px; } #site-header.full_screen-header #full-screen-menu #site-navigation { display: table-cell; vertical-align: middle; padding: 100px 0; text-align: center; } #site-header.full_screen-header .fs-dropdown-menu { list-style: none; margin: 0; } #site-header.full_screen-header .fs-dropdown-menu li a { display: block; color: #fff; letter-spacing: 2px; text-transform: uppercase; } #site-header.full_screen-header .fs-dropdown-menu li a:hover { color: #929292; } #site-header.full_screen-header .fs-dropdown-menu li > a .nav-arrow { display: inline-block; width: 26px; padding-left: 5px; text-align: center; } #site-header.full_screen-header .fs-dropdown-menu li > a .nav-arrow:before { content: '+'; } #site-header.full_screen-header .fs-dropdown-menu li.open-sub > a .nav-arrow:before { content: '-'; } #site-header.full_screen-header .fs-dropdown-menu li .sidebar-box { display: none; } #site-header.full_screen-header .fs-dropdown-menu ul.sub-menu { display: none; list-style: none; margin: 0; padding: 0; } #site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a { font-size: 16px; padding: 6px 0; } #site-header.full_screen-header .fs-dropdown-menu > li { display: block; } #site-header.full_screen-header .fs-dropdown-menu > li > a { font-size: 24px; line-height: 1.2; padding: 12px 0; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li { max-width: 220px; margin: 10px auto 0; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li form { position: relative; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input, #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label { font-size: 20px; padding: 4px 0; color: #fff; margin: 0; text-align: center; text-transform: uppercase; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input { position: relative; border: 0; background-color: transparent; border-bottom: 1px solid #666; border-radius: 0; z-index: 2; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input:hover, #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input:focus { border-color: #fff; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label i { display: inline-block; background-color: #fff; width: 3px; height: 3px; margin-left: 3px; -webkit-animation: blink 1s linear infinite; animation: blink 1s linear infinite; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label i + i { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li label i + i + i { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #site-header.full_screen-header .oceanwp-social-menu { display: block; float: none; margin-top: 30px; text-align: center; right: auto; } #site-header.full_screen-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto !important; } #site-header.full_screen-header .oceanwp-social-menu ul li { float: none; display: inline-block; } #site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a { background-color: transparent !important; color: #fff; font-size: 24px; padding: 0 16px; margin: 0; } #site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a:hover { color: #929292; } #site-header.full_screen-header .oceanwp-social-menu .colored ul li a, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a { padding: 0 4px; } #site-header.full_screen-header .oceanwp-social-menu .colored ul li a span, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a span, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a span { font-size: 16px; width: 60px; height: 60px; line-height: 60px; } @-webkit-keyframes blink { 0% { -webkit-opacity: 1; } 50% { -webkit-opacity: 0; } 100% { -webkit-opacity: 1; } } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* header > logo */ #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link { display: block; } #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link { display: none; } } #site-header.center-header #site-logo { display: none; } #site-header.center-header #site-navigation-wrap { float: none; width: 100%; right: auto; } #site-header.center-header #site-navigation-wrap .navigation { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #site-header.center-header #site-navigation-wrap .middle-site-logo { width: 24%; text-align: center; } #site-header.center-header #site-navigation-wrap .middle-site-logo a img { width: auto; vertical-align: middle; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-header.center-header #site-navigation-wrap .middle-site-logo:hover img { -moz-opacity: 0.6; -webkit-opacity: 0.6; opacity: 0.6; } #site-header.center-header #site-navigation-wrap .left-menu, #site-header.center-header #site-navigation-wrap .right-menu { position: relative; width: 38%; } #site-header.center-header #site-navigation-wrap .left-menu { float: left; } #site-header.center-header #site-navigation-wrap .right-menu { float: right; } #site-header.center-header #site-navigation-wrap .dropdown-menu > li { float: none; display: inline-block; } #site-header.center-header .centered .left-menu, #site-header.center-header .centered .right-menu { text-align: center; } #site-header.center-header .wider .left-menu { text-align: left; } #site-header.center-header .wider .right-menu { text-align: right; } #site-header.center-header .closer .left-menu { text-align: right; } #site-header.center-header .closer .right-menu { text-align: left; } #site-header.center-header #searchform-header-replace.show { max-width: 100% !important; } #site-header.center-header.header-replace #site-navigation .middle-site-logo { -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } #site-header.center-header.header-replace #site-navigation.hide .middle-site-logo { visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; } #site-header.medium-header { background-color: transparent; text-align: center; } #site-header.medium-header .top-header-wrap { position: relative; background-color: #fff; padding: 30px 0; -webkit-transition: padding 0.4s ease-in-out; transition: padding 0.4s ease-in-out; z-index: 10; } #site-header.medium-header .top-header-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; margin: 0; } #site-header.medium-header .top-col { -webkit-flex: 1 0 0%; -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; } #site-header.medium-header .top-col.col-1 { text-align: left; } #site-header.medium-header .top-col.col-2, #site-header.medium-header .top-col.logo-col { text-align: center; } #site-header.medium-header .top-col.col-3 { text-align: right; } #site-header.medium-header #medium-searchform form { display: inline-block; position: relative; } #site-header.medium-header #medium-searchform form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #site-header.medium-header #medium-searchform input { position: relative; background-color: transparent !important; border: 0; margin: 0; padding: 6px 38px 6px 12px; max-width: 178px; z-index: 2; } #site-header.medium-header #medium-searchform input:focus { max-width: 220px; } #site-header.medium-header #medium-searchform label, #site-header.medium-header #medium-searchform button { position: absolute; top: 0; line-height: 40px; margin: 0; } #site-header.medium-header #medium-searchform label { left: 12px; color: #333; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #site-header.medium-header #medium-searchform button { right: 0; width: 38px; background-color: transparent; color: #555; border: 0; padding: 0; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #site-header.medium-header #medium-searchform button:hover { color: #13aff0; } #site-header.medium-header #medium-searchform .search-bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #f5f5f5; } #site-header.medium-header #site-logo { float: none; display: block; } #site-header.medium-header #site-logo #site-logo-inner { display: block; height: auto !important; } #site-header.medium-header .oceanwp-social-menu { float: none; display: block; right: auto !important; left: auto !important; } #site-header.medium-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto !important; } #site-header.medium-header .oceanwp-social-menu ul li { float: none; display: inline-block; } #site-header.medium-header #site-navigation-wrap { position: relative; background-color: #f9f9f9; float: none; position: relative; right: auto !important; left: auto !important; -webkit-transform: none; -ms-transform: none; transform: none; z-index: 9; } #site-header.medium-header #site-navigation-wrap.left-menu #site-navigation { float: left; left: -22px; } #site-header.medium-header #site-navigation-wrap.center-menu #site-navigation .dropdown-menu > li { float: none; display: inline-block; } #site-header.medium-header #site-navigation-wrap.right-menu #site-navigation { float: right; right: -22px; } #site-header.medium-header #site-navigation-wrap #site-navigation { display: inline-block; position: relative; } #site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a { font-size: 12px; line-height: 60px; padding: 0 22px; text-transform: uppercase; letter-spacing: 1px; } #site-header.medium-header.hidden-menu #site-navigation-wrap, #site-header.medium-header.hidden-menu #site-navigation, #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon { max-height: 150px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .is-sticky #site-header.medium-header .top-header-wrap { padding: 20px 0; } .is-sticky #site-header.medium-header .top-header-wrap .oceanwp-social-menu .social-menu-inner { height: auto; } .is-sticky #site-header.medium-header.hidden-menu #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu #site-navigation, .is-sticky #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon { max-height: 0; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; visibility: hidden; } .is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation, .is-sticky #site-header.medium-header.hidden-menu:hover .oceanwp-mobile-menu-icon { max-height: 150px; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; visibility: visible; } #site-header.medium-header .oceanwp-mobile-menu-icon { float: none; background-color: #f9f9f9; right: auto !important; left: auto !important; } #site-header.medium-header .oceanwp-mobile-menu-icon a { float: none; display: inline-block; font-size: 12px; padding: 0 22px; line-height: 60px; letter-spacing: 1px; text-transform: uppercase; } #site-header.medium-header.is-transparent .top-header-wrap, #site-header.medium-header.is-transparent #site-navigation-wrap, #site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon { background-color: transparent; -webkit-transition: all 0.3s; transition: all 0.3s; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* Hide social and search form in sidr for the medium header style */ .medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform { display: none; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #site-header.medium-header .top-header-inner { display: block; } #site-header.medium-header .top-col:not(.logo-col) { display: none; } #site-header.medium-header .top-col.logo-col { display: inline-block; text-align: center; } /* Show social and search form in sidr for the medium header style */ .medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform { display: block; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { /* medium header style */ #site-header.medium-header .header-top-wrap { padding: 20px 0; } #site-header.medium-header .oceanwp-mobile-menu-icon a { line-height: 40px; } } #site-header.vertical-header { position: fixed; top: 0; width: 300px; max-width: 100%; height: 100%; border-bottom: none; z-index: 3000; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-header.vertical-header.has-scrolled { background-color: #fff; } #site-header.vertical-header.has-shadow { -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); } #site-header.vertical-header .has-template > #site-logo { display: none; } #site-header.vertical-header #site-header-inner { max-width: 100%; padding: 30px 0; overflow: hidden; } #site-header.vertical-header #site-header-inner > *:not(#site-navigation-wrap) { padding: 0 30px; } #site-header.vertical-header.vh-left-logo #site-logo { text-align: left; } #site-header.vertical-header.vh-center-logo #site-logo { text-align: center; } #site-header.vertical-header.vh-right-logo #site-logo { text-align: right; } #site-header.vertical-header #site-logo, #site-header.vertical-header #site-logo #site-logo-inner { display: block; float: none; height: auto; } #site-header.vertical-header #site-logo { margin: 20px 0 45px; } #site-header.vertical-header .has-social #site-navigation-wrap { right: auto; } #site-header.vertical-header #site-navigation-wrap { float: none; right: auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li { display: block; float: none; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.05); } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li:last-child { border-bottom: none; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a { position: relative; line-height: 1; padding: 17px 30px; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle { position: absolute; right: 0; top: 0; width: 50px; height: 100%; line-height: 1; cursor: pointer; text-align: center; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle:before { content: '+'; font-size: 20px; position: absolute; top: 50%; left: 50%; line-height: 1; margin-top: -10px; margin-left: -10px; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu li.active > a > .dropdown-toggle:before { content: '-'; } #site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu { display: none; position: relative; top: 100%; left: 0; background-color: rgba(0, 0, 0, 0.03); border: none; border-top: 1px solid rgba(0, 0, 0, 0.05); -webkit-box-shadow: none; box-shadow: none; } #site-header.vertical-header #site-navigation-wrap .nav-arrow, #site-header.vertical-header #site-navigation-wrap .sidebar-box { display: none; } #site-header.vertical-header #vertical-searchform { margin-top: 40px; } #site-header.vertical-header #vertical-searchform form { position: relative; } #site-header.vertical-header #vertical-searchform form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #site-header.vertical-header #vertical-searchform form input { position: relative; font-size: 14px; border-width: 0 0 2px; background-color: transparent !important; border-color: rgba(0, 0, 0, 0.04); padding: 10px 12px; z-index: 2; } #site-header.vertical-header #vertical-searchform form label, #site-header.vertical-header #vertical-searchform form button { position: absolute; top: 50%; margin: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } #site-header.vertical-header #vertical-searchform form label { left: 12px; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #site-header.vertical-header #vertical-searchform form button { right: 0; width: 50px; height: 100%; line-height: 1; padding: 0; background-color: transparent; color: #777; border: none; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #site-header.vertical-header #vertical-searchform form button:hover { color: #333; } #site-header.vertical-header #vertical-searchform form .search-bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.03); } #site-header.vertical-header .oceanwp-social-menu { float: none; display: block; margin-top: 40px; } #site-header.vertical-header .oceanwp-social-menu.simple-social { right: auto; } #site-header.vertical-header .oceanwp-social-menu .social-menu-inner { display: block; height: auto; } #site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation { display: block; } #site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation .dropdown-menu > li > a { padding-left: 0; padding-right: 0; } #site-header.vertical-header .vertical-toggle { display: none; position: absolute; top: 10px; width: 34px; height: 34px; font-size: 22px; line-height: 34px; padding: 0 !important; text-align: center; } .has-vh-transparent .is-sticky #site-header.vertical-header { background-color: #fff; } body.vertical-header-style.left-header #site-header.vertical-header { left: 0; } body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle { right: 0; } body.vertical-header-style.left-header #outer-wrap { margin-left: 300px; } body.vertical-header-style.right-header #site-header.vertical-header { right: 0; } body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle { left: 0; } body.vertical-header-style.right-header #outer-wrap { margin-right: 300px; } body.vertical-header-style.has-vh-transparent.left-header #outer-wrap { margin-left: 0; } body.vertical-header-style.has-vh-transparent.right-header #outer-wrap { margin-right: 0; } body.vertical-header-style.vh-closed.left-header #site-header.vertical-header { left: -266px; } body.vertical-header-style.vh-closed.left-header #outer-wrap { margin-left: 34px; } body.vertical-header-style.vh-closed.right-header #site-header.vertical-header { right: -266px; } body.vertical-header-style.vh-closed.right-header #outer-wrap { margin-right: 34px; } body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header { left: 0; } body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header { right: 0; } body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap { padding-right: 0; } body.vertical-header-style.vh-closed #site-header.vertical-header .vertical-toggle { display: block; } body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap { padding-right: 34px; } /*------------------------------------* All Devices under 1280px *------------------------------------*/ @media only screen and (max-width: 1280px) { body.vertical-header-style.default-collapse.left-header #site-header.vertical-header { left: -266px; } body.vertical-header-style.default-collapse.left-header #outer-wrap { margin-left: 34px; } body.vertical-header-style.default-collapse.right-header #site-header.vertical-header { right: -266px; } body.vertical-header-style.default-collapse.right-header #outer-wrap { margin-right: 34px; } body.vertical-header-style.default-collapse.vh-opened.left-header #site-header.vertical-header { left: 0; } body.vertical-header-style.default-collapse.vh-opened.right-header #site-header.vertical-header { right: 0; } body.vertical-header-style.default-collapse.vh-opened #site-header.vertical-header #site-navigation-wrap { padding-right: 0; } body.default-collapse #site-header.vertical-header .vertical-toggle { display: block; } body.default-collapse #site-header.vertical-header #site-navigation-wrap { padding-right: 34px; } } #site-header.custom-header ul.oceanwp-custom-menu { list-style: none; margin: 0; padding: 0; } #site-header.custom-header ul.oceanwp-custom-menu li { display: inline-block; } #site-header.custom-header ul.oceanwp-custom-menu li a { display: block; font-size: 13px; line-height: 40px; padding: 0 15px; letter-spacing: 0.6px; } .custom-header-logo.left { text-align: left; } .custom-header-logo.right { text-align: right; } .custom-header-logo.center { text-align: center; } .custom-header-logo #site-logo { float: none; display: inline-block; } .custom-header-logo #site-logo #site-logo-inner { display: block; height: auto !important; } .custom-header-nav.left { text-align: left; } .custom-header-nav.right { text-align: right; } .custom-header-nav.center { text-align: center; } .custom-header-nav #site-navigation-wrap { float: none; right: auto; } .custom-header-nav #site-navigation-wrap #site-navigation { display: inline-block; position: relative; } .custom-header-nav #site-navigation-wrap .dropdown-menu > li { float: none; display: inline-block; } .custom-header-nav .oceanwp-mobile-menu-icon { float: none !important; } .custom-header-nav .oceanwp-mobile-menu-icon a { display: inline-block; } /*------------------------------------* $NAVIGATIONS *------------------------------------*/ #site-navigation-wrap { float: right; position: relative; right: -15px; } #site-navigation-wrap .dropdown-menu { list-style: none; margin: 0; padding: 0; } #site-navigation-wrap .dropdown-menu > li { float: left; position: relative; } #site-navigation-wrap .dropdown-menu > li > a { display: block; font-size: 13px; line-height: 74px; color: #555; padding: 0 15px; letter-spacing: 0.6px; } #site-navigation-wrap .dropdown-menu > li > a.site-search-toggle { letter-spacing: 0; } #site-navigation-wrap .dropdown-menu > li > a:hover { color: #13aff0; } #site-navigation-wrap .dropdown-menu > li > a .nav-arrow { padding-left: 6px; line-height: 1; } #site-navigation-wrap .dropdown-menu > li.btn > a { background-color: transparent !important; } #site-navigation-wrap .dropdown-menu > li.btn > a > span { background-color: #13aff0; color: #fff; padding: 12px 22px; font-weight: 600; border-radius: 4px; cursor: pointer; text-align: center; -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } #site-navigation-wrap .dropdown-menu > li.btn > a > span:before, #site-navigation-wrap .dropdown-menu > li.btn > a > span:after { display: none !important; } #site-navigation-wrap .dropdown-menu > li.btn > a:hover > span { background-color: #0b7cac; color: #fff; } #site-navigation-wrap .dropdown-menu > li.btn.rounded > a > span { border-radius: 25px; } .has-social #site-navigation-wrap { right: 0; } .minimal-header.left-menu #site-navigation-wrap, .transparent-header.left-menu #site-navigation-wrap { float: left; right: 0; } .minimal-header.left-menu #site-logo, .transparent-header.left-menu #site-logo { padding-right: 20px; } .center-menu #site-navigation-wrap { position: absolute; float: none; left: 50%; right: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } /** * SuperFish */ .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu li.menu-item { position: relative; white-space: nowrap; white-space: normal; } .sf-menu li:hover, .sf-menu li.sfHover { -webkit-transition: none; transition: none; } .sf-menu ul.sub-menu { position: absolute; display: none; top: 100%; left: 0; z-index: 9999; } .sf-menu > li { float: left; } .sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; } .sf-menu a.menu-link { display: block; position: relative; zoom: 1; } .sf-menu ul.sub-menu ul { top: 0; left: 100%; } /** * Dropdown */ .dropdown-menu, .dropdown-menu * { margin: 0; padding: 0; list-style: none; } .dropdown-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; background-color: #fff; border-top: 3px solid #13aff0; min-width: 180px; line-height: 1; text-align: left; z-index: 999; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } .dropdown-menu li .sub-menu li.menu-item { display: block; float: none; } .dropdown-menu ul .sub-menu { top: 0; left: 100%; } .no-top-border .sub-menu { border: none; } .dropdown-menu ul li.menu-item { display: block; border-bottom: 1px solid #f1f1f1; } .dropdown-menu ul li.menu-item:last-child { border-bottom: 0; } .dropdown-menu ul li a.menu-link { display: block; position: relative; float: none; font-size: 12px; font-weight: 400; line-height: 1.2em; letter-spacing: 0.6px; padding: 12px 15px; text-transform: capitalize; } .dropdown-menu ul li a.menu-link:hover { background-color: #f8f8f8; color: #555; } .dropdown-menu ul li a.menu-link .nav-arrow { position: absolute; top: 50%; right: 15px; margin-top: -6.5px; padding: 0; } .dropdown-menu ul li a.menu-link i { position: relative; width: 20px; text-align: center; margin-right: 3px; } /** * Icons */ .dropdown-menu li a.menu-link i { padding-right: 5px; } /** * Item description */ .nav-content { display: block; font-size: 11px; line-height: 1.8; padding: 5px 0; white-space: normal; -moz-opacity: 0.7; -webkit-opacity: 0.7; opacity: 0.7; } /** * Menu Icons */ .navigation li a i.icon, .navigation li a span.icon-wrap, .navigation li a img.icon { display: inline-block; vertical-align: middle; } .navigation li a i.icon { width: auto; height: auto; font-size: 1.2em; line-height: 1; padding: 0 !important; } .navigation li a i.before, .navigation li a i.after { margin-top: -.265em; } .navigation li a i.before { margin-right: 6px; } .navigation li a i.after { margin-left: 6px; } .navigation li a i.elusive { margin-top: -.3em; } .navigation li a span.icon-wrap { text-align: center; } .navigation li a span.icon-wrap i.below, .navigation li a span.icon-wrap img { display: block; margin: 0 0 8px; } .navigation li a span.icon-wrap img { margin: 0 auto 8px auto; } .navigation li a span.icon-wrap span.menu-text { display: block; line-height: 1; } .navigation li a img.before { margin-right: 6px; } .navigation li a img.after { margin-left: 6px; } .navigation li a .svg { width: 1em; } .navigation li a .hidden { display: none !important; } /** * After header content */ .after-header-content { float: right; height: 100%; display: table; } .after-header-content .after-header-content-inner { display: table-cell; vertical-align: middle; height: 74px; } .after-header-content .after-header-content-inner > a, .after-header-content .after-header-content-inner > div > a { display: inline-block; line-height: 74px; } .after-header-content .elementor { display: inline-block; } /*------------------------------------* Mobile Menu *------------------------------------*/ .oceanwp-mobile-menu-icon { display: none; position: relative; } .oceanwp-mobile-menu-icon.mobile-right { float: right; } .oceanwp-mobile-menu-icon.mobile-left { float: left; } .oceanwp-mobile-menu-icon a { font-size: 13px; line-height: 74px; color: #555; padding-left: 15px; letter-spacing: 0.6px; cursor: pointer; } .oceanwp-mobile-menu-icon a:first-child { padding-left: 0; } .oceanwp-mobile-menu-icon a:hover { color: #13aff0; } .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text { padding-left: 6px; } .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text { display: none; } .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text { display: inline-block; } .oceanwp-social-menu { float: right; position: relative; z-index: 10; } .oceanwp-social-menu.simple-social { right: -8px; } .oceanwp-social-menu.social-with-style { right: -2px; } .oceanwp-social-menu .social-menu-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 74px; } .oceanwp-social-menu ul { margin: 0; padding: 0; list-style: none; } .oceanwp-social-menu ul li { float: left; position: relative; } .oceanwp-social-menu ul li a { display: inline-block; background-color: transparent; color: #929292; padding: 0 8px; line-height: 1; text-align: center; letter-spacing: 0; } .oceanwp-social-menu ul li a span { width: 1em; height: 1em; text-align: center; } .oceanwp-social-menu ul li a:hover { background-color: transparent; } .oceanwp-social-menu ul li:first-child a { margin-left: 0; } .oceanwp-social-menu ul li:last-child a { margin-right: 0; } .oceanwp-social-menu ul li.oceanwp-twitter a:hover { color: #46d4fe; } .oceanwp-social-menu ul li.oceanwp-facebook a:hover { color: #37589b; } .oceanwp-social-menu ul li.oceanwp-googleplus a:hover { color: #de5a49; } .oceanwp-social-menu ul li.oceanwp-pinterest a:hover { color: #cb2027; } .oceanwp-social-menu ul li.oceanwp-dribbble a:hover { color: #ea4c89; } .oceanwp-social-menu ul li.oceanwp-vk a:hover { color: #597BA5; } .oceanwp-social-menu ul li.oceanwp-instagram a:hover { color: #3F729B; } .oceanwp-social-menu ul li.oceanwp-linkedin a:hover { color: #3399CC; } .oceanwp-social-menu ul li.oceanwp-tumblr a:hover { color: #2C4762; } .oceanwp-social-menu ul li.oceanwp-github a:hover { color: #60b044; } .oceanwp-social-menu ul li.oceanwp-flickr a:hover { color: #fa4086; } .oceanwp-social-menu ul li.oceanwp-skype a:hover { color: #00AFF0; } .oceanwp-social-menu ul li.oceanwp-youtube a:hover { color: #C4302B; } .oceanwp-social-menu ul li.oceanwp-vimeo a:hover { color: #1ab7ea; } .oceanwp-social-menu ul li.oceanwp-vine a:hover { color: #00bf8f; } .oceanwp-social-menu ul li.oceanwp-xing a:hover { color: #006464; } .oceanwp-social-menu ul li.oceanwp-yelp a:hover { color: #C41200; } .oceanwp-social-menu ul li.oceanwp-tripadvisor a:hover { color: #589442; } .oceanwp-social-menu ul li.oceanwp-rss a:hover { color: #ff7900; } .oceanwp-social-menu ul li.oceanwp-email a:hover { color: #13aff0; } .oceanwp-social-menu .colored ul li a { position: relative; display: inline-block; font-size: 12px; color: #fff; line-height: 1; padding: 1em; border-radius: 50%; vertical-align: middle; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .oceanwp-social-menu .colored ul li a:hover { color: #fff; } .oceanwp-social-menu .colored ul li.oceanwp-twitter a { background-color: #46d4fe; } .oceanwp-social-menu .colored ul li.oceanwp-twitter a:hover { background-color: #39b4d8; } .oceanwp-social-menu .colored ul li.oceanwp-facebook a { background-color: #37589b; } .oceanwp-social-menu .colored ul li.oceanwp-facebook a:hover { background-color: #2d477c; } .oceanwp-social-menu .colored ul li.oceanwp-googleplus a { background-color: #de5a49; } .oceanwp-social-menu .colored ul li.oceanwp-googleplus a:hover { background-color: #bb4c3e; } .oceanwp-social-menu .colored ul li.oceanwp-pinterest a { background-color: #cb2027; } .oceanwp-social-menu .colored ul li.oceanwp-pinterest a:hover { background-color: #a91d23; } .oceanwp-social-menu .colored ul li.oceanwp-dribbble a { background-color: #ea4c89; } .oceanwp-social-menu .colored ul li.oceanwp-dribbble a:hover { background-color: #c64174; } .oceanwp-social-menu .colored ul li.oceanwp-vk a { background-color: #597BA5; } .oceanwp-social-menu .colored ul li.oceanwp-vk a:hover { background-color: #486384; } .oceanwp-social-menu .colored ul li.oceanwp-instagram a { background-color: #3F729B; } .oceanwp-social-menu .colored ul li.oceanwp-instagram a:hover { background-color: #315a7c; } .oceanwp-social-menu .colored ul li.oceanwp-linkedin a { background-color: #3399CC; } .oceanwp-social-menu .colored ul li.oceanwp-linkedin a:hover { background-color: #2678a1; } .oceanwp-social-menu .colored ul li.oceanwp-tumblr a { background-color: #2C4762; } .oceanwp-social-menu .colored ul li.oceanwp-tumblr a:hover { background-color: #1d3042; } .oceanwp-social-menu .colored ul li.oceanwp-github a { background-color: #60b044; } .oceanwp-social-menu .colored ul li.oceanwp-github a:hover { background-color: #4f9237; } .oceanwp-social-menu .colored ul li.oceanwp-flickr a { background-color: #fa4086; } .oceanwp-social-menu .colored ul li.oceanwp-flickr a:hover { background-color: #c63169; } .oceanwp-social-menu .colored ul li.oceanwp-skype a { background-color: #00AFF0; } .oceanwp-social-menu .colored ul li.oceanwp-skype a:hover { background-color: #0291c6; } .oceanwp-social-menu .colored ul li.oceanwp-youtube a { background-color: #C4302B; } .oceanwp-social-menu .colored ul li.oceanwp-youtube a:hover { background-color: #982420; } .oceanwp-social-menu .colored ul li.oceanwp-vimeo a { background-color: #1ab7ea; } .oceanwp-social-menu .colored ul li.oceanwp-vimeo a:hover { background-color: #1494bd; } .oceanwp-social-menu .colored ul li.oceanwp-vine a { background-color: #00bf8f; } .oceanwp-social-menu .colored ul li.oceanwp-vine a:hover { background-color: #01906c; } .oceanwp-social-menu .colored ul li.oceanwp-xing a { background-color: #006464; } .oceanwp-social-menu .colored ul li.oceanwp-xing a:hover { background-color: #014646; } .oceanwp-social-menu .colored ul li.oceanwp-yelp a { background-color: #C41200; } .oceanwp-social-menu .colored ul li.oceanwp-yelp a:hover { background-color: #940f01; } .oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a { background-color: #589442; } .oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a:hover { background-color: #426f32; } .oceanwp-social-menu .colored ul li.oceanwp-rss a { background-color: #ff7900; } .oceanwp-social-menu .colored ul li.oceanwp-rss a:hover { background-color: #d46603; } .oceanwp-social-menu .colored ul li.oceanwp-email a { background-color: #13aff0; } .oceanwp-social-menu .colored ul li.oceanwp-email a:hover { background-color: #0f8dc2; } .oceanwp-social-menu .minimal ul li a { position: relative; display: inline-block; font-size: 12px; background-color: transparent; color: #bbb; border: 1px solid #ccc; line-height: 1; padding: 1em; border-radius: 50%; vertical-align: middle; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .oceanwp-social-menu .minimal ul li a:hover { background-color: transparent; } .oceanwp-social-menu .minimal ul li.oceanwp-twitter a:hover { color: #46d4fe; border-color: #46d4fe; } .oceanwp-social-menu .minimal ul li.oceanwp-facebook a:hover { color: #37589b; border-color: #37589b; } .oceanwp-social-menu .minimal ul li.oceanwp-googleplus a:hover { color: #de5a49; border-color: #de5a49; } .oceanwp-social-menu .minimal ul li.oceanwp-pinterest a:hover { color: #cb2027; border-color: #cb2027; } .oceanwp-social-menu .minimal ul li.oceanwp-dribbble a:hover { color: #ea4c89; border-color: #ea4c89; } .oceanwp-social-menu .minimal ul li.oceanwp-vk a:hover { color: #597BA5; border-color: #597BA5; } .oceanwp-social-menu .minimal ul li.oceanwp-instagram a:hover { color: #3F729B; border-color: #3F729B; } .oceanwp-social-menu .minimal ul li.oceanwp-linkedin a:hover { color: #3399CC; border-color: #3399CC; } .oceanwp-social-menu .minimal ul li.oceanwp-tumblr a:hover { color: #2C4762; border-color: #2C4762; } .oceanwp-social-menu .minimal ul li.oceanwp-github a:hover { color: #60b044; border-color: #60b044; } .oceanwp-social-menu .minimal ul li.oceanwp-flickr a:hover { color: #fa4086; border-color: #fa4086; } .oceanwp-social-menu .minimal ul li.oceanwp-skype a:hover { color: #00AFF0; border-color: #00AFF0; } .oceanwp-social-menu .minimal ul li.oceanwp-youtube a:hover { color: #C4302B; border-color: #C4302B; } .oceanwp-social-menu .minimal ul li.oceanwp-vimeo a:hover { color: #1ab7ea; border-color: #1ab7ea; } .oceanwp-social-menu .minimal ul li.oceanwp-vine a:hover { color: #00bf8f; border-color: #00bf8f; } .oceanwp-social-menu .minimal ul li.oceanwp-xing a:hover { color: #006464; border-color: #006464; } .oceanwp-social-menu .minimal ul li.oceanwp-yelp a:hover { color: #C41200; border-color: #C41200; } .oceanwp-social-menu .minimal ul li.oceanwp-tripadvisor a:hover { color: #589442; border-color: #589442; } .oceanwp-social-menu .minimal ul li.oceanwp-rss a:hover { color: #ff7900; border-color: #ff7900; } .oceanwp-social-menu .minimal ul li.oceanwp-email a:hover { color: #13aff0; border-color: #13aff0; } .oceanwp-social-menu .dark ul li a { position: relative; display: inline-block; font-size: 12px; background-color: #333; color: #fff; line-height: 1; padding: 1em; border-radius: 50%; vertical-align: middle; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .oceanwp-social-menu .dark ul li a:hover { background-color: #000; color: #fff; } /*------------------------------------* $LINKS EFFECT *------------------------------------*/ .effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { display: block; background-color: #13aff0; position: absolute; bottom: -30%; left: 0; content: ''; width: 100%; height: 2px; visibility: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { visibility: visible; -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); } .effect-one #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { visibility: visible; -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); } .effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; bottom: -30%; left: 0; width: 100%; height: 3px; background-color: rgba(0, 0, 0, 0.1); content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); } .effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-two #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; bottom: -30%; left: 0; width: 100%; height: 1px; background-color: #13aff0; content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); } .effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { height: 2px; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-three #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { height: 2px; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { display: inline-block; color: #13aff0; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before { margin-right: 6px; content: '['; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { margin-left: 6px; content: ']'; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .effect-four #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; top: 130%; left: 0; width: 100%; height: 2px; background-color: #13aff0; content: ''; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { top: -30%; opacity: 1; } .effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { top: -30%; opacity: 1; } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 50%; content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2); -ms-transform: translateX(-50%) translateY(-50%) scale(0.2); transform: translateX(-50%) translateY(-50%) scale(0.2); } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { width: 40px; height: 40px; border-width: 4px; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8); -ms-transform: translateX(-50%) translateY(-50%) scale(0.8); transform: translateX(-50%) translateY(-50%) scale(0.8); } .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1); -ms-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1); } .effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1); -ms-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1); } .effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; bottom: -80%; left: 50%; color: transparent; content: '•'; text-shadow: 0 0 transparent; font-size: 1.2em; line-height: 1; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none; } .effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { color: #13aff0; text-shadow: 10px 0 #13aff0, -10px 0 #13aff0; } .effect-seven #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { color: #13aff0; text-shadow: 10px 0 #13aff0, -10px 0 #13aff0; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; padding: 0 8px; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; width: 100%; top: 50%; left: 0; height: 2px; margin-top: -1px; background-color: rgba(0, 0, 0, 0.1); content: ''; z-index: -1; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; pointer-events: none; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before { -webkit-transform: translateY(-13px); -ms-transform: translateY(-13px); transform: translateY(-13px); } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 0.8; } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 0.8; } .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; left: 0; width: 100%; height: 2px; background-color: #13aff0; content: ''; opacity: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before { top: 0; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { bottom: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: 1; } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before { -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); } .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); } .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; } .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before { -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); } .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); } .effect-ten #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { padding: 8px; -webkit-transition: -webkit-box-shadow 0.25s ease-out; transition: box-shadow 0.25s ease-out; } .effect-ten #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span { -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); } .effect-ten #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span { -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1); } /*------------------------------------* $MEGA MENU *------------------------------------*/ .navigation .megamenu a .nav-arrow { display: none; } .navigation .megamenu > li > a.menu-link { font-size: 13px; font-weight: 600; } .navigation .megamenu li ul.sub-menu { border-top: 1px solid #f1f1f1; } .navigation .megamenu li a.menu-link { padding: 12px 20px; } .navigation .megamenu .sidebar-box { padding: 20px; margin-bottom: 0; line-height: 1.8; white-space: normal; } .navigation > ul > li > ul.megamenu.sub-menu > li { float: left; border-bottom: 0; border-left-width: 1px; border-style: solid; border-color: #f1f1f1; } .navigation > ul > li > ul.megamenu.sub-menu > li:first-child { border-left: none; } .navigation li.megamenu-li.hide-headings > .megamenu > li > a, .navigation li.megamenu-li > .megamenu > li.hide-heading > a { display: none; } .navigation .megamenu .sub-menu { display: block !important; -moz-opacity: 1 !important; -webkit-opacity: 1 !important; opacity: 1 !important; min-width: 100%; position: static; background: transparent; -webkit-box-shadow: none; box-shadow: none; } /** * Megamenu columns */ .navigation li.megamenu-li .megamenu.col-1 > li { width: 100%; } .navigation li.megamenu-li .megamenu.col-2 > li { width: 50%; } .navigation li.megamenu-li .megamenu.col-3 > li { width: 33.33333333%; } .navigation li.megamenu-li .megamenu.col-4 > li { width: 25%; } .navigation li.megamenu-li .megamenu.col-5 > li { width: 20%; } .navigation li.megamenu-li .megamenu.col-6 > li { width: 16.66666667%; } /** * Megamenu auto width */ @media only screen and (min-width: 959px) { .navigation li.megamenu-li.auto-mega .megamenu.col-1 { width: 320px; } .navigation li.megamenu-li.auto-mega .megamenu.col-2 { width: 440px; } .navigation li.megamenu-li.auto-mega .megamenu.col-3 { width: 660px; } .navigation li.megamenu-li.auto-mega .megamenu.col-4 { width: 780px; } .navigation li.megamenu-li.auto-mega .megamenu.col-5 { width: 980px; } .navigation li.megamenu-li.auto-mega .megamenu.col-6 { width: 1080px; } } /** * Elementor Template */ .navigation > ul > li > ul.megamenu.sub-menu > li .elementor { white-space: normal; line-height: initial; } /** * Latest Posts Categories */ .navigation li.mega-cat .megamenu { padding: 30px 20px; } .navigation li.mega-cat .mega-cat-title { position: relative; font-size: 14px; line-height: 1; font-weight: 400; background-color: #f8f8f8; color: #222; letter-spacing: 2px; margin: 0 -20px 30px; padding: 15px 35px; text-transform: uppercase; } .navigation li.mega-cat > ul > li { padding: 0 15px; } .navigation li.mega-cat ul li a { padding: 0; } .navigation li.mega-cat ul li a.mega-post-link { display: block; position: relative; background-color: #000; } .navigation li.mega-cat ul li a.mega-post-link img { display: block; width: 100%; } .navigation li.mega-cat ul li a.mega-post-link .overlay { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; border-radius: 3px; background-color: rgba(0, 0, 0, 0.2); -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .navigation li.mega-cat ul li a.mega-post-link:hover .overlay { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } .navigation li.mega-cat ul li .mega-post-title { display: block; margin: 15px 0 8px; white-space: initial; } .navigation li.mega-cat ul li .mega-post-title a { color: #555; font-size: 14px; font-weight: 400; line-height: 1.3; letter-spacing: 0.6px; text-transform: none; } .navigation li.mega-cat ul li .mega-post-title a:hover { background-color: transparent; color: #333; } .navigation li.mega-cat ul li .mega-post-date { display: block; font-size: 10px; color: #bbb; text-transform: uppercase; } .navigation li.mega-cat ul li .mega-post-date i { font-size: 9px; padding-right: 5px; } .navigation > ul > li.mega-cat > ul.megamenu.sub-menu > li.first { border-left: 0; } /*------------------------------------* Tablet & Small Desktop Widths *------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 1280px) { /* megamenu */ .navigation li.megamenu.auto-width.col-6 > .sub-menu { width: 980px; } } /*------------------------------------* $SEARCH ICON *------------------------------------*/ #searchform-dropdown { position: absolute; right: 0; background-color: #fff; border-top: 3px solid #13aff0; top: 100%; padding: 15px; width: 260px; -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1); visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; z-index: 10000; } #searchform-dropdown input { display: block; background-color: transparent; border-radius: 0; margin: 0; } .no-top-border #searchform-dropdown { border: none; } /* display search on click */ #searchform-dropdown.show { visibility: visible; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } #site-header.header-replace #site-navigation .dropdown-menu { -webkit-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; } #site-header.header-replace #site-navigation.hide .dropdown-menu { visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; } #searchform-header-replace { position: absolute; top: 0; right: 0; height: 100%; width: 100%; visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; } #searchform-header-replace form { height: 100%; width: 100%; } #searchform-header-replace input { height: 100%; width: 94%; font-size: 22px; background-color: transparent; color: #bbb; padding: 0; outline: 0; border: 0; margin: 0; border-radius: 0; } #searchform-header-replace-close { position: absolute; right: 8px; top: 50%; margin-top: -20px; height: 40px; line-height: 40px; font-size: 26px; color: #bbb; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #searchform-header-replace-close:hover { color: #222; } /* display search on click */ #searchform-header-replace.show { visibility: visible; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } #searchform-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 9999; } #searchform-overlay .container { position: relative; max-width: 550px; height: 100%; } #searchform-overlay a.search-overlay-close { position: absolute; top: -50px; left: 50%; margin-left: -20px; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.2); text-align: center; border-radius: 2px; } #searchform-overlay a.search-overlay-close:hover { background-color: rgba(255, 255, 255, 0.3); } #searchform-overlay a.search-overlay-close span { position: relative; display: inline-block; width: 24px; height: 24px; } #searchform-overlay a.search-overlay-close span:before, #searchform-overlay a.search-overlay-close span:after { content: ''; position: absolute; top: 50%; left: 0; height: 2px; width: 100%; margin-top: 6px; background-color: #fff; border-radius: 5px; } #searchform-overlay a.search-overlay-close span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } #searchform-overlay a.search-overlay-close span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } #searchform-overlay form { position: absolute; top: 50%; left: 0; margin-top: -33px; width: 100%; text-align: center; } #searchform-overlay form input, #searchform-overlay form label { font-size: 22px; line-height: 1.3; padding: 18px 0; margin: 0; min-height: 50px; color: #fff; letter-spacing: 1px; text-transform: uppercase; text-align: center; } #searchform-overlay form input { position: relative; border: 0; background-color: transparent; border-bottom: 1px solid #444; z-index: 2; -webkit-transition: border-color 0.3s ease; transition: border-color 0.3s ease; } #searchform-overlay form input:hover { border-color: #777; } #searchform-overlay form input:focus { border-color: #fff; } #searchform-overlay form label { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #searchform-overlay form label i { display: inline-block; background-color: #fff; width: 3px; height: 3px; margin-left: 3px; -webkit-animation: blink 1s linear infinite; animation: blink 1s linear infinite; } #searchform-overlay form label i + i { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #searchform-overlay form label i + i + i { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #searchform-overlay form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* header > search overlay */ #searchform-overlay { display: none !important; } } /*------------------------------------* $DROP DOWN MOBILE *------------------------------------*/ #mobile-dropdown { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; max-height: 400px; overflow-y: auto; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } #mobile-dropdown ul { margin: 0; list-style: none; } #mobile-dropdown ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.035); } #mobile-dropdown ul li a { display: block; position: relative; padding: 12px 40px; text-align: left; } #mobile-dropdown ul li a i, #mobile-dropdown ul li a img { margin-right: 10px; } #mobile-dropdown ul li a i.after { margin-right: 0; margin-left: 10px; } #mobile-dropdown ul li a .dropdown-toggle { position: absolute; right: 0; top: 0; height: 100%; width: 60px; cursor: pointer; color: #555; padding-right: 40px; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } #mobile-dropdown ul li a .dropdown-toggle:before { content: '+'; font-size: 20px; position: absolute; top: 50%; left: 50%; line-height: 30px; margin-top: -15px; margin-left: -15px; } #mobile-dropdown ul li.active > a > .dropdown-toggle:before { content: '-'; } #mobile-dropdown ul li ul { display: none; border-top: 1px solid rgba(0, 0, 0, 0.035); margin-left: 0; background-color: rgba(0, 0, 0, 0.02); } #mobile-dropdown ul li.woo-menu-icon, #mobile-dropdown ul li.search-toggle-li, #mobile-dropdown ul li.side-panel-li, #mobile-dropdown ul li a .nav-arrow, #mobile-dropdown ul .sidebar-box, #mobile-dropdown ul .widget { display: none; } #mobile-dropdown .oceanwp-social-menu { display: block !important; float: none; width: 100%; right: auto !important; left: auto !important; padding: 0 40px !important; margin: 10px 0 !important; } #mobile-dropdown .oceanwp-social-menu .social-menu-inner { height: auto; } #mobile-dropdown .oceanwp-social-menu li { display: inline-block; float: none; border: 0; } #mobile-dropdown .oceanwp-social-menu li a { display: block; padding: 12px 10px; } #mobile-dropdown #mobile-menu-search { display: block; padding: 20px 40px; } #mobile-dropdown #mobile-menu-search form { position: relative; } #mobile-dropdown #mobile-menu-search form input { padding: 6px 45px 6px 12px !important; margin-top: 0 !important; -webkit-box-sizing: inherit; box-sizing: inherit; } #mobile-dropdown #mobile-menu-search form button { display: block; position: absolute; right: 10px; height: 30px; line-height: 30px; width: 30px; padding: 0; text-align: center; top: 50%; margin-top: -15px; background-color: transparent !important; color: #555; border: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #mobile-dropdown #mobile-menu-search form button:hover { color: #222; } #mobile-dropdown .has-social #mobile-menu-search { padding-top: 0; } /*------------------------------------* $FULL SCREEN MOBILE *------------------------------------*/ #mobile-fullscreen { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); overflow-y: scroll; z-index: 100000; } #mobile-fullscreen #mobile-fullscreen-inner { display: table; width: 100%; height: 100%; padding: 0 40px; } #mobile-fullscreen a.close { position: absolute; top: 14px; right: 14px; } #mobile-fullscreen a.close .close-icon-wrap { display: inline-block; position: relative; width: 40px; height: 40px; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } #mobile-fullscreen a.close .close-icon-wrap:hover { opacity: .7; } #mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after { display: inline-block; width: 40px; height: 3px; background-color: #fff; border-radius: 3px; } #mobile-fullscreen a.close .close-icon-inner { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } #mobile-fullscreen a.close .close-icon-inner::after { content: ''; display: block; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } #mobile-fullscreen nav { display: table-cell; vertical-align: middle; padding: 50px 0; text-align: center; } #mobile-fullscreen ul { list-style: none; margin: 0; } #mobile-fullscreen ul li a { display: block; position: relative; color: #fff; letter-spacing: 1px; text-transform: uppercase; text-align: center; } #mobile-fullscreen ul li a:hover { color: #929292; } #mobile-fullscreen ul li a i, #mobile-fullscreen ul li a img { margin-right: 10px; } #mobile-fullscreen ul li a i.after { margin-right: 0; margin-left: 10px; } #mobile-fullscreen ul li .dropdown-toggle { display: inline-block; width: 26px; padding-left: 5px; text-align: center; } #mobile-fullscreen ul li .dropdown-toggle:before { font-family: 'FontAwesome'; content: '+'; } #mobile-fullscreen ul li.open-sub > a > .dropdown-toggle:before { content: '-'; } #mobile-fullscreen ul ul.sub-menu { display: none; list-style: none; margin: 0; padding: 0; } #mobile-fullscreen ul ul.sub-menu li a { font-size: 13px; padding: 3px 0; } #mobile-fullscreen ul > li { display: block; } #mobile-fullscreen ul > li > a { font-size: 18px; line-height: 1.2; padding: 12px 0; } #mobile-fullscreen ul .woo-menu-icon, #mobile-fullscreen ul .search-toggle-li, #mobile-fullscreen ul .side-panel-li, #mobile-fullscreen ul .sidebar-box { display: none; } #mobile-fullscreen #mobile-search { max-width: 220px; margin: 10px auto 0; } #mobile-fullscreen #mobile-search form { position: relative; } #mobile-fullscreen #mobile-search input, #mobile-fullscreen #mobile-search label { font-size: 20px; padding: 4px 0; color: #fff; margin: 0; text-align: center; text-transform: uppercase; } #mobile-fullscreen #mobile-search input { position: relative; border: 0; background-color: transparent; border-bottom: 1px solid #666; border-radius: 0; z-index: 2; } #mobile-fullscreen #mobile-search input:hover, #mobile-fullscreen #mobile-search input:focus { border-color: #fff; } #mobile-fullscreen #mobile-search label { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; cursor: text; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; z-index: 1; } #mobile-fullscreen #mobile-search label i { display: inline-block; background-color: #fff; width: 3px; height: 3px; margin-left: 3px; -webkit-animation: blink 1s linear infinite; animation: blink 1s linear infinite; } #mobile-fullscreen #mobile-search label i + i { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #mobile-fullscreen #mobile-search label i + i + i { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #mobile-fullscreen #mobile-search form.search-filled label { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; -webkit-transition-duration: 150ms; transition-duration: 150ms; } #mobile-fullscreen .oceanwp-social-menu { display: block; float: none; margin-top: 30px; text-align: center; right: auto; } #mobile-fullscreen .oceanwp-social-menu .social-menu-inner { display: block; height: auto !important; } #mobile-fullscreen .oceanwp-social-menu ul li { float: none; display: inline-block; } #mobile-fullscreen .oceanwp-social-menu.simple-social ul li a { color: #fff; font-size: 24px; padding: 0 16px; margin: 0; background-color: transparent !important; } #mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover { color: #929292; } #mobile-fullscreen .oceanwp-social-menu .colored ul li a, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a, #mobile-fullscreen .oceanwp-social-menu .dark ul li a { padding: 0 4px; } #mobile-fullscreen .oceanwp-social-menu .colored ul li a span, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a span, #mobile-fullscreen .oceanwp-social-menu .dark ul li a span { font-size: 16px; width: 60px; height: 60px; line-height: 60px; } @-webkit-keyframes blink { 0% { -webkit-opacity: 1; } 50% { -webkit-opacity: 0; } 100% { -webkit-opacity: 1; } } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /*------------------------------------* $PAGE HEADER *------------------------------------*/ .page-header { position: relative; background-color: #f5f5f5; padding: 34px 0; } .page-header .container { position: relative; } .has-transparent-header .page-header { padding: 120px 0 36px 0; } body.home .page-header-inner { text-align: center; } .page-header-title { display: block; font-size: 24px; line-height: 1.4em; font-weight: 400; margin: 0; color: #333; } body.breadcrumbs-position-default .page-header-title { max-width: 70%; } .page-subheading { font-size: 15px; margin: 0; } .page-subheading p:last-child { margin: 0; } .centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title { max-width: 100% !important; } /** * Page Header Centered */ .centered-page-header { text-align: center; } .centered-page-header .page-header-title { font-size: 32px; } .centered-page-header .page-subheading { font-size: 18px; font-weight: 300; } /** * Page Header Minimal Centered */ .centered-minimal-page-header { background-color: #fff; border-bottom: 1px solid #f1f1f1; text-align: center; } .centered-minimal-page-header .page-header-title { font-size: 32px; } .centered-minimal-page-header .page-subheading { font-size: 18px; font-weight: 300; } /** * Page Header Solid Color */ .solid-color-page-header .page-header-title { color: #fff !important; } .solid-color-page-header .site-breadcrumbs, .solid-color-page-header .site-breadcrumbs a { color: #fff !important; } .solid-color-page-header .page-subheading { color: #fff; } /** * Page Header Background Image */ .background-image-page-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background-color: #000; height: 400px; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; } .background-image-page-header .page-header-inner { text-align: center; } .background-image-page-header .page-subheading { position: relative; color: #fff; font-size: 24px; font-weight: 300; z-index: 2; } .page-header.background-image-page-header .page-header-title { position: relative; color: #fff; font-size: 44px; font-weight: 400; max-width: 100%; z-index: 2; } .background-image-page-header-overlay { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000; z-index: 1; -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; } /** * Breadcrumbs */ .site-breadcrumbs { position: absolute; right: 0; top: 50%; max-width: 50%; height: 32px; line-height: 32px; margin-top: -16px; font-size: 13px; color: #c6c6c6; font-weight: normal; white-space: nowrap; overflow: hidden; } .site-breadcrumbs ul { margin: 0; padding: 0; list-style: none; } .site-breadcrumbs ul li { display: inline-block; } .site-breadcrumbs ul li .breadcrumb-sep { margin: 0 6px; } .site-breadcrumbs .icon-home.has-text, .site-breadcrumbs .breadcrumb-home.has-icon { display: none; } .site-breadcrumbs .breadcrumb-title { margin-right: 5px; } .site-breadcrumbs.position-under-title, .centered-page-header .site-breadcrumbs, .centered-minimal-page-header .site-breadcrumbs { position: inherit; top: auto; right: auto; margin-top: 0; max-width: 100%; } .oceanwp-breadcrumb .site-breadcrumbs { position: relative; top: auto; left: auto; right: auto; max-width: 100%; margin-top: 0; } .background-image-page-header .site-breadcrumbs { display: block; position: inherit; max-width: 100%; margin-top: 20px; top: auto; right: auto; color: #fff; text-align: center; z-index: 2; } .background-image-page-header .site-breadcrumbs a { color: #fff; } .background-image-page-header .site-breadcrumbs a:hover { color: #ddd; } /* compatibility with SEOPress */ .site-breadcrumbs nav, .site-breadcrumbs ol { margin: 0; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* page title */ body.has-breadcrumbs .page-header-title { max-width: 100%; width: 100%; } } /*------------------------------------* Tablet Portrait *------------------------------------*/ @media only screen and (max-width: 959px) { /* page header */ .site-breadcrumbs { position: inherit; top: auto; left: auto; right: auto; max-width: 100%; margin-top: 0; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { /* Remove fixed background to fix the IOS bug */ .page-header { background-attachment: initial !important; } /* page header */ .page-header-with-background .page-header-title { font-size: 36px; } .centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title, .page-header.background-image-page-header .page-header-title { font-size: 24px; } .centered-page-header .page-subheading, .centered-minimal-page-header .page-header-subheading, .page-header.background-image-page-header .page-subheading { font-size: 14px; } .background-image-page-header { height: auto !important; } /* breadcrumbs */ body.has-breadcrumbs .page-header-title { max-width: 100%; width: 100%; } } /*------------------------------------* $BLOG *------------------------------------*/ #blog-entries { padding-bottom: 0; } .blog-entry.post { position: relative; } .blog-entry.post .thumbnail { position: relative; } .blog-entry.post .thumbnail a { display: inline-block; position: relative; width: 100%; } .blog-entry.post .thumbnail .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .blog-entry.post .thumbnail:hover .overlay { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } .blog-entry.post .thumbnail img { width: 100%; } .blog-entry.post ul.meta { margin: 0 0 12px; } .blog-entry.post .blog-entry-header { margin-bottom: 20px; } .blog-entry.post .blog-entry-header .entry-title { font-size: 24px; margin: 0; } .blog-entry.post .blog-entry-header .entry-title a { font-weight: 600; letter-spacing: 0.6px; } .blog-entry.post .blog-entry-summary { margin-bottom: 20px; } .blog-entry.post .blog-entry-summary p:last-child { margin-bottom: 0; } .thumbnail-caption { font-size: 13px; margin-top: 0.5em; text-align: center; } .blog-entry.large-entry { border-bottom: 1px solid #f1f1f1; margin-bottom: 30px; padding-bottom: 30px; } .blog-entry.large-entry .thumbnail { margin-bottom: 20px; } .blog-entry.large-entry .blog-entry-readmore a { display: inline-block; font-size: 11px; line-height: 1; border: 1px solid #ddd; padding: 10px 16px; border-radius: 2px; text-transform: uppercase; letter-spacing: 1px; } .blog-entry.large-entry .blog-entry-readmore a:hover { color: #13aff0; border-color: #13aff0; } .blog-entry.large-entry .blog-entry-readmore a i { margin-left: 8px; } .blog-entry.grid-entry { float: left; } .blog-entry.grid-entry .blog-entry-inner { padding: 0 20px 20px; border: 1px solid #7F9C9B; border-radius: 5px 5px; background-color: #fff; } .blog-entry.grid-entry .thumbnail { margin: 0 -20px; } .blog-entry.grid-entry ul.meta { margin: 0; } .blog-entry.grid-entry .blog-entry-header { margin: 20px 0 12px; } .blog-entry.grid-entry .blog-entry-header .entry-title { font-size: 18px; } .blog-entry.grid-entry .blog-entry-summary { line-height: 1.6; margin: 10px 0 0; } .blog-entry.grid-entry .blog-entry-readmore { margin-top: 16px; } .blog-entry.grid-entry .blog-entry-readmore a { display: inline-block; font-size: 12px; line-height: 1.2; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; } .blog-entry.grid-entry .blog-entry-readmore a i { margin-left: 5px; } .blog-entry.thumbnail-entry { border-bottom: 1px solid #f1f1f1; margin-bottom: 30px; padding-bottom: 30px; } .blog-entry.thumbnail-entry .blog-entry-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .blog-entry.thumbnail-entry .center .thumbnail, .blog-entry.thumbnail-entry .center .blog-entry-content { -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .blog-entry.thumbnail-entry .bottom .thumbnail, .blog-entry.thumbnail-entry .bottom .blog-entry-content { -webkit-justify-content: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .blog-entry.thumbnail-entry .thumbnail { width: 45%; } .blog-entry.thumbnail-entry .thumbnail a { position: relative; } .blog-entry.thumbnail-entry .thumbnail .link-entry { position: absolute; top: 0; } .blog-entry.thumbnail-entry .thumbnail .left-position .link-entry { right: 0; } .blog-entry.thumbnail-entry .thumbnail .right-position .link-entry { left: 0; } .blog-entry.thumbnail-entry .blog-entry-content { width: 55%; } .blog-entry.thumbnail-entry .blog-entry-content { padding: 6px 0; } .blog-entry.thumbnail-entry .left-position .blog-entry-content { padding-left: 3em; } .blog-entry.thumbnail-entry .right-position .blog-entry-content { padding-right: 3em; } .blog-entry.thumbnail-entry .blog-entry-category { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.6px; line-height: 1.2em; text-transform: uppercase; margin-bottom: 10px; } .blog-entry.thumbnail-entry .blog-entry-category a { color: #13aff0; } .blog-entry.thumbnail-entry .blog-entry-category a:hover { color: #333; } .blog-entry.thumbnail-entry .blog-entry-summary { margin-bottom: 15px; } .blog-entry.thumbnail-entry .blog-entry-bottom { display: block; border-top: 1px solid #e9e9e9; padding-top: 15px; font-size: 11px; font-weight: 600; letter-spacing: 0.6px; line-height: 1.2em; text-transform: uppercase; } .blog-entry.thumbnail-entry .blog-entry-comments, .blog-entry.thumbnail-entry .blog-entry-comments a, .blog-entry.thumbnail-entry .blog-entry-date { color: #ababab; } .blog-entry.thumbnail-entry .blog-entry-comments { float: left; } .blog-entry.thumbnail-entry .blog-entry-comments i { padding-right: 6px; } .blog-entry.thumbnail-entry .blog-entry-comments a:hover { color: #333; } .blog-entry.thumbnail-entry .blog-entry-date { float: right; } .blog-entry.thumbnail-entry.no-featured-image .blog-entry-content { width: 100%; } .blog-entry.thumbnail-entry.no-featured-image .left-position .blog-entry-content { padding-left: 0; } .blog-entry.thumbnail-entry.no-featured-image .right-position .blog-entry-content { padding-right: 0; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { .blog-entry.thumbnail-entry .blog-entry-inner { -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content { width: 100%; } .blog-entry.thumbnail-entry .blog-entry-content { margin-top: 15px; padding: 0 !important; } } ul.meta { display: inline-block; width: 100%; color: #777; font-size: 12px; line-height: 1; margin: 0 0 20px; padding: 0; list-style: none; } ul.meta li { float: left; line-height: 1.3; } ul.meta li:after { content: '-'; padding: 0 6px; } ul.meta li:last-child:after { display: none; padding: 0; } ul.meta li a { color: #777; } ul.meta li a:hover { color: #13aff0; } ul.meta li i { display: inline-block; color: #929292; padding-right: 5px; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { ul.meta { margin-bottom: 12px; } ul.meta li { margin-bottom: 8px; } } /** * Gallery Format */ .gallery-format { display: none; position: relative; overflow: hidden; } .gallery-format img { display: block; position: relative; width: 100%; margin-bottom: 0; } .gallery-format .slick-prev, .gallery-format .slick-next { -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; visibility: hidden; } .gallery-format:hover .slick-prev, .gallery-format:hover .slick-next { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; visibility: visible; } /** * Video/audio format */ .wp-video { width: 100% !important; } /** * Link Format */ .link-entry { position: absolute; top: 20px; right: 20px; } .link-entry i { display: inline-block; width: 60px; height: 60px; font-size: 22px; line-height: 60px; background-color: #333; color: #fff; text-align: center; border-radius: 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .thumbnail:hover i { background-color: #13aff0; } /** * Quote format */ .post-quote-content, .post-quote-author { position: relative; background-color: #13aff0; color: #fff; font-size: 20px; padding: 20px 30px; line-height: 1.6; z-index: 1; } .post-quote-icon { position: absolute; right: 20px; bottom: 10px; font-size: 48px; -moz-opacity: 0.2; -webkit-opacity: 0.2; opacity: 0.2; z-index: -1; } .post-quote-author { background-color: #0b7cac; font-size: 12px; font-weight: 600; padding: 10px 30px; margin-top: 1px; text-transform: uppercase; letter-spacing: 0.6px; } .single-post .post-quote-wrap { margin-bottom: 30px; } /** * Single Post */ .single .thumbnail { position: relative; margin-bottom: 20px; } .single .thumbnail img { width: 100%; } .single .entry-title { font-size: 34px; padding: 0 0 20px; margin: 0 0 15px; border-bottom: 1px solid #f1f1f1; letter-spacing: 0.6px; } .single-post.content-max-width #main #content-wrap { width: 100%; max-width: 100%; } .single-post.content-max-width .thumbnail, .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .post-tags, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts, .single-post.content-max-width .comments-area { padding-left: 20px; padding-right: 20px; } .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .wp-block-image, .single-post.content-max-width .wp-block-gallery, .single-post.content-max-width .wp-block-video, .single-post.content-max-width .wp-block-quote, .single-post.content-max-width .wp-block-text-columns, .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol, .single-post.content-max-width .wp-block-cover-text, .single-post.content-max-width .post-tags, .single-post.content-max-width .comments-area { margin: 1.5em auto; max-width: 700px; } .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol { padding-left: 40px; padding-right: 40px; } .single-post.content-max-width .thumbnail { margin-top: 0; } .single-post.content-max-width .entry-header { margin-bottom: 0; } .single-post.content-max-width ul.meta { display: block; } .single-post.content-max-width .wp-block-quote p { padding: 0; } .single-post.content-max-width .entry-content blockquote p { max-width: 100%; margin: 0; padding: 0; } .single-post.content-max-width .thumbnail, .single-post.content-max-width .wp-block-cover-text.alignwide, .single-post.content-max-width .wp-block-image.alignwide, .single-post.content-max-width .wp-block-gallery.alignwide, .single-post.content-max-width .wp-block-text-columns.alignwide, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts { margin: 1.5em auto; max-width: 1100px; } .single-post.content-max-width .wp-block-cover-text.alignfull, .single-post.content-max-width .wp-block-image.alignfull, .single-post.content-max-width .wp-block-gallery.alignfull, .single-post.content-max-width .wp-block-text-columns.alignfull { margin: 1.5em 0; max-width: 100%; } .single-post.content-max-width .wp-block-image.alignfull img { width: 100%; } .single-post.content-max-width .wp-block-image.alignleft, .single-post.content-max-width .wp-block-image.alignright { max-width: 350px; margin-top: 0; margin-bottom: 0; } .single-post.content-max-width .wp-block-image.alignleft { margin-left: -webkit-calc( 50% - 350px); margin-left: calc( 50% - 350px); padding: 14px 36px 14px 0; } .single-post.content-max-width .wp-block-image.alignright { margin-right: -webkit-calc( 50% - 350px); margin-right: calc( 50% - 350px); padding: 14px 0 14px 36px; } .single-post.content-max-width figure img { margin: 0 auto; } .single-post.content-max-width .entry-content ul.alignfull, .single-post.content-max-width .entry-content ol.alignfull { padding-left: 0; padding-right: 0; } .single-post.content-max-width .entry-content ul.alignwide, .single-post.content-max-width .entry-content ol.alignwide { padding-left: 0; padding-right: 0; } .wp-block-cover-image, .wp-block-image { margin-bottom: 20px; } .wp-block-button a:hover { color: inherit; } .wp-block-quote.blocks-quote-style-2 { border: 0; } .wp-block-pullquote { border-left-width: 0; margin: 0; } .wp-block-separator { margin: 30px auto; } .wp-block-separator.is-style-wide { max-width: 700px; } .wp-block-table { display: table; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .single-post.media-above-content .thumbnail { margin-bottom: 20px; } .single-post .entry-title { font-size: 26px; } } /** * Single Post Content */ .single .entry-content { margin-bottom: 20px; } .dropcap { float: left; color: #13aff0; font-size: 120px; line-height: 80px; margin-top: 6px; margin-right: 10px; } .entry-footer { display: inline-block; width: 100%; } /** * Single Post Tags */ .single .post-tags { font-size: 11px; font-weight: 600; margin: 30px 0 0; text-transform: uppercase; } /** * Single Post Next Prev */ .single nav.post-navigation { margin-top: 30px; padding-top: 30px; border-top: 1px solid #f1f1f1; } .single nav.post-navigation:after { content: ''; display: block; visibility: hidden; clear: both; zoom: 1; height: 0; } .single nav.post-navigation .nav-links .title { display: block; color: #13aff0; line-height: 20px; } .single nav.post-navigation .nav-links a { display: block; } .single nav.post-navigation .nav-links i { font-size: 20px; line-height: 20px; } .single nav.post-navigation .nav-links .post-title { display: block; font-size: 16px; margin: 5px 0 0; } .single nav.post-navigation .nav-previous { float: left; width: 50%; text-align: left; border-right-width: 1px; border-style: solid; border-color: #f1f1f1; padding-right: 20px; } .single nav.post-navigation .nav-previous i { float: left; margin-right: 20px; } .single nav.post-navigation .nav-next { float: right; width: 50%; text-align: right; padding-left: 20px; } .single nav.post-navigation .nav-next i { float: right; margin-left: 20px; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .single nav.post-navigation .nav-links .nav-previous, .single nav.post-navigation .nav-links .nav-next { float: none; width: 100%; padding: 0; } .single nav.post-navigation .nav-links .nav-previous { border-right-width: 0; border-left-width: 0; } } /** * Single Post Author bio */ #author-bio { position: relative; margin-top: 30px; padding-top: 30px; border-top-width: 1px; border-style: solid; border-color: #f1f1f1; } #author-bio #author-bio-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } #author-bio .author-bio-avatar, #author-bio .author-bio-avatar img { border-radius: 50%; } #author-bio .author-bio-avatar { min-width: 80px; margin-right: 30px; } #author-bio .author-bio-avatar img { width: 80px; height: 80px; border: 3px solid #e9e9e9; } #author-bio .author-bio-content { position: relative; } #author-bio .author-bio-title { display: inline-block; font-size: 18px; margin: 0 0 10px; text-transform: capitalize; } #author-bio .author-bio-description p:last-child { margin: 0; } .author #author-bio { margin: 0 0 30px; padding-bottom: 30px; border-bottom-width: 1px; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { #author-bio .author-bio-avatar { display: none; } } /** * Single Post Related posts */ #related-posts { margin-top: 30px; padding-top: 30px; border-top: 1px solid #f1f1f1; } #related-posts .title-wrap { display: block; color: #333; font-size: 20px; font-weight: 600; letter-spacing: 0.6px; margin-bottom: 18px; } #related-posts ul { padding: 0; list-style: none; } #related-posts .col { float: left; position: relative; min-height: 100px; margin: 0; text-align: center; } #related-posts .span_1_of_3 { width: 33.3333333333%; } .related-thumb { display: block; background-color: #222; } .related-thumb img { display: block; width: 100%; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .related-thumb:hover img { -moz-opacity: 0.7; -webkit-opacity: 0.7; opacity: 0.7; } .related-post-title { font-size: 16px; font-weight: 600; margin: 12px 12px 3px 12px; } .related-post-title a { display: block; } time.published { font-size: 12px; } time.published i { padding-right: 5px; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #related-posts .col { float: none; width: 100%; margin-bottom: 30px; } #related-posts .col:last-child { margin-bottom: 0; } } /*------------------------------------* $SIDEBAR *------------------------------------*/ .widget-area { font-size: 13px; } .sidebar-box { margin-bottom: 40px; } .sidebar-box ul { margin: 0; padding: 0; list-style: none; } .widget-title { display: block; line-height: 1; font-size: 13px; font-weight: 400; color: #333; border-width: 0 0 0 3px; border-style: solid; border-color: #13aff0; letter-spacing: 1px; padding-left: 15px; margin: 0 0 20px; text-transform: uppercase; } /** * Widgets > Borders */ .oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li { padding: 6px 0; border-bottom: 1px solid #e9e9e9; } .oceanwp-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child { border-top: 1px solid #e9e9e9; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #main .widget_nav_menu li a:before { display: none; } } /*------------------------------------* $CUSTOM SELECTS *------------------------------------*/ .hasCustomSelect { width: 100%; z-index: 2; } .theme-select { position: relative; border: 1px solid #ddd; color: #555; height: 34px; line-height: 32px; padding: 0 45px 0 15px; width: 100%; z-index: 1; } .theme-select:after { font-family: 'FontAwesome'; content: '\f107'; position: absolute; right: 0; top: 0; display: block; height: 32px; width: 32px; font-size: 11px; color: #929292; border-left: 1px solid #ddd; text-align: center; } /*------------------------------------* $PAGINATION *------------------------------------*/ ul.page-numbers { display: inline-block; width: 100%; margin: 0; padding: 10px 0 0; list-style: none; text-align: right; clear: both; } ul.page-numbers li { display: inline-block; } .page-links { text-align: center; margin: 15px 0; } .page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span { position: relative; display: inline-block; min-width: 38px; min-width: 38px; line-height: 38px; margin: 0 8px 0 0; text-align: center; color: #555; border: 1px solid #e9e9e9; font-size: 18px; cursor: pointer; white-space: nowrap; border-radius: 2px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-sizing: content-box; box-sizing: content-box; } .page-numbers a span:not(.elementor-screen-only) { padding: 0; } .page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover, .page-links > span { background-color: #f8f8f8; color: #333; } .elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers.current:hover { background-color: transparent; } .pagination-center .oceanwp-pagination ul.page-numbers, .pagination-center .oceanwp-pagination .page-links, .pagination-center .woocommerce-pagination ul.page-numbers, .pagination-center .woocommerce-pagination .page-links { text-align: center; } .pagination-left .oceanwp-pagination ul.page-numbers, .pagination-left .oceanwp-pagination .page-links, .pagination-left .woocommerce-pagination ul.page-numbers, .pagination-left .woocommerce-pagination .page-links { text-align: left; } /* next/prev */ .page-jump a { display: inline-block; font-size: 12px; line-height: 1.2; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; } /* infinite scroll */ .scroller-status, .infinite-scroll-last, .infinite-scroll-error { display: none; } .scroller-status { margin-top: 20px; text-align: center; clear: both; } .scroller-status p { margin: 0; } .loader-ellips { font-size: 12px; position: relative; width: 3.5em; height: 1em; margin: 0 auto; } .loader-ellips__dot { display: block; width: 1em; height: 1em; border-radius: 0.5em; background-color: #333; position: absolute; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) { left: 0; } .loader-ellips__dot:nth-child(3) { left: 1.3em; } .loader-ellips__dot:nth-child(4) { left: 2.6em; } .loader-ellips__dot:nth-child(1) { -webkit-animation-name: reveal; animation-name: reveal; } .loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) { -webkit-animation-name: slide; animation-name: slide; } .loader-ellips__dot:nth-child(4) { -webkit-animation-name: reveal; animation-name: reveal; -webkit-animation-direction: reverse; animation-direction: reverse; } @-webkit-keyframes reveal { from { -webkit-transform: scale(0.001); transform: scale(0.001); } to { -webkit-transform: scale(1); transform: scale(1); } } @keyframes reveal { from { -webkit-transform: scale(0.001); transform: scale(0.001); } to { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes slide { to { -webkit-transform: translateX(1.3em); transform: translateX(1.3em); } } @keyframes slide { to { -webkit-transform: translateX(1.3em); transform: translateX(1.3em); } } .infinite-scroll-nav { display: none; } /*------------------------------------* $COMMENT *------------------------------------*/ #respond { margin-bottom: 20px; } #respond form { display: inline-block; width: 100%; } #respond .comment-textarea, #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { margin-bottom: 20px; } #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 33.33%; } #respond .comment-form-author { padding-right: 10px; } #respond .comment-form-email { padding: 0 10px; } #respond .comment-form-url { padding-left: 10px; } #respond input[type="text"] { width: 100%; } #respond .form-submit { float: right; margin-bottom: 0; } #comments { margin-top: 30px; padding-top: 30px; border-top: 1px solid #f1f1f1; } #comments ol { margin: 0; list-style: none; } #comments ol.children { margin-left: 30px; } #comments.empty-closed-comments { display: none; } .comment-body { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #f1f1f1; } .comment-body img.avatar { width: 80px; height: 80px; margin-right: 30px; border-radius: 50%; } .comment-body .comment-content { position: relative; width: 100%; } .comment-author { display: inline-block; width: 100%; } .comment-author .comment-link, .comment-author .comment-meta { font-weight: 600; margin: 5px 0 8px; } .comment-author .comment-link { float: left; font-size: 18px; } .comment-author .comment-meta { float: right; text-align: right; font-size: 10px; line-height: 2.5; text-transform: uppercase; letter-spacing: 0.1em; } .comment-author .comment-meta .comment-reply-link, .comment-author .comment-meta .comment-edit-link { margin-left: 15px; } .comment-author .comment-meta .comment-reply-link { color: #13aff0; } .comment-author .comment-meta .comment-reply-link:hover { color: #333; } #respond #cancel-comment-reply-link { font-size: 10px; color: #929292; float: right; border: 2px solid #f1f1f1; padding: 3px 10px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.1em; } #respond #cancel-comment-reply-link:hover { color: #13aff0; border-color: #13aff0; } span.required { position: relative; top: -4px; font-size: 10px; margin-left: 3px; color: #F00; } .comment-body p { margin: 0; } .no-comments { text-align: right; } .no-comments i { margin-right: 8px; } .comment-navigation { display: inline-block; width: 100%; } .comment-navigation .nav-links a { display: inline-block; font-size: 12px; line-height: 1.2; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; } .comment-navigation .nav-links .nav-previous { float: left; margin-right: 1.5em; } .comment-navigation .nav-links .nav-previous i { margin-right: 5px; } .comment-navigation .nav-links .nav-next { float: right; margin-left: 1.5em; } .comment-navigation .nav-links .nav-next i { margin-left: 5px; } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { #comments ol.children { margin-left: 0; margin-right: 0; } #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: none; width: 100%; padding-right: 0; padding: 0; padding-left: 0; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .comment-body img { display: none; } .comment-author { margin-bottom: 16px; } .comment-author .comment-link, .comment-author .comment-meta { float: none; } } /*------------------------------------* $SEARCH *------------------------------------*/ .search-results article { position: relative; width: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e9e9e9; } .search-results article .search-entry-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .search-results article .thumbnail { min-width: 120px; margin-right: 20px; } .search-results article .thumbnail img { border-radius: 5px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } .search-results article .search-entry-title { font-size: 24px; margin: 0 0 6px; } .search-results article .search-entry-summary p:last-child { margin-bottom: 0; } .search-results article .search-entry-readmore a { display: inline-block; font-size: 12px; font-weight: 600; line-height: 1; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; letter-spacing: 0.6px; } .search-results article ul { list-style: none; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .search-results article .thumbnail { display: none; } } /*------------------------------------* $FOOTER *------------------------------------*/ .site-footer { position: relative; } /** * Footer widgets */ #footer-widgets { background-color: #222; padding: 30px 0; margin: 0; } #footer-widgets .footer-box { padding: 0 15px; margin: 0; } #footer-widgets .footer-box .footer-widget { margin-bottom: 20px; } #footer-widgets .footer-box .footer-widget:last-child { margin-bottom: 0; } #footer-widgets .footer-box .footer-widget ul { margin: 0; padding: 0; list-style: none; } #footer-widgets .footer-box .widget-title { color: #fff; } #footer-widgets .footer-box a { color: #fff; } #footer-widgets .footer-box a:hover { color: #13aff0; } #footer-widgets #wp-calendar caption, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar tbody, #footer-widgets .contact-info-widget i, #footer-widgets .mailchimp-widget input[type="email"], #footer-widgets .posts-thumbnails-widget li, #footer-widgets .social-widget li a { border-color: #555; } #footer-widgets .mailchimp-widget input[type="email"]:focus { border-color: #13aff0; } #footer-widgets .tagcloud a { background-color: #222; border-color: #333; } #footer-widgets .tagcloud a:hover { background-color: #444; color: #fff; border-color: #555; } /** * Parallax footer */ .parallax-footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 0; } .has-parallax-footer #main { z-index: 1; } .has-parallax-footer:not(.boxed-layout) #main { -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); } .has-parallax-footer:not(.separate-layout) #main { background-color: #fff; } .has-parallax-footer.separate-layout #main { background-color: #f1f1f1; } .boxed-layout .parallax-footer { width: 1280px; left: auto; right: auto; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* margin footer columns */ #footer-widgets .col { margin-bottom: 30px; } /* Parallax footer */ .has-parallax-footer #main { margin-bottom: 0 !important; } .parallax-footer { position: relative; } } /* Responsive columns */ @media only screen and (min-width: 481px) and (max-width: 768px) { #footer-widgets.tablet-1-col .footer-box { width: 100%; } #footer-widgets.tablet-2-col .footer-box { width: 50% !important; } #footer-widgets.tablet-2-col .footer-box:nth-child(3n) { clear: left; } #footer-widgets.tablet-3-col .footer-box { width: 33.33% !important; clear: none; } #footer-widgets.tablet-3-col .footer-box:nth-child(4n) { clear: left; } #footer-widgets.tablet-4-col .footer-box { width: 25% !important; } #footer-widgets.tablet-4-col .footer-box:nth-child(5n) { clear: left; } } @media only screen and (max-width: 480px) { #footer-widgets.mobile-1-col .footer-box { width: 100%; } #footer-widgets.mobile-2-col .footer-box { width: 50% !important; } #footer-widgets.mobile-2-col .footer-box:nth-child(3n) { clear: left; } #footer-widgets.mobile-3-col .footer-box { width: 33.33% !important; clear: none; } #footer-widgets.mobile-3-col .footer-box:nth-child(4n) { clear: left; } #footer-widgets.mobile-4-col .footer-box { width: 25% !important; } #footer-widgets.mobile-4-col .footer-box:nth-child(5n) { clear: left; } } /** * Footer bottom */ #footer-bottom { background-color: #1B1B1B; padding: 15px 0; font-size: 12px; line-height: 1; } #footer-bottom #footer-bottom-menu, #footer-bottom #copyright { width: 50%; } #footer-bottom #footer-bottom-menu { float: right; text-align: right; padding-left: 15px; } #footer-bottom #footer-bottom-menu ul { display: inline-block; margin: 0; list-style: none; margin: 0; padding: 0; } #footer-bottom #footer-bottom-menu li { float: left; } #footer-bottom #footer-bottom-menu li:after { content: '|'; margin-left: 5px; margin-right: 5px; } #footer-bottom #footer-bottom-menu li:last-child:after { content: ''; margin-left: 0; margin-right: 0; } #footer-bottom #footer-bottom-menu a { color: #fff; } #footer-bottom #footer-bottom-menu a:hover { color: #13aff0; } #footer-bottom.no-footer-nav #copyright { float: none; width: 100%; text-align: center; padding-left: 0 !important; padding-right: 0 !important; } #footer-bottom #copyright { float: left; text-align: left; padding-right: 15px; } #footer-bottom a { color: #fff; } #footer-bottom a:hover { color: #13aff0; } /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* center footer bottom */ #footer-bottom #copyright, #footer-bottom #footer-bottom-menu { float: none; width: 100%; padding-right: 0; padding-left: 0; text-align: center; } #footer-bottom #footer-bottom-menu { margin-bottom: 15px; } #footer-bottom #footer-bottom-menu li { float: none; display: inline-block; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { #footer-bottom #footer-bottom-menu li { margin-bottom: 8px; } } /** * Scroll top */ #scroll-top { display: none; position: fixed; right: 20px; bottom: 20px; width: 40px; height: 40px; line-height: 40px; background-color: rgba(0, 0, 0, 0.4); color: #fff; font-size: 18px; cursor: pointer; border-radius: 2px; text-align: center; z-index: 100; -webkit-box-sizing: content-box; box-sizing: content-box; } #scroll-top > span { line-height: inherit; vertical-align: top; } #scroll-top:hover { background-color: rgba(0, 0, 0, 0.8); } #scroll-top.scroll-top-left { left: 20px; right: auto; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { #scroll-top { right: 10px; bottom: 10px; width: 26px; height: 26px; line-height: 24px; font-size: 14px; } } /*------------------------------------* $404 PAGE *------------------------------------*/ .error404-content { position: relative; margin: 0 auto; text-align: center; } .error404-content .error-title { font-size: 46px; margin: 0 0 25px; } .error404-content .error-text { font-size: 18px; font-weight: 300; margin-bottom: 35px; } .error404-content .searchform { max-width: 390px; margin: 0 auto; } .error404-content .error-btn { font-size: 13px; padding: 14px 26px; margin-top: 60px; } .error404-content .error-btn:hover { color: #fff; } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .error404-content .searchform { width: 100%; } .error404-content .error-btn { margin-top: 40px; } } /*------------------------------------* $GENERAL *------------------------------------*/ /* Fix for the tabs under the header in the edit mode */ .fl-builder-edit #site-header, .fl-builder-edit.has-transparent-header #site-header, .elementor-editor-active #site-header { z-index: 1; } .fl-builder-edit #main, .elementor-editor-active #main { z-index: inherit !important; } /* Fix the height automatically in the custom header style */ #site-header .elementor-section-wrap { height: auto !important; } /* Fix image alignment with caption issue */ .elementor-widget-image .elementor-image img { display: inline-block; } /* Fix carousel next/prev bug in Elementor */ .elementor-slick-slider .slick-prev, .elementor-slick-slider .slick-next { height: auto; } /* Fix background hover color on the photoswipe buttons */ .pswp__button:hover { background-color: transparent; } /* Fix bug with MotoPress */ div.motopress-bootstrap-dropdown .dropdown-menu { display: block !important; position: static !important; } /* Fix problem with Geolocation addon of Caldera form in the Ocean Modal Window */ .pac-container { z-index: 100003; } /* Remove the Elementor section min height if the no-height class is added */ .no-height .elementor-column { min-height: 0; } /* WooCommerce issues with Elementor Pro */ body .elementor-element.elementor-wc-products ul.products li.product .onsale { padding: 8px 12px; } body .elementor-element.elementor-wc-products ul.products li.product.circle-sale .onsale { padding: 0; } @media only screen and (max-width: 959px) { .elementor-element.elementor-wc-products ul.products li.product { width: auto !important; } } /* Fix parallax footer issue in the Elementor editor */ .elementor-editor-active .parallax-footer { z-index: -1; } /* Fix checkbox issue in Elementor */ .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"] { display: inline-block; } /*------------------------------------* $MAGNIFIC POPUP *------------------------------------*/ .mfp-bg { z-index: 104200; -webkit-transform: translateZ(0); } .mfp-wrap { z-index: 104300; } /* Zoom effect */ .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } .mfp-zoom-out-cur { cursor: -moz-default; cursor: -webkit-default; cursor: default; } .mfp-zoom-out-cur .mfp-image-holder .mfp-close { width: 20px; cursor: -moz-pointer; cursor: -webkit-pointer; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* Fade effect */ .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } /*------------------------------------* $SIDR *------------------------------------*/ #sidr-close, .sidebar-mobile #mobile-nav { display: none; } #sidr { display: block; position: fixed; top: 0; height: 100%; z-index: 999999; width: 300px; max-width: 100%; padding-bottom: 30px; overflow-x: hidden; overflow-y: auto; font-size: 15px; background-color: #fff; color: #555; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-overflow-scrolling: touch; } #sidr ul { margin: 0; list-style: none; } .sidr.right { left: auto; right: -300px; } .sidr.left { left: -300px; right: auto; } .sidr a { color: #555; } .sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active > a, .sidr-class-menu-item-has-children.active > a > .sidr-class-dropdown-toggle { color: #13aff0; } .sidr-class-clr:after { content: ''; display: block; visibility: hidden; clear: both; zoom: 1; height: 0; } a.sidr-class-toggle-sidr-close { display: block; background-color: #f8f8f8; color: #333; font-size: 13px; font-weight: 600; line-height: 1; padding: 20px; letter-spacing: 0.6px; text-transform: uppercase; } a.sidr-class-toggle-sidr-close i { display: inline-block; padding-right: 8px; margin: 0; width: auto; height: auto; line-height: 1; vertical-align: bottom; } .sidr-class-dropdown-menu ul, .sidr-class-fs-dropdown-menu ul { display: none; border-top: 1px solid rgba(0, 0, 0, 0.035); margin-left: 0; background-color: rgba(0, 0, 0, 0.02); } .sidr-class-dropdown-menu li, .sidr-class-fs-dropdown-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.035); } .sidr-class-dropdown-menu.sidr-class-left-menu li:last-child, .sidr-class-fs-dropdown-menu.sidr-class-left-menu li:last-child { border-bottom: none; } .sidr-class-dropdown-menu > li:first-child, .sidr-class-fs-dropdown-menu > li:first-child { border-top: 1px solid rgba(0, 0, 0, 0.035); } .sidr-class-dropdown-menu li a, .sidr-class-fs-dropdown-menu li a { padding: 12px 20px; display: block; position: relative; } .sidr-class-dropdown-menu li a.sidr-class-sf-with-ul, .sidr-class-fs-dropdown-menu li a.sidr-class-sf-with-ul { padding-right: 40px; } .sidr-class-dropdown-menu ul li:last-child, .sidr-class-fs-dropdown-menu ul li:last-child { border: none; } .sidr-class-top-bar-menu > li:first-child { border-top: none; } .sidr-class-menu-item-has-children { position: relative; } .sidr-class-dropdown-menu li.sidr-class-menu-item-has-children > a { padding-right: 60px; } .sidr-class-dropdown-toggle { font-size: 11px; height: 100%; width: 60px; position: absolute; right: 0; top: 0; cursor: pointer; color: #555; text-align: right; padding-right: 20px; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .sidr-class-dropdown-toggle:before { font-family: 'FontAwesome'; content: '+'; font-size: 20px; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; line-height: 30px; margin-top: -15px; margin-left: -15px; } .sidr-class-dropdown-menu li.active > a > .sidr-class-dropdown-toggle:before { content: '-'; } .sidr-class-dropdown-menu ul a:before { font-family: 'FontAwesome'; content: '\f105'; display: inline-block; margin: 0 10px; } .sidr-class-dropdown-menu ul ul a:before { margin-left: 20px; } .sidr-class-dropdown-menu ul ul ul a:before { margin-left: 40px; } .sidr-class-middle-site-logo, .sidr #searchform-header-replace-close, .sidr #sidr-id-searchform-overlay, .sidr .sidr-class-nav-arrow, .sidr-class-sidebar-box, .sidr-class-mega-cat .sidr-class-dropdown-toggle, .sidr-class-mega-cat .sidr-class-megamenu, .sidr-class-elementor { display: none !important; } .sidr-class-dropdown-menu li.sidr-class-menu-item-has-children.sidr-class-mega-cat > a { padding-right: 20px; } /* Icons */ .sidr-class-dropdown-menu a i { font-size: inherit !important; vertical-align: initial !important; margin-right: 10px; } .sidr-class-dropdown-menu a i.after { margin-right: 0; margin-left: 10px; } /* WPML img */ .sidr-class-wpml-ls-flag { margin-right: 10px; vertical-align: baseline; } /* Overlay */ .oceanwp-sidr-overlay { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.3); z-index: 9999; } /* Search */ #mobile-menu-search, .sidr-class-woo-cart-link, .sidr-class-search-toggle-li, #sidr-id-searchform-dropdown, #sidr-id-searchform-header-replace { display: none; } .sidr-class-mobile-searchform { position: relative; margin: 30px 20px 0; } .sidr-class-mobile-searchform input { padding: 6px 45px 6px 12px !important; margin-top: 0 !important; -webkit-box-sizing: inherit; box-sizing: inherit; } .sidr-class-mobile-searchform button { display: block; position: absolute; right: 10px; height: 30px; line-height: 30px; width: 30px; padding: 0; text-align: center; top: 50%; margin-top: -15px; background-color: transparent !important; color: #555; border: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .sidr-class-mobile-searchform button:hover { color: #222; } /* Social */ .sidr-class-social-menu-inner ul { display: table; width: 100%; text-align: center; table-layout: fixed; } .sidr-class-social-menu-inner ul li { display: table-cell; } .sidr-class-social-menu-inner ul li a { display: block; padding: 12px 10px; } /*------------------------------------* $SLICK *------------------------------------*/ /* Arrows */ .slick-prev, .slick-next { position: absolute; bottom: 0; display: inline-block; background-color: rgba(0, 0, 0, 0.6); color: #fff; width: 30px; height: 35px; line-height: 35px; font-size: 20px; border: 0; text-align: center; cursor: pointer; padding: 0; border-radius: 0; z-index: 10; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { background-color: rgba(0, 0, 0, 0.9); color: #fff; } .slick-prev { right: 30px; } [dir="rtl"] .slick-prev { right: auto; left: 30px; } [dir="rtl"] .slick-prev span:before { content: '\f105'; } .slick-next { right: 0; } [dir="rtl"] .slick-next { left: 0; right: auto; } [dir="rtl"] .slick-next span:before { content: '\f104'; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; } .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; } .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 20px; line-height: 20px; text-align: center; color: black; -moz-opacity: 0.25; -webkit-opacity: 0.25; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { color: black; -moz-opacity: 0.75; -webkit-opacity: 0.75; opacity: 0.75; } /*------------------------------------* $RESPONSIVE *------------------------------------*/ /*------------------------------------* All Devices under 960px *------------------------------------*/ @media only screen and (max-width: 959px) { /* default breakpoint */ body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link { display: none; } body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link { display: block; } body.default-breakpoint .is-sticky #site-logo.has-responsive-logo .sticky-logo-link { display: block; } body.default-breakpoint .is-sticky #site-logo.has-sticky-logo .responsive-logo-link { display: none; } body.default-breakpoint #site-header.center-header #site-logo { display: block; } body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content { display: none; } body.default-breakpoint .center-logo #site-logo { float: none; position: absolute; left: 50%; padding: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } body.default-breakpoint .oceanwp-mobile-menu-icon { display: block; } body.default-breakpoint #top-bar.has-no-content #top-bar-social { text-align: center; } body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-left, body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-right { position: inherit; left: auto; right: auto; float: none; height: auto; line-height: 1.5em; margin-top: 0; } body.default-breakpoint #top-bar.has-no-content #top-bar-social li { float: none; display: inline-block; } body.default-breakpoint.vertical-header-style #outer-wrap { margin: 0 !important; } body.default-breakpoint #site-header.vertical-header { position: relative; width: 100%; left: 0 !important; right: 0 !important; } body.default-breakpoint #site-header.vertical-header .has-template > #site-logo { display: block; } body.default-breakpoint #site-header.vertical-header #site-header-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; max-width: 90%; } body.default-breakpoint #site-header.vertical-header #site-header-inner > *:not(.oceanwp-mobile-menu-icon) { display: none; } body.default-breakpoint #site-header.vertical-header #site-header-inner > * { padding: 0 !important; } body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo { display: block; margin: 0; width: 50%; text-align: left; } body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon { width: 50%; text-align: right; } body.default-breakpoint #site-header.vertical-header .vertical-toggle { display: none; } body.default-breakpoint.vh-closed .vertical-toggle { display: none; } body.default-breakpoint .owp-cart-overlay { display: none !important; } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { .hide-tablet-mobile { display: none !important; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { .hide-mobile { display: none !important; } } /*------------------------------------* Visibility *------------------------------------*/ @media only screen and (min-width: 481px) and (max-width: 767px) { .hide-tablet { display: none !important; } }
0.370453
0.045735
.orange { color: #FFD524 !important } input[type="radio"]:focus { outline: none } .order-options input { -webkit-appearance: none; background-color: #0a0a0a; border: 1px solid #cacece; border-radius: 15px; display: inline-block; position: relative; margin: 6px 4px; float: left; padding: 5px } .order-options input:checked { background-color: #000; color: #fff; padding: 8px; -webkit-margin-before: 2px } .order-options input:hover { cursor: pointer } .order-margin-reduce { margin-top: -32px !important } .visibility-non { visibility: hidden } @media (min-width: 992px) { .one-by-two-margin { width:12.5%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left } } .small-ft { font-size: 15px !important } .go_to_eu { max-width: 100% !important } .post-background { position: absolute; margin-top: 10px; width: 100%; height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center center } .post-background-gradient { position: absolute; margin-top: 10px; width: 100%; height: 300px; background-color: #fff; background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ) } .post-inner { padding-top: 80px; padding-bottom: 70px } .post-inner a { text-decoration: none; color: #FFD524 } .post-inner img { width: 100% } .post-title { color: #FFD524 } @media (min-width: 992px) { .post-inner img { width:100%; margin: 0 auto; display: block } .post-inner img.medium { width: 70% } .post-inner img.small { width: 40% } .post-inner { width: 760px } } .press { padding-top: 20px; padding-bottom: 20px; text-align: center } .press ul { display: inline-block } .press ul li { width: 33%; margin-right: 0 !important; margin-bottom: 20px } .press ul li img { height: 35px; -webkit-filter: grayscale(100%); filter: grayscale(100%) } @media (min-width: 992px) { .press ul { padding-left:30px } .press ul li { width: auto; margin-right: 30px !important; margin-bottom: 0 } .press ul li img { height: 50px } } .quote { text-align: center; padding-top: 60px; padding-bottom: 60px } .quote h2 { color: rgba(151,139,125,0.5); max-width: 680px; margin: 0px auto; font-weight: 400; font-size: 35px } .quote .sign { display: block; font-family: "Wh<NAME>","<NAME>","<NAME>"; color: rgba(151,139,125,0.5); margin-top: 10px } .sharebox { margin-top: 90px; max-width: 800px; border: 1px solid #F5F3EF; overflow: hidden; display: none; } .sharebox h4.upper,.sharebox h3 { margin: 0 } .sharebox-share > h4, ._form_9 { display: none !important; } .sharebox-share,.sharebox-contact,.sharebox-tagline { padding: 30px 55px } .sharebox-share,.sharebox-contact { border-bottom: 1px solid #F5F3EF } .sharebox-tagline .table-cell { display: block } .sharebox-tagline .arrow { margin-top: 10px } @media (min-width: 992px) { .sharebox-share { border-right:1px solid #F5F3EF } .sharebox-contact { text-align: right; line-height: 38px; height: 170px } .sharebox-tagline .table-cell { display: table-cell } .sharebox-tagline-link { text-align: right } } .subhero { background: #0F7DC5; text-align: center } .subhero-text { padding-top: 10px; padding-bottom: 15px } .subhero-text h2 { margin-top: 0; margin-bottom: 10px; color: white; font-size: 31px } @media (max-width: 768px) { .subhero-text h2 { font-size:23px; padding-top: 5px } } .subhero-text a { color: rgba(255,255,255,0.7) } .subhero-text a:hover { color: white } .subhero-image img { border: 8px solid white; height: 200px; position: relative; z-index: 3; margin-top: 4px } @media (min-width: 992px) { .subhero { text-align:left } } .cust-subs { margin: 0 auto !important; float: none !important; background-color: #f2c18b; border: 5px solid; border-radius: 3px } .cust-subs .hs-form .hs-button.primary.large { text-transform: uppercase; font-family: "Whitney A","Whitney B","Brandon Grotesque" !important; font-weight: 500 !important; letter-spacing: 2px; font-size: 13px !important } .cust-subs .hs-form .hs-button.primary.large:hover { color: #f2c18b !important; border: 2px solid #f2c18b !important } .cust-subs .hs-input { font-family: "Whitney A","Whitney B","roboto" !important; font-weight: 300 !important; letter-spacing: 0.7px; font-size: 13px !important; color: #f2c18b } .cust-subs-x h2 { color: #fff !important; font-family: "Whitney A","Whitney B",roboto; font-weight: 300; font-size: 40px; margin-bottom: 50px } @media (max-width: 992px) { .cust-subs-x h2 { font-size:34px } } .cust-subs-x div { color: #fff !important } .cust-subs-sp-btn { text-transform: none; background-color: #e4a667 !important; color: #fff !important; font-size: 22px !important; font-weight: 300 !important; padding: 1vw 2vw !important; border-width: 3px } .cust-subs-sp-btn:hover { background-color: #fff !important; color: #e4a667 !important; border-color: #fff !important } .special { margin: 0 auto; padding: 30px 0; background-color: #f2c18b } .hbspt-form .submitted-message { color: #1c1b1a !important; background-color: white; border-color: white } .new-bg-color { background-color: #e4a667 !important } .team { padding-top: 50px } .team .container { position: relative; overflow: none } .team-text { margin-bottom: 80px } .team-avatars { margin-bottom: 100px } .team-member { position: relative; margin-bottom: 30px } .team-member-inner { width: 100%; box-shadow: 0px 35px 80px 14px rgba(151,139,125,0.15); transition: 0.3s all } .team-member p { background-color: white; text-align: center; margin: 0; padding: 10px 5px; line-height: 25px } .team-member img { width: 100%; display: inherit } @media (min-width: 992px) { .team-text { margin-bottom:250px } .team-avatars { position: absolute; bottom: 10px; width: 100% } .team-member p { display: none } .team-member-inner { position: absolute } .team-member-inner:hover { margin-top: -20px } .team-member-inner:hover p { display: block } } .testimonials { padding-top: 60px; padding-bottom: 70px; margin-bottom: 60px } .testimonial { margin-bottom: 35px } .test-avatar { float: left; padding-right: 20px } .test-avatar-img { position: relative; border-radius: 100px; height: 100px } .test-avatar-play { position: absolute; top: 27px; left: 30px; cursor: pointer } .test-quote { padding-left: 120px } @media (min-width: 992px) { .testimonial { margin-bottom:0 } .test-quote { max-width: 90% } } .values { padding-top: 140px; padding-bottom: 130px } .values-images img { width: 100%; margin-bottom: 10px } .value { margin-bottom: 50px } .value-sign,.values-quote-sign { font-family: "<NAME>","<NAME>","<NAME>"; font-size: 64px; font-weight: 700; margin-bottom: 10px; line-height: 53px; color: #F1EEE9 } .value h4 { margin-bottom: 20px; color: #0F7DC5 } .values-logos { margin-top: 40px; margin-bottom: 60px } .values-logos img { height: 50px; -webkit-filter: grayscale(100%); filter: grayscale(100%) } .values-logos img:not(:last-child) { margin-right: 15px } .values-quote { margin-top: 30px } .values-quote-sign { display: block; height: 15px } .values-quote p { font-size: 19px; line-height: 34px; color: #DB5F26 } @media (min-width: 992px) { .values-images img { width:80%; display: block } .values-quote p { max-width: 80% } } .video-modal { position: fixed; width: 100%; height: 100%; z-index: 5 } .video-modal-background { position: fixed; width: 100%; height: 100%; background-color: rgba(28,27,26,0.7); z-index: 6 } .video-modal-table { text-align: center; vertical-align: middle; height: 100% } .video-modal-wrapper { display: inline-block; width: 100%; max-width: 900px } .video-modal-inner { position: relative; width: 100%; height: 0; padding-bottom: 56.25% } .video-modal-inner iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 7 } .why-jaswig .why-jaswig-text h3,.why-jaswig .why-jaswig-text p { max-width: 400px } .why-jaswig .why-jaswig-desk { text-align: center } .why-jaswig__video { padding: 30px 0 0 } @media (min-width: 768px) { .why-jaswig__video { padding:60px 0 } } .why-jaswig-cta { margin-top: 10%; padding: 0 0 } .why-jaswig-padd { padding: 18px 30px; height: 60px; width: 160px } @media (min-width: 991px) { .why-jaswig-cta { padding:0 50px } } .testcube-testimonials { background-color: #FBFAF9; padding: 50px 0 100px } .testcube-testimonials .value-sign { color: #E6E1D8 } .testcube-testimonials__list p { max-width: 100% } .testcube-testimonials__gallery img { max-width: 100% } .availability { padding: 50px 0 100px } .availability__calendar iframe { width: 100% } .testcube-promo { padding-top: 30px; padding-bottom: 0 } .testcube-promo img { margin-top: 20px; width: 100% } .testcube-promo__text-right { padding-top: 50px } @media (min-width: 992px) { .testcube-promo { padding-top:100px; padding-bottom: 30px } .testcube-promo p { max-width: 80% } .testcube-promo img { margin-top: 0 } } .subscribe-form { max-width: 440px; width: 100%; margin: 0 auto; font-family: "Whitney A","Whitney B","Roboto" } .subscribe-form:after { content: ""; display: table; clear: both } .subscribe-form * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .subscribe-form .hs-form-required { display: none } .subscribe-form .hs-form { position: relative; max-width: 440px } .subscribe-form .hs-form:after { content: ""; display: table; clear: both } .subscribe-form .hs-form>div:first-child { width: 65%; float: left } .subscribe-form .hs-form .hs_email .input input { margin: 0; padding: 0 10px; border: 0; width: 100%; height: 38px; outline: none; font-family: "Whitney A","Whitney B",inherit } .subscribe-form .hs-form .hs-error-msgs.inputs-list { position: absolute; top: 100%; left: 0; width: 100%; font-size: 12px; line-height: 15px; list-style: none; margin: 10px 0 0; padding: 0; color: #fff } .subscribe-form .hs-form .hs-button.primary.large { float: left; width: 35%; margin: 0; font-family: "Whitney A","Whitney B","Roboto"; border: 0; height: 38px; background: none; border: 2px solid #FFF; color: #FFF; cursor: pointer; min-width: 80px; outline: none } .subscribe-form .hs-form .hs-button.primary.large:hover { background-color: #FFF; color: #FFD524; border-left: 2px solid #FFD524 } .subscribe-form__title { font-family: "Whitney A","Whitney B",inherit; color: #FFF; text-align: center; font-size: 1em; opacity: 0.7; font-weight: normal; margin: 0 0 10px } .subscribe-form.-subnav { width: 100%; max-width: none; margin: 30px auto 0; float: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .subscribe-form.-subnav .subscribe-form__title { margin: 0 20px 0 0 } .subscribe-form.-subnav .subscribe-form__form { width: 300px } .subscribe-form.-left { position: relative; float: none } .subscribe-form.-left .subscribe-form__title { text-align: left; margin-bottom: 10px } .subscribe-form.-left .subscribe-form__form { width: 400px } @media (min-width: 992px) { .subscribe-form { float:right; -webkit-margin-before: 1em; -webkit-margin-after: 3em; margin-top: 1em; margin-bottom: 0 } .subscribe-form__title { text-align: right; margin: 0 0 5px } } .fix-wid { max-width: 492px; margin: 0 auto } ._form_5 form { margin: 0 !important; padding: 0 !important; text-align: right !important; width: 100% !important } ._form_5 ._form-label { display: none !important } ._form_5 ._field-wrapper { width: 65% !important } ._form_5 ._form-content { width: 100% } ._form_5 ._inline-style { float: none !important } ._form_5 ._inline-style ._button-wrapper,._form_5 ._form_element { margin: 0 !important } ._form_5 ._error._below { top: 38px !important } ._form_5 ._form-thank-you { opacity: 0.7 !important } @media (min-width: 992px) { ._form_5 ._form-thank-you { text-align:right !important; opacity: 0.7 !important } } ._form_3 form { margin: 0 !important; padding: 0 !important; text-align: right !important; width: 100% !important } ._form_3 ._form-label { display: none !important } ._form_3 ._field-wrapper { width: 65% !important } ._form_3 ._form-content { width: 100% } ._form_3 ._inline-style { float: none !important; display: block !important } ._form_3 ._inline-style ._button-wrapper,._form_3 ._form_element { margin: 0 !important } ._form_3 ._error._below { top: 38px !important } ._form_3 ._form-thank-you { color: #f2c18b !important; background-color: #fff } @media (max-width: 667px) and (min-width: 320px) { ._form_3 ._inline-style { margin:-20px 0 0 0 !important } } @media (max-width: 667px) { ._form_3 ._form-thank-you { margin-top:20px } } ._form_9 { max-width: 492px; margin: 0 auto } ._form_9 form { margin: 0 !important; padding: 0 !important; text-align: right !important; width: 100% !important } ._form_9 ._form-label { display: none !important } ._form_9 ._field-wrapper { width: 65% !important } ._form_9 ._form-content { width: 100% } ._form_9 ._inline-style { float: none !important; display: block !important } ._form_9 ._inline-style ._button-wrapper,._form_9 ._form_element { margin: 0 !important } ._form_9 ._error._below { top: 38px !important } ._form_9 ._form-thank-you { color: #ffffff !important; background-color: #f68f32 } @media (max-width: 667px) and (min-width: 320px) { ._form_9 ._inline-style { margin-top:-20px !important } } @media (max-width: 667px) { ._form_9 { margin-top:20px } } .cookies-warning { display: none; position: fixed; background-color: rgba(28,27,26,0.75); color: #fff; bottom: 0; left: 0; width: 100%; z-index: 1000 } .cookies-warning--show { display: block } .cookies-warning__inner { padding: 10px 15px; position: relative; text-align: center; vertical-align: middle } .cookies-warning__inner:before,.cookies-warning__inner:after { display: none } .cookies-warning__text { display: block; text-align: center; color: #fff; margin: 0 0 10px; padding: 0 !important; font-size: 14px; line-height: 18px } .cookies-warning__small { font-size: 12px; color: #ddd } .cookies-warning__accept { display: inline-block; border: 0; padding: 0; margin: 0; background-color: rgba(255,255,255,0.85); padding: 5px 15px; color: #1C1B1A; border-radius: 5px; font-size: 14px; line-height: normal; cursor: pointer; outline: none } .cookies-warning__accept:hover { background-color: #fff } @media (min-width: 992px) { .cookies-warning__text { display:inline-block; margin: 0 } .cookies-warning__accept { margin: 0 0 0 10px } } .hero-background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden } .hero-background:after { position: absolute; top: 0; left: 0; width: 102%; height: 102%; background: #000; opacity: .15; z-index: 5; content: '' } .hero-background__image { background-image: url("/images/Jaswig standing desk solutions 2.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; opacity: 1; transition: opacity 1s ease } .hero-background #hero-background-video { position: absolute } .hero-background_active .hero-background__image { opacity: 0 } .promo-player { padding: 0; border: 0; display: block; width: 100%; padding-bottom: 56%; background: #000; border-radius: 5px; position: relative; background-size: cover; background-image: url("//cdn.shopify.com/s/files/1/0991/5794/t/17/assets/hero-video.jpg?13326159738138440716"); background-position: center center; box-shadow: 0 5px 10px rgba(0,0,0,0.5); transition: box-shadow .2s ease; cursor: pointer; outline: none; margin: 0 auto } .promo-player button { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; outline: none; cursor: pointer } .promo-player img { width: 30%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -38%) } .promo-player:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.8) } @media (min-width: 768px) { .promo-player .play-video { display:block } .promo-player .play-video img { width: 30% } } .meetup__right-text { padding: 0 0 0 5% } .meetup__gallery { background: #FBFAF9; padding: 50px 0 } .meetup__gallery img { max-width: 100%; vertical-align: top; margin: 30px 0 0 } .meetup__image { height: 300px; overflow: hidden; position: relative } .meetup__image img { top: -70px } @media (min-width: 768px) { .meetup__image { height:auto } .meetup__image img { position: relative; top: 0 } .meetup__gallery img { margin: 0 } .meetup__right-text h1 { margin-top: 0 } .no-top-clone { margin-top: 0 } } @media (min-width: 992px) { .meetup__image { margin:0px 0 0 } .meetup__right-text { padding: 0 0 0 5% } .meetup__gallery { padding: 100px 0 } .meetup__right-text h1 { margin-top: -20px } .no-top-clone { margin-top: -20px } } #myImg { border-radius: 5px; cursor: pointer; transition: 0.3s } #myImg:hover { opacity: 0.7 } .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: #000; background-color: rgba(0,0,0,0.9) } .modal-content { margin: auto; display: block; width: 80%; max-width: 700px } #caption { font-family: "<NAME>","<NAME>","Roboto"; color: #575757; font-size: 16px; margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; padding: 10px 0; height: 150px } .modal-content,#caption { -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s } @-webkit-keyframes zoom { from { -webkit-transform: scale(0) } to { -webkit-transform: scale(1) } } @keyframes zoom { from { transform: scale(0) } to { transform: scale(1) } } .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s } .close:hover,.close:focus { color: #bbb; text-decoration: none; cursor: pointer } @media only screen and (max-width: 700px) { .modal-content { width:100% } } .modal-img { cursor: pointer; height: 57vw } @media (min-width: 768px) { .modal-img { height:160px } } @media (min-width: 992px) { .modal-img { height:210px } } @media (min-width: 1200px) { .modal-img { height:255px } } .long-txt { margin: -10px 0 60px 0 } .navigation__item { position: relative } .navigation__item:hover .navigation__submenu { opacity: 1; visibility: visible } .navigation__submenu { visibility: hidden; position: absolute; top: 100%; left: 50%; margin: 10px 0 0 -8px; opacity: 0; width: 200px; max-width: 300px; background-color: rgba(255,255,255,0.8); border-radius: 3px; border: 1px solid; padding: 20px; transform: translateX(-50%); z-index: 10; transition: opacity .3s ease, visibility .3s ease } .navigation__submenu:before { display: block; width: 100%; height: 20px; content: ''; position: absolute; left: 0; bottom: 100% } .navigation__submenu-item { float: none !important; text-align: center } .navigation__submenu-item a { display: block; text-align: center; margin: 0 !important; background: none !important } .navigation__submenu-item a:hover { color: #FFD524 } #scroll-desk-container { display: inline-block; text-align: left; padding: 0 20px } #scroll-desk { position: relative; height: 450px; width: 250px } #scroll-desk #desk-legs { position: absolute; bottom: 20px } #scroll-desk #desk-top { position: absolute; left: 46px; bottom: 50px; transition: 0.5s } #scroll-desk .note { position: absolute; bottom: 0; width: 250px; text-align: center; color: #999; font-size: 80% } #scroll-desk-control { text-align: center } #scroll-desk-control-wrapper { overflow: hidden; display: inline-block; background-color: white; box-shadow: 0px 35px 80px 14px rgba(151,139,125,0.15); border-radius: 200px; border: 1px solid #F5F3EF } #scroll-desk-down,#scroll-desk-up { padding: 11px 14px; text-align: center; transition: 0.3s all } #scroll-desk-down:hover,#scroll-desk-up:hover { color: white; background-color: #FFD524 } #scroll-desk-up { padding-bottom: 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom: 1px solid #F5F3EF } #scroll-desk-up:hover { border-bottom: 1px solid #ec8515 } #scroll-desk-down { padding-top: 5px; border-top-left-radius: 0; border-bottom-left-radius: 0 } .white-text { color: #fff } .text-left { text-align: left } .remove-padd-t { padding-top: 0px } .remove-padd-t2 { padding-top: 0px } .remove-padd-l-r { padding-left: 0px; padding-right: 0px } .wd-s { width: 70px } .text-center { text-align: center } .wd-m { width: 130px } .ft-sz { font-size: 17px !important; width: 75%; color: #a19585 !important; font-weight: 400 !important; line-height: 26px !important } @media (max-width: 424px) { .wd-m { width:102px } .ft-sz { width: 75% } } @media (max-width: 992px) { .remove-padd-t2 { padding:60px 0 } } .remove-mar { margin-left: 0px; margin-right: 0px } .just-marg { margin-left: 40px } @media (min-width: 992px) { .vertical-all,.vertical-all-2 { position:absolute; top: 0; bottom: 0; right: 0; width: 50%; height: 45%; margin: auto } .vertical-all-2 { height: 55% } } .relative-pos { position: relative } .flexy-align { display: -ms-flex; display: -webkit-flex; display: flex } .yes-flex { flex: 1; display: flex; flex-direction: column; justify-content: center } .wd-ew { width: 150px } .img-adjuster { height: 320px !important; margin-top: 13% !important; transform: none !important } @media (max-width: 400px) { .wd-s { width:50px } .wd-ew { width: 120px } .img-adjuster { height: 250px !important; margin-top: 10px !important; transform: none !important } } @media (max-width: 660px) { .post-background { height:140px } } .shader-rem,.shader-rem:hover { box-shadow: none; transition: none } .caption-fig { text-align: center } .wen-img { background-image: url(/images/Wenneker_thumbnail.jpeg) } .secx-rox-img { background-image: url(/images/securex_rocks_thumbnail_V2-01.png) } .padding2 { padding: 20px 0 60px } .font-40 { font-size: 40px !important; margin-bottom: 20px !important } .back-white { background-color: #fff !important } .jumbotron { padding: 100px 2px; font-family: "<NAME>","<NAME>",Montserrat, sans-serif; height: 100% } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit } .jumbotron h3 { font-weight: 400 } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 300; color: #1C1B1A; max-width: 100% } .jumbotron>hr { border-top-color: #d5d5d5 } .container .jumbotron,.container-fluid .jumbotron { padding-right: 15px; padding-left: 15px; border-radius: 6px } .jumbotron .container { max-width: 100% } @media screen and (min-width: 768px) { .jumbotron { padding-top:48px; padding-bottom: 48px } .jumbotron .h1,.jumbotron h1 { font-size: 63px } } .padd-bot { padding-bottom: 40px } .align { float: left; font-size: 21px; font-weight: 300; font-family: "Whitney A","Whitney B","Roboto"; padding-left: 10px; line-height: 48px } .list-font { color: #1C1B1A; font-size: 18px; list-style-type: none } .margi-n { margin: 0 auto; padding-left: 10px } @media screen and (min-width: 992px) { .ad-margi { margin-left:7vw } } .padding3 { padding: 20px 0 30px } .video-cap { font-size: 42px; color: #fff; font-family: "Whitney A","<NAME>","<NAME>"; font-weight: 500; text-align: center; padding-top: 2%; position: relative; z-index: 1 } .img-adj-promo { padding-bottom: 50% } .bodrer { padding: 0px } @media (min-width: 500px) { .video-cap { font-size:60px; padding-top: 5% } .img-adj-promo { padding-bottom: 48% } } .filter-back { background-color: rgba(50,50,50,0.3) !important } .caption { position: absolute; top: 0%; left: 0; width: 100%; color: #fff; padding: inherit } @media (min-width: 768px) { .land-marg { margin-left:25% !important } } @media (max-width: 375px) { .outgoing { padding-left:3px; padding-right: 5px } } button.accordion { background-color: #fff; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s } button.accordion.active,button.accordion:hover { background-color: #fff; color: #f68f32 !important } div.accpanel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out } .specialroboto * { font-family: "Whitney A","Whitney B","Roboto" !important; text-transform: none } .specialroboto .orange,.specialroboto .faq-dark3 { font-family: "Whitney A","Whitney B","Brandon Grotesque" !important; margin-bottom: 0 } .faq-dark { font-size: 22px; color: #000; font-weight: 200 } .faq-dark2 { font-size: 12px !important; color: #000 !important; font-weight: 600 !important; height: 70px; margin: 0 auto; } .faq-dark3 { font-size: 30px; color: #000; font-weight: 200 } .faq-cta { font-size: 18px !important; color: #000 !important; font-weight: 300 !important } .faq-top-marg { margin-top: 50px } .faq-top-marg20 { margin-top: 20px } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Whitney A","Whitney B",'FontAwesome'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .glyphicon-chevron-left:before { content: "\f053" } .glyphicon-chevron-right:before { content: "\f054" } .testimonial-text { color: #fff; margin: 0 10%; margin-top: 50px; text-decoration: none !important } @media (max-width: 767px) { .testimonial-text { color:#fff; margin: 10%; text-decoration: none !important } .carousel-inner { height: auto } } .no-underline { text-decoration: none !important } h1.large { padding-top: 40px; } @media (min-width: 992px) { .order-card-image img { height: 190px; } } a.btn:hover { text-decoration: none !important; } .header-minisearch a.skip-link:hover, .header-minisearch a.skip-link:focus, .header-minisearch a.skip-link:active { color: #ffd524; } button.close { float: right; font-size: 21px; font-weight: 100; line-height: 1; color: #000000; opacity: 0.7; filter: alpha(opacity=20) } button.close:hover,.close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50) } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none } .modal-open { overflow: hidden } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1060; -webkit-overflow-scrolling: touch; outline: 0; background-color: rgba(0,0,0,0.7) } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: 10px; z-index: 4000 } .modal-content { position: relative; background-color: #ffffff !important; border: 1px solid #999999; border: 1px solid rgba(0,0,0,0.2); -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000 !important } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0) } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50) } .modal-header { padding: 15px; min-height: 20px } .modal-header .close { margin-top: -2px } .modal-title { margin: 0; line-height: 1.42857143 } .modal-body { position: relative; padding: 15px } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 } .modal-footer .btn+.btn { margin-left: 5px; margin-bottom: 0 } .modal-footer .btn-group .btn+.btn { margin-left: -1px } .modal-footer .btn-block+.btn-block { margin-left: 0 } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } .clickable { cursor: pointer } @media (min-width: 768px) { .modal-dialog { width:600px; margin: 30px auto } .modal-sm { width: 300px } } @media (min-width: 992px) { .modal-lg { width:900px } } .clearfix:before,.clearfix:after,.modal-footer:before,.modal-footer:after { content: " "; display: table } .clearfix:after,.modal-footer:after { clear: both } .center-block { display: block; margin-left: auto; margin-right: auto } .pull-right { float: right !important } .pull-left { float: left !important } .hide { display: none !important } .show { display: block !important } .invisible { visibility: hidden } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0 } .hidden { display: none !important } .affix { position: fixed } .cust-subs-x h3 { font-size: 20px; font-weight: 100 } @media (max-width: 400px) { .modal-body .remove-mar .cust-subs-x .cust-subs .hs-form .hs-button.primary.large { letter-spacing:0px !important } } @media (max-width: 550px) { .cust-subs-x h3 { font-size:16px } } .mod-closer { display: block; background-color: transparent; cursor: default } .close-btn-top { color: #fff; margin-right: 5px } .close-btn-top:hover { color: rgba(255,255,255,0.8) } .no-disp { display: none !important } .orange { color: #F68F1F !important; } header { padding-top: 0px !important; } .fully-header-background { background: #a6a6a6; } .fully-footer-background { background: #f6f6f6; } .hero-background:after { opacity: 0; } .hero__headline { font-family: "Whitney A","Whitney B"; font-weight: 200; color: #3a3a3c; font-size: 25px; margin: 5vw auto 6vw; line-height: 25px; } header .brand img, .my-logo { margin-left: auto; width: 92px; } header .brand img { margin-left: auto; width: 67px; max-height: 50px; margin-bottom: -22.5px; } header nav .horizontal li a, header nav .horizontal li span { color: #fff; font-family: "Whitney A","Whitney B"; font-weight: 600; font-size: 18px; } header nav .horizontal li a:hover, header nav .horizontal li span:hover, header nav .horizontal li a:hover span { color: #ffd524 !important; } header nav .horizontal li.navigation__submenu-item a { color: #000 !important; font-size: 17px !important; letter-spacing: normal !important; font-weight: 400 !important; text-transform: capitalize !important; } header nav .horizontal li.navigation__submenu-item a:hover { font-weight: 500 !important; color: #000 !important; } header nav .horizontal li a, header nav .horizontal li span { transition: 0s all; } header .nav-hamburger label { color: #fff; } footer { display: table; width: 100%; padding: 20px 0; background-color: #f6f6f6; } footer div img { margin: 0 auto; margin-top: 80px; } .less-than-md { display: none; } .more-than-md { display: block; } @media (max-width: 991px) { header .brand img { margin-left: auto; width: auto; height: 30px; margin-bottom: -7px; margin-left: -5px; } header nav .horizontal li a, header nav .horizontal li span { color: #000; } .hero__headline { font-size: 16px; margin: 3vw auto 36vw; } footer { display: inline-grid; width: 100%; text-align: center; } footer div img { margin-top: 0; } .centertheimage { display: block; margin: 0 auto; } .less-than-md { display: block; } .more-than-md { display: none; } } .we-hiring { font-family: "Whitney A","Whitney B"; background-color: #a6a6a6; z-index: 100000; font-size: 18px; } h2 { font-family: "<NAME>","<NAME>"; color: #575757; font-size: 25px; font-weight: 400; } h3 { font-weight: 400; } .why-jaswig-padd { padding: 15px 30px; height: 49px; width: 154px; color: #fff !important; background-color: #ffd638 !important; } .hero__cta:hover { background-color: #a6a6a6 !important; color: #fff !important; !important border-color: #a6a6a6 !important; } h1.large { color: #ffd638; font-family: "Whitney A","Whitney B"; } p.lead { font-family: "<NAME>","<NAME>"; font-weight: 300; color: #575757; font-size: 18px; } .cust-subs-x h2 P { font-family: "Whitney A","Whitney B"; font-weight: 200; font-size: 34px; margin-bottom: 27px; } .special { padding: 5px 0; background-color: #a6a6a6; } form ._button-wrapper._inline-style #_form_3_submit { background-color: #a6a6a6 !important; color: #fff !important; border-left: 2px solid #a6a6a6 !important; } form ._button-wrapper._inline-style #_form_3_submit:hover { background-color: #949494 !important; color: #fff !important; border-left: 2px solid #949494 !important; } .color-primary { color: #ffd638; } .signup { font-family: "<NAME>","<NAME>" !important; font-weight: 200 !important; font-size: 32px !important; } .favourites { width: 90%; margin-top: 20px; } .big-font { font-size: 18px; } .promo-player { background-image: url(//cdn.shopify.com/s/files/1/0991/5794/t/16/assets/fully-video.png?7562199084115385839); } footer div { background-color: inherit; } footer div ul { padding: 0; margin: 0 auto; } footer div ul li { list-style: none; text-decoration: none; } footer div ul li a { font-family: "Whitney A","Whitney B" !important; text-decoration: none; color: #000; font-size: 18px; } .footer-address { font-family: "Whitney A","Whitney B" !important; color: #000; font-size: 18px; margin: 15px auto; } .tnc { font-family: "Whitney A","Whitney B" !important; color: #a6a6a6; font-size: 16px; display: block; width: 100%; padding: 5px; margin: 0 auto; padding-bottom: 30px; } .tnc a { color: #a6a6a6; } .table .table-cell, header .brand, header nav { display: table-cell; vertical-align: middle; } .fully-header-background nav ul.horizontal { margin: 16px 0 !important; margin-bottom: 7px !important; } header .brand { padding-top: 0px; } header nav .horizontal li a,header nav .horizontal li a:hover { background-color: transparent; } header .brand { line-height: 1.35; } .nav-item:hover .navigation__submenu { transition: opacity .3s ease, visibility .3s ease; } header nav .horizontal .nav-item { position: relative; } .navigation__submenu { top: 100%; left: 50%; margin: 0 0 0 -8px; transition: opacity .3s ease, visibility .3s ease; background-color: rgba(255,255,255,0.8); } footer h4 { padding-bottom: 0; border-bottom: 0; font-size: 16px; font-weight: 700; margin: 1.33em 0; line-height: 30px; } footer a:hover { color: #000; } footer li { margin-bottom: 0; line-height: 30px; } header .nav-hamburger label { background-color: transparent; } .pages-nav-link { margin: 5px 10px; text-transform: uppercase; text-decoration: none; font-family: "Whitney SSm A","Whitney SSm B" !important; font-weight: 600; font-size: 10px; color: #a6a6a6; } .pages-nav-link:hover { text-decoration: underline; color: #a6a6a6 !important; } .pages-nav { padding: 0; } body, input, textarea, button, select, h1, h2 ,h3 ,h4 ,h5 ,h6 ,p ,span { font-family: "Whitney A","Whitney B" !important; } a { color: #0f7dc5; } a:hover, a:focus, .text-link:hover, .text-link:focus { color: #0f7dc5; } .arrow, a.upper { color: #ffd524; } .arrow:hover, a.upper:hover { color: #ffd524; } .post-inner a { text-decoration: none; color: #0f7dc5; } .nameofproduct { font-size: 30px; font-weight: 200; margin-bottom: 10px; } .spr-badge { display: inline-block; } .product-single__price { float: right; font-size: 20.4px; font-weight: 500; margin-top: -30px; color: #ffd638 !important; } .product-single__prices { border-bottom: 2px solid #a6a6a6; padding-bottom: 10px; margin-bottom: 25px; } .tab a h3::after { color: #ffd638 !important; background: #FFD638; } .collectn-header { color: #ffd638 !important; } .product-single__quantity { float: right; } .product-single__quantity label { display: inline-block; } .product-single__quantity .quantity-selector { width: 60px; } .spr-badge-starrating .spr-icon, [class^="spr-icon-"]:before, [class*=" spr-icon-"]:before { color: #ffd638 !important; } .theded { color: #ffd638; } .fully-heading { font-size: 32px; margin: 0; margin-bottom: 12px; color: #000; font-family: "Whitney A","Whitney B"; font-style: normal; line-height: 1.2; text-rendering: optimizeSpeed; font-weight: 400; } h1, h1.large, .large { font-size: 32px !important; color: #000; font-family: "Whitney A","Whitney B"; font-style: normal; line-height: 1.2; text-rendering: optimizeSpeed; font-weight: 400 !important; } h2 strong { font-size: 32px; color: #000; font-weight: 400 !important; } .fully-heading-container { margin: 20px 0 40px; } .fully-heading-container2 { margin: 52px 0 60px; } .order-card-price { color: #000; } p.content-small-block { display: block; max-width: 635px; margin: 0 auto; } p.content-large-block { display: block; margin: 0 auto; } p { color: #575757; font-size: 18px; line-height: 135%; } div blockquote { text-indent: -7px; color: #575757; font-size: 18px; line-height: 135%; margin-bottom: 17px; border: 0; font-style: normal; font-weight: 300; } div blockquote span { display: block; margin-left: 20px; } .no-padd-left { padding-left: 0; } .no-padd-right { padding-right: 0; } .theimages { max-width: 100%; } .fully-links { color: #575757 } .fully-links:hover { color: #575757; text-decoration: underline; } @media (max-width: 991px) { .pages-nav-link, .pages-nav-link:hover { font-size: 10px; } .fully-heading, h1 { font-size: 27px !important; } p.content-small-block, p.content-large-block { margin-left: 20px; max-width: none; margin-right: 20px; } p { font-size: 17px; } div blockquote { font-size: 17px; } .no-padd-left,.no-padd-right { padding: 0; } .theimages { width: 100%; height: 57vw; } } @media (max-width: 370px) { .product-single__price { font-size: 18.3px; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) { .hidden-sm-up { display: none !important; } } .pages-nav-link:last-of-type, .pages-nav-link:last-of-type:hover { text-decoration: none; font-weight: 600; color: #000 !important; cursor: auto; } .toggle-image picture:first-of-type { display: block; } .toggle-image picture:last-of-type { display: none; } .toggle-image:hover picture:first-of-type { display: none; } .toggle-image:hover picture:last-of-type { display: block; } .toggle-image img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; width: 100%; } .marg-bottom { margin-bottom: 40px; } .heading-line { font-size: 36px; font-family: "<NAME>","<NAME>"; font-style: normal; font-weight: 400; color: #000; text-transform: none; margin-bottom: 0; padding-bottom: 20px; width: 100%; } .fully-side-col-link-head { font-weight: 400; font-size: 16px; color: #666; margin-bottom: 10px; } p, .p, ul, ol { font-family: "Whitney A","Whitney B"; } .block-content { margin-top: 10px; } .small-fully-heading { font-size: 20px !important; } .fully-color-one , .fully-color-one:hover { color: #666 !important; } .fully-color-two, .fully-color-two:hover { color: #0f7dc5 !important; } .fully-accordion, .fully-accordion:hover { padding: 15px 10px !important; background: #f2f2f2 !important; position: relative !important; } .fully-accordion:after { content: " "; display: block; width: 16px; margin: 0; height: 10px; background-color: transparent; background-image: url(https://cf1.fully.com/skin/frontend/rwd/ergo/images/icon_sprite@2x.png); background-repeat: no-repeat; background-position: -2px -1367px; border: none; position: absolute; left: auto; right: 10px; top: 40%; } .footer-b-corp { width: auto !important; max-height: 150px; margin-top: 15px; } .hero__cta { color: #000 !important; background: #fff !important; border-color: #000 !important; } .hero__cta:hover { background-color: #ffd638 !important; color: #fff !important; border-color: #ffd638 !important; } .post .post-background { margin-top: 0px; margin-bottom: 20px; } .post .post-inner { padding-top: 300px !important; } @media (max-width: 660px) { .post .post-inner { padding-top: 150px !important; } } .post p { color: #575757; } .orange { color: #ffd638 !important } button.accordion.active, button.accordion:hover { color: #ffd638 !important; } .why-jaswig-padd { padding: 15px 23px; height: 50px; width: 160px; } .navigation__submenu { padding: 5px; } .last-nav-submenu { width: 200px !important; } .navigation__submenu-item img { height: 50px; width: 50px; border: 0; border-radius: 100%; margin: 0 auto; } .navigation__submenu-item a { padding: 0; } .navigation__submenu { width: 250px; overflow: hidden; background-color: rgba(255,255,255,1); } .flex-disp { display: flex; } .vertically-center-row { min-height: 100%; display: flex; align-items: center; } header nav .horizontal .navigation__item a { font-size: 17px; font-weight: 500; letter-spacing: 0.09em; } .navigation__submenu .navigation__submenu-item a { font-size: 15px; font-weight: 500; letter-spacing: normal; } header nav .horizontal li a:hover img { height: 50px; width: 50px; border-radius: 100%; padding: 2px; margin: 0 auto; border: 2px solid #FFD524; } header .brand { position: absolute; padding-top: 5px; margin-left: 15px; } nav.navigation { width: 100%; height: auto; display: -webkit-box; } .fully-header-background nav ul.horizontal { margin: 0px 0 !important; margin-bottom: 0px !important; } .fully-header-background .navigation ul.first-horizontal { display: block; height: fit-content; margin: 0 auto !important; } .fully-header-background .navigation ul.second-horizontal { position: absolute; margin-left: -96px !important; } .cart-class { margin-right: 0 !important; padding: 0 !important; padding-top: 10px !important; } .cart-count { padding: 2px !important; float: right !important; font-size: 13px !important; } .hidden-count { visibility: hidden !important; } .header-padd-control { padding: 0; } .second-horizontal a { padding: 7px 10px !important; } header nav .horizontal li a, header nav .horizontal li span { color: #fff; margin: 0 !important; } .fully-header-background { position: fixed; width: 100%; z-index: 1000000; } .pages-nav { padding-top: 50px; } .pages-nav a:first-of-type { margin-left: -3px; } .footer-address .add-bold { font-size: 16px; font-weight: 500; margin-bottom: 7px; } .footer-address .add-normal { font-size: 15px; font-weight: 400; } .social-media-ico { font-family: "<NAME>","<NAME>" !important; color: #a6a6a6; display: block; width: 100%; padding: 5px; margin: 0 auto; padding-top: 50px; } .social-media-ico a { color: #a6a6a6; padding-right: 5px; margin-right: 5px; font-size: 20px; } .social-media-ico a:hover { color: #ffd524; } @media (max-width: 991px) { .header-padd-control { padding: 0 20px; } .fully-header-background header { background-color: #a6a6a6; } header .brand { position: relative; padding: 8px 0; } .second-horizontal { right: 15px; } .second-horizontal a { padding: 7px 10px !important; } header nav .horizontal li a, header nav .horizontal li span { color: #fff; margin: 0 !important; } .second-horizontal .cart-class { padding-right: 0 !important; } header nav .horizontal li a, header .nav-hamburger label { padding: 7px !important; } } @media (min-width: 768px) and (max-width: 991px) { .second-horizontal { right: calc( 50% - 383px ); } .header-padd-control { padding: 0; } } @media (max-width: 767px) { .pages-nav a:first-of-type { margin-left: 20px; } } @media (min-width: 992px) { .second-horizontal a.cart-class { padding-right: 0 !important; margin-left: 10px !important; } .second-horizontal a { padding-top: 12px !important } } .main-content { margin-top: 0; } input, select, textarea { padding: 5px 10px; line-height: 1.42; } .popover h3 { font-size: 15px; margin-bottom: 5px; } .popover a, .popover a span { font-size: 14px !important; padding: 0 !important; color: #a6a6a6 !important; } .popover { left: -51px !important; } .modal { z-index: 1050000; } .post-header .post-title { color: #000; }
assets/css/quiz.css
.orange { color: #FFD524 !important } input[type="radio"]:focus { outline: none } .order-options input { -webkit-appearance: none; background-color: #0a0a0a; border: 1px solid #cacece; border-radius: 15px; display: inline-block; position: relative; margin: 6px 4px; float: left; padding: 5px } .order-options input:checked { background-color: #000; color: #fff; padding: 8px; -webkit-margin-before: 2px } .order-options input:hover { cursor: pointer } .order-margin-reduce { margin-top: -32px !important } .visibility-non { visibility: hidden } @media (min-width: 992px) { .one-by-two-margin { width:12.5%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left } } .small-ft { font-size: 15px !important } .go_to_eu { max-width: 100% !important } .post-background { position: absolute; margin-top: 10px; width: 100%; height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center center } .post-background-gradient { position: absolute; margin-top: 10px; width: 100%; height: 300px; background-color: #fff; background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ) } .post-inner { padding-top: 80px; padding-bottom: 70px } .post-inner a { text-decoration: none; color: #FFD524 } .post-inner img { width: 100% } .post-title { color: #FFD524 } @media (min-width: 992px) { .post-inner img { width:100%; margin: 0 auto; display: block } .post-inner img.medium { width: 70% } .post-inner img.small { width: 40% } .post-inner { width: 760px } } .press { padding-top: 20px; padding-bottom: 20px; text-align: center } .press ul { display: inline-block } .press ul li { width: 33%; margin-right: 0 !important; margin-bottom: 20px } .press ul li img { height: 35px; -webkit-filter: grayscale(100%); filter: grayscale(100%) } @media (min-width: 992px) { .press ul { padding-left:30px } .press ul li { width: auto; margin-right: 30px !important; margin-bottom: 0 } .press ul li img { height: 50px } } .quote { text-align: center; padding-top: 60px; padding-bottom: 60px } .quote h2 { color: rgba(151,139,125,0.5); max-width: 680px; margin: 0px auto; font-weight: 400; font-size: 35px } .quote .sign { display: block; font-family: "Wh<NAME>","<NAME>","<NAME>"; color: rgba(151,139,125,0.5); margin-top: 10px } .sharebox { margin-top: 90px; max-width: 800px; border: 1px solid #F5F3EF; overflow: hidden; display: none; } .sharebox h4.upper,.sharebox h3 { margin: 0 } .sharebox-share > h4, ._form_9 { display: none !important; } .sharebox-share,.sharebox-contact,.sharebox-tagline { padding: 30px 55px } .sharebox-share,.sharebox-contact { border-bottom: 1px solid #F5F3EF } .sharebox-tagline .table-cell { display: block } .sharebox-tagline .arrow { margin-top: 10px } @media (min-width: 992px) { .sharebox-share { border-right:1px solid #F5F3EF } .sharebox-contact { text-align: right; line-height: 38px; height: 170px } .sharebox-tagline .table-cell { display: table-cell } .sharebox-tagline-link { text-align: right } } .subhero { background: #0F7DC5; text-align: center } .subhero-text { padding-top: 10px; padding-bottom: 15px } .subhero-text h2 { margin-top: 0; margin-bottom: 10px; color: white; font-size: 31px } @media (max-width: 768px) { .subhero-text h2 { font-size:23px; padding-top: 5px } } .subhero-text a { color: rgba(255,255,255,0.7) } .subhero-text a:hover { color: white } .subhero-image img { border: 8px solid white; height: 200px; position: relative; z-index: 3; margin-top: 4px } @media (min-width: 992px) { .subhero { text-align:left } } .cust-subs { margin: 0 auto !important; float: none !important; background-color: #f2c18b; border: 5px solid; border-radius: 3px } .cust-subs .hs-form .hs-button.primary.large { text-transform: uppercase; font-family: "Whitney A","Whitney B","Brandon Grotesque" !important; font-weight: 500 !important; letter-spacing: 2px; font-size: 13px !important } .cust-subs .hs-form .hs-button.primary.large:hover { color: #f2c18b !important; border: 2px solid #f2c18b !important } .cust-subs .hs-input { font-family: "Whitney A","Whitney B","roboto" !important; font-weight: 300 !important; letter-spacing: 0.7px; font-size: 13px !important; color: #f2c18b } .cust-subs-x h2 { color: #fff !important; font-family: "Whitney A","Whitney B",roboto; font-weight: 300; font-size: 40px; margin-bottom: 50px } @media (max-width: 992px) { .cust-subs-x h2 { font-size:34px } } .cust-subs-x div { color: #fff !important } .cust-subs-sp-btn { text-transform: none; background-color: #e4a667 !important; color: #fff !important; font-size: 22px !important; font-weight: 300 !important; padding: 1vw 2vw !important; border-width: 3px } .cust-subs-sp-btn:hover { background-color: #fff !important; color: #e4a667 !important; border-color: #fff !important } .special { margin: 0 auto; padding: 30px 0; background-color: #f2c18b } .hbspt-form .submitted-message { color: #1c1b1a !important; background-color: white; border-color: white } .new-bg-color { background-color: #e4a667 !important } .team { padding-top: 50px } .team .container { position: relative; overflow: none } .team-text { margin-bottom: 80px } .team-avatars { margin-bottom: 100px } .team-member { position: relative; margin-bottom: 30px } .team-member-inner { width: 100%; box-shadow: 0px 35px 80px 14px rgba(151,139,125,0.15); transition: 0.3s all } .team-member p { background-color: white; text-align: center; margin: 0; padding: 10px 5px; line-height: 25px } .team-member img { width: 100%; display: inherit } @media (min-width: 992px) { .team-text { margin-bottom:250px } .team-avatars { position: absolute; bottom: 10px; width: 100% } .team-member p { display: none } .team-member-inner { position: absolute } .team-member-inner:hover { margin-top: -20px } .team-member-inner:hover p { display: block } } .testimonials { padding-top: 60px; padding-bottom: 70px; margin-bottom: 60px } .testimonial { margin-bottom: 35px } .test-avatar { float: left; padding-right: 20px } .test-avatar-img { position: relative; border-radius: 100px; height: 100px } .test-avatar-play { position: absolute; top: 27px; left: 30px; cursor: pointer } .test-quote { padding-left: 120px } @media (min-width: 992px) { .testimonial { margin-bottom:0 } .test-quote { max-width: 90% } } .values { padding-top: 140px; padding-bottom: 130px } .values-images img { width: 100%; margin-bottom: 10px } .value { margin-bottom: 50px } .value-sign,.values-quote-sign { font-family: "<NAME>","<NAME>","<NAME>"; font-size: 64px; font-weight: 700; margin-bottom: 10px; line-height: 53px; color: #F1EEE9 } .value h4 { margin-bottom: 20px; color: #0F7DC5 } .values-logos { margin-top: 40px; margin-bottom: 60px } .values-logos img { height: 50px; -webkit-filter: grayscale(100%); filter: grayscale(100%) } .values-logos img:not(:last-child) { margin-right: 15px } .values-quote { margin-top: 30px } .values-quote-sign { display: block; height: 15px } .values-quote p { font-size: 19px; line-height: 34px; color: #DB5F26 } @media (min-width: 992px) { .values-images img { width:80%; display: block } .values-quote p { max-width: 80% } } .video-modal { position: fixed; width: 100%; height: 100%; z-index: 5 } .video-modal-background { position: fixed; width: 100%; height: 100%; background-color: rgba(28,27,26,0.7); z-index: 6 } .video-modal-table { text-align: center; vertical-align: middle; height: 100% } .video-modal-wrapper { display: inline-block; width: 100%; max-width: 900px } .video-modal-inner { position: relative; width: 100%; height: 0; padding-bottom: 56.25% } .video-modal-inner iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 7 } .why-jaswig .why-jaswig-text h3,.why-jaswig .why-jaswig-text p { max-width: 400px } .why-jaswig .why-jaswig-desk { text-align: center } .why-jaswig__video { padding: 30px 0 0 } @media (min-width: 768px) { .why-jaswig__video { padding:60px 0 } } .why-jaswig-cta { margin-top: 10%; padding: 0 0 } .why-jaswig-padd { padding: 18px 30px; height: 60px; width: 160px } @media (min-width: 991px) { .why-jaswig-cta { padding:0 50px } } .testcube-testimonials { background-color: #FBFAF9; padding: 50px 0 100px } .testcube-testimonials .value-sign { color: #E6E1D8 } .testcube-testimonials__list p { max-width: 100% } .testcube-testimonials__gallery img { max-width: 100% } .availability { padding: 50px 0 100px } .availability__calendar iframe { width: 100% } .testcube-promo { padding-top: 30px; padding-bottom: 0 } .testcube-promo img { margin-top: 20px; width: 100% } .testcube-promo__text-right { padding-top: 50px } @media (min-width: 992px) { .testcube-promo { padding-top:100px; padding-bottom: 30px } .testcube-promo p { max-width: 80% } .testcube-promo img { margin-top: 0 } } .subscribe-form { max-width: 440px; width: 100%; margin: 0 auto; font-family: "Whitney A","Whitney B","Roboto" } .subscribe-form:after { content: ""; display: table; clear: both } .subscribe-form * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .subscribe-form .hs-form-required { display: none } .subscribe-form .hs-form { position: relative; max-width: 440px } .subscribe-form .hs-form:after { content: ""; display: table; clear: both } .subscribe-form .hs-form>div:first-child { width: 65%; float: left } .subscribe-form .hs-form .hs_email .input input { margin: 0; padding: 0 10px; border: 0; width: 100%; height: 38px; outline: none; font-family: "Whitney A","Whitney B",inherit } .subscribe-form .hs-form .hs-error-msgs.inputs-list { position: absolute; top: 100%; left: 0; width: 100%; font-size: 12px; line-height: 15px; list-style: none; margin: 10px 0 0; padding: 0; color: #fff } .subscribe-form .hs-form .hs-button.primary.large { float: left; width: 35%; margin: 0; font-family: "Whitney A","Whitney B","Roboto"; border: 0; height: 38px; background: none; border: 2px solid #FFF; color: #FFF; cursor: pointer; min-width: 80px; outline: none } .subscribe-form .hs-form .hs-button.primary.large:hover { background-color: #FFF; color: #FFD524; border-left: 2px solid #FFD524 } .subscribe-form__title { font-family: "Whitney A","Whitney B",inherit; color: #FFF; text-align: center; font-size: 1em; opacity: 0.7; font-weight: normal; margin: 0 0 10px } .subscribe-form.-subnav { width: 100%; max-width: none; margin: 30px auto 0; float: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .subscribe-form.-subnav .subscribe-form__title { margin: 0 20px 0 0 } .subscribe-form.-subnav .subscribe-form__form { width: 300px } .subscribe-form.-left { position: relative; float: none } .subscribe-form.-left .subscribe-form__title { text-align: left; margin-bottom: 10px } .subscribe-form.-left .subscribe-form__form { width: 400px } @media (min-width: 992px) { .subscribe-form { float:right; -webkit-margin-before: 1em; -webkit-margin-after: 3em; margin-top: 1em; margin-bottom: 0 } .subscribe-form__title { text-align: right; margin: 0 0 5px } } .fix-wid { max-width: 492px; margin: 0 auto } ._form_5 form { margin: 0 !important; padding: 0 !important; text-align: right !important; width: 100% !important } ._form_5 ._form-label { display: none !important } ._form_5 ._field-wrapper { width: 65% !important } ._form_5 ._form-content { width: 100% } ._form_5 ._inline-style { float: none !important } ._form_5 ._inline-style ._button-wrapper,._form_5 ._form_element { margin: 0 !important } ._form_5 ._error._below { top: 38px !important } ._form_5 ._form-thank-you { opacity: 0.7 !important } @media (min-width: 992px) { ._form_5 ._form-thank-you { text-align:right !important; opacity: 0.7 !important } } ._form_3 form { margin: 0 !important; padding: 0 !important; text-align: right !important; width: 100% !important } ._form_3 ._form-label { display: none !important } ._form_3 ._field-wrapper { width: 65% !important } ._form_3 ._form-content { width: 100% } ._form_3 ._inline-style { float: none !important; display: block !important } ._form_3 ._inline-style ._button-wrapper,._form_3 ._form_element { margin: 0 !important } ._form_3 ._error._below { top: 38px !important } ._form_3 ._form-thank-you { color: #f2c18b !important; background-color: #fff } @media (max-width: 667px) and (min-width: 320px) { ._form_3 ._inline-style { margin:-20px 0 0 0 !important } } @media (max-width: 667px) { ._form_3 ._form-thank-you { margin-top:20px } } ._form_9 { max-width: 492px; margin: 0 auto } ._form_9 form { margin: 0 !important; padding: 0 !important; text-align: right !important; width: 100% !important } ._form_9 ._form-label { display: none !important } ._form_9 ._field-wrapper { width: 65% !important } ._form_9 ._form-content { width: 100% } ._form_9 ._inline-style { float: none !important; display: block !important } ._form_9 ._inline-style ._button-wrapper,._form_9 ._form_element { margin: 0 !important } ._form_9 ._error._below { top: 38px !important } ._form_9 ._form-thank-you { color: #ffffff !important; background-color: #f68f32 } @media (max-width: 667px) and (min-width: 320px) { ._form_9 ._inline-style { margin-top:-20px !important } } @media (max-width: 667px) { ._form_9 { margin-top:20px } } .cookies-warning { display: none; position: fixed; background-color: rgba(28,27,26,0.75); color: #fff; bottom: 0; left: 0; width: 100%; z-index: 1000 } .cookies-warning--show { display: block } .cookies-warning__inner { padding: 10px 15px; position: relative; text-align: center; vertical-align: middle } .cookies-warning__inner:before,.cookies-warning__inner:after { display: none } .cookies-warning__text { display: block; text-align: center; color: #fff; margin: 0 0 10px; padding: 0 !important; font-size: 14px; line-height: 18px } .cookies-warning__small { font-size: 12px; color: #ddd } .cookies-warning__accept { display: inline-block; border: 0; padding: 0; margin: 0; background-color: rgba(255,255,255,0.85); padding: 5px 15px; color: #1C1B1A; border-radius: 5px; font-size: 14px; line-height: normal; cursor: pointer; outline: none } .cookies-warning__accept:hover { background-color: #fff } @media (min-width: 992px) { .cookies-warning__text { display:inline-block; margin: 0 } .cookies-warning__accept { margin: 0 0 0 10px } } .hero-background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden } .hero-background:after { position: absolute; top: 0; left: 0; width: 102%; height: 102%; background: #000; opacity: .15; z-index: 5; content: '' } .hero-background__image { background-image: url("/images/Jaswig standing desk solutions 2.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; opacity: 1; transition: opacity 1s ease } .hero-background #hero-background-video { position: absolute } .hero-background_active .hero-background__image { opacity: 0 } .promo-player { padding: 0; border: 0; display: block; width: 100%; padding-bottom: 56%; background: #000; border-radius: 5px; position: relative; background-size: cover; background-image: url("//cdn.shopify.com/s/files/1/0991/5794/t/17/assets/hero-video.jpg?13326159738138440716"); background-position: center center; box-shadow: 0 5px 10px rgba(0,0,0,0.5); transition: box-shadow .2s ease; cursor: pointer; outline: none; margin: 0 auto } .promo-player button { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; outline: none; cursor: pointer } .promo-player img { width: 30%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -38%) } .promo-player:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.8) } @media (min-width: 768px) { .promo-player .play-video { display:block } .promo-player .play-video img { width: 30% } } .meetup__right-text { padding: 0 0 0 5% } .meetup__gallery { background: #FBFAF9; padding: 50px 0 } .meetup__gallery img { max-width: 100%; vertical-align: top; margin: 30px 0 0 } .meetup__image { height: 300px; overflow: hidden; position: relative } .meetup__image img { top: -70px } @media (min-width: 768px) { .meetup__image { height:auto } .meetup__image img { position: relative; top: 0 } .meetup__gallery img { margin: 0 } .meetup__right-text h1 { margin-top: 0 } .no-top-clone { margin-top: 0 } } @media (min-width: 992px) { .meetup__image { margin:0px 0 0 } .meetup__right-text { padding: 0 0 0 5% } .meetup__gallery { padding: 100px 0 } .meetup__right-text h1 { margin-top: -20px } .no-top-clone { margin-top: -20px } } #myImg { border-radius: 5px; cursor: pointer; transition: 0.3s } #myImg:hover { opacity: 0.7 } .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: #000; background-color: rgba(0,0,0,0.9) } .modal-content { margin: auto; display: block; width: 80%; max-width: 700px } #caption { font-family: "<NAME>","<NAME>","Roboto"; color: #575757; font-size: 16px; margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; padding: 10px 0; height: 150px } .modal-content,#caption { -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s } @-webkit-keyframes zoom { from { -webkit-transform: scale(0) } to { -webkit-transform: scale(1) } } @keyframes zoom { from { transform: scale(0) } to { transform: scale(1) } } .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s } .close:hover,.close:focus { color: #bbb; text-decoration: none; cursor: pointer } @media only screen and (max-width: 700px) { .modal-content { width:100% } } .modal-img { cursor: pointer; height: 57vw } @media (min-width: 768px) { .modal-img { height:160px } } @media (min-width: 992px) { .modal-img { height:210px } } @media (min-width: 1200px) { .modal-img { height:255px } } .long-txt { margin: -10px 0 60px 0 } .navigation__item { position: relative } .navigation__item:hover .navigation__submenu { opacity: 1; visibility: visible } .navigation__submenu { visibility: hidden; position: absolute; top: 100%; left: 50%; margin: 10px 0 0 -8px; opacity: 0; width: 200px; max-width: 300px; background-color: rgba(255,255,255,0.8); border-radius: 3px; border: 1px solid; padding: 20px; transform: translateX(-50%); z-index: 10; transition: opacity .3s ease, visibility .3s ease } .navigation__submenu:before { display: block; width: 100%; height: 20px; content: ''; position: absolute; left: 0; bottom: 100% } .navigation__submenu-item { float: none !important; text-align: center } .navigation__submenu-item a { display: block; text-align: center; margin: 0 !important; background: none !important } .navigation__submenu-item a:hover { color: #FFD524 } #scroll-desk-container { display: inline-block; text-align: left; padding: 0 20px } #scroll-desk { position: relative; height: 450px; width: 250px } #scroll-desk #desk-legs { position: absolute; bottom: 20px } #scroll-desk #desk-top { position: absolute; left: 46px; bottom: 50px; transition: 0.5s } #scroll-desk .note { position: absolute; bottom: 0; width: 250px; text-align: center; color: #999; font-size: 80% } #scroll-desk-control { text-align: center } #scroll-desk-control-wrapper { overflow: hidden; display: inline-block; background-color: white; box-shadow: 0px 35px 80px 14px rgba(151,139,125,0.15); border-radius: 200px; border: 1px solid #F5F3EF } #scroll-desk-down,#scroll-desk-up { padding: 11px 14px; text-align: center; transition: 0.3s all } #scroll-desk-down:hover,#scroll-desk-up:hover { color: white; background-color: #FFD524 } #scroll-desk-up { padding-bottom: 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom: 1px solid #F5F3EF } #scroll-desk-up:hover { border-bottom: 1px solid #ec8515 } #scroll-desk-down { padding-top: 5px; border-top-left-radius: 0; border-bottom-left-radius: 0 } .white-text { color: #fff } .text-left { text-align: left } .remove-padd-t { padding-top: 0px } .remove-padd-t2 { padding-top: 0px } .remove-padd-l-r { padding-left: 0px; padding-right: 0px } .wd-s { width: 70px } .text-center { text-align: center } .wd-m { width: 130px } .ft-sz { font-size: 17px !important; width: 75%; color: #a19585 !important; font-weight: 400 !important; line-height: 26px !important } @media (max-width: 424px) { .wd-m { width:102px } .ft-sz { width: 75% } } @media (max-width: 992px) { .remove-padd-t2 { padding:60px 0 } } .remove-mar { margin-left: 0px; margin-right: 0px } .just-marg { margin-left: 40px } @media (min-width: 992px) { .vertical-all,.vertical-all-2 { position:absolute; top: 0; bottom: 0; right: 0; width: 50%; height: 45%; margin: auto } .vertical-all-2 { height: 55% } } .relative-pos { position: relative } .flexy-align { display: -ms-flex; display: -webkit-flex; display: flex } .yes-flex { flex: 1; display: flex; flex-direction: column; justify-content: center } .wd-ew { width: 150px } .img-adjuster { height: 320px !important; margin-top: 13% !important; transform: none !important } @media (max-width: 400px) { .wd-s { width:50px } .wd-ew { width: 120px } .img-adjuster { height: 250px !important; margin-top: 10px !important; transform: none !important } } @media (max-width: 660px) { .post-background { height:140px } } .shader-rem,.shader-rem:hover { box-shadow: none; transition: none } .caption-fig { text-align: center } .wen-img { background-image: url(/images/Wenneker_thumbnail.jpeg) } .secx-rox-img { background-image: url(/images/securex_rocks_thumbnail_V2-01.png) } .padding2 { padding: 20px 0 60px } .font-40 { font-size: 40px !important; margin-bottom: 20px !important } .back-white { background-color: #fff !important } .jumbotron { padding: 100px 2px; font-family: "<NAME>","<NAME>",Montserrat, sans-serif; height: 100% } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit } .jumbotron h3 { font-weight: 400 } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 300; color: #1C1B1A; max-width: 100% } .jumbotron>hr { border-top-color: #d5d5d5 } .container .jumbotron,.container-fluid .jumbotron { padding-right: 15px; padding-left: 15px; border-radius: 6px } .jumbotron .container { max-width: 100% } @media screen and (min-width: 768px) { .jumbotron { padding-top:48px; padding-bottom: 48px } .jumbotron .h1,.jumbotron h1 { font-size: 63px } } .padd-bot { padding-bottom: 40px } .align { float: left; font-size: 21px; font-weight: 300; font-family: "Whitney A","Whitney B","Roboto"; padding-left: 10px; line-height: 48px } .list-font { color: #1C1B1A; font-size: 18px; list-style-type: none } .margi-n { margin: 0 auto; padding-left: 10px } @media screen and (min-width: 992px) { .ad-margi { margin-left:7vw } } .padding3 { padding: 20px 0 30px } .video-cap { font-size: 42px; color: #fff; font-family: "Whitney A","<NAME>","<NAME>"; font-weight: 500; text-align: center; padding-top: 2%; position: relative; z-index: 1 } .img-adj-promo { padding-bottom: 50% } .bodrer { padding: 0px } @media (min-width: 500px) { .video-cap { font-size:60px; padding-top: 5% } .img-adj-promo { padding-bottom: 48% } } .filter-back { background-color: rgba(50,50,50,0.3) !important } .caption { position: absolute; top: 0%; left: 0; width: 100%; color: #fff; padding: inherit } @media (min-width: 768px) { .land-marg { margin-left:25% !important } } @media (max-width: 375px) { .outgoing { padding-left:3px; padding-right: 5px } } button.accordion { background-color: #fff; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s } button.accordion.active,button.accordion:hover { background-color: #fff; color: #f68f32 !important } div.accpanel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out } .specialroboto * { font-family: "Whitney A","Whitney B","Roboto" !important; text-transform: none } .specialroboto .orange,.specialroboto .faq-dark3 { font-family: "Whitney A","Whitney B","Brandon Grotesque" !important; margin-bottom: 0 } .faq-dark { font-size: 22px; color: #000; font-weight: 200 } .faq-dark2 { font-size: 12px !important; color: #000 !important; font-weight: 600 !important; height: 70px; margin: 0 auto; } .faq-dark3 { font-size: 30px; color: #000; font-weight: 200 } .faq-cta { font-size: 18px !important; color: #000 !important; font-weight: 300 !important } .faq-top-marg { margin-top: 50px } .faq-top-marg20 { margin-top: 20px } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Whitney A","Whitney B",'FontAwesome'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .glyphicon-chevron-left:before { content: "\f053" } .glyphicon-chevron-right:before { content: "\f054" } .testimonial-text { color: #fff; margin: 0 10%; margin-top: 50px; text-decoration: none !important } @media (max-width: 767px) { .testimonial-text { color:#fff; margin: 10%; text-decoration: none !important } .carousel-inner { height: auto } } .no-underline { text-decoration: none !important } h1.large { padding-top: 40px; } @media (min-width: 992px) { .order-card-image img { height: 190px; } } a.btn:hover { text-decoration: none !important; } .header-minisearch a.skip-link:hover, .header-minisearch a.skip-link:focus, .header-minisearch a.skip-link:active { color: #ffd524; } button.close { float: right; font-size: 21px; font-weight: 100; line-height: 1; color: #000000; opacity: 0.7; filter: alpha(opacity=20) } button.close:hover,.close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50) } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none } .modal-open { overflow: hidden } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1060; -webkit-overflow-scrolling: touch; outline: 0; background-color: rgba(0,0,0,0.7) } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: 10px; z-index: 4000 } .modal-content { position: relative; background-color: #ffffff !important; border: 1px solid #999999; border: 1px solid rgba(0,0,0,0.2); -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000 !important } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0) } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50) } .modal-header { padding: 15px; min-height: 20px } .modal-header .close { margin-top: -2px } .modal-title { margin: 0; line-height: 1.42857143 } .modal-body { position: relative; padding: 15px } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 } .modal-footer .btn+.btn { margin-left: 5px; margin-bottom: 0 } .modal-footer .btn-group .btn+.btn { margin-left: -1px } .modal-footer .btn-block+.btn-block { margin-left: 0 } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } .clickable { cursor: pointer } @media (min-width: 768px) { .modal-dialog { width:600px; margin: 30px auto } .modal-sm { width: 300px } } @media (min-width: 992px) { .modal-lg { width:900px } } .clearfix:before,.clearfix:after,.modal-footer:before,.modal-footer:after { content: " "; display: table } .clearfix:after,.modal-footer:after { clear: both } .center-block { display: block; margin-left: auto; margin-right: auto } .pull-right { float: right !important } .pull-left { float: left !important } .hide { display: none !important } .show { display: block !important } .invisible { visibility: hidden } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0 } .hidden { display: none !important } .affix { position: fixed } .cust-subs-x h3 { font-size: 20px; font-weight: 100 } @media (max-width: 400px) { .modal-body .remove-mar .cust-subs-x .cust-subs .hs-form .hs-button.primary.large { letter-spacing:0px !important } } @media (max-width: 550px) { .cust-subs-x h3 { font-size:16px } } .mod-closer { display: block; background-color: transparent; cursor: default } .close-btn-top { color: #fff; margin-right: 5px } .close-btn-top:hover { color: rgba(255,255,255,0.8) } .no-disp { display: none !important } .orange { color: #F68F1F !important; } header { padding-top: 0px !important; } .fully-header-background { background: #a6a6a6; } .fully-footer-background { background: #f6f6f6; } .hero-background:after { opacity: 0; } .hero__headline { font-family: "Whitney A","Whitney B"; font-weight: 200; color: #3a3a3c; font-size: 25px; margin: 5vw auto 6vw; line-height: 25px; } header .brand img, .my-logo { margin-left: auto; width: 92px; } header .brand img { margin-left: auto; width: 67px; max-height: 50px; margin-bottom: -22.5px; } header nav .horizontal li a, header nav .horizontal li span { color: #fff; font-family: "Whitney A","Whitney B"; font-weight: 600; font-size: 18px; } header nav .horizontal li a:hover, header nav .horizontal li span:hover, header nav .horizontal li a:hover span { color: #ffd524 !important; } header nav .horizontal li.navigation__submenu-item a { color: #000 !important; font-size: 17px !important; letter-spacing: normal !important; font-weight: 400 !important; text-transform: capitalize !important; } header nav .horizontal li.navigation__submenu-item a:hover { font-weight: 500 !important; color: #000 !important; } header nav .horizontal li a, header nav .horizontal li span { transition: 0s all; } header .nav-hamburger label { color: #fff; } footer { display: table; width: 100%; padding: 20px 0; background-color: #f6f6f6; } footer div img { margin: 0 auto; margin-top: 80px; } .less-than-md { display: none; } .more-than-md { display: block; } @media (max-width: 991px) { header .brand img { margin-left: auto; width: auto; height: 30px; margin-bottom: -7px; margin-left: -5px; } header nav .horizontal li a, header nav .horizontal li span { color: #000; } .hero__headline { font-size: 16px; margin: 3vw auto 36vw; } footer { display: inline-grid; width: 100%; text-align: center; } footer div img { margin-top: 0; } .centertheimage { display: block; margin: 0 auto; } .less-than-md { display: block; } .more-than-md { display: none; } } .we-hiring { font-family: "Whitney A","Whitney B"; background-color: #a6a6a6; z-index: 100000; font-size: 18px; } h2 { font-family: "<NAME>","<NAME>"; color: #575757; font-size: 25px; font-weight: 400; } h3 { font-weight: 400; } .why-jaswig-padd { padding: 15px 30px; height: 49px; width: 154px; color: #fff !important; background-color: #ffd638 !important; } .hero__cta:hover { background-color: #a6a6a6 !important; color: #fff !important; !important border-color: #a6a6a6 !important; } h1.large { color: #ffd638; font-family: "Whitney A","Whitney B"; } p.lead { font-family: "<NAME>","<NAME>"; font-weight: 300; color: #575757; font-size: 18px; } .cust-subs-x h2 P { font-family: "Whitney A","Whitney B"; font-weight: 200; font-size: 34px; margin-bottom: 27px; } .special { padding: 5px 0; background-color: #a6a6a6; } form ._button-wrapper._inline-style #_form_3_submit { background-color: #a6a6a6 !important; color: #fff !important; border-left: 2px solid #a6a6a6 !important; } form ._button-wrapper._inline-style #_form_3_submit:hover { background-color: #949494 !important; color: #fff !important; border-left: 2px solid #949494 !important; } .color-primary { color: #ffd638; } .signup { font-family: "<NAME>","<NAME>" !important; font-weight: 200 !important; font-size: 32px !important; } .favourites { width: 90%; margin-top: 20px; } .big-font { font-size: 18px; } .promo-player { background-image: url(//cdn.shopify.com/s/files/1/0991/5794/t/16/assets/fully-video.png?7562199084115385839); } footer div { background-color: inherit; } footer div ul { padding: 0; margin: 0 auto; } footer div ul li { list-style: none; text-decoration: none; } footer div ul li a { font-family: "Whitney A","Whitney B" !important; text-decoration: none; color: #000; font-size: 18px; } .footer-address { font-family: "Whitney A","Whitney B" !important; color: #000; font-size: 18px; margin: 15px auto; } .tnc { font-family: "Whitney A","Whitney B" !important; color: #a6a6a6; font-size: 16px; display: block; width: 100%; padding: 5px; margin: 0 auto; padding-bottom: 30px; } .tnc a { color: #a6a6a6; } .table .table-cell, header .brand, header nav { display: table-cell; vertical-align: middle; } .fully-header-background nav ul.horizontal { margin: 16px 0 !important; margin-bottom: 7px !important; } header .brand { padding-top: 0px; } header nav .horizontal li a,header nav .horizontal li a:hover { background-color: transparent; } header .brand { line-height: 1.35; } .nav-item:hover .navigation__submenu { transition: opacity .3s ease, visibility .3s ease; } header nav .horizontal .nav-item { position: relative; } .navigation__submenu { top: 100%; left: 50%; margin: 0 0 0 -8px; transition: opacity .3s ease, visibility .3s ease; background-color: rgba(255,255,255,0.8); } footer h4 { padding-bottom: 0; border-bottom: 0; font-size: 16px; font-weight: 700; margin: 1.33em 0; line-height: 30px; } footer a:hover { color: #000; } footer li { margin-bottom: 0; line-height: 30px; } header .nav-hamburger label { background-color: transparent; } .pages-nav-link { margin: 5px 10px; text-transform: uppercase; text-decoration: none; font-family: "Whitney SSm A","Whitney SSm B" !important; font-weight: 600; font-size: 10px; color: #a6a6a6; } .pages-nav-link:hover { text-decoration: underline; color: #a6a6a6 !important; } .pages-nav { padding: 0; } body, input, textarea, button, select, h1, h2 ,h3 ,h4 ,h5 ,h6 ,p ,span { font-family: "Whitney A","Whitney B" !important; } a { color: #0f7dc5; } a:hover, a:focus, .text-link:hover, .text-link:focus { color: #0f7dc5; } .arrow, a.upper { color: #ffd524; } .arrow:hover, a.upper:hover { color: #ffd524; } .post-inner a { text-decoration: none; color: #0f7dc5; } .nameofproduct { font-size: 30px; font-weight: 200; margin-bottom: 10px; } .spr-badge { display: inline-block; } .product-single__price { float: right; font-size: 20.4px; font-weight: 500; margin-top: -30px; color: #ffd638 !important; } .product-single__prices { border-bottom: 2px solid #a6a6a6; padding-bottom: 10px; margin-bottom: 25px; } .tab a h3::after { color: #ffd638 !important; background: #FFD638; } .collectn-header { color: #ffd638 !important; } .product-single__quantity { float: right; } .product-single__quantity label { display: inline-block; } .product-single__quantity .quantity-selector { width: 60px; } .spr-badge-starrating .spr-icon, [class^="spr-icon-"]:before, [class*=" spr-icon-"]:before { color: #ffd638 !important; } .theded { color: #ffd638; } .fully-heading { font-size: 32px; margin: 0; margin-bottom: 12px; color: #000; font-family: "Whitney A","Whitney B"; font-style: normal; line-height: 1.2; text-rendering: optimizeSpeed; font-weight: 400; } h1, h1.large, .large { font-size: 32px !important; color: #000; font-family: "Whitney A","Whitney B"; font-style: normal; line-height: 1.2; text-rendering: optimizeSpeed; font-weight: 400 !important; } h2 strong { font-size: 32px; color: #000; font-weight: 400 !important; } .fully-heading-container { margin: 20px 0 40px; } .fully-heading-container2 { margin: 52px 0 60px; } .order-card-price { color: #000; } p.content-small-block { display: block; max-width: 635px; margin: 0 auto; } p.content-large-block { display: block; margin: 0 auto; } p { color: #575757; font-size: 18px; line-height: 135%; } div blockquote { text-indent: -7px; color: #575757; font-size: 18px; line-height: 135%; margin-bottom: 17px; border: 0; font-style: normal; font-weight: 300; } div blockquote span { display: block; margin-left: 20px; } .no-padd-left { padding-left: 0; } .no-padd-right { padding-right: 0; } .theimages { max-width: 100%; } .fully-links { color: #575757 } .fully-links:hover { color: #575757; text-decoration: underline; } @media (max-width: 991px) { .pages-nav-link, .pages-nav-link:hover { font-size: 10px; } .fully-heading, h1 { font-size: 27px !important; } p.content-small-block, p.content-large-block { margin-left: 20px; max-width: none; margin-right: 20px; } p { font-size: 17px; } div blockquote { font-size: 17px; } .no-padd-left,.no-padd-right { padding: 0; } .theimages { width: 100%; height: 57vw; } } @media (max-width: 370px) { .product-single__price { font-size: 18.3px; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) { .hidden-sm-up { display: none !important; } } .pages-nav-link:last-of-type, .pages-nav-link:last-of-type:hover { text-decoration: none; font-weight: 600; color: #000 !important; cursor: auto; } .toggle-image picture:first-of-type { display: block; } .toggle-image picture:last-of-type { display: none; } .toggle-image:hover picture:first-of-type { display: none; } .toggle-image:hover picture:last-of-type { display: block; } .toggle-image img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; width: 100%; } .marg-bottom { margin-bottom: 40px; } .heading-line { font-size: 36px; font-family: "<NAME>","<NAME>"; font-style: normal; font-weight: 400; color: #000; text-transform: none; margin-bottom: 0; padding-bottom: 20px; width: 100%; } .fully-side-col-link-head { font-weight: 400; font-size: 16px; color: #666; margin-bottom: 10px; } p, .p, ul, ol { font-family: "Whitney A","Whitney B"; } .block-content { margin-top: 10px; } .small-fully-heading { font-size: 20px !important; } .fully-color-one , .fully-color-one:hover { color: #666 !important; } .fully-color-two, .fully-color-two:hover { color: #0f7dc5 !important; } .fully-accordion, .fully-accordion:hover { padding: 15px 10px !important; background: #f2f2f2 !important; position: relative !important; } .fully-accordion:after { content: " "; display: block; width: 16px; margin: 0; height: 10px; background-color: transparent; background-image: url(https://cf1.fully.com/skin/frontend/rwd/ergo/images/icon_sprite@2x.png); background-repeat: no-repeat; background-position: -2px -1367px; border: none; position: absolute; left: auto; right: 10px; top: 40%; } .footer-b-corp { width: auto !important; max-height: 150px; margin-top: 15px; } .hero__cta { color: #000 !important; background: #fff !important; border-color: #000 !important; } .hero__cta:hover { background-color: #ffd638 !important; color: #fff !important; border-color: #ffd638 !important; } .post .post-background { margin-top: 0px; margin-bottom: 20px; } .post .post-inner { padding-top: 300px !important; } @media (max-width: 660px) { .post .post-inner { padding-top: 150px !important; } } .post p { color: #575757; } .orange { color: #ffd638 !important } button.accordion.active, button.accordion:hover { color: #ffd638 !important; } .why-jaswig-padd { padding: 15px 23px; height: 50px; width: 160px; } .navigation__submenu { padding: 5px; } .last-nav-submenu { width: 200px !important; } .navigation__submenu-item img { height: 50px; width: 50px; border: 0; border-radius: 100%; margin: 0 auto; } .navigation__submenu-item a { padding: 0; } .navigation__submenu { width: 250px; overflow: hidden; background-color: rgba(255,255,255,1); } .flex-disp { display: flex; } .vertically-center-row { min-height: 100%; display: flex; align-items: center; } header nav .horizontal .navigation__item a { font-size: 17px; font-weight: 500; letter-spacing: 0.09em; } .navigation__submenu .navigation__submenu-item a { font-size: 15px; font-weight: 500; letter-spacing: normal; } header nav .horizontal li a:hover img { height: 50px; width: 50px; border-radius: 100%; padding: 2px; margin: 0 auto; border: 2px solid #FFD524; } header .brand { position: absolute; padding-top: 5px; margin-left: 15px; } nav.navigation { width: 100%; height: auto; display: -webkit-box; } .fully-header-background nav ul.horizontal { margin: 0px 0 !important; margin-bottom: 0px !important; } .fully-header-background .navigation ul.first-horizontal { display: block; height: fit-content; margin: 0 auto !important; } .fully-header-background .navigation ul.second-horizontal { position: absolute; margin-left: -96px !important; } .cart-class { margin-right: 0 !important; padding: 0 !important; padding-top: 10px !important; } .cart-count { padding: 2px !important; float: right !important; font-size: 13px !important; } .hidden-count { visibility: hidden !important; } .header-padd-control { padding: 0; } .second-horizontal a { padding: 7px 10px !important; } header nav .horizontal li a, header nav .horizontal li span { color: #fff; margin: 0 !important; } .fully-header-background { position: fixed; width: 100%; z-index: 1000000; } .pages-nav { padding-top: 50px; } .pages-nav a:first-of-type { margin-left: -3px; } .footer-address .add-bold { font-size: 16px; font-weight: 500; margin-bottom: 7px; } .footer-address .add-normal { font-size: 15px; font-weight: 400; } .social-media-ico { font-family: "<NAME>","<NAME>" !important; color: #a6a6a6; display: block; width: 100%; padding: 5px; margin: 0 auto; padding-top: 50px; } .social-media-ico a { color: #a6a6a6; padding-right: 5px; margin-right: 5px; font-size: 20px; } .social-media-ico a:hover { color: #ffd524; } @media (max-width: 991px) { .header-padd-control { padding: 0 20px; } .fully-header-background header { background-color: #a6a6a6; } header .brand { position: relative; padding: 8px 0; } .second-horizontal { right: 15px; } .second-horizontal a { padding: 7px 10px !important; } header nav .horizontal li a, header nav .horizontal li span { color: #fff; margin: 0 !important; } .second-horizontal .cart-class { padding-right: 0 !important; } header nav .horizontal li a, header .nav-hamburger label { padding: 7px !important; } } @media (min-width: 768px) and (max-width: 991px) { .second-horizontal { right: calc( 50% - 383px ); } .header-padd-control { padding: 0; } } @media (max-width: 767px) { .pages-nav a:first-of-type { margin-left: 20px; } } @media (min-width: 992px) { .second-horizontal a.cart-class { padding-right: 0 !important; margin-left: 10px !important; } .second-horizontal a { padding-top: 12px !important } } .main-content { margin-top: 0; } input, select, textarea { padding: 5px 10px; line-height: 1.42; } .popover h3 { font-size: 15px; margin-bottom: 5px; } .popover a, .popover a span { font-size: 14px !important; padding: 0 !important; color: #a6a6a6 !important; } .popover { left: -51px !important; } .modal { z-index: 1050000; } .post-header .post-title { color: #000; }
0.510985
0.158337
div { color:white; font-family: 'AvenirNextGEO'; line-height: 1.55em; font-size:23px; } button { color:white; height:55px; border:none; width:fit-content; border-radius:4px; cursor: pointer; padding: 0 40px; margin-right:0.8em; margin-left:0.8em; margin-bottom:0.5em; font-size:23px; } a { text-decoration: none; color:white; } a:visited { text-decoration: none; color:white; } a:hover { text-decoration: none; color:white; } a:focus { text-decoration: none; color:white; } a:hover, a:active { text-decoration: none; color:white } img { margin-bottom:0; } h1 { font-family: 'PlatoSans'; font-size:64px; letter-spacing: 1px; line-height: 90px; } h2 { font-family: 'PlatoSans'; font-size:47px; color:#313131; } h3 { font-family: 'PlatoSans'; font-size: 40px; } @font-face { font-family: 'PlatoSans'; src: url('../assets/fonts/PlatoSans-Medium.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'AvenirNextGEO'; src: url('../assets/fonts/AvenirNextGEO-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'AvenirNextGEO'; src: url('../assets/fonts/AvenirNextGEO-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @media only screen and (max-width: 1700px) { h1 { font-size: 50px; } h2 { font-size: 40px; } h3 { font-size: 35px; } div { font-size:20px; } button { font-size:20px; } } @media only screen and (max-width: 1653px) { button { font-size:17px; } } @media only screen and (max-width: 1450px) { h1 { font-size:35px; line-height: 35px; } h3 { font-size: 25px; } } @media only screen and (max-width: 1275px) { h1 { font-size:33px; line-height: 33px; } h2 { font-size:29px; } div { font-size:17px; } } @media only screen and (max-width: 1145px) { h1 { font-size:35px; } h2 { font-size:27px } h3 { font-size: 23px; } } @media only screen and (max-width: 1105px) { div { font-size:17px; } } @media only screen and (max-width: 990px) { h1 { font-size:30px; line-height: 1.20em; } .heroTitle { padding-right:21px; } h2 { font-size:26px } h3 { font-size: 21px; } div { font-size:16px; } }
v2/src/global/global.css
div { color:white; font-family: 'AvenirNextGEO'; line-height: 1.55em; font-size:23px; } button { color:white; height:55px; border:none; width:fit-content; border-radius:4px; cursor: pointer; padding: 0 40px; margin-right:0.8em; margin-left:0.8em; margin-bottom:0.5em; font-size:23px; } a { text-decoration: none; color:white; } a:visited { text-decoration: none; color:white; } a:hover { text-decoration: none; color:white; } a:focus { text-decoration: none; color:white; } a:hover, a:active { text-decoration: none; color:white } img { margin-bottom:0; } h1 { font-family: 'PlatoSans'; font-size:64px; letter-spacing: 1px; line-height: 90px; } h2 { font-family: 'PlatoSans'; font-size:47px; color:#313131; } h3 { font-family: 'PlatoSans'; font-size: 40px; } @font-face { font-family: 'PlatoSans'; src: url('../assets/fonts/PlatoSans-Medium.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'AvenirNextGEO'; src: url('../assets/fonts/AvenirNextGEO-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'AvenirNextGEO'; src: url('../assets/fonts/AvenirNextGEO-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @media only screen and (max-width: 1700px) { h1 { font-size: 50px; } h2 { font-size: 40px; } h3 { font-size: 35px; } div { font-size:20px; } button { font-size:20px; } } @media only screen and (max-width: 1653px) { button { font-size:17px; } } @media only screen and (max-width: 1450px) { h1 { font-size:35px; line-height: 35px; } h3 { font-size: 25px; } } @media only screen and (max-width: 1275px) { h1 { font-size:33px; line-height: 33px; } h2 { font-size:29px; } div { font-size:17px; } } @media only screen and (max-width: 1145px) { h1 { font-size:35px; } h2 { font-size:27px } h3 { font-size: 23px; } } @media only screen and (max-width: 1105px) { div { font-size:17px; } } @media only screen and (max-width: 990px) { h1 { font-size:30px; line-height: 1.20em; } .heroTitle { padding-right:21px; } h2 { font-size:26px } h3 { font-size: 21px; } div { font-size:16px; } }
0.331012
0.144843
:root { --nt-color-alabaster-darkest: var(--nt-color-alabaster-darker); --nt-color-alabaster-darker: var(--nt-color-alabaster-dark); --nt-color-alabaster-dark: var(--nt-color-alabaster); --nt-color-alabaster: hsl(0, 0%, 97%); --nt-color-alabaster-light: var(--nt-color-alabaster); --nt-color-alabaster-lighter: var(--nt-color-alabaster-light); --nt-color-alabaster-lightest: var(--nt-color-alabaster-lighter); --nt-color-asparagus-darkest: var(--nt-color-asparagus-darker); --nt-color-asparagus-darker: var(--nt-color-asparagus-dark); --nt-color-asparagus-dark: hsl(91, 28%, 37%); --nt-color-asparagus: hsl(91, 28%, 55%); --nt-color-asparagus-light: hsl(91, 28%, 73%); --nt-color-asparagus-lighter: hsl(91, 28%, 88%); --nt-color-asparagus-lightest: hsl(91, 28%, 98%); --nt-color-danube-darkest: var(--nt-color-danube-darker); --nt-color-danube-darker: var(--nt-color-danube-dark); --nt-color-danube-dark: hsl(208, 54%, 35%); --nt-color-danube: hsl(208, 54%, 53%); --nt-color-danube-light: hsl(208, 54%, 71%); --nt-color-danube-lighter: hsl(208, 54%, 86%); --nt-color-danube-lightest: hsl(208, 54%, 98%); --nt-color-gold-darkest: var(--nt-color-gold-darker); --nt-color-gold-darker: var(--nt-color-gold-dark); --nt-color-gold-dark: hsl(41, 89%, 35%); --nt-color-gold: hsl(41, 89%, 53%); --nt-color-gold-light: hsl(41, 89%, 71%); --nt-color-gold-lighter: hsl(41, 89%, 86%); --nt-color-gold-lightest: hsl(41, 89%, 98%); --nt-color-nteract-darkest: var(--nt-color-nteract-darker); --nt-color-nteract-darker: var(--nt-color-nteract-dark); --nt-color-nteract-dark: var(--nt-color-nteract); --nt-color-nteract: #8518f2; --nt-color-nteract-light: #af8afa; --nt-color-nteract-lighter: #ccb3ff; --nt-color-nteract-lightest: var(--nt-color-nteract-lighter); --nt-color-red-darkest: var(--nt-color-red-darker); --nt-color-red-darker: var(--nt-color-red-dark); --nt-color-red-dark: hsl(0, 67%, 25%); --nt-color-red: hsl(0, 67%, 43%); --nt-color-red-light: hsl(0, 67%, 61%); --nt-color-red-lighter: hsl(0, 67%, 76%); --nt-color-red-lightest: hsl(0, 67%, 88%); --nt-color-grey-darkest: hsl(0, 0%, 10%); --nt-color-grey-darker: hsl(0, 0%, 17%); --nt-color-grey-dark: hsl(0, 0%, 40%); --nt-color-grey: hsl(0, 0%, 63%); --nt-color-grey-light: hsl(0, 0%, 90%); --nt-color-grey-lighter: hsl(0, 0%, 94%); --nt-color-grey-lightest: hsl(0, 0%, 98%); --nt-color-midnight-darkest: hsl(0, 0%, 0%); --nt-color-midnight-darker: hsl(0, 0%, 5%); --nt-color-midnight-dark: hsl(0, 0%, 10%); --nt-color-midnight: hsl(0, 0%, 15%); --nt-color-midnight-light: hsl(0, 0%, 21%); --nt-color-midnight-lighter: hsl(0, 0%, 45%); --nt-color-midnight-lightest: hsl(0, 0%, 55%); --nt-color-sky-darkest: var(--nt-color-sky-darker); --nt-color-sky-darker: var(--nt-color-sky-dark); --nt-color-sky-dark: hsl(208, 54%, 35%); --nt-color-sky: hsl(208, 54%, 53%); --nt-color-sky-light: hsl(208, 54%, 71%); --nt-color-sky-lighter: hsl(208, 54%, 86%); --nt-color-sky-lightest: hsl(208, 54%, 98%); --nt-color-slate-darkest: var(--nt-color-slate-darker); --nt-color-slate-darker: var(--nt-color-slate-dark); --nt-color-slate-dark: hsl(207, 29%, 14%); --nt-color-slate: hsl(207, 29%, 32%); --nt-color-slate-light: hsl(207, 29%, 50%); --nt-color-slate-lighter: hsl(207, 29%, 65%); --nt-color-slate-lightest: hsl(207, 29%, 77%); --nt-color-clementine-darkest: var(--nt-color-clementine-darker); --nt-color-clementine-darker: var(--nt-color-clementine-dark); --nt-color-clementine-dark: hsl(33, 75%, 34%); --nt-color-clementine: hsl(33, 75%, 52%); --nt-color-clementine-light: hsl(33, 75%, 70%); --nt-color-clementine-lighter: hsl(33, 75%, 85%); --nt-color-clementine-lightest: hsl(33, 75%, 97%); --nt-border-radius-none: 0; --nt-border-radius-s: 1px; --nt-border-radius-m: 2px; --nt-border-radius-l: 4px; --nt-border-width-none: 0; --nt-border-width-xs: 1px; --nt-border-width-s: 2px; --nt-border-width-m: 3px; --nt-border-width-l: 5px; --nt-font-size-none: 0; --nt-font-size-xxs: 10px; --nt-font-size-xs: 10px; --nt-font-size-s: 12px; --nt-font-size-m: 14px; --nt-font-size-l: 20px; --nt-font-size-xl: 25px; --nt-font-size-xxl: 30px; --nt-font-weight-light: 300; --nt-font-weight-normal: 400; --nt-font-weight-bold: 600; --nt-font-weight-bolder: 700; --nt-font-family-normal: "Source Sans Pro", sans-serif; --nt-font-family-mono: "Source Code Pro", courier; --nt-opacity-disabled: 0.4; --nt-opacity-faded: 0.3; --nt-spacing-none: 0; --nt-spacing-xxs: 1px; --nt-spacing-xs: 3px; --nt-spacing-s: 5px; --nt-spacing-m: 10px; --nt-spacing-l: 15px; --nt-spacing-xl: 20px; --nt-spacing-xxl: 25px; --nt-transition-duration-normal: 250ms; --nt-z-index-menu: 100; --nt-z-index-notification: 200; --nt-z-index-modal: 300; --nt-color-actionable-darkest: var(--nt-color-danube-darkest); --nt-color-actionable-darker: var(--nt-color-danube-darker); --nt-color-actionable-dark: var(--nt-color-danube-dark); --nt-color-actionable: var(--nt-color-danube); --nt-color-actionable-light: var(--nt-color-danube-light); --nt-color-actionable-lighter: var(--nt-color-danube-lighter); --nt-color-actionable-lightest: var(--nt-color-danube-lightest); --nt-color-brand-darkest: var(--nt-color-nteract-darkest); --nt-color-brand-darker: var(--nt-color-nteract-darker); --nt-color-brand-dark: var(--nt-color-nteract-dark); --nt-color-brand: var(--nt-color-nteract); --nt-color-brand-light: var(--nt-color-nteract-light); --nt-color-brand-lighter: var(--nt-color-nteract-lighter); --nt-color-brand-lightest: var(--nt-color-nteract-lightest); --nt-color-danger-darkest: var(--nt-color-red-darkest); --nt-color-danger-darker: var(--nt-color-red-darker); --nt-color-danger-dark: var(--nt-color-red-dark); --nt-color-danger: var(--nt-color-red); --nt-color-danger-light: var(--nt-color-red-light); --nt-color-danger-lighter: var(--nt-color-red-lighter); --nt-color-danger-lightest: var(--nt-color-red-lightest); --nt-color-info-darkest: var(--nt-color-danube-darkest); --nt-color-info-darker: var(--nt-color-danube-darker); --nt-color-info-dark: var(--nt-color-danube-dark); --nt-color-info: var(--nt-color-danube); --nt-color-info-light: var(--nt-color-danube-light); --nt-color-info-lighter: var(--nt-color-danube-lighter); --nt-color-info-lightest: var(--nt-color-danube-lightest); --nt-color-nav-darkest: var(--nt-color-slate-darkest); --nt-color-nav-darker: var(--nt-color-slate-darker); --nt-color-nav-dark: var(--nt-color-slate-dark); --nt-color-nav: var(--nt-color-slate); --nt-color-nav-light: var(--nt-color-slate-light); --nt-color-nav-lighter: var(--nt-color-slate-lighter); --nt-color-nav-lightest: var(--nt-color-slate-lightest); --nt-color-selected-darkest: var(--nt-color-sky-darkest); --nt-color-selected-darker: var(--nt-color-sky-darker); --nt-color-selected-dark: var(--nt-color-sky-dark); --nt-color-selected: var(--nt-color-sky); --nt-color-selected-light: var(--nt-color-sky-light); --nt-color-selected-lighter: var(--nt-color-sky-lighter); --nt-color-selected-lightest: var(--nt-color-sky-lightest); --nt-color-success-darkest: var(--nt-color-asparagus-darkest); --nt-color-success-darker: var(--nt-color-asparagus-darker); --nt-color-success-dark: var(--nt-color-asparagus-dark); --nt-color-success: var(--nt-color-asparagus); --nt-color-success-light: var(--nt-color-asparagus-light); --nt-color-success-lighter: var(--nt-color-asparagus-lighter); --nt-color-success-lightest: var(--nt-color-asparagus-lightest); --nt-color-textcontrast-darkest: var(--nt-color-alabaster-darkest); --nt-color-textcontrast-darker: var(--nt-color-alabaster-darker); --nt-color-textcontrast-dark: var(--nt-color-alabaster-dark); --nt-color-textcontrast: var(--nt-color-alabaster); --nt-color-textcontrast-light: var(--nt-color-alabaster-light); --nt-color-textcontrast-lighter: var(--nt-color-alabaster-lighter); --nt-color-textcontrast-lightest: var(--nt-color-alabaster-lightest); --nt-color-text-darkest: var(--nt-color-midnight-darkest); --nt-color-text-darker: var(--nt-color-midnight-darker); --nt-color-text-dark: var(--nt-color-midnight-dark); --nt-color-text: var(--nt-color-midnight); --nt-color-text-light: var(--nt-color-midnight-light); --nt-color-text-lighter: var(--nt-color-midnight-lighter); --nt-color-text-lightest: var(--nt-color-midnight-lightest); --nt-color-warning-darkest: var(--nt-color-clementine-darkest); --nt-color-warning-darker: var(--nt-color-clementine-darker); --nt-color-warning-dark: var(--nt-color-clementine-dark); --nt-color-warning: var(--nt-color-clementine); --nt-color-warning-light: var(--nt-color-clementine-light); --nt-color-warning-lighter: var(--nt-color-clementine-lighter); --nt-color-warning-lightest: var(--nt-color-clementine-lightest); }
packages/styles/global-variables.css
:root { --nt-color-alabaster-darkest: var(--nt-color-alabaster-darker); --nt-color-alabaster-darker: var(--nt-color-alabaster-dark); --nt-color-alabaster-dark: var(--nt-color-alabaster); --nt-color-alabaster: hsl(0, 0%, 97%); --nt-color-alabaster-light: var(--nt-color-alabaster); --nt-color-alabaster-lighter: var(--nt-color-alabaster-light); --nt-color-alabaster-lightest: var(--nt-color-alabaster-lighter); --nt-color-asparagus-darkest: var(--nt-color-asparagus-darker); --nt-color-asparagus-darker: var(--nt-color-asparagus-dark); --nt-color-asparagus-dark: hsl(91, 28%, 37%); --nt-color-asparagus: hsl(91, 28%, 55%); --nt-color-asparagus-light: hsl(91, 28%, 73%); --nt-color-asparagus-lighter: hsl(91, 28%, 88%); --nt-color-asparagus-lightest: hsl(91, 28%, 98%); --nt-color-danube-darkest: var(--nt-color-danube-darker); --nt-color-danube-darker: var(--nt-color-danube-dark); --nt-color-danube-dark: hsl(208, 54%, 35%); --nt-color-danube: hsl(208, 54%, 53%); --nt-color-danube-light: hsl(208, 54%, 71%); --nt-color-danube-lighter: hsl(208, 54%, 86%); --nt-color-danube-lightest: hsl(208, 54%, 98%); --nt-color-gold-darkest: var(--nt-color-gold-darker); --nt-color-gold-darker: var(--nt-color-gold-dark); --nt-color-gold-dark: hsl(41, 89%, 35%); --nt-color-gold: hsl(41, 89%, 53%); --nt-color-gold-light: hsl(41, 89%, 71%); --nt-color-gold-lighter: hsl(41, 89%, 86%); --nt-color-gold-lightest: hsl(41, 89%, 98%); --nt-color-nteract-darkest: var(--nt-color-nteract-darker); --nt-color-nteract-darker: var(--nt-color-nteract-dark); --nt-color-nteract-dark: var(--nt-color-nteract); --nt-color-nteract: #8518f2; --nt-color-nteract-light: #af8afa; --nt-color-nteract-lighter: #ccb3ff; --nt-color-nteract-lightest: var(--nt-color-nteract-lighter); --nt-color-red-darkest: var(--nt-color-red-darker); --nt-color-red-darker: var(--nt-color-red-dark); --nt-color-red-dark: hsl(0, 67%, 25%); --nt-color-red: hsl(0, 67%, 43%); --nt-color-red-light: hsl(0, 67%, 61%); --nt-color-red-lighter: hsl(0, 67%, 76%); --nt-color-red-lightest: hsl(0, 67%, 88%); --nt-color-grey-darkest: hsl(0, 0%, 10%); --nt-color-grey-darker: hsl(0, 0%, 17%); --nt-color-grey-dark: hsl(0, 0%, 40%); --nt-color-grey: hsl(0, 0%, 63%); --nt-color-grey-light: hsl(0, 0%, 90%); --nt-color-grey-lighter: hsl(0, 0%, 94%); --nt-color-grey-lightest: hsl(0, 0%, 98%); --nt-color-midnight-darkest: hsl(0, 0%, 0%); --nt-color-midnight-darker: hsl(0, 0%, 5%); --nt-color-midnight-dark: hsl(0, 0%, 10%); --nt-color-midnight: hsl(0, 0%, 15%); --nt-color-midnight-light: hsl(0, 0%, 21%); --nt-color-midnight-lighter: hsl(0, 0%, 45%); --nt-color-midnight-lightest: hsl(0, 0%, 55%); --nt-color-sky-darkest: var(--nt-color-sky-darker); --nt-color-sky-darker: var(--nt-color-sky-dark); --nt-color-sky-dark: hsl(208, 54%, 35%); --nt-color-sky: hsl(208, 54%, 53%); --nt-color-sky-light: hsl(208, 54%, 71%); --nt-color-sky-lighter: hsl(208, 54%, 86%); --nt-color-sky-lightest: hsl(208, 54%, 98%); --nt-color-slate-darkest: var(--nt-color-slate-darker); --nt-color-slate-darker: var(--nt-color-slate-dark); --nt-color-slate-dark: hsl(207, 29%, 14%); --nt-color-slate: hsl(207, 29%, 32%); --nt-color-slate-light: hsl(207, 29%, 50%); --nt-color-slate-lighter: hsl(207, 29%, 65%); --nt-color-slate-lightest: hsl(207, 29%, 77%); --nt-color-clementine-darkest: var(--nt-color-clementine-darker); --nt-color-clementine-darker: var(--nt-color-clementine-dark); --nt-color-clementine-dark: hsl(33, 75%, 34%); --nt-color-clementine: hsl(33, 75%, 52%); --nt-color-clementine-light: hsl(33, 75%, 70%); --nt-color-clementine-lighter: hsl(33, 75%, 85%); --nt-color-clementine-lightest: hsl(33, 75%, 97%); --nt-border-radius-none: 0; --nt-border-radius-s: 1px; --nt-border-radius-m: 2px; --nt-border-radius-l: 4px; --nt-border-width-none: 0; --nt-border-width-xs: 1px; --nt-border-width-s: 2px; --nt-border-width-m: 3px; --nt-border-width-l: 5px; --nt-font-size-none: 0; --nt-font-size-xxs: 10px; --nt-font-size-xs: 10px; --nt-font-size-s: 12px; --nt-font-size-m: 14px; --nt-font-size-l: 20px; --nt-font-size-xl: 25px; --nt-font-size-xxl: 30px; --nt-font-weight-light: 300; --nt-font-weight-normal: 400; --nt-font-weight-bold: 600; --nt-font-weight-bolder: 700; --nt-font-family-normal: "Source Sans Pro", sans-serif; --nt-font-family-mono: "Source Code Pro", courier; --nt-opacity-disabled: 0.4; --nt-opacity-faded: 0.3; --nt-spacing-none: 0; --nt-spacing-xxs: 1px; --nt-spacing-xs: 3px; --nt-spacing-s: 5px; --nt-spacing-m: 10px; --nt-spacing-l: 15px; --nt-spacing-xl: 20px; --nt-spacing-xxl: 25px; --nt-transition-duration-normal: 250ms; --nt-z-index-menu: 100; --nt-z-index-notification: 200; --nt-z-index-modal: 300; --nt-color-actionable-darkest: var(--nt-color-danube-darkest); --nt-color-actionable-darker: var(--nt-color-danube-darker); --nt-color-actionable-dark: var(--nt-color-danube-dark); --nt-color-actionable: var(--nt-color-danube); --nt-color-actionable-light: var(--nt-color-danube-light); --nt-color-actionable-lighter: var(--nt-color-danube-lighter); --nt-color-actionable-lightest: var(--nt-color-danube-lightest); --nt-color-brand-darkest: var(--nt-color-nteract-darkest); --nt-color-brand-darker: var(--nt-color-nteract-darker); --nt-color-brand-dark: var(--nt-color-nteract-dark); --nt-color-brand: var(--nt-color-nteract); --nt-color-brand-light: var(--nt-color-nteract-light); --nt-color-brand-lighter: var(--nt-color-nteract-lighter); --nt-color-brand-lightest: var(--nt-color-nteract-lightest); --nt-color-danger-darkest: var(--nt-color-red-darkest); --nt-color-danger-darker: var(--nt-color-red-darker); --nt-color-danger-dark: var(--nt-color-red-dark); --nt-color-danger: var(--nt-color-red); --nt-color-danger-light: var(--nt-color-red-light); --nt-color-danger-lighter: var(--nt-color-red-lighter); --nt-color-danger-lightest: var(--nt-color-red-lightest); --nt-color-info-darkest: var(--nt-color-danube-darkest); --nt-color-info-darker: var(--nt-color-danube-darker); --nt-color-info-dark: var(--nt-color-danube-dark); --nt-color-info: var(--nt-color-danube); --nt-color-info-light: var(--nt-color-danube-light); --nt-color-info-lighter: var(--nt-color-danube-lighter); --nt-color-info-lightest: var(--nt-color-danube-lightest); --nt-color-nav-darkest: var(--nt-color-slate-darkest); --nt-color-nav-darker: var(--nt-color-slate-darker); --nt-color-nav-dark: var(--nt-color-slate-dark); --nt-color-nav: var(--nt-color-slate); --nt-color-nav-light: var(--nt-color-slate-light); --nt-color-nav-lighter: var(--nt-color-slate-lighter); --nt-color-nav-lightest: var(--nt-color-slate-lightest); --nt-color-selected-darkest: var(--nt-color-sky-darkest); --nt-color-selected-darker: var(--nt-color-sky-darker); --nt-color-selected-dark: var(--nt-color-sky-dark); --nt-color-selected: var(--nt-color-sky); --nt-color-selected-light: var(--nt-color-sky-light); --nt-color-selected-lighter: var(--nt-color-sky-lighter); --nt-color-selected-lightest: var(--nt-color-sky-lightest); --nt-color-success-darkest: var(--nt-color-asparagus-darkest); --nt-color-success-darker: var(--nt-color-asparagus-darker); --nt-color-success-dark: var(--nt-color-asparagus-dark); --nt-color-success: var(--nt-color-asparagus); --nt-color-success-light: var(--nt-color-asparagus-light); --nt-color-success-lighter: var(--nt-color-asparagus-lighter); --nt-color-success-lightest: var(--nt-color-asparagus-lightest); --nt-color-textcontrast-darkest: var(--nt-color-alabaster-darkest); --nt-color-textcontrast-darker: var(--nt-color-alabaster-darker); --nt-color-textcontrast-dark: var(--nt-color-alabaster-dark); --nt-color-textcontrast: var(--nt-color-alabaster); --nt-color-textcontrast-light: var(--nt-color-alabaster-light); --nt-color-textcontrast-lighter: var(--nt-color-alabaster-lighter); --nt-color-textcontrast-lightest: var(--nt-color-alabaster-lightest); --nt-color-text-darkest: var(--nt-color-midnight-darkest); --nt-color-text-darker: var(--nt-color-midnight-darker); --nt-color-text-dark: var(--nt-color-midnight-dark); --nt-color-text: var(--nt-color-midnight); --nt-color-text-light: var(--nt-color-midnight-light); --nt-color-text-lighter: var(--nt-color-midnight-lighter); --nt-color-text-lightest: var(--nt-color-midnight-lightest); --nt-color-warning-darkest: var(--nt-color-clementine-darkest); --nt-color-warning-darker: var(--nt-color-clementine-darker); --nt-color-warning-dark: var(--nt-color-clementine-dark); --nt-color-warning: var(--nt-color-clementine); --nt-color-warning-light: var(--nt-color-clementine-light); --nt-color-warning-lighter: var(--nt-color-clementine-lighter); --nt-color-warning-lightest: var(--nt-color-clementine-lightest); }
0.348756
0.093512
html { toggle-root: mode [auto light dark]; } html:toggle(mode light) { --mode: 'light'; --brand: var(--violet-9); --bg: var(--gray-1); --callout: var(--gray-2); --text: var(--gray-9); --grad: var(--pink-1); } html:toggle(mode dark) { --mode: 'dark'; --brand: var(--violet-3); --bg: var(--gray-9); --callout: var(--gray-8); --text: var(--gray-2); --grad: var(--pink-9); } .mode-btn { toggle-trigger: mode; } .mode-btn::after { content: ': ' var(--mode, 'auto'); } /* Binary switch */ .todo li { toggle: todo self; cursor: pointer; padding: 0.25em; list-style-type: '❌ '; } .todo li:hover { background-color: var(--callout); } .todo li:toggle(todo) { list-style-type: '✅ '; } /* Accordion */ .accordion > dt { toggle: glossary; cursor: pointer; display: list-item; padding: 0.25em; list-style-type: '👉🏽 '; } .accordion > dt:hover { background-color: var(--callout); color: var(--brand); } .accordion > dt:toggle(glossary) { background-color: var(--brand); color: var(--bg); list-style-type: '👇🏽 '; } .accordion > dd { toggle-visibility: toggle glossary; } /* Tree view */ .nested { toggle: tree; background: none; border: none; padding: 0; color: var(--brand); } .nested + ul { toggle-visibility: toggle tree; } .nested::before { content: '+ '; } .nested:toggle(tree)::before { content: '- '; } /* Tabs */ panel-set { display: grid; grid-template: 'tab tab tab' auto 'card card card' auto / auto auto 1fr; } /* Each tab creates a sticky toggle (so once it’s open, clicking again won’t close it), opts into the group, and declares itself a toggle activator */ panel-tab { toggle: tab 1 at 0 group sticky; grid-row: tab; padding: 0.5em 1em; cursor: pointer; } /* first tab toggled by default */ /* panel-tab:first-child { toggle: tab 1 at 1 group sticky; } */ panel-tab:toggle(tab) { background-color: var(--callout); } panel-card { toggle-visibility: toggle tab; grid-area: card; padding: 1em; background-color: var(--callout); } panel-card pre { padding: 0; border: 0; } /* Named states */ .colors { toggle-root: colors [grape green blue red] at blue; } .colors button { toggle-trigger: colors; } .colors button.grape { toggle-trigger: colors grape; } .colors button.green { toggle-trigger: colors green; } .colors button.blue { toggle-trigger: colors blue; } .colors button.red { toggle-trigger: colors red; } .show-colors { background: var(--gray-9); color: var(--gray-1); } .show-colors:toggle(colors grape) { background-color: var(--grape-9); } .show-colors:toggle(colors green) { background-color: var(--green-9); } .show-colors:toggle(colors blue) { background-color: var(--blue-9); } .show-colors:toggle(colors red) { background-color: var(--red-9); } /* State machines */ @machine request { /* stylelint-disable property-no-unknown */ idle { try: loading; } loading { resolve: success; reject: failure; reset: idle; } failure { try: loading; reset: idle; } success { reset: idle; } /* stylelint-enable property-no-unknown */ } .request { toggle-root: machine(request); } .request button[data-do='try'] { toggle-trigger: request do(try); } .request button[data-do='resolve'] { toggle-trigger: request do(resolve); } .request button[data-do='reject'] { toggle-trigger: request do(reject); } .request button[data-do='reset'] { toggle-trigger: request do(reset); } .request .status { padding: 1em; margin: 1em 0; background: var(--gray-9); color: var(--gray-1); } .request .status:toggle(request idle) { background-color: var(--gray-8); --status-note: 'try'; } .request .status:toggle(request loading) { background-color: var(--yellow-9); --status-note: 'resolve | reject'; } .request .status:toggle(request failure) { background-color: var(--red-9); --status-note: 'try (again)'; } .request .status:toggle(request success) { background-color: var(--green-9); --status-note: 'none'; } .request .status::before { content: attr(data-toggle); } .request .status::after { content: ' » ' var(--status-note); }
src/styles.css
html { toggle-root: mode [auto light dark]; } html:toggle(mode light) { --mode: 'light'; --brand: var(--violet-9); --bg: var(--gray-1); --callout: var(--gray-2); --text: var(--gray-9); --grad: var(--pink-1); } html:toggle(mode dark) { --mode: 'dark'; --brand: var(--violet-3); --bg: var(--gray-9); --callout: var(--gray-8); --text: var(--gray-2); --grad: var(--pink-9); } .mode-btn { toggle-trigger: mode; } .mode-btn::after { content: ': ' var(--mode, 'auto'); } /* Binary switch */ .todo li { toggle: todo self; cursor: pointer; padding: 0.25em; list-style-type: '❌ '; } .todo li:hover { background-color: var(--callout); } .todo li:toggle(todo) { list-style-type: '✅ '; } /* Accordion */ .accordion > dt { toggle: glossary; cursor: pointer; display: list-item; padding: 0.25em; list-style-type: '👉🏽 '; } .accordion > dt:hover { background-color: var(--callout); color: var(--brand); } .accordion > dt:toggle(glossary) { background-color: var(--brand); color: var(--bg); list-style-type: '👇🏽 '; } .accordion > dd { toggle-visibility: toggle glossary; } /* Tree view */ .nested { toggle: tree; background: none; border: none; padding: 0; color: var(--brand); } .nested + ul { toggle-visibility: toggle tree; } .nested::before { content: '+ '; } .nested:toggle(tree)::before { content: '- '; } /* Tabs */ panel-set { display: grid; grid-template: 'tab tab tab' auto 'card card card' auto / auto auto 1fr; } /* Each tab creates a sticky toggle (so once it’s open, clicking again won’t close it), opts into the group, and declares itself a toggle activator */ panel-tab { toggle: tab 1 at 0 group sticky; grid-row: tab; padding: 0.5em 1em; cursor: pointer; } /* first tab toggled by default */ /* panel-tab:first-child { toggle: tab 1 at 1 group sticky; } */ panel-tab:toggle(tab) { background-color: var(--callout); } panel-card { toggle-visibility: toggle tab; grid-area: card; padding: 1em; background-color: var(--callout); } panel-card pre { padding: 0; border: 0; } /* Named states */ .colors { toggle-root: colors [grape green blue red] at blue; } .colors button { toggle-trigger: colors; } .colors button.grape { toggle-trigger: colors grape; } .colors button.green { toggle-trigger: colors green; } .colors button.blue { toggle-trigger: colors blue; } .colors button.red { toggle-trigger: colors red; } .show-colors { background: var(--gray-9); color: var(--gray-1); } .show-colors:toggle(colors grape) { background-color: var(--grape-9); } .show-colors:toggle(colors green) { background-color: var(--green-9); } .show-colors:toggle(colors blue) { background-color: var(--blue-9); } .show-colors:toggle(colors red) { background-color: var(--red-9); } /* State machines */ @machine request { /* stylelint-disable property-no-unknown */ idle { try: loading; } loading { resolve: success; reject: failure; reset: idle; } failure { try: loading; reset: idle; } success { reset: idle; } /* stylelint-enable property-no-unknown */ } .request { toggle-root: machine(request); } .request button[data-do='try'] { toggle-trigger: request do(try); } .request button[data-do='resolve'] { toggle-trigger: request do(resolve); } .request button[data-do='reject'] { toggle-trigger: request do(reject); } .request button[data-do='reset'] { toggle-trigger: request do(reset); } .request .status { padding: 1em; margin: 1em 0; background: var(--gray-9); color: var(--gray-1); } .request .status:toggle(request idle) { background-color: var(--gray-8); --status-note: 'try'; } .request .status:toggle(request loading) { background-color: var(--yellow-9); --status-note: 'resolve | reject'; } .request .status:toggle(request failure) { background-color: var(--red-9); --status-note: 'try (again)'; } .request .status:toggle(request success) { background-color: var(--green-9); --status-note: 'none'; } .request .status::before { content: attr(data-toggle); } .request .status::after { content: ' » ' var(--status-note); }
0.487551
0.139778
.features { background-color: #22212c; overflow: hidden; } .container { padding: 0 15px; margin: 0 auto; max-width: 1200px; } .container .content:last-child { margin: 0; } .content { display: flex; align-items: center; margin-bottom: 200px; } .contentLeft, .contentRightInverted { width: 380px; flex-shrink: 0; overflow: hidden; justify-content: center; align-content: center; } .contentRight, .contentLeftInverted { margin-left: 108px; align-items: flex-start; justify-content: center; flex-direction: column; position: relative; display: flex; flex-grow: 1; } .contentLeftInverted { margin-left: -288px; margin-right: 108px; align-items: flex-end; } .background, .backgroundSecond, .backgroundThird { width: 1000px; height: 640px; border-radius: 24px; overflow: hidden; position: relative; max-width: 1100px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; } .background { composes: drac-bg-purple-cyan from global; } .backgroundSecond { composes: drac-bg-cyan-green from global; } .backgroundThird { composes: drac-bg-yellow-pink from global; } .paragraph { color: #8a8f98; } .paragraph, .highlight { font-size: 22px; } .image { max-width: 100%; } @media (max-width: 1200px) { .contentLeftInverted { margin-left: -500px; } } @media (max-width: 1024px) { .content { margin-bottom: 40px; flex-direction: column; } .container { max-width: 512px; } .contentLeft, .contentRightInverted { float: none; max-width: 100%; width: auto; } .contentRight, .contentLeftInverted { float: none; max-width: 100%; margin-left: 0; } .background, .backgroundSecond, .backgroundThird { display: none; } } .icon { width: 36px; } .primaryFirst { fill: var(--purpleSecondary); } .secondaryFirst { fill: var(--purple); } .iconContainerFirst { background: var(--purple-transparent); } .primarySecond { fill: var(--greenSecondary); } .secondarySecond { fill: var(--green); } .iconContainerSecond { background: var(--green-transparent); } .primaryThird { fill: var(--red); } .secondaryThird { fill: #22212c; } .iconContainerThird { background: var(--red-transparent); } .iconContainerFirst, .iconContainerSecond, .iconContainerThird { width: 56px; height: 56px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; } @media (max-width: 960px) { .container { padding: 30px 15px; } }
components/ui/Features.module.css
.features { background-color: #22212c; overflow: hidden; } .container { padding: 0 15px; margin: 0 auto; max-width: 1200px; } .container .content:last-child { margin: 0; } .content { display: flex; align-items: center; margin-bottom: 200px; } .contentLeft, .contentRightInverted { width: 380px; flex-shrink: 0; overflow: hidden; justify-content: center; align-content: center; } .contentRight, .contentLeftInverted { margin-left: 108px; align-items: flex-start; justify-content: center; flex-direction: column; position: relative; display: flex; flex-grow: 1; } .contentLeftInverted { margin-left: -288px; margin-right: 108px; align-items: flex-end; } .background, .backgroundSecond, .backgroundThird { width: 1000px; height: 640px; border-radius: 24px; overflow: hidden; position: relative; max-width: 1100px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; } .background { composes: drac-bg-purple-cyan from global; } .backgroundSecond { composes: drac-bg-cyan-green from global; } .backgroundThird { composes: drac-bg-yellow-pink from global; } .paragraph { color: #8a8f98; } .paragraph, .highlight { font-size: 22px; } .image { max-width: 100%; } @media (max-width: 1200px) { .contentLeftInverted { margin-left: -500px; } } @media (max-width: 1024px) { .content { margin-bottom: 40px; flex-direction: column; } .container { max-width: 512px; } .contentLeft, .contentRightInverted { float: none; max-width: 100%; width: auto; } .contentRight, .contentLeftInverted { float: none; max-width: 100%; margin-left: 0; } .background, .backgroundSecond, .backgroundThird { display: none; } } .icon { width: 36px; } .primaryFirst { fill: var(--purpleSecondary); } .secondaryFirst { fill: var(--purple); } .iconContainerFirst { background: var(--purple-transparent); } .primarySecond { fill: var(--greenSecondary); } .secondarySecond { fill: var(--green); } .iconContainerSecond { background: var(--green-transparent); } .primaryThird { fill: var(--red); } .secondaryThird { fill: #22212c; } .iconContainerThird { background: var(--red-transparent); } .iconContainerFirst, .iconContainerSecond, .iconContainerThird { width: 56px; height: 56px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; } @media (max-width: 960px) { .container { padding: 30px 15px; } }
0.618896
0.128635
body{   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .logo-style{   height: 30px;   width: 30px; } .logo-label-style{   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;   color: #fff;   font-weight: 500;   cursor: pointer;   margin-top: -25px;   margin-left: 40px; } .navbar-default{   border-bottom: 2px solid #fff; } .navbar-brand{   padding: 10px;   width: 75px; } .navbar-right{   padding-top: 7px;   padding-right: 10px; } .center-nav{   display: inline-block;   list-style-type: none; } .top-nav-style{   color: #fff;   height: 20px; } .top-nav-style, .p{   margin: 0px; } .container-color{   background-color: #112126; } .container-color-new{   background-color: #112126b7;   transition: 1s ease; } .transparent-color{   background-color: #11212600;   transition: 1s ease; } #nav {   width: 475px;   margin:0 auto;   list-style:none; } #nav li {   float:left;   } #nav a {   display:block;   text-align:center;   width: auto;   margin: 15px;   text-decoration:none;   color: #fff; } .btn-style-login{   border-top-left-radius: 10px;   border-bottom-left-radius: 10px;   border-top-right-radius: 0px;   border-bottom-right-radius: 0px;   border: #fff solid 2px;   background-color: transparent;   color: #fff; } .btn-style-register{   border-top-left-radius: 0px;   border-bottom-left-radius: 0px;   border-top-right-radius: 10px;   border-bottom-right-radius: 10px;   border: #fff solid 2px;   background-color: transparent;   color: #fff; } .li-app{   width: 60px;   height: 50px; } .li-dating{   width: 117px;   height: 50px; } .li-testi{   width: 105px;   height: 50px; } .li-help{   width: 105px;   height: 50px; } .li-about{   width: 88px;   height: 50px; } .li-bg{   background-color: #114555; } .fit{   margin: 0;   width: 100%; } .container{   padding-top: 10px; } .footer{   height: 100%;   width: 100%;   background-image: url("img/logo-black.png");   background-size: cover;   background-repeat: no-repeat; } .right-margin{   margin-right: 20px;   font-size: 12px; } a{   color: #fff; } a:hover{   text-decoration: none;   color: #fff; } .iMet{   margin-top: -20px;   margin-right: 20px; } .copyright-color{   color: #95989A; } .content{   height: 100%;   background-image: url("img/logo-white.png");   background-size: auto 100%;   background-repeat: no-repeat;   padding-bottom: 150px;   padding-top: 13px; } .fit{   width: 100%; } .center-col{   text-align: center; } .panel-properties{   margin-top: 200px;   width: 500px; } .button-properties{   background-color: #fff; } .panel-footer{   background-color: #112126; } @media only screen and (max-width: 550px) {   .panel-properties{       width: 100%;   } }
css/login-style.css
body{   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .logo-style{   height: 30px;   width: 30px; } .logo-label-style{   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;   color: #fff;   font-weight: 500;   cursor: pointer;   margin-top: -25px;   margin-left: 40px; } .navbar-default{   border-bottom: 2px solid #fff; } .navbar-brand{   padding: 10px;   width: 75px; } .navbar-right{   padding-top: 7px;   padding-right: 10px; } .center-nav{   display: inline-block;   list-style-type: none; } .top-nav-style{   color: #fff;   height: 20px; } .top-nav-style, .p{   margin: 0px; } .container-color{   background-color: #112126; } .container-color-new{   background-color: #112126b7;   transition: 1s ease; } .transparent-color{   background-color: #11212600;   transition: 1s ease; } #nav {   width: 475px;   margin:0 auto;   list-style:none; } #nav li {   float:left;   } #nav a {   display:block;   text-align:center;   width: auto;   margin: 15px;   text-decoration:none;   color: #fff; } .btn-style-login{   border-top-left-radius: 10px;   border-bottom-left-radius: 10px;   border-top-right-radius: 0px;   border-bottom-right-radius: 0px;   border: #fff solid 2px;   background-color: transparent;   color: #fff; } .btn-style-register{   border-top-left-radius: 0px;   border-bottom-left-radius: 0px;   border-top-right-radius: 10px;   border-bottom-right-radius: 10px;   border: #fff solid 2px;   background-color: transparent;   color: #fff; } .li-app{   width: 60px;   height: 50px; } .li-dating{   width: 117px;   height: 50px; } .li-testi{   width: 105px;   height: 50px; } .li-help{   width: 105px;   height: 50px; } .li-about{   width: 88px;   height: 50px; } .li-bg{   background-color: #114555; } .fit{   margin: 0;   width: 100%; } .container{   padding-top: 10px; } .footer{   height: 100%;   width: 100%;   background-image: url("img/logo-black.png");   background-size: cover;   background-repeat: no-repeat; } .right-margin{   margin-right: 20px;   font-size: 12px; } a{   color: #fff; } a:hover{   text-decoration: none;   color: #fff; } .iMet{   margin-top: -20px;   margin-right: 20px; } .copyright-color{   color: #95989A; } .content{   height: 100%;   background-image: url("img/logo-white.png");   background-size: auto 100%;   background-repeat: no-repeat;   padding-bottom: 150px;   padding-top: 13px; } .fit{   width: 100%; } .center-col{   text-align: center; } .panel-properties{   margin-top: 200px;   width: 500px; } .button-properties{   background-color: #fff; } .panel-footer{   background-color: #112126; } @media only screen and (max-width: 550px) {   .panel-properties{       width: 100%;   } }
0.345216
0.142441
html, body { height: 100%; scroll-behavior: smooth; margin: 0; padding: 0; font-family: montserrat; } #content { min-height: calc(100% - 72px); } #footer { width: 100%; height: 71px; margin-top: auto; } @font-face { font-family: ConcertOne; src: url(../fonts/ConcertOne-Regular.ttf); } .header_wrapper { display: flex; justify-content: space-between; text-align: center; margin-top: 40px; } .content h1 { max-width: 1100px; font-family: ConcertOne; text-align: center; font-size: 60px; margin: 128px auto 0px auto; line-height: 0.9; } @media (min-width: 768px) { .content h1 { margin: 196px auto 0px auto; } } @media (min-width: 992px) { .content h1 { font-size: 90px; } } @media (min-width: 1200px) { .content h1 { font-size: 105px; margin: 240px auto 0px auto; } } .button_wrapper { margin-top: 80px; } .button_wrapper button { padding: 18px 0px; width: 230px; border-radius: 60px; font-size: 16px; cursor: pointer; border: none; } .nanny { color: white; background: #ff710d; } .client { color: white; border: none; background: #7764ed; } body { margin: 0px; font-family: montserrat; } .calentito { display: flex; justify-content: space-between; align-items: center; font-size: 32px; position: relative; font-family: ConcertOne; padding: 0; } .drop_menu { position: absolute; right: 0px; top: 22px; } .drop_menu li:hover { color: white; background: #7764ed; } .drop_menu li:hover a { color: white; background: #7764ed; } .drop_menu ul { list-style: none; } .drop_menu li { font-size: 16px; border: 1px solid black; padding: 15px; text-align: center; background: white; width: 150px; } .drop_menu li:first-child { border-radius: 15px 15px 0px 0px; } .drop_menu li:last-child { border-radius: 0px 0px 15px 15px; } .nav ul { list-style: none; display: flex; padding: 0px; margin-top: 20px; } a { text-decoration: none; color: black; } .nav { font-size: 16px; } .nav-logo { font-size: 24px; } .nav li:last-child { margin-left: 30px; } .content { margin-top: 100px; } .decscription_wrapper { min-width: 950px; } .decscription_wrapper input { border: none; font-size: 16px; font-family: montserrat; border-bottom: 1px solid black; width: 320px; padding-bottom: 5px; } .name { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; } .name-sitter { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; color: #ffb800; } .name-client { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; color: #7764ed; } .name-admin { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; color: #dd4242; } .header_description_wrapper { display: flex; justify-content: flex-start; align-items: center; } .edit-sitter { font-family: montserrat; font-size: 16px; color: white; background: #ffb800; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .edit-client { font-family: montserrat; font-size: 16px; color: white; background: #7764ed; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .edit-admin { font-family: montserrat; font-size: 16px; color: white; background: #dd4242; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .save { float: right; font-family: montserrat; font-size: 16px; color: white; background: #7764ed; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .small { color: #767676; font-size: 12px; } .raiting { font-size: 26px; margin-bottom: 18px; } .name_stars_wrapper { display: flex; justify-content: flex-start; align-items: center; padding-top: -20px; height: 47px; } .name_stars_wrapper p { font-size: 26px; font-family: ConcertOne; margin-bottom: 15px; } .name_stars_wrapper img { width: 130px; height: 26px; } .review_background { position: absolute; max-width: 1201px; top: 0px; height: 120px; background: #7764ed; opacity: 15%; } .review_contant_wrapper { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; padding-left: 9px; } .data { padding-right: 40px; } .hr-client { background: #7764ed; height: 1px; border: none; } .hr-sitter { background: #ffb800; height: 1px; border: none; } .hr-admin { background: #dd4242; height: 1px; border: none; } .comment { padding-left: 8px; padding-bottom: 20px; } .textarea { border: none; width: 952px; font-family: montserrat; resize: none; height: 60px; } .margin { margin-top: 50px; } .green_active { color: #20ca3b; margin-right: 40px; } .button_wrapper_p { margin-top: 23px; } .button_wrapper_p button { display: block; width: 100px; border: none; border-radius: 60px; background: #37cc73; color: white; padding: 7px; font-family: montserrat; font-size: 16px; } .delete_button { background: #dd4242; } .avatar { width: 200px; /*container-width*/ height: 250px; background-position: center; background-size: cover; border-radius: 20px; } .avatar-sq { width: 200px; /*container-width*/ height: 200px; border-radius: 20px; } .pet-card { height: 350px; border-radius: 25px; border: none; width: 250px; background-color: #7664ed; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .pet-card:hover { background-color: #6a59d4; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .pet-card-img { height: 175px; width: 210px; border-radius: 20px; background-position: center; background-size: cover; } .content-404 { text-align: center; } .content-404 h1 { font-family: ConcertOne; font-size: 200px; margin-top: 50px; margin-bottom: 40px; } .content-404 span { font-family: ConcertOne; font-size: 40px; } .content-404 p { width: 430px; font-size: 20px; margin-top: 50px; margin-bottom: 40px; margin-left: auto; margin-right: auto; } .content-404 button { width: 230px; height: 60px; color: white; background: #7764ed; border-radius: 60px; border: none; } .logo { font-size: 36px; } h2 { font-family: ConcertOne; font-size: 66px; margin: 0px; padding: 0px; font-weight: 400; } h3 { font-family: Montserrat; font-weight: 400; font-size: 41px; margin: 0px; } .offer { margin-top: 315px; color: #ffffff; background: #7764ed; padding-top: 188px; padding-bottom: 193px; } .offer p { width: 570px; font-size: 26px; } .offer a { color: #ff710d; text-decoration: none; } .offer_text { display: flex; justify-content: space-between; } .best_sitters { margin-top: 188px; } .sitters { margin-top: 100px; } .card-i { width: 570px; height: 230px; background: #7764ed; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); border-radius: 25px; } .content_card { float: right; padding-right: 27px; padding-top: 40px; font-size: 16px; } .card-i img { margin-left: 15px; margin-top: 15px; } .card-i p { width: 284px; padding-top: 26px; margin: 0px; } .card-i button { border-radius: 60px; background: #ff710d; color: #ffffff; border: none; width: 84px; height: 30px; } .under_content { display: flex; justify-content: space-between; margin-top: 37px; align-items: center; } .under_content button { font-size: 16px; font-family: montserrat; border-radius: 60px; background: #ff710d; color: #ffffff; border: none; width: 84px; height: 30px; } .card_2 { width: 570px; height: 230px; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); background: #7764ed; border-radius: 25px; } .card_2 img { margin-left: 15px; margin-top: 15px; } .card_2 p { width: 284px; padding-top: 26px; margin: 0px; } .card_2 button { border-radius: 60px; background: #ff710d; color: #ffffff; border: none; width: 84px; height: 30px; } .counter { width: 545px; display: flex; justify-content: space-between; margin-top: 0px; } .counter span { size: 14px; margin-top: 10px; } .webelieve { display: flex; justify-content: space-between; padding-top: 187px; } .webelieve p { width: 550px; margin-bottom: 0px; font-size: 26px; } .webelieve a { color: #ff710d; text-decoration: none; } .block4 { margin-top: 200px; background: #7764ed; color: #ffffff; padding-bottom: 200px; } .footer { display: flex; justify-content: space-between; margin: 25px 0px; color: #767676; } .footer a { color: black; text-decoration: none; } .admin-link { color: #dd4242; } .admin-link:hover { color: #a73131; } .client-link { color: #7764ed; } .client-link:hover { color: #6051bf; } .sitter-link { color: #ff710d; } .sitter-link:hover { color: #bf550a; } .logout-link { color: #dd4242; } .logout-link:hover { color: #a73131; } .sitter-card { width: 640px; min-height: 230px; border-radius: 25px !important; background-color: #7764ed; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .sitter-card:hover { width: 650px; min-height: 230px; border-radius: 25px !important; background-color: #6a59d4; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .sitter-img { width: 200px; height: 200px; border-radius: 20px; background-position: center; background-size: cover; } /*---sign-up--sitter----*/ .signup.title, .login.title { margin-top: 50px; width: 490px; font-family: ConcertOne; font-size: 66px; margin-bottom: 80px; line-height: 0.8; } .signup_sitter.signup_btn, .signup_client.signup_btn, .login.login_btn { width: 230px; height: 60px; color: white !important; border: none; border-radius: 60px; margin-top: 50px; font-family: montserrat; font-size: 16px; } .signup_sitter.signup_btn { background: #ff710d; } .signup_client.signup_btn { background: #7764ed; } .signup_sitter.signup_btn:hover { background: #bf550a; } .signup_client.signup_btn:hover { background: #6051bf; } .login.login_btn { background: #7764ed; } .login.login_btn:hover { background: #ff710d; } .signup.underbutton, .login.underbutton { margin: 25px 0px; } .signup_sitter.login_btn { color: #ff710d; } .signup_client.signup_btn, .login.signup_btn { color: #7764ed; } .signup_sitter.login_btn:hover { color: #bf550a; } .signup_client.signup_btn:hover, .login.signup_btn:hover { color: #6a59d4; } .errorlist { margin: 0; } .signup_sitter.form input, .signup_client.form input, .login.form input { font-family: montserrat; border: none; border-bottom: 1px solid black; padding-bottom: 10px; margin-top: 25px; width: 400px; } .signup_sitter.form textarea, .signup_client.form textarea { font-family: montserrat; border: none; border-bottom: 1px solid black; padding-bottom: 10px; margin-bottom: 25px; width: 400px; } .signup_sitter.form input:hover { border-bottom: 1px solid #ff710d; } .signup_client.form input:hover, .login.form input:hover { border-bottom: 1px solid #7764ed; } .error_field input { border-bottom: 2px solid #dd4242 !important; } .error_field input:hover { border-bottom: 2px solid #a73131 !important; } #add-review textarea { resize: none; overflow: auto; border: none; width: 50%; height: 100px; border-bottom: 1px solid black; } /*---modal---*/ /*.modal.custom.hire .modal-dialog{ max-width: 1100px; border-radius: 15px; background-color: #EBEBEB; } .modal.custom.hire .modal-content{ border-radius: 15px; background-color: #EBEBEB; } .modal.custom.hire .modal-title{ font-family: ConcertOne; font-size: 51px; width: 490px; } .modal.custom.hire img{ width: 200px; height: 196px; border-radius: 20px; } .modal.custom.hire .send_btn{ width: 230px; height: 60px; background: #7764ED; color: white; border: none; border-radius: 60px; font-family: montserrat; font-size: 16px; } .modal.custom.hire .description{ font-family: montserrat; font-size: 16px; } .modal.custom.hire .modal-form input{ font-family: montserrat; border: none; background-color: #EBEBEB; border-bottom: 1px solid black; width: 400px; } .modal.custom.hire .modal-form input:hover{ border-bottom: 1px solid #7764ED; }*/ .modal.custom.hire .modal-dialog, .modal.custom.pet .modal-dialog { border-radius: 25px; background-color: #ebebeb; } .modal.custom.hire .modal-dialog { max-width: 1100px; } .modal.custom.hire .modal-content, .modal.custom.pet .modal-content { border-radius: 25px; background-color: #ebebeb; } .modal.custom.hire .modal-title, .modal.custom.pet .modal-title { font-family: ConcertOne; font-size: 51px; width: 490px; } .modal.custom.pet .modal-title { text-align: center; } .modal.custom.hire img { width: 200px; height: 196px; border-radius: 20px; } .modal.custom.hire .send_btn, .modal.custom.pet .send_btn { width: 230px; height: 60px; background: #7764ed; color: white; border: none; border-radius: 60px; font-family: montserrat; font-size: 16px; } .modal.custom.hire .description { font-family: montserrat; font-size: 16px; } .modal.custom.hire .modal-form input, .modal.custom.pet .modal-form input { font-family: montserrat; border: none; background-color: #ebebeb; border-bottom: 1px solid black; width: 400px; margin-bottom: 15px; } .modal.custom.pet .form-group { width: 400px; } .modal.custom.hire .modal-form input:hover, .modal.custom.pet .modal-form input:hover { border-bottom: 1px solid #7764ed; }
static/css/styles.css
html, body { height: 100%; scroll-behavior: smooth; margin: 0; padding: 0; font-family: montserrat; } #content { min-height: calc(100% - 72px); } #footer { width: 100%; height: 71px; margin-top: auto; } @font-face { font-family: ConcertOne; src: url(../fonts/ConcertOne-Regular.ttf); } .header_wrapper { display: flex; justify-content: space-between; text-align: center; margin-top: 40px; } .content h1 { max-width: 1100px; font-family: ConcertOne; text-align: center; font-size: 60px; margin: 128px auto 0px auto; line-height: 0.9; } @media (min-width: 768px) { .content h1 { margin: 196px auto 0px auto; } } @media (min-width: 992px) { .content h1 { font-size: 90px; } } @media (min-width: 1200px) { .content h1 { font-size: 105px; margin: 240px auto 0px auto; } } .button_wrapper { margin-top: 80px; } .button_wrapper button { padding: 18px 0px; width: 230px; border-radius: 60px; font-size: 16px; cursor: pointer; border: none; } .nanny { color: white; background: #ff710d; } .client { color: white; border: none; background: #7764ed; } body { margin: 0px; font-family: montserrat; } .calentito { display: flex; justify-content: space-between; align-items: center; font-size: 32px; position: relative; font-family: ConcertOne; padding: 0; } .drop_menu { position: absolute; right: 0px; top: 22px; } .drop_menu li:hover { color: white; background: #7764ed; } .drop_menu li:hover a { color: white; background: #7764ed; } .drop_menu ul { list-style: none; } .drop_menu li { font-size: 16px; border: 1px solid black; padding: 15px; text-align: center; background: white; width: 150px; } .drop_menu li:first-child { border-radius: 15px 15px 0px 0px; } .drop_menu li:last-child { border-radius: 0px 0px 15px 15px; } .nav ul { list-style: none; display: flex; padding: 0px; margin-top: 20px; } a { text-decoration: none; color: black; } .nav { font-size: 16px; } .nav-logo { font-size: 24px; } .nav li:last-child { margin-left: 30px; } .content { margin-top: 100px; } .decscription_wrapper { min-width: 950px; } .decscription_wrapper input { border: none; font-size: 16px; font-family: montserrat; border-bottom: 1px solid black; width: 320px; padding-bottom: 5px; } .name { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; } .name-sitter { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; color: #ffb800; } .name-client { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; color: #7764ed; } .name-admin { font-size: 48px; font-family: ConcertOne; margin: 0 0 10 0; color: #dd4242; } .header_description_wrapper { display: flex; justify-content: flex-start; align-items: center; } .edit-sitter { font-family: montserrat; font-size: 16px; color: white; background: #ffb800; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .edit-client { font-family: montserrat; font-size: 16px; color: white; background: #7764ed; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .edit-admin { font-family: montserrat; font-size: 16px; color: white; background: #dd4242; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .save { float: right; font-family: montserrat; font-size: 16px; color: white; background: #7764ed; border-radius: 60px; border: none; width: 85px; height: 35px; margin-left: 60px; } .small { color: #767676; font-size: 12px; } .raiting { font-size: 26px; margin-bottom: 18px; } .name_stars_wrapper { display: flex; justify-content: flex-start; align-items: center; padding-top: -20px; height: 47px; } .name_stars_wrapper p { font-size: 26px; font-family: ConcertOne; margin-bottom: 15px; } .name_stars_wrapper img { width: 130px; height: 26px; } .review_background { position: absolute; max-width: 1201px; top: 0px; height: 120px; background: #7764ed; opacity: 15%; } .review_contant_wrapper { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; padding-left: 9px; } .data { padding-right: 40px; } .hr-client { background: #7764ed; height: 1px; border: none; } .hr-sitter { background: #ffb800; height: 1px; border: none; } .hr-admin { background: #dd4242; height: 1px; border: none; } .comment { padding-left: 8px; padding-bottom: 20px; } .textarea { border: none; width: 952px; font-family: montserrat; resize: none; height: 60px; } .margin { margin-top: 50px; } .green_active { color: #20ca3b; margin-right: 40px; } .button_wrapper_p { margin-top: 23px; } .button_wrapper_p button { display: block; width: 100px; border: none; border-radius: 60px; background: #37cc73; color: white; padding: 7px; font-family: montserrat; font-size: 16px; } .delete_button { background: #dd4242; } .avatar { width: 200px; /*container-width*/ height: 250px; background-position: center; background-size: cover; border-radius: 20px; } .avatar-sq { width: 200px; /*container-width*/ height: 200px; border-radius: 20px; } .pet-card { height: 350px; border-radius: 25px; border: none; width: 250px; background-color: #7664ed; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .pet-card:hover { background-color: #6a59d4; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .pet-card-img { height: 175px; width: 210px; border-radius: 20px; background-position: center; background-size: cover; } .content-404 { text-align: center; } .content-404 h1 { font-family: ConcertOne; font-size: 200px; margin-top: 50px; margin-bottom: 40px; } .content-404 span { font-family: ConcertOne; font-size: 40px; } .content-404 p { width: 430px; font-size: 20px; margin-top: 50px; margin-bottom: 40px; margin-left: auto; margin-right: auto; } .content-404 button { width: 230px; height: 60px; color: white; background: #7764ed; border-radius: 60px; border: none; } .logo { font-size: 36px; } h2 { font-family: ConcertOne; font-size: 66px; margin: 0px; padding: 0px; font-weight: 400; } h3 { font-family: Montserrat; font-weight: 400; font-size: 41px; margin: 0px; } .offer { margin-top: 315px; color: #ffffff; background: #7764ed; padding-top: 188px; padding-bottom: 193px; } .offer p { width: 570px; font-size: 26px; } .offer a { color: #ff710d; text-decoration: none; } .offer_text { display: flex; justify-content: space-between; } .best_sitters { margin-top: 188px; } .sitters { margin-top: 100px; } .card-i { width: 570px; height: 230px; background: #7764ed; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); border-radius: 25px; } .content_card { float: right; padding-right: 27px; padding-top: 40px; font-size: 16px; } .card-i img { margin-left: 15px; margin-top: 15px; } .card-i p { width: 284px; padding-top: 26px; margin: 0px; } .card-i button { border-radius: 60px; background: #ff710d; color: #ffffff; border: none; width: 84px; height: 30px; } .under_content { display: flex; justify-content: space-between; margin-top: 37px; align-items: center; } .under_content button { font-size: 16px; font-family: montserrat; border-radius: 60px; background: #ff710d; color: #ffffff; border: none; width: 84px; height: 30px; } .card_2 { width: 570px; height: 230px; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); background: #7764ed; border-radius: 25px; } .card_2 img { margin-left: 15px; margin-top: 15px; } .card_2 p { width: 284px; padding-top: 26px; margin: 0px; } .card_2 button { border-radius: 60px; background: #ff710d; color: #ffffff; border: none; width: 84px; height: 30px; } .counter { width: 545px; display: flex; justify-content: space-between; margin-top: 0px; } .counter span { size: 14px; margin-top: 10px; } .webelieve { display: flex; justify-content: space-between; padding-top: 187px; } .webelieve p { width: 550px; margin-bottom: 0px; font-size: 26px; } .webelieve a { color: #ff710d; text-decoration: none; } .block4 { margin-top: 200px; background: #7764ed; color: #ffffff; padding-bottom: 200px; } .footer { display: flex; justify-content: space-between; margin: 25px 0px; color: #767676; } .footer a { color: black; text-decoration: none; } .admin-link { color: #dd4242; } .admin-link:hover { color: #a73131; } .client-link { color: #7764ed; } .client-link:hover { color: #6051bf; } .sitter-link { color: #ff710d; } .sitter-link:hover { color: #bf550a; } .logout-link { color: #dd4242; } .logout-link:hover { color: #a73131; } .sitter-card { width: 640px; min-height: 230px; border-radius: 25px !important; background-color: #7764ed; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .sitter-card:hover { width: 650px; min-height: 230px; border-radius: 25px !important; background-color: #6a59d4; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .sitter-img { width: 200px; height: 200px; border-radius: 20px; background-position: center; background-size: cover; } /*---sign-up--sitter----*/ .signup.title, .login.title { margin-top: 50px; width: 490px; font-family: ConcertOne; font-size: 66px; margin-bottom: 80px; line-height: 0.8; } .signup_sitter.signup_btn, .signup_client.signup_btn, .login.login_btn { width: 230px; height: 60px; color: white !important; border: none; border-radius: 60px; margin-top: 50px; font-family: montserrat; font-size: 16px; } .signup_sitter.signup_btn { background: #ff710d; } .signup_client.signup_btn { background: #7764ed; } .signup_sitter.signup_btn:hover { background: #bf550a; } .signup_client.signup_btn:hover { background: #6051bf; } .login.login_btn { background: #7764ed; } .login.login_btn:hover { background: #ff710d; } .signup.underbutton, .login.underbutton { margin: 25px 0px; } .signup_sitter.login_btn { color: #ff710d; } .signup_client.signup_btn, .login.signup_btn { color: #7764ed; } .signup_sitter.login_btn:hover { color: #bf550a; } .signup_client.signup_btn:hover, .login.signup_btn:hover { color: #6a59d4; } .errorlist { margin: 0; } .signup_sitter.form input, .signup_client.form input, .login.form input { font-family: montserrat; border: none; border-bottom: 1px solid black; padding-bottom: 10px; margin-top: 25px; width: 400px; } .signup_sitter.form textarea, .signup_client.form textarea { font-family: montserrat; border: none; border-bottom: 1px solid black; padding-bottom: 10px; margin-bottom: 25px; width: 400px; } .signup_sitter.form input:hover { border-bottom: 1px solid #ff710d; } .signup_client.form input:hover, .login.form input:hover { border-bottom: 1px solid #7764ed; } .error_field input { border-bottom: 2px solid #dd4242 !important; } .error_field input:hover { border-bottom: 2px solid #a73131 !important; } #add-review textarea { resize: none; overflow: auto; border: none; width: 50%; height: 100px; border-bottom: 1px solid black; } /*---modal---*/ /*.modal.custom.hire .modal-dialog{ max-width: 1100px; border-radius: 15px; background-color: #EBEBEB; } .modal.custom.hire .modal-content{ border-radius: 15px; background-color: #EBEBEB; } .modal.custom.hire .modal-title{ font-family: ConcertOne; font-size: 51px; width: 490px; } .modal.custom.hire img{ width: 200px; height: 196px; border-radius: 20px; } .modal.custom.hire .send_btn{ width: 230px; height: 60px; background: #7764ED; color: white; border: none; border-radius: 60px; font-family: montserrat; font-size: 16px; } .modal.custom.hire .description{ font-family: montserrat; font-size: 16px; } .modal.custom.hire .modal-form input{ font-family: montserrat; border: none; background-color: #EBEBEB; border-bottom: 1px solid black; width: 400px; } .modal.custom.hire .modal-form input:hover{ border-bottom: 1px solid #7764ED; }*/ .modal.custom.hire .modal-dialog, .modal.custom.pet .modal-dialog { border-radius: 25px; background-color: #ebebeb; } .modal.custom.hire .modal-dialog { max-width: 1100px; } .modal.custom.hire .modal-content, .modal.custom.pet .modal-content { border-radius: 25px; background-color: #ebebeb; } .modal.custom.hire .modal-title, .modal.custom.pet .modal-title { font-family: ConcertOne; font-size: 51px; width: 490px; } .modal.custom.pet .modal-title { text-align: center; } .modal.custom.hire img { width: 200px; height: 196px; border-radius: 20px; } .modal.custom.hire .send_btn, .modal.custom.pet .send_btn { width: 230px; height: 60px; background: #7764ed; color: white; border: none; border-radius: 60px; font-family: montserrat; font-size: 16px; } .modal.custom.hire .description { font-family: montserrat; font-size: 16px; } .modal.custom.hire .modal-form input, .modal.custom.pet .modal-form input { font-family: montserrat; border: none; background-color: #ebebeb; border-bottom: 1px solid black; width: 400px; margin-bottom: 15px; } .modal.custom.pet .form-group { width: 400px; } .modal.custom.hire .modal-form input:hover, .modal.custom.pet .modal-form input:hover { border-bottom: 1px solid #7764ed; }
0.366817
0.053403
.feedback-form-container { background-color: #fff; color: #000; margin-top: 20px; padding: 0px 0px; // padding-bottom: 50 px; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; } .feedback-div-outer { padding: 30px 0px 30px 0px; } .feedback-form { width: 12em; height: 12em; float: none; margin: 0 auto; cursor: pointer; } .feedback-form-upper { width: 70%; height: 70%; float: none; margin: 0 auto; background-image: url('../images/file.png'); top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-size: contain; } .feedback-form-lower { width: 100%; float: none; margin: 0 auto; text-align: center; overflow: hidden; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; color: #27AE60; } .new-feedback-button { height: 80px; line-height: 75px; } .btn-create-feed { padding: 5px 15px 5px 15px; background-color: rgb(125, 158, 192); font-size: 15px; color: #fff; font-weight: bold; box-shadow: 0 4px 5px -5px #333; } a.btn.btn-sm.btn-primary.btn-create-feed:hover { background-color: #2e6da4; } .custom-fadein { -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; } .flash-success { margin-top: 20px; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; } .flash-failure { margin-top: 20px; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; } .feedback-form-restricted { text-align: center; } .custom-attributes { border-top: 1px solid #fff; }
public/stylesheets/managefeedback.css
.feedback-form-container { background-color: #fff; color: #000; margin-top: 20px; padding: 0px 0px; // padding-bottom: 50 px; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; } .feedback-div-outer { padding: 30px 0px 30px 0px; } .feedback-form { width: 12em; height: 12em; float: none; margin: 0 auto; cursor: pointer; } .feedback-form-upper { width: 70%; height: 70%; float: none; margin: 0 auto; background-image: url('../images/file.png'); top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-size: contain; } .feedback-form-lower { width: 100%; float: none; margin: 0 auto; text-align: center; overflow: hidden; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; color: #27AE60; } .new-feedback-button { height: 80px; line-height: 75px; } .btn-create-feed { padding: 5px 15px 5px 15px; background-color: rgb(125, 158, 192); font-size: 15px; color: #fff; font-weight: bold; box-shadow: 0 4px 5px -5px #333; } a.btn.btn-sm.btn-primary.btn-create-feed:hover { background-color: #2e6da4; } .custom-fadein { -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; } .flash-success { margin-top: 20px; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; } .flash-failure { margin-top: 20px; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; } .feedback-form-restricted { text-align: center; } .custom-attributes { border-top: 1px solid #fff; }
0.380299
0.073696
font-family: Courier, monospace; font-size: 12px; margin: 0; padding: 0 0 0 12px; display: inline-block; position: absolute; overflow: scroll; top: 80px; left: 0; right: 0; bottom: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-delta pre { font-family: Courier, monospace; font-size: 12px; margin: 0; padding: 0; display: inline-block; } #aem-developer-chrome-diff::shadow ul.jsondiffpatch-delta { list-style-type: none; padding: 0 0 0 20px; margin: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-delta ul { list-style-type: none; padding: 0 0 0 20px; margin: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-added .jsondiffpatch-property-name, #aem-developer-chrome-diff::shadow .jsondiffpatch-added .jsondiffpatch-value pre, #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-right-value, #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-added { background: #bbffbb; } #aem-developer-chrome-diff::shadow .jsondiffpatch-deleted .jsondiffpatch-property-name, #aem-developer-chrome-diff::shadow .jsondiffpatch-deleted pre, #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-left-value pre, #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-deleted { background: #ffbbbb; text-decoration: line-through; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-movedestination { color: gray; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-movedestination > .jsondiffpatch-value { transition: all 0.5s; -webkit-transition: all 0.5s; overflow-y: hidden; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 100px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value { display: block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 100px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-showing .jsondiffpatch-arrow, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow { display: none; } #aem-developer-chrome-diff::shadow .jsondiffpatch-value { display: inline-block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-property-name { display: inline-block; padding-right: 5px; vertical-align: top; } #aem-developer-chrome-diff::shadow .jsondiffpatch-property-name:after { content: ': '; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-array > .jsondiffpatch-property-name:after { content: ': ['; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-array:after { content: '],'; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-array:before { content: '['; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-array:after { content: ']'; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-object > .jsondiffpatch-property-name:after { content: ': {'; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-object:after { content: '},'; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-object:before { content: '{'; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-object:after { content: '}'; } #aem-developer-chrome-diff::shadow .jsondiffpatch-value pre:after { content: ','; } #aem-developer-chrome-diff::shadow li:last-child > .jsondiffpatch-value pre:after, .jsondiffpatch-modified > .jsondiffpatch-left-value pre:after { content: ''; } #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-value { display: inline-block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-right-value { margin-left: 5px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-moved .jsondiffpatch-value { display: none; } #aem-developer-chrome-diff::shadow .jsondiffpatch-moved .jsondiffpatch-moved-destination { display: inline-block; background: #ffffbb; color: #888; } #aem-developer-chrome-diff::shadow .jsondiffpatch-moved .jsondiffpatch-moved-destination:before { content: ' => '; } #aem-developer-chrome-diff::shadow ul.jsondiffpatch-textdiff { padding: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-location { color: #bbb; display: inline-block; min-width: 60px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-line { display: inline-block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-line-number:after { content: ','; } #aem-developer-chrome-diff::shadow .jsondiffpatch-error { background: red; color: white; font-weight: bold; } /* diff */ #aem-developer-chrome-diff::shadow .container { position: fixed !important; background: white; top: 20px; left: 20px; right: 20px; bottom: 20px; z-index: 999999; border: solid 1px #333; overflow: scroll; box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.6); overflow: hidden; } #aem-developer-chrome-diff::shadow .titlebar { position: absolute; left: 0; right: 0; top: 0; height: 40px; background: #c8c8c8; } #aem-developer-chrome-diff::shadow .title { display: inline-block; margin: 10px 10px auto 10px; color: #7e7e7e; font-size: 16px; font-family: Helvetica,Arial,sans-serif; } #aem-developer-chrome-diff::shadow .toggle:before { content: '['; } #aem-developer-chrome-diff::shadow .toggle:after { content: ']'; } #aem-developer-chrome-diff::shadow .toggle { display: inline-block; font-size: 12px; color: #2b9af3; text-decoration: none; cursor: pointer; font-family: Helvetica,Arial,sans-serif; } #aem-developer-chrome-diff::shadow .close { display: inline-block; position: absolute; top: 6px; right: 8px; } #aem-developer-chrome-diff::shadow .close:after { content: 'x'; display: inline-block; border-radius: 50px; color: #fff; background: #7e7e7e; font-family: sans-serif; padding: 5px 10px; font-size: 16px; } #aem-developer-chrome-diff::shadow .close:hover { text-decoration: none; } #aem-developer-chrome-diff::shadow .comparebar { position: absolute; left: 0; right: 0; top: 40px; height: 40px; background: #efefef; color: #7e7e7e; font-size: 14px; padding-left: 10px; } #aem-developer-chrome-diff::shadow .comparebar span .origin { color: #333; } #aem-developer-chrome-diff::shadow .comparebar > span:after { content: ""; display: table; clear: both; } #aem-developer-chrome-diff::shadow li::-webkit-scrollbar, #aem-developer-chrome-diff::shadow ul::-webkit-scrollbar { -webkit-appearance: none; } /* self view */ #aem-developer-chrome-diff::shadow .container.self_view .comparebar { height: 20px; } #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-delta { top: 60px; } #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-added .jsondiffpatch-property-name, #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-added .jsondiffpatch-value pre, #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-modified .jsondiffpatch-right-value, #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-textdiff-added { background: transparent; }
src/html.css
font-family: Courier, monospace; font-size: 12px; margin: 0; padding: 0 0 0 12px; display: inline-block; position: absolute; overflow: scroll; top: 80px; left: 0; right: 0; bottom: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-delta pre { font-family: Courier, monospace; font-size: 12px; margin: 0; padding: 0; display: inline-block; } #aem-developer-chrome-diff::shadow ul.jsondiffpatch-delta { list-style-type: none; padding: 0 0 0 20px; margin: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-delta ul { list-style-type: none; padding: 0 0 0 20px; margin: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-added .jsondiffpatch-property-name, #aem-developer-chrome-diff::shadow .jsondiffpatch-added .jsondiffpatch-value pre, #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-right-value, #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-added { background: #bbffbb; } #aem-developer-chrome-diff::shadow .jsondiffpatch-deleted .jsondiffpatch-property-name, #aem-developer-chrome-diff::shadow .jsondiffpatch-deleted pre, #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-left-value pre, #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-deleted { background: #ffbbbb; text-decoration: line-through; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-movedestination { color: gray; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-movedestination > .jsondiffpatch-value { transition: all 0.5s; -webkit-transition: all 0.5s; overflow-y: hidden; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 100px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value { display: block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 100px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value { max-height: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-showing .jsondiffpatch-arrow, #aem-developer-chrome-diff::shadow .jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow { display: none; } #aem-developer-chrome-diff::shadow .jsondiffpatch-value { display: inline-block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-property-name { display: inline-block; padding-right: 5px; vertical-align: top; } #aem-developer-chrome-diff::shadow .jsondiffpatch-property-name:after { content: ': '; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-array > .jsondiffpatch-property-name:after { content: ': ['; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-array:after { content: '],'; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-array:before { content: '['; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-array:after { content: ']'; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-object > .jsondiffpatch-property-name:after { content: ': {'; } #aem-developer-chrome-diff::shadow .jsondiffpatch-child-node-type-object:after { content: '},'; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-object:before { content: '{'; } #aem-developer-chrome-diff::shadow div.jsondiffpatch-child-node-type-object:after { content: '}'; } #aem-developer-chrome-diff::shadow .jsondiffpatch-value pre:after { content: ','; } #aem-developer-chrome-diff::shadow li:last-child > .jsondiffpatch-value pre:after, .jsondiffpatch-modified > .jsondiffpatch-left-value pre:after { content: ''; } #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-value { display: inline-block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-modified .jsondiffpatch-right-value { margin-left: 5px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-moved .jsondiffpatch-value { display: none; } #aem-developer-chrome-diff::shadow .jsondiffpatch-moved .jsondiffpatch-moved-destination { display: inline-block; background: #ffffbb; color: #888; } #aem-developer-chrome-diff::shadow .jsondiffpatch-moved .jsondiffpatch-moved-destination:before { content: ' => '; } #aem-developer-chrome-diff::shadow ul.jsondiffpatch-textdiff { padding: 0; } #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-location { color: #bbb; display: inline-block; min-width: 60px; } #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-line { display: inline-block; } #aem-developer-chrome-diff::shadow .jsondiffpatch-textdiff-line-number:after { content: ','; } #aem-developer-chrome-diff::shadow .jsondiffpatch-error { background: red; color: white; font-weight: bold; } /* diff */ #aem-developer-chrome-diff::shadow .container { position: fixed !important; background: white; top: 20px; left: 20px; right: 20px; bottom: 20px; z-index: 999999; border: solid 1px #333; overflow: scroll; box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.6); overflow: hidden; } #aem-developer-chrome-diff::shadow .titlebar { position: absolute; left: 0; right: 0; top: 0; height: 40px; background: #c8c8c8; } #aem-developer-chrome-diff::shadow .title { display: inline-block; margin: 10px 10px auto 10px; color: #7e7e7e; font-size: 16px; font-family: Helvetica,Arial,sans-serif; } #aem-developer-chrome-diff::shadow .toggle:before { content: '['; } #aem-developer-chrome-diff::shadow .toggle:after { content: ']'; } #aem-developer-chrome-diff::shadow .toggle { display: inline-block; font-size: 12px; color: #2b9af3; text-decoration: none; cursor: pointer; font-family: Helvetica,Arial,sans-serif; } #aem-developer-chrome-diff::shadow .close { display: inline-block; position: absolute; top: 6px; right: 8px; } #aem-developer-chrome-diff::shadow .close:after { content: 'x'; display: inline-block; border-radius: 50px; color: #fff; background: #7e7e7e; font-family: sans-serif; padding: 5px 10px; font-size: 16px; } #aem-developer-chrome-diff::shadow .close:hover { text-decoration: none; } #aem-developer-chrome-diff::shadow .comparebar { position: absolute; left: 0; right: 0; top: 40px; height: 40px; background: #efefef; color: #7e7e7e; font-size: 14px; padding-left: 10px; } #aem-developer-chrome-diff::shadow .comparebar span .origin { color: #333; } #aem-developer-chrome-diff::shadow .comparebar > span:after { content: ""; display: table; clear: both; } #aem-developer-chrome-diff::shadow li::-webkit-scrollbar, #aem-developer-chrome-diff::shadow ul::-webkit-scrollbar { -webkit-appearance: none; } /* self view */ #aem-developer-chrome-diff::shadow .container.self_view .comparebar { height: 20px; } #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-delta { top: 60px; } #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-added .jsondiffpatch-property-name, #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-added .jsondiffpatch-value pre, #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-modified .jsondiffpatch-right-value, #aem-developer-chrome-diff::shadow .container.self_view .jsondiffpatch-textdiff-added { background: transparent; }
0.393269
0.061452
.carousel{ position: relative; width: 100%; height: auto; box-sizing: border-box; margin: 0; padding: 0; z-index: 100; background-color: #fff; } /* Controls */ .carousel .btn-control { position: absolute; top: 48%; top: calc(50% - 25px); width: 50px; height: 50px; background-color: transparent; border: none; padding: 14px 0px; opacity: 0; cursor: pointer; font-size: 52px; line-height: 52px; text-align: center; text-shadow: 0 1px 0 #777; z-index: 200; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } @media (max-width: 599px) { .carousel .btn-control { display: none; } } .carousel .btn-control > i { opacity: 1; } .carousel .btn-control[data-direction="right"] { left: auto; right: 0px; } .carousel .btn-control[data-direction="left"] { left: 0px; right: auto; } .carousel .btn-control:hover{ } .carousel:hover .btn-control { opacity: 1; } .carousel .btn-control > i > svg *{ stroke: #fff; } .carousel.dark .btn-control > i > svg *{ stroke: #0c0c0c; } /* Controls */ /* Markers */ .carousel > .markers{ position: absolute; top: auto; bottom: 20px; left: 0; width: 100%; height: auto; margin: 0; padding: 0; list-style: none; text-align: center; z-index: 200; } .carousel > .markers > li{ display: inline-block; width: 10px; height: 10px; border-radius: 50px; background-color: transparent; border: 1px solid #fff; box-sizing: border-box; margin: 0 10px; padding: 0; overflow: hidden; cursor: pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .carousel > .markers > li:hover, .carousel > .markers > li.active{ background-color: #fff; } .carousel.dark > .markers > li { border: 1px solid #0c0c0c; } .carousel.dark > .markers > li:hover, .carousel.dark > .markers > li.active{ background-color: #0c0c0c; } /* Markers */ /* Items */ .carousel > .items{ position: relative; width: 100%; height: 100%; box-sizing: border-box; margin: 0; padding: 0; z-index: 200; overflow: hidden; } .carousel > .items > .item{ position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 0; } .carousel > .items > .item.center{ position: relative; z-index: 100; } /* Items */ /* Content */ .carousel > .items > .item > img.background { position: relative; width: 100%; height: auto; margin-bottom: -5px; } .carousel > .items > .item > .content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0); z-index: 100; } .carousel > .items > .item > .content > .outside-content{ display: table; width: 100%; height: 100%; } .carousel > .items > .item > .content > .outside-content > .inside-content{ display: table-cell; vertical-align: middle; width: 100%; height: auto; } .carousel > .items > .item > .content > .outside-content > .inside-content > .container { background-color: transparent; border: none; opacity: 0; } .carousel > .items > .item > .content > .outside-content > .inside-content .align-center{ text-align: center !important; } .carousel > .items > .item > .content > .outside-content > .inside-content .align-right{ text-align: right !important; } .carousel > .items > .item > .content > .outside-content > .inside-content .align-left{ text-align: left !important; } .carousel > .items > .item > img { position: absolute; top: 0px; bottom: 0; margin-top: auto; margin-bottom: auto; z-index: 1; } .carousel > .items > .item > img.item-right { right: 0; width: 850px; height: auto; } .carousel > .items > .item > img.item-left { left: 0; width: 850px; height: auto; } .carousel > .items > .item h1.colorful, .carousel > .items > .item h2.colorful { display: inline-block; padding: 10px 0px; color: #000000; margin: 0; } /* .carousel > .items > .item .blue { background-color: rgba(0,0,0,0.9); border-color: rgba(0,0,0,0.9); } .carousel > .items > .item .orange { background-color: #d2441c; border-color: #d2441c; } .carousel > .items > .item .black { background-color: #0c0c0c; border-color: #0c0c0c; } .carousel > .items > .item .gray { background-color: #44454a; border-color: #44454a; }*/ /* Content */ /* Animation */ .carousel > .items > .item.center-left { z-index: 10; -webkit-animation: centerLeftItem 0.5s ease forwards; -moz-animation: centerLeftItem 0.5s ease forwards; -o-animation: centerLeftItem 0.5s ease forwards; animation: centerLeftItem 0.5s ease forwards; } @-webkit-keyframes centerLeftItem { from { -webkit-transform: translateX(0%); } to { -webkit-transform: translateX(-100%); } } @-moz-keyframes centerLeftItem { from { -moz-transform: translateX(0%); } to { -moz-transform: translateX(-100%); } } @-o-keyframes centerLeftItem { from { -o-transform: translateX(0%); } to { -o-transform: translateX(-100%); } } @keyframes centerLeftItem { from { transform: translateX(0%); } to { transform: translateX(-100%); } } .carousel > .items > .item.center-right{ z-index: 10; -webkit-animation: centerRightItem 0.5s ease forwards; -moz-animation: centerRightItem 0.5s ease forwards; -o-animation: centerRightItem 0.5s ease forwards; animation: centerRightItem 0.5s ease forwards; } @-webkit-keyframes centerRightItem { from { -webkit-transform: translateX(0%); } to { -webkit-transform: translateX(100%); } } @-moz-keyframes centerRightItem { from { -moz-transform: translateX(0%); } to { -moz-transform: translateX(100%); } } @-o-keyframes centerRightItem { from { -o-transform: translateX(0%); } to { -o-transform: translateX(100%); } } @keyframes centerRightItem { from { transform: translateX(0%); } to { transform: translateX(100%); } } .carousel > .items > .item.right-center{ position: relative; z-index: 100; -webkit-animation: rightCenterItem 0.5s ease forwards; -moz-animation: rightCenterItem 0.5s ease forwards; -o-animation: rightCenterItem 0.5s ease forwards; animation: rightCenterItem 0.5s ease forwards; } @-webkit-keyframes rightCenterItem { from { -webkit-transform: translateX(100%); } to { -webkit-transform: translateX(0%); } } @-moz-keyframes rightCenterItem { from { -moz-transform: translateX(100%); } to { -moz-transform: translateX(0%); } } @-o-keyframes rightCenterItem { from { -o-transform: translateX(100%); } to { -o-transform: translateX(0%); } } @keyframes rightCenterItem { from { transform: translateX(100%); } to { transform: translateX(0%); } } .carousel > .items > .item.left-center{ position: relative; z-index: 100; -webkit-animation: leftCenterItem 0.5s ease forwards; -moz-animation: leftCenterItem 0.5s ease forwards; -o-animation: leftCenterItem 0.5s ease forwards; animation: leftCenterItem 0.5s ease forwards; } @-webkit-keyframes leftCenterItem { from { -webkit-transform: translateX(-100%); } to { -webkit-transform: translateX(0%); } } @-moz-keyframes leftCenterItem { from { -moz-transform: translateX(-100%); } to { -moz-transform: translateX(0%); } } @-o-keyframes leftCenterItem { from { -o-transform: translateX(-100%); } to { -o-transform: translateX(0%); } } @keyframes leftCenterItem { from { transform: translateX(-100%); } to { transform: translateX(0%); } } .carousel > .items > .item.center > .content > .outside-content > .inside-content > .container, .carousel > .items > .item.left-center > .content > .outside-content > .inside-content > .container, .carousel > .items > .item.right-center > .content > .outside-content > .inside-content > .container { -webkit-animation: schowContent 0.7s 0.55s ease-out forwards; -moz-animation: schowContent 0.7s 0.55s ease-out forwards; -o-animation: schowContent 0.7s 0.55s ease-out forwards; animation: schowContent 0.7s 0.55s ease-out forwards; } @-webkit-keyframes schowContent { from { -webkit-transform: translateX(100px); opacity: 0; } to { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes schowContent { from { -moz-transform: translateX(100px); opacity: 0; } to { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes schowContent { from { -o-transform: translateX(100px); opacity: 0; } to { -o-transform: translateX(0px); opacity: 1; } } @keyframes schowContent { from { transform: translateX(100px); opacity: 0; } to { transform: translateX(0px); opacity: 1; } } /* Animation */ @media (max-width: 767px) { /* Content */ .carousel > .items > .item h1.colorful, .carousel > .items > .item h2.colorful { display: inline-block; padding: 10px 25px; color: #000000; margin: 0; text-align: center; } .carousel > .items > .item .blue { background-color: transparent; border-color: transparent; } .carousel > .items > .item .orange { background-color: transparent; border-color: transparent; } .carousel > .items > .item .black { background-color: transparent; border-color: transparent; } .carousel > .items > .item .gray { background-color: transparent; border-color: transparent; } .carousel > .items > .item a.black { display: block; width: 200px; background-color: rgba(0,0,0,0.9); border-color: rgba(0,0,0,0.9); margin: 0 auto; } /* Content */ } @media (min-width: 768px) and (max-width: 991px) { /* Controls */ .carousel .btn-control { display: none; } /* Controls */ /* Content */ .carousel > .items > .item > img.item-right { right: 0; width: 100%; height: auto; } .carousel > .items > .item > img.item-left { left: 0; width: 100%; height: auto; } /* Content */ }
assets/css/carousel.css
.carousel{ position: relative; width: 100%; height: auto; box-sizing: border-box; margin: 0; padding: 0; z-index: 100; background-color: #fff; } /* Controls */ .carousel .btn-control { position: absolute; top: 48%; top: calc(50% - 25px); width: 50px; height: 50px; background-color: transparent; border: none; padding: 14px 0px; opacity: 0; cursor: pointer; font-size: 52px; line-height: 52px; text-align: center; text-shadow: 0 1px 0 #777; z-index: 200; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } @media (max-width: 599px) { .carousel .btn-control { display: none; } } .carousel .btn-control > i { opacity: 1; } .carousel .btn-control[data-direction="right"] { left: auto; right: 0px; } .carousel .btn-control[data-direction="left"] { left: 0px; right: auto; } .carousel .btn-control:hover{ } .carousel:hover .btn-control { opacity: 1; } .carousel .btn-control > i > svg *{ stroke: #fff; } .carousel.dark .btn-control > i > svg *{ stroke: #0c0c0c; } /* Controls */ /* Markers */ .carousel > .markers{ position: absolute; top: auto; bottom: 20px; left: 0; width: 100%; height: auto; margin: 0; padding: 0; list-style: none; text-align: center; z-index: 200; } .carousel > .markers > li{ display: inline-block; width: 10px; height: 10px; border-radius: 50px; background-color: transparent; border: 1px solid #fff; box-sizing: border-box; margin: 0 10px; padding: 0; overflow: hidden; cursor: pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .carousel > .markers > li:hover, .carousel > .markers > li.active{ background-color: #fff; } .carousel.dark > .markers > li { border: 1px solid #0c0c0c; } .carousel.dark > .markers > li:hover, .carousel.dark > .markers > li.active{ background-color: #0c0c0c; } /* Markers */ /* Items */ .carousel > .items{ position: relative; width: 100%; height: 100%; box-sizing: border-box; margin: 0; padding: 0; z-index: 200; overflow: hidden; } .carousel > .items > .item{ position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 0; } .carousel > .items > .item.center{ position: relative; z-index: 100; } /* Items */ /* Content */ .carousel > .items > .item > img.background { position: relative; width: 100%; height: auto; margin-bottom: -5px; } .carousel > .items > .item > .content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0); z-index: 100; } .carousel > .items > .item > .content > .outside-content{ display: table; width: 100%; height: 100%; } .carousel > .items > .item > .content > .outside-content > .inside-content{ display: table-cell; vertical-align: middle; width: 100%; height: auto; } .carousel > .items > .item > .content > .outside-content > .inside-content > .container { background-color: transparent; border: none; opacity: 0; } .carousel > .items > .item > .content > .outside-content > .inside-content .align-center{ text-align: center !important; } .carousel > .items > .item > .content > .outside-content > .inside-content .align-right{ text-align: right !important; } .carousel > .items > .item > .content > .outside-content > .inside-content .align-left{ text-align: left !important; } .carousel > .items > .item > img { position: absolute; top: 0px; bottom: 0; margin-top: auto; margin-bottom: auto; z-index: 1; } .carousel > .items > .item > img.item-right { right: 0; width: 850px; height: auto; } .carousel > .items > .item > img.item-left { left: 0; width: 850px; height: auto; } .carousel > .items > .item h1.colorful, .carousel > .items > .item h2.colorful { display: inline-block; padding: 10px 0px; color: #000000; margin: 0; } /* .carousel > .items > .item .blue { background-color: rgba(0,0,0,0.9); border-color: rgba(0,0,0,0.9); } .carousel > .items > .item .orange { background-color: #d2441c; border-color: #d2441c; } .carousel > .items > .item .black { background-color: #0c0c0c; border-color: #0c0c0c; } .carousel > .items > .item .gray { background-color: #44454a; border-color: #44454a; }*/ /* Content */ /* Animation */ .carousel > .items > .item.center-left { z-index: 10; -webkit-animation: centerLeftItem 0.5s ease forwards; -moz-animation: centerLeftItem 0.5s ease forwards; -o-animation: centerLeftItem 0.5s ease forwards; animation: centerLeftItem 0.5s ease forwards; } @-webkit-keyframes centerLeftItem { from { -webkit-transform: translateX(0%); } to { -webkit-transform: translateX(-100%); } } @-moz-keyframes centerLeftItem { from { -moz-transform: translateX(0%); } to { -moz-transform: translateX(-100%); } } @-o-keyframes centerLeftItem { from { -o-transform: translateX(0%); } to { -o-transform: translateX(-100%); } } @keyframes centerLeftItem { from { transform: translateX(0%); } to { transform: translateX(-100%); } } .carousel > .items > .item.center-right{ z-index: 10; -webkit-animation: centerRightItem 0.5s ease forwards; -moz-animation: centerRightItem 0.5s ease forwards; -o-animation: centerRightItem 0.5s ease forwards; animation: centerRightItem 0.5s ease forwards; } @-webkit-keyframes centerRightItem { from { -webkit-transform: translateX(0%); } to { -webkit-transform: translateX(100%); } } @-moz-keyframes centerRightItem { from { -moz-transform: translateX(0%); } to { -moz-transform: translateX(100%); } } @-o-keyframes centerRightItem { from { -o-transform: translateX(0%); } to { -o-transform: translateX(100%); } } @keyframes centerRightItem { from { transform: translateX(0%); } to { transform: translateX(100%); } } .carousel > .items > .item.right-center{ position: relative; z-index: 100; -webkit-animation: rightCenterItem 0.5s ease forwards; -moz-animation: rightCenterItem 0.5s ease forwards; -o-animation: rightCenterItem 0.5s ease forwards; animation: rightCenterItem 0.5s ease forwards; } @-webkit-keyframes rightCenterItem { from { -webkit-transform: translateX(100%); } to { -webkit-transform: translateX(0%); } } @-moz-keyframes rightCenterItem { from { -moz-transform: translateX(100%); } to { -moz-transform: translateX(0%); } } @-o-keyframes rightCenterItem { from { -o-transform: translateX(100%); } to { -o-transform: translateX(0%); } } @keyframes rightCenterItem { from { transform: translateX(100%); } to { transform: translateX(0%); } } .carousel > .items > .item.left-center{ position: relative; z-index: 100; -webkit-animation: leftCenterItem 0.5s ease forwards; -moz-animation: leftCenterItem 0.5s ease forwards; -o-animation: leftCenterItem 0.5s ease forwards; animation: leftCenterItem 0.5s ease forwards; } @-webkit-keyframes leftCenterItem { from { -webkit-transform: translateX(-100%); } to { -webkit-transform: translateX(0%); } } @-moz-keyframes leftCenterItem { from { -moz-transform: translateX(-100%); } to { -moz-transform: translateX(0%); } } @-o-keyframes leftCenterItem { from { -o-transform: translateX(-100%); } to { -o-transform: translateX(0%); } } @keyframes leftCenterItem { from { transform: translateX(-100%); } to { transform: translateX(0%); } } .carousel > .items > .item.center > .content > .outside-content > .inside-content > .container, .carousel > .items > .item.left-center > .content > .outside-content > .inside-content > .container, .carousel > .items > .item.right-center > .content > .outside-content > .inside-content > .container { -webkit-animation: schowContent 0.7s 0.55s ease-out forwards; -moz-animation: schowContent 0.7s 0.55s ease-out forwards; -o-animation: schowContent 0.7s 0.55s ease-out forwards; animation: schowContent 0.7s 0.55s ease-out forwards; } @-webkit-keyframes schowContent { from { -webkit-transform: translateX(100px); opacity: 0; } to { -webkit-transform: translateX(0px); opacity: 1; } } @-moz-keyframes schowContent { from { -moz-transform: translateX(100px); opacity: 0; } to { -moz-transform: translateX(0px); opacity: 1; } } @-o-keyframes schowContent { from { -o-transform: translateX(100px); opacity: 0; } to { -o-transform: translateX(0px); opacity: 1; } } @keyframes schowContent { from { transform: translateX(100px); opacity: 0; } to { transform: translateX(0px); opacity: 1; } } /* Animation */ @media (max-width: 767px) { /* Content */ .carousel > .items > .item h1.colorful, .carousel > .items > .item h2.colorful { display: inline-block; padding: 10px 25px; color: #000000; margin: 0; text-align: center; } .carousel > .items > .item .blue { background-color: transparent; border-color: transparent; } .carousel > .items > .item .orange { background-color: transparent; border-color: transparent; } .carousel > .items > .item .black { background-color: transparent; border-color: transparent; } .carousel > .items > .item .gray { background-color: transparent; border-color: transparent; } .carousel > .items > .item a.black { display: block; width: 200px; background-color: rgba(0,0,0,0.9); border-color: rgba(0,0,0,0.9); margin: 0 auto; } /* Content */ } @media (min-width: 768px) and (max-width: 991px) { /* Controls */ .carousel .btn-control { display: none; } /* Controls */ /* Content */ .carousel > .items > .item > img.item-right { right: 0; width: 100%; height: auto; } .carousel > .items > .item > img.item-left { left: 0; width: 100%; height: auto; } /* Content */ }
0.254972
0.054174
body, html { margin: 0; padding-top: 51px; overflow: hidden; text-align: center; min-width: 400px; } #nav-container { display: block; white-space: nowrap; } #webview-wrapper { margin: auto; padding: 0; width: 100vw; height: 100vh; overflow: hidden; text-align: center; } #sandbox-webview { position: relative; width: 100%; height: 100%; overflow: hidden; } #modal { visibility: hidden; position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; } #modal-div { width:300px; margin: 100px auto; background-color: transparent; padding: 0px; text-align:center; } #menu { visibility: visible; position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; } #menu-div { position: relative; width: 100%; height: 100%; margin-left: auto; opacity: 0.8; padding: 0px; margin: 0; text-align:center; } #menu-panel { position: relative; margin: 0; padding: 0; width: 100%; height: 100%; padding: 0px; text-align:center; } #options { margin-top: 45%; } #options .btn { opacity: 1; border: 0 none; padding: 10px 10px; font-size: 20px; } #exit-modal { float: right; } * { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .icon-reload { background-image: url('../resources/icons/reload.png'); background-repeat: no-repeat; padding-left: 22px; padding-bottom: 15px; padding-top: 3px; display: inline; } .icon-settings { background-image: url('../resources/icons/settings.png'); background-repeat: no-repeat; padding-left: 22px; padding-right: 5px; padding-bottom: 15px; padding-top: 3px; display: inline; } .icon-exit { background-image: url('../resources/icons/exit.png'); background-repeat: no-repeat; padding-left: 20px; padding-bottom: 5px; display: inline; } .icon-plus { background-image: url('../resources/icons/plus.png'); background-repeat: no-repeat; padding-left: 30px; padding-bottom: 5px; display: inline; } .icon-liftoff { background-image: url('../resources/icons/liftoff.png'); background-repeat: no-repeat; padding-left: 30px; display: inline; } .icon-github { background-image: url('../resources/icons/github.png'); background-repeat: no-repeat; padding-left: 30px; padding-bottom: 5px; display: inline; }
css/sandbox.css
body, html { margin: 0; padding-top: 51px; overflow: hidden; text-align: center; min-width: 400px; } #nav-container { display: block; white-space: nowrap; } #webview-wrapper { margin: auto; padding: 0; width: 100vw; height: 100vh; overflow: hidden; text-align: center; } #sandbox-webview { position: relative; width: 100%; height: 100%; overflow: hidden; } #modal { visibility: hidden; position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; } #modal-div { width:300px; margin: 100px auto; background-color: transparent; padding: 0px; text-align:center; } #menu { visibility: visible; position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; } #menu-div { position: relative; width: 100%; height: 100%; margin-left: auto; opacity: 0.8; padding: 0px; margin: 0; text-align:center; } #menu-panel { position: relative; margin: 0; padding: 0; width: 100%; height: 100%; padding: 0px; text-align:center; } #options { margin-top: 45%; } #options .btn { opacity: 1; border: 0 none; padding: 10px 10px; font-size: 20px; } #exit-modal { float: right; } * { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .icon-reload { background-image: url('../resources/icons/reload.png'); background-repeat: no-repeat; padding-left: 22px; padding-bottom: 15px; padding-top: 3px; display: inline; } .icon-settings { background-image: url('../resources/icons/settings.png'); background-repeat: no-repeat; padding-left: 22px; padding-right: 5px; padding-bottom: 15px; padding-top: 3px; display: inline; } .icon-exit { background-image: url('../resources/icons/exit.png'); background-repeat: no-repeat; padding-left: 20px; padding-bottom: 5px; display: inline; } .icon-plus { background-image: url('../resources/icons/plus.png'); background-repeat: no-repeat; padding-left: 30px; padding-bottom: 5px; display: inline; } .icon-liftoff { background-image: url('../resources/icons/liftoff.png'); background-repeat: no-repeat; padding-left: 30px; display: inline; } .icon-github { background-image: url('../resources/icons/github.png'); background-repeat: no-repeat; padding-left: 30px; padding-bottom: 5px; display: inline; }
0.284974
0.046551
/* tagcc,tagback */ /* 新的tags标签 tags.css: tagcc,tagback */ .tagscc, .tagsback, .tagsgift { display: inline-block; margin: 0 2px; font-family: Arial,\5b8b\4f53,sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-indent: 0; cursor: default; } .tagscc { padding: 0 4px; background: #ff9614; color: #fff; height: 16px; line-height: 16px; } .tagsback, .tagsgift { font-size: 12px; height: 14px; line-height: 14px; text-decoration: none; } .tagscc:empty, .tagsback:empty { display: none; } .tagsback { border: 1px solid #ff9614; color: #ff9614; } .tagsback:hover { text-decoration: none; color: #ff9614; } .tagsback em, .tagsback i, .tagsgift em, .tagsgift i { font-size: 12px; display: inline-block; font-style: normal; font-weight: normal !important; overflow: hidden; height: 100%; } .tagsback em, .tagsgift em { display: inline-block; padding: 0 2px; *float: left; height: 100%; } .tagsback em { background: #ff9614; color: #fff; } .tagsback i, .tagsgift i { padding: 0 3px; min-width: 30px; _width: 30px; font-family: Arial, Helvetica, sans-serif; text-align: center; color: #ff9614; } .tagsgift, .tagblue { border: 1px solid #ccddee; color: #17afe3; } .tagsgift:hover, .tagblue:hover { text-decoration: none; color: #17afe3; } .tagsgift em, .tagblue em { background: #f0f5fc; color: #17afe3; } .tagsgift i, .tagblue i { color: #17afe3; } /* tags101 纯色标签 101橙色 102粉红 103红色 104绿色 105玫红 */ .tags101, .tags102, .tags103, .tags104, .tags105, .tags106, .tags107, .tags108, .tags109 { display: inline-block; margin: 0 2px; padding: 0 4px; font-family: Arial,\5b8b\4f53,sans-serif; font-size: 12px; font-style: normal; font-weight: normal !important; text-indent:0; cursor: default; background: #ff9614; color: #fff; height: 16px; line-height: 16px; } .tags101{ background: #ff8800;} /* 橙色 */ .tags102{ background: #fa65b0;} /* 粉红 */ .tags103{ background: #ff4444;} /* 红色 */ .tags104{ background: #6bbd00;} /* 绿色 */ .tags105{ background: #dd1177;} /* 玫红 */ .tags106{ background: ;} /* */ .tags107{ background: ;} /* */ .tags108{ background: ;} /* */ .tags109{ background: ;} /* */ /* tags背景 */ .tags201, .tags301, .tags302 { background: url(http://pic.lvmama.com/img/new_v/ob_search/combo.gif) no-repeat; display: inline-block; *display: inline; *zoom: 1; font-family: Tahoma,Arial,\5b8b\4f53; text-indent: 0; } /* tags201 促销大ICON-橙色 */ .tags201 { width: 72px; height: 26px; line-height: 26px; margin: 0 0 8px 0; padding: 0 0 9px 0; overflow: hidden; white-space: nowrap; background-position: -32px -136px; font-size: 12px; color: #ee6600; text-align: center; text-indent: 0; top:0 !important; } /* tags301 项目tags 301超级自由行 302开心驴行 */ .tags301, .tags302 { display:inline-block; margin:0 2px; height: 17px; line-height: 17px; width: 76px; overflow: hidden; font-size: 12px; text-indent: -9999px; } .tags301{ background-position: -190px 0; width: 88px;} .tags302{ background-position: -190px -17px; width: 76px;} /* .tags 标签内使用 arial 字体垂直居中表现很好 * author: <EMAIL> */ .tags { font-family: Arial,sans-serif; display: inline-block; padding: 0 3px; padding: 1px 3px 0\9; background: #eee; margin: 0 3px; border-radius: 2px; color: #888 !important; } .tags-blue, .tags-green, .tags-red, a.tags:hover { color: #fff !important; } .tags-blue { background: #08c; } .tags-green { background: #5ba533; } .tags-red { background: #f36; } a.tags:hover { background: #888; text-decoration: none; color: #fff !important; } /* 与文本的垂直对齐问题 */ .tagscc, .tagsback, .tagsgift, .tags101, .tags102, .tags103, .tags104, .tags105, .tags106, .tags107, .tags108, .tags109, .tags301, .tags302 { vertical-align: middle ; /* vertical-align: middle; position: relative; top: -1px; *top: 1px; */ } /* tags测试 */ .testtags { display: inline-block; margin: 0 2px; font-size: 12px; font-style: normal; font-weight: normal; text-indent:0; cursor: default; zoom: 1; vertical-align:middle; } .testtags { font-size: 12px; height: 14px; line-height: 14px; text-decoration: none; } .testtags { border: 1px solid #ff9614; color: #ff9614; *zoom:1; overflow:hidden; } .testtags{ display:inline-block; font-weight:normal; font-style:normal; height:30px; line-height:30px;} .testtags em, .testtags i{ font-size: 12px; display: inline-block; font-style: normal; font-weight: normal !important; overflow: hidden; height: 100%; *zoom:1; } .testtags em { display: inline-block; padding: 0 2px; *vertical-align: top; } .testtags em { background: #ff9614; color: #fff; } .testtags i { padding: 0 3px; min-width: 30px; _width: 30px; text-align: center; color: #ff9614; }
docs/assets/less/tags.css
/* tagcc,tagback */ /* 新的tags标签 tags.css: tagcc,tagback */ .tagscc, .tagsback, .tagsgift { display: inline-block; margin: 0 2px; font-family: Arial,\5b8b\4f53,sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-indent: 0; cursor: default; } .tagscc { padding: 0 4px; background: #ff9614; color: #fff; height: 16px; line-height: 16px; } .tagsback, .tagsgift { font-size: 12px; height: 14px; line-height: 14px; text-decoration: none; } .tagscc:empty, .tagsback:empty { display: none; } .tagsback { border: 1px solid #ff9614; color: #ff9614; } .tagsback:hover { text-decoration: none; color: #ff9614; } .tagsback em, .tagsback i, .tagsgift em, .tagsgift i { font-size: 12px; display: inline-block; font-style: normal; font-weight: normal !important; overflow: hidden; height: 100%; } .tagsback em, .tagsgift em { display: inline-block; padding: 0 2px; *float: left; height: 100%; } .tagsback em { background: #ff9614; color: #fff; } .tagsback i, .tagsgift i { padding: 0 3px; min-width: 30px; _width: 30px; font-family: Arial, Helvetica, sans-serif; text-align: center; color: #ff9614; } .tagsgift, .tagblue { border: 1px solid #ccddee; color: #17afe3; } .tagsgift:hover, .tagblue:hover { text-decoration: none; color: #17afe3; } .tagsgift em, .tagblue em { background: #f0f5fc; color: #17afe3; } .tagsgift i, .tagblue i { color: #17afe3; } /* tags101 纯色标签 101橙色 102粉红 103红色 104绿色 105玫红 */ .tags101, .tags102, .tags103, .tags104, .tags105, .tags106, .tags107, .tags108, .tags109 { display: inline-block; margin: 0 2px; padding: 0 4px; font-family: Arial,\5b8b\4f53,sans-serif; font-size: 12px; font-style: normal; font-weight: normal !important; text-indent:0; cursor: default; background: #ff9614; color: #fff; height: 16px; line-height: 16px; } .tags101{ background: #ff8800;} /* 橙色 */ .tags102{ background: #fa65b0;} /* 粉红 */ .tags103{ background: #ff4444;} /* 红色 */ .tags104{ background: #6bbd00;} /* 绿色 */ .tags105{ background: #dd1177;} /* 玫红 */ .tags106{ background: ;} /* */ .tags107{ background: ;} /* */ .tags108{ background: ;} /* */ .tags109{ background: ;} /* */ /* tags背景 */ .tags201, .tags301, .tags302 { background: url(http://pic.lvmama.com/img/new_v/ob_search/combo.gif) no-repeat; display: inline-block; *display: inline; *zoom: 1; font-family: Tahoma,Arial,\5b8b\4f53; text-indent: 0; } /* tags201 促销大ICON-橙色 */ .tags201 { width: 72px; height: 26px; line-height: 26px; margin: 0 0 8px 0; padding: 0 0 9px 0; overflow: hidden; white-space: nowrap; background-position: -32px -136px; font-size: 12px; color: #ee6600; text-align: center; text-indent: 0; top:0 !important; } /* tags301 项目tags 301超级自由行 302开心驴行 */ .tags301, .tags302 { display:inline-block; margin:0 2px; height: 17px; line-height: 17px; width: 76px; overflow: hidden; font-size: 12px; text-indent: -9999px; } .tags301{ background-position: -190px 0; width: 88px;} .tags302{ background-position: -190px -17px; width: 76px;} /* .tags 标签内使用 arial 字体垂直居中表现很好 * author: <EMAIL> */ .tags { font-family: Arial,sans-serif; display: inline-block; padding: 0 3px; padding: 1px 3px 0\9; background: #eee; margin: 0 3px; border-radius: 2px; color: #888 !important; } .tags-blue, .tags-green, .tags-red, a.tags:hover { color: #fff !important; } .tags-blue { background: #08c; } .tags-green { background: #5ba533; } .tags-red { background: #f36; } a.tags:hover { background: #888; text-decoration: none; color: #fff !important; } /* 与文本的垂直对齐问题 */ .tagscc, .tagsback, .tagsgift, .tags101, .tags102, .tags103, .tags104, .tags105, .tags106, .tags107, .tags108, .tags109, .tags301, .tags302 { vertical-align: middle ; /* vertical-align: middle; position: relative; top: -1px; *top: 1px; */ } /* tags测试 */ .testtags { display: inline-block; margin: 0 2px; font-size: 12px; font-style: normal; font-weight: normal; text-indent:0; cursor: default; zoom: 1; vertical-align:middle; } .testtags { font-size: 12px; height: 14px; line-height: 14px; text-decoration: none; } .testtags { border: 1px solid #ff9614; color: #ff9614; *zoom:1; overflow:hidden; } .testtags{ display:inline-block; font-weight:normal; font-style:normal; height:30px; line-height:30px;} .testtags em, .testtags i{ font-size: 12px; display: inline-block; font-style: normal; font-weight: normal !important; overflow: hidden; height: 100%; *zoom:1; } .testtags em { display: inline-block; padding: 0 2px; *vertical-align: top; } .testtags em { background: #ff9614; color: #fff; } .testtags i { padding: 0 3px; min-width: 30px; _width: 30px; text-align: center; color: #ff9614; }
0.227641
0.0697
body { background: #fafafa; color: #333; } body .paper-font-display4, body .paper-font-display3, body .paper-font-display2, body .paper-font-display1, body .paper-font-headline, body .paper-font-title, body .paper-font-subhead, body .paper-font-body2, body .paper-font-body1, body .paper-font-caption, body .paper-font-menu, body .paper-font-button, body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } paper-toolbar { padding-top: 20px; } #mainContainer .content:not([style-scope]):not(.style-scope) { display: flex; min-height: 93%; } .library, .gears { position: absolute; background: url(../images/library.png) top right no-repeat; width: 180px; height: 143px; top: 10%; right: 3%; } .gears { background: url(../images/gears.png) top right no-repeat; } iron-pages { width: 60%; } .style-scope .content:not([style-scope]):not(.style-scope) { height: inherit; } .right-sidebar { width: 40%; margin-top: 47px; padding-right: 62px; } .right-sidebar img { height: 104px; } .right-sidebar ul { display: flex; flex-direction: column; list-style: none; padding: 0; } .right-sidebar li { min-width: 100%; flex-grow: 1; color: #fff; background: #0873b9; margin: 0 0 1px 0; } .right-sidebar li:hover { opacity: 0.98; } .right-sidebar li a { display: block; text-align: center; border-bottom: none; width: 100%; color: #fff; padding: 10px 0; } .right-sidebar li paper-button { width: 100%; } h1 { font-size: 1.8em; } a{ text-decoration: none; color: #0072bc; border-bottom: 1px dotted #0072bc; } a:hover{ border-bottom: none; } oit-logo { padding: 0 0 0 46px; } oit-search { padding: 10px 46px 0 0; } oit-search a { color: #fff; border: none; } [id="footer"] { background: #333; color: #fff; font-size: 80%; line-height: 1.4em; height: 6em; padding: 2em 63px 0 61px; } [id="footer"] a { color: #cfb87c; border: none; } [id="footer"] #topBar { padding: 40px 0 0 65px; flex-direction: column; float: left; } [id="footer"] ul { clear:both; margin: 0; padding: 0; list-style: none; } [id="footer"] li { float: left; } [id="footer"] li:not(:last-child) { margin-right: 15px; } [id="footer"] dl, [id="footer"] dd { margin: 0; } [id="footer"] .left { float: left; } [id="footer"] .right { float: right; } /* paper-toolbar.paper-toolbar-0 { background: #fafafa; color: #000; }*/ @media all and (min-width: 0) and (max-width: 840px) { #mainContainer .content:not([style-scope]):not(.style-scope) { flex-direction: column; } iron-pages, .right-sidebar { width: 85%; } .right-sidebar { margin: 0; padding: 0 62px; } .right-sidebar img { height: inherit; } } @media all and (min-width: 0) and (max-width: 600px) { iron-pages { width: 100%; } .right-sidebar { width: 99.5%; border-left: 1px solid #fff; padding: 0; } [id="footer"] { height: 12em; } [id="footer"] .left, [id="footer"] .right { float: none; } [id="footer"] .left { margin: 0 0 10px 0; } } @media all and (min-width: 0) and (max-width: 650px) { oit-logo { padding: 0; } oit-search { padding: 10px 0 0 0; } } @media all and (min-width: 0) and (max-width: 550px) { .library, .gears { display: none; } } @media all and (min-width: 0) and (max-width: 450px) { oit-search { display: flex; flex-wrap: wrap; } }
app/styles/main.css
body { background: #fafafa; color: #333; } body .paper-font-display4, body .paper-font-display3, body .paper-font-display2, body .paper-font-display1, body .paper-font-headline, body .paper-font-title, body .paper-font-subhead, body .paper-font-body2, body .paper-font-body1, body .paper-font-caption, body .paper-font-menu, body .paper-font-button, body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } paper-toolbar { padding-top: 20px; } #mainContainer .content:not([style-scope]):not(.style-scope) { display: flex; min-height: 93%; } .library, .gears { position: absolute; background: url(../images/library.png) top right no-repeat; width: 180px; height: 143px; top: 10%; right: 3%; } .gears { background: url(../images/gears.png) top right no-repeat; } iron-pages { width: 60%; } .style-scope .content:not([style-scope]):not(.style-scope) { height: inherit; } .right-sidebar { width: 40%; margin-top: 47px; padding-right: 62px; } .right-sidebar img { height: 104px; } .right-sidebar ul { display: flex; flex-direction: column; list-style: none; padding: 0; } .right-sidebar li { min-width: 100%; flex-grow: 1; color: #fff; background: #0873b9; margin: 0 0 1px 0; } .right-sidebar li:hover { opacity: 0.98; } .right-sidebar li a { display: block; text-align: center; border-bottom: none; width: 100%; color: #fff; padding: 10px 0; } .right-sidebar li paper-button { width: 100%; } h1 { font-size: 1.8em; } a{ text-decoration: none; color: #0072bc; border-bottom: 1px dotted #0072bc; } a:hover{ border-bottom: none; } oit-logo { padding: 0 0 0 46px; } oit-search { padding: 10px 46px 0 0; } oit-search a { color: #fff; border: none; } [id="footer"] { background: #333; color: #fff; font-size: 80%; line-height: 1.4em; height: 6em; padding: 2em 63px 0 61px; } [id="footer"] a { color: #cfb87c; border: none; } [id="footer"] #topBar { padding: 40px 0 0 65px; flex-direction: column; float: left; } [id="footer"] ul { clear:both; margin: 0; padding: 0; list-style: none; } [id="footer"] li { float: left; } [id="footer"] li:not(:last-child) { margin-right: 15px; } [id="footer"] dl, [id="footer"] dd { margin: 0; } [id="footer"] .left { float: left; } [id="footer"] .right { float: right; } /* paper-toolbar.paper-toolbar-0 { background: #fafafa; color: #000; }*/ @media all and (min-width: 0) and (max-width: 840px) { #mainContainer .content:not([style-scope]):not(.style-scope) { flex-direction: column; } iron-pages, .right-sidebar { width: 85%; } .right-sidebar { margin: 0; padding: 0 62px; } .right-sidebar img { height: inherit; } } @media all and (min-width: 0) and (max-width: 600px) { iron-pages { width: 100%; } .right-sidebar { width: 99.5%; border-left: 1px solid #fff; padding: 0; } [id="footer"] { height: 12em; } [id="footer"] .left, [id="footer"] .right { float: none; } [id="footer"] .left { margin: 0 0 10px 0; } } @media all and (min-width: 0) and (max-width: 650px) { oit-logo { padding: 0; } oit-search { padding: 10px 0 0 0; } } @media all and (min-width: 0) and (max-width: 550px) { .library, .gears { display: none; } } @media all and (min-width: 0) and (max-width: 450px) { oit-search { display: flex; flex-wrap: wrap; } }
0.397354
0.067917
@charset "UTF-8"; @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-regular.woff2') format('woff2'), url('../fonts/iosevka-fixed-regular.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-bold.woff2') format('woff2'), url('../fonts/iosevka-fixed-bold.woff') format('woff'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-italic.woff2') format('woff2'), url('../fonts/iosevka-fixed-italic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-bolditalic.woff2') format('woff2'), url('../fonts/iosevka-fixed-bolditalic.woff') format('woff'); font-weight: bold; font-style: italic; } :root { --color-bg: #fff; --color-fg: #000; --color-anim: #f00; --color-gray-light: #ccc; --color-gray-dark: #333; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; /* overflow-y: scroll; */ margin-left: -moz-calc(100vw - 100%); margin-left: calc(100vw - 100%); } *, *::after, *::before { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } *, ::before, ::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ::-moz-selection { color: var(--color-bg); background: var(--color-fg); } ::selection { color: var(--color-bg); background: var(--color-fg); } body { width: 100%; font-family: "Iosevka", monospace; quotes: '«\00A0' '\00A0»' "“" "”"; color: var(--color-fg); background: var(--color-bg); letter-spacing: 0.01rem; line-height: 1.62; font-size: 1.6rem; } a { color: var(--color-anim); text-decoration: none; } a:hover, a:focus, a:active { color: var(--color-fg); background: var(--color-anim); } p { margin: 0; /* max-width: 66ch; */ /* margin: 1.62em 0; */ -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; hyphenate-limit-chars: 6 3 3; hyphenate-limit-lines: 2; hyphenate-limit-last: always; hyphenate-limit-zone: 8%; } button { background: none; color: inherit; border: none; font: inherit; cursor: pointer; margin: 0; padding: 0; outline: none; } img { width: 100%; max-width: 100%; } video { width: 100%; outline: none; border: 0; } iframe { border-style: none; max-width: var(--max-width); width: 100%; } pre { display: block; text-indent: none; width: 80%; font-family: "Iosevka", monospace; font-size: 0.8em; background-color: var(--color-gray-light); color: var(--color-gray-dark); border-left: 2px solid var(--color-fg); padding: 0.5em; margin: 1em; white-space: pre-wrap; overflow-wrap: break-word; } code, kbd { font-family: 'Fira Mono', 'Roboto Mono', Menlo, Consolas, 'Liberation Mono', monospace; font-size: 0.8em; background-color: var(--color-gray-light); color: var(--color-gray-dark); border: none; padding: 0.2em 1em; word-break: break-all; word-wrap: break-word; } pre code { padding: 0; } blockquote { display: block; width: 80%; font-size: 0.8em; background-color: var(--color-gray-light); color: var(--color-gray-dark); border-left: 2px solid var(--color-fg); padding: 0.5em; margin: 1em 0; } blockquote p { margin: 0; } hr { display: block; height: 2px; width: 62%; margin: 1em; border: 0; border-top: 2px solid var(--color-fg); padding: 0; } .container { margin: 5em 0; } .text { margin: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .hash { outline: none; color: var(--color-fg); display: inline-block; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-flex: 0; -webkit-flex-grow: 0; -moz-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -webkit-flex-basis: content; -ms-flex-preferred-size: content; flex-basis: content; margin: 0 1em; } .hash::-moz-focus-inner { border: 0; } .hash:focus { outline: none; } .hash::after { display: inline-block; content: attr(data-value); } .hash:focus::after { content: '-'; } .text__container { position: relative; overflow-wrap: break-word; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; } .text__container--left { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .text__container--right { -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .text__body { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; text-align: left; padding: 0 1em 3em 0; } .text__subject { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; text-align: right; display: inline-block; padding: 0 0 3em 1em; } .text__title { font-weight: bold; } .text__link { display: block; } .menu--left { font-weight: bold; } .menu--right { font-style: italic; /* color: var(--color-gray-light); */ } @media (min-width: 18.75em) { /* 300px */ body { /* Fluid typography * calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */ font-size: -moz-calc(16px + (32 - 16) * ((100vw - 300px) / (1280 - 300))); font-size: calc(16px + (32 - 16) * ((100vw - 300px) / (1280 - 300))); } } @media screen and (min-width: 55em) { /* 880 px */ .text__body { padding: 0 3em 3em 0; } .text__subject { padding: 0 0 3em 3em; } } @media screen and (min-width: 80em) { /* 1280 px */ body { font-size: 3.2rem; } }
dist/css/style.css
@charset "UTF-8"; @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-regular.woff2') format('woff2'), url('../fonts/iosevka-fixed-regular.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-bold.woff2') format('woff2'), url('../fonts/iosevka-fixed-bold.woff') format('woff'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-italic.woff2') format('woff2'), url('../fonts/iosevka-fixed-italic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Iosevka'; src: url('../fonts/iosevka-fixed-bolditalic.woff2') format('woff2'), url('../fonts/iosevka-fixed-bolditalic.woff') format('woff'); font-weight: bold; font-style: italic; } :root { --color-bg: #fff; --color-fg: #000; --color-anim: #f00; --color-gray-light: #ccc; --color-gray-dark: #333; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; /* overflow-y: scroll; */ margin-left: -moz-calc(100vw - 100%); margin-left: calc(100vw - 100%); } *, *::after, *::before { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } *, ::before, ::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ::-moz-selection { color: var(--color-bg); background: var(--color-fg); } ::selection { color: var(--color-bg); background: var(--color-fg); } body { width: 100%; font-family: "Iosevka", monospace; quotes: '«\00A0' '\00A0»' "“" "”"; color: var(--color-fg); background: var(--color-bg); letter-spacing: 0.01rem; line-height: 1.62; font-size: 1.6rem; } a { color: var(--color-anim); text-decoration: none; } a:hover, a:focus, a:active { color: var(--color-fg); background: var(--color-anim); } p { margin: 0; /* max-width: 66ch; */ /* margin: 1.62em 0; */ -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; hyphenate-limit-chars: 6 3 3; hyphenate-limit-lines: 2; hyphenate-limit-last: always; hyphenate-limit-zone: 8%; } button { background: none; color: inherit; border: none; font: inherit; cursor: pointer; margin: 0; padding: 0; outline: none; } img { width: 100%; max-width: 100%; } video { width: 100%; outline: none; border: 0; } iframe { border-style: none; max-width: var(--max-width); width: 100%; } pre { display: block; text-indent: none; width: 80%; font-family: "Iosevka", monospace; font-size: 0.8em; background-color: var(--color-gray-light); color: var(--color-gray-dark); border-left: 2px solid var(--color-fg); padding: 0.5em; margin: 1em; white-space: pre-wrap; overflow-wrap: break-word; } code, kbd { font-family: 'Fira Mono', 'Roboto Mono', Menlo, Consolas, 'Liberation Mono', monospace; font-size: 0.8em; background-color: var(--color-gray-light); color: var(--color-gray-dark); border: none; padding: 0.2em 1em; word-break: break-all; word-wrap: break-word; } pre code { padding: 0; } blockquote { display: block; width: 80%; font-size: 0.8em; background-color: var(--color-gray-light); color: var(--color-gray-dark); border-left: 2px solid var(--color-fg); padding: 0.5em; margin: 1em 0; } blockquote p { margin: 0; } hr { display: block; height: 2px; width: 62%; margin: 1em; border: 0; border-top: 2px solid var(--color-fg); padding: 0; } .container { margin: 5em 0; } .text { margin: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .hash { outline: none; color: var(--color-fg); display: inline-block; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-flex: 0; -webkit-flex-grow: 0; -moz-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -webkit-flex-basis: content; -ms-flex-preferred-size: content; flex-basis: content; margin: 0 1em; } .hash::-moz-focus-inner { border: 0; } .hash:focus { outline: none; } .hash::after { display: inline-block; content: attr(data-value); } .hash:focus::after { content: '-'; } .text__container { position: relative; overflow-wrap: break-word; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; } .text__container--left { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .text__container--right { -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .text__body { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; text-align: left; padding: 0 1em 3em 0; } .text__subject { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; text-align: right; display: inline-block; padding: 0 0 3em 1em; } .text__title { font-weight: bold; } .text__link { display: block; } .menu--left { font-weight: bold; } .menu--right { font-style: italic; /* color: var(--color-gray-light); */ } @media (min-width: 18.75em) { /* 300px */ body { /* Fluid typography * calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */ font-size: -moz-calc(16px + (32 - 16) * ((100vw - 300px) / (1280 - 300))); font-size: calc(16px + (32 - 16) * ((100vw - 300px) / (1280 - 300))); } } @media screen and (min-width: 55em) { /* 880 px */ .text__body { padding: 0 3em 3em 0; } .text__subject { padding: 0 0 3em 3em; } } @media screen and (min-width: 80em) { /* 1280 px */ body { font-size: 3.2rem; } }
0.288268
0.040769
html{ } html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ } body { padding-top: 0px; background-color:#818a91; } footer { height:60px; color: #eceeef; background-color: #373a3c; padding: 30px 0; } .header { min-height:55px; background-color:#06b2e5; } .navbar { min-height:50px; border-radius:0; background-color:#06b2e5; } /*sidebar user area */ .userbox{ padding: 10px 45px; } .userbox img { background-color: #373a3c; border-radius:20px; padding:10px; border: dotted .10rem #409e5f; } .sidenavBox { background:#55595c; padding:10px 0; } .sidenavBox h5 { font-weight: 300; padding: 10px 20px; margin-top: 10px; margin-bottom: 0; background-color: #55595c; color: #60b2e5; border-bottom: solid 1px #60b2e5; } .profileEditbtn { padding:10px 15px; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; } .row-offcanvas-right { right: 10; } .row-offcanvas-left { left: 10; } .row-offcanvas-right .sidebar-offcanvas { right: -50%; /* 6 columns */ } .row-offcanvas-left .sidebar-offcanvas { left: -50%; /* 6 columns */ } .row-offcanvas-right.active { right: 50%; /* 6 columns */ } .row-offcanvas-left.active { left: 50%; /* 6 columns */ } .sidebar-offcanvas { position: absolute; top: 0; width: 50%; /* 6 columns */ font-family: Anonymous+Pro; } } .sidebar-offcanvas .nav-stacked > li > a:hover { color:#eceeef; border-right:solid 3px #e56a57; background-color:#818a91; border-radius:0; } .sidebar-offcanvas .nav-stacked > li > a:active { color:#982649; } .sidebar-offcanvas .nav-stacked > li > a{ text-align:justify; padding-left:1.5em; background-color:#373a3c; border-right:solid 3px #373a3c; } .sidebar-offcanvas .left-submenu > li a { padding-left:2.5em; background-color:#55595c; border:none; margin-top: -1px; margin-bottom: -4px; } .contactIcon{ margin-left: 6px; padding-left: 18px; padding-top: 4px; height: 60px; background-color: #373a3c; } .contactIcon-icon { margin:0; padding:0; } .contactIcon-icon a{ padding:5px; margin-top: 10px; background-color:#373a3c; border: solid 1px #373a3c; height:25px; width:35px; text-align:center; font-weight:600; font-size:20px; } .contactIcon-icon a:hover{ background-color:#55595c; border: solid 1px #373a3c; } /*BreakPoints*/ @media screen and (max-width: 767px){ .row-offcanvas-left .sidebar-offcanvas { left: -45%;} } .jumbotron { padding-top: 6rem; padding-bottom: 6rem; margin-bottom: 0; background-color: #fff; } .jumbotron p:last-child { margin-bottom: 0; } .jumbotron-heading { font-weight: 300; } .jumbotron .container { max-width: 40rem; } .album { min-height: 50rem; /* Can be removed; just added for demo purposes */ padding-top: 3rem; padding-bottom: 3rem; background-color: #f7f7f7; } .card { float: left; width: 33.333%; padding: .75rem; margin-bottom: 2rem; border: 0; } .card > img { margin-bottom: .75rem; } .card-text { font-size: 85%; }
components/offDash/offDash.css
html{ } html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ } body { padding-top: 0px; background-color:#818a91; } footer { height:60px; color: #eceeef; background-color: #373a3c; padding: 30px 0; } .header { min-height:55px; background-color:#06b2e5; } .navbar { min-height:50px; border-radius:0; background-color:#06b2e5; } /*sidebar user area */ .userbox{ padding: 10px 45px; } .userbox img { background-color: #373a3c; border-radius:20px; padding:10px; border: dotted .10rem #409e5f; } .sidenavBox { background:#55595c; padding:10px 0; } .sidenavBox h5 { font-weight: 300; padding: 10px 20px; margin-top: 10px; margin-bottom: 0; background-color: #55595c; color: #60b2e5; border-bottom: solid 1px #60b2e5; } .profileEditbtn { padding:10px 15px; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; } .row-offcanvas-right { right: 10; } .row-offcanvas-left { left: 10; } .row-offcanvas-right .sidebar-offcanvas { right: -50%; /* 6 columns */ } .row-offcanvas-left .sidebar-offcanvas { left: -50%; /* 6 columns */ } .row-offcanvas-right.active { right: 50%; /* 6 columns */ } .row-offcanvas-left.active { left: 50%; /* 6 columns */ } .sidebar-offcanvas { position: absolute; top: 0; width: 50%; /* 6 columns */ font-family: Anonymous+Pro; } } .sidebar-offcanvas .nav-stacked > li > a:hover { color:#eceeef; border-right:solid 3px #e56a57; background-color:#818a91; border-radius:0; } .sidebar-offcanvas .nav-stacked > li > a:active { color:#982649; } .sidebar-offcanvas .nav-stacked > li > a{ text-align:justify; padding-left:1.5em; background-color:#373a3c; border-right:solid 3px #373a3c; } .sidebar-offcanvas .left-submenu > li a { padding-left:2.5em; background-color:#55595c; border:none; margin-top: -1px; margin-bottom: -4px; } .contactIcon{ margin-left: 6px; padding-left: 18px; padding-top: 4px; height: 60px; background-color: #373a3c; } .contactIcon-icon { margin:0; padding:0; } .contactIcon-icon a{ padding:5px; margin-top: 10px; background-color:#373a3c; border: solid 1px #373a3c; height:25px; width:35px; text-align:center; font-weight:600; font-size:20px; } .contactIcon-icon a:hover{ background-color:#55595c; border: solid 1px #373a3c; } /*BreakPoints*/ @media screen and (max-width: 767px){ .row-offcanvas-left .sidebar-offcanvas { left: -45%;} } .jumbotron { padding-top: 6rem; padding-bottom: 6rem; margin-bottom: 0; background-color: #fff; } .jumbotron p:last-child { margin-bottom: 0; } .jumbotron-heading { font-weight: 300; } .jumbotron .container { max-width: 40rem; } .album { min-height: 50rem; /* Can be removed; just added for demo purposes */ padding-top: 3rem; padding-bottom: 3rem; background-color: #f7f7f7; } .card { float: left; width: 33.333%; padding: .75rem; margin-bottom: 2rem; border: 0; } .card > img { margin-bottom: .75rem; } .card-text { font-size: 85%; }
0.308398
0.05875
body { background-color: #f5f5f5; /*position: fixed; width: 120pc; overflow-y: hidden;*/ } .navbrand { /*color: #32a873;*/ color: gray; } a { font-weight: bold; font-size: 18px; /*color: #32a873;*/ color: gray; } .container { /*height: 100vh;*/ } #control-panel { background-color: #f0f0f0; } #content-holder { height: 130%; background-color: white; } li.active:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) { color: white; } /*li.active:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) { color: white; }*/ /** * menu items */ ul.nav-pills:nth-child(1) li.active a.kv-toggle { /*background-color: #32a873;*/ background-color: gray; } li.active:nth-child(7) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1) { color: #fff; } ul.pagination li a { color: #32a873; background-color: #fff; } ul.pagination li.active a { background-color: #32a873; } /* * modal window - read articles */ div.in:nth-child(5) > div:nth-child(1) > div:nth-child(1) { margin-left: -20pc; margin-top: 4pc; margin-bottom: -5pc; width: 80pc; } /* * table links */ nav div div a { color: #32a873; } .navbar-brand a { color: #2a323b; } td a { color: #2a323b; } .container a { font-size: 16px; } .navbar-brand { color: #000; font-size-adjust: 0.7; } .container-fluid { position: center; } .jumbotron { font-size: 14px; text-align: left; background-color: #fff; width: 75pc; position: center; box-shadow: 0 0 5px; } #main-menu { width: max-content; min-height: 70pc; /*background-color: #2E3039;*/ border-radius: 5px; /*background-color: lightgray;*/ background-color: #f0f0f0; } .list-group-item { /*background-color: lightgray;*/ background-color: #f0f0f0; border-radius: 5px; /*background-color: #2E3039;*/ border: none; } a.list-group-item { border-radius: 5px; /*color: #32a873;*/ color: gray; } a.list-group-item:hover, a.list-group-item:focus { /*background-color: #43D5B1;*/ border-radius: 5px; /*background-color: #32a873;*/ /*background-color: #90ee90;*/ background-color: #84e084; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { color: #FFF; /*background-color: #43D5B1;*/ background-color: #32a873; border: none; } .list-group-item:first-child, .list-group-item:last-child { border-radius: 0; } .list-group-level1 .list-group-item { padding-left:30px; } .list-group-level2 .list-group-item { padding-left:60px; } /** * redefined horizontal line - empty in default for yii bootstrap 3 */ hr { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #EEEEEE; border-style: solid none; border-width: 1px 0; margin: 18px 0; }
web/css/custom.css
body { background-color: #f5f5f5; /*position: fixed; width: 120pc; overflow-y: hidden;*/ } .navbrand { /*color: #32a873;*/ color: gray; } a { font-weight: bold; font-size: 18px; /*color: #32a873;*/ color: gray; } .container { /*height: 100vh;*/ } #control-panel { background-color: #f0f0f0; } #content-holder { height: 130%; background-color: white; } li.active:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) { color: white; } /*li.active:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) { color: white; }*/ /** * menu items */ ul.nav-pills:nth-child(1) li.active a.kv-toggle { /*background-color: #32a873;*/ background-color: gray; } li.active:nth-child(7) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1) { color: #fff; } ul.pagination li a { color: #32a873; background-color: #fff; } ul.pagination li.active a { background-color: #32a873; } /* * modal window - read articles */ div.in:nth-child(5) > div:nth-child(1) > div:nth-child(1) { margin-left: -20pc; margin-top: 4pc; margin-bottom: -5pc; width: 80pc; } /* * table links */ nav div div a { color: #32a873; } .navbar-brand a { color: #2a323b; } td a { color: #2a323b; } .container a { font-size: 16px; } .navbar-brand { color: #000; font-size-adjust: 0.7; } .container-fluid { position: center; } .jumbotron { font-size: 14px; text-align: left; background-color: #fff; width: 75pc; position: center; box-shadow: 0 0 5px; } #main-menu { width: max-content; min-height: 70pc; /*background-color: #2E3039;*/ border-radius: 5px; /*background-color: lightgray;*/ background-color: #f0f0f0; } .list-group-item { /*background-color: lightgray;*/ background-color: #f0f0f0; border-radius: 5px; /*background-color: #2E3039;*/ border: none; } a.list-group-item { border-radius: 5px; /*color: #32a873;*/ color: gray; } a.list-group-item:hover, a.list-group-item:focus { /*background-color: #43D5B1;*/ border-radius: 5px; /*background-color: #32a873;*/ /*background-color: #90ee90;*/ background-color: #84e084; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { color: #FFF; /*background-color: #43D5B1;*/ background-color: #32a873; border: none; } .list-group-item:first-child, .list-group-item:last-child { border-radius: 0; } .list-group-level1 .list-group-item { padding-left:30px; } .list-group-level2 .list-group-item { padding-left:60px; } /** * redefined horizontal line - empty in default for yii bootstrap 3 */ hr { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #EEEEEE; border-style: solid none; border-width: 1px 0; margin: 18px 0; }
0.367043
0.073963
.header-detail { padding: 25px 0 28px; } .header-detail .header-left { float: left; } .table-list { display: table; width: 100%; } .header-detail .breadcrumb { padding: 0; margin-bottom: 15px; } .breadcrumb { line-height: 12px; } .breadcrumb { margin: 0; background: none; padding: 18px 0 0; } .header-detail .breadcrumb li { line-height: 28px; } .breadcrumb li { font-size: 12px; line-height: 12px; margin: 0; font-weight: 300; text-transform: inherit; text-align: inherit; } .breadcrumb li { color: #707070; } .breadcrumb li a { color: #707070; font-weight: 400; } a { color: #00aeef; text-decoration: none; } button, a, .hover-effect, .slideshow .slideshow-nav-main .slick-slide, .top-bar .dropdown-menu > li, .nav-dropdown a, .login-tabs li, .banner-search-tabs .search-tab, .search-expand-btn, .item-thumb .hover-effect:after, figure .hover-effect:after, .carousel-module .carousel .item figure .hover-effect:after, .item-thumb .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb .slick-slide:after, figure .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure .slick-slide:after, .detail-bar .detail-tabs li, .video-thumb, .attachment-houzez-property-detail-gallery, .profile-tabs li, #transportation, #supermarkets, #schools, #libraries, #pharmacies, #hospitals, #houzez-gmap-main .map-btn { -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } a { background-color: transparent; } .header-detail .header-left .property-address { text-overflow: ellipsis; width: 100%; white-space: nowrap; overflow: hidden; } .header-detail .property-address { font-size: 14px; line-height: 14px; margin: 0 !important; font-weight: 400; text-transform: inherit; text-align: inherit; } .header-detail .property-address { color: #707070; } .header-detail .header-right { float: right; } .header-detail .label-wrap { top: -3px; position: relative; height: 24px; } .label-wrap { display: inline-block; font-size: 0; vertical-align: middle; line-height: normal; } .label-wrap .label:last-child { margin: 0; } .header-detail .label-wrap .label { font-size: 12px; line-height: 12px; text-transform: uppercase; font-weight: 500; } .header-detail .label-wrap .label { padding: 6px 10px 6px; } .label-wrap .label { display: inline-block; margin-right: 5px; color: #fff; border-radius: 2px; font-size: 10px; padding: 3px 6px 3px; text-transform: uppercase; margin-bottom: 0; line-height: 11px; vertical-align: top; font-weight: bold !important; } .label-primary { background-color: #4cc6f4; } .label-danger { background-color: #e43012; } .header-detail .header-left h1 { text-overflow: ellipsis; width: 100%; white-space: nowrap; overflow: hidden; } .header-detail h1 { font-size: 30px; line-height: 30px; margin: 0 0 9px 0; font-weight: 500; text-transform: inherit; text-align: inherit; color: #000; font-weight: bold; } h1 { font-size: 26px; line-height: 32px; margin: 0 0 20px 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .header-right { text-align: right; } .owl-theme .owl-controls .owl-nav [class*=owl-], .header-main div, .header-left, .header-right, .account-dropdown, .navi > ul ul, .nav-dropdown, .item-thumb .hover-effect:before, figure .hover-effect:before, .carousel-module .carousel .item figure .hover-effect:before, .item-thumb .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb .slick-slide:before, figure .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure .slick-slide:before, #transportation span, #supermarkets span, #schools span, #libraries span, #pharmacies span, #hospitals span, .services-module .service-block, .agents-block, .partner-block { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .header-detail ul { padding: 0; margin-bottom: 12px; line-height: 14px; } .actions { margin: 0; list-style: none; font-size: 0 !important; } .actions li { position: relative; display: inline-block; vertical-align: middle; margin-right: 5px; color: #fff; cursor: pointer; font-size: 12px; } .tooltip_left { line-height: 16px; position: absolute; top: inherit; right: 30px; bottom: 50%; left: inherit; z-index: -1; -moz-transform: translate(0, 50%); -o-transform: translate(0, 50%); -ms-transform: translate(0, 50%); -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .share_tooltip { position: absolute; right: -4px; bottom: 35px; background-color: #00aeef; white-space: nowrap; display: block; padding: 0 5px; visibility: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .header-right a { font-size: 14px; font-weight: 500; text-align: right; } .share_tooltip a { display: inline-block; color: #fff; font-size: 16px; padding: 0 6px; width: 30px; height: 30px; line-height: 30px; text-align: center; } a { color: #00aeef; text-decoration: none; } .actions li > span { display: inline-block; width: 28px; height: 28px; line-height: 28px; border-radius: 4px; background-color: #000; opacity: 0.6; filter: alpha(opacity=60); text-align: center; } .header-detail .item-price { font-size: 30px; line-height: 30px; margin: 0 0 8px 0; font-weight: bold; text-transform: inherit; text-align: inherit; color: #000; font-family: Helvetica; } .header-detail .item-price { display: block; } .header-detail .item-sub-price { font-size: 18px; line-height: 18px; margin: 0; font-weight: 400; text-transform: inherit; text-align: inherit; font-family: Helvetica; color: #333; } .header-detail .item-sub-price { color: #707070; display: block; } .section-detail-content #sidebar { padding: 0; } .sidebar-white .widget { border: none !important; background-color: #fff; padding: 20px !important; } .sidebar-white .widget + .widget { margin-top: 30px !important; } .widget + .widget { margin-top: 40px; } .widget { padding-bottom: 40px; border-bottom: 1px solid #e1e1e1; } .widget-top { margin-bottom: 17px; } .widget-title { font-size: 16px; line-height: 24px; margin: 0 0 20px 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .widget-body { font-size: 14px; } .widget .media-left .item-thumb, .widget .next-prev-block .media-right .item-thumb, .next-prev-block .widget .media-right .item-thumb, .widget .media-left figure, .widget .next-prev-block .media-right figure, .next-prev-block .widget .media-right figure, .widget .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .widget .media-left figure { width: 101px; } .item-thumb, figure, .carousel-module .carousel .item figure { position: relative; z-index: 1; } .widget .media-left a, .widget .next-prev-block .media-right a, .next-prev-block .widget .media-right a { display: block; width: 101px; } .widget .media-heading { font-size: 14px; line-height: 18px; margin: 0 0 5px; font-weight: 500; text-transform: inherit; text-align: inherit; } .widget .amenities p { font-size: 12px; line-height: 15px; margin: 0; font-weight: 400; text-transform: inherit; text-align: inherit; } .widget h4 { font-size: 14px; line-height: 18px; margin: 0 0 8px; font-weight: 500; text-transform: inherit; text-align: inherit; } .widget .amenities p { color: #707070; } .hover-effect, .slideshow .slideshow-nav-main .slick-slide { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; z-index: 0; } .item-thumb .hover-effect:before, figure .hover-effect:before, .carousel-module .carousel .item figure .hover-effect:before, .item-thumb .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb .slick-slide:before, figure .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure .slick-slide:before { content: ''; display: block; position: absolute; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); background-color: rgba(255, 255, 255, 0.5); width: 100%; height: 100%; z-index: 2; } .item-thumb .hover-effect:after, figure .hover-effect:after, .carousel-module .carousel .item figure .hover-effect:after, .item-thumb .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb .slick-slide:after, figure .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure .slick-slide:after { content: ""; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 100%; opacity: 1; filter: alpha(opacity=100); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8))); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%); z-index: 1; } .item-thumb img, figure img, .carousel-module .carousel .item figure img { width: 100%; } img { height: auto; max-width: 100%; } .featured_label{ position: absolute; top: 10px; z-index: 100; left: 10px; } .detail-bar .detail-block + .detail-block { margin-top: 40px; } .detail-block { background-color: #fff; padding: 40px; } .detail-title { padding-bottom: 40px; margin-bottom: 25px; border-bottom: 1px solid #e5e5e5; } .detail-title .title-left { font-size: 18px; line-height: 18px; margin: 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .detail-title .title-left { float: left; } .detail-bar h2 { font-size: 20px; line-height: 24px; margin: 0 0 20px 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .detail-features ul { list-style: none; margin: 0; } .list-three-col { columns: 3; -webkit-columns: 3; -moz-columns: 3; } .detail-bar ul li { font-size: 16px; line-height: 30px; margin: 0; font-weight: 300; text-transform: inherit; text-align: inherit; } .list-three-col li { font-size: 14px; line-height: 28px; margin: 0; font-weight: 300; text-transform: inherit; text-align: inherit; } .detail-block .list-features a { color: #000; } .title-right{ text-align: right; }
public/css/estate.css
.header-detail { padding: 25px 0 28px; } .header-detail .header-left { float: left; } .table-list { display: table; width: 100%; } .header-detail .breadcrumb { padding: 0; margin-bottom: 15px; } .breadcrumb { line-height: 12px; } .breadcrumb { margin: 0; background: none; padding: 18px 0 0; } .header-detail .breadcrumb li { line-height: 28px; } .breadcrumb li { font-size: 12px; line-height: 12px; margin: 0; font-weight: 300; text-transform: inherit; text-align: inherit; } .breadcrumb li { color: #707070; } .breadcrumb li a { color: #707070; font-weight: 400; } a { color: #00aeef; text-decoration: none; } button, a, .hover-effect, .slideshow .slideshow-nav-main .slick-slide, .top-bar .dropdown-menu > li, .nav-dropdown a, .login-tabs li, .banner-search-tabs .search-tab, .search-expand-btn, .item-thumb .hover-effect:after, figure .hover-effect:after, .carousel-module .carousel .item figure .hover-effect:after, .item-thumb .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb .slick-slide:after, figure .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure .slick-slide:after, .detail-bar .detail-tabs li, .video-thumb, .attachment-houzez-property-detail-gallery, .profile-tabs li, #transportation, #supermarkets, #schools, #libraries, #pharmacies, #hospitals, #houzez-gmap-main .map-btn { -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } a { background-color: transparent; } .header-detail .header-left .property-address { text-overflow: ellipsis; width: 100%; white-space: nowrap; overflow: hidden; } .header-detail .property-address { font-size: 14px; line-height: 14px; margin: 0 !important; font-weight: 400; text-transform: inherit; text-align: inherit; } .header-detail .property-address { color: #707070; } .header-detail .header-right { float: right; } .header-detail .label-wrap { top: -3px; position: relative; height: 24px; } .label-wrap { display: inline-block; font-size: 0; vertical-align: middle; line-height: normal; } .label-wrap .label:last-child { margin: 0; } .header-detail .label-wrap .label { font-size: 12px; line-height: 12px; text-transform: uppercase; font-weight: 500; } .header-detail .label-wrap .label { padding: 6px 10px 6px; } .label-wrap .label { display: inline-block; margin-right: 5px; color: #fff; border-radius: 2px; font-size: 10px; padding: 3px 6px 3px; text-transform: uppercase; margin-bottom: 0; line-height: 11px; vertical-align: top; font-weight: bold !important; } .label-primary { background-color: #4cc6f4; } .label-danger { background-color: #e43012; } .header-detail .header-left h1 { text-overflow: ellipsis; width: 100%; white-space: nowrap; overflow: hidden; } .header-detail h1 { font-size: 30px; line-height: 30px; margin: 0 0 9px 0; font-weight: 500; text-transform: inherit; text-align: inherit; color: #000; font-weight: bold; } h1 { font-size: 26px; line-height: 32px; margin: 0 0 20px 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .header-right { text-align: right; } .owl-theme .owl-controls .owl-nav [class*=owl-], .header-main div, .header-left, .header-right, .account-dropdown, .navi > ul ul, .nav-dropdown, .item-thumb .hover-effect:before, figure .hover-effect:before, .carousel-module .carousel .item figure .hover-effect:before, .item-thumb .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb .slick-slide:before, figure .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure .slick-slide:before, #transportation span, #supermarkets span, #schools span, #libraries span, #pharmacies span, #hospitals span, .services-module .service-block, .agents-block, .partner-block { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .header-detail ul { padding: 0; margin-bottom: 12px; line-height: 14px; } .actions { margin: 0; list-style: none; font-size: 0 !important; } .actions li { position: relative; display: inline-block; vertical-align: middle; margin-right: 5px; color: #fff; cursor: pointer; font-size: 12px; } .tooltip_left { line-height: 16px; position: absolute; top: inherit; right: 30px; bottom: 50%; left: inherit; z-index: -1; -moz-transform: translate(0, 50%); -o-transform: translate(0, 50%); -ms-transform: translate(0, 50%); -webkit-transform: translate(0, 50%); transform: translate(0, 50%); } .share_tooltip { position: absolute; right: -4px; bottom: 35px; background-color: #00aeef; white-space: nowrap; display: block; padding: 0 5px; visibility: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .header-right a { font-size: 14px; font-weight: 500; text-align: right; } .share_tooltip a { display: inline-block; color: #fff; font-size: 16px; padding: 0 6px; width: 30px; height: 30px; line-height: 30px; text-align: center; } a { color: #00aeef; text-decoration: none; } .actions li > span { display: inline-block; width: 28px; height: 28px; line-height: 28px; border-radius: 4px; background-color: #000; opacity: 0.6; filter: alpha(opacity=60); text-align: center; } .header-detail .item-price { font-size: 30px; line-height: 30px; margin: 0 0 8px 0; font-weight: bold; text-transform: inherit; text-align: inherit; color: #000; font-family: Helvetica; } .header-detail .item-price { display: block; } .header-detail .item-sub-price { font-size: 18px; line-height: 18px; margin: 0; font-weight: 400; text-transform: inherit; text-align: inherit; font-family: Helvetica; color: #333; } .header-detail .item-sub-price { color: #707070; display: block; } .section-detail-content #sidebar { padding: 0; } .sidebar-white .widget { border: none !important; background-color: #fff; padding: 20px !important; } .sidebar-white .widget + .widget { margin-top: 30px !important; } .widget + .widget { margin-top: 40px; } .widget { padding-bottom: 40px; border-bottom: 1px solid #e1e1e1; } .widget-top { margin-bottom: 17px; } .widget-title { font-size: 16px; line-height: 24px; margin: 0 0 20px 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .widget-body { font-size: 14px; } .widget .media-left .item-thumb, .widget .next-prev-block .media-right .item-thumb, .next-prev-block .widget .media-right .item-thumb, .widget .media-left figure, .widget .next-prev-block .media-right figure, .next-prev-block .widget .media-right figure, .widget .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .widget .media-left figure { width: 101px; } .item-thumb, figure, .carousel-module .carousel .item figure { position: relative; z-index: 1; } .widget .media-left a, .widget .next-prev-block .media-right a, .next-prev-block .widget .media-right a { display: block; width: 101px; } .widget .media-heading { font-size: 14px; line-height: 18px; margin: 0 0 5px; font-weight: 500; text-transform: inherit; text-align: inherit; } .widget .amenities p { font-size: 12px; line-height: 15px; margin: 0; font-weight: 400; text-transform: inherit; text-align: inherit; } .widget h4 { font-size: 14px; line-height: 18px; margin: 0 0 8px; font-weight: 500; text-transform: inherit; text-align: inherit; } .widget .amenities p { color: #707070; } .hover-effect, .slideshow .slideshow-nav-main .slick-slide { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; z-index: 0; } .item-thumb .hover-effect:before, figure .hover-effect:before, .carousel-module .carousel .item figure .hover-effect:before, .item-thumb .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb .slick-slide:before, figure .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure .slick-slide:before { content: ''; display: block; position: absolute; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); background-color: rgba(255, 255, 255, 0.5); width: 100%; height: 100%; z-index: 2; } .item-thumb .hover-effect:after, figure .hover-effect:after, .carousel-module .carousel .item figure .hover-effect:after, .item-thumb .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb .slick-slide:after, figure .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure .slick-slide:after { content: ""; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 100%; opacity: 1; filter: alpha(opacity=100); background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8))); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%); z-index: 1; } .item-thumb img, figure img, .carousel-module .carousel .item figure img { width: 100%; } img { height: auto; max-width: 100%; } .featured_label{ position: absolute; top: 10px; z-index: 100; left: 10px; } .detail-bar .detail-block + .detail-block { margin-top: 40px; } .detail-block { background-color: #fff; padding: 40px; } .detail-title { padding-bottom: 40px; margin-bottom: 25px; border-bottom: 1px solid #e5e5e5; } .detail-title .title-left { font-size: 18px; line-height: 18px; margin: 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .detail-title .title-left { float: left; } .detail-bar h2 { font-size: 20px; line-height: 24px; margin: 0 0 20px 0; font-weight: 500; text-transform: inherit; text-align: inherit; } .detail-features ul { list-style: none; margin: 0; } .list-three-col { columns: 3; -webkit-columns: 3; -moz-columns: 3; } .detail-bar ul li { font-size: 16px; line-height: 30px; margin: 0; font-weight: 300; text-transform: inherit; text-align: inherit; } .list-three-col li { font-size: 14px; line-height: 28px; margin: 0; font-weight: 300; text-transform: inherit; text-align: inherit; } .detail-block .list-features a { color: #000; } .title-right{ text-align: right; }
0.473901
0.091992
.select2-container--krajee .select2-selection--single { height: 40px; border-radius: 0; } .select2-container--krajee .select2-selection--single .select2-selection__arrow { border-left: 1px solid #dad8d8; height: 38px; width: 28px; } .help-block { color: crimson; } .form-group .form-check-group .form-check { margin-right: 12px; padding-left: 0; } .pull-right { float: right; } .majorsList { list-style: none; padding: 0; } .majorsList li { width: 30%; display: inline-block; margin: 0 1%; padding: .9rem 0; } .contList { list-style: none; padding: 0; } .contList li { width: 30%; display: inline-block; margin: 0 1%; padding: .9rem 0; } .search-form.after-jumbotron { z-index: 1000; position: relative; } .successMsg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #fff; z-index: 10000; flex-direction: column; justify-content: center; align-items: center; display: none; } .successMsg.show { display: flex; } .successMsg img { width: 135px; margin-bottom: 20px; } .successMsg h3 { font-size: 2.2rem; font-weight: 100; } .auth-content .auth-form .form-group>div i { position: absolute; right: 15px; top: 45px; color: #999999; font-size: .8em; } .auth-content .auth-form .form-group .form-check { padding: 0; } .select2-container--krajee .select2-selection--single { padding: 6px 60px 6px 12px; } .select2-container--krajee .select2-selection--single .select2-selection__clear { right: 2rem; } .deleteStudent { position: absolute; right: 15px; top: 10px; font-size: 18px; } .btnAcco { background: #fff; border: 1px solid #ced4da; color: #495057; width: 100%; text-align: left; border-radius: 0; height: 42px; } .btnAcco:hover { background: #fff; border: 1px solid #ced4da; color: #495057; } .footer .form-group button { top: 55px; } .nav-pills .nav-item .nav-link { /* font-size: 1rem; */ } /* .auth-form .help-block { color: crimson; height: 50px !important; } */ .auth-content .auth-info { min-height: 1550px; } .universities-row .item-footer>div { width: 25%; } .pagination li { width: 30px; height: 30px; background: #fff; line-height: 30px; margin: 1px; } .pagination li.active { background: #204183; color: #fff; } .pagination li.active a{ background: #204183; color: #fff; } .pagination li a:hover { text-decoration: none; } .pagination li:hover { background:#313131; } #AccoModal i{ margin: 0 10px 0 0 } #searchBtnMob{ display: none; } /*/////////Password strength////////////*/ .bg-transparent { background-color: transparent !important; } .bg-red { background-color: #e74c3c !important; } .bg-orange { background-color: #e67e22 !important; } .bg-green { background-color: #2ecc71 !important; } body .password-wrapper .input { border: none; padding: 10px 15px; font: small-caption; font-size: 18px; font-size: 1.8rem; width: calc(100% - 50px); color: #34495e; outline: none; line-height: 1.5; } body .password-wrapper .icon-wrapper { position: absolute; cursor: pointer; right: 25px; top: 38px; color: #a09f9f; } body .password-wrapper .icon-wrapper .ion-eye, body .password-wrapper .icon-wrapper .ion-more { font-size: 26px; font-size: 2.6rem; position: absolute; top: 11px; right: 12px; color: #ccc; transition: color 0.25s ease-out; } body .password-wrapper .strength-lines { position: absolute; top: 32px; left: 13px; right: 0; width: calc(100% - 50px); height: 6px; z-index: 3; } body .password-wrapper .strength-lines .line { position: absolute; background-color: transparent; height: 6px; border-radius: 2px; transition: background-color 0.25s ease-in; } body .password-wrapper .strength-lines .line:not(:first-of-type):not(:last-of-type) { left: 33%; right: 33%; } body .password-wrapper .strength-lines .line:first-of-type { left: 4px; right: 68%; } body .password-wrapper .strength-lines .line:last-of-type { left: 68%; right: 4px; } #searchBtnMob .button{ width: 49% !important; display: inline-block !important; margin: 0; } #updateSearchMob{ display: none; } .universities .item .item-footer .item-label{ text-transform: capitalize !important; } .button-default { color: #0a0a0a; } .iti__country-list{ z-index: 100 !important; } .video-fluid{ width: 445px; } #dwdwdw{ width: 200px; float: right; } .header .header-strip .dropdown-menu { max-height: 300px; overflow: auto; } @media (max-width: 768px) { .auth-content .auth-form .form-group>div { width: 100%; } #dwdwdw{ width: 100%; float: none; } .video-fluid{ width: 100%; } .majorsList li, .contList li { width: 100%; } .universities-row .item-footer>div { width: 100%; } .universities .item .item-header figure { background: #fff; } #searchfilters,#searchfilters2,#searchBtnDesktop{ display: none; } #searchfilters.show,#searchfilters2.show{ display: block; } #searchBtnMob{ display: block; } #updateSearchMob{ display: block; } .hideMob{ display: none; } #searchfilters2 .field-City-id,#searchfilters2 .field-subcat-id{ padding: 5px 10px; } #searchfilters .field-City-id,#searchfilters .field-subcat-id{ padding: 5px 10px; } .languageform .field-City-id,.languageform .field-subcat-id{ padding: 5px !important; } .form-group.field-City-id .form-control,.form-group.field-subcat-id .form-control{ background-color: #ffffff; color: #a2a2a2; } } .header{ z-index: 200000000; }
frontend/web/css/custom.css
.select2-container--krajee .select2-selection--single { height: 40px; border-radius: 0; } .select2-container--krajee .select2-selection--single .select2-selection__arrow { border-left: 1px solid #dad8d8; height: 38px; width: 28px; } .help-block { color: crimson; } .form-group .form-check-group .form-check { margin-right: 12px; padding-left: 0; } .pull-right { float: right; } .majorsList { list-style: none; padding: 0; } .majorsList li { width: 30%; display: inline-block; margin: 0 1%; padding: .9rem 0; } .contList { list-style: none; padding: 0; } .contList li { width: 30%; display: inline-block; margin: 0 1%; padding: .9rem 0; } .search-form.after-jumbotron { z-index: 1000; position: relative; } .successMsg { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #fff; z-index: 10000; flex-direction: column; justify-content: center; align-items: center; display: none; } .successMsg.show { display: flex; } .successMsg img { width: 135px; margin-bottom: 20px; } .successMsg h3 { font-size: 2.2rem; font-weight: 100; } .auth-content .auth-form .form-group>div i { position: absolute; right: 15px; top: 45px; color: #999999; font-size: .8em; } .auth-content .auth-form .form-group .form-check { padding: 0; } .select2-container--krajee .select2-selection--single { padding: 6px 60px 6px 12px; } .select2-container--krajee .select2-selection--single .select2-selection__clear { right: 2rem; } .deleteStudent { position: absolute; right: 15px; top: 10px; font-size: 18px; } .btnAcco { background: #fff; border: 1px solid #ced4da; color: #495057; width: 100%; text-align: left; border-radius: 0; height: 42px; } .btnAcco:hover { background: #fff; border: 1px solid #ced4da; color: #495057; } .footer .form-group button { top: 55px; } .nav-pills .nav-item .nav-link { /* font-size: 1rem; */ } /* .auth-form .help-block { color: crimson; height: 50px !important; } */ .auth-content .auth-info { min-height: 1550px; } .universities-row .item-footer>div { width: 25%; } .pagination li { width: 30px; height: 30px; background: #fff; line-height: 30px; margin: 1px; } .pagination li.active { background: #204183; color: #fff; } .pagination li.active a{ background: #204183; color: #fff; } .pagination li a:hover { text-decoration: none; } .pagination li:hover { background:#313131; } #AccoModal i{ margin: 0 10px 0 0 } #searchBtnMob{ display: none; } /*/////////Password strength////////////*/ .bg-transparent { background-color: transparent !important; } .bg-red { background-color: #e74c3c !important; } .bg-orange { background-color: #e67e22 !important; } .bg-green { background-color: #2ecc71 !important; } body .password-wrapper .input { border: none; padding: 10px 15px; font: small-caption; font-size: 18px; font-size: 1.8rem; width: calc(100% - 50px); color: #34495e; outline: none; line-height: 1.5; } body .password-wrapper .icon-wrapper { position: absolute; cursor: pointer; right: 25px; top: 38px; color: #a09f9f; } body .password-wrapper .icon-wrapper .ion-eye, body .password-wrapper .icon-wrapper .ion-more { font-size: 26px; font-size: 2.6rem; position: absolute; top: 11px; right: 12px; color: #ccc; transition: color 0.25s ease-out; } body .password-wrapper .strength-lines { position: absolute; top: 32px; left: 13px; right: 0; width: calc(100% - 50px); height: 6px; z-index: 3; } body .password-wrapper .strength-lines .line { position: absolute; background-color: transparent; height: 6px; border-radius: 2px; transition: background-color 0.25s ease-in; } body .password-wrapper .strength-lines .line:not(:first-of-type):not(:last-of-type) { left: 33%; right: 33%; } body .password-wrapper .strength-lines .line:first-of-type { left: 4px; right: 68%; } body .password-wrapper .strength-lines .line:last-of-type { left: 68%; right: 4px; } #searchBtnMob .button{ width: 49% !important; display: inline-block !important; margin: 0; } #updateSearchMob{ display: none; } .universities .item .item-footer .item-label{ text-transform: capitalize !important; } .button-default { color: #0a0a0a; } .iti__country-list{ z-index: 100 !important; } .video-fluid{ width: 445px; } #dwdwdw{ width: 200px; float: right; } .header .header-strip .dropdown-menu { max-height: 300px; overflow: auto; } @media (max-width: 768px) { .auth-content .auth-form .form-group>div { width: 100%; } #dwdwdw{ width: 100%; float: none; } .video-fluid{ width: 100%; } .majorsList li, .contList li { width: 100%; } .universities-row .item-footer>div { width: 100%; } .universities .item .item-header figure { background: #fff; } #searchfilters,#searchfilters2,#searchBtnDesktop{ display: none; } #searchfilters.show,#searchfilters2.show{ display: block; } #searchBtnMob{ display: block; } #updateSearchMob{ display: block; } .hideMob{ display: none; } #searchfilters2 .field-City-id,#searchfilters2 .field-subcat-id{ padding: 5px 10px; } #searchfilters .field-City-id,#searchfilters .field-subcat-id{ padding: 5px 10px; } .languageform .field-City-id,.languageform .field-subcat-id{ padding: 5px !important; } .form-group.field-City-id .form-control,.form-group.field-subcat-id .form-control{ background-color: #ffffff; color: #a2a2a2; } } .header{ z-index: 200000000; }
0.333937
0.079567
body { width: 80%; display: block; margin: auto !important; font-family: "Terminal Dosis",Arial,Helvetica,sans-serif !important; } /*********************************************CSS FROM HOME PAGE****************************************************/ .containerHomePage{ margin-top: 50px; /*border: 1px solid orangered;*/ width: 100% !important; /*padding-left: 0px !important;*/ /*padding-right: 0px !important;*/ } .homePage{ width: 75%; /*display: block;*/ margin: auto !important; margin-top: 180px !important; } .colonneMenu{ box-shadow: 3px 3px 5px #888888; /*border: 1px solid red;*/ padding-right: 0px !important; padding-left: 0px !important; margin-right: 15px; } .menuHomePage .headMenu{ background-color: #00008B; border: 1px solid #00008B; } .menuHomePage .headMenu p{ text-align: center; /*font-weight: normal;*/ margin-top: 10px; font-size: 19px; color: #fff; } .menuHomePage .bodyMenu{ background-color: #E8E8E8; border: 1px solid #00008B; height: 370px; } .menuHomePage .bodyMenu ul li, .menuHomePage .bodyMenu ul li a{ color: #00008B; margin: 20px 0px; font-size: 18px; margin-right: 3px !important; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; margin-right: 2px; /*border: 1px solid red;*/ } .menuHomePage .bodyMenu ul li a:hover, .menuHomePage .bodyMenu ul li a:focus{ color: #0099FF; } /***********************************************END HOME PAGE*****************************************************/ /**************************************CSS FROM GRAPH PERFORMANCE PAGE*********************************************/ .thLarger{ /* border: 1px solid red !important;*/ width: 250px !important; } .greenCase{ background-color: #5bb024; color: #fff; text-align: center; } .orangeCase{ background-color: #ff9c15; color: #fff; text-align: center; } .table th{ background-color: #edf1f0; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; /* text-align: center;*/ font-size: 13.4px; vertical-align: middle !important; /* border: 1px solid red !important;*/ } .table-bordered td:hover{ background-color: #37519f; color: #fff; /* border: 1px solid red !important;*/ } .middleText{ text-align: center; } .buttonDatePicker{ margin-top: 23px; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important; font-size: 16px !important; font-weight: bold !important; background: #37519f !important; } .datepicker .datepicker-dropdown .dropdown-menu .datepicker-orient-left .datepicker-orient-bottom{ top: 62px !important; left: 47px !important; display: block !important; } .test{ width: 64% !important; }
web/css/fe3b0e7_style_1.css
body { width: 80%; display: block; margin: auto !important; font-family: "Terminal Dosis",Arial,Helvetica,sans-serif !important; } /*********************************************CSS FROM HOME PAGE****************************************************/ .containerHomePage{ margin-top: 50px; /*border: 1px solid orangered;*/ width: 100% !important; /*padding-left: 0px !important;*/ /*padding-right: 0px !important;*/ } .homePage{ width: 75%; /*display: block;*/ margin: auto !important; margin-top: 180px !important; } .colonneMenu{ box-shadow: 3px 3px 5px #888888; /*border: 1px solid red;*/ padding-right: 0px !important; padding-left: 0px !important; margin-right: 15px; } .menuHomePage .headMenu{ background-color: #00008B; border: 1px solid #00008B; } .menuHomePage .headMenu p{ text-align: center; /*font-weight: normal;*/ margin-top: 10px; font-size: 19px; color: #fff; } .menuHomePage .bodyMenu{ background-color: #E8E8E8; border: 1px solid #00008B; height: 370px; } .menuHomePage .bodyMenu ul li, .menuHomePage .bodyMenu ul li a{ color: #00008B; margin: 20px 0px; font-size: 18px; margin-right: 3px !important; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; margin-right: 2px; /*border: 1px solid red;*/ } .menuHomePage .bodyMenu ul li a:hover, .menuHomePage .bodyMenu ul li a:focus{ color: #0099FF; } /***********************************************END HOME PAGE*****************************************************/ /**************************************CSS FROM GRAPH PERFORMANCE PAGE*********************************************/ .thLarger{ /* border: 1px solid red !important;*/ width: 250px !important; } .greenCase{ background-color: #5bb024; color: #fff; text-align: center; } .orangeCase{ background-color: #ff9c15; color: #fff; text-align: center; } .table th{ background-color: #edf1f0; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; /* text-align: center;*/ font-size: 13.4px; vertical-align: middle !important; /* border: 1px solid red !important;*/ } .table-bordered td:hover{ background-color: #37519f; color: #fff; /* border: 1px solid red !important;*/ } .middleText{ text-align: center; } .buttonDatePicker{ margin-top: 23px; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important; font-size: 16px !important; font-weight: bold !important; background: #37519f !important; } .datepicker .datepicker-dropdown .dropdown-menu .datepicker-orient-left .datepicker-orient-bottom{ top: 62px !important; left: 47px !important; display: block !important; } .test{ width: 64% !important; }
0.354657
0.051059
html { height: 100%; } body { max-width: 1200px; margin: 0 auto; padding: 0; height: 100%; min-height: 100%; background-color: rgba(44, 27, 19, 0.4); } body > * { color: #2C1B13; outline: none; } body div { position: relative; } #content { margin: 0 auto; min-height: 100%; position: relative; background-image: url(backgroundPoolPic.jpg); background-size: 100% 100%; background-position: cover; background-attachment: fixed; } #main { padding-top: 5px; overflow: auto; padding-bottom: 100px; } #foot { border-top: 1px solid #31AB3C; text-align: center; background-color: #FBEBD4; position: relative; margin-top: -100px; height: 100px; width: 100%; max-width: 1200px; clear: both; } #foot p { font-size: 20px; font-weight: bold; padding: 20px 0px; } .submit-button { font-weight: bold; outline: none; padding: 5px 10px; } @media only screen and (min-width: 640px) { #main { padding-top: 10px; } } .dragscroll { cursor: url('mouseArrow.png'), all-scroll; } body ul{ list-style-type: none; } body a { text-decoration: none; } body ul li { display: inline-block; padding: 0px 10px; margin: 0px -3.5px; border-left: 3px solid black; border-right: 3px solid black; } body ul a { text-decoration: none; } a { color: #A893FF; text-decoration: none; font-weight: bold; } a:hover { color: #A893FF; text-decoration: underline; } h1 { text-align: center; font-family: Copperplate, 'Copperplate Gothic Light', fantasy; font-size: 150px; font-weight: bold; color: #2b2936; } input:focus { outline: none; } input:invalid { border: 3px solid #F4AE35; } input:valid[type="submit"] { border: none; } .errors-box { font-weight: bold; color: red; font-size: 14px; margin-top: -5px; } .errors-box p { padding: 0px; margin: 0px 0px 3px; } @media only screen and (min-width: 640px) { .errors-box { font-size: 14px; } .errors-box p { margin: 0px 0px 5px; } } .display-game { display: inline-block; font-weight: bold; color: #FFFFF0; background-color: #2C1B13; border-top-right-radius: 7px; border-bottom-left-radius: 7px; border-bottom: 1px solid #F4AE35; padding: 4px 8px; min-width: 60px; height: 35px; margin: 0px 10px 5px 0px; } .pagination > * { float: left; } /* For Jquery UI dialog modal:*/ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #939393; opacity: 0.9; } .ui-front { z-index: 100; position: fixed; } .ui-dialog { color: #2C1B13; background-color: #2C1B13; border-radius: 2px } .ui-dialog #view-venue-on-map { padding: 3%; } .ui-dialog form { padding: 3%; font-size: 30px; text-align: center; color: #FBEBD4; background-color: #2C1B13; border-radius: 10px; } .ui-dialog form label { color: #FBEBD4; } .ui-dialog form input, .ui-dialog form textarea { text-align: center; background-color: #FFFFF0; height: 25px; border-radius: 5px; } .ui-dialog form .button { margin-top: 10px; color: #2C1B13; background-color: #FBEBD4; } @media only screen and (min-width: 640px) and (min-height: 500px) { .ui-dialog form input, .ui-dialog form textarea { height: 35px; border-radius: 10px; } } .ui-dialog form tbody { border: none; } .ui-dialog form table tr { text-align: left; border: none; font-size: 14px; background-color: #2C1B13; } .ui-dialog form table td { padding: 5px 0px 3px 10px; } .ui-dialog form table td:first-child { text-align: right; padding: 5px 5px 3px 0px; } .ui-dialog .table-div { display: inline-block; padding: 1px 5px; margin: 0px 5px 0px 0px; border: 1px solid #FBEBD4; border-bottom-left-radius: 8px; border-top-right-radius: 4px; } .ui-dialog-titlebar { height: 0px; z-index: 99; } .ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { position: absolute; right: 3px; top: 3px; color: #2C1B13; padding: 5px; font-weight: bold; background-color: #FBEBD4; border-radius: 10px; } .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { text-decoration: underline; } .ui-state-focus { font-weight: bold; color: #2C1B13; } * { outline: none; } .past-event-fade { opacity: 0.4; } .past-event-fade >* { opacity: 0.4; } .cancel-fade { opacity: 0.5; } .button { border-radius: 2px; }
app/assets/stylesheets/application.css
html { height: 100%; } body { max-width: 1200px; margin: 0 auto; padding: 0; height: 100%; min-height: 100%; background-color: rgba(44, 27, 19, 0.4); } body > * { color: #2C1B13; outline: none; } body div { position: relative; } #content { margin: 0 auto; min-height: 100%; position: relative; background-image: url(backgroundPoolPic.jpg); background-size: 100% 100%; background-position: cover; background-attachment: fixed; } #main { padding-top: 5px; overflow: auto; padding-bottom: 100px; } #foot { border-top: 1px solid #31AB3C; text-align: center; background-color: #FBEBD4; position: relative; margin-top: -100px; height: 100px; width: 100%; max-width: 1200px; clear: both; } #foot p { font-size: 20px; font-weight: bold; padding: 20px 0px; } .submit-button { font-weight: bold; outline: none; padding: 5px 10px; } @media only screen and (min-width: 640px) { #main { padding-top: 10px; } } .dragscroll { cursor: url('mouseArrow.png'), all-scroll; } body ul{ list-style-type: none; } body a { text-decoration: none; } body ul li { display: inline-block; padding: 0px 10px; margin: 0px -3.5px; border-left: 3px solid black; border-right: 3px solid black; } body ul a { text-decoration: none; } a { color: #A893FF; text-decoration: none; font-weight: bold; } a:hover { color: #A893FF; text-decoration: underline; } h1 { text-align: center; font-family: Copperplate, 'Copperplate Gothic Light', fantasy; font-size: 150px; font-weight: bold; color: #2b2936; } input:focus { outline: none; } input:invalid { border: 3px solid #F4AE35; } input:valid[type="submit"] { border: none; } .errors-box { font-weight: bold; color: red; font-size: 14px; margin-top: -5px; } .errors-box p { padding: 0px; margin: 0px 0px 3px; } @media only screen and (min-width: 640px) { .errors-box { font-size: 14px; } .errors-box p { margin: 0px 0px 5px; } } .display-game { display: inline-block; font-weight: bold; color: #FFFFF0; background-color: #2C1B13; border-top-right-radius: 7px; border-bottom-left-radius: 7px; border-bottom: 1px solid #F4AE35; padding: 4px 8px; min-width: 60px; height: 35px; margin: 0px 10px 5px 0px; } .pagination > * { float: left; } /* For Jquery UI dialog modal:*/ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #939393; opacity: 0.9; } .ui-front { z-index: 100; position: fixed; } .ui-dialog { color: #2C1B13; background-color: #2C1B13; border-radius: 2px } .ui-dialog #view-venue-on-map { padding: 3%; } .ui-dialog form { padding: 3%; font-size: 30px; text-align: center; color: #FBEBD4; background-color: #2C1B13; border-radius: 10px; } .ui-dialog form label { color: #FBEBD4; } .ui-dialog form input, .ui-dialog form textarea { text-align: center; background-color: #FFFFF0; height: 25px; border-radius: 5px; } .ui-dialog form .button { margin-top: 10px; color: #2C1B13; background-color: #FBEBD4; } @media only screen and (min-width: 640px) and (min-height: 500px) { .ui-dialog form input, .ui-dialog form textarea { height: 35px; border-radius: 10px; } } .ui-dialog form tbody { border: none; } .ui-dialog form table tr { text-align: left; border: none; font-size: 14px; background-color: #2C1B13; } .ui-dialog form table td { padding: 5px 0px 3px 10px; } .ui-dialog form table td:first-child { text-align: right; padding: 5px 5px 3px 0px; } .ui-dialog .table-div { display: inline-block; padding: 1px 5px; margin: 0px 5px 0px 0px; border: 1px solid #FBEBD4; border-bottom-left-radius: 8px; border-top-right-radius: 4px; } .ui-dialog-titlebar { height: 0px; z-index: 99; } .ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { position: absolute; right: 3px; top: 3px; color: #2C1B13; padding: 5px; font-weight: bold; background-color: #FBEBD4; border-radius: 10px; } .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { text-decoration: underline; } .ui-state-focus { font-weight: bold; color: #2C1B13; } * { outline: none; } .past-event-fade { opacity: 0.4; } .past-event-fade >* { opacity: 0.4; } .cancel-fade { opacity: 0.5; } .button { border-radius: 2px; }
0.418459
0.070464
@media (max-width: 768px) { .offcanvas-compatibilty-wrapper { position: fixed; width: 100%; height: 100%; z-index: 99996; top: 0; overflow: scroll; } .offcanvas { background: #222; left: -100%; width: 70%; height: 100%; min-width: 0; position: absolute; padding-left: 0; z-index: 99998; top: 0; margin: 67px 0 0 0; font-size: 13px; } .offcanvas.right { left: 100%; } .offcanvas .content-body { min-width: 0; width: 100%; height: 100%; margin: 0 auto; padding: 0 14px; } .offcanvas-height-col { position: fixed; top: 0; height: 100%; bottom: 0; width: 70%; left: -70%; z-index: 99997; background: #222; } .offcanvas-height-col.right { left: 100%; } .offcanvas-overlay { position: fixed; top: 0; height: 100%; bottom: 0; width: 100%; left: 0; z-index: 9999; opacity: 1; display: none; background: rgba(0, 0, 0, 0.6); } } @media (max-width: 768px) { nav.navbar { border-top: 0; } nav.navbar .container { margin: 0 !important; padding: 0 !important; height: 100%; } nav.navbar .navbar-header { margin: 0 auto; padding: 0 15px; } nav.navbar .offcanvas { z-index: 6; } nav.navbar .offcanvas .head { position: absolute; height: 100%; width: 100%; padding: 10px 15px; } nav.navbar .offcanvas .navbar-nav { min-width: 0; width: 100%; margin: 0; } nav.navbar .offcanvas .navbar-nav ul.dropdown-menu { list-style: outside none none; padding-left: 0; } nav.navbar .offcanvas .navbar-nav ul.dropdown-menu li a { width: 100%; } nav.navbar .offcanvas .navbar-nav li a { display: block; padding: 10px 15px; position: relative; color: #212121; font-size: 18px; line-height: 22px; font-weight: 300; margin: 0; } nav.navbar .offcanvas .navbar-nav li a i { font-size: 25px; vertical-align: middle; margin-right: 20px; } nav.navbar .offcanvas .navbar-nav li a span { vertical-align: middle; } nav.navbar .offcanvas .navbar-nav li a.highlight { color: #E85C32; } nav.navbar .offcanvas .navbar-nav li a.highlight:hover { color: #E85C32; } nav.navbar .offcanvas .navbar-nav li a:hover { color: #212121; text-decoration: none; } nav.navbar .offcanvas .navbar-nav .dropdown-menu li a { min-width: 0; width: 70%; white-space: normal; } nav.navbar .offcanvas-height-col { z-index: 5; } nav.navbar .offcanvas-overlay { z-index: 4; } } /*# sourceMappingURL=maps/bootstrap.offcanvas.menu.css.map */
src/css/bootstrap.offcanvas.menu.css
@media (max-width: 768px) { .offcanvas-compatibilty-wrapper { position: fixed; width: 100%; height: 100%; z-index: 99996; top: 0; overflow: scroll; } .offcanvas { background: #222; left: -100%; width: 70%; height: 100%; min-width: 0; position: absolute; padding-left: 0; z-index: 99998; top: 0; margin: 67px 0 0 0; font-size: 13px; } .offcanvas.right { left: 100%; } .offcanvas .content-body { min-width: 0; width: 100%; height: 100%; margin: 0 auto; padding: 0 14px; } .offcanvas-height-col { position: fixed; top: 0; height: 100%; bottom: 0; width: 70%; left: -70%; z-index: 99997; background: #222; } .offcanvas-height-col.right { left: 100%; } .offcanvas-overlay { position: fixed; top: 0; height: 100%; bottom: 0; width: 100%; left: 0; z-index: 9999; opacity: 1; display: none; background: rgba(0, 0, 0, 0.6); } } @media (max-width: 768px) { nav.navbar { border-top: 0; } nav.navbar .container { margin: 0 !important; padding: 0 !important; height: 100%; } nav.navbar .navbar-header { margin: 0 auto; padding: 0 15px; } nav.navbar .offcanvas { z-index: 6; } nav.navbar .offcanvas .head { position: absolute; height: 100%; width: 100%; padding: 10px 15px; } nav.navbar .offcanvas .navbar-nav { min-width: 0; width: 100%; margin: 0; } nav.navbar .offcanvas .navbar-nav ul.dropdown-menu { list-style: outside none none; padding-left: 0; } nav.navbar .offcanvas .navbar-nav ul.dropdown-menu li a { width: 100%; } nav.navbar .offcanvas .navbar-nav li a { display: block; padding: 10px 15px; position: relative; color: #212121; font-size: 18px; line-height: 22px; font-weight: 300; margin: 0; } nav.navbar .offcanvas .navbar-nav li a i { font-size: 25px; vertical-align: middle; margin-right: 20px; } nav.navbar .offcanvas .navbar-nav li a span { vertical-align: middle; } nav.navbar .offcanvas .navbar-nav li a.highlight { color: #E85C32; } nav.navbar .offcanvas .navbar-nav li a.highlight:hover { color: #E85C32; } nav.navbar .offcanvas .navbar-nav li a:hover { color: #212121; text-decoration: none; } nav.navbar .offcanvas .navbar-nav .dropdown-menu li a { min-width: 0; width: 70%; white-space: normal; } nav.navbar .offcanvas-height-col { z-index: 5; } nav.navbar .offcanvas-overlay { z-index: 4; } } /*# sourceMappingURL=maps/bootstrap.offcanvas.menu.css.map */
0.464173
0.073963
@keyframes upthenscale { 0% { transform: translateY(250px); } 50% { transform: translateY(0); } 60% { height: 100px; width: 90px; transform: translateY(0); } 100% { height: 250px; width: 100%; transform: translateY(0); } } @keyframes scalethendown { 0% { height: 250px; width: 100%; transform: translateY(0); } 50% { height: 100px; width: 90px; transform: translateY(0); } 60% { transform: translateY(0); } 100% { transform: translateY(250px); } } @keyframes waitfade { 0%, 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes wiggle { 0% { transform: translateY(310px) rotate(0); } 25% { transform: translateY(310px) rotate(2deg); } 50% { transform: translateY(310px) rotate(0deg); } 75% { transform: translateY(310px) rotate(-2deg); } 100% { transform: translateY(310px) rotate(0); } } .letter { margin: 150px auto; max-width: 350px; height: 375px; position: relative; overflow: hidden; display: block; } .letter--open .paper { animation-name: upthenscale; animation-duration: .6s; animation-fill-mode: forwards; } .letter--close .paper { animation-name: scalethendown; animation-duration: .4s; animation-fill-mode: forwards; } .letter--open .paper-content { animation-name: waitfade; animation-duration: 1.5s; animation-fill-mode: forwards; } .letter--open .envelope { animation: pause; } .paper-content { color: #545454; font-family: 'Roboto', sans-serif; font-weight: 700; padding: 25px; opacity: 0; } .paper { height: 50px; width: 90px; background: #f1f0c3; transform: translateY(250px); margin: 0 auto; transition: transform 0.3s 0.1s ease; border-radius: 2px; position: relative; } .envelope { width: 94px; /* control size of envelope */ height: 60px; background: #f36363; position: relative; margin: auto; z-index: 2; cursor: pointer; border-radius: 3px; transition: box-shadow 0.3s ease; transform: translateY(310px); animation: wiggle 0.3s 0.2s infinite; &:hover { animation: pause; & .envelope-paper { transform: translateY(-20px); } & .envelope-flap { transform: translateY(-45px); } & .envelope-detail::after { visibility: hidden; } } } .envelope-paper { height: 50px; width: 90px; background: #f1f0c3; transform: translateY(0); margin: 0 auto; transition: transform 0.3s 0.1s ease; border-radius: 2px; position: absolute; border: 2px solid transparent; } .letter--open .envelope-paper { visibility: hidden; } .letter--open .envelope-detail::after { visibility: hidden; } .letter--close .envelope-paper { visibility: hidden; } .envelope-flap { content: ''; width: 0; /* TODO figure out how this goes */ height: 0; border-left: 45px solid transparent; border-right: 45px solid transparent; border-bottom: 45px solid #f36363; display: block; position: absolute; left: 0; right: 0; top: 0; margin: auto; transform: translateY(0); } .letter--open .envelope-flap { transform: translateY(-45px); } .letter--open .envelope-detail { border-top: 2px solid #e25b5b; } .envelope-detail { overflow: hidden; height: 100%; width: 100%; display: block; position: absolute; background: #f36363; border-top: 2px solid transparent; &:before { content: ''; width: 70px; height: 70px; background: #f36363; display: inline-block; display: block; position: absolute; left: 0; right: 0; top: 30px; margin: auto; transform: rotate(45deg); border: 4px solid #e65454; } &:after { content: ''; width: 70px; height: 70px; background: #f36363; display: block; position: absolute; left: 0; right: 0; top: -45px; margin: auto; transform: rotate(45deg); border: 4px solid #e65454; } } .envelope__fold { height: 25px; width: 86px; background: #f36363; border: 4px solid #e65454; display: block; position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; transition: all 0.3s ease; border-radius: 3px; } .paper-close { position: absolute; right: 10px; top: 5px; display: inline-block; cursor: pointer; }
static/css/main.css
@keyframes upthenscale { 0% { transform: translateY(250px); } 50% { transform: translateY(0); } 60% { height: 100px; width: 90px; transform: translateY(0); } 100% { height: 250px; width: 100%; transform: translateY(0); } } @keyframes scalethendown { 0% { height: 250px; width: 100%; transform: translateY(0); } 50% { height: 100px; width: 90px; transform: translateY(0); } 60% { transform: translateY(0); } 100% { transform: translateY(250px); } } @keyframes waitfade { 0%, 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes wiggle { 0% { transform: translateY(310px) rotate(0); } 25% { transform: translateY(310px) rotate(2deg); } 50% { transform: translateY(310px) rotate(0deg); } 75% { transform: translateY(310px) rotate(-2deg); } 100% { transform: translateY(310px) rotate(0); } } .letter { margin: 150px auto; max-width: 350px; height: 375px; position: relative; overflow: hidden; display: block; } .letter--open .paper { animation-name: upthenscale; animation-duration: .6s; animation-fill-mode: forwards; } .letter--close .paper { animation-name: scalethendown; animation-duration: .4s; animation-fill-mode: forwards; } .letter--open .paper-content { animation-name: waitfade; animation-duration: 1.5s; animation-fill-mode: forwards; } .letter--open .envelope { animation: pause; } .paper-content { color: #545454; font-family: 'Roboto', sans-serif; font-weight: 700; padding: 25px; opacity: 0; } .paper { height: 50px; width: 90px; background: #f1f0c3; transform: translateY(250px); margin: 0 auto; transition: transform 0.3s 0.1s ease; border-radius: 2px; position: relative; } .envelope { width: 94px; /* control size of envelope */ height: 60px; background: #f36363; position: relative; margin: auto; z-index: 2; cursor: pointer; border-radius: 3px; transition: box-shadow 0.3s ease; transform: translateY(310px); animation: wiggle 0.3s 0.2s infinite; &:hover { animation: pause; & .envelope-paper { transform: translateY(-20px); } & .envelope-flap { transform: translateY(-45px); } & .envelope-detail::after { visibility: hidden; } } } .envelope-paper { height: 50px; width: 90px; background: #f1f0c3; transform: translateY(0); margin: 0 auto; transition: transform 0.3s 0.1s ease; border-radius: 2px; position: absolute; border: 2px solid transparent; } .letter--open .envelope-paper { visibility: hidden; } .letter--open .envelope-detail::after { visibility: hidden; } .letter--close .envelope-paper { visibility: hidden; } .envelope-flap { content: ''; width: 0; /* TODO figure out how this goes */ height: 0; border-left: 45px solid transparent; border-right: 45px solid transparent; border-bottom: 45px solid #f36363; display: block; position: absolute; left: 0; right: 0; top: 0; margin: auto; transform: translateY(0); } .letter--open .envelope-flap { transform: translateY(-45px); } .letter--open .envelope-detail { border-top: 2px solid #e25b5b; } .envelope-detail { overflow: hidden; height: 100%; width: 100%; display: block; position: absolute; background: #f36363; border-top: 2px solid transparent; &:before { content: ''; width: 70px; height: 70px; background: #f36363; display: inline-block; display: block; position: absolute; left: 0; right: 0; top: 30px; margin: auto; transform: rotate(45deg); border: 4px solid #e65454; } &:after { content: ''; width: 70px; height: 70px; background: #f36363; display: block; position: absolute; left: 0; right: 0; top: -45px; margin: auto; transform: rotate(45deg); border: 4px solid #e65454; } } .envelope__fold { height: 25px; width: 86px; background: #f36363; border: 4px solid #e65454; display: block; position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; transition: all 0.3s ease; border-radius: 3px; } .paper-close { position: absolute; right: 10px; top: 5px; display: inline-block; cursor: pointer; }
0.588534
0.175715
.productowl-demo .item img{ display: block; width: 100%; height: auto; } .productowl-carousel .productowl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* display none until init */ .productowl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; } .productowl-carousel .productowl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .productowl-carousel .productowl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .productowl-carousel .productowl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .productowl-carousel .productowl-item { float: left; } .productowl-controls .productowl-page, .productowl-controls .productowl-buttons div{ cursor: pointer; } .productowl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* mouse grab icon */ .grabbing { cursor:url(../img/grabbing.png) 8 8, move; } /* fix */ .productowl-carousel .productowl-wrapper, .productowl-carousel .productowl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } .productowl-carousel .productowl-buttons div { height: 32px; margin-top: -10px; outline: 0 none; position: absolute; text-align: center; top: 50%; width: 32px; z-index: 9999; } .productowl-carousel div.productowl-prev:after { content:"\f053"; display: block; font-family: "FontAwesome"; font-size: 16px; line-height: 32px; color:#999; } .productowl-carousel div.productowl-next:after { content:"\f054"; display: block; font-family: "FontAwesome"; font-size: 16px; line-height: 32px; color:#999; } .prodc_img { clear: both; display: block; margin: 10px auto 0; max-width: 235px; position: relative; width: 100%; } .productowl-carousel .productowl-prev:hover:after, .productowl-carousel .productowl-next:hover:after { color:#666} .productowl-carousel .productowl-prev {left: -1px; border:1px solid #ebebeb; background:#fff; } .productowl-carousel .productowl-prev:hover, .productowl-carousel .productowl-next:hover { background:#eee;} .productowl-carousel .productowl-next {right: -1px; border:1px solid #ebebeb; background:#fff;} .pro-item .productowl-prev, .pro-item .productowl-next { opacity:0;} .pro-item:hover .productowl-prev, .pro-item:hover .productowl-next { opacity:1;} @media (min-width: 1200px) { .prodc_img { min-width:235px; } } @media (min-width: 993px) and (max-width: 1199px) { .prodc_img { min-width:215px; max-width:215px; } .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} } @media (min-width: 768px) and (max-width: 992px) { .prodc_img { min-width:175px; max-width:175px; } .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} } @media (min-width: 460px) and (max-width: 767px) { .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} .prodc_img { min-width:185px; max-width:185px; } } @media (max-width: 459px) { .pro-item {width:190px} .prodc_img { min-width:235px; max-width:235px; } .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} } @media (max-width: 320px) { .pro-item {width:175px} .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} .prodc_img { min-width:205px; max-width:205px; } }
themes/factoriadigital/css/autoload/productowl.carousel.css
.productowl-demo .item img{ display: block; width: 100%; height: auto; } .productowl-carousel .productowl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* display none until init */ .productowl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; } .productowl-carousel .productowl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .productowl-carousel .productowl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .productowl-carousel .productowl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .productowl-carousel .productowl-item { float: left; } .productowl-controls .productowl-page, .productowl-controls .productowl-buttons div{ cursor: pointer; } .productowl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* mouse grab icon */ .grabbing { cursor:url(../img/grabbing.png) 8 8, move; } /* fix */ .productowl-carousel .productowl-wrapper, .productowl-carousel .productowl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } .productowl-carousel .productowl-buttons div { height: 32px; margin-top: -10px; outline: 0 none; position: absolute; text-align: center; top: 50%; width: 32px; z-index: 9999; } .productowl-carousel div.productowl-prev:after { content:"\f053"; display: block; font-family: "FontAwesome"; font-size: 16px; line-height: 32px; color:#999; } .productowl-carousel div.productowl-next:after { content:"\f054"; display: block; font-family: "FontAwesome"; font-size: 16px; line-height: 32px; color:#999; } .prodc_img { clear: both; display: block; margin: 10px auto 0; max-width: 235px; position: relative; width: 100%; } .productowl-carousel .productowl-prev:hover:after, .productowl-carousel .productowl-next:hover:after { color:#666} .productowl-carousel .productowl-prev {left: -1px; border:1px solid #ebebeb; background:#fff; } .productowl-carousel .productowl-prev:hover, .productowl-carousel .productowl-next:hover { background:#eee;} .productowl-carousel .productowl-next {right: -1px; border:1px solid #ebebeb; background:#fff;} .pro-item .productowl-prev, .pro-item .productowl-next { opacity:0;} .pro-item:hover .productowl-prev, .pro-item:hover .productowl-next { opacity:1;} @media (min-width: 1200px) { .prodc_img { min-width:235px; } } @media (min-width: 993px) and (max-width: 1199px) { .prodc_img { min-width:215px; max-width:215px; } .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} } @media (min-width: 768px) and (max-width: 992px) { .prodc_img { min-width:175px; max-width:175px; } .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} } @media (min-width: 460px) and (max-width: 767px) { .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} .prodc_img { min-width:185px; max-width:185px; } } @media (max-width: 459px) { .pro-item {width:190px} .prodc_img { min-width:235px; max-width:235px; } .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} } @media (max-width: 320px) { .pro-item {width:175px} .pro-item .productowl-prev, .pro-item .productowl-next { opacity:1;} .prodc_img { min-width:205px; max-width:205px; } }
0.257672
0.034391
.blog-sidebar { padding-right: 0; } .post .post-banner { position: relative; height: 60vh; min-height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center center; border-bottom: 1px solid #ddd; } .post .post-banner .inner { padding: 5%; text-align: left; } .post .post-banner .inner .post-title { color: white; text-transform: none; word-spacing: 5px; letter-spacing: 1.5px; font-size: 48px; } .post .post-banner .inner .post-updated { color: white; font-size: 20px; text-transform: uppercase; margin-bottom: 30px; } .post .post-banner .inner .post-description { color: white; font-size: 25px; letter-spacing: 0.75px; } .post .post-body { padding: 2% 4% 4% 4%; } .post .post-body p { font-size: 23px; margin-top: 25px; margin-bottom: 25px; } .post .post-body strong { font-size: 25px; } .post .post-body img { max-width: 100%; text-align: center; } .article-item { height: 250px; min-height: 250px; cursor: pointer; border: 1px solid transparent; opacity: 0.9; transition: all 0.2s ease-in; overflow: hidden; } .article-item:hover { opacity: 1; } .article-item .inner { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 20px; z-index: 10; text-align: left; } .article-item .inner p { height: 105px; overflow: hidden; font-size: 17px; color: white; } .article-item .inner h3 { color: white; } .post-details { padding-bottom: 30px; border-bottom: 1px dotted silver; } .post-details img.author-image { height: 100px; width: 100px; margin-right: 30px; } .post .post-body .post-details p { margin-top: 12.5px; margin-bottom: 10px; } @media (max-width: 1024px) { .post .post-banner { height: 75vh; } } @media (max-width: 736px) { .post .post-banner { height: auto; padding-top: 5vh; padding-bottom: 5vh; } .post-details img.author-image { display: none; } .post-details { text-align: left; padding-bottom: 15px; } } #tab-comments textarea { width: 100%; height: 100px; border-radius: 5px; } #tab-comments .comment-item { border-bottom: 1px solid #ddd; margin-bottom: 10px; padding: 5px; margin: 0 10px 10px 10px; } #tab-comments .comment-item h4 { margin-bottom: 20px; }
Portal.CMS.Web/Content/Styles/Framework/framework-posts.css
.blog-sidebar { padding-right: 0; } .post .post-banner { position: relative; height: 60vh; min-height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center center; border-bottom: 1px solid #ddd; } .post .post-banner .inner { padding: 5%; text-align: left; } .post .post-banner .inner .post-title { color: white; text-transform: none; word-spacing: 5px; letter-spacing: 1.5px; font-size: 48px; } .post .post-banner .inner .post-updated { color: white; font-size: 20px; text-transform: uppercase; margin-bottom: 30px; } .post .post-banner .inner .post-description { color: white; font-size: 25px; letter-spacing: 0.75px; } .post .post-body { padding: 2% 4% 4% 4%; } .post .post-body p { font-size: 23px; margin-top: 25px; margin-bottom: 25px; } .post .post-body strong { font-size: 25px; } .post .post-body img { max-width: 100%; text-align: center; } .article-item { height: 250px; min-height: 250px; cursor: pointer; border: 1px solid transparent; opacity: 0.9; transition: all 0.2s ease-in; overflow: hidden; } .article-item:hover { opacity: 1; } .article-item .inner { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 20px; z-index: 10; text-align: left; } .article-item .inner p { height: 105px; overflow: hidden; font-size: 17px; color: white; } .article-item .inner h3 { color: white; } .post-details { padding-bottom: 30px; border-bottom: 1px dotted silver; } .post-details img.author-image { height: 100px; width: 100px; margin-right: 30px; } .post .post-body .post-details p { margin-top: 12.5px; margin-bottom: 10px; } @media (max-width: 1024px) { .post .post-banner { height: 75vh; } } @media (max-width: 736px) { .post .post-banner { height: auto; padding-top: 5vh; padding-bottom: 5vh; } .post-details img.author-image { display: none; } .post-details { text-align: left; padding-bottom: 15px; } } #tab-comments textarea { width: 100%; height: 100px; border-radius: 5px; } #tab-comments .comment-item { border-bottom: 1px solid #ddd; margin-bottom: 10px; padding: 5px; margin: 0 10px 10px 10px; } #tab-comments .comment-item h4 { margin-bottom: 20px; }
0.581065
0.091911
html, body { height: 100vh; padding: 0; margin: 5; background-color: #f2f1f6;} * { outline: none !important; } body { color: #454955; font: 14px/1.5 '-apple-system', 'HelveticaNeue', Helvetica, Segoe UI; } h1, h2, h3, h4, h5, h6, b, th, strong, .nav-link { color: #454955; } input, button, div, pre, p { font: inherit; } button { color: white; padding: 0.5em 1em; border-radius: 18px; border: none; cursor: pointer; } a { text-decoration: none; color: #0071e3; } a:link, a:visited { color: #0071e3; text-decoration: none; } input[type=password] { width: 160px; padding: 0.2em 0.7em; position: relative; border: 1px solid #cdcdcd; border-color: rgba(0, 0, 0, .15); background-color: #ffffff; font-size: 14px; } input[type=text] { width: 160px; padding: 0.2em 0.7em; position: relative; border: 1px solid #cdcdcd; border-color: rgba(0, 0, 0, .15); background-color: #ffffff; font-size: 14px; } h1 { margin: 0; padding-top: 0.5em; text-align: center; } .header { padding: 0 1em; margin: 1em auto; max-width: 640px; background: #f2f1f6; border-radius: 15px; } .footer { padding: 0 1em; margin: 1em auto; max-width: 640px; background: #f2f1f6; border-radius: 15px; font: 11px '-apple-system', 'HelveticaNeueLight', Helvetica Light, Segoe UI Light; color: #aaaaae;} .container { padding: 0 1em; margin: 1em auto ; max-width: 640px; background: #fefefe; border-radius: 10px; } .form-control { margin: 0.6em 0; } .form-control input, .form-control button { min-width: 10em; } .form label { min-width: 9.0em; display: inline-block; } .form { padding: 1em 0; } .btn { background: #0071e3; } .btn label { position: relative; } .btndis { background: #f2f1f6; color: #25282A; } .badge { background-color: #ff0800; border: 2px solid #ff0800; border-radius: 12px; box-shadow: 1px 1px 1px #282828; color: #ffffff; font: bold 12px/9px Helvetica, Verdana, Tahoma; height: 12px; padding: 4px 3px 0 5px; text-align: center; min-width: 8px; display: inline; position: absolute; } .helpbadge { background-color: #fefefe; border: 1px solid #999999; border-radius: 12px; box-shadow: 1px 1px 0.5px #c1c1c1; color: #0071e3 !important; font: bold 14px/10px HelveticaNeueLight, Helvetica, Verdana; height: 13px; padding: 6px 6px 1px 6px; text-align: center; min-width: 8px; position: relative; margin-top: 4px; margin-right: -10px; float: right; } .apl_thin { margin-left: 80px; height: 75px; padding-top: 0.25em; padding-left: 10px; color: #454955; font: 36px '-apple-system', 'HelveticaNeueLight', Helvetica Light, Segoe UI Light; } .icon { width: 25px; height: 25px; vertical-align: top; padding-top: 0.28em; } .logodiv { float:left; width: 80px; height: 80px; padding-left: 10px; } .img { display: block; margin-left: auto; margin-right: auto; width: 80px; height: 80px; } .spin { display: inline-block; width: 1em; height: 1em; margin-bottom: -0.2em; border: 0.15em solid rgba(255,255,255,.5); border-radius: 50%; border-top-color: #fff; animation: spin 1s linear infinite; -webkit-animation: spin 1s linear infinite; position: absolute; top: 0; left: 0; } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } } .switch { position: relative; display: inline-block; width: 57px; height: 32px; min-width: 0.5em !important; vertical-align: middle; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 24px; width: 24px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #34c759; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(24px); -ms-transform: translateX(24px); transform: translateX(24px); } /* Rounded sliders */ .slider.round { border-radius: 32px; } .slider.round:before { border-radius: 50%; }
fs_src/style.css
html, body { height: 100vh; padding: 0; margin: 5; background-color: #f2f1f6;} * { outline: none !important; } body { color: #454955; font: 14px/1.5 '-apple-system', 'HelveticaNeue', Helvetica, Segoe UI; } h1, h2, h3, h4, h5, h6, b, th, strong, .nav-link { color: #454955; } input, button, div, pre, p { font: inherit; } button { color: white; padding: 0.5em 1em; border-radius: 18px; border: none; cursor: pointer; } a { text-decoration: none; color: #0071e3; } a:link, a:visited { color: #0071e3; text-decoration: none; } input[type=password] { width: 160px; padding: 0.2em 0.7em; position: relative; border: 1px solid #cdcdcd; border-color: rgba(0, 0, 0, .15); background-color: #ffffff; font-size: 14px; } input[type=text] { width: 160px; padding: 0.2em 0.7em; position: relative; border: 1px solid #cdcdcd; border-color: rgba(0, 0, 0, .15); background-color: #ffffff; font-size: 14px; } h1 { margin: 0; padding-top: 0.5em; text-align: center; } .header { padding: 0 1em; margin: 1em auto; max-width: 640px; background: #f2f1f6; border-radius: 15px; } .footer { padding: 0 1em; margin: 1em auto; max-width: 640px; background: #f2f1f6; border-radius: 15px; font: 11px '-apple-system', 'HelveticaNeueLight', Helvetica Light, Segoe UI Light; color: #aaaaae;} .container { padding: 0 1em; margin: 1em auto ; max-width: 640px; background: #fefefe; border-radius: 10px; } .form-control { margin: 0.6em 0; } .form-control input, .form-control button { min-width: 10em; } .form label { min-width: 9.0em; display: inline-block; } .form { padding: 1em 0; } .btn { background: #0071e3; } .btn label { position: relative; } .btndis { background: #f2f1f6; color: #25282A; } .badge { background-color: #ff0800; border: 2px solid #ff0800; border-radius: 12px; box-shadow: 1px 1px 1px #282828; color: #ffffff; font: bold 12px/9px Helvetica, Verdana, Tahoma; height: 12px; padding: 4px 3px 0 5px; text-align: center; min-width: 8px; display: inline; position: absolute; } .helpbadge { background-color: #fefefe; border: 1px solid #999999; border-radius: 12px; box-shadow: 1px 1px 0.5px #c1c1c1; color: #0071e3 !important; font: bold 14px/10px HelveticaNeueLight, Helvetica, Verdana; height: 13px; padding: 6px 6px 1px 6px; text-align: center; min-width: 8px; position: relative; margin-top: 4px; margin-right: -10px; float: right; } .apl_thin { margin-left: 80px; height: 75px; padding-top: 0.25em; padding-left: 10px; color: #454955; font: 36px '-apple-system', 'HelveticaNeueLight', Helvetica Light, Segoe UI Light; } .icon { width: 25px; height: 25px; vertical-align: top; padding-top: 0.28em; } .logodiv { float:left; width: 80px; height: 80px; padding-left: 10px; } .img { display: block; margin-left: auto; margin-right: auto; width: 80px; height: 80px; } .spin { display: inline-block; width: 1em; height: 1em; margin-bottom: -0.2em; border: 0.15em solid rgba(255,255,255,.5); border-radius: 50%; border-top-color: #fff; animation: spin 1s linear infinite; -webkit-animation: spin 1s linear infinite; position: absolute; top: 0; left: 0; } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } } .switch { position: relative; display: inline-block; width: 57px; height: 32px; min-width: 0.5em !important; vertical-align: middle; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 24px; width: 24px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #34c759; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(24px); -ms-transform: translateX(24px); transform: translateX(24px); } /* Rounded sliders */ .slider.round { border-radius: 32px; } .slider.round:before { border-radius: 50%; }
0.381565
0.111919
* { /* border: 2px solid black; */ color: #100a08; font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } /* REGISTRATION/SIGNUP STYLING */ .formDiv { background-color:#cbc2bf; } .form { border: 1px solid black; background-color: #ffffff; text-align: center; display: flex; flex-direction: column; justify-content: center; margin: 0 30%; margin-top: 20px; }; #login { margin: 5% 0; } .btn { border:1px solid #54362b; background-color: #cbc2bf; width: 60%; padding: 10px 20px; margin: 3% auto; } .btn:hover { background: #54362b; color: white; } /* HEADER STYLING */ #nav { color : grey; margin : 40px auto; display: flex; justify-content: space-between; align-content: center; } #heartHeader { /* width: 10%; */ display: flex; /* justify-content: space-around; */ margin-left: 5px; } #heart { width: 10%; margin: 0px; display: flex; margin-right: 40px; } #heart img { width: 60px; height: auto; margin-left: 20px; animation: heartbeat .6s infinite alternate; transform-origin: center; display: flex; } @keyframes heartbeat{ to { transform: scale(1.1); } } #headerTitle { display: flex; } #headerTitle h1{ font-family: 'Langar'; width: 220px; font-size: 3rem; margin: 0px 5px; padding: 0 10px; display: flex; } .header-container { display: flex; justify-content: flex-end; align-items: center; } .line { border-right: 1px solid black; border-left : 1px solid black; } .navele a { font-family: 'Langar'; display: flex; justify-content: center; align-content: center; width: 100px; color : #262626; text-decoration: none; padding : 4px 2px; font-size : 1.2rem; font-weight: bold; } /* .design{ border-left : 1px solid black; } */ .logout{ font-family: 'Langar'; width: 100px; color :#262626; text-decoration: none; padding : 4px 2px; font-size : 1.2rem; font-weight: bold; background: none; border: none; border-right: 1px solid black; } /* HOME STYLING */ .outerDiv{ width: 100%; height: 100%; display: flex; /* background-color:#fce7cb; */ background-color:#ffdfa6; margin-top: 20px; } .design1 { background : url(./assets/replate15.jpeg); background-repeat: no-repeat; background-size : cover; width : 100%; height: 60vh; margin: 200px 0 0; display: flex; } #p-div{ position: absolute; } #p-div p { border: 1px solid black; padding : 10px 20px; color: black; background-color: white; font-size : 1.2rem; font-weight: bold; margin-left : 20px; text-align: center; } #innerDiv { width: 150%; display: flex; justify-content: flex-end; } #innerDiv img{ margin-top: 40px; margin-right: 40px; width: 150%; height: 60vh; } #container { padding: 0 20px; line-height: 1.8; } #container h2 { font-size: 3rem; } #hr { width : 100%; padding : 20px 0; border : none; border-bottom: 1px dashed black; } .container1 { margin : 0 20px; display : flex; justify-content: space-around; } .testimonial { background-color: #F5F5F5; width: 50%; display:flex; flex-direction: column; justify-content: center; align-content:center; text-align: justify; padding : 10px 3%; margin: 10px 1px; } .uses h3 { font-size : 1.4rem; padding : 20px; /* width : 100%; */ text-align: center; } .uses h4 { font-size : 1.2rem; padding : 10px; /* width : 100%; */ text-align: center; } .uses p { text-align: justify; width : 100%; font-size : 1rem; line-height: 1.5; padding : 10px; } .testimonial img { width : 100%; margin: 0 auto; margin-top: 20px; } @media (max-width: 500px) { .container1{ display:flex; flex-direction: column; align-content:center; } .testimonial { width : 80%; margin: 8% auto; text-align: center; } } /* .title-container { background : url(./assets/replate11.jpg); background-repeat: no-repeat; background-size : cover; background-color : white; width : 100%; height : 70vh; padding : 10px 0 20px; display: flex; justify-content: flex-end; } #pDiv { height: 10vh; } .title-container p { padding : 10px 10px; color : black; background-color: white; font-size : 1.2rem; margin-right : 20px; } #container { padding: 0 20px; line-height: 1.8; } #container h2 { font-size: 3rem; } #hr { width : 100%; padding : 20px 0; border : none; border-bottom: 1px dashed black; } .container1 { margin : 0 20px; display : flex; justify-content: space-around; } .testimonial { background-color: #F5F5F5; width: 50%; display:flex; flex-direction: column; justify-content: center; align-content:center; text-align: justify; padding : 10px 3%; margin: 10px 1px; } .uses h3 { font-size : 1.4rem; padding : 20px; width : 100%; text-align: center; } .uses h4 { font-size : 1.2rem; padding : 10px; width : 100%; text-align: center; } .uses p { text-align: justify; width : 100%; font-size : 1rem; line-height: 1.5; padding : 10px; } .testimonial img { width : 100%; margin: 0 auto; margin-top: 20px; } @media (max-width: 500px) { .container1{ display:flex; flex-direction: column; align-content:center; } .testimonial { width : 80%; margin: 8% auto; text-align: center; } } */ /* ABOUT STYLING */ .aboutcontainertop { margin-top: 50px; } .aboutcontainer { margin : 60px 30px; display : flex; justify-content: space-around; } .aboutcontainer1{ display : flex; justify-content: space-around; align-content: center; } .aboutcontainer1 .pros-cons{ width:50%; } .contents{ width:50%; display:inline-block; margin-top:2rem; filter:grayscale(100%); } .contents .pros-cons:before{ content:''; position:absolute; z-index:-1; transition:all 0.30s; } .pros-cons { width:50%; background:white; padding:1rem; box-shadow: 0 0.5rem 1rem gray; display:flex; flex-direction: column; align-content: center; margin: auto; } .pros-cons img{ max-width:100%; height:auto; } .contents:hover{ filter:grayscale(0%); transform: rotate(0); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); } /* .pros-cons img { width : 70%; margin: 0 auto; } */ /* .pros-cons { width: 33%; display:flex; flex-direction: column; align-content: center; margin: 20px 0; } */ .uses h3 { font-size : 1.3rem; padding : 5px; text-align: center; } .uses h4 { font-size : 1rem; padding : 5px; text-align: center; } .pros-cons .pros-cons { display:flex; justify-content: center; align-content: center; text-align: justify; /* padding : 10px 5%; */ } div.one{ transform: rotate(10deg);} div.two{ transform: rotate(-10deg); } /* ABOUT STYLING */ @media (max-width: 500px) { .aboutContainer{ display: flex; flex-direction: column; align-content: center; } .pros-cons { width : 80%; margin: 8% auto; text-align: center; } } /* FOOTER STYLING */ .footer { width: 20%; border: 0.5px solid #ffe4b2; background-color: white; padding : 2% 40%; text-align: center; } .footer nav { display : flex; justify-content: space-between; } .footer nav:hover { background-color: #346541; color : white; } /* JOIN US/TEAM STYLING */ .topcontent { border: 10px solid #F5F5F5; line-height: 1.5; } #h11 { font-size : 2rem; font-weight: bold; padding: 10px 20px; } #h12 { font-size : 2rem; font-weight: bold; padding: 10px 50px; } .content { margin : 10px 0; padding : 20px 20px; border-top : 1px dashed #C0C0C0; display : flex; justify-content: space-between; flex-wrap : wrap; align-items : center; } .text1 { line-height: 1.5; width : 48%; padding-right: 2%; padding-left: 0; display : flex; flex-direction: column; } .image1 { width : 48%; padding-left: 2%; padding-right: 0; display: flex; justify-content: center; } .image1 img { width: 60%; border-radius: 10px; } .inverse-content { padding : 20px 20px; border-top : 1px dashed #C0C0C0; display : flex; justify-content: space-around; flex-wrap : wrap; align-items : center; } .text2 { line-height: 1.5; width : 48%; padding-left : 1%; padding-right: 0; } .image2 { width : 48%; padding: 0 10px; border-radius: 10px; } .image2 img { width: 70%; border-radius: 25px; background-color: green; background-blend-mode: screen; padding: 0 10px; } #footerDiv{ border : 10px solid #F5F5F5; margin-top: 10px; width : 99%; } #footerP{ line-height: 1.5; width : 100%; text-align: center; } .UserList { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; } h1 { /* color: white; */ text-align: center; } .UserCard p { margin: 6px auto; /* color: white; */ } .UserCard { background-color: #ffc966; /* background-color: rgba(255,255,255, 0.2); */ display: flex; flex-direction: column; border: 1px solid; border-radius: 5px; margin: 1% 1%; padding: 10px; width: 30%; height: 25vh; opacity: 0.6; } .UserCard button { width: 50%; margin: 6px auto; } .section { margin-top: 40px; height: 100%; background-attachment: fixed; background-size: cover; display: flex; flex-direction: column; } .section h1{ margin-top: 30px; } .section:last-of-type { background-image: url(./assets/replate16.jpeg); }
src/App.css
* { /* border: 2px solid black; */ color: #100a08; font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } /* REGISTRATION/SIGNUP STYLING */ .formDiv { background-color:#cbc2bf; } .form { border: 1px solid black; background-color: #ffffff; text-align: center; display: flex; flex-direction: column; justify-content: center; margin: 0 30%; margin-top: 20px; }; #login { margin: 5% 0; } .btn { border:1px solid #54362b; background-color: #cbc2bf; width: 60%; padding: 10px 20px; margin: 3% auto; } .btn:hover { background: #54362b; color: white; } /* HEADER STYLING */ #nav { color : grey; margin : 40px auto; display: flex; justify-content: space-between; align-content: center; } #heartHeader { /* width: 10%; */ display: flex; /* justify-content: space-around; */ margin-left: 5px; } #heart { width: 10%; margin: 0px; display: flex; margin-right: 40px; } #heart img { width: 60px; height: auto; margin-left: 20px; animation: heartbeat .6s infinite alternate; transform-origin: center; display: flex; } @keyframes heartbeat{ to { transform: scale(1.1); } } #headerTitle { display: flex; } #headerTitle h1{ font-family: 'Langar'; width: 220px; font-size: 3rem; margin: 0px 5px; padding: 0 10px; display: flex; } .header-container { display: flex; justify-content: flex-end; align-items: center; } .line { border-right: 1px solid black; border-left : 1px solid black; } .navele a { font-family: 'Langar'; display: flex; justify-content: center; align-content: center; width: 100px; color : #262626; text-decoration: none; padding : 4px 2px; font-size : 1.2rem; font-weight: bold; } /* .design{ border-left : 1px solid black; } */ .logout{ font-family: 'Langar'; width: 100px; color :#262626; text-decoration: none; padding : 4px 2px; font-size : 1.2rem; font-weight: bold; background: none; border: none; border-right: 1px solid black; } /* HOME STYLING */ .outerDiv{ width: 100%; height: 100%; display: flex; /* background-color:#fce7cb; */ background-color:#ffdfa6; margin-top: 20px; } .design1 { background : url(./assets/replate15.jpeg); background-repeat: no-repeat; background-size : cover; width : 100%; height: 60vh; margin: 200px 0 0; display: flex; } #p-div{ position: absolute; } #p-div p { border: 1px solid black; padding : 10px 20px; color: black; background-color: white; font-size : 1.2rem; font-weight: bold; margin-left : 20px; text-align: center; } #innerDiv { width: 150%; display: flex; justify-content: flex-end; } #innerDiv img{ margin-top: 40px; margin-right: 40px; width: 150%; height: 60vh; } #container { padding: 0 20px; line-height: 1.8; } #container h2 { font-size: 3rem; } #hr { width : 100%; padding : 20px 0; border : none; border-bottom: 1px dashed black; } .container1 { margin : 0 20px; display : flex; justify-content: space-around; } .testimonial { background-color: #F5F5F5; width: 50%; display:flex; flex-direction: column; justify-content: center; align-content:center; text-align: justify; padding : 10px 3%; margin: 10px 1px; } .uses h3 { font-size : 1.4rem; padding : 20px; /* width : 100%; */ text-align: center; } .uses h4 { font-size : 1.2rem; padding : 10px; /* width : 100%; */ text-align: center; } .uses p { text-align: justify; width : 100%; font-size : 1rem; line-height: 1.5; padding : 10px; } .testimonial img { width : 100%; margin: 0 auto; margin-top: 20px; } @media (max-width: 500px) { .container1{ display:flex; flex-direction: column; align-content:center; } .testimonial { width : 80%; margin: 8% auto; text-align: center; } } /* .title-container { background : url(./assets/replate11.jpg); background-repeat: no-repeat; background-size : cover; background-color : white; width : 100%; height : 70vh; padding : 10px 0 20px; display: flex; justify-content: flex-end; } #pDiv { height: 10vh; } .title-container p { padding : 10px 10px; color : black; background-color: white; font-size : 1.2rem; margin-right : 20px; } #container { padding: 0 20px; line-height: 1.8; } #container h2 { font-size: 3rem; } #hr { width : 100%; padding : 20px 0; border : none; border-bottom: 1px dashed black; } .container1 { margin : 0 20px; display : flex; justify-content: space-around; } .testimonial { background-color: #F5F5F5; width: 50%; display:flex; flex-direction: column; justify-content: center; align-content:center; text-align: justify; padding : 10px 3%; margin: 10px 1px; } .uses h3 { font-size : 1.4rem; padding : 20px; width : 100%; text-align: center; } .uses h4 { font-size : 1.2rem; padding : 10px; width : 100%; text-align: center; } .uses p { text-align: justify; width : 100%; font-size : 1rem; line-height: 1.5; padding : 10px; } .testimonial img { width : 100%; margin: 0 auto; margin-top: 20px; } @media (max-width: 500px) { .container1{ display:flex; flex-direction: column; align-content:center; } .testimonial { width : 80%; margin: 8% auto; text-align: center; } } */ /* ABOUT STYLING */ .aboutcontainertop { margin-top: 50px; } .aboutcontainer { margin : 60px 30px; display : flex; justify-content: space-around; } .aboutcontainer1{ display : flex; justify-content: space-around; align-content: center; } .aboutcontainer1 .pros-cons{ width:50%; } .contents{ width:50%; display:inline-block; margin-top:2rem; filter:grayscale(100%); } .contents .pros-cons:before{ content:''; position:absolute; z-index:-1; transition:all 0.30s; } .pros-cons { width:50%; background:white; padding:1rem; box-shadow: 0 0.5rem 1rem gray; display:flex; flex-direction: column; align-content: center; margin: auto; } .pros-cons img{ max-width:100%; height:auto; } .contents:hover{ filter:grayscale(0%); transform: rotate(0); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); } /* .pros-cons img { width : 70%; margin: 0 auto; } */ /* .pros-cons { width: 33%; display:flex; flex-direction: column; align-content: center; margin: 20px 0; } */ .uses h3 { font-size : 1.3rem; padding : 5px; text-align: center; } .uses h4 { font-size : 1rem; padding : 5px; text-align: center; } .pros-cons .pros-cons { display:flex; justify-content: center; align-content: center; text-align: justify; /* padding : 10px 5%; */ } div.one{ transform: rotate(10deg);} div.two{ transform: rotate(-10deg); } /* ABOUT STYLING */ @media (max-width: 500px) { .aboutContainer{ display: flex; flex-direction: column; align-content: center; } .pros-cons { width : 80%; margin: 8% auto; text-align: center; } } /* FOOTER STYLING */ .footer { width: 20%; border: 0.5px solid #ffe4b2; background-color: white; padding : 2% 40%; text-align: center; } .footer nav { display : flex; justify-content: space-between; } .footer nav:hover { background-color: #346541; color : white; } /* JOIN US/TEAM STYLING */ .topcontent { border: 10px solid #F5F5F5; line-height: 1.5; } #h11 { font-size : 2rem; font-weight: bold; padding: 10px 20px; } #h12 { font-size : 2rem; font-weight: bold; padding: 10px 50px; } .content { margin : 10px 0; padding : 20px 20px; border-top : 1px dashed #C0C0C0; display : flex; justify-content: space-between; flex-wrap : wrap; align-items : center; } .text1 { line-height: 1.5; width : 48%; padding-right: 2%; padding-left: 0; display : flex; flex-direction: column; } .image1 { width : 48%; padding-left: 2%; padding-right: 0; display: flex; justify-content: center; } .image1 img { width: 60%; border-radius: 10px; } .inverse-content { padding : 20px 20px; border-top : 1px dashed #C0C0C0; display : flex; justify-content: space-around; flex-wrap : wrap; align-items : center; } .text2 { line-height: 1.5; width : 48%; padding-left : 1%; padding-right: 0; } .image2 { width : 48%; padding: 0 10px; border-radius: 10px; } .image2 img { width: 70%; border-radius: 25px; background-color: green; background-blend-mode: screen; padding: 0 10px; } #footerDiv{ border : 10px solid #F5F5F5; margin-top: 10px; width : 99%; } #footerP{ line-height: 1.5; width : 100%; text-align: center; } .UserList { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; } h1 { /* color: white; */ text-align: center; } .UserCard p { margin: 6px auto; /* color: white; */ } .UserCard { background-color: #ffc966; /* background-color: rgba(255,255,255, 0.2); */ display: flex; flex-direction: column; border: 1px solid; border-radius: 5px; margin: 1% 1%; padding: 10px; width: 30%; height: 25vh; opacity: 0.6; } .UserCard button { width: 50%; margin: 6px auto; } .section { margin-top: 40px; height: 100%; background-attachment: fixed; background-size: cover; display: flex; flex-direction: column; } .section h1{ margin-top: 30px; } .section:last-of-type { background-image: url(./assets/replate16.jpeg); }
0.294418
0.07244
html, body { height: 100%; margin:0; } body { background: #000; cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-cursor.png) 10 2, auto; overflow: hidden; text-align: center; } body:active { cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-click.png) 10 2, auto; } body:after { background-color: #000; background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-battlefield.jpg); background-position: center center; background-attachment:fixed; background-repeat: no-repeat; background-size: cover; bottom: 0; content: ''; filter: blur( 8px); left: 0; opacity: 0.8; position: absolute; right: 0; top: 0; will-change: transform; z-index: -1; } .a, .b, .c, .d { display: none; } .card { display: inline-block; left: 0; top: 0 !important; position:relative; /*position: absolute;*/ transform-style: preserve-3d; will-change: transform; width: 250px; height:350px; transition: 0.5s; } #left, #right { display: none; } .card-image { display: block; pointer-events: none; transform-style: preserve-3d; width: 100%; will-change: transform; user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } .button { height:inherit; left: 0; top: 0; /*position: absolute;*/ transform-style: preserve-3d; will-change: transform; } .iframe { margin-top:15px; height: 90vh; width: 80vw; background:rgba(0,0,0,0); display:none; border:none; outline:none; scrollbar-track-color:rgba(0,0,0,0); } .li{ cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-cursor.png) 10 2, auto; overflow: hidden; text-align: center; background:inherit; color:#fff; float:right; border:none; margin-right:20px; padding:7px 12px; border-radius:5px; transition:.2s; } .li:hover{ color:#94630f; background:#fff; } .li:active{ outline:none; cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-click.png) 10 2, auto; } .nav{ background:rgba(148,99,15,0.5); height:45px; } .nav ul{ display:inline-block; list-style:none; float:right; margin:5px auto; } .menu{ color:#13a9a8; } .frame{ float:right; height:85vh; margin-right:5%; width:65%; margin-top:8vh; } @media screen and (max-width:780px){ .nav ul{ float:none; margin:3px auto; } }
static/css/king_v.css
html, body { height: 100%; margin:0; } body { background: #000; cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-cursor.png) 10 2, auto; overflow: hidden; text-align: center; } body:active { cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-click.png) 10 2, auto; } body:after { background-color: #000; background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-battlefield.jpg); background-position: center center; background-attachment:fixed; background-repeat: no-repeat; background-size: cover; bottom: 0; content: ''; filter: blur( 8px); left: 0; opacity: 0.8; position: absolute; right: 0; top: 0; will-change: transform; z-index: -1; } .a, .b, .c, .d { display: none; } .card { display: inline-block; left: 0; top: 0 !important; position:relative; /*position: absolute;*/ transform-style: preserve-3d; will-change: transform; width: 250px; height:350px; transition: 0.5s; } #left, #right { display: none; } .card-image { display: block; pointer-events: none; transform-style: preserve-3d; width: 100%; will-change: transform; user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } .button { height:inherit; left: 0; top: 0; /*position: absolute;*/ transform-style: preserve-3d; will-change: transform; } .iframe { margin-top:15px; height: 90vh; width: 80vw; background:rgba(0,0,0,0); display:none; border:none; outline:none; scrollbar-track-color:rgba(0,0,0,0); } .li{ cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-cursor.png) 10 2, auto; overflow: hidden; text-align: center; background:inherit; color:#fff; float:right; border:none; margin-right:20px; padding:7px 12px; border-radius:5px; transition:.2s; } .li:hover{ color:#94630f; background:#fff; } .li:active{ outline:none; cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-click.png) 10 2, auto; } .nav{ background:rgba(148,99,15,0.5); height:45px; } .nav ul{ display:inline-block; list-style:none; float:right; margin:5px auto; } .menu{ color:#13a9a8; } .frame{ float:right; height:85vh; margin-right:5%; width:65%; margin-top:8vh; } @media screen and (max-width:780px){ .nav ul{ float:none; margin:3px auto; } }
0.4436
0.076788
.custom-primary-font { font-family: "Poppins", sans-serif !important; } h1, h2, h3, h4, h5, h6, a, p, span, li, input { font-family: "Poppins", sans-serif; } h1 { font-size: 2.9em; } h2 { font-size: 1.8em; line-height: 27px; margin: 0; } h3 { font-size: 1.2em; letter-spacing: -1px; } h4 { font-size: 1.1em; line-height: 18px; } .custom-text-color-1 { color: #818898 !important; } .custom-text-color-2 { color: #c6d4ee !important; } .custom-text-color-3 { color: #94a9c3 !important; } .custom-text-color-4 { color: #d9e0ef !important; } .custom-btn-background-color-1 { background: rgba(255, 255, 255, 0.2) !important; } .custom-btn-background-color-1:hover { background: rgba(255, 255, 255, 0.3) !important; } .custom-primary-hover { -webkit-transition: ease color 300ms; transition: ease color 300ms; } .custom-primary-hover:hover { color: #6a80a9 !important; } .custom-rounded-image { border-radius: 100% !important; } .custom-min-height-1 { min-height: 190px; } .custom-background-1 { position: relative; } .custom-background-1:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 200vw; height: 100%; background: #e5edf1; z-index: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); } @media (max-width: 991px) { .custom-background-1:after { left: 50%; } } .custom-background-1 > * { position: relative; z-index: 1; } .custom-btn-style-1 { padding: 13px 25px !important; font-size: 12px; border-radius: 2px !important; } .custom-btn-style-2 { padding: 13px 30px; font-size: 12px; border-width: 2px; } .custom-btn-style-3 { border-width: 1px; padding: 10px 20px; } .custom-btn-style-4 { background: none; color: #FFF; font-weight: 900; border: 2px solid #FFF; padding: 10px 20px; } .custom-btn-style-4:hover { background: #FFF; color: #6a80a9; } .custom-text-size-1 { font-size: 2.2em !important; } .custom-list { padding: 0; } .custom-list li { list-style: none; } .custom-list-style-1 { padding: 0; } .custom-list-style-1 li { list-style: none; line-height: 2.5; } .custom-list-style-1 li i { line-height: 2.4; } .custom-list-style-2 { padding: 0; } .custom-list-style-2 li { display: inline-block; list-style: none; margin: 0 6px 10px 0px; } .custom-list-style-3 { padding: 0; } .custom-list-style-3 li { list-style: none; } .custom-list-style-3 li .title { display: inline-block; width: 80px; font-weight: 600; } .custom-right-border { border-right: 1px solid rgba(255, 255, 255, 0.1); } @media (max-width: 991px) { .custom-right-border { border-right: 0; } } .custom-bottom-bar:before { content: ''; display: block; position: absolute; bottom: 17px; width: 20px; left: 50%; border-bottom: 3px solid #6a80a9; -webkit-transform: translateX(-50%); transform: translateX(-50%); } @media (max-width: 991px) { .custom-bottom-bar:before { bottom: -15px; } } .custom-item-divider-1 { position: relative; } .custom-item-divider-1:before { content: ''; display: block; position: absolute; top: 50%; right: -16px; height: 37px; border-right: 1px solid #e4e7eb; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .custom-border-none { border: none !important; } .custom-section-spacement-1 { padding: 60px 0 !important; } .custom-section-spacement-2 { padding: 0 0 60px !important; } .custom-parallax-bg-pos-left { background-position-x: 0% !important; } .custom-parallax-medium-padding { padding: 128px 0 !important; } .custom-parallax-big-padding { padding: 25vh 0 !important; } .custom-text-align-right { text-align: right !important; } .custom-center-img-fluid { margin: 0 auto; } @media (max-width: 767px) { .custom-center-xs { text-align: center !important; } } .custom-opacity-effect-1 { -webkit-transition: ease opacity 300ms; transition: ease opacity 300ms; } .custom-opacity-effect-1:hover { opacity: 0.5; } .custom-btn-padding-1 { padding: 13px 35px !important; font-size: 13px; } @media (min-width: 768px) { .custom-padding-right-1 { padding-right: 160px; } } @media (max-width: 991px) { .custom-sm-margin-bottom-1 { margin-bottom: 25px !important; } .custom-sm-margin-bottom-2 { margin-bottom: 15px !important; } } @media (max-width: 767px) { .custom-xs-margin-bottom-1 { margin-bottom: 25px !important; } } @media (max-width: 991px) { .custom-sm-flex-order { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .custom-sm-flex-order .col-md-6 { width: 100%; } .custom-sm-flex-order .col-md-6:nth-child(1) { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .custom-sm-flex-order .col-md-6:nth-child(2) { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .custom-sm-flex-order-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .custom-sm-flex-order-2 .col-md-3 { width: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .custom-sm-flex-order-2 .col-md-9 { width: 100%; } } .social-icons.custom-social-icons li { list-style: none; border-radius: 0; border: 1px solid #c9c9cc; -webkit-box-shadow: none; box-shadow: none; margin-right: 5px; } .social-icons.custom-social-icons li a { border-radius: 0; line-height: 33px; color: #93949a !important; } .social-icons.custom-social-icons li:hover a { color: #FFF !important; } .social-icons.custom-style-1 li { background: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 0; line-height: 1; } .social-icons.custom-style-1 li:hover a { background: none; } .social-icons.custom-style-1 li:hover.social-icons-facebook a { color: #3b5a9a !important; } .social-icons.custom-style-1 li:hover.social-icons-twitter a { color: #1aa9e1 !important; } .social-icons.custom-style-1 li:hover.social-icons-linkedin a { color: #0073b2 !important; } .social-icons.custom-style-1 li a { line-height: 1; width: 20px; height: auto; color: #6a80a9 !important; } /* * Owl Carousel */ .owl-carousel.custom-nav .owl-nav { position: relative; top: auto; bottom: 105px; left: 50%; width: 230px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .owl-carousel.custom-nav .owl-nav button.owl-next, .owl-carousel.custom-nav .owl-nav button.owl-prev { background: transparent !important; } .owl-carousel.custom-nav .owl-nav button.owl-next:before, .owl-carousel.custom-nav .owl-nav button.owl-prev:before { content: ''; display: block; position: absolute; left: -3px; top: 6px; width: 20px; height: 20px; border-top: 1px solid #2e353e; border-left: 1px solid #2e353e; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .owl-carousel.custom-nav .owl-nav button.owl-next { right: -15px; } .owl-carousel.custom-nav .owl-nav button.owl-next:before { -webkit-transform: rotate(135deg); transform: rotate(135deg); } /* * Header */ #header .header-body { border: none; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li:hover > a, #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li.active > a { color: #6a80a9; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li:hover > a:after, #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li.active > a:after { border-color: #6a80a9 transparent transparent transparent !important; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li > a { background: transparent !important; color: #2e353e; font-weight: 600; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li > a:after { border-color: #2e353e transparent transparent transparent !important; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li ul li a { font-size: 12px !important; } @media (min-width: 992px) { #header .header-nav-main nav > ul > li > a { font-size: 13px; padding: 10px 20px; } } /* * Revolution */ .tparrows { background: transparent !important; } .tparrows:before { opacity: 0.7; color: #000 !important; font-size: 30px; } .tparrows:hover:before { opacity: 1; } /* * Toll Free */ .custom-toll-free { position: relative; padding-left: 35px; margin-left: 40px; } .custom-toll-free > span { display: block; } .custom-toll-free > span.toll-free-number { font-size: 1.5em; letter-spacing: -1px; } .custom-toll-free > i { position: absolute; top: 5px; left: 0; font-size: 3em; line-height: 0.8; } /* * Home Intro */ .custom-home-intro { padding: 20px 0 20px 0; } .custom-home-intro p { max-width: none; } .custom-home-intro p span { position: relative; display: inline-block; padding-top: 0; } .custom-home-intro p span:before { content: ''; display: block; position: absolute; top: 50%; right: -40px; width: 30px; border-bottom: 1px solid #FFF; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .custom-home-intro p span:after { content: ''; display: block; position: absolute; top: 50%; right: -44px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #FFF; -webkit-transform: translateY(-50%); transform: translateY(-50%); } /* * Company */ .custom-timeline { margin-top: 50px; } .custom-timeline .custom-timeline-box { position: relative; padding-left: 105px; } .custom-timeline .custom-timeline-box:before { background: none repeat scroll 0 0 #6a80a9; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #6a80a9; box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #6a80a9; content: ""; display: block; height: 6px; margin-left: -5px; position: absolute; left: 68px; top: 6px; width: 6px; z-index: 2; } .custom-timeline .custom-timeline-box:after { content: ''; display: block; position: absolute; left: 65px; top: 3px; height: 100%; border-left: 1px solid #d5dee1; z-index: 1; } .custom-timeline .custom-timeline-box .date { position: absolute; top: 0; left: 0; } .custom-contact-item { padding: 0 0 30px; } .custom-contact-item i { font-size: 2em; margin-bottom: 20px; display: block; } .custom-contact-item span { display: block; } .custom-contact-item span.title { font-size: 0.8em; } .custom-contact-item span.content { font-size: 1.5em; } .custom-hover-opacity { display: block; -webkit-transition: ease opacity 300ms; transition: ease opacity 300ms; } .custom-hover-opacity:hover { opacity: 0.7; } /* * Strategies / Services */ .custom-post-style-1 { margin-bottom: 60px; } .custom-post-style-1:nth-child(4) { background: #000; } .custom-post-style-1.custom-rm-mb { margin-bottom: 0 !important; } @media (max-width: 991px) { .custom-post-style-1.custom-rm-mb { margin-bottom: 60px !important; } } .custom-post-style-1.custom-rm-mb-last { margin-bottom: 0 !important; } /* * Counter */ .custom-counters .counter span { line-height: 1; font-size: 3.6em; } .custom-counters .counter span:last-child { display: block; font-size: 1.1em; } /* * Team */ .custom-thumb-info-1 { overflow: visible; margin-bottom: 30px !important; -webkit-transition: ease box-shadow 300ms; transition: ease box-shadow 300ms; } .custom-thumb-info-1:hover { -webkit-box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5); box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5); } .custom-thumb-info-1:hover .thumb-info-wrapper:after { content: none; } .custom-thumb-info-1:hover .thumb-info-caption { border-bottom: 0; } .custom-thumb-info-1 .thumb-info-wrapper { -webkit-transform: none; transform: none; } .custom-thumb-info-1 .thumb-info-caption { position: relative; display: block; padding: 0; border-bottom: 1px solid #e3e3e3 !important; -webkit-transition: ease border-bottom 300ms; transition: ease border-bottom 300ms; } .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text { padding: 30px 20px; margin: 0; } .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p { padding: 0; font-size: 1em; } .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus { position: absolute; top: 30px; right: 20px; border-radius: 100%; font-size: 2em; line-height: 0.76; width: 30px; height: 30px; font-weight: 100; text-align: center; padding-top: 7px; } .custom-thumb-info-1.custom-rm-mb { margin-bottom: 0 !important; } @media (max-width: 991px) { .custom-thumb-info-1.custom-rm-mb { margin-bottom: 30px !important; } } .custom-thumb-info-1.custom-rm-mb-last { margin-bottom: 0 !important; } /* * Testimonial */ .custom-testimonial-style.testimonial-with-quotes blockquote:before, .custom-testimonial-style.testimonial-with-quotes blockquote:after { font-size: 50px; color: #2e353e; } .custom-testimonial-style blockquote p { font-style: normal; font-size: 1em; line-height: 2; } /* * Blog */ .custom-post-blog { position: relative; } .custom-post-blog > h4, .custom-post-blog > p { padding: 0 30px 0 90px; } .custom-post-blog .date { position: absolute; top: 5px; left: 0; } .custom-post-blog .date > span { display: block; } .custom-post-blog .date > span.day { font-size: 3.5em; line-height: 0.7; } .custom-post-style-2 { position: relative; margin-bottom: 60px; } @media (max-width: 991px) { .custom-post-style-2 { margin-bottom: 0; } } .custom-post-style-2 .post-infos { position: absolute; top: 0; left: -110px; } .custom-post-style-2 .post-infos .post-info { position: relative; display: block; padding: 20px 0px; } .custom-post-style-2 .post-infos .post-info:after { content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 80%; border-bottom: 1px solid #e4e7eb; } .custom-post-style-2 .post-infos .post-info:last-child:after { content: none; } .custom-post-style-2 .post-infos .post-info span { display: block; line-height: 1; } .custom-post-style-2 .post-links { border-top: 1px solid #e4e7eb; border-bottom: 1px solid #e4e7eb; padding: 8px 0px; margin-top: 40px; } .custom-post-style-2 .post-links:after { content: ''; display: block; clear: both; } @media (max-width: 767px) { .custom-post-style-2 .post-infos { position: static; text-align: center; } .custom-post-style-2 .post-infos .post-info { display: inline-block; margin-right: 20px; } .custom-post-style-2 .post-infos .post-info img { display: block; } } .custom-testimonial-blog-1 { text-align: left !important; margin-bottom: 15px !important; } .custom-testimonial-blog-1 blockquote { padding: 10px 30px !important; } .custom-testimonial-blog-1 blockquote:before, .custom-testimonial-blog-1 blockquote:after { color: #2e353e !important; } .custom-testimonial-blog-1 blockquote p { font-size: 1.1em !important; line-height: 1.8; font-family: "Poppins", sans-serif !important; font-weight: 500 !important; } ul.custom-comments li { border-top: 1px solid #e4e7eb; } ul.custom-comments li .comment { padding: 15px 0 30px; } ul.custom-comments > li:first-child { border-top: 0; } ul.custom-comments .comment-block { background: transparent; padding: 10px; } .custom-contact-form-style-1 .form-control { border: none; padding: 23px; } .custom-pagination-style-1 { -webkit-box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.3); box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.3); } .custom-pagination-style-1 > li.active > a { color: #FFF !important; } .custom-pagination-style-1 > li:hover > a { background: #6a80a9; border-color: #6a80a9 #6a80a9 #6a80a9; color: #FFF !important; } .custom-pagination-style-1 > li > a { font-weight: 600; font-size: 12px; } .custom-sidebar h4 { font-size: 18px; } @media (max-width: 991px) { .custom-sidebar { margin-top: 60px; } } .custom-sidebar-search .input-group { width: 100%; } .custom-sidebar-search .input-group .form-control { padding: 20px; } .custom-sidebar-search .input-group-btn .btn-light { background: transparent; border: 0 none; line-height: 36px; font-size: 19px; color: #2e353e; position: absolute; right: 2px; top: 2px; height: 100%; z-index: 3; } .custom-featured-posts .custom-featured-post { margin-bottom: 20px; } /* * We Call You Back / Contact Us */ .custom-form-style .form-control-custom { position: relative; margin-bottom: 10px; } .custom-form-style .form-control-custom > i { position: absolute; top: 16px; left: 0; color: #FFF; } .custom-form-style .form-control-custom .form-control { background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 10px 10px 10px 30px; -webkit-box-shadow: none; box-shadow: none; color: #FFF; } .custom-form-style .form-control-custom .form-control::-webkit-input-placeholder { color: #c8d4ea; } .custom-form-style .form-control-custom .form-control::-moz-placeholder { color: #c8d4ea; } .custom-form-style .form-control-custom .form-control:-ms-input-placeholder { color: #c8d4ea; } .custom-form-style .form-control-custom select.form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; color: #FFF; } .custom-form-style .form-control-custom select.form-control option { color: #818898; } .custom-form-style .form-control-custom.custom-select-style:after { content: ''; display: block; position: absolute; top: 50%; right: 10px; width: 10px; height: 10px; border-right: 1px solid #c8d4ea; border-bottom: 1px solid #c8d4ea; z-index: 0; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); } .custom-form-style .form-control-custom.custom-select-style select { position: relative; z-index: 1; } .custom-form-style .form-control-custom label.error { position: absolute; top: 2px; right: 0; } .custom-form-style.contact-page .form-control-custom .form-control { height: auto; } /* * Let's Talk */ .custom-feature-box { display: block; } .custom-feature-box .feature-box-info { padding: 0; } .custom-feature-box .feature-box-info > label { display: block; margin: 0; line-height: 1; font-size: 0.8em; } .custom-feature-box .feature-box-info > strong { font-size: 1.5em; line-height: 1.3; } .custom-background-image-1:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; background: url(../../img/demos/finance/contact/lets-talk-bg.png); background-size: cover; width: 100%; height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } @media (max-width: 991px) { .custom-background-image-1:before { left: 70%; } } /* * Footer */ .custom-footer { border-top: 0 !important; } .custom-footer ul { padding: 0; } .custom-footer ul li { list-style: none; } .custom-footer .footer-copyright { border-top: 0 !important; } .custom-footer .footer-copyright .container .row > div { border-top: 1px solid #e4e4e4; } /* * Google Maps */ #googlemaps { min-height: 550px; }
web/vendor/css/demos/demo-finance.css
.custom-primary-font { font-family: "Poppins", sans-serif !important; } h1, h2, h3, h4, h5, h6, a, p, span, li, input { font-family: "Poppins", sans-serif; } h1 { font-size: 2.9em; } h2 { font-size: 1.8em; line-height: 27px; margin: 0; } h3 { font-size: 1.2em; letter-spacing: -1px; } h4 { font-size: 1.1em; line-height: 18px; } .custom-text-color-1 { color: #818898 !important; } .custom-text-color-2 { color: #c6d4ee !important; } .custom-text-color-3 { color: #94a9c3 !important; } .custom-text-color-4 { color: #d9e0ef !important; } .custom-btn-background-color-1 { background: rgba(255, 255, 255, 0.2) !important; } .custom-btn-background-color-1:hover { background: rgba(255, 255, 255, 0.3) !important; } .custom-primary-hover { -webkit-transition: ease color 300ms; transition: ease color 300ms; } .custom-primary-hover:hover { color: #6a80a9 !important; } .custom-rounded-image { border-radius: 100% !important; } .custom-min-height-1 { min-height: 190px; } .custom-background-1 { position: relative; } .custom-background-1:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 200vw; height: 100%; background: #e5edf1; z-index: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); } @media (max-width: 991px) { .custom-background-1:after { left: 50%; } } .custom-background-1 > * { position: relative; z-index: 1; } .custom-btn-style-1 { padding: 13px 25px !important; font-size: 12px; border-radius: 2px !important; } .custom-btn-style-2 { padding: 13px 30px; font-size: 12px; border-width: 2px; } .custom-btn-style-3 { border-width: 1px; padding: 10px 20px; } .custom-btn-style-4 { background: none; color: #FFF; font-weight: 900; border: 2px solid #FFF; padding: 10px 20px; } .custom-btn-style-4:hover { background: #FFF; color: #6a80a9; } .custom-text-size-1 { font-size: 2.2em !important; } .custom-list { padding: 0; } .custom-list li { list-style: none; } .custom-list-style-1 { padding: 0; } .custom-list-style-1 li { list-style: none; line-height: 2.5; } .custom-list-style-1 li i { line-height: 2.4; } .custom-list-style-2 { padding: 0; } .custom-list-style-2 li { display: inline-block; list-style: none; margin: 0 6px 10px 0px; } .custom-list-style-3 { padding: 0; } .custom-list-style-3 li { list-style: none; } .custom-list-style-3 li .title { display: inline-block; width: 80px; font-weight: 600; } .custom-right-border { border-right: 1px solid rgba(255, 255, 255, 0.1); } @media (max-width: 991px) { .custom-right-border { border-right: 0; } } .custom-bottom-bar:before { content: ''; display: block; position: absolute; bottom: 17px; width: 20px; left: 50%; border-bottom: 3px solid #6a80a9; -webkit-transform: translateX(-50%); transform: translateX(-50%); } @media (max-width: 991px) { .custom-bottom-bar:before { bottom: -15px; } } .custom-item-divider-1 { position: relative; } .custom-item-divider-1:before { content: ''; display: block; position: absolute; top: 50%; right: -16px; height: 37px; border-right: 1px solid #e4e7eb; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .custom-border-none { border: none !important; } .custom-section-spacement-1 { padding: 60px 0 !important; } .custom-section-spacement-2 { padding: 0 0 60px !important; } .custom-parallax-bg-pos-left { background-position-x: 0% !important; } .custom-parallax-medium-padding { padding: 128px 0 !important; } .custom-parallax-big-padding { padding: 25vh 0 !important; } .custom-text-align-right { text-align: right !important; } .custom-center-img-fluid { margin: 0 auto; } @media (max-width: 767px) { .custom-center-xs { text-align: center !important; } } .custom-opacity-effect-1 { -webkit-transition: ease opacity 300ms; transition: ease opacity 300ms; } .custom-opacity-effect-1:hover { opacity: 0.5; } .custom-btn-padding-1 { padding: 13px 35px !important; font-size: 13px; } @media (min-width: 768px) { .custom-padding-right-1 { padding-right: 160px; } } @media (max-width: 991px) { .custom-sm-margin-bottom-1 { margin-bottom: 25px !important; } .custom-sm-margin-bottom-2 { margin-bottom: 15px !important; } } @media (max-width: 767px) { .custom-xs-margin-bottom-1 { margin-bottom: 25px !important; } } @media (max-width: 991px) { .custom-sm-flex-order { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .custom-sm-flex-order .col-md-6 { width: 100%; } .custom-sm-flex-order .col-md-6:nth-child(1) { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .custom-sm-flex-order .col-md-6:nth-child(2) { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .custom-sm-flex-order-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .custom-sm-flex-order-2 .col-md-3 { width: 100%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .custom-sm-flex-order-2 .col-md-9 { width: 100%; } } .social-icons.custom-social-icons li { list-style: none; border-radius: 0; border: 1px solid #c9c9cc; -webkit-box-shadow: none; box-shadow: none; margin-right: 5px; } .social-icons.custom-social-icons li a { border-radius: 0; line-height: 33px; color: #93949a !important; } .social-icons.custom-social-icons li:hover a { color: #FFF !important; } .social-icons.custom-style-1 li { background: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 0; line-height: 1; } .social-icons.custom-style-1 li:hover a { background: none; } .social-icons.custom-style-1 li:hover.social-icons-facebook a { color: #3b5a9a !important; } .social-icons.custom-style-1 li:hover.social-icons-twitter a { color: #1aa9e1 !important; } .social-icons.custom-style-1 li:hover.social-icons-linkedin a { color: #0073b2 !important; } .social-icons.custom-style-1 li a { line-height: 1; width: 20px; height: auto; color: #6a80a9 !important; } /* * Owl Carousel */ .owl-carousel.custom-nav .owl-nav { position: relative; top: auto; bottom: 105px; left: 50%; width: 230px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .owl-carousel.custom-nav .owl-nav button.owl-next, .owl-carousel.custom-nav .owl-nav button.owl-prev { background: transparent !important; } .owl-carousel.custom-nav .owl-nav button.owl-next:before, .owl-carousel.custom-nav .owl-nav button.owl-prev:before { content: ''; display: block; position: absolute; left: -3px; top: 6px; width: 20px; height: 20px; border-top: 1px solid #2e353e; border-left: 1px solid #2e353e; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .owl-carousel.custom-nav .owl-nav button.owl-next { right: -15px; } .owl-carousel.custom-nav .owl-nav button.owl-next:before { -webkit-transform: rotate(135deg); transform: rotate(135deg); } /* * Header */ #header .header-body { border: none; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li:hover > a, #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li.active > a { color: #6a80a9; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li:hover > a:after, #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li.active > a:after { border-color: #6a80a9 transparent transparent transparent !important; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li > a { background: transparent !important; color: #2e353e; font-weight: 600; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li > a:after { border-color: #2e353e transparent transparent transparent !important; } #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li ul li a { font-size: 12px !important; } @media (min-width: 992px) { #header .header-nav-main nav > ul > li > a { font-size: 13px; padding: 10px 20px; } } /* * Revolution */ .tparrows { background: transparent !important; } .tparrows:before { opacity: 0.7; color: #000 !important; font-size: 30px; } .tparrows:hover:before { opacity: 1; } /* * Toll Free */ .custom-toll-free { position: relative; padding-left: 35px; margin-left: 40px; } .custom-toll-free > span { display: block; } .custom-toll-free > span.toll-free-number { font-size: 1.5em; letter-spacing: -1px; } .custom-toll-free > i { position: absolute; top: 5px; left: 0; font-size: 3em; line-height: 0.8; } /* * Home Intro */ .custom-home-intro { padding: 20px 0 20px 0; } .custom-home-intro p { max-width: none; } .custom-home-intro p span { position: relative; display: inline-block; padding-top: 0; } .custom-home-intro p span:before { content: ''; display: block; position: absolute; top: 50%; right: -40px; width: 30px; border-bottom: 1px solid #FFF; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .custom-home-intro p span:after { content: ''; display: block; position: absolute; top: 50%; right: -44px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #FFF; -webkit-transform: translateY(-50%); transform: translateY(-50%); } /* * Company */ .custom-timeline { margin-top: 50px; } .custom-timeline .custom-timeline-box { position: relative; padding-left: 105px; } .custom-timeline .custom-timeline-box:before { background: none repeat scroll 0 0 #6a80a9; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #6a80a9; box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #6a80a9; content: ""; display: block; height: 6px; margin-left: -5px; position: absolute; left: 68px; top: 6px; width: 6px; z-index: 2; } .custom-timeline .custom-timeline-box:after { content: ''; display: block; position: absolute; left: 65px; top: 3px; height: 100%; border-left: 1px solid #d5dee1; z-index: 1; } .custom-timeline .custom-timeline-box .date { position: absolute; top: 0; left: 0; } .custom-contact-item { padding: 0 0 30px; } .custom-contact-item i { font-size: 2em; margin-bottom: 20px; display: block; } .custom-contact-item span { display: block; } .custom-contact-item span.title { font-size: 0.8em; } .custom-contact-item span.content { font-size: 1.5em; } .custom-hover-opacity { display: block; -webkit-transition: ease opacity 300ms; transition: ease opacity 300ms; } .custom-hover-opacity:hover { opacity: 0.7; } /* * Strategies / Services */ .custom-post-style-1 { margin-bottom: 60px; } .custom-post-style-1:nth-child(4) { background: #000; } .custom-post-style-1.custom-rm-mb { margin-bottom: 0 !important; } @media (max-width: 991px) { .custom-post-style-1.custom-rm-mb { margin-bottom: 60px !important; } } .custom-post-style-1.custom-rm-mb-last { margin-bottom: 0 !important; } /* * Counter */ .custom-counters .counter span { line-height: 1; font-size: 3.6em; } .custom-counters .counter span:last-child { display: block; font-size: 1.1em; } /* * Team */ .custom-thumb-info-1 { overflow: visible; margin-bottom: 30px !important; -webkit-transition: ease box-shadow 300ms; transition: ease box-shadow 300ms; } .custom-thumb-info-1:hover { -webkit-box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5); box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5); } .custom-thumb-info-1:hover .thumb-info-wrapper:after { content: none; } .custom-thumb-info-1:hover .thumb-info-caption { border-bottom: 0; } .custom-thumb-info-1 .thumb-info-wrapper { -webkit-transform: none; transform: none; } .custom-thumb-info-1 .thumb-info-caption { position: relative; display: block; padding: 0; border-bottom: 1px solid #e3e3e3 !important; -webkit-transition: ease border-bottom 300ms; transition: ease border-bottom 300ms; } .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text { padding: 30px 20px; margin: 0; } .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p { padding: 0; font-size: 1em; } .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus { position: absolute; top: 30px; right: 20px; border-radius: 100%; font-size: 2em; line-height: 0.76; width: 30px; height: 30px; font-weight: 100; text-align: center; padding-top: 7px; } .custom-thumb-info-1.custom-rm-mb { margin-bottom: 0 !important; } @media (max-width: 991px) { .custom-thumb-info-1.custom-rm-mb { margin-bottom: 30px !important; } } .custom-thumb-info-1.custom-rm-mb-last { margin-bottom: 0 !important; } /* * Testimonial */ .custom-testimonial-style.testimonial-with-quotes blockquote:before, .custom-testimonial-style.testimonial-with-quotes blockquote:after { font-size: 50px; color: #2e353e; } .custom-testimonial-style blockquote p { font-style: normal; font-size: 1em; line-height: 2; } /* * Blog */ .custom-post-blog { position: relative; } .custom-post-blog > h4, .custom-post-blog > p { padding: 0 30px 0 90px; } .custom-post-blog .date { position: absolute; top: 5px; left: 0; } .custom-post-blog .date > span { display: block; } .custom-post-blog .date > span.day { font-size: 3.5em; line-height: 0.7; } .custom-post-style-2 { position: relative; margin-bottom: 60px; } @media (max-width: 991px) { .custom-post-style-2 { margin-bottom: 0; } } .custom-post-style-2 .post-infos { position: absolute; top: 0; left: -110px; } .custom-post-style-2 .post-infos .post-info { position: relative; display: block; padding: 20px 0px; } .custom-post-style-2 .post-infos .post-info:after { content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 80%; border-bottom: 1px solid #e4e7eb; } .custom-post-style-2 .post-infos .post-info:last-child:after { content: none; } .custom-post-style-2 .post-infos .post-info span { display: block; line-height: 1; } .custom-post-style-2 .post-links { border-top: 1px solid #e4e7eb; border-bottom: 1px solid #e4e7eb; padding: 8px 0px; margin-top: 40px; } .custom-post-style-2 .post-links:after { content: ''; display: block; clear: both; } @media (max-width: 767px) { .custom-post-style-2 .post-infos { position: static; text-align: center; } .custom-post-style-2 .post-infos .post-info { display: inline-block; margin-right: 20px; } .custom-post-style-2 .post-infos .post-info img { display: block; } } .custom-testimonial-blog-1 { text-align: left !important; margin-bottom: 15px !important; } .custom-testimonial-blog-1 blockquote { padding: 10px 30px !important; } .custom-testimonial-blog-1 blockquote:before, .custom-testimonial-blog-1 blockquote:after { color: #2e353e !important; } .custom-testimonial-blog-1 blockquote p { font-size: 1.1em !important; line-height: 1.8; font-family: "Poppins", sans-serif !important; font-weight: 500 !important; } ul.custom-comments li { border-top: 1px solid #e4e7eb; } ul.custom-comments li .comment { padding: 15px 0 30px; } ul.custom-comments > li:first-child { border-top: 0; } ul.custom-comments .comment-block { background: transparent; padding: 10px; } .custom-contact-form-style-1 .form-control { border: none; padding: 23px; } .custom-pagination-style-1 { -webkit-box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.3); box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.3); } .custom-pagination-style-1 > li.active > a { color: #FFF !important; } .custom-pagination-style-1 > li:hover > a { background: #6a80a9; border-color: #6a80a9 #6a80a9 #6a80a9; color: #FFF !important; } .custom-pagination-style-1 > li > a { font-weight: 600; font-size: 12px; } .custom-sidebar h4 { font-size: 18px; } @media (max-width: 991px) { .custom-sidebar { margin-top: 60px; } } .custom-sidebar-search .input-group { width: 100%; } .custom-sidebar-search .input-group .form-control { padding: 20px; } .custom-sidebar-search .input-group-btn .btn-light { background: transparent; border: 0 none; line-height: 36px; font-size: 19px; color: #2e353e; position: absolute; right: 2px; top: 2px; height: 100%; z-index: 3; } .custom-featured-posts .custom-featured-post { margin-bottom: 20px; } /* * We Call You Back / Contact Us */ .custom-form-style .form-control-custom { position: relative; margin-bottom: 10px; } .custom-form-style .form-control-custom > i { position: absolute; top: 16px; left: 0; color: #FFF; } .custom-form-style .form-control-custom .form-control { background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 10px 10px 10px 30px; -webkit-box-shadow: none; box-shadow: none; color: #FFF; } .custom-form-style .form-control-custom .form-control::-webkit-input-placeholder { color: #c8d4ea; } .custom-form-style .form-control-custom .form-control::-moz-placeholder { color: #c8d4ea; } .custom-form-style .form-control-custom .form-control:-ms-input-placeholder { color: #c8d4ea; } .custom-form-style .form-control-custom select.form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; color: #FFF; } .custom-form-style .form-control-custom select.form-control option { color: #818898; } .custom-form-style .form-control-custom.custom-select-style:after { content: ''; display: block; position: absolute; top: 50%; right: 10px; width: 10px; height: 10px; border-right: 1px solid #c8d4ea; border-bottom: 1px solid #c8d4ea; z-index: 0; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); } .custom-form-style .form-control-custom.custom-select-style select { position: relative; z-index: 1; } .custom-form-style .form-control-custom label.error { position: absolute; top: 2px; right: 0; } .custom-form-style.contact-page .form-control-custom .form-control { height: auto; } /* * Let's Talk */ .custom-feature-box { display: block; } .custom-feature-box .feature-box-info { padding: 0; } .custom-feature-box .feature-box-info > label { display: block; margin: 0; line-height: 1; font-size: 0.8em; } .custom-feature-box .feature-box-info > strong { font-size: 1.5em; line-height: 1.3; } .custom-background-image-1:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; background: url(../../img/demos/finance/contact/lets-talk-bg.png); background-size: cover; width: 100%; height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } @media (max-width: 991px) { .custom-background-image-1:before { left: 70%; } } /* * Footer */ .custom-footer { border-top: 0 !important; } .custom-footer ul { padding: 0; } .custom-footer ul li { list-style: none; } .custom-footer .footer-copyright { border-top: 0 !important; } .custom-footer .footer-copyright .container .row > div { border-top: 1px solid #e4e4e4; } /* * Google Maps */ #googlemaps { min-height: 550px; }
0.232397
0.049359
.App { text-align: center; } /* CSS for Chat UI */ .chat-body { width: 100%; padding-top: 20px; padding-bottom: 60px; overflow: hidden; overflow-y: auto; } .chat-body .chat-body-inner { width: 100%; } .chat-body .chat-body-inner .sep { text-align: center; width: 100%; position: relative; } .chat-list { width: 100%; } .chat-list .chat-item { padding: 10px 16px; } .chat-list .chat-item:after { content: ""; clear: both; display: block; } .chat-list .chat-item .chat-item-inner { display: block; font-size: 0; } .chat-list .chat-item .chat-item-inner .image { display: inline-block; vertical-align: top; overflow: hidden; border-radius: 50%; } .chat-list .chat-item .chat-item-inner .message { padding: 10px 0; font-size: 14px; display: inline-block; vertical-align: top; margin: 0 25px; position: relative; color: white; word-break: break-all; line-height: 20px; } .chat-list .chat-item .chat-item-inner .message:before { content: ""; display: inline-block; vertical-align: top; position: absolute; width: 20px; height: 100%; top: 0; } .chat-list .chat-item .chat-item-inner .message:after { content: ""; display: inline-block; vertical-align: top; position: absolute; width: 20px; height: 100%; top: 0; } .chat-list .chat-item .chat-item-inner .message-username { font-size: 8px; color: #999; line-height: 15px; } .chat-list .chat-item.otheruser .chat-item-inner { float: left; max-width: 324px; position: relative; } .chat-list .chat-item.otheruser .image { position: absolute; border: #00BCD4 dotted 1px; padding: 1px } .chat-list .chat-item.otheruser .message { background: #00BCD4; margin-left: 60px; } .chat-list .chat-item.otheruser .message:before { background: #00BCD4; left: -20px; border-radius: 0 0 0 20px; } .chat-list .chat-item.otheruser .message:after { background: #00BCD4; right: -20px; border-radius: 0 20px 20px 0; } .chat-list .chat-item.otheruser .message-username { width: 100%; text-align: left; padding-left: 40px; } .chat-list .chat-item.user .chat-item-inner { float: right; max-width: 284px; } .chat-list .chat-item.user .message { background: #F44336; } .chat-list .chat-item.user .message:before { left: -20px; border-radius: 20px 0 0 20px; background: #F44336; } .chat-list .chat-item.user .message:after { right: -20px; border-radius: 0 0 20px 0; background: #F44336; } .chat-list .chat-item.user .message-username { width: 100%; text-align: right; } .message-form { position: fixed; left: 0; bottom: 0; width: 100%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.14); background: white; padding: 8px 15px; z-index: 10; } .message-form .message-form-inner { font-size: 0; } .message-form .message-form-inner .message-input, .message-form .message-form-inner .message-button { border: none; overflow: auto; outline: none; min-height: 34px; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box; display: inline-block; vertical-align: middle; font-size: 14px; } .message-form .message-form-inner .message-input { background: #F5F5F5; border: 1px solid #CCCCCC; border-radius: 19px; width: calc(100% - 65px); padding: 0 15px; line-height: 17px; } .name-box { padding: 20px; padding-left: 10px; } .name-input { background: #F5F5F5; border: 1px solid #CCCCCC; border-radius: 19px; width: 95%; height: 30px; padding: 0 15px; line-height: 17px; outline: none; } .message-form .message-form-inner .message-input::-webkit-input-placeholder { color: #ccc; } .message-form .message-form-inner .message-input::-moz-placeholder { color: #ccc; } .message-form .message-form-inner .message-input:-ms-input-placeholder { color: #ccc; } .message-form .message-form-inner .message-input:-moz-placeholder { color: #ccc; } .message-form .message-form-inner .message-input:focus { background: #F44336; border: 1px solid #F44336; border-radius: 19px 0 19px 19px; color: white; padding: 0 20px; } .message-form .message-form-inner .message-input:focus::-webkit-input-placeholder { color: #F44336; } .message-form .message-form-inner .message-input:focus::-moz-placeholder { color: #F44336; } .message-form .message-form-inner .message-input:focus:-ms-input-placeholder { color: #F44336; } .message-form .message-form-inner .message-input:focus:-moz-placeholder { color: #F44336; } .message-form .message-form-inner .message-button { width: 50px; height: 36px; background: white; border: none; position: relative; } .message-form .message-form-inner .message-button svg { position: absolute; top: 4px; left: 0; fill: #F44336; width: 50px; height: 30px; } /* Scrollbar CSS */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; } ::-webkit-scrollbar { height: 8px; width: 6px; background-color: #F5F5F5; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; }
client/src/App.css
.App { text-align: center; } /* CSS for Chat UI */ .chat-body { width: 100%; padding-top: 20px; padding-bottom: 60px; overflow: hidden; overflow-y: auto; } .chat-body .chat-body-inner { width: 100%; } .chat-body .chat-body-inner .sep { text-align: center; width: 100%; position: relative; } .chat-list { width: 100%; } .chat-list .chat-item { padding: 10px 16px; } .chat-list .chat-item:after { content: ""; clear: both; display: block; } .chat-list .chat-item .chat-item-inner { display: block; font-size: 0; } .chat-list .chat-item .chat-item-inner .image { display: inline-block; vertical-align: top; overflow: hidden; border-radius: 50%; } .chat-list .chat-item .chat-item-inner .message { padding: 10px 0; font-size: 14px; display: inline-block; vertical-align: top; margin: 0 25px; position: relative; color: white; word-break: break-all; line-height: 20px; } .chat-list .chat-item .chat-item-inner .message:before { content: ""; display: inline-block; vertical-align: top; position: absolute; width: 20px; height: 100%; top: 0; } .chat-list .chat-item .chat-item-inner .message:after { content: ""; display: inline-block; vertical-align: top; position: absolute; width: 20px; height: 100%; top: 0; } .chat-list .chat-item .chat-item-inner .message-username { font-size: 8px; color: #999; line-height: 15px; } .chat-list .chat-item.otheruser .chat-item-inner { float: left; max-width: 324px; position: relative; } .chat-list .chat-item.otheruser .image { position: absolute; border: #00BCD4 dotted 1px; padding: 1px } .chat-list .chat-item.otheruser .message { background: #00BCD4; margin-left: 60px; } .chat-list .chat-item.otheruser .message:before { background: #00BCD4; left: -20px; border-radius: 0 0 0 20px; } .chat-list .chat-item.otheruser .message:after { background: #00BCD4; right: -20px; border-radius: 0 20px 20px 0; } .chat-list .chat-item.otheruser .message-username { width: 100%; text-align: left; padding-left: 40px; } .chat-list .chat-item.user .chat-item-inner { float: right; max-width: 284px; } .chat-list .chat-item.user .message { background: #F44336; } .chat-list .chat-item.user .message:before { left: -20px; border-radius: 20px 0 0 20px; background: #F44336; } .chat-list .chat-item.user .message:after { right: -20px; border-radius: 0 0 20px 0; background: #F44336; } .chat-list .chat-item.user .message-username { width: 100%; text-align: right; } .message-form { position: fixed; left: 0; bottom: 0; width: 100%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.14); background: white; padding: 8px 15px; z-index: 10; } .message-form .message-form-inner { font-size: 0; } .message-form .message-form-inner .message-input, .message-form .message-form-inner .message-button { border: none; overflow: auto; outline: none; min-height: 34px; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box; display: inline-block; vertical-align: middle; font-size: 14px; } .message-form .message-form-inner .message-input { background: #F5F5F5; border: 1px solid #CCCCCC; border-radius: 19px; width: calc(100% - 65px); padding: 0 15px; line-height: 17px; } .name-box { padding: 20px; padding-left: 10px; } .name-input { background: #F5F5F5; border: 1px solid #CCCCCC; border-radius: 19px; width: 95%; height: 30px; padding: 0 15px; line-height: 17px; outline: none; } .message-form .message-form-inner .message-input::-webkit-input-placeholder { color: #ccc; } .message-form .message-form-inner .message-input::-moz-placeholder { color: #ccc; } .message-form .message-form-inner .message-input:-ms-input-placeholder { color: #ccc; } .message-form .message-form-inner .message-input:-moz-placeholder { color: #ccc; } .message-form .message-form-inner .message-input:focus { background: #F44336; border: 1px solid #F44336; border-radius: 19px 0 19px 19px; color: white; padding: 0 20px; } .message-form .message-form-inner .message-input:focus::-webkit-input-placeholder { color: #F44336; } .message-form .message-form-inner .message-input:focus::-moz-placeholder { color: #F44336; } .message-form .message-form-inner .message-input:focus:-ms-input-placeholder { color: #F44336; } .message-form .message-form-inner .message-input:focus:-moz-placeholder { color: #F44336; } .message-form .message-form-inner .message-button { width: 50px; height: 36px; background: white; border: none; position: relative; } .message-form .message-form-inner .message-button svg { position: absolute; top: 4px; left: 0; fill: #F44336; width: 50px; height: 30px; } /* Scrollbar CSS */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; } ::-webkit-scrollbar { height: 8px; width: 6px; background-color: #F5F5F5; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; }
0.334481
0.035311
@import "../node_modules/bootstrap/dist/css/bootstrap.min.css"; @import "../node_modules/angular2-toaster/toaster.css"; @import "../node_modules/font-awesome/css/font-awesome.min.css"; body { padding-top: 5rem; } .pwd-container { position: relative; padding: 30px 15px; text-align: center; background: #4393B9 url("https://unsplash.it/1024/768/?random") center top; background-size: cover; -moz-background-size: cover; width: 100%; height: calc(100vh - 3rem); margin-top: -2rem; } .pwd-container .card { width: 50%; margin-left: auto; margin-right: auto; } .thumb img { margin: 10px; } img.thumb { max-height: 150px; width: auto; } @media only screen and (max-width: 768px) { /* For mobile phones: */ .pwd-container .card { width: 100%; } } .btn{ border: none; outline: 0; overflow:hidden; position: relative; border-radius: 3px; position: relative; padding: 12px 30px; margin: 10px 1px; font-size: 12px; font-weight: 400; text-transform: uppercase; letter-spacing: 0; will-change: box-shadow, transform; transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12); } .ripple-effect{ position: absolute; border-radius: 50%; width: 50px; height: 50px; background: white; animation: ripple-animation 2s; } @keyframes ripple-animation { from { transform: scale(1); opacity: 0.4; } to { transform: scale(100); opacity: 0; } } .btn:focus{ outline: 0 !important; } .btn.btn-link{ box-shadow: none; text-decoration: none; } .btn.rounded{ border-radius: 30px; } .btn.fab{ width: 40px; height: 40px; line-height: 40px; border-radius: 20px; padding: 0; } .btn.fab i{ line-height: 40px; } .btn:hover{ box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.2), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.1); } .btn.btn-link:hover{ box-shadow: none; } .btn .material-icons { vertical-align: middle; font-size: 17px; top: -1px; position: relative; } .btn-sm{ padding: .35rem .5rem; font-size: .675rem; } .btn-lg{ padding: .75rem 1.5rem; font-size: 1.25rem; }
src/main/gui/src/styles.css
@import "../node_modules/bootstrap/dist/css/bootstrap.min.css"; @import "../node_modules/angular2-toaster/toaster.css"; @import "../node_modules/font-awesome/css/font-awesome.min.css"; body { padding-top: 5rem; } .pwd-container { position: relative; padding: 30px 15px; text-align: center; background: #4393B9 url("https://unsplash.it/1024/768/?random") center top; background-size: cover; -moz-background-size: cover; width: 100%; height: calc(100vh - 3rem); margin-top: -2rem; } .pwd-container .card { width: 50%; margin-left: auto; margin-right: auto; } .thumb img { margin: 10px; } img.thumb { max-height: 150px; width: auto; } @media only screen and (max-width: 768px) { /* For mobile phones: */ .pwd-container .card { width: 100%; } } .btn{ border: none; outline: 0; overflow:hidden; position: relative; border-radius: 3px; position: relative; padding: 12px 30px; margin: 10px 1px; font-size: 12px; font-weight: 400; text-transform: uppercase; letter-spacing: 0; will-change: box-shadow, transform; transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12); } .ripple-effect{ position: absolute; border-radius: 50%; width: 50px; height: 50px; background: white; animation: ripple-animation 2s; } @keyframes ripple-animation { from { transform: scale(1); opacity: 0.4; } to { transform: scale(100); opacity: 0; } } .btn:focus{ outline: 0 !important; } .btn.btn-link{ box-shadow: none; text-decoration: none; } .btn.rounded{ border-radius: 30px; } .btn.fab{ width: 40px; height: 40px; line-height: 40px; border-radius: 20px; padding: 0; } .btn.fab i{ line-height: 40px; } .btn:hover{ box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.2), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.1); } .btn.btn-link:hover{ box-shadow: none; } .btn .material-icons { vertical-align: middle; font-size: 17px; top: -1px; position: relative; } .btn-sm{ padding: .35rem .5rem; font-size: .675rem; } .btn-lg{ padding: .75rem 1.5rem; font-size: 1.25rem; }
0.447943
0.066236
position: fixed; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(27, 18, 31); opacity: 1; transition: 1s opacity; } #loading-screen.fade-out { opacity: 0; } #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color:rgb(34, 143, 194); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: rgb(94, 202, 193); -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; } #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color:white; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } .navbar{ font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; background-color: rgb(19, 18, 48) !important; color: rgb(34, 143, 194); padding-bottom: 0rem !important; } .navbar .sub{ display: block; color: rgb(237, 169, 36); } .dropdown-menu{ background-color: rgb(19, 18, 48) !important; color: rgb(34, 143, 194) !important; } .dropdown-menu .dropdown-item{ color: rgb(34, 143, 194) !important; } .dropdown-menu .dropdown-item:hover{ background-color: rgb(34, 143, 194); color: white !important; } .nav-item.active>a{ background-color: #004494; color: white !important; border-top: solid 3px #bb1e28 !important; border-left: solid 3px #bb1e28 !important; border-right: solid 3px #bb1e28 !important; } a{ text-decoration: none !important; color: rgb(34, 143, 194); } .container{ border: solid !important; border-radius: 2px !important; border-color: rgba(94, 202, 193, 0.658) !important; padding-top: 15px; padding-bottom: 15px; } #idCanvas { width: 100%; height: 512px; } .btnConf{ position: absolute; height: 100%; z-index: 1; } .btn{ font-family: 'Courier New', Courier, monospace; background-color: rgba(34, 143, 194, 0.651); border: solid !important; border-radius: 2px !important; border-color: rgba(94, 202, 193, 0.658) !important; color: rgb(255, 255, 255); } #planos{ display: block; } body{ background-color: #004494 !important; } .escuela{ display: inline; } .escuela span{ display: inline; } .creditos h1, .row>p, .descripcion{ color: white; } .creditos.container{ border: 0px !important; } .card .card-img-top{ object-fit: cover; height: 340px; } .card{ border:2px solid #bb1e28 !important; } /*MODAL*/ .imgForModal{ cursor: pointer; } .imgForModal:hover{ opacity: 0.7; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 99999; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto !important; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ } /* Modal Content (image) */ .modal-content { margin: auto; display: block; width: 80%; max-width: 700px; } /* Caption of Modal Image (Image Text) - Same Width as the Image */ #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } /* Add Animation - Zoom in the Modal */ .modal-content, #caption { -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s; } @-webkit-keyframes zoom { from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)} } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .modal-content { width: 100%; } }
public/css/stylesheet.css
position: fixed; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(27, 18, 31); opacity: 1; transition: 1s opacity; } #loading-screen.fade-out { opacity: 0; } #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color:rgb(34, 143, 194); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: rgb(94, 202, 193); -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; } #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color:white; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } .navbar{ font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; background-color: rgb(19, 18, 48) !important; color: rgb(34, 143, 194); padding-bottom: 0rem !important; } .navbar .sub{ display: block; color: rgb(237, 169, 36); } .dropdown-menu{ background-color: rgb(19, 18, 48) !important; color: rgb(34, 143, 194) !important; } .dropdown-menu .dropdown-item{ color: rgb(34, 143, 194) !important; } .dropdown-menu .dropdown-item:hover{ background-color: rgb(34, 143, 194); color: white !important; } .nav-item.active>a{ background-color: #004494; color: white !important; border-top: solid 3px #bb1e28 !important; border-left: solid 3px #bb1e28 !important; border-right: solid 3px #bb1e28 !important; } a{ text-decoration: none !important; color: rgb(34, 143, 194); } .container{ border: solid !important; border-radius: 2px !important; border-color: rgba(94, 202, 193, 0.658) !important; padding-top: 15px; padding-bottom: 15px; } #idCanvas { width: 100%; height: 512px; } .btnConf{ position: absolute; height: 100%; z-index: 1; } .btn{ font-family: 'Courier New', Courier, monospace; background-color: rgba(34, 143, 194, 0.651); border: solid !important; border-radius: 2px !important; border-color: rgba(94, 202, 193, 0.658) !important; color: rgb(255, 255, 255); } #planos{ display: block; } body{ background-color: #004494 !important; } .escuela{ display: inline; } .escuela span{ display: inline; } .creditos h1, .row>p, .descripcion{ color: white; } .creditos.container{ border: 0px !important; } .card .card-img-top{ object-fit: cover; height: 340px; } .card{ border:2px solid #bb1e28 !important; } /*MODAL*/ .imgForModal{ cursor: pointer; } .imgForModal:hover{ opacity: 0.7; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 99999; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto !important; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.9); /* Black w/ opacity */ } /* Modal Content (image) */ .modal-content { margin: auto; display: block; width: 80%; max-width: 700px; } /* Caption of Modal Image (Image Text) - Same Width as the Image */ #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } /* Add Animation - Zoom in the Modal */ .modal-content, #caption { -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s; } @-webkit-keyframes zoom { from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)} } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .modal-content { width: 100%; } }
0.386532
0.101589
.move-to-r0{right: 0 !important;} .order-wrapper{position: relative;width: 640px;} .order-wrapper h3,.order-wrapper h4{font-weight: normal;} .order-wrapper .order-main{position: relative;z-index: 1;width: 640px;} .order-wrapper .information-detail{position: absolute;top: -80px;right: -640px;z-index:9;width: 640px;background: #fff;-webkit-transition: all 0.3s linear;} .order-wrapper .order-main .order-addr{position: relative;height: 120px;padding: 10px 0;background: #fff;} .order-wrapper .order-main .order-addr .icon-location{position: absolute;left: 0;top: 30px;width: 80px;height: 80px;text-align: center;line-height: 80px;font-size: 50px;color: #666;} .order-wrapper .order-main .order-addr .user-info{width: 460px;margin-left: 95px;} .order-wrapper .order-main .order-addr .user-info p{line-height: 40px;} .order-wrapper .order-main .order-addr .user-info .address{height: 70px;line-height: 36px;} .order-wrapper .order-main .order-addr .view-more-info{position: absolute;top: 10px;right: 0;height: 120px;width: 80px;padding-right: 10px;line-height: 120px;text-align: right;font-size: 36px;color: #999;} /* 订单信息 */ /* 订单信息 --->商家信息*/ .order-item{width: 640px;margin-top: 10px;background: #fff;} .order-item .shop-info{line-height: 50px;} .order-item .shop-info .name{position: relative;height: 50px;padding: 0 20px;} .order-item .shop-info .name a i{font-size: 30px;margin-right: 5px;} .order-item .shop-info .name .shop-activity{position: absolute;top: 0;right: 20px;} .order-item .shop-info .name .shop-activity label{padding: 3px 5px;border-radius: 3px;color: #fff;} .order-item .shop-info .name .shop-activity label:nth-child(1){background: #ff8000;} .order-item .shop-info .name .shop-activity label:nth-child(2){background: #e8554c;} .order-item .shop-info .name .shop-activity label:nth-child(3){background: #745bd5;} /* 订单信息 --->商家信息--->活动*/ .order-item .shop-info .shop-info-detail{height: 0;-webkit-transition: all 0.5s linear;overflow: hidden;} .order-item .shop-info .shop-info-detail p{text-align: right;} .order-item .shop-info .shop-info-detail p span{padding: 3px 5px;margin-right: 5px;border-radius: 3px;background: #44be85;color: #fff;font-size: 18px;} .order-item .show-shop-info-detail .shop-info-detail{padding:0 20px;height: auto;border-top: 1px solid #e5e5e5;} /* 订单信息 --->商品列表*/ .o-g-list ul li{position: relative;height: 100px;padding: 10px 20px 10px 120px;border-top: 1px solid #e5e5e5;} .o-g-list ul li .good-img{position: absolute;top: 10px;left: 10px;width: 100px;height: 100px;overflow: hidden;} .o-g-list ul li .good-img img{width: 100px;height: 100px;} .o-g-list ul li .good-name{width: 340px;} .o-g-list ul li .good-name h4{line-height: 40px;} .o-g-list ul li .good-name p{color: #999;} .o-g-list ul li .good-name p span.xianshi strong{margin: 5px;color: #ff8000;} .o-g-list ul li .good-number{position: absolute;top: 10px;right: 20px;width: 160px;line-height: 40px;} .o-g-list ul li .good-number p.price{font-size: 30px;color: #f92424;} .o-g-list ul li .good-number p.num{padding-left: 7px;color: #999;} /* 订单信息 --->留言*/ .your-message{height: 50px;line-height: 50px;padding: 10px 20px;border-top: 1px solid #e5e5e5;} .your-message textarea{width: 600px;height: 50px;font-size: 20px;line-height: 50px;border: none;} /* 订单信息 --->每个店铺的计算*/ .shop-account{padding: 10px 20px;line-height: 50px;text-align: right;border-top: 1px solid #e5e5e5;} .shop-account dl dt{width: 300px;display: inline-block;} .shop-account dl dd{display: inline-block;width: 150px;height: 50px;line-height: 50px;} .shop-account dl.mansong,.shop-account dl.voucher{color: #44be85;} .shop-account dl.mansong dt a{margin-left: 10px;color: #44be85;} .shop-account dl.voucher select{width: 280px;height: 48px;border:1px solid #e5e5e5;border-radius: 3px;font-size: 24px;} .shop-account dl.total dd{color: #f92424;font-size: 30px;} /* 详细信息 */ .order-wrapper .information-detail .i-d-title{position: relative;height: 80px;line-height: 80px;text-align: center;font-size: 30px;color: #fff;background: #ff8000;} .order-wrapper .information-detail .i-d-title div.icon-back1{position: absolute;top: 0;left: 0;width: 80px;height: 80px;} .information-detail-c{padding: 20px;}
public/static/mobile/css/order-confirm.css
.move-to-r0{right: 0 !important;} .order-wrapper{position: relative;width: 640px;} .order-wrapper h3,.order-wrapper h4{font-weight: normal;} .order-wrapper .order-main{position: relative;z-index: 1;width: 640px;} .order-wrapper .information-detail{position: absolute;top: -80px;right: -640px;z-index:9;width: 640px;background: #fff;-webkit-transition: all 0.3s linear;} .order-wrapper .order-main .order-addr{position: relative;height: 120px;padding: 10px 0;background: #fff;} .order-wrapper .order-main .order-addr .icon-location{position: absolute;left: 0;top: 30px;width: 80px;height: 80px;text-align: center;line-height: 80px;font-size: 50px;color: #666;} .order-wrapper .order-main .order-addr .user-info{width: 460px;margin-left: 95px;} .order-wrapper .order-main .order-addr .user-info p{line-height: 40px;} .order-wrapper .order-main .order-addr .user-info .address{height: 70px;line-height: 36px;} .order-wrapper .order-main .order-addr .view-more-info{position: absolute;top: 10px;right: 0;height: 120px;width: 80px;padding-right: 10px;line-height: 120px;text-align: right;font-size: 36px;color: #999;} /* 订单信息 */ /* 订单信息 --->商家信息*/ .order-item{width: 640px;margin-top: 10px;background: #fff;} .order-item .shop-info{line-height: 50px;} .order-item .shop-info .name{position: relative;height: 50px;padding: 0 20px;} .order-item .shop-info .name a i{font-size: 30px;margin-right: 5px;} .order-item .shop-info .name .shop-activity{position: absolute;top: 0;right: 20px;} .order-item .shop-info .name .shop-activity label{padding: 3px 5px;border-radius: 3px;color: #fff;} .order-item .shop-info .name .shop-activity label:nth-child(1){background: #ff8000;} .order-item .shop-info .name .shop-activity label:nth-child(2){background: #e8554c;} .order-item .shop-info .name .shop-activity label:nth-child(3){background: #745bd5;} /* 订单信息 --->商家信息--->活动*/ .order-item .shop-info .shop-info-detail{height: 0;-webkit-transition: all 0.5s linear;overflow: hidden;} .order-item .shop-info .shop-info-detail p{text-align: right;} .order-item .shop-info .shop-info-detail p span{padding: 3px 5px;margin-right: 5px;border-radius: 3px;background: #44be85;color: #fff;font-size: 18px;} .order-item .show-shop-info-detail .shop-info-detail{padding:0 20px;height: auto;border-top: 1px solid #e5e5e5;} /* 订单信息 --->商品列表*/ .o-g-list ul li{position: relative;height: 100px;padding: 10px 20px 10px 120px;border-top: 1px solid #e5e5e5;} .o-g-list ul li .good-img{position: absolute;top: 10px;left: 10px;width: 100px;height: 100px;overflow: hidden;} .o-g-list ul li .good-img img{width: 100px;height: 100px;} .o-g-list ul li .good-name{width: 340px;} .o-g-list ul li .good-name h4{line-height: 40px;} .o-g-list ul li .good-name p{color: #999;} .o-g-list ul li .good-name p span.xianshi strong{margin: 5px;color: #ff8000;} .o-g-list ul li .good-number{position: absolute;top: 10px;right: 20px;width: 160px;line-height: 40px;} .o-g-list ul li .good-number p.price{font-size: 30px;color: #f92424;} .o-g-list ul li .good-number p.num{padding-left: 7px;color: #999;} /* 订单信息 --->留言*/ .your-message{height: 50px;line-height: 50px;padding: 10px 20px;border-top: 1px solid #e5e5e5;} .your-message textarea{width: 600px;height: 50px;font-size: 20px;line-height: 50px;border: none;} /* 订单信息 --->每个店铺的计算*/ .shop-account{padding: 10px 20px;line-height: 50px;text-align: right;border-top: 1px solid #e5e5e5;} .shop-account dl dt{width: 300px;display: inline-block;} .shop-account dl dd{display: inline-block;width: 150px;height: 50px;line-height: 50px;} .shop-account dl.mansong,.shop-account dl.voucher{color: #44be85;} .shop-account dl.mansong dt a{margin-left: 10px;color: #44be85;} .shop-account dl.voucher select{width: 280px;height: 48px;border:1px solid #e5e5e5;border-radius: 3px;font-size: 24px;} .shop-account dl.total dd{color: #f92424;font-size: 30px;} /* 详细信息 */ .order-wrapper .information-detail .i-d-title{position: relative;height: 80px;line-height: 80px;text-align: center;font-size: 30px;color: #fff;background: #ff8000;} .order-wrapper .information-detail .i-d-title div.icon-back1{position: absolute;top: 0;left: 0;width: 80px;height: 80px;} .information-detail-c{padding: 20px;}
0.184841
0.066266
body{ background: url(gambar/background.jpg); background-size: 100%; background-attachment: fixed; } /*page 2*/ #container2{ padding: 20px; background: rgb(0, 0, 0, 0.3); width: 700px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-31%); } #header{ background: none; width: 700px; display: inline-flex; } #title{ margin-right: 20px; padding: 10px 20px; background: #2b2c2e; width: 490px; height: 130px; border-radius: 8px; text-align: center; font-family: cursive; font-size: 25px; } h1{ background: none; color: white; width: 490px; } #sems{ padding: 10px; background: black; width: 130px; height: 130px; border-radius: 8px; text-align: center; font-family: serif; font-size: 30px; } h2{ margin:10px 0 0 0; background: none; color: white; width: 130px; } .card{ margin: 20px 0; padding: 20px; background: white; width: 660px; height: auto; border-radius: 8px; } .name{ padding: 5px; background: black; color: white; width: 250px; height: 30px; border-radius: 8px; text-align: center; font-family: sans-serif; } h3{ margin-top: 5px; background: none; color: white; width: 250px; } table{ margin-top: 20px; background: none; width: 660px; font-size: 10px; border-radius: 5px; border: 2px solid black; } #footer{ margin-top: 20px; background: none; height:50px; text-align: right; } button{ margin-top: 10px; background: royalblue; width: 80px; height: 30px; border: none; } #logout{ border-radius: 5px 0 0 5px; } #next{ border-radius: 0 5px 5px 0; } a{ color: white; text-decoration: none; } /*Page 3*/ #container3{ padding: 20px; background: rgb(0, 0, 0, 0.3); width: 700px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-44%); } .bx{ margin-top: 20px; background: none; display: inline-flex; } .imgbox{ background: white; width: 150px; height: 180px; border-radius: 20px; text-align: center; } .shortname{ margin-top: -1px; background: none; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px; } .biobox{ padding: 5px 15px; background: white; width: 500px; height: auto; border-radius: 20px; font-family: sans-serif; font-size: 15px; text-align: justify; } img{ width: 150px; height: 150px; border-radius: 20px 20px 0 0; } #img1{ margin-right: 20px; } #img2{ margin-left: 20px; } #img3{ margin-right: 20px; } #back{ border-radius: 5px 0 0 5px; } #logout:hover, #back:hover, #next:hover{ background: #04f797; } /*Page 4*/ #container4{ padding: 20px; background: none; width: 1000px; /* Ngatur jarak kotak */ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } #main4{ padding: 20px; background: none; display: flex; /* Ngatur kesamping */ flex-wrap: wrap; justify-content: space-between; /* Ngasi jarak 3 kotak */ } .box{ /* Ngatur keseluruhan ukuran kotak */ position: relative; width: 300px; height: 400px; border-radius: 15px; background: black; /* Warna bayangan animasi Tulisan */ box-shadow: 0 30px 30px rgb(0, 0, 0, 0.5); /* Warna bayangan box */ } .imgBx{ /* Ngatur gambar */ position: absolute; top: 0; left: 0; width: 100%; /* Nyamping */ height: 100%; /* Kebawah */ } .imgBx img{ /* Ngatur bayangan belakang gambar */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 0.5s; /* Ngatur animasi */ border-radius: 15px; /* Ngatur lengkungan */ } .box:hover .imgBx img{ /* Ngatur tebel bayangan belakang gambar */ opacity: 0; } .content{ /* Ngatur letak box putih nama */ position: absolute; bottom: 20px; left: 10%; width: 80%; height: 60px; background: #fff; border-radius: 15px; transition: 0.5s; /* Animasi kotak putih nama keatas */ overflow: hidden; padding-top: 20px; text-align: center; box-sizing: border-box; } .box:hover .content{ /* Ngatur kotak putih Nama */ width: 100%; height: 100%; bottom: 0; left: 0; text-align: left; padding-left: 20px; } .content h3{ /* Ngatur font Nama */ color: black; margin: 0; padding: 0; /* letak font Nama */ font-size: 20px; } .box .content p{ margin: 10px 0 0; /* mengatur jarak tulisan keterangan dari nama */ opacity: 0; line-height: 1.2em; /* Ngatur tinggi jarak tulisan */ transition: 0.5s; /* Animasi tulisan yang keluar perlahan*/ text-align: justify; } .box:hover .content p{ /* Ngatur tulisan dalem box putih*/ opacity: 1; /* Ngatur ketebalan kalimat penjelasan */ transition-delay: 0.2s; /* Ngatur keluarnya animasi tulisan */ } #footeriv{ /* Ngatur letak logout dan back */ margin-top: 20px; background: none; height: 50px; border: none; text-align: center; } #backiii{ border-radius: 0 5px 5px 0; } #backiii:hover{ background: #04f797; }
TR PTI/style.css
body{ background: url(gambar/background.jpg); background-size: 100%; background-attachment: fixed; } /*page 2*/ #container2{ padding: 20px; background: rgb(0, 0, 0, 0.3); width: 700px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-31%); } #header{ background: none; width: 700px; display: inline-flex; } #title{ margin-right: 20px; padding: 10px 20px; background: #2b2c2e; width: 490px; height: 130px; border-radius: 8px; text-align: center; font-family: cursive; font-size: 25px; } h1{ background: none; color: white; width: 490px; } #sems{ padding: 10px; background: black; width: 130px; height: 130px; border-radius: 8px; text-align: center; font-family: serif; font-size: 30px; } h2{ margin:10px 0 0 0; background: none; color: white; width: 130px; } .card{ margin: 20px 0; padding: 20px; background: white; width: 660px; height: auto; border-radius: 8px; } .name{ padding: 5px; background: black; color: white; width: 250px; height: 30px; border-radius: 8px; text-align: center; font-family: sans-serif; } h3{ margin-top: 5px; background: none; color: white; width: 250px; } table{ margin-top: 20px; background: none; width: 660px; font-size: 10px; border-radius: 5px; border: 2px solid black; } #footer{ margin-top: 20px; background: none; height:50px; text-align: right; } button{ margin-top: 10px; background: royalblue; width: 80px; height: 30px; border: none; } #logout{ border-radius: 5px 0 0 5px; } #next{ border-radius: 0 5px 5px 0; } a{ color: white; text-decoration: none; } /*Page 3*/ #container3{ padding: 20px; background: rgb(0, 0, 0, 0.3); width: 700px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-44%); } .bx{ margin-top: 20px; background: none; display: inline-flex; } .imgbox{ background: white; width: 150px; height: 180px; border-radius: 20px; text-align: center; } .shortname{ margin-top: -1px; background: none; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 20px; } .biobox{ padding: 5px 15px; background: white; width: 500px; height: auto; border-radius: 20px; font-family: sans-serif; font-size: 15px; text-align: justify; } img{ width: 150px; height: 150px; border-radius: 20px 20px 0 0; } #img1{ margin-right: 20px; } #img2{ margin-left: 20px; } #img3{ margin-right: 20px; } #back{ border-radius: 5px 0 0 5px; } #logout:hover, #back:hover, #next:hover{ background: #04f797; } /*Page 4*/ #container4{ padding: 20px; background: none; width: 1000px; /* Ngatur jarak kotak */ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } #main4{ padding: 20px; background: none; display: flex; /* Ngatur kesamping */ flex-wrap: wrap; justify-content: space-between; /* Ngasi jarak 3 kotak */ } .box{ /* Ngatur keseluruhan ukuran kotak */ position: relative; width: 300px; height: 400px; border-radius: 15px; background: black; /* Warna bayangan animasi Tulisan */ box-shadow: 0 30px 30px rgb(0, 0, 0, 0.5); /* Warna bayangan box */ } .imgBx{ /* Ngatur gambar */ position: absolute; top: 0; left: 0; width: 100%; /* Nyamping */ height: 100%; /* Kebawah */ } .imgBx img{ /* Ngatur bayangan belakang gambar */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 0.5s; /* Ngatur animasi */ border-radius: 15px; /* Ngatur lengkungan */ } .box:hover .imgBx img{ /* Ngatur tebel bayangan belakang gambar */ opacity: 0; } .content{ /* Ngatur letak box putih nama */ position: absolute; bottom: 20px; left: 10%; width: 80%; height: 60px; background: #fff; border-radius: 15px; transition: 0.5s; /* Animasi kotak putih nama keatas */ overflow: hidden; padding-top: 20px; text-align: center; box-sizing: border-box; } .box:hover .content{ /* Ngatur kotak putih Nama */ width: 100%; height: 100%; bottom: 0; left: 0; text-align: left; padding-left: 20px; } .content h3{ /* Ngatur font Nama */ color: black; margin: 0; padding: 0; /* letak font Nama */ font-size: 20px; } .box .content p{ margin: 10px 0 0; /* mengatur jarak tulisan keterangan dari nama */ opacity: 0; line-height: 1.2em; /* Ngatur tinggi jarak tulisan */ transition: 0.5s; /* Animasi tulisan yang keluar perlahan*/ text-align: justify; } .box:hover .content p{ /* Ngatur tulisan dalem box putih*/ opacity: 1; /* Ngatur ketebalan kalimat penjelasan */ transition-delay: 0.2s; /* Ngatur keluarnya animasi tulisan */ } #footeriv{ /* Ngatur letak logout dan back */ margin-top: 20px; background: none; height: 50px; border: none; text-align: center; } #backiii{ border-radius: 0 5px 5px 0; } #backiii:hover{ background: #04f797; }
0.345547
0.091626
.menu-icon { display: none; width: 30px; height: 30px; background-image: url(../img/menu/menu-icon.svg); background-size: contain; background-repeat: no-repeat; background-position: center; cursor: pointer; } .menu-wrapper { position: fixed; display: flex; flex-direction: column; justify-content: center; align-items: center; top: 0; left: 100%; width: 100%; height: 100vh; overflow: hidden; background-color: #ffffff; transition: all 0.3s; z-index: 9999; } .menu-wrapper.active { padding: 20px; left: 0; right: 0; } .munu-soceal, .menu-list { list-style-type: none; padding-left: 0; margin-top: 0; } .menu-list { margin-bottom: 40px; } .menu-list li { display: block; margin-bottom: 30px; } .menu-list__item { display: block; text-decoration: none; color: #1F1F1F; font-weight: 700; font-size: 18px; text-align: center; } .menu-contact___number { text-align: center; color: #1F1F1F; font-weight: bold; font-size: 20px; margin: 0; padding: 2px 0; } .menu-contact___text { text-align: center; color: #1F1F1F; font-weight: 600; font-size: 16px; padding: 2px 0; margin: 0; } .munu-soceal { display: flex; justify-content: center; margin-top: 20px; } .munu-soceal li { margin-right: 35px; } .munu-soceal li:last-child { margin-right: 0; } .munu-soceal__item { display: block; text-decoration: none; font-size: 0; width: 25px; height: 25px; background-position: center; background-repeat: no-repeat; background-size: contain; } .telegram { background-image: url(../img/menu/telegram.svg); } .instagram { background-image: url(../img/menu/instagram.svg); } .faceboock { background-image: url(../img/menu/facebook.svg); } .menu-close { position: absolute; display: block; right: 30px; top: 30px; width: 20px; height: 20px; background-image: url(../img/menu/close.svg); background-repeat: no-repeat; background-size: contain; background-position: center; } @media (max-width: 760px) { .menu-icon { display: block; } }
css/menu.css
.menu-icon { display: none; width: 30px; height: 30px; background-image: url(../img/menu/menu-icon.svg); background-size: contain; background-repeat: no-repeat; background-position: center; cursor: pointer; } .menu-wrapper { position: fixed; display: flex; flex-direction: column; justify-content: center; align-items: center; top: 0; left: 100%; width: 100%; height: 100vh; overflow: hidden; background-color: #ffffff; transition: all 0.3s; z-index: 9999; } .menu-wrapper.active { padding: 20px; left: 0; right: 0; } .munu-soceal, .menu-list { list-style-type: none; padding-left: 0; margin-top: 0; } .menu-list { margin-bottom: 40px; } .menu-list li { display: block; margin-bottom: 30px; } .menu-list__item { display: block; text-decoration: none; color: #1F1F1F; font-weight: 700; font-size: 18px; text-align: center; } .menu-contact___number { text-align: center; color: #1F1F1F; font-weight: bold; font-size: 20px; margin: 0; padding: 2px 0; } .menu-contact___text { text-align: center; color: #1F1F1F; font-weight: 600; font-size: 16px; padding: 2px 0; margin: 0; } .munu-soceal { display: flex; justify-content: center; margin-top: 20px; } .munu-soceal li { margin-right: 35px; } .munu-soceal li:last-child { margin-right: 0; } .munu-soceal__item { display: block; text-decoration: none; font-size: 0; width: 25px; height: 25px; background-position: center; background-repeat: no-repeat; background-size: contain; } .telegram { background-image: url(../img/menu/telegram.svg); } .instagram { background-image: url(../img/menu/instagram.svg); } .faceboock { background-image: url(../img/menu/facebook.svg); } .menu-close { position: absolute; display: block; right: 30px; top: 30px; width: 20px; height: 20px; background-image: url(../img/menu/close.svg); background-repeat: no-repeat; background-size: contain; background-position: center; } @media (max-width: 760px) { .menu-icon { display: block; } }
0.327883
0.065545
#df_load_test{ height: 10px; } body{ font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 80%; line-height: 1.1; } /* - - - - - - WebApp - - - - - - */ .WebApp .WebApp_ViewRegion{ padding: 20px 20px 20px 20px; } .WebApp.WebContainer{ background-color: #ABABAB; } /* - - - - - - WebPanel - - - - - - */ .WebPanel > .WebPanel_DividerVertical { background-color: #C2D1D1; border-right: 1px solid #D6E5F5; border-left: 1px solid #FFFFFF; width: 1px; margin: 9px 0px 9px 0px; } .WebPanel > .WebPanel_DividerHorizontal{ background-color: #C2D1D1; border-bottom: 1px solid #D6E5F5; border-top: 1px solid #FFFFFF; height: 1px; margin: 0px 9px 0px 9px; } /* - - - - - - WebContainer - - - - - - */ /* Margins inside the container */ .WebContainer .WebCon_Content{ padding: 5px; } /* - - - - - - WebView - - - - - - */ .WebView > div.WebCon_Inner{ border: 4px solid #96C6FA; padding-top: 3px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; background: #96C6FA; } .WebView > div > label{ padding: 2px 4px 6px 4px; } .WebContainer{ background-color: #EEEEEE; } /* - - - - - - WebControl - - - - - - */ .WebControl > div.WebCon_Inner{ margin: 3px 3px 3px 3px; } /* The label is displayed as block with a fixed width or height. It can be located on the left, right or at the top of the control. When a control has a label the inner div will get the WebCon_HasLabel class and if left right or top is set explicitly it will also get WebCon_LeftLabel, WebCon_RightLabel or WebCon_TopLabel. If no position class is set the theme CSS determines where it is shown. */ .WebControl > div > label{ width: 130px; padding: 4px 2px 2px 2px; -moz-user-select: none; } .WebControl > div.WebCon_HasLabel > div{ margin-left: 130px; } .WebControl > div.WebCon_LeftLabel > div{ margin-left: 130px; } .WebControl > div.WebCon_RightLabel > label{ float: left; } .WebControl > div.WebCon_RightLabel > div{ margin-right: 130px; margin-left: 0px; } .WebControl > div.WebCon_RightLabel > label{ float: right; } .WebControl > div.WebCon_TopLabel > div{ margin-left: 0px; } .WebControl > div.WebCon_TopLabel > label{ padding-bottom: 4px; float: none; width: auto; } .WebControl > div.WebCon_Inner > div{ } /* This defines the border used arround the WebForm, WebCombo & WebEdit */ .WebControl .WebFrm_Wrapper{ padding: 2px; background-color: #FFFFFF; border: 1px solid; border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .WebControl.WebCon_Focus .WebFrm_Wrapper{ } .WebControl.WebError div.WebFrm_Wrapper{ border: 1px solid #DD0000; } /* - - - - - - WebForm - - - - - - */ .WebForm input{ background-color: transparent; height: 18px; } .WebForm input:focus{ outline: none; } .WebForm .WebFrm_Prompt{ width: 16px; height: 16px; border: 1px solid transparent; border-radius: 2px 2px 2px 2px; background: transparent url('WL_ActionIcons.png') no-repeat 0px -50px; } .WebForm.Web_Enabled .WebFrm_Prompt:hover, .WebFileFrm.Web_Enabled div.WebFile_Btn:hover{ border: 1px solid #3399FF; background-color: #C0DDFC; } .WebForm.Web_Disabled .WebFrm_Prompt{ opacity: 0.5; filter: alpha(opacity=50); } .WebForm .WebFrm_HasPrompt .WebFrm_PromptSpacer{ margin-right: 18px; } .WebForm.Web_ReadOnly input, .WebEdit.Web_ReadOnly textarea{ color: #876D87; } /* - - - - - - WebButton - - - - - - */ .WebButton button{ } .WebButton.Web_Disabled button{ opacity: 0.5; filter: alpha(opacity=50); } /* - - - - - - WebLabel - - - - - - */ .WebLabel .WebLabel_content{ line-height: 14px; /* This line height needs to be fixed because of rounding issues with panels */ } /* - - - - - - WebCombo - - - - - - */ .WebCombo select{ height: 18px; } /* - - - - - - WebRadio - - - - - - */ .WebRadio input{ margin: 5px 2px 5px; height: 14px; } .WebRadio .WebRadio_Caption{ padding: 4px 2px 0px 0px; margin-left: 20px; } /* - - - - - - WebCheckbox - - - - - - */ .WebCheckbox input{ margin: 5px 2px 5px; height: 14px; } .WebCheckbox .WebCheckbox_Caption{ padding: 4px 2px 0px 0px; margin-left: 20px; } .WebCheckbox > .WebCon_Inner > div{ height: 24px; } .WebCheckbox input:focus{ outline: 1px dotted #000000; } /* - - - - - - WebEdit - - - - - - */ .WebEdit textarea{ background: #FFFFFF; } /* - - - - - - WebList & WebGrid - - - - - - */ /* The grid & list share their basic styles. */ .WebGrid.Web_Disabled, .WebList.Web_Disabled{ color: #876D87; } .WebGrid.WebControl > .WebCon_Inner, .WebList.WebControl > .WebCon_Inner{ border: 1px solid #A0A0A0; } /* Body */ .WebGrid .WebList_BodyWrp, .WebList .WebList_BodyWrp{ border-top: 1px solid #D5D5D5; background-color: #ffffff; } .WebGrid .WebList_Body, .WebList .WebList_Body{ } .WebGrid .WebList_Body .WebList_Row.WebList_Selected, .WebList .WebList_Body .WebList_Row.WebList_Selected{ } .WebGrid .WebList_Body .WebList_Row td, .WebList .WebList_Body .WebList_Row td{ border-left: 1px solid #ECECEC; padding-left: 3px; padding-right: 3px; height: 23px; vertical-align: middle; } .WebGrid .WebList_Body .WebList_Row td:first-child, .WebList .WebList_Body .WebList_Row td:first-child{ border-left: none; } .WebGrid .WebList_TableWrp td.Web_Disabled{ color: #876D87; } /* Header */ .WebList th, .WebGrid th{ border-left: 1px solid #ECECEC; } .WebList th:first-child, .WebGrid th:first-child{ border-left: none; } .WebGrid .WebList_Head, .WebList .WebList_Head { background: url('WebGrid-Vert.png') repeat-x 0px 0px; } /* Left & Right margin are needed because of the body borders. */ .WebGrid .WebList_Head .WebList_HeadWrp, .WebList .WebList_Head .WebList_HeadWrp{ margin-left: 0px; margin-right: 0px; } .WebGrid .WebList_Head th > div, .WebList .WebList_Head th > div{ height: 23px; } .WebGrid .WebList_Head .WebList_ColCap, .WebList .WebList_Head .WebList_ColCap{ padding: 5px 4px 2px 3px; overflow: hidden; white-space: nowrap; } /* This is the separator that is shown when resizing columns. */ .WebGrid .WebList_ColResizer, .WebList .WebList_ColResizer{ border-left: 1px solid #A0A0A0; } .WebGrid .WebList_Head .WebList_Sorted, .WebGrid .WebList_Head .WebList_SortedReverse, .WebList .WebList_Head .WebList_Sorted, .WebList .WebList_Head .WebList_SortedReverse{ background: url('WebGrid-Vert.png') no-repeat right -60px; } .WebGrid .WebList_Head .WebList_Sorted .WebList_ColCap, .WebGrid .WebList_Head .WebList_SortedReverse .WebList_ColCap, .WebList .WebList_Head .WebList_Sorted .WebList_ColCap, .WebList .WebList_Head .WebList_SortedReverse .WebList_ColCap{ padding-right: 20px; } .WebGrid .WebList_Head .WebList_SortedReverse, .WebList .WebList_Head .WebList_SortedReverse{ background-position: right -90px; } .WebGrid .WebList_Head .WebList_Sortable, .WebList .WebList_Head .WebList_Sortable{ text-decoration: underline; } .WebGrid .WebList_Head .WebList_ColHead, .WebList .WebList_Head .WebList_ColHead{ } /* - - - - - - WebList - - - - - - */ .WebGrid .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected, .WebList .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected{ background: #C0DDFC; } .WebGrid.Web_Disabled .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected, .WebList.Web_Disabled .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected{ background: #E0EEFE; } .WebGrid.Web_Enabled.WebCon_Focus .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected, .WebList.Web_Enabled.WebCon_Focus .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected{ background: #96C6FA; } /* - - - - - - WebGrid - - - - - - */ /* Add some dinstance between the grid and other controls. */ .WebGrid.WebControl > .WebCon_Inner{ margin: 15px 3px 3px 3px; } .WebGrid .WebList_Body .WebList_Row{ border-bottom: 1px solid #EAE9E1; } .WebCheckboxColumn > .WebCon_Inner > div > input{ margin: 2px 2px 0; } .df-ie .WebCheckboxColumn > .WebCon_Inner > div > input{ margin: 0px 2px 0; } /* - - - - - - WebColumn (Overrides WebForm) - - - - - - */ .WebGrid_EditCell .WebForm input{ height: 18px; } .WebGrid_EditCell .WebControl > div.WebCon_Inner{ } .WebGrid_EditCell .WebControl .WebFrm_Wrapper{ padding: 1px; margin: 0px 0px 0px 0px; background-color: #FFFFFF; border: 1px solid #A0A0A0; } .WebGrid_EditCell .WebControl.WebCon_Focus .WebFrm_Wrapper{ border: 1px solid; border-color: #ABADB3 #E3E9EF #E3E9EF #E3E9EF; } .WebGrid .WebList_Body .WebList_Row td.WebCol.WebGrid_EditCell, .WebGrid .WebList_Body .WebList_Row td.WebColCombo.WebGrid_EditCell{ padding: 0px; } .WebCheckboxColumn > .WebCon_Inner > div{ height: 16px; } .WebCheckboxColumn > .WebCon_Inner > div > input{ padding: 0px; } /* - - - - - - WebTabContainer - - - - - - */ .WebTabContainer .WebTbc_Head{ border-bottom: 1px solid #898C95; } .WebTabContainer .WebTbc_Head .WebTab_Btn{ padding-left: 0px; height: 19px; border: 1px solid #898C95; margin: 2px 0px -1px 0px; } .WebTabContainer .WebTbc_Head .WebTab_Btn span{ padding: 0px 6px 0px 6px; height: 18px; /* SVG as background image (IE9/Chrome/Safari/Opera) */ background-image:url(data:image/svg+xml;base64,<KEY> border: 1px solid #FCFCFC; border-bottom: none; } .WebTabContainer .WebTbc_Head .WebTab_Btn span label{ height: 16px; padding-top: 2px; vertical-align: bottom; color: #000000; text-decoration: none; } .WebTabContainer .WebTbc_Head .WebTab_Current{ border-bottom: none; height: 22px; margin-top: 0px; } .WebTabContainer .WebTbc_Head .WebTab_Current span{ background-image: none; background-color: #FFFFFF; height: 22px; } .WebTabContainer .WebTbc_Head .WebTab_Current span label{ } .WebTabContainer .WebTbc_Body{ border: 1px solid #898C95; border-top: none; background-color: #FFFFFF; padding: 2px; } .WebTabContainer .WebTbc_Head .WebTab_Disabled{ opacity: 0.4; filter: alpha(opacity=40); } /* - - - - - - WebCardContainer - - - - - - */ .WebCardContainer .WebCC_BodyBorder{ margin: 3px; outline: 1px solid #D5DFE5; border: 1px solid #FFFFFF; } .WebCardContainer .WebCC_BodyBorder.WebCC_HasCaption{ margin-top: -6px; padding-top: 5px; } .WebCardContainer .WebCC_LabelSpacer{ height: 17px; } .WebCardContainer > div > div > .WebCC_LabelSpacer > label{ background-color: #EEEEEE; padding: 2px 2px 0px; margin-left: 11px; color: #000000; } /* - - - - - - WebMenuBar - - - - - - */ .WebMenuBar{ background-color: #E8E8E8; /* #F0F0F0; */ } .WebMenuBar ul li{ } /* Level 0 */ .WebMenuBar > ul > li > div{ padding: 3px 8px 5px 8px; border: 1px solid transparent; position: relative; } .WebMenuBar > ul > li > div > a{ } .WebMenuBar ul > li.Web_Enabled:hover > div{ border: 1px solid #3399FF; background-color: #C0DDFC; border-radius: 2px 2px 2px 2px; } /* 'Active' state also defined on WebItm_Expanded which is applied while the submenu is shown */ .WebMenuBar > ul > li.WebItm_HasSub.WebItm_Expanded > div{ background-color: transparent; border-radius: 0px; border: 1px solid #000000; border-bottom: 1px solid #FFFFFF; box-shadow: 3px 5px 5px #808080; } .WebMenuBar > ul > li.WebItm_Expanded{ background-color: #FFFFFF; } .WebMenuBar > ul > li.WebItm_Expanded > div:after{ content: ''; position: absolute; height: 2px; background-color: #FFFFFF; z-index: 9999; bottom: -1px; left: 0px; right: 0px; width: 100%; } .WebMenuBar > ul > li.WebItm_Expanded > div > a{ color: #000000; } /* Level 1 */ .WebMenuBar ul li ul{ min-width: 220px; background: #FFFFFF url(menu-background.png) repeat-y 2px 0px; /* We set the z-index for sub menu's because of the transparency toolbar item issue and to make them display above dialogs. */ box-shadow: 3px 5px 5px #808080; border: 1px solid #000000; margin-top: -1px; } .WebMenuBar ul li ul li{ min-width: 216px; border-top: 1px solid transparent; padding: 1px 1px 1px 1px; } .WebMenuBar ul li ul li.WebItm_BgnGroup { border-top: 1px solid #BDBDBD; } .WebMenuBar ul li ul li.WebItm_Selected > div, .WebMenuBar ul li ul li.WebItm_HasSub.WebItm_Expanded > div{ border: 1px solid #3399FF; background-color: #C0DDFC; } .WebMenuBar ul li ul li > div, .WebMenuBar ul li ul li.Web_Disabled:hover >div{ background-color: transparent; border: 1px solid transparent; padding: 2px 4px 2px 4px; border-radius: 2px 2px 2px 2px; } .WebMenuBar ul li ul li.WebItm_HasSub > div { background: transparent url(dropdown.png) no-repeat right 0px; } .WebMenuBar ul li ul li a{ margin-left: 12px; vertical-align: middle; } .WebMenuItem{ } .WebMenuItem > div > span.WebItm_Icon{ } .WebMenuItem > div > a, .WebMenuItem > div > a:focus{ color: #000000; } li.Web_Disabled > div { opacity: 0.4; filter: alpha(opacity=40); } /* Level 2 */ .WebMenuBar ul li ul li ul{ margin-top: -25px; } /* - - - - - - WebToolBar - - - - - - */ .WebCommandBar{ background-color: #E8E8E8; } .WebCommandBar .WebCmd_Sizer{ padding: 2px; } .WebCommandBar .WebCmd_ToolWrap{ } .WebToolBar li{ padding: 1px; } .WebToolBar:focus{ outline: none; } .WebToolBar{ background: url('toolbar-background.png') repeat-x 0 0; margin-right: 5px; padding: 1px; height: 23px; border-radius: 3px; } /* Google chrome formats toolbar labels to low on middle. */ .df-webkit .WebToolBar ul > li > div > a{ vertical-align: top; } .WebToolBar ul > li > div > a{ vertical-align: middle; margin-left: 4px; } .WebToolBar ul > li > div{ border: 1px solid transparent; padding: 2px; border-radius: 2px 2px 2px 2px; } .WebToolBar ul > li.Web_Enabled:hover > div{ border: 1px solid #3399FF; background-color: #C0DDFC; } /* The first item in a new 'group'. */ .WebToolBar ul > li.WebItm_BgnGroup{ background: transparent url('toolbar-separator.png') no-repeat 0px center; padding-left: 2px; } /* Default menu items */ .WebClearMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px 0px; } .WebClearAllMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -25px; } .WebPromptMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -50px; } .WebFindMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -75px; } .WebNextMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -100px; } .WebPreviousMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -125px; } .WebLastMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -150px; } .WebFirstMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -175px; } .WebSaveMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -200px; } .WebDeleteMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -225px; } /* - - - - - - WebWindow - - - - - - */ .WebWindow{ /* -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; */ background-color: #90BEEF; /*-moz-box-shadow:0px 0px 0px 1px #343434; -webkit-box-shadow:0px 0px 0px 1px #343434; box-shadow:0px 0px 0px 1px #343434; */ border: 1px solid #90BEEF; -moz-box-shadow:0px 0px 10px 2px rgba(52, 52, 52, 0.73); -webkit-box-shadow:0px 0px 10px 2px rgba(52, 52, 52, 0.73); box-shadow:0px 0px 10px 2px rgba(52, 52, 52, 0.73); } .WebWindow:before{ content: ''; display: block; height: 5px; position: absolute; top: -5px; left: -1px; right: -1px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; background-color: #90BEEF; border: 1px solid #90BEEF; border-bottom: none; } .WebWindow .WebWin_top_l{ height: 5px; padding-left: 5px; position: absolute; top: -5px; left: -1px; right: -1px; background-color: transparent; } .WebWindow .WebWin_top_r{ height: 5px; padding-right: 5px; background-color: transparent; } .WebWindow .WebWin_top_c{ height: 5px; background-color: transparent; } .WebWindow .WebWin_header{ background-color: transparent; } .WebWindow .WebWin_header_l{ padding-left: 4px; } .WebWindow .WebWin_header_r{ padding-right: 4px; } .WebWindow .WebWin_header_c{ height: 23px; } .WebWindow .WebWin_title{ padding-left: 5px; padding-top: 3px; height: 20px; } .WebWindow .WebWin_controls{ position: absolute; top: -5px; right: 20px; } .WebWindow .WebWin_controls .WebWin_close{ background-color: #D27E6F; width: 30px; height: 14px; border: 1px solid #343434; border-top: none; background: #D27E6F url('WebWin-Buttons.png') no-repeat center center; color: transparent; margin: 0px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .WebWindow .WebWin_controls .WebWin_close:hover{ background-color: #E5944E; -moz-box-shadow:0px 0px 6px 1px #D27E6F; -webkit-box-shadow:0px 0px 6px 1px #D27E6F; box-shadow:0px 0px 6px 1px #D27E6F; } .WebWindow .WebWin_main_l{ padding-left: 4px; background-color: transparent; } .WebWindow .WebWin_main_r{ padding-right: 4px; background-color: transparent; } .WebWindow .WebWin_main_c{ background-color: #EEEEEE; } .WebWindow .WebWin_bottom_l{ height: 4px; padding-left: 4px; background-color: transparent; } .WebWindow .WebWin_bottom_r{ height: 4px; padding-right: 4px; background-color: transparent; } .WebWindow .WebWin_resizer{ width: 12px; height: 12px; background-image: url('WebWin-Resize.png'); } .WebWindow .WebWin_bottom_c{ height: 4px; background-color: transparent; } .WebWin_ghost{ filter: alpha(opacity=50); opacity: .5; } /* - - - - - - - Date Picker - - - - - - - - */ .WebDP{ padding: 10px; background: #D6E5F5; } /* Header & Button */ .WebDP .WebDP_Head{ color: #3B3C3B; padding: 0px 0px 10px 0px; } .WebDP .WebDP_BtnPrev{ width: 13px; height: 13px; background: url('DatePicker.png') no-repeat center -20px; } .WebDP .WebDP_BtnNext{ width: 13px; height: 13px; background: url('DatePicker.png') no-repeat center 0px; } .WebDP .WebDP_BtnMonth, .WebDP .WebDP_BtnYear{ background: url('DatePicker.png') no-repeat right -40px; padding-right: 14px; margin: 0px 0px 0px 10px; } .WebDP .WebDP_MonthMnu, .WebDP .WebDP_YearMnu{ background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #B3BFCC; color: #466381; left: -8px; top: 19px; } .WebDP .WebDP_MonthMnu li, .WebDP .WebDP_YearMnu li { padding: 1px 5px 1px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .WebDP .WebDP_MonthMnu li:hover, .WebDP .WebDP_YearMnu li:hover { background-color: #C0DDFC; border-top: 1px solid #3399FF; border-bottom: 1px solid #3399FF; } .WebDP li.WebDP_Current, .WebDP .WebDP_MonthMnu .WebDP_Current:hover, .WebDP .WebDP_YearMnu .WebDP_Current:hover { background-color: #C0DDFC; } .WebDP .WebDP_MonthMnu li:last-child, .WebDP .WebDP_YearMnu li:last-child { border-bottom: none; } .WebDP .WebDP_MonthMnu li:first-child, .WebDP .WebDP_YearMnu li:first-child { border-top: none; } .WebDP .WebDP_Up{ background: url('DatePicker.png') no-repeat center -100px; height: 10px; } .WebDP .WebDP_UpDown{ background: url('DatePicker.png') no-repeat center -120px; height: 10px; } .WebDP .WebDP_Down{ background: url('DatePicker.png') no-repeat center -60px; height: 10px; } .WebDP .WebDP_DownDown{ background: url('DatePicker.png') no-repeat center -80px; height: 10px; } /* Body */ .WebDP .WebDP_Body table{ background: #D6E5F5; } .WebDP .WebDP_Body td{ padding: 4px 2px 4px 2px; width: 30px; text-align: center; } .WebDP .WebDP_Body th{ font-weight: bold; letter-spacing: 0px; border-bottom: 1px solid #A0A0A0; padding: 0px 0px 6px 0px; } .WebDP .WebDP_BodyHead { } .WebDP .WebDP_Body .WebDP_Day{ border: 1px solid #D6E5F5; } .WebDP .WebDP_Body .WebDP_Day:hover{ text-decoration: underline; } .WebDP .WebDP_Body .WebDP_Today{ font-weight: bold; } .WebDP .WebDP_Body .WebDP_WeekNr{ } .WebDP .WebDP_Body .WebDP_Weekend{ } .WebDP .WebDP_Body .WebDP_Overflow{ color: #C2C7CA; } .WebDP .WebDP_Body .WebDP_Selected{ background-color: #C0DDFC; border: 1px solid #3399FF; } .WebDP.WebCon_Focus .WebDP_Body .WebDP_Selected{ background-color: #96C6FA; border: 1px solid #0A85FF; } /* Next & previous animations. When changing page the WebDP_Old class is set. Then it adds the WebDP_HidePrev or WebDP_HideNext class so that transformations can be used to animate this process. */ .WebDP .WebDP_Body > div{ width: 100%; margin-left: 0%; } .WebDP .WebDP_Old{ position: absolute; overflow: hidden; -webkit-transition: width .4s ease-in, margin-left .4s ease-in; -moz-transition: width .4s ease-in, margin-left .4s ease-in; -o-transition: width .4s ease-in, margin-left .4s ease-in; transition: width .4s ease-in, margin-left .4s ease-in; } .WebDP .WebDP_HideNext table{ float: right; } .WebDP .WebDP_Body .WebDP_HidePrev{ margin-left: 100%; width: 0%; display: block; } .WebDP .WebDP_Body .WebDP_HideNext{ width: 0%; display: block; } /* Footer */ .WebDP .WebDP_Footer{ color: #3B3C3B; padding: 10px 4px 4px 4px; text-align: center; } .WebDP .WebDP_BtnToday{ } .WebDP .WebDP_BtnToday:hover{ text-decoration: underline; } /* - - - - - - WebDatePicker - - - - - - */ /* - - - - - - WebDateForm - - - - - - */ .WebDateForm .WebFrm_Prompt{ /* TODO: Add datepicker icon to WL_ActionIcons.png */ background-position: 0px -250px; } .WebDateForm_Picker{ opacity: 0; box-shadow: 0 1px 2px #666666; -webkit-transition: opacity .6s ease, visibility .6s ease; -moz-transition: opacity .6s ease, visibility .6s ease; -o-transition: opacity .6s ease, visibility .6s ease; transition: opacity .6s ease, visibility .6s ease; } .WebDateForm_Picker.WebDF_WrapVisible{ opacity: 1; } /* - - - - - - WebTreeView - - - - - - - */ .WebTreeView.WebCon_Focus .WebTree_Body{ /* box-shadow: 0 0 5px #3399FF; */ } .WebTreeView .WebTree_Body{ border: 1px solid #A0A0A0; } .WebTreeView .WebTree_Body > table{ margin: 4px; } .WebTreeView .WebTree_Body table, .WebTreeView .WebTree_Body tr, .WebTreeView .WebTree_Body td { } .WebTreeView .WebTree_Loading{ background: #FFFFFF url('WebTreeView-LoadingBig.gif') no-repeat 10px 10px; } .WebTreeView .WebTree_Text{ margin-left: 4px; padding: 2px; } .WebTreeView .WebTree_Selected .WebTree_Text{ background-color: #C0DDFC; border: 1px solid #3399FF; padding: 1px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .WebTreeView.WebCon_Focus .WebTree_Selected .WebTree_Text{ background-color: #96C6FA; border: 1px solid #0A85FF; } /* Expand / collapse animation */ .WebTreeView .WebTree_SubRow .WebTree_Item { height: 18px; -webkit-transition: height .4s ease; -moz-transition: height .4s ease; -o-transition: height .4s ease; transition: height .4s ease; } .WebTreeView .WebTree_SubRow { line-height: 0px; } .WebTreeView .WebTree_SubRow.WebTree_Expanded { } .WebTreeView .WebTree_SubRow.WebTree_HiddenSubRow .WebTree_Expanded > td, .WebTreeView .WebTree_SubRow.WebTree_HiddenSubRow .WebTree_Collapsed > td{ } .WebTreeView .WebTree_SubRow.WebTree_HiddenSubRow .WebTree_Item{ height: 0px; } /* Tree lines & buttons */ .WebTreeView .WebTree_Item, .WebTreeView .WebTree_Con{ background-repeat: repeat-y; width: 20px; background-image: url('WebTreeView-Images.gif'); } .WebTreeView .WebTree_Item{ height: 18px; } .WebTreeView .WebTree_Item div{ width: 20px; } .WebTreeView .WebTree_Expanded .WebTree_EntrySub{ background-position: -0px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_EntrySub{ background-position: -20px 0px; } .WebTreeView .WebTree_Expanded .WebTree_EndSub{ background-position: -40px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_EndSub{ background-position: -60px 0px; } .WebTreeView .WebTree_Expanded .WebTree_StartSub{ background-position: -80px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_StartSub{ background-position: -100px 0px; } .WebTreeView .WebTree_Start{ background-position: -120px 0px; } .WebTreeView .WebTree_Entry{ background-position: -140px 0px; } .WebTreeView .WebTree_End{ background-position: -160px 0px; } .WebTreeView .WebTree_Con{ background-position: -180px 0px; } .WebTreeView .WebTree_Expanded .WebTree_StartEndSub{ background-position: -200px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_StartEndSub{ background-position: -220px 0px; } .WebTreeView .WebTree_StartEnd{ background-image: none; } .WebTreeView .WebTree_StartEnd{ background-image: none; } /* Icons */ .WebTreeView .WebTree_Icon, .WebTreeView .WebTree_Folder{ background-image: url('WebTreeView-Icons.gif'); background-repeat: no-repeat; padding-left: 16px; } .WebTreeView .WebTree_IconLoading{ background-image: url('WebTreeView-LoadingSmall.gif'); background-repeat: no-repeat; padding-left: 16px; } .WebTreeView .WebTree_Collapsed .WebTree_Folder{ background-position: 0px 1px; } .WebTreeView .WebTree_Expanded .WebTree_Folder{ background-position: 0px -31px; } .WebTreeView .WebTree_Collapsed .WebTree_Icon{ background-position: 0px -63px; } .WebTreeView .WebTree_Expanded .WebTree_Icon{ background-position: 0px -63px; } /* - - - - - - - - - WebImage - - - - - - - - - - */ .WebImage .WebImg_Box{ background-color: #FFFFFF; border: 1px solid #A0A0A0; } /* - - - - - - - - - WebHtmlBox - - - - - - - - - - */ .WebHtmlBox .WebHtml_Box{ background-color: #FFFFFF; border: 1px solid #A0A0A0; line-height: normal; } /* - - - - - - - - - WebSpacer - - - - - - - - - - */ .WebSpacer > div.WebCon_Inner{ margin: 0px 0px 0px 0px; } .WebSpacer .WebSpacer_Spacer { } /* - - - - - - - - - ShowMessageBox - - - - - - - - - */ .WebMsgBoxConfirm .WebLabel_content, .WebMsgBoxError .WebLabel_content, .WebMsgBoxInfo .WebLabel_content, .WebMsgBoxWarning .WebLabel_content{ margin-left: 70px; min-height: 70px; } .WebMsgBoxConfirm .WebLabel_content:before { width: 65px; height: 65px; display: block; background: transparent url('WebMessageBox_Icons.png') no-repeat center 5px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxError .WebLabel_content:before { width: 65px; height: 65px; display: block; background: transparent url('WebMessageBox_Icons.png') no-repeat center -175px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxInfo .WebLabel_content:before { width: 65px; height: 65px; background: transparent url('WebMessageBox_Icons.png') no-repeat center -56px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxWarning .WebLabel_content:before { width: 65px; height: 65px; display: block; background: transparent url('WebMessageBox_Icons.png') no-repeat center -115px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxProgress .WebLabel_content{ margin: 20px 30px; } .WebErrorDetails .WebHtml_Wrp{ /* Details box used with HTTP errors received from the server */ border: 1px solid black; background-color: #FFFFFF; } /* - - - - - - - - - WebInfoBalloon - - - - - - - - - - */ .WebInfoBalloon{ /* linear-gradient(top, #f8f8fa 0%, #e3e4ef 100%); */ background: url(data:image/svg+xml;base64,<KEY>); border: 1px solid #000000; padding: 10px; line-height: 0.8em; color: #000047; font-weight: normal; border-radius: 6px; -webkit-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.71); -moz-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.71); box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.71); opacity: 0; -webkit-transition: opacity .4s ease; -moz-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; opacity: 0; -webkit-transition: opacity .4s ease; -moz-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; margin: 17px 0px 0px 0px; } .df-ie8 .WebInfoBalloon{ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8fa', endColorstr='#e3e4ef',GradientType=0 ) } .WebInfoBalloon.WebInfoBalloonVisible{ opacity: 1; } .WebInfoBalloon_Top{ margin: 0px 0px 17px 0px; } .WebInfoBalloon:before{ border-color: #000000 transparent; border-style: solid; border-width: 0 23px 17px 0; top: -18px; } .WebInfoBalloon_Top:before{ border-width: 17px 23px 0px 0px; top: auto; bottom: -18px; } .WebInfoBalloon:after{ border-color: #F8F8FA transparent; border-style: solid; border-width: 0 27px 20px 0; margin-left: 1px; top: -16px; } .WebInfoBalloon_Top:after{ border-color: #e3e4ef transparent; border-width: 20px 27px 0px 0px; top: auto; bottom: -16px; } /* - - - - - - - - - WebErrorTooltip - - - - - - - - - */ .WebErrorTooltip{ color: #DD0000; text-shadow: 0px 1px 1px #FFFFFF; } /* - - - - - - - - - WebIFrame - - - - - - - - - */ .WebIFrame .WebIFrm_Box{ border: 1px solid #A0A0A0; } /* - - - - - - - - - WebSlider - - - - - - - - - - */ .WebSlider .WebCon_Inner{ /* border: 1px dotted blue; */ padding-top: 1px; } .WebSlider .WebSlider_Wrapper:focus{ outline: none; } /* Bar */ .WebSlider .WebSlider_Horizontal .WebSlider_BarWrapper{ height: 20px; } .WebSlider .WebSlider_Vertical .WebSlider_BarWrapper{ width: 20px; } .WebSlider .WebSlider_Horizontal .WebSlider_Bar{ padding: 0px 10px 0px 10px; margin-top: 7px; } .WebSlider .WebSlider_Vertical .WebSlider_Bar{ padding: 10px 0px 10px; margin-left: 7px; } .WebSlider .WebSlider_InnerBar { background-color: #E7EAEA; border-top: 1px solid #B0B0B0; border-left: 1px solid #B0B0B0; border-bottom: 1px solid #FCFCFC; border-right: 1px solid #FCFCFC; } .WebSlider .WebSlider_Horizontal .WebSlider_InnerBar { height: 4px; } .WebSlider .WebSlider_Vertical .WebSlider_InnerBar { width: 4px; } .WebSlider .WebSlider_ShowRange{ background: #7C7C7C; } /* Slider */ .WebSlider .WebSlider_Horizontal .WebSlider_SliderWrapper{ margin-left: 5px; height: 20px; } .WebSlider .WebSlider_Vertical .WebSlider_SliderWrapper{ margin-top: 4px; width: 25px; } .WebSlider .WebSlider_Slider { background-image: url('Windows_Slider.png'); } .WebSlider .WebSlider_Horizontal .WebSlider_Slider{ height: 20px; width: 10px; background-position: -20px 0px; } .WebSlider .WebSlider_Vertical .WebSlider_Slider{ height: 10px; width: 20px; } .WebSlider.Web_Enabled.WebCon_Focus .WebSlider_Horizontal .WebSlider_Slider, .WebSlider.Web_Enabled .WebSlider_Horizontal .WebSlider_Slider:hover{ background-position: -20px -20px; } .WebSlider.Web_Enabled.WebCon_Focus .WebSlider_Vertical .WebSlider_Slider, .WebSlider.Web_Enabled .WebSlider_Vertical .WebSlider_Slider:hover{ background-position: 0px -20px; } .WebSlider.Web_Disabled .WebSlider_Horizontal .WebSlider_Slider{ background-position: -20px -40px; } .WebSlider.Web_Disabled .WebSlider_Vertical .WebSlider_Slider{ background-position: 0px -40px; } /* Labels */ .WebSlider .WebSlider_Horizontal .WebSlider_Labels{ left: 5px; top: -5px; } .WebSlider .WebSlider_Vertical .WebSlider_Labels{ left: -1px; top: 4px; } .WebSlider .WebSlider_Horizontal .WebSlider_LabelMarkerWrapper{ height: 10px; } .WebSlider .WebSlider_Horizontal .WebSlider_LabelWrapper{ height: 20px; margin-top: -3px; } .WebSlider .WebSlider_Vertical .WebSlider_LabelWrapper{ margin-left: 2px; } .WebSlider .WebSlider_Horizontal .WebSlider_LabelMarker{ border-left: 1px solid #000000; height: 5px; } .WebSlider .WebSlider_Vertical .WebSlider_LabelMarker{ border-top: 1px solid #000000; width: 5px; } .WebSlider .WebSlider_LabelText{ } /* - - - - - - WebGroup - - - - - - */ .WebGroup.WebGrp_HasBorder > .WebCon_Inner{ margin: 3px 3px 3px 3px; border: 1px solid #FFFFFF; padding: 1px; outline: 1px solid #D5DFE5; } .WebGroup.WebGrp_HasCaption > .WebCon_Inner{ margin-top: 11px; padding-top: 5px; } .WebGroup .WebGrp_Caption{ color: #313436; padding: 2px 2px 0; margin-left: 10px; margin-top: -17px; } .WebGroup > .WebCon_Inner{ background-color: #EEEEEE; } /* - - - - - - WebProgressBar - - - - - - */ .WebProgressBar.WebControl > .WebCon_Inner{ margin: 2px 3px 1px; } .WebProgressBar .WebPB_Wrp{ padding: 4px; } .WebProgressBar .WebPB_Wrp { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid; border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; height: 25px; padding: 0; } .WebProgressBar .WebPB_Progress, .WebFileFrm .WebFile_ProgressBar { background-color: #96C6FA; } .WebProgressBar .WebPB_Percentage{ padding: 5px 0 0; } /* - - - - - - WebDropZone - - - - - - */ .WebDropZone { border: 1px dashed #000000; color: #000000; background: #EBF5F7; } /* - - - - - - WebSuggestions - - - - - - */ .WebSuggestions.WebSug_Hidden{ display: none; } .WebSuggestions{ border: 1px solid #E3E9EF; border-top: 1px solid #E3E9EF; background-color: #FFFFFF; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; padding: 0px; margin: 2px 0 0 -3px; -webkit-box-shadow:none; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } .WebSuggestions .WebSug_Suggestion{ line-height: 20px; } .WebSuggestions .WebSug_Suggestion:hover, .WebSuggestions .WebSug_Suggestion:focus{ background: #E6F5FD; color: #000000; } .WebSuggestions .WebSug_Suggestion td{ padding: 3px 5px; } .WebSuggestions .WebSug_Suggestion b{ font-weight: bold; } .WebSuggestions .WebSug_Selected, .WebSuggestions .WebSug_Selected:hover, .WebSuggestions .WebSug_Selected:focus{ background-color: #C0DDFC; color: #000000; } .WebSuggestions.WebSug_Loading:after{ height: 20px; width: 20px; top: 1px; right: 1px; background: #FFFFFF url('LoadingSmall.gif') no-repeat right 2px; border-radius: 10px; } /* - - - - - - WebFileUploadForm - - - - - - */ .WebFileFrm div.WebFile_Btn{ width: 16px; height: 16px; border: 1px solid transparent; background: transparent url('WL_ActionIcons.png') 0px -278px no-repeat; border-radius: 2px; margin: 2px 2px; } .WebFileFrm.Web_Disabled div.WebFile_Btn{ opacity: 0.5; filter: alpha(opacity=50); } .WebFileFrm .WebFile_ProgressLabel { padding: 0; } .WebFileFrm .WebFrm_Wrapper { padding: 0px; } .WebFileFrm div.WebFile_Content{ margin-right: 24px; height: 22px; } .WebFileFrm.Web_Disabled div.WebFile_Content{ color: #876D87; } .WebFileFrm div.WebFile_Details{ padding: 4px 1px 1px 3px; } .WebFileFrm .WebFile_Progress{ height: 22px; } .WebFileFrm .WebFile_ProgressLabel{ padding: 3px 1px 1px 1px; } .WebFileFrm .WebFile_Working{ width: 100%; height: 100%; background: transparent url('LoadingSmall.gif') no-repeat 2px center; }
AppHtml/CssThemes/Df_Windows_Like/theme.css
#df_load_test{ height: 10px; } body{ font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 80%; line-height: 1.1; } /* - - - - - - WebApp - - - - - - */ .WebApp .WebApp_ViewRegion{ padding: 20px 20px 20px 20px; } .WebApp.WebContainer{ background-color: #ABABAB; } /* - - - - - - WebPanel - - - - - - */ .WebPanel > .WebPanel_DividerVertical { background-color: #C2D1D1; border-right: 1px solid #D6E5F5; border-left: 1px solid #FFFFFF; width: 1px; margin: 9px 0px 9px 0px; } .WebPanel > .WebPanel_DividerHorizontal{ background-color: #C2D1D1; border-bottom: 1px solid #D6E5F5; border-top: 1px solid #FFFFFF; height: 1px; margin: 0px 9px 0px 9px; } /* - - - - - - WebContainer - - - - - - */ /* Margins inside the container */ .WebContainer .WebCon_Content{ padding: 5px; } /* - - - - - - WebView - - - - - - */ .WebView > div.WebCon_Inner{ border: 4px solid #96C6FA; padding-top: 3px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; background: #96C6FA; } .WebView > div > label{ padding: 2px 4px 6px 4px; } .WebContainer{ background-color: #EEEEEE; } /* - - - - - - WebControl - - - - - - */ .WebControl > div.WebCon_Inner{ margin: 3px 3px 3px 3px; } /* The label is displayed as block with a fixed width or height. It can be located on the left, right or at the top of the control. When a control has a label the inner div will get the WebCon_HasLabel class and if left right or top is set explicitly it will also get WebCon_LeftLabel, WebCon_RightLabel or WebCon_TopLabel. If no position class is set the theme CSS determines where it is shown. */ .WebControl > div > label{ width: 130px; padding: 4px 2px 2px 2px; -moz-user-select: none; } .WebControl > div.WebCon_HasLabel > div{ margin-left: 130px; } .WebControl > div.WebCon_LeftLabel > div{ margin-left: 130px; } .WebControl > div.WebCon_RightLabel > label{ float: left; } .WebControl > div.WebCon_RightLabel > div{ margin-right: 130px; margin-left: 0px; } .WebControl > div.WebCon_RightLabel > label{ float: right; } .WebControl > div.WebCon_TopLabel > div{ margin-left: 0px; } .WebControl > div.WebCon_TopLabel > label{ padding-bottom: 4px; float: none; width: auto; } .WebControl > div.WebCon_Inner > div{ } /* This defines the border used arround the WebForm, WebCombo & WebEdit */ .WebControl .WebFrm_Wrapper{ padding: 2px; background-color: #FFFFFF; border: 1px solid; border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .WebControl.WebCon_Focus .WebFrm_Wrapper{ } .WebControl.WebError div.WebFrm_Wrapper{ border: 1px solid #DD0000; } /* - - - - - - WebForm - - - - - - */ .WebForm input{ background-color: transparent; height: 18px; } .WebForm input:focus{ outline: none; } .WebForm .WebFrm_Prompt{ width: 16px; height: 16px; border: 1px solid transparent; border-radius: 2px 2px 2px 2px; background: transparent url('WL_ActionIcons.png') no-repeat 0px -50px; } .WebForm.Web_Enabled .WebFrm_Prompt:hover, .WebFileFrm.Web_Enabled div.WebFile_Btn:hover{ border: 1px solid #3399FF; background-color: #C0DDFC; } .WebForm.Web_Disabled .WebFrm_Prompt{ opacity: 0.5; filter: alpha(opacity=50); } .WebForm .WebFrm_HasPrompt .WebFrm_PromptSpacer{ margin-right: 18px; } .WebForm.Web_ReadOnly input, .WebEdit.Web_ReadOnly textarea{ color: #876D87; } /* - - - - - - WebButton - - - - - - */ .WebButton button{ } .WebButton.Web_Disabled button{ opacity: 0.5; filter: alpha(opacity=50); } /* - - - - - - WebLabel - - - - - - */ .WebLabel .WebLabel_content{ line-height: 14px; /* This line height needs to be fixed because of rounding issues with panels */ } /* - - - - - - WebCombo - - - - - - */ .WebCombo select{ height: 18px; } /* - - - - - - WebRadio - - - - - - */ .WebRadio input{ margin: 5px 2px 5px; height: 14px; } .WebRadio .WebRadio_Caption{ padding: 4px 2px 0px 0px; margin-left: 20px; } /* - - - - - - WebCheckbox - - - - - - */ .WebCheckbox input{ margin: 5px 2px 5px; height: 14px; } .WebCheckbox .WebCheckbox_Caption{ padding: 4px 2px 0px 0px; margin-left: 20px; } .WebCheckbox > .WebCon_Inner > div{ height: 24px; } .WebCheckbox input:focus{ outline: 1px dotted #000000; } /* - - - - - - WebEdit - - - - - - */ .WebEdit textarea{ background: #FFFFFF; } /* - - - - - - WebList & WebGrid - - - - - - */ /* The grid & list share their basic styles. */ .WebGrid.Web_Disabled, .WebList.Web_Disabled{ color: #876D87; } .WebGrid.WebControl > .WebCon_Inner, .WebList.WebControl > .WebCon_Inner{ border: 1px solid #A0A0A0; } /* Body */ .WebGrid .WebList_BodyWrp, .WebList .WebList_BodyWrp{ border-top: 1px solid #D5D5D5; background-color: #ffffff; } .WebGrid .WebList_Body, .WebList .WebList_Body{ } .WebGrid .WebList_Body .WebList_Row.WebList_Selected, .WebList .WebList_Body .WebList_Row.WebList_Selected{ } .WebGrid .WebList_Body .WebList_Row td, .WebList .WebList_Body .WebList_Row td{ border-left: 1px solid #ECECEC; padding-left: 3px; padding-right: 3px; height: 23px; vertical-align: middle; } .WebGrid .WebList_Body .WebList_Row td:first-child, .WebList .WebList_Body .WebList_Row td:first-child{ border-left: none; } .WebGrid .WebList_TableWrp td.Web_Disabled{ color: #876D87; } /* Header */ .WebList th, .WebGrid th{ border-left: 1px solid #ECECEC; } .WebList th:first-child, .WebGrid th:first-child{ border-left: none; } .WebGrid .WebList_Head, .WebList .WebList_Head { background: url('WebGrid-Vert.png') repeat-x 0px 0px; } /* Left & Right margin are needed because of the body borders. */ .WebGrid .WebList_Head .WebList_HeadWrp, .WebList .WebList_Head .WebList_HeadWrp{ margin-left: 0px; margin-right: 0px; } .WebGrid .WebList_Head th > div, .WebList .WebList_Head th > div{ height: 23px; } .WebGrid .WebList_Head .WebList_ColCap, .WebList .WebList_Head .WebList_ColCap{ padding: 5px 4px 2px 3px; overflow: hidden; white-space: nowrap; } /* This is the separator that is shown when resizing columns. */ .WebGrid .WebList_ColResizer, .WebList .WebList_ColResizer{ border-left: 1px solid #A0A0A0; } .WebGrid .WebList_Head .WebList_Sorted, .WebGrid .WebList_Head .WebList_SortedReverse, .WebList .WebList_Head .WebList_Sorted, .WebList .WebList_Head .WebList_SortedReverse{ background: url('WebGrid-Vert.png') no-repeat right -60px; } .WebGrid .WebList_Head .WebList_Sorted .WebList_ColCap, .WebGrid .WebList_Head .WebList_SortedReverse .WebList_ColCap, .WebList .WebList_Head .WebList_Sorted .WebList_ColCap, .WebList .WebList_Head .WebList_SortedReverse .WebList_ColCap{ padding-right: 20px; } .WebGrid .WebList_Head .WebList_SortedReverse, .WebList .WebList_Head .WebList_SortedReverse{ background-position: right -90px; } .WebGrid .WebList_Head .WebList_Sortable, .WebList .WebList_Head .WebList_Sortable{ text-decoration: underline; } .WebGrid .WebList_Head .WebList_ColHead, .WebList .WebList_Head .WebList_ColHead{ } /* - - - - - - WebList - - - - - - */ .WebGrid .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected, .WebList .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected{ background: #C0DDFC; } .WebGrid.Web_Disabled .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected, .WebList.Web_Disabled .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected{ background: #E0EEFE; } .WebGrid.Web_Enabled.WebCon_Focus .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected, .WebList.Web_Enabled.WebCon_Focus .WebList_Body.WebList_ShowSelected .WebList_Row.WebList_Selected{ background: #96C6FA; } /* - - - - - - WebGrid - - - - - - */ /* Add some dinstance between the grid and other controls. */ .WebGrid.WebControl > .WebCon_Inner{ margin: 15px 3px 3px 3px; } .WebGrid .WebList_Body .WebList_Row{ border-bottom: 1px solid #EAE9E1; } .WebCheckboxColumn > .WebCon_Inner > div > input{ margin: 2px 2px 0; } .df-ie .WebCheckboxColumn > .WebCon_Inner > div > input{ margin: 0px 2px 0; } /* - - - - - - WebColumn (Overrides WebForm) - - - - - - */ .WebGrid_EditCell .WebForm input{ height: 18px; } .WebGrid_EditCell .WebControl > div.WebCon_Inner{ } .WebGrid_EditCell .WebControl .WebFrm_Wrapper{ padding: 1px; margin: 0px 0px 0px 0px; background-color: #FFFFFF; border: 1px solid #A0A0A0; } .WebGrid_EditCell .WebControl.WebCon_Focus .WebFrm_Wrapper{ border: 1px solid; border-color: #ABADB3 #E3E9EF #E3E9EF #E3E9EF; } .WebGrid .WebList_Body .WebList_Row td.WebCol.WebGrid_EditCell, .WebGrid .WebList_Body .WebList_Row td.WebColCombo.WebGrid_EditCell{ padding: 0px; } .WebCheckboxColumn > .WebCon_Inner > div{ height: 16px; } .WebCheckboxColumn > .WebCon_Inner > div > input{ padding: 0px; } /* - - - - - - WebTabContainer - - - - - - */ .WebTabContainer .WebTbc_Head{ border-bottom: 1px solid #898C95; } .WebTabContainer .WebTbc_Head .WebTab_Btn{ padding-left: 0px; height: 19px; border: 1px solid #898C95; margin: 2px 0px -1px 0px; } .WebTabContainer .WebTbc_Head .WebTab_Btn span{ padding: 0px 6px 0px 6px; height: 18px; /* SVG as background image (IE9/Chrome/Safari/Opera) */ background-image:url(data:image/svg+xml;base64,<KEY> border: 1px solid #FCFCFC; border-bottom: none; } .WebTabContainer .WebTbc_Head .WebTab_Btn span label{ height: 16px; padding-top: 2px; vertical-align: bottom; color: #000000; text-decoration: none; } .WebTabContainer .WebTbc_Head .WebTab_Current{ border-bottom: none; height: 22px; margin-top: 0px; } .WebTabContainer .WebTbc_Head .WebTab_Current span{ background-image: none; background-color: #FFFFFF; height: 22px; } .WebTabContainer .WebTbc_Head .WebTab_Current span label{ } .WebTabContainer .WebTbc_Body{ border: 1px solid #898C95; border-top: none; background-color: #FFFFFF; padding: 2px; } .WebTabContainer .WebTbc_Head .WebTab_Disabled{ opacity: 0.4; filter: alpha(opacity=40); } /* - - - - - - WebCardContainer - - - - - - */ .WebCardContainer .WebCC_BodyBorder{ margin: 3px; outline: 1px solid #D5DFE5; border: 1px solid #FFFFFF; } .WebCardContainer .WebCC_BodyBorder.WebCC_HasCaption{ margin-top: -6px; padding-top: 5px; } .WebCardContainer .WebCC_LabelSpacer{ height: 17px; } .WebCardContainer > div > div > .WebCC_LabelSpacer > label{ background-color: #EEEEEE; padding: 2px 2px 0px; margin-left: 11px; color: #000000; } /* - - - - - - WebMenuBar - - - - - - */ .WebMenuBar{ background-color: #E8E8E8; /* #F0F0F0; */ } .WebMenuBar ul li{ } /* Level 0 */ .WebMenuBar > ul > li > div{ padding: 3px 8px 5px 8px; border: 1px solid transparent; position: relative; } .WebMenuBar > ul > li > div > a{ } .WebMenuBar ul > li.Web_Enabled:hover > div{ border: 1px solid #3399FF; background-color: #C0DDFC; border-radius: 2px 2px 2px 2px; } /* 'Active' state also defined on WebItm_Expanded which is applied while the submenu is shown */ .WebMenuBar > ul > li.WebItm_HasSub.WebItm_Expanded > div{ background-color: transparent; border-radius: 0px; border: 1px solid #000000; border-bottom: 1px solid #FFFFFF; box-shadow: 3px 5px 5px #808080; } .WebMenuBar > ul > li.WebItm_Expanded{ background-color: #FFFFFF; } .WebMenuBar > ul > li.WebItm_Expanded > div:after{ content: ''; position: absolute; height: 2px; background-color: #FFFFFF; z-index: 9999; bottom: -1px; left: 0px; right: 0px; width: 100%; } .WebMenuBar > ul > li.WebItm_Expanded > div > a{ color: #000000; } /* Level 1 */ .WebMenuBar ul li ul{ min-width: 220px; background: #FFFFFF url(menu-background.png) repeat-y 2px 0px; /* We set the z-index for sub menu's because of the transparency toolbar item issue and to make them display above dialogs. */ box-shadow: 3px 5px 5px #808080; border: 1px solid #000000; margin-top: -1px; } .WebMenuBar ul li ul li{ min-width: 216px; border-top: 1px solid transparent; padding: 1px 1px 1px 1px; } .WebMenuBar ul li ul li.WebItm_BgnGroup { border-top: 1px solid #BDBDBD; } .WebMenuBar ul li ul li.WebItm_Selected > div, .WebMenuBar ul li ul li.WebItm_HasSub.WebItm_Expanded > div{ border: 1px solid #3399FF; background-color: #C0DDFC; } .WebMenuBar ul li ul li > div, .WebMenuBar ul li ul li.Web_Disabled:hover >div{ background-color: transparent; border: 1px solid transparent; padding: 2px 4px 2px 4px; border-radius: 2px 2px 2px 2px; } .WebMenuBar ul li ul li.WebItm_HasSub > div { background: transparent url(dropdown.png) no-repeat right 0px; } .WebMenuBar ul li ul li a{ margin-left: 12px; vertical-align: middle; } .WebMenuItem{ } .WebMenuItem > div > span.WebItm_Icon{ } .WebMenuItem > div > a, .WebMenuItem > div > a:focus{ color: #000000; } li.Web_Disabled > div { opacity: 0.4; filter: alpha(opacity=40); } /* Level 2 */ .WebMenuBar ul li ul li ul{ margin-top: -25px; } /* - - - - - - WebToolBar - - - - - - */ .WebCommandBar{ background-color: #E8E8E8; } .WebCommandBar .WebCmd_Sizer{ padding: 2px; } .WebCommandBar .WebCmd_ToolWrap{ } .WebToolBar li{ padding: 1px; } .WebToolBar:focus{ outline: none; } .WebToolBar{ background: url('toolbar-background.png') repeat-x 0 0; margin-right: 5px; padding: 1px; height: 23px; border-radius: 3px; } /* Google chrome formats toolbar labels to low on middle. */ .df-webkit .WebToolBar ul > li > div > a{ vertical-align: top; } .WebToolBar ul > li > div > a{ vertical-align: middle; margin-left: 4px; } .WebToolBar ul > li > div{ border: 1px solid transparent; padding: 2px; border-radius: 2px 2px 2px 2px; } .WebToolBar ul > li.Web_Enabled:hover > div{ border: 1px solid #3399FF; background-color: #C0DDFC; } /* The first item in a new 'group'. */ .WebToolBar ul > li.WebItm_BgnGroup{ background: transparent url('toolbar-separator.png') no-repeat 0px center; padding-left: 2px; } /* Default menu items */ .WebClearMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px 0px; } .WebClearAllMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -25px; } .WebPromptMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -50px; } .WebFindMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -75px; } .WebNextMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -100px; } .WebPreviousMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -125px; } .WebLastMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -150px; } .WebFirstMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -175px; } .WebSaveMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -200px; } .WebDeleteMenuItem > div > span.WebItm_Icon{ background-image: url('WL_ActionIcons.png'); background-position: 0px -225px; } /* - - - - - - WebWindow - - - - - - */ .WebWindow{ /* -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; */ background-color: #90BEEF; /*-moz-box-shadow:0px 0px 0px 1px #343434; -webkit-box-shadow:0px 0px 0px 1px #343434; box-shadow:0px 0px 0px 1px #343434; */ border: 1px solid #90BEEF; -moz-box-shadow:0px 0px 10px 2px rgba(52, 52, 52, 0.73); -webkit-box-shadow:0px 0px 10px 2px rgba(52, 52, 52, 0.73); box-shadow:0px 0px 10px 2px rgba(52, 52, 52, 0.73); } .WebWindow:before{ content: ''; display: block; height: 5px; position: absolute; top: -5px; left: -1px; right: -1px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; background-color: #90BEEF; border: 1px solid #90BEEF; border-bottom: none; } .WebWindow .WebWin_top_l{ height: 5px; padding-left: 5px; position: absolute; top: -5px; left: -1px; right: -1px; background-color: transparent; } .WebWindow .WebWin_top_r{ height: 5px; padding-right: 5px; background-color: transparent; } .WebWindow .WebWin_top_c{ height: 5px; background-color: transparent; } .WebWindow .WebWin_header{ background-color: transparent; } .WebWindow .WebWin_header_l{ padding-left: 4px; } .WebWindow .WebWin_header_r{ padding-right: 4px; } .WebWindow .WebWin_header_c{ height: 23px; } .WebWindow .WebWin_title{ padding-left: 5px; padding-top: 3px; height: 20px; } .WebWindow .WebWin_controls{ position: absolute; top: -5px; right: 20px; } .WebWindow .WebWin_controls .WebWin_close{ background-color: #D27E6F; width: 30px; height: 14px; border: 1px solid #343434; border-top: none; background: #D27E6F url('WebWin-Buttons.png') no-repeat center center; color: transparent; margin: 0px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .WebWindow .WebWin_controls .WebWin_close:hover{ background-color: #E5944E; -moz-box-shadow:0px 0px 6px 1px #D27E6F; -webkit-box-shadow:0px 0px 6px 1px #D27E6F; box-shadow:0px 0px 6px 1px #D27E6F; } .WebWindow .WebWin_main_l{ padding-left: 4px; background-color: transparent; } .WebWindow .WebWin_main_r{ padding-right: 4px; background-color: transparent; } .WebWindow .WebWin_main_c{ background-color: #EEEEEE; } .WebWindow .WebWin_bottom_l{ height: 4px; padding-left: 4px; background-color: transparent; } .WebWindow .WebWin_bottom_r{ height: 4px; padding-right: 4px; background-color: transparent; } .WebWindow .WebWin_resizer{ width: 12px; height: 12px; background-image: url('WebWin-Resize.png'); } .WebWindow .WebWin_bottom_c{ height: 4px; background-color: transparent; } .WebWin_ghost{ filter: alpha(opacity=50); opacity: .5; } /* - - - - - - - Date Picker - - - - - - - - */ .WebDP{ padding: 10px; background: #D6E5F5; } /* Header & Button */ .WebDP .WebDP_Head{ color: #3B3C3B; padding: 0px 0px 10px 0px; } .WebDP .WebDP_BtnPrev{ width: 13px; height: 13px; background: url('DatePicker.png') no-repeat center -20px; } .WebDP .WebDP_BtnNext{ width: 13px; height: 13px; background: url('DatePicker.png') no-repeat center 0px; } .WebDP .WebDP_BtnMonth, .WebDP .WebDP_BtnYear{ background: url('DatePicker.png') no-repeat right -40px; padding-right: 14px; margin: 0px 0px 0px 10px; } .WebDP .WebDP_MonthMnu, .WebDP .WebDP_YearMnu{ background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #B3BFCC; color: #466381; left: -8px; top: 19px; } .WebDP .WebDP_MonthMnu li, .WebDP .WebDP_YearMnu li { padding: 1px 5px 1px 5px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .WebDP .WebDP_MonthMnu li:hover, .WebDP .WebDP_YearMnu li:hover { background-color: #C0DDFC; border-top: 1px solid #3399FF; border-bottom: 1px solid #3399FF; } .WebDP li.WebDP_Current, .WebDP .WebDP_MonthMnu .WebDP_Current:hover, .WebDP .WebDP_YearMnu .WebDP_Current:hover { background-color: #C0DDFC; } .WebDP .WebDP_MonthMnu li:last-child, .WebDP .WebDP_YearMnu li:last-child { border-bottom: none; } .WebDP .WebDP_MonthMnu li:first-child, .WebDP .WebDP_YearMnu li:first-child { border-top: none; } .WebDP .WebDP_Up{ background: url('DatePicker.png') no-repeat center -100px; height: 10px; } .WebDP .WebDP_UpDown{ background: url('DatePicker.png') no-repeat center -120px; height: 10px; } .WebDP .WebDP_Down{ background: url('DatePicker.png') no-repeat center -60px; height: 10px; } .WebDP .WebDP_DownDown{ background: url('DatePicker.png') no-repeat center -80px; height: 10px; } /* Body */ .WebDP .WebDP_Body table{ background: #D6E5F5; } .WebDP .WebDP_Body td{ padding: 4px 2px 4px 2px; width: 30px; text-align: center; } .WebDP .WebDP_Body th{ font-weight: bold; letter-spacing: 0px; border-bottom: 1px solid #A0A0A0; padding: 0px 0px 6px 0px; } .WebDP .WebDP_BodyHead { } .WebDP .WebDP_Body .WebDP_Day{ border: 1px solid #D6E5F5; } .WebDP .WebDP_Body .WebDP_Day:hover{ text-decoration: underline; } .WebDP .WebDP_Body .WebDP_Today{ font-weight: bold; } .WebDP .WebDP_Body .WebDP_WeekNr{ } .WebDP .WebDP_Body .WebDP_Weekend{ } .WebDP .WebDP_Body .WebDP_Overflow{ color: #C2C7CA; } .WebDP .WebDP_Body .WebDP_Selected{ background-color: #C0DDFC; border: 1px solid #3399FF; } .WebDP.WebCon_Focus .WebDP_Body .WebDP_Selected{ background-color: #96C6FA; border: 1px solid #0A85FF; } /* Next & previous animations. When changing page the WebDP_Old class is set. Then it adds the WebDP_HidePrev or WebDP_HideNext class so that transformations can be used to animate this process. */ .WebDP .WebDP_Body > div{ width: 100%; margin-left: 0%; } .WebDP .WebDP_Old{ position: absolute; overflow: hidden; -webkit-transition: width .4s ease-in, margin-left .4s ease-in; -moz-transition: width .4s ease-in, margin-left .4s ease-in; -o-transition: width .4s ease-in, margin-left .4s ease-in; transition: width .4s ease-in, margin-left .4s ease-in; } .WebDP .WebDP_HideNext table{ float: right; } .WebDP .WebDP_Body .WebDP_HidePrev{ margin-left: 100%; width: 0%; display: block; } .WebDP .WebDP_Body .WebDP_HideNext{ width: 0%; display: block; } /* Footer */ .WebDP .WebDP_Footer{ color: #3B3C3B; padding: 10px 4px 4px 4px; text-align: center; } .WebDP .WebDP_BtnToday{ } .WebDP .WebDP_BtnToday:hover{ text-decoration: underline; } /* - - - - - - WebDatePicker - - - - - - */ /* - - - - - - WebDateForm - - - - - - */ .WebDateForm .WebFrm_Prompt{ /* TODO: Add datepicker icon to WL_ActionIcons.png */ background-position: 0px -250px; } .WebDateForm_Picker{ opacity: 0; box-shadow: 0 1px 2px #666666; -webkit-transition: opacity .6s ease, visibility .6s ease; -moz-transition: opacity .6s ease, visibility .6s ease; -o-transition: opacity .6s ease, visibility .6s ease; transition: opacity .6s ease, visibility .6s ease; } .WebDateForm_Picker.WebDF_WrapVisible{ opacity: 1; } /* - - - - - - WebTreeView - - - - - - - */ .WebTreeView.WebCon_Focus .WebTree_Body{ /* box-shadow: 0 0 5px #3399FF; */ } .WebTreeView .WebTree_Body{ border: 1px solid #A0A0A0; } .WebTreeView .WebTree_Body > table{ margin: 4px; } .WebTreeView .WebTree_Body table, .WebTreeView .WebTree_Body tr, .WebTreeView .WebTree_Body td { } .WebTreeView .WebTree_Loading{ background: #FFFFFF url('WebTreeView-LoadingBig.gif') no-repeat 10px 10px; } .WebTreeView .WebTree_Text{ margin-left: 4px; padding: 2px; } .WebTreeView .WebTree_Selected .WebTree_Text{ background-color: #C0DDFC; border: 1px solid #3399FF; padding: 1px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .WebTreeView.WebCon_Focus .WebTree_Selected .WebTree_Text{ background-color: #96C6FA; border: 1px solid #0A85FF; } /* Expand / collapse animation */ .WebTreeView .WebTree_SubRow .WebTree_Item { height: 18px; -webkit-transition: height .4s ease; -moz-transition: height .4s ease; -o-transition: height .4s ease; transition: height .4s ease; } .WebTreeView .WebTree_SubRow { line-height: 0px; } .WebTreeView .WebTree_SubRow.WebTree_Expanded { } .WebTreeView .WebTree_SubRow.WebTree_HiddenSubRow .WebTree_Expanded > td, .WebTreeView .WebTree_SubRow.WebTree_HiddenSubRow .WebTree_Collapsed > td{ } .WebTreeView .WebTree_SubRow.WebTree_HiddenSubRow .WebTree_Item{ height: 0px; } /* Tree lines & buttons */ .WebTreeView .WebTree_Item, .WebTreeView .WebTree_Con{ background-repeat: repeat-y; width: 20px; background-image: url('WebTreeView-Images.gif'); } .WebTreeView .WebTree_Item{ height: 18px; } .WebTreeView .WebTree_Item div{ width: 20px; } .WebTreeView .WebTree_Expanded .WebTree_EntrySub{ background-position: -0px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_EntrySub{ background-position: -20px 0px; } .WebTreeView .WebTree_Expanded .WebTree_EndSub{ background-position: -40px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_EndSub{ background-position: -60px 0px; } .WebTreeView .WebTree_Expanded .WebTree_StartSub{ background-position: -80px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_StartSub{ background-position: -100px 0px; } .WebTreeView .WebTree_Start{ background-position: -120px 0px; } .WebTreeView .WebTree_Entry{ background-position: -140px 0px; } .WebTreeView .WebTree_End{ background-position: -160px 0px; } .WebTreeView .WebTree_Con{ background-position: -180px 0px; } .WebTreeView .WebTree_Expanded .WebTree_StartEndSub{ background-position: -200px 0px; } .WebTreeView .WebTree_Collapsed .WebTree_StartEndSub{ background-position: -220px 0px; } .WebTreeView .WebTree_StartEnd{ background-image: none; } .WebTreeView .WebTree_StartEnd{ background-image: none; } /* Icons */ .WebTreeView .WebTree_Icon, .WebTreeView .WebTree_Folder{ background-image: url('WebTreeView-Icons.gif'); background-repeat: no-repeat; padding-left: 16px; } .WebTreeView .WebTree_IconLoading{ background-image: url('WebTreeView-LoadingSmall.gif'); background-repeat: no-repeat; padding-left: 16px; } .WebTreeView .WebTree_Collapsed .WebTree_Folder{ background-position: 0px 1px; } .WebTreeView .WebTree_Expanded .WebTree_Folder{ background-position: 0px -31px; } .WebTreeView .WebTree_Collapsed .WebTree_Icon{ background-position: 0px -63px; } .WebTreeView .WebTree_Expanded .WebTree_Icon{ background-position: 0px -63px; } /* - - - - - - - - - WebImage - - - - - - - - - - */ .WebImage .WebImg_Box{ background-color: #FFFFFF; border: 1px solid #A0A0A0; } /* - - - - - - - - - WebHtmlBox - - - - - - - - - - */ .WebHtmlBox .WebHtml_Box{ background-color: #FFFFFF; border: 1px solid #A0A0A0; line-height: normal; } /* - - - - - - - - - WebSpacer - - - - - - - - - - */ .WebSpacer > div.WebCon_Inner{ margin: 0px 0px 0px 0px; } .WebSpacer .WebSpacer_Spacer { } /* - - - - - - - - - ShowMessageBox - - - - - - - - - */ .WebMsgBoxConfirm .WebLabel_content, .WebMsgBoxError .WebLabel_content, .WebMsgBoxInfo .WebLabel_content, .WebMsgBoxWarning .WebLabel_content{ margin-left: 70px; min-height: 70px; } .WebMsgBoxConfirm .WebLabel_content:before { width: 65px; height: 65px; display: block; background: transparent url('WebMessageBox_Icons.png') no-repeat center 5px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxError .WebLabel_content:before { width: 65px; height: 65px; display: block; background: transparent url('WebMessageBox_Icons.png') no-repeat center -175px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxInfo .WebLabel_content:before { width: 65px; height: 65px; background: transparent url('WebMessageBox_Icons.png') no-repeat center -56px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxWarning .WebLabel_content:before { width: 65px; height: 65px; display: block; background: transparent url('WebMessageBox_Icons.png') no-repeat center -115px; position: absolute; margin: 0px 15px 0px -70px; content: ''; } .WebMsgBoxProgress .WebLabel_content{ margin: 20px 30px; } .WebErrorDetails .WebHtml_Wrp{ /* Details box used with HTTP errors received from the server */ border: 1px solid black; background-color: #FFFFFF; } /* - - - - - - - - - WebInfoBalloon - - - - - - - - - - */ .WebInfoBalloon{ /* linear-gradient(top, #f8f8fa 0%, #e3e4ef 100%); */ background: url(data:image/svg+xml;base64,<KEY>); border: 1px solid #000000; padding: 10px; line-height: 0.8em; color: #000047; font-weight: normal; border-radius: 6px; -webkit-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.71); -moz-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.71); box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.71); opacity: 0; -webkit-transition: opacity .4s ease; -moz-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; opacity: 0; -webkit-transition: opacity .4s ease; -moz-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; margin: 17px 0px 0px 0px; } .df-ie8 .WebInfoBalloon{ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8fa', endColorstr='#e3e4ef',GradientType=0 ) } .WebInfoBalloon.WebInfoBalloonVisible{ opacity: 1; } .WebInfoBalloon_Top{ margin: 0px 0px 17px 0px; } .WebInfoBalloon:before{ border-color: #000000 transparent; border-style: solid; border-width: 0 23px 17px 0; top: -18px; } .WebInfoBalloon_Top:before{ border-width: 17px 23px 0px 0px; top: auto; bottom: -18px; } .WebInfoBalloon:after{ border-color: #F8F8FA transparent; border-style: solid; border-width: 0 27px 20px 0; margin-left: 1px; top: -16px; } .WebInfoBalloon_Top:after{ border-color: #e3e4ef transparent; border-width: 20px 27px 0px 0px; top: auto; bottom: -16px; } /* - - - - - - - - - WebErrorTooltip - - - - - - - - - */ .WebErrorTooltip{ color: #DD0000; text-shadow: 0px 1px 1px #FFFFFF; } /* - - - - - - - - - WebIFrame - - - - - - - - - */ .WebIFrame .WebIFrm_Box{ border: 1px solid #A0A0A0; } /* - - - - - - - - - WebSlider - - - - - - - - - - */ .WebSlider .WebCon_Inner{ /* border: 1px dotted blue; */ padding-top: 1px; } .WebSlider .WebSlider_Wrapper:focus{ outline: none; } /* Bar */ .WebSlider .WebSlider_Horizontal .WebSlider_BarWrapper{ height: 20px; } .WebSlider .WebSlider_Vertical .WebSlider_BarWrapper{ width: 20px; } .WebSlider .WebSlider_Horizontal .WebSlider_Bar{ padding: 0px 10px 0px 10px; margin-top: 7px; } .WebSlider .WebSlider_Vertical .WebSlider_Bar{ padding: 10px 0px 10px; margin-left: 7px; } .WebSlider .WebSlider_InnerBar { background-color: #E7EAEA; border-top: 1px solid #B0B0B0; border-left: 1px solid #B0B0B0; border-bottom: 1px solid #FCFCFC; border-right: 1px solid #FCFCFC; } .WebSlider .WebSlider_Horizontal .WebSlider_InnerBar { height: 4px; } .WebSlider .WebSlider_Vertical .WebSlider_InnerBar { width: 4px; } .WebSlider .WebSlider_ShowRange{ background: #7C7C7C; } /* Slider */ .WebSlider .WebSlider_Horizontal .WebSlider_SliderWrapper{ margin-left: 5px; height: 20px; } .WebSlider .WebSlider_Vertical .WebSlider_SliderWrapper{ margin-top: 4px; width: 25px; } .WebSlider .WebSlider_Slider { background-image: url('Windows_Slider.png'); } .WebSlider .WebSlider_Horizontal .WebSlider_Slider{ height: 20px; width: 10px; background-position: -20px 0px; } .WebSlider .WebSlider_Vertical .WebSlider_Slider{ height: 10px; width: 20px; } .WebSlider.Web_Enabled.WebCon_Focus .WebSlider_Horizontal .WebSlider_Slider, .WebSlider.Web_Enabled .WebSlider_Horizontal .WebSlider_Slider:hover{ background-position: -20px -20px; } .WebSlider.Web_Enabled.WebCon_Focus .WebSlider_Vertical .WebSlider_Slider, .WebSlider.Web_Enabled .WebSlider_Vertical .WebSlider_Slider:hover{ background-position: 0px -20px; } .WebSlider.Web_Disabled .WebSlider_Horizontal .WebSlider_Slider{ background-position: -20px -40px; } .WebSlider.Web_Disabled .WebSlider_Vertical .WebSlider_Slider{ background-position: 0px -40px; } /* Labels */ .WebSlider .WebSlider_Horizontal .WebSlider_Labels{ left: 5px; top: -5px; } .WebSlider .WebSlider_Vertical .WebSlider_Labels{ left: -1px; top: 4px; } .WebSlider .WebSlider_Horizontal .WebSlider_LabelMarkerWrapper{ height: 10px; } .WebSlider .WebSlider_Horizontal .WebSlider_LabelWrapper{ height: 20px; margin-top: -3px; } .WebSlider .WebSlider_Vertical .WebSlider_LabelWrapper{ margin-left: 2px; } .WebSlider .WebSlider_Horizontal .WebSlider_LabelMarker{ border-left: 1px solid #000000; height: 5px; } .WebSlider .WebSlider_Vertical .WebSlider_LabelMarker{ border-top: 1px solid #000000; width: 5px; } .WebSlider .WebSlider_LabelText{ } /* - - - - - - WebGroup - - - - - - */ .WebGroup.WebGrp_HasBorder > .WebCon_Inner{ margin: 3px 3px 3px 3px; border: 1px solid #FFFFFF; padding: 1px; outline: 1px solid #D5DFE5; } .WebGroup.WebGrp_HasCaption > .WebCon_Inner{ margin-top: 11px; padding-top: 5px; } .WebGroup .WebGrp_Caption{ color: #313436; padding: 2px 2px 0; margin-left: 10px; margin-top: -17px; } .WebGroup > .WebCon_Inner{ background-color: #EEEEEE; } /* - - - - - - WebProgressBar - - - - - - */ .WebProgressBar.WebControl > .WebCon_Inner{ margin: 2px 3px 1px; } .WebProgressBar .WebPB_Wrp{ padding: 4px; } .WebProgressBar .WebPB_Wrp { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid; border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; height: 25px; padding: 0; } .WebProgressBar .WebPB_Progress, .WebFileFrm .WebFile_ProgressBar { background-color: #96C6FA; } .WebProgressBar .WebPB_Percentage{ padding: 5px 0 0; } /* - - - - - - WebDropZone - - - - - - */ .WebDropZone { border: 1px dashed #000000; color: #000000; background: #EBF5F7; } /* - - - - - - WebSuggestions - - - - - - */ .WebSuggestions.WebSug_Hidden{ display: none; } .WebSuggestions{ border: 1px solid #E3E9EF; border-top: 1px solid #E3E9EF; background-color: #FFFFFF; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; padding: 0px; margin: 2px 0 0 -3px; -webkit-box-shadow:none; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); } .WebSuggestions .WebSug_Suggestion{ line-height: 20px; } .WebSuggestions .WebSug_Suggestion:hover, .WebSuggestions .WebSug_Suggestion:focus{ background: #E6F5FD; color: #000000; } .WebSuggestions .WebSug_Suggestion td{ padding: 3px 5px; } .WebSuggestions .WebSug_Suggestion b{ font-weight: bold; } .WebSuggestions .WebSug_Selected, .WebSuggestions .WebSug_Selected:hover, .WebSuggestions .WebSug_Selected:focus{ background-color: #C0DDFC; color: #000000; } .WebSuggestions.WebSug_Loading:after{ height: 20px; width: 20px; top: 1px; right: 1px; background: #FFFFFF url('LoadingSmall.gif') no-repeat right 2px; border-radius: 10px; } /* - - - - - - WebFileUploadForm - - - - - - */ .WebFileFrm div.WebFile_Btn{ width: 16px; height: 16px; border: 1px solid transparent; background: transparent url('WL_ActionIcons.png') 0px -278px no-repeat; border-radius: 2px; margin: 2px 2px; } .WebFileFrm.Web_Disabled div.WebFile_Btn{ opacity: 0.5; filter: alpha(opacity=50); } .WebFileFrm .WebFile_ProgressLabel { padding: 0; } .WebFileFrm .WebFrm_Wrapper { padding: 0px; } .WebFileFrm div.WebFile_Content{ margin-right: 24px; height: 22px; } .WebFileFrm.Web_Disabled div.WebFile_Content{ color: #876D87; } .WebFileFrm div.WebFile_Details{ padding: 4px 1px 1px 3px; } .WebFileFrm .WebFile_Progress{ height: 22px; } .WebFileFrm .WebFile_ProgressLabel{ padding: 3px 1px 1px 1px; } .WebFileFrm .WebFile_Working{ width: 100%; height: 100%; background: transparent url('LoadingSmall.gif') no-repeat 2px center; }
0.240507
0.07538
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); *{ margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; } body{ background-color: #333536; } section{ padding-top: 1rem; padding-left: 2rem; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; } .constructor_image{ /*background-color: #fff;*/ height: 20rem; width: 20rem; display: grid; place-items: center; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; } .carimg_responsive{ max-width: 100%; height: auto; } section p:nth-child(1){ font-size: 2rem; } section a{ text-decoration: none; background-color: #fff; padding: 0.3rem 1rem; border-radius: 3px; color: #333536; } /* heart style*/ .card-action { position: relative; float: left; margin-top: 25px; color: #E26D5C; background: #fff; border-radius: 50%; padding: 15px; font-size: 15px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19); cursor: pointer; } .card-action:hover { color: #fff; background: #E26D5C; -webkit-animation: pulse 1.5s infinite; } .card-heading { font-size: 18px; font-weight: bold; background: #fff; padding: 10px 15px; } .card-text { padding: 10px 15px; background: #fff; font-size: 14px; color: #636262; } .card-button { display: flex; justify-content: center; padding: 10px 0; width: 100%; background-color: #1F487E; color: #fff; border-radius: 0 0 8px 8px; } .card-button:hover { text-decoration: none; background-color: #1D3461; color: #fff; } @-webkit-keyframes pulse { 0% { -moz-transform: scale(0.9); -ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); } 70% { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); box-shadow: 0 0 0 50px rgba(90, 153, 212, 0); } 100% { -moz-transform: scale(0.9); -ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); box-shadow: 0 0 0 0 rgba(90, 153, 212, 0); } }
constructors/css/ver_constructor.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); *{ margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; } body{ background-color: #333536; } section{ padding-top: 1rem; padding-left: 2rem; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; } .constructor_image{ /*background-color: #fff;*/ height: 20rem; width: 20rem; display: grid; place-items: center; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; } .carimg_responsive{ max-width: 100%; height: auto; } section p:nth-child(1){ font-size: 2rem; } section a{ text-decoration: none; background-color: #fff; padding: 0.3rem 1rem; border-radius: 3px; color: #333536; } /* heart style*/ .card-action { position: relative; float: left; margin-top: 25px; color: #E26D5C; background: #fff; border-radius: 50%; padding: 15px; font-size: 15px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19); cursor: pointer; } .card-action:hover { color: #fff; background: #E26D5C; -webkit-animation: pulse 1.5s infinite; } .card-heading { font-size: 18px; font-weight: bold; background: #fff; padding: 10px 15px; } .card-text { padding: 10px 15px; background: #fff; font-size: 14px; color: #636262; } .card-button { display: flex; justify-content: center; padding: 10px 0; width: 100%; background-color: #1F487E; color: #fff; border-radius: 0 0 8px 8px; } .card-button:hover { text-decoration: none; background-color: #1D3461; color: #fff; } @-webkit-keyframes pulse { 0% { -moz-transform: scale(0.9); -ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); } 70% { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); box-shadow: 0 0 0 50px rgba(90, 153, 212, 0); } 100% { -moz-transform: scale(0.9); -ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); box-shadow: 0 0 0 0 rgba(90, 153, 212, 0); } }
0.462716
0.110279
:root { --primary-color: teal; } @font-face { font-family: 'HK Grotesk'; src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'), url('../fonts/HKGrotesk-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2'), url('../fonts/HKGrotesk-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } /* General */ * { box-sizing: border-box; margin: 0; padding: 0; max-width: 100%; font-family: 'HK Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: normal; } a { text-decoration: none; color: inherit; } li { list-style-type: none; } h2 { font-size: clamp(24px, 3.5vw, 36px); margin: 1vh 0 2vh 0; color: #2B2B2B; } img { width: auto; height: auto; } iframe { width: auto; height: auto; } .logo { max-width: 90%; } /* ------- */ /* Layout */ header, .hero, main, footer { display: grid; grid-template-columns: 1fr 3fr 1fr; grid-column-gap: 2vw; } /* ------ */ /* Menu */ menu { height: 100%; display: flex; align-items: center; } menu li { position: relative; height: 100%; display: flex; } menu a { color: inherit; display: block; font-size: clamp(10px, 1.5vw, 20px); margin: auto; margin-right: 2vw; } .active::after { height: 4px; display: block; background: #FFFFFF; content: ''; position: absolute; bottom: 0; left: 0; right: 2vw; opacity: 45%; } /* ----- */ /* Header */ header { background-color: var(--primary-color); padding: 0 2vw; align-items: center; color: #FFFFFF; } header .logo { justify-self: center; padding: 4px 0; display: flex; } header menu { padding-left: 3vw; } .search-bar { justify-self: end; } /* ----- */ /* Hero */ .hero { grid-template-rows: repeat(2, minmax(10vh, auto)); } .hero-image { grid-column: 1/-1; grid-row: 1/-1; } .hero-text { font-size: clamp(16px, 2vw, 30px); color: #000000; opacity: 60%; } .hero-body { grid-column: 2/-2; grid-row: 2; background: #FFF; padding: 2vh 4vw; } .hero-image > img { object-fit: cover; } .”breadcrumb” { font-size: clamp(11px, 1.4vw, 14px); color: #555555; } /* -------- */ /* Main */ main { margin-bottom: 8vh; } .content { position: relative; } .posts { padding: 2vh 2vw; } .live-post { padding: 4vh 4vw; border-top: 1px dashed #E8E8E8; } .live-post-meta { display: flex; justify-content: space-between; color: #929292; text-transform: uppercase; font-size: clamp(11px, 1.2vw, 16px); letter-spacing: -0.01em; } .live-post-content { color: #555555; font-size: clamp(14px, 1.5vw, 18px); line-height: 1.5; display: flex; flex-direction: column; } .post-title { font-size: clamp(24px, 2vw, 28px); color: #222222; font-weight: bold; align-self: baseline; margin: 1vh 0; line-height: 1; } .post-block { margin: 1vh 0; } /* -------- */ /* Footer */ footer::before { content: ""; height: 1px; width: 100%; background: #000; position: absolute; opacity: 0.1; } footer { padding: 1rem 0; position: relative; } .copyright { color: #000; opacity: 50%; display: block; margin-top: 1rem; grid-column: 1/-1; } .footer-links { grid-column: 2/-2; display: grid; grid-template-columns: 1fr 1fr; justify-items: start; font-size: clamp(12px, 1.5vw, 16px); line-height: 1.8; color: #007C7F; } .footer-menu { flex-direction: column; align-items: baseline; } .footer-menu a { margin: auto; } /** ------ */
wagtail_live_demo/wagtail_live_demo/static/css/main.css
:root { --primary-color: teal; } @font-face { font-family: 'HK Grotesk'; src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'), url('../fonts/HKGrotesk-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'HK Grotesk'; src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2'), url('../fonts/HKGrotesk-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } /* General */ * { box-sizing: border-box; margin: 0; padding: 0; max-width: 100%; font-family: 'HK Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: normal; } a { text-decoration: none; color: inherit; } li { list-style-type: none; } h2 { font-size: clamp(24px, 3.5vw, 36px); margin: 1vh 0 2vh 0; color: #2B2B2B; } img { width: auto; height: auto; } iframe { width: auto; height: auto; } .logo { max-width: 90%; } /* ------- */ /* Layout */ header, .hero, main, footer { display: grid; grid-template-columns: 1fr 3fr 1fr; grid-column-gap: 2vw; } /* ------ */ /* Menu */ menu { height: 100%; display: flex; align-items: center; } menu li { position: relative; height: 100%; display: flex; } menu a { color: inherit; display: block; font-size: clamp(10px, 1.5vw, 20px); margin: auto; margin-right: 2vw; } .active::after { height: 4px; display: block; background: #FFFFFF; content: ''; position: absolute; bottom: 0; left: 0; right: 2vw; opacity: 45%; } /* ----- */ /* Header */ header { background-color: var(--primary-color); padding: 0 2vw; align-items: center; color: #FFFFFF; } header .logo { justify-self: center; padding: 4px 0; display: flex; } header menu { padding-left: 3vw; } .search-bar { justify-self: end; } /* ----- */ /* Hero */ .hero { grid-template-rows: repeat(2, minmax(10vh, auto)); } .hero-image { grid-column: 1/-1; grid-row: 1/-1; } .hero-text { font-size: clamp(16px, 2vw, 30px); color: #000000; opacity: 60%; } .hero-body { grid-column: 2/-2; grid-row: 2; background: #FFF; padding: 2vh 4vw; } .hero-image > img { object-fit: cover; } .”breadcrumb” { font-size: clamp(11px, 1.4vw, 14px); color: #555555; } /* -------- */ /* Main */ main { margin-bottom: 8vh; } .content { position: relative; } .posts { padding: 2vh 2vw; } .live-post { padding: 4vh 4vw; border-top: 1px dashed #E8E8E8; } .live-post-meta { display: flex; justify-content: space-between; color: #929292; text-transform: uppercase; font-size: clamp(11px, 1.2vw, 16px); letter-spacing: -0.01em; } .live-post-content { color: #555555; font-size: clamp(14px, 1.5vw, 18px); line-height: 1.5; display: flex; flex-direction: column; } .post-title { font-size: clamp(24px, 2vw, 28px); color: #222222; font-weight: bold; align-self: baseline; margin: 1vh 0; line-height: 1; } .post-block { margin: 1vh 0; } /* -------- */ /* Footer */ footer::before { content: ""; height: 1px; width: 100%; background: #000; position: absolute; opacity: 0.1; } footer { padding: 1rem 0; position: relative; } .copyright { color: #000; opacity: 50%; display: block; margin-top: 1rem; grid-column: 1/-1; } .footer-links { grid-column: 2/-2; display: grid; grid-template-columns: 1fr 1fr; justify-items: start; font-size: clamp(12px, 1.5vw, 16px); line-height: 1.8; color: #007C7F; } .footer-menu { flex-direction: column; align-items: baseline; } .footer-menu a { margin: auto; } /** ------ */
0.458349
0.100525
.po-checkbox { width: 24px; height: 24px; box-sizing: border-box; display: flex; background-color: var(--color-checkbox-background-color); border-color: var(--color-checkbox-border-input); align-items: center; justify-content: center; border-width: 2px; border-style: solid; border-radius: 4px; min-width: 24px; min-height: 24px; cursor: pointer; position: relative; font-family: PoIcon !important; } .po-checkbox:hover { border-color: var(--color-checkbox-border-input-active); box-shadow: 0 0 0 4px var(--color-checkbox-hover-active); } [aria-disabled='true'].po-checkbox:focus { outline: none; } .po-checkbox:focus-visible { outline-color: var(--color-checkbox-box-shadow-color-focusable); outline-width: 4px; outline-style: solid; outline-offset: 2px; } [aria-checked='true'].po-checkbox, [aria-checked='mixed'].po-checkbox { background-color: var(--color-checkbox-background-color-active); border-color: transparent; } [aria-checked='true'].po-checkbox:hover, [aria-checked='mixed'].po-checkbox:hover { background-color: var(--color-checkbox-border-input-active); } .po-checkbox[aria-disabled='true'] { background-color: var(--color-checkbox-background-color-disabled); border-color: var(--color-checkbox-border-input-disabled); box-shadow: none; cursor: not-allowed; } .po-checkbox[aria-checked='true'][aria-disabled='true'], .po-checkbox[aria-checked='mixed'][aria-disabled='true'] { background-color: var(--color-checkbox-background-color-active-disabled); } .container-po-checkbox { display: flex; min-height: 32px; align-items: center; } .po-checkbox-label { margin-left: 0.5rem; cursor: pointer; } .po-checkbox[aria-disabled='true'] ~ .po-checkbox-label { cursor: not-allowed; } .po-checkbox[aria-checked='true']:before { content: '\e93c'; font-size: 20px; color: var(--color-checkbox-color-active); } .po-checkbox[aria-checked='mixed']:before { content: '\e939'; font-size: 20px; color: var(--color-checkbox-color-active); } po-checkbox.ng-invalid.ng-dirty .po-checkbox-input + .po-checkbox-label:before { border: solid 1px var(--color-checkbox-border-input-invalid); }
src/css/components/po-field/po-checkbox/po-checkbox.css
.po-checkbox { width: 24px; height: 24px; box-sizing: border-box; display: flex; background-color: var(--color-checkbox-background-color); border-color: var(--color-checkbox-border-input); align-items: center; justify-content: center; border-width: 2px; border-style: solid; border-radius: 4px; min-width: 24px; min-height: 24px; cursor: pointer; position: relative; font-family: PoIcon !important; } .po-checkbox:hover { border-color: var(--color-checkbox-border-input-active); box-shadow: 0 0 0 4px var(--color-checkbox-hover-active); } [aria-disabled='true'].po-checkbox:focus { outline: none; } .po-checkbox:focus-visible { outline-color: var(--color-checkbox-box-shadow-color-focusable); outline-width: 4px; outline-style: solid; outline-offset: 2px; } [aria-checked='true'].po-checkbox, [aria-checked='mixed'].po-checkbox { background-color: var(--color-checkbox-background-color-active); border-color: transparent; } [aria-checked='true'].po-checkbox:hover, [aria-checked='mixed'].po-checkbox:hover { background-color: var(--color-checkbox-border-input-active); } .po-checkbox[aria-disabled='true'] { background-color: var(--color-checkbox-background-color-disabled); border-color: var(--color-checkbox-border-input-disabled); box-shadow: none; cursor: not-allowed; } .po-checkbox[aria-checked='true'][aria-disabled='true'], .po-checkbox[aria-checked='mixed'][aria-disabled='true'] { background-color: var(--color-checkbox-background-color-active-disabled); } .container-po-checkbox { display: flex; min-height: 32px; align-items: center; } .po-checkbox-label { margin-left: 0.5rem; cursor: pointer; } .po-checkbox[aria-disabled='true'] ~ .po-checkbox-label { cursor: not-allowed; } .po-checkbox[aria-checked='true']:before { content: '\e93c'; font-size: 20px; color: var(--color-checkbox-color-active); } .po-checkbox[aria-checked='mixed']:before { content: '\e939'; font-size: 20px; color: var(--color-checkbox-color-active); } po-checkbox.ng-invalid.ng-dirty .po-checkbox-input + .po-checkbox-label:before { border: solid 1px var(--color-checkbox-border-input-invalid); }
0.422028
0.125172
html, body, div { border: 0; margin: 0; padding: 0; } html, body { height: 100%; width: 100%; } body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } *, *:before, *:after { box-sizing: border-box; } body { font-family: Roboto, "Helvetica Neue", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } p { font-weight: 400; letter-spacing: 0.01em; line-height: 20px; margin-bottom: 1em; margin-top: 1em; } ul { margin: 10px 0 0; padding: 0 0 0 20px; } li { font-weight: 400; margin-top: 4px; } .row { margin-right: -10px; margin-left: -10px; } .container-fluid { padding-right: 10px; padding-left: 10px; height: 100%; } input { border: 1px solid #106cc8; font-size: 14px; height: 40px; outline: none; padding: 8px; } button { background-color: #106cc8; border-style: none; color: rgba(255, 255, 255, 0.87); cursor: pointer; display: inline-block; font-size: 14px; height: 40px; padding: 8px 18px; text-decoration: none; } button:hover { background-color: #28739e; } .desktop lang-switcher { display: none; } .container-fluid { padding-right: 10px; padding-left: 10px; height: 100%; width: 100%; } .logo { width: 154px; margin-top: -5px; margin-bottom: 20px; margin-right: 15px; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite; } .loaded { display: none; } .cover { background-color: red; position: fixed; z-index: 1000; width: 100%; height: 100%; padding: 0; } .cover .row { height: 100%; display: table; width: 100%; } .cover .col-md-12 { text-align: center; display: table-cell; vertical-align: middle; float: none; } .cover h1 { margin: 0; } .cover .loader { padding-top: 15px; } .cover.loaded { display: none; } .cover .loader > div { background-color: #fff; } @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
src/client/css/styles.css
html, body, div { border: 0; margin: 0; padding: 0; } html, body { height: 100%; width: 100%; } body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } *, *:before, *:after { box-sizing: border-box; } body { font-family: Roboto, "Helvetica Neue", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } p { font-weight: 400; letter-spacing: 0.01em; line-height: 20px; margin-bottom: 1em; margin-top: 1em; } ul { margin: 10px 0 0; padding: 0 0 0 20px; } li { font-weight: 400; margin-top: 4px; } .row { margin-right: -10px; margin-left: -10px; } .container-fluid { padding-right: 10px; padding-left: 10px; height: 100%; } input { border: 1px solid #106cc8; font-size: 14px; height: 40px; outline: none; padding: 8px; } button { background-color: #106cc8; border-style: none; color: rgba(255, 255, 255, 0.87); cursor: pointer; display: inline-block; font-size: 14px; height: 40px; padding: 8px 18px; text-decoration: none; } button:hover { background-color: #28739e; } .desktop lang-switcher { display: none; } .container-fluid { padding-right: 10px; padding-left: 10px; height: 100%; width: 100%; } .logo { width: 154px; margin-top: -5px; margin-bottom: 20px; margin-right: 15px; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite; } .loaded { display: none; } .cover { background-color: red; position: fixed; z-index: 1000; width: 100%; height: 100%; padding: 0; } .cover .row { height: 100%; display: table; width: 100%; } .cover .col-md-12 { text-align: center; display: table-cell; vertical-align: middle; float: none; } .cover h1 { margin: 0; } .cover .loader { padding-top: 15px; } .cover.loaded { display: none; } .cover .loader > div { background-color: #fff; } @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
0.565539
0.06216
html, body { overflow: hidden; } body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-user-select: none; user-select: none; background: #0293f4; background: -webkit-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Firefox 3.6 to 15 */ background: linear-gradient(#0293f4, #20a3fa, #059bff); /* Standard syntax */ } .navbar.theme-blue, .searchbar.theme-blue, .subnavbar.theme-blue, .theme-blue .navbar, .theme-blue .searchbar, .theme-blue .subnavbar, .theme-blue .toolbar, .toolbar.theme-blue { background-color: #029aff; } .panel.panel-left.panel-cover{ background: #00548d; } .width250{ max-width: 250px; margin: 0 auto!important; } .list-block ul{ background: #00548d; color: #ffffff; } .list-block{ margin: 15px 0!important; color: #ffffff; } li.input{ background: #ffffff; color: #000000; font-weight: 700; } .btn-blue{ background: #00548d; border: 1px solid #015187!important; color: #ffffff!important; font-size: 14px!important; } .btn-yellow{ background: #ffa200; border: 1px solid #f9f9f9!important; color: #ffffff!important; font-size: 14px!important; } div[class*="col-"] { padding-top: 15px; } .page-content { touch-action: pan-y; -ms-touch-action: pan-y; background: #0293f4; } .views, .page { overflow: hidden; } .pic{ border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; width: 150px; border: 2px solid #005790; } .s-name{ font-size: 20px; color: #ffffff; font-weight: 600; line-height: 20px; margin: 5px 0; } .p-name{ font-size: 20px; color: #ffffff; font-weight: 600; line-height: 20px; margin: 5px 0; } .p-collection{ font-size: 12px; color: #ffffff; font-weight: 200; margin: 5px 0; } .white-line{ background: #ffffff; width: 100%; height: 1px; } .bg-white-opa{ background: rgba(255,255,255,0.5); padding: 5px 2px; } .w30{ height: 30px; } .login-title{ font-size: 40px; color: #ffffff; font-weight: 700; margin: 20px 0 20px 0!important; line-height: 15px; } .login-screen-title{ font-size: 45px; color: #ffffff; font-weight: 700; } .fbicon{ margin: 0 5px -3px 0; } .swiper-container { height: 100%; } .swiper-slide { background:#fff; } .swiper-slide span { text-align:center; display:block; margin:20px; font-size:21px; } /* statusbar-overlay sets the background color for the overlay. Black text is the default when the statusbar plugin is not added. When the statusbar plugin is added, it also adds default setting to make the content white via: <preference name="StatusBarStyle" value="lightcontent"/> Setting the background color to black will allow the default light content (white text/icons) to show on it. The statusbar plugin is included in the config.xml file and will be added by the CLI when you build locally. See https://github.com/apache/cordova-plugin-statusbar */ .statusbar-overlay { background: rgb(247, 247, 248); } .material .page .page-content .content-block-title:first-of-type, .material .page .page-content .card:first-of-type, .material .page .page-content .content-block:first-of-type { margin-top: 78px; } /* Fix for checkbox and radio titles in material */ .material .list-block .label-radio .item-inner .item-title, .material .list-block .label-checkbox .item-inner .item-title { line-height: 40px; } .material .list-block .item-link .item-inner, .material .media-list .item-link .item-title-row { background-image: none; } .ios .panel { background-color: #ffffff; } .ios.with-panel-left-cover .panel-overlay { opacity: 1; background: rgba(0,0,0,0.2); } .ios .list-block .label-radio .item-media { display: none; } .text-center { text-align: center; }
www/css/styles.css
html, body { overflow: hidden; } body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-user-select: none; user-select: none; background: #0293f4; background: -webkit-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Firefox 3.6 to 15 */ background: linear-gradient(#0293f4, #20a3fa, #059bff); /* Standard syntax */ } .navbar.theme-blue, .searchbar.theme-blue, .subnavbar.theme-blue, .theme-blue .navbar, .theme-blue .searchbar, .theme-blue .subnavbar, .theme-blue .toolbar, .toolbar.theme-blue { background-color: #029aff; } .panel.panel-left.panel-cover{ background: #00548d; } .width250{ max-width: 250px; margin: 0 auto!important; } .list-block ul{ background: #00548d; color: #ffffff; } .list-block{ margin: 15px 0!important; color: #ffffff; } li.input{ background: #ffffff; color: #000000; font-weight: 700; } .btn-blue{ background: #00548d; border: 1px solid #015187!important; color: #ffffff!important; font-size: 14px!important; } .btn-yellow{ background: #ffa200; border: 1px solid #f9f9f9!important; color: #ffffff!important; font-size: 14px!important; } div[class*="col-"] { padding-top: 15px; } .page-content { touch-action: pan-y; -ms-touch-action: pan-y; background: #0293f4; } .views, .page { overflow: hidden; } .pic{ border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; width: 150px; border: 2px solid #005790; } .s-name{ font-size: 20px; color: #ffffff; font-weight: 600; line-height: 20px; margin: 5px 0; } .p-name{ font-size: 20px; color: #ffffff; font-weight: 600; line-height: 20px; margin: 5px 0; } .p-collection{ font-size: 12px; color: #ffffff; font-weight: 200; margin: 5px 0; } .white-line{ background: #ffffff; width: 100%; height: 1px; } .bg-white-opa{ background: rgba(255,255,255,0.5); padding: 5px 2px; } .w30{ height: 30px; } .login-title{ font-size: 40px; color: #ffffff; font-weight: 700; margin: 20px 0 20px 0!important; line-height: 15px; } .login-screen-title{ font-size: 45px; color: #ffffff; font-weight: 700; } .fbicon{ margin: 0 5px -3px 0; } .swiper-container { height: 100%; } .swiper-slide { background:#fff; } .swiper-slide span { text-align:center; display:block; margin:20px; font-size:21px; } /* statusbar-overlay sets the background color for the overlay. Black text is the default when the statusbar plugin is not added. When the statusbar plugin is added, it also adds default setting to make the content white via: <preference name="StatusBarStyle" value="lightcontent"/> Setting the background color to black will allow the default light content (white text/icons) to show on it. The statusbar plugin is included in the config.xml file and will be added by the CLI when you build locally. See https://github.com/apache/cordova-plugin-statusbar */ .statusbar-overlay { background: rgb(247, 247, 248); } .material .page .page-content .content-block-title:first-of-type, .material .page .page-content .card:first-of-type, .material .page .page-content .content-block:first-of-type { margin-top: 78px; } /* Fix for checkbox and radio titles in material */ .material .list-block .label-radio .item-inner .item-title, .material .list-block .label-checkbox .item-inner .item-title { line-height: 40px; } .material .list-block .item-link .item-inner, .material .media-list .item-link .item-title-row { background-image: none; } .ios .panel { background-color: #ffffff; } .ios.with-panel-left-cover .panel-overlay { opacity: 1; background: rgba(0,0,0,0.2); } .ios .list-block .label-radio .item-media { display: none; } .text-center { text-align: center; }
0.439747
0.058265
*{margin:0; padding: 0; outline: 0;} body{ background: #fafafa !important; } .clear{ overflow: hidden; } .navbar-form{ padding-top: 10px; } /*.upper{ border: 1px solid black padding-right: 40px; }*/ /*.navbar{ background: #FFFFFF; }*/ /*.nav{ top: -20px; }*/ /*.navbar{ height: 110px; }*/ .right{ float: right; } .dropdown{ padding-right: 15px; } .media-body{ padding-top: 5px; } /*.container .navbar #icon{ float: left; background: #F8F8F8 !important; margin-left: 10px; }*/ /*.upper{ margin-top: 0px; margin-bottom: 5px; margin-right: -190px; margin-left: -60px; }*/ .navbar{ position: fixed; background: #ffffff; background: #455a64; padding-bottom: 0px !important; } .border{ border-top: 1px solid; margin-top: 15px; } .sleek .navbar{ /*position: fixed;*/ background: #ffffff; -moz-transition:all .5s ease; transition:all .1s ease; margin-top: -58px; background: #455a64; } /*.content{ position:absolute; }*/ .nav .nav-item p{ color: white; } h3{ color: white; } .nav-item .hidden-sm-down{ color: white; } .nav-item i{ color: white; } /*.form-inline form-control{ color: white; } .navbar form input{ margin: 0px 20px 1px 8px; } .form-inline .form-control{ margin-top: -8px; margin-right: 22px; }*/ .dropdown i{ color: white; } /*nav heading customize*/ h3{ margin-top: 10px; } /*close nav heading */ .navbar{ padding-bottom: 5px; padding-top: 5px; } /* customize the navbar-brand*/ .navbar-brand p{ margin-top: -15px; } /*close the navbar-brand */ .col-md-8{ /*border: 1px solid black;*/ margin-right: 10px; margin-left: 20px; } .col-md-3{ /*border: 1px solid black;*/ margin-left: 20px; margin-top: 15px; } .col-md-3 .topposts h3{ font-size: 20px; font-weight: bold; color: black; border-bottom: 1px solid #999; padding-bottom: 10px; margin-bottom: 15px; } .col-md-3 .topposts ul{ font-size: 14px; color: #6e6e6e; line-height: 20px; font-family: normal; } .col-md-3 .topposts ul li { padding-bottom: 20px; /*border-bottom: 1px solid #ccc;*/ } .col-md-3 .topposts .total:first-child{ margin-bottom: 15px; } .col-md-3 .topposts .rightname a li{ float: left; font-size: 14px; } .col-md-3 .topposts .name p{ margin-top: -16px; margin-bottom: 15px; color: } .col-md-3 .topposts .leftimage img{ width: 50px; height: 50px; float: left; margin-right: 10px; margin-top: 0px; } .col-md-3 .catagories{ margin-top: 25px; } .col-md-3 .catagories h3{ font-size: 20px; font-weight: bold; color: black; border-bottom: 1px solid #999; padding-bottom: 10px; } .col-md-3 .catagories ul{ font-size: 14px; color: #6e6e6e; line-height: 20px; font-family: normal; } .col-md-3 .catagories ul li { padding-bottom: 10px; /*border-bottom: 1px solid #ccc;*/ } .col-md-3 .catagories .button .btn{ margin-left: 165px; margin-right: 10px; margin-bottom: 10px; border-radius: 25px; background: #00d255 !important; } .col-md-3 .contributor h3{ font-size: 20px; font-weight: bold; color: black; border-bottom: 1px solid #999; padding-bottom: 10px; } .footer{ margin-top: 30px; text-align: center; border-top: 1px solid #ccc; padding-top: 10px; margin-left: 100px; margin-right: 100px; } .col-md-3 .contributor .totalcontsection .leftimage img{ width: 50px; height: 50px; float: left; margin-right: 10px; margin-top: -12px; } .col-md-3 .contributor .totalcontsection .rightname h4{ padding-bottom: 8px; margin-top: 30px; color: #7D6B86; font-size: 18px; font-family: georgia; } .col-md-3 .contributor .totalcontsection{ margin-bottom: 15px; } .col-md-8{ /*margin-top: 45px;*/ } .card{ padding-bottom: 15px; margin-top: 30px; padding-top: 0px; padding-right: 8px; padding-left: 8px; background-color: #ffffff; box-shadow: 0px 1px 3px 2px #ccc; } .card .img-circle{ border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-right-radius: 100%; border-top-left-radius: 100%; } /*.card-wrapper .card-rotating .face .img-circle{ border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-right-radius: 100%; border-top-left-radius: 100%; }*/ .padding-top-130{ padding-top: 90px; } .cardfooter{ text-align: right; margin-right: 20px; margin-top: -10px; } .cardfooter .btn{ /*border-radius: 25px;*/ /*background: #00d255 !important;*/ } /*For Rating*/ /*End rating section*/ .rating .fa-star-o{ margin-left: 20px; font-size: 17px; } .likebutton p{ float: right; margin-right: 20px; margin-top: -14px; font-weight: normal; } .likebutton .fa-bookmark{ float: right; font-size: 25px; margin-right: 10px; margin-top: -18px; } .card .multiplecard{ margin-bottom: 10px; } .form-inline{ margin-right: -20px; margin-top: 10px; } .form{ margin-right: -190px; } .post{ margin-top: 30px; box-shadow: 1px 1px 1px 1px #ccc; } .col-md-8 .post .panel-footer .btn{ float: right; } .col-md-8 .post .panel-footer .form-group .btn-group{ margin-top: 5px; } input, label { display: block; /*width: 80px;*/ } input[type=file]::-webkit-file-upload-button { border: 1px solid grey; background: #FFFAAA; } .message { border-radius: 0; border: show; } .panel { border-radius: 0; border: none; margin-bottom: 0; } .panel-body{ padding-top: 5px; padding-left: 15px; padding-bottom: 0px; padding-right: 15px; } .col-md-8 .post .panel-footer button{ margin-top: -5px; } .collapse .dropdown .img-circle{ width: 40px; height: 40px; margin-top: -12px; } .col-md-3 .card-wrapper{ margin-top: 70px; } .setcard{ margin-top: 80px; } .card-wrapper .avatar{ margin: -50px auto 0; margin-left: 140px; width: 80px; height: 120px; } .col-md-4{ margin-top: 50px; } .col-md-4 .card-block h3{ margin-top: 10px; } .testimonial-card .avatar img{ width: 80%; } .testimonial-card .avatar{ width: 110px; margin: -110px auto 0; float: left; } .card-up .right{ float: left; padding-top: 15px; } .card-up{ overflow: hidden; height: 120px; margin-left: 110px; } .card-up .card-title{ font-weight: bold; } .card-up .author{ font-size: 16px; } .card-up .time{ font-weight: normal; } .card-block p{ font-weight: normal; margin-left: 20px; margin-right: 20px; line-height: 25px; text-align: left; } .card-block{ margin-top: -10px; } .card-wrapper .avatar img{ margin-top: 5px; } /*comment section*/ .cardfooter .group .input{ padding:0px 15px; border-radius:5px; width: 94%; background: #f6f6f6; color: black; margin-left: 20px; font-weight: normal; margin-top: 30px; box-shadow: 0px 1px 2px 0px gray; margin-bottom: 5px; } .cardfooter .buttonright .btn{ margin-left: 590px; margin-bottom: 20px; border-radius: 5px; } /*search form*/ .search-form .form-group { float: right !important; transition: all 0.35s, border-radius 0s; width: 32px; height: 32px; /* background-color: #000;*/ /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/ border-radius: 25px; border: 1px solid #ccc; } .search-form .form-group input.form-control { padding-right: 20px; border: 0 none; background: transparent; box-shadow: none; display:block; } .search-form .form-group input.form-control::-webkit-input-placeholder { display: none; } .search-form .form-group input.form-control:-moz-placeholder { /* Firefox 18- */ display: none; } .search-form .form-group input.form-control::-moz-placeholder { /* Firefox 19+ */ display: none; } .search-form .form-group input.form-control:-ms-input-placeholder { display: none; } .search-form .form-group:hover, .search-form .form-group.hover { width: 90%; border-radius: 25px 25px 25px 25px; } .search-form .form-group span.form-control-feedback { position: absolute; top: -1px; right: -2px; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; color: white; left: initial; font-size: 14px; } .search-form{ padding-top: 9px; padding-right: 10px; box-shadow: none; } .search-form .form-control{ color:white; } /*close search form*/ /*dropdown menu close*/ .collapse .navbar-nav .dropdown{ margin-right: -20px; } /*end the process of dropdown manu close*/ /*panel section for userprofile*/ .panel-body .col-md-3 img{ max-width: 60%; margin-bottom: 12px; } .panel-body .col-sm-3 img{ max-width: 55%; margin-bottom: 12px; } /*end panel section for userprofile*/ /*form for password*/ .col-md-12 input[type=password]{ font-weight: normal; } .categories ul a .label{ display: block; } /*for about us page*/ .card { border: 0; } .card-wrapper { margin: .5rem 0 1rem; height: 500px; position: relative; perspective: 800px; } .card-wrapper .card-rotating { text-align: center; position: absolute; width: 100%; height: 100%; transform-style: preserve-3d; } .card-wrapper .face { position: absolute; width: 100%; height: 100%; background-color: #fff; } .card-wrapper .back, .card-wrapper .front { backface-visibility: hidden; -webkit-transition: -webkit-transform 1s; transition: transform 1s; } .card-wrapper .back, .card-wrapper .front, .pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__share-modal, .pswp__share-tooltip, .pswp__zoom-wrap { -webkit-backface-visibility: hidden; } .card-wrapper .card-up { overflow: hidden; height: 50%; } /*.card img, .comments-list img, .img-fluid, .reply-form img, .section .view, .section img { display: block; max-width: 100%; height: auto; }*/ /*.card-wrapper .card-up img { min-width: 400px; }*/ .card-wrapper .avatar { border-radius: 50%; display: block; height: 120px; margin: -65px auto 0; overflow: hidden; width: 120px; } .card-wrapper .avatar img { border: 5px solid #fff; background: #FFF; width: 40%; position: absolute; } .card-wrapper .face h4 { margin-bottom: 15px; } .card-block p { margin-bottom: 1rem; } .card-wrapper .back { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); padding: 1rem; } .card-wrapper .card-rotating.effect__click.flipped .front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)} .card-wrapper .card-rotating.effect__click.flipped .back{-webkit-transform:rotateY(0);transform:rotateY(0)} .card-upper{ width:100%; margin:auto; max-width:525px; min-height:250px; position:relative; background:url(https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20%2859%29.jpg) no-repeat center; } .card-up-down{ width:100%; margin:auto; max-width:1000px; min-height:120px; position:relative; } .testimonial-card-1 .avatar img{ width: 15%; position: absolute; background: #fff; vertical-align: middle; border: 5px solid #fff; margin-top: -50px; margin-left: 40%; } .testimonial-card-1 .card-up-down{ overflow: hidden; } .testimonial-card-1 .card-block-1{ text-align: center; margin-top: 12%; }
public/css/project.css
*{margin:0; padding: 0; outline: 0;} body{ background: #fafafa !important; } .clear{ overflow: hidden; } .navbar-form{ padding-top: 10px; } /*.upper{ border: 1px solid black padding-right: 40px; }*/ /*.navbar{ background: #FFFFFF; }*/ /*.nav{ top: -20px; }*/ /*.navbar{ height: 110px; }*/ .right{ float: right; } .dropdown{ padding-right: 15px; } .media-body{ padding-top: 5px; } /*.container .navbar #icon{ float: left; background: #F8F8F8 !important; margin-left: 10px; }*/ /*.upper{ margin-top: 0px; margin-bottom: 5px; margin-right: -190px; margin-left: -60px; }*/ .navbar{ position: fixed; background: #ffffff; background: #455a64; padding-bottom: 0px !important; } .border{ border-top: 1px solid; margin-top: 15px; } .sleek .navbar{ /*position: fixed;*/ background: #ffffff; -moz-transition:all .5s ease; transition:all .1s ease; margin-top: -58px; background: #455a64; } /*.content{ position:absolute; }*/ .nav .nav-item p{ color: white; } h3{ color: white; } .nav-item .hidden-sm-down{ color: white; } .nav-item i{ color: white; } /*.form-inline form-control{ color: white; } .navbar form input{ margin: 0px 20px 1px 8px; } .form-inline .form-control{ margin-top: -8px; margin-right: 22px; }*/ .dropdown i{ color: white; } /*nav heading customize*/ h3{ margin-top: 10px; } /*close nav heading */ .navbar{ padding-bottom: 5px; padding-top: 5px; } /* customize the navbar-brand*/ .navbar-brand p{ margin-top: -15px; } /*close the navbar-brand */ .col-md-8{ /*border: 1px solid black;*/ margin-right: 10px; margin-left: 20px; } .col-md-3{ /*border: 1px solid black;*/ margin-left: 20px; margin-top: 15px; } .col-md-3 .topposts h3{ font-size: 20px; font-weight: bold; color: black; border-bottom: 1px solid #999; padding-bottom: 10px; margin-bottom: 15px; } .col-md-3 .topposts ul{ font-size: 14px; color: #6e6e6e; line-height: 20px; font-family: normal; } .col-md-3 .topposts ul li { padding-bottom: 20px; /*border-bottom: 1px solid #ccc;*/ } .col-md-3 .topposts .total:first-child{ margin-bottom: 15px; } .col-md-3 .topposts .rightname a li{ float: left; font-size: 14px; } .col-md-3 .topposts .name p{ margin-top: -16px; margin-bottom: 15px; color: } .col-md-3 .topposts .leftimage img{ width: 50px; height: 50px; float: left; margin-right: 10px; margin-top: 0px; } .col-md-3 .catagories{ margin-top: 25px; } .col-md-3 .catagories h3{ font-size: 20px; font-weight: bold; color: black; border-bottom: 1px solid #999; padding-bottom: 10px; } .col-md-3 .catagories ul{ font-size: 14px; color: #6e6e6e; line-height: 20px; font-family: normal; } .col-md-3 .catagories ul li { padding-bottom: 10px; /*border-bottom: 1px solid #ccc;*/ } .col-md-3 .catagories .button .btn{ margin-left: 165px; margin-right: 10px; margin-bottom: 10px; border-radius: 25px; background: #00d255 !important; } .col-md-3 .contributor h3{ font-size: 20px; font-weight: bold; color: black; border-bottom: 1px solid #999; padding-bottom: 10px; } .footer{ margin-top: 30px; text-align: center; border-top: 1px solid #ccc; padding-top: 10px; margin-left: 100px; margin-right: 100px; } .col-md-3 .contributor .totalcontsection .leftimage img{ width: 50px; height: 50px; float: left; margin-right: 10px; margin-top: -12px; } .col-md-3 .contributor .totalcontsection .rightname h4{ padding-bottom: 8px; margin-top: 30px; color: #7D6B86; font-size: 18px; font-family: georgia; } .col-md-3 .contributor .totalcontsection{ margin-bottom: 15px; } .col-md-8{ /*margin-top: 45px;*/ } .card{ padding-bottom: 15px; margin-top: 30px; padding-top: 0px; padding-right: 8px; padding-left: 8px; background-color: #ffffff; box-shadow: 0px 1px 3px 2px #ccc; } .card .img-circle{ border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-right-radius: 100%; border-top-left-radius: 100%; } /*.card-wrapper .card-rotating .face .img-circle{ border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-right-radius: 100%; border-top-left-radius: 100%; }*/ .padding-top-130{ padding-top: 90px; } .cardfooter{ text-align: right; margin-right: 20px; margin-top: -10px; } .cardfooter .btn{ /*border-radius: 25px;*/ /*background: #00d255 !important;*/ } /*For Rating*/ /*End rating section*/ .rating .fa-star-o{ margin-left: 20px; font-size: 17px; } .likebutton p{ float: right; margin-right: 20px; margin-top: -14px; font-weight: normal; } .likebutton .fa-bookmark{ float: right; font-size: 25px; margin-right: 10px; margin-top: -18px; } .card .multiplecard{ margin-bottom: 10px; } .form-inline{ margin-right: -20px; margin-top: 10px; } .form{ margin-right: -190px; } .post{ margin-top: 30px; box-shadow: 1px 1px 1px 1px #ccc; } .col-md-8 .post .panel-footer .btn{ float: right; } .col-md-8 .post .panel-footer .form-group .btn-group{ margin-top: 5px; } input, label { display: block; /*width: 80px;*/ } input[type=file]::-webkit-file-upload-button { border: 1px solid grey; background: #FFFAAA; } .message { border-radius: 0; border: show; } .panel { border-radius: 0; border: none; margin-bottom: 0; } .panel-body{ padding-top: 5px; padding-left: 15px; padding-bottom: 0px; padding-right: 15px; } .col-md-8 .post .panel-footer button{ margin-top: -5px; } .collapse .dropdown .img-circle{ width: 40px; height: 40px; margin-top: -12px; } .col-md-3 .card-wrapper{ margin-top: 70px; } .setcard{ margin-top: 80px; } .card-wrapper .avatar{ margin: -50px auto 0; margin-left: 140px; width: 80px; height: 120px; } .col-md-4{ margin-top: 50px; } .col-md-4 .card-block h3{ margin-top: 10px; } .testimonial-card .avatar img{ width: 80%; } .testimonial-card .avatar{ width: 110px; margin: -110px auto 0; float: left; } .card-up .right{ float: left; padding-top: 15px; } .card-up{ overflow: hidden; height: 120px; margin-left: 110px; } .card-up .card-title{ font-weight: bold; } .card-up .author{ font-size: 16px; } .card-up .time{ font-weight: normal; } .card-block p{ font-weight: normal; margin-left: 20px; margin-right: 20px; line-height: 25px; text-align: left; } .card-block{ margin-top: -10px; } .card-wrapper .avatar img{ margin-top: 5px; } /*comment section*/ .cardfooter .group .input{ padding:0px 15px; border-radius:5px; width: 94%; background: #f6f6f6; color: black; margin-left: 20px; font-weight: normal; margin-top: 30px; box-shadow: 0px 1px 2px 0px gray; margin-bottom: 5px; } .cardfooter .buttonright .btn{ margin-left: 590px; margin-bottom: 20px; border-radius: 5px; } /*search form*/ .search-form .form-group { float: right !important; transition: all 0.35s, border-radius 0s; width: 32px; height: 32px; /* background-color: #000;*/ /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/ border-radius: 25px; border: 1px solid #ccc; } .search-form .form-group input.form-control { padding-right: 20px; border: 0 none; background: transparent; box-shadow: none; display:block; } .search-form .form-group input.form-control::-webkit-input-placeholder { display: none; } .search-form .form-group input.form-control:-moz-placeholder { /* Firefox 18- */ display: none; } .search-form .form-group input.form-control::-moz-placeholder { /* Firefox 19+ */ display: none; } .search-form .form-group input.form-control:-ms-input-placeholder { display: none; } .search-form .form-group:hover, .search-form .form-group.hover { width: 90%; border-radius: 25px 25px 25px 25px; } .search-form .form-group span.form-control-feedback { position: absolute; top: -1px; right: -2px; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; color: white; left: initial; font-size: 14px; } .search-form{ padding-top: 9px; padding-right: 10px; box-shadow: none; } .search-form .form-control{ color:white; } /*close search form*/ /*dropdown menu close*/ .collapse .navbar-nav .dropdown{ margin-right: -20px; } /*end the process of dropdown manu close*/ /*panel section for userprofile*/ .panel-body .col-md-3 img{ max-width: 60%; margin-bottom: 12px; } .panel-body .col-sm-3 img{ max-width: 55%; margin-bottom: 12px; } /*end panel section for userprofile*/ /*form for password*/ .col-md-12 input[type=password]{ font-weight: normal; } .categories ul a .label{ display: block; } /*for about us page*/ .card { border: 0; } .card-wrapper { margin: .5rem 0 1rem; height: 500px; position: relative; perspective: 800px; } .card-wrapper .card-rotating { text-align: center; position: absolute; width: 100%; height: 100%; transform-style: preserve-3d; } .card-wrapper .face { position: absolute; width: 100%; height: 100%; background-color: #fff; } .card-wrapper .back, .card-wrapper .front { backface-visibility: hidden; -webkit-transition: -webkit-transform 1s; transition: transform 1s; } .card-wrapper .back, .card-wrapper .front, .pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__share-modal, .pswp__share-tooltip, .pswp__zoom-wrap { -webkit-backface-visibility: hidden; } .card-wrapper .card-up { overflow: hidden; height: 50%; } /*.card img, .comments-list img, .img-fluid, .reply-form img, .section .view, .section img { display: block; max-width: 100%; height: auto; }*/ /*.card-wrapper .card-up img { min-width: 400px; }*/ .card-wrapper .avatar { border-radius: 50%; display: block; height: 120px; margin: -65px auto 0; overflow: hidden; width: 120px; } .card-wrapper .avatar img { border: 5px solid #fff; background: #FFF; width: 40%; position: absolute; } .card-wrapper .face h4 { margin-bottom: 15px; } .card-block p { margin-bottom: 1rem; } .card-wrapper .back { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); padding: 1rem; } .card-wrapper .card-rotating.effect__click.flipped .front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)} .card-wrapper .card-rotating.effect__click.flipped .back{-webkit-transform:rotateY(0);transform:rotateY(0)} .card-upper{ width:100%; margin:auto; max-width:525px; min-height:250px; position:relative; background:url(https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20%2859%29.jpg) no-repeat center; } .card-up-down{ width:100%; margin:auto; max-width:1000px; min-height:120px; position:relative; } .testimonial-card-1 .avatar img{ width: 15%; position: absolute; background: #fff; vertical-align: middle; border: 5px solid #fff; margin-top: -50px; margin-left: 40%; } .testimonial-card-1 .card-up-down{ overflow: hidden; } .testimonial-card-1 .card-block-1{ text-align: center; margin-top: 12%; }
0.255901
0.044785
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-title { font-size: 1.5em; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .filter-attribute-id-select{ padding-right: 0px; } .filter-attribute-val-select{ padding-left: 0px; } .tree-side{ height: 100%; overflow-y: scroll; } .testcase-side{ height: 100%; overflow-y: scroll; } .clickable{ cursor: pointer; } .testcase-section{ padding: 15px; margin-bottom: 15px; } .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: auto; } .form-signin .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ body > .container { padding: 60px 15px 0; } .footer > .container-fluid { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } .bg-green { background-color: #135f38!important; #background-color: #13515f!important; } .edit-icon-visible { margin-left: 10px; } .edit-icon { margin-left: 10px; visibility: hidden; } b:hover .edit-icon { margin-left: 10px; visibility: visible; } h1:hover .edit-icon { margin-left: 10px; visibility: visible; } h5:hover .edit-icon { margin-left: 10px; visibility: visible; } .red { color: #da0000; } .project-card { margin-bottom: 20px; } .testsuite-card { margin-bottom: 20px; } .remove-filter-icon { margin-left: -29px; } .card-step { width: 100%; } .attribute-block { margin-bottom: 10px; } .attachments-list { margin-bottom: 20px; margin-top: 20px; } .tab-badge { margin-left: 5px; } .launch-filter { margin-top: 20px; } .expectations { margin-top: 25px; } .testcase-inplace-buttons-down { margin-top: 10px; } .alert-message { position: absolute; z-index: 1; display: none; float: right; } .launch-summary-block { margin-bottom: 10px; } .launch-status-controls { margin-top: 50px; } .attributes-controls { margin-top: 20px; } .grouping-control { max-width: 38.2%; } .filter-control-row { margin-bottom: 10px; } .project-settings-control { margin-top: 30px; } .launcher-details { margin-top: 20px; } .restart-launch-control { margin-top: 20px; } .external-launch-link{ margin-left: 5px; } .name-icon{ margin-left: 20px; margin-right: 20px; } .events-filter { margin-top: 20px; } .broken-toggle { font-size: 10px; } .center-text { text-align: center; } .project-settings-section { margin-bottom: 30px; } .project-settings-launchers{ margin-top: 15px; margin-left: 1px; }
ui/src/src/App.css
.App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-title { font-size: 1.5em; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .filter-attribute-id-select{ padding-right: 0px; } .filter-attribute-val-select{ padding-left: 0px; } .tree-side{ height: 100%; overflow-y: scroll; } .testcase-side{ height: 100%; overflow-y: scroll; } .clickable{ cursor: pointer; } .testcase-section{ padding: 15px; margin-bottom: 15px; } .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: auto; } .form-signin .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ body > .container { padding: 60px 15px 0; } .footer > .container-fluid { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } .bg-green { background-color: #135f38!important; #background-color: #13515f!important; } .edit-icon-visible { margin-left: 10px; } .edit-icon { margin-left: 10px; visibility: hidden; } b:hover .edit-icon { margin-left: 10px; visibility: visible; } h1:hover .edit-icon { margin-left: 10px; visibility: visible; } h5:hover .edit-icon { margin-left: 10px; visibility: visible; } .red { color: #da0000; } .project-card { margin-bottom: 20px; } .testsuite-card { margin-bottom: 20px; } .remove-filter-icon { margin-left: -29px; } .card-step { width: 100%; } .attribute-block { margin-bottom: 10px; } .attachments-list { margin-bottom: 20px; margin-top: 20px; } .tab-badge { margin-left: 5px; } .launch-filter { margin-top: 20px; } .expectations { margin-top: 25px; } .testcase-inplace-buttons-down { margin-top: 10px; } .alert-message { position: absolute; z-index: 1; display: none; float: right; } .launch-summary-block { margin-bottom: 10px; } .launch-status-controls { margin-top: 50px; } .attributes-controls { margin-top: 20px; } .grouping-control { max-width: 38.2%; } .filter-control-row { margin-bottom: 10px; } .project-settings-control { margin-top: 30px; } .launcher-details { margin-top: 20px; } .restart-launch-control { margin-top: 20px; } .external-launch-link{ margin-left: 5px; } .name-icon{ margin-left: 20px; margin-right: 20px; } .events-filter { margin-top: 20px; } .broken-toggle { font-size: 10px; } .center-text { text-align: center; } .project-settings-section { margin-bottom: 30px; } .project-settings-launchers{ margin-top: 15px; margin-left: 1px; }
0.767254
0.129981
margin-bottom: 0; float: none; width: 100%; position: relative; overflow: hidden; cursor: pointer; } .cms_content { overflow: hidden; position: relative; display: inline-block; } img { max-width: 100%; vertical-align: middle; } .tmcms2 .cms-block { position: absolute; top: 25%; left: 9.3%; } .tmcms2 .main-content .cms-block .cms_offer { font-size: 28px; color: #000; text-transform: capitalize; text-align: center; line-height: 32px; font-weight: 600; float: left; text-align: left; } .tmcms2 .main-content .cms-block .cms_offer2 { font-size: 15px; font-weight: 300; text-align: left; float: left; width: 100%; margin: 10px 0 10px; clear: both; color: #000; text-transform: capitalize; letter-spacing: 0.4px; padding: 0; } .tmcms2 .main-content .cms-block .subbutton { padding-top: 35px; clear: both; text-align: left; width: 100%; } .tmcms2 .main-content .cms-block .subbutton .btn { background: #febd69; border: none; text-align: center; text-transform: capitalize; font-size: 12px; color: #000; font-weight: 500; letter-spacing: 0.7px; padding: 6px 18px; } .btn { border: 1px solid rgba(0, 0, 0, 0); cursor: pointer; display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.7px; line-height: 24px; padding: 0.5rem 1rem; outline: none; text-align: center; vertical-align: middle; white-space: nowrap; border-radius: 5px; -webkit-border-radius: 5px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; } #brand-carousel.product_list { border: none; background: none; margin: 0; } .products .product_list { margin: 0; padding: 0; } .tm-carousel { position: relative; float: left; width: 100%; margin: 0; } #tmcms1block { float: left; width: 100%; position: relative; overflow: hidden; margin: 30px 0 60px; clear: both; padding: 0 !important; } .tmcms1block { position: relative; float: left; width: 100%; } .tmcms1block .first-content { cursor: pointer; float: left; position: relative; width: 49%; margin-right: 0; } .cms_content { overflow: hidden; position: relative; display: inline-block; } .first-content .cms_content .cms_img { overflow: hidden; position: relative; display: inline-block; vertical-align: middle; } .tmcms1block .first-content .cms_content .cms-block, .tmcms1block .second-content .cms_content .cms-block { position: absolute; top: 26%; width: auto; text-align: left; left: 9%; } .tmcms1block .first-content .cms_content .cms-block .cms_offer, .tmcms1block .second-content .cms_content .cms-block .cms_offer { font-size: 24px; font-weight: 600; line-height: 24px; letter-spacing: 0.8px; color: #000; margin-bottom: 10px; text-transform: capitalize; text-align: left; } .tmcms1block .first-content .cms_content .cms-block .cms_offer1, .tmcms1block .second-content .cms_content .cms-block .cms_offer1 { font-size: 14px; font-weight: 400; line-height: 26px; letter-spacing: 0.4px; color: #000; text-transform: capitalize; text-align: left; } .tmcms1block .first-content .cms-block .subbutton, .tmcms1block .second-content .cms-block .subbutton { padding-top: 50px; } .tmcms1block .first-content .cms-block .subbutton .btn, .tmcms1block .second-content .cms-block .subbutton .btn { background: none; border: none; color: #000; text-decoration: underline; text-transform: capitalize; } .tmcms1block .first-content .cms-block .subbutton .btn, .tmcms1block .second-content .cms-block .subbutton .btn { padding: 0; font-size: 15px; font-weight: 500; } .tmcms1block .second-content { cursor: pointer; float: left; position: relative; width: 49%; margin: 0 0 0 28px; } img { max-width: 100%; vertical-align: middle; } .first-content:hover .cms_content .cms_img img, .second-content:hover .cms_content .cms_img img, .third-content:hover .cms_content .cms_img img { -webkit-transform: scale(1.05); transform: scale(1.05); } .first-content .cms_content .cms_img img, .second-content .cms_content .cms_img img { -webkit-transition: all 0.5s ease; -webkit-transition-delay: 0s; transition: all 0.5s ease 0s; display: block; } .tmcms1block .cms_content:hover .cms_img a::after, .tmcms1block .cms_content:hover .cms_img a::before { height: 100%; width: 100%; transform: rotate(0); -webkit-transform: rotate(0); } .tmcms1block .cms_content .cms_img a::before { background: rgba(219, 219, 219, 0.2) none repeat scroll 0 0; content: " "; padding: 0; position: absolute; transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; width: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); } .tmcms1block .cms_content .cms_img a::after { background: rgba(219, 219, 219, 0.2) none repeat scroll 0 0; content: " "; height: 0; padding: 0; position: absolute; transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; width: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); } .cms_img a::before { left: 0; top: 0; } .cms_img a::after { bottom: 0; right: 0; } #tmcmsblock .second-content { cursor: pointer; float: left; position: relative; width: 49%; margin: 0 0 0 2%; } #tmcmsblock .first-content.main-content { cursor: pointer; float: left; position: relative; width: 49%; margin-right: 0; } .lastest_block.block.tmblog-latest { float: none; position: relative; width: 100%; padding: 0 0 0 0; margin-top: 60px; } .blog_title { float: left; position: relative; width: 100%; border-bottom: 1px solid #f0f0f0; } .products-section-title { clear: both; color: #000000; font-size: 20px; font-weight: 500; letter-spacing: 1px; line-height: 36px; padding-bottom: 10px; padding: 0; text-align: left; text-transform: capitalize !important; } .lastest_block.block.tmblog-latest #spe_res { margin: 0 -15px; } .homeblog-inner { position: relative; float: left; width: 100%; } .lastest_block.block.tmblog-latest .customNavigation { opacity: 1; -webkit-opacity: 1; top: -54px; width: auto; left: auto; right: 20px; } .customNavigation { position: absolute; z-index: 2; width: 100%; direction: ltr !important; text-align: center; clear: both; top: 37%; opacity: 0; -webkit-opacity: 0; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; } .homeblog-inner { position: relative; float: left; width: 100%; } #blog-carousel { margin: 0; } .owl-carousel .owl-item { float: left; } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { text-align: center; } .homeblog-inner li.blog-post { padding: 25px 15px 15px 15px; display: inline-block; vertical-align: middle; } .blog-item { background-color: #fff; font-size: 14px; float: left; position: relative; margin-bottom: 30px; } .homeblog-inner li .blog-item { margin-bottom: 0px; } .blog-item .blog-image { position: relative; max-width: 30%; padding: 0; margin-bottom: 0px; display: inline-block; float: left; overflow: hidden; background: #000; width: 30%; } .text-xs-center { text-align: center !important; } .blog-item .blog-image img { transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; width: 100%; } .img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img { display: block; max-width: 100%; height: auto; } img { max-width: 100%; vertical-align: middle; } .blog-item .blog-content-wrap { width: 63%; float: right; background-color: #fff; text-align: left; } .blog-content-wrap .title { margin-bottom: 0; width: 100%; float: left; position: relative; } .blog-item .blog-content-wrap .blog-shortinfo { color: #707070; float: left; font-size: 13px; line-height: 23px; position: relative; width: 100%; padding-top: 5px; } .blog-item .blog-content-wrap .title a { color: #233040; float: left; font-size: 15px; font-weight: 500; letter-spacing: 0.8px; line-height: 20px; text-align: left; margin-top: 10px; text-transform: capitalize; } #tm_vertical_menu_top .fa-list{ font-size: 17px; transform: translateY(5px); } #tm_vertical_menu_top .fa-arrow-right{ padding-right: 10px; } #tm_vertical_menu_top .menu-title{ font-weight: bold; font-size: 16px; padding-left: 10px; transform: translateY(3px); } .tm-hometabcontent .products-section-title, #tmcategorytabs .products-section-title { float: left; width: auto; margin-right: 20px; } ul#blog-carousel .owl-item{ float: left; width: 570px; } .customNavigation a { position: absolute; padding: 0; height: 40px; width: 40px; border: 1px solid #000; border-radius: 50%; cursor: pointer; overflow: hidden; font-size: 0; } .customNavigation { position: absolute; z-index: 2; width: 100%; text-align: center; clear: both; top: 35px; opacity: 0; -webkit-opacity: 0; } .brands:hover .customNavigation { opacity: 1; -webkit-opacity: 1; right: 0; left: auto; } .customNavigation i{ font-size: 20px; color: #000; } .first-content:hover .cms_content .cms_img img, .second-content:hover .cms_content .cms_img img{ -webkit-transform: scale(1.05); transform: scale(1.05); } .add-to-cart{ background: #000; vertical-align: middle; border: 1px solid #000; color: #fff; transition: all 500ms ease 0s; padding: 5px 15px 5px 35px; font-size: 12px !important; } .add-to-cart:hover{ background: #febd69; border: 1px solid #febd69; color: #000; } .add-to-cart i{ color: #fff !important; font-size: 13px !important; padding-right: 5px; } .add-to-cart:hover i{ color: #000 !important; } #products .product-title, .products .product-title, .product-accessories .product-title { float: left; position: relative; width: 100%; } #products .product-title, .products .product-title, .product-accessories .product-title { text-transform: capitalize; margin: 14px 0 12px; display: block; float: left; } .h3 { font-size: 1.125rem !important; } .product-title a { color: #000; font-size: 13px; font-weight: normal; letter-spacing: 0.8px; line-height: 20px; text-align: left; text-transform: none; float: left; overflow: hidden; text-decoration: none; width: 100%; } .product-title a:hover { text-decoration: none; } .page-home .owl-item{ width: 20%; } .tm_productinner:hover .customNavigation { opacity: 1; -webkit-opacity: 1; right: 0; left: auto; } .tm_productinner .customNavigation { top: 160px; } .tmcategorylist .h1.products-section-title { font-size: 16px !important; font-weight: 600 !important; line-height: 18px; color: #000; text-transform: capitalize; font-family: 'Poppins', sans-serif; overflow: hidden; float: left; text-align: left; letter-spacing: 1px; width: auto; padding: 22px 20px 22px 10px; margin: 0; } .tmcategory-container .menu-title { color: #a5a5a5; font-size: 12px; float: left; display: inline-block; width: auto; padding-top: 24px; font-weight: 400; text-transform: capitalize; margin: 0; } .owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; float: left; width: 100%; } .owl-carousel .owl-item { float: left; } .tmcategorylist .owl-item { margin-top: 0px; position: relative; transition: all 0.9s ease 0s; } .tmcategorylist li { float: none; padding: 0 15px; position: relative; width: auto; text-align: center; display: inline-block; } .tmcategory-container .categoryblock { float: left; width: 100%; margin: 0px; } .tmcategory-container .categoryblock .block_content { display: block; overflow: hidden; padding: 0; position: relative; float: left; width: 100%; height: auto; } .tmcategory-container .categoryblock .block_content .categorylist { box-shadow: 0 0 0 0 #3c3451 inset; -moz-box-shadow: 0 0 0 0 #3c3451 inset; -webkit-box-shadow: 0 0 0 0 #3c3451 inset; color: #000000; float: left; height: auto; margin-top: 0; overflow: hidden; padding-top: 0; position: relative; text-align: center; transition: all 0.8s ease 0s; width: 100%; margin-left: 0; } .tmcategory-container .categoryblock .block_content .categoryimage_bg { display: inline-block; position: relative; z-index: 9; padding: 0; margin-bottom: 0px; text-align: center; margin: 30px 0 15px 0; background: #fff; border: 4px solid #f7f7f7; height: 130px; width: 130px; border-radius: 5px; } .tmcategory-container .categoryblock .block_content .categoryimage_bg { display: inline-block; position: relative; z-index: 9; padding: 0; margin-bottom: 0px; text-align: center; margin: 30px 0 15px 0; background: #fff; border: 4px solid #f7f7f7; height: 130px; width: 130px; border-radius: 5px; } .tmcategory-container .categoryblock .block_content .categoryimage img { max-width: 100%; border-radius: 100%; -webkit-border-radius: 100%; -khtml-border-radius: 100%; -moz-border-radius: 100%; position: relative; } #tmcategorylist-carousel .cate-heading a{ color: #000; text-decoration: none; } .tmcategory-container .categoryblock .block_content .categoryimage { position: relative; border-radius: 100%; -webkit-border-radius: 100%; box-shadow: 5px 7px 2px -10px rgba(141, 140, 140, 0.4); -webkit-box-shadow: 5px 7px 2px -10px rgba(141, 140, 140, 0.4); display: inline-block; padding-top: 12px; } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { text-align: center; } #tmcategorylist-carousel .owl-item{ width: 140px; } .tmcategory-container { float: none; margin: 0 auto; padding: 0; position: relative; width: 100%; } .Bannercombo1 .customNavigation{ opacity: 1; top: 5px; right: 0; } .Bannercombo1 .customNavigation a{ border: none; } .Bannercombo1 .customNavigation .carousel-control-prev { right: 30px !important; left: unset !important; } #blog_home .customNavigation{ top: 0; right: 0; } #blog_home .customNavigation a { border: none; } #blog_home .carousel-control-prev{ left: unset !important; right: 30px !important; } .star_content .star{ float: left; font-size: 12px; } .star_content .star_on i{ color: #febd69; } #list_product2{ position: relative; } #list_product2 .customNavigation { top: 250px !important; } #list_product2:hover .customNavigation{ opacity: 1; -webkit-opacity: 1; right: 0; left: auto; } .swiper-container { width: 100%; height: 100%; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } h1 { font-size: 36px; font-weight: 700; letter-spacing: 2px; line-height: 51px; text-transform: uppercase; margin-bottom: 27px; margin-top: 40px; }
public/css/frontend/content_home.css
margin-bottom: 0; float: none; width: 100%; position: relative; overflow: hidden; cursor: pointer; } .cms_content { overflow: hidden; position: relative; display: inline-block; } img { max-width: 100%; vertical-align: middle; } .tmcms2 .cms-block { position: absolute; top: 25%; left: 9.3%; } .tmcms2 .main-content .cms-block .cms_offer { font-size: 28px; color: #000; text-transform: capitalize; text-align: center; line-height: 32px; font-weight: 600; float: left; text-align: left; } .tmcms2 .main-content .cms-block .cms_offer2 { font-size: 15px; font-weight: 300; text-align: left; float: left; width: 100%; margin: 10px 0 10px; clear: both; color: #000; text-transform: capitalize; letter-spacing: 0.4px; padding: 0; } .tmcms2 .main-content .cms-block .subbutton { padding-top: 35px; clear: both; text-align: left; width: 100%; } .tmcms2 .main-content .cms-block .subbutton .btn { background: #febd69; border: none; text-align: center; text-transform: capitalize; font-size: 12px; color: #000; font-weight: 500; letter-spacing: 0.7px; padding: 6px 18px; } .btn { border: 1px solid rgba(0, 0, 0, 0); cursor: pointer; display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.7px; line-height: 24px; padding: 0.5rem 1rem; outline: none; text-align: center; vertical-align: middle; white-space: nowrap; border-radius: 5px; -webkit-border-radius: 5px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; } #brand-carousel.product_list { border: none; background: none; margin: 0; } .products .product_list { margin: 0; padding: 0; } .tm-carousel { position: relative; float: left; width: 100%; margin: 0; } #tmcms1block { float: left; width: 100%; position: relative; overflow: hidden; margin: 30px 0 60px; clear: both; padding: 0 !important; } .tmcms1block { position: relative; float: left; width: 100%; } .tmcms1block .first-content { cursor: pointer; float: left; position: relative; width: 49%; margin-right: 0; } .cms_content { overflow: hidden; position: relative; display: inline-block; } .first-content .cms_content .cms_img { overflow: hidden; position: relative; display: inline-block; vertical-align: middle; } .tmcms1block .first-content .cms_content .cms-block, .tmcms1block .second-content .cms_content .cms-block { position: absolute; top: 26%; width: auto; text-align: left; left: 9%; } .tmcms1block .first-content .cms_content .cms-block .cms_offer, .tmcms1block .second-content .cms_content .cms-block .cms_offer { font-size: 24px; font-weight: 600; line-height: 24px; letter-spacing: 0.8px; color: #000; margin-bottom: 10px; text-transform: capitalize; text-align: left; } .tmcms1block .first-content .cms_content .cms-block .cms_offer1, .tmcms1block .second-content .cms_content .cms-block .cms_offer1 { font-size: 14px; font-weight: 400; line-height: 26px; letter-spacing: 0.4px; color: #000; text-transform: capitalize; text-align: left; } .tmcms1block .first-content .cms-block .subbutton, .tmcms1block .second-content .cms-block .subbutton { padding-top: 50px; } .tmcms1block .first-content .cms-block .subbutton .btn, .tmcms1block .second-content .cms-block .subbutton .btn { background: none; border: none; color: #000; text-decoration: underline; text-transform: capitalize; } .tmcms1block .first-content .cms-block .subbutton .btn, .tmcms1block .second-content .cms-block .subbutton .btn { padding: 0; font-size: 15px; font-weight: 500; } .tmcms1block .second-content { cursor: pointer; float: left; position: relative; width: 49%; margin: 0 0 0 28px; } img { max-width: 100%; vertical-align: middle; } .first-content:hover .cms_content .cms_img img, .second-content:hover .cms_content .cms_img img, .third-content:hover .cms_content .cms_img img { -webkit-transform: scale(1.05); transform: scale(1.05); } .first-content .cms_content .cms_img img, .second-content .cms_content .cms_img img { -webkit-transition: all 0.5s ease; -webkit-transition-delay: 0s; transition: all 0.5s ease 0s; display: block; } .tmcms1block .cms_content:hover .cms_img a::after, .tmcms1block .cms_content:hover .cms_img a::before { height: 100%; width: 100%; transform: rotate(0); -webkit-transform: rotate(0); } .tmcms1block .cms_content .cms_img a::before { background: rgba(219, 219, 219, 0.2) none repeat scroll 0 0; content: " "; padding: 0; position: absolute; transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; width: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); } .tmcms1block .cms_content .cms_img a::after { background: rgba(219, 219, 219, 0.2) none repeat scroll 0 0; content: " "; height: 0; padding: 0; position: absolute; transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; width: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); } .cms_img a::before { left: 0; top: 0; } .cms_img a::after { bottom: 0; right: 0; } #tmcmsblock .second-content { cursor: pointer; float: left; position: relative; width: 49%; margin: 0 0 0 2%; } #tmcmsblock .first-content.main-content { cursor: pointer; float: left; position: relative; width: 49%; margin-right: 0; } .lastest_block.block.tmblog-latest { float: none; position: relative; width: 100%; padding: 0 0 0 0; margin-top: 60px; } .blog_title { float: left; position: relative; width: 100%; border-bottom: 1px solid #f0f0f0; } .products-section-title { clear: both; color: #000000; font-size: 20px; font-weight: 500; letter-spacing: 1px; line-height: 36px; padding-bottom: 10px; padding: 0; text-align: left; text-transform: capitalize !important; } .lastest_block.block.tmblog-latest #spe_res { margin: 0 -15px; } .homeblog-inner { position: relative; float: left; width: 100%; } .lastest_block.block.tmblog-latest .customNavigation { opacity: 1; -webkit-opacity: 1; top: -54px; width: auto; left: auto; right: 20px; } .customNavigation { position: absolute; z-index: 2; width: 100%; direction: ltr !important; text-align: center; clear: both; top: 37%; opacity: 0; -webkit-opacity: 0; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; } .homeblog-inner { position: relative; float: left; width: 100%; } #blog-carousel { margin: 0; } .owl-carousel .owl-item { float: left; } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { text-align: center; } .homeblog-inner li.blog-post { padding: 25px 15px 15px 15px; display: inline-block; vertical-align: middle; } .blog-item { background-color: #fff; font-size: 14px; float: left; position: relative; margin-bottom: 30px; } .homeblog-inner li .blog-item { margin-bottom: 0px; } .blog-item .blog-image { position: relative; max-width: 30%; padding: 0; margin-bottom: 0px; display: inline-block; float: left; overflow: hidden; background: #000; width: 30%; } .text-xs-center { text-align: center !important; } .blog-item .blog-image img { transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; width: 100%; } .img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img { display: block; max-width: 100%; height: auto; } img { max-width: 100%; vertical-align: middle; } .blog-item .blog-content-wrap { width: 63%; float: right; background-color: #fff; text-align: left; } .blog-content-wrap .title { margin-bottom: 0; width: 100%; float: left; position: relative; } .blog-item .blog-content-wrap .blog-shortinfo { color: #707070; float: left; font-size: 13px; line-height: 23px; position: relative; width: 100%; padding-top: 5px; } .blog-item .blog-content-wrap .title a { color: #233040; float: left; font-size: 15px; font-weight: 500; letter-spacing: 0.8px; line-height: 20px; text-align: left; margin-top: 10px; text-transform: capitalize; } #tm_vertical_menu_top .fa-list{ font-size: 17px; transform: translateY(5px); } #tm_vertical_menu_top .fa-arrow-right{ padding-right: 10px; } #tm_vertical_menu_top .menu-title{ font-weight: bold; font-size: 16px; padding-left: 10px; transform: translateY(3px); } .tm-hometabcontent .products-section-title, #tmcategorytabs .products-section-title { float: left; width: auto; margin-right: 20px; } ul#blog-carousel .owl-item{ float: left; width: 570px; } .customNavigation a { position: absolute; padding: 0; height: 40px; width: 40px; border: 1px solid #000; border-radius: 50%; cursor: pointer; overflow: hidden; font-size: 0; } .customNavigation { position: absolute; z-index: 2; width: 100%; text-align: center; clear: both; top: 35px; opacity: 0; -webkit-opacity: 0; } .brands:hover .customNavigation { opacity: 1; -webkit-opacity: 1; right: 0; left: auto; } .customNavigation i{ font-size: 20px; color: #000; } .first-content:hover .cms_content .cms_img img, .second-content:hover .cms_content .cms_img img{ -webkit-transform: scale(1.05); transform: scale(1.05); } .add-to-cart{ background: #000; vertical-align: middle; border: 1px solid #000; color: #fff; transition: all 500ms ease 0s; padding: 5px 15px 5px 35px; font-size: 12px !important; } .add-to-cart:hover{ background: #febd69; border: 1px solid #febd69; color: #000; } .add-to-cart i{ color: #fff !important; font-size: 13px !important; padding-right: 5px; } .add-to-cart:hover i{ color: #000 !important; } #products .product-title, .products .product-title, .product-accessories .product-title { float: left; position: relative; width: 100%; } #products .product-title, .products .product-title, .product-accessories .product-title { text-transform: capitalize; margin: 14px 0 12px; display: block; float: left; } .h3 { font-size: 1.125rem !important; } .product-title a { color: #000; font-size: 13px; font-weight: normal; letter-spacing: 0.8px; line-height: 20px; text-align: left; text-transform: none; float: left; overflow: hidden; text-decoration: none; width: 100%; } .product-title a:hover { text-decoration: none; } .page-home .owl-item{ width: 20%; } .tm_productinner:hover .customNavigation { opacity: 1; -webkit-opacity: 1; right: 0; left: auto; } .tm_productinner .customNavigation { top: 160px; } .tmcategorylist .h1.products-section-title { font-size: 16px !important; font-weight: 600 !important; line-height: 18px; color: #000; text-transform: capitalize; font-family: 'Poppins', sans-serif; overflow: hidden; float: left; text-align: left; letter-spacing: 1px; width: auto; padding: 22px 20px 22px 10px; margin: 0; } .tmcategory-container .menu-title { color: #a5a5a5; font-size: 12px; float: left; display: inline-block; width: auto; padding-top: 24px; font-weight: 400; text-transform: capitalize; margin: 0; } .owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; float: left; width: 100%; } .owl-carousel .owl-item { float: left; } .tmcategorylist .owl-item { margin-top: 0px; position: relative; transition: all 0.9s ease 0s; } .tmcategorylist li { float: none; padding: 0 15px; position: relative; width: auto; text-align: center; display: inline-block; } .tmcategory-container .categoryblock { float: left; width: 100%; margin: 0px; } .tmcategory-container .categoryblock .block_content { display: block; overflow: hidden; padding: 0; position: relative; float: left; width: 100%; height: auto; } .tmcategory-container .categoryblock .block_content .categorylist { box-shadow: 0 0 0 0 #3c3451 inset; -moz-box-shadow: 0 0 0 0 #3c3451 inset; -webkit-box-shadow: 0 0 0 0 #3c3451 inset; color: #000000; float: left; height: auto; margin-top: 0; overflow: hidden; padding-top: 0; position: relative; text-align: center; transition: all 0.8s ease 0s; width: 100%; margin-left: 0; } .tmcategory-container .categoryblock .block_content .categoryimage_bg { display: inline-block; position: relative; z-index: 9; padding: 0; margin-bottom: 0px; text-align: center; margin: 30px 0 15px 0; background: #fff; border: 4px solid #f7f7f7; height: 130px; width: 130px; border-radius: 5px; } .tmcategory-container .categoryblock .block_content .categoryimage_bg { display: inline-block; position: relative; z-index: 9; padding: 0; margin-bottom: 0px; text-align: center; margin: 30px 0 15px 0; background: #fff; border: 4px solid #f7f7f7; height: 130px; width: 130px; border-radius: 5px; } .tmcategory-container .categoryblock .block_content .categoryimage img { max-width: 100%; border-radius: 100%; -webkit-border-radius: 100%; -khtml-border-radius: 100%; -moz-border-radius: 100%; position: relative; } #tmcategorylist-carousel .cate-heading a{ color: #000; text-decoration: none; } .tmcategory-container .categoryblock .block_content .categoryimage { position: relative; border-radius: 100%; -webkit-border-radius: 100%; box-shadow: 5px 7px 2px -10px rgba(141, 140, 140, 0.4); -webkit-box-shadow: 5px 7px 2px -10px rgba(141, 140, 140, 0.4); display: inline-block; padding-top: 12px; } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { text-align: center; } #tmcategorylist-carousel .owl-item{ width: 140px; } .tmcategory-container { float: none; margin: 0 auto; padding: 0; position: relative; width: 100%; } .Bannercombo1 .customNavigation{ opacity: 1; top: 5px; right: 0; } .Bannercombo1 .customNavigation a{ border: none; } .Bannercombo1 .customNavigation .carousel-control-prev { right: 30px !important; left: unset !important; } #blog_home .customNavigation{ top: 0; right: 0; } #blog_home .customNavigation a { border: none; } #blog_home .carousel-control-prev{ left: unset !important; right: 30px !important; } .star_content .star{ float: left; font-size: 12px; } .star_content .star_on i{ color: #febd69; } #list_product2{ position: relative; } #list_product2 .customNavigation { top: 250px !important; } #list_product2:hover .customNavigation{ opacity: 1; -webkit-opacity: 1; right: 0; left: auto; } .swiper-container { width: 100%; height: 100%; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } h1 { font-size: 36px; font-weight: 700; letter-spacing: 2px; line-height: 51px; text-transform: uppercase; margin-bottom: 27px; margin-top: 40px; }
0.560854
0.088426
img { max-width: 100%; height: auto; vertical-align: bottom; } .coworking-card { background: #fff; margin: 4em auto; width: 90%; max-width: 496px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .coworking-card aside { position: relative; } .coworking-card aside img { border-top-left-radius: 5px; border-top-right-radius: 5px; } .coworking-card aside .button { background: #fd7c04; color: white; border-width: 0; display: inline-block; position: absolute; top: 80%; right: 3%; /* width: 4.0625em; */ height: 4.0625em; border-radius: 4.0625em; line-height: 4.0625em; text-align: center; box-shadow: 0 0 10px 11px rgb(0 0 0 / 10%); } .coworking-card aside .button .icon { vertical-align: middle; } .coworking-card article { padding: 1.25em 1.5em; } .coworking-card article ul { list-style: none; margin: 0.5em 0 0; padding: 0; } .coworking-card article ul li { display: inline-block; margin-left: 1em; line-height: 1em; } .coworking-card article ul li:first-child { margin-left: 0; } .coworking-card article ul li .icon { vertical-align: bottom; } .coworking-card article ul li span:nth-of-type(2) { margin-left: 0.5em; font-size: 0.8em; font-weight: 300; vertical-align: middle; color: #838689; } .coworking-card article h2, .coworking-card article h3 { margin: 0; font-weight: 300; } .coworking-card article h2 { font-size: 1.75em; color: #222222; } .coworking-card article h3 { font-size: 0.9375em; color: #838689; } .coworking-card article p { margin: 1.25em 0; font-size: 0.8125em; font-weight: 400; color: #222222; } .coworking-card article p span { font-weight: 700; color: #000000; } .coworking-card article .ingredients { margin: 2em 0 0.5em; } .coworking-card .icon { display: inline; display: inline-block; background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/203277/coworking-card-icons.svg); background-repeat: no-repeat; } .coworking-card .icon-calories, .coworking-card .icon-calories\:regular { background-position: 0 0; width: 16px; height: 19px; } .coworking-card .icon-clock, .coworking-card .icon-clock\:regular { background-position: 0 -19px; width: 20px; height: 20px; } .coworking-card .icon-level, .coworking-card .icon-level\:regular { background-position: 0 -39px; width: 16px; height: 19px; } .coworking-card .icon-play, .coworking-card .icon-play\:regular { background-position: 0 -58px; width: 21px; height: 26px; } .coworking-card .icon-users, .coworking-card .icon-users\:regular { background-position: 0 -84px; width: 18px; height: 18px; }
coworking_front/src/listing.css
img { max-width: 100%; height: auto; vertical-align: bottom; } .coworking-card { background: #fff; margin: 4em auto; width: 90%; max-width: 496px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .coworking-card aside { position: relative; } .coworking-card aside img { border-top-left-radius: 5px; border-top-right-radius: 5px; } .coworking-card aside .button { background: #fd7c04; color: white; border-width: 0; display: inline-block; position: absolute; top: 80%; right: 3%; /* width: 4.0625em; */ height: 4.0625em; border-radius: 4.0625em; line-height: 4.0625em; text-align: center; box-shadow: 0 0 10px 11px rgb(0 0 0 / 10%); } .coworking-card aside .button .icon { vertical-align: middle; } .coworking-card article { padding: 1.25em 1.5em; } .coworking-card article ul { list-style: none; margin: 0.5em 0 0; padding: 0; } .coworking-card article ul li { display: inline-block; margin-left: 1em; line-height: 1em; } .coworking-card article ul li:first-child { margin-left: 0; } .coworking-card article ul li .icon { vertical-align: bottom; } .coworking-card article ul li span:nth-of-type(2) { margin-left: 0.5em; font-size: 0.8em; font-weight: 300; vertical-align: middle; color: #838689; } .coworking-card article h2, .coworking-card article h3 { margin: 0; font-weight: 300; } .coworking-card article h2 { font-size: 1.75em; color: #222222; } .coworking-card article h3 { font-size: 0.9375em; color: #838689; } .coworking-card article p { margin: 1.25em 0; font-size: 0.8125em; font-weight: 400; color: #222222; } .coworking-card article p span { font-weight: 700; color: #000000; } .coworking-card article .ingredients { margin: 2em 0 0.5em; } .coworking-card .icon { display: inline; display: inline-block; background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/203277/coworking-card-icons.svg); background-repeat: no-repeat; } .coworking-card .icon-calories, .coworking-card .icon-calories\:regular { background-position: 0 0; width: 16px; height: 19px; } .coworking-card .icon-clock, .coworking-card .icon-clock\:regular { background-position: 0 -19px; width: 20px; height: 20px; } .coworking-card .icon-level, .coworking-card .icon-level\:regular { background-position: 0 -39px; width: 16px; height: 19px; } .coworking-card .icon-play, .coworking-card .icon-play\:regular { background-position: 0 -58px; width: 21px; height: 26px; } .coworking-card .icon-users, .coworking-card .icon-users\:regular { background-position: 0 -84px; width: 18px; height: 18px; }
0.422743
0.094803
* Web Font definition. * * We define 4 different fonts in the same family to avoid using faux bold and * italics. * * Font selected is SourceSans Pro from Adobe (Open Source License) and the * weight selected are: * * Light * Light Italic * Semibold * Semibold italic * * Because this is not a technical book I'm not including a monospace font for * code examples. * * Fonts have been subset using Font Squirrel's WebFont Generator */ @font-face { font-family: 'SourceSans Light'; src: url('type/sourcesanspro-light.eot'); src: url('type/sourcesanspro-light.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-light.woff') format('woff'), url('type/sourcesanspro-light.ttf') format('truetype'), url('type/sourcesanspro-light.svg#source_sans_prolight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceSans LightIt'; src: url('type/sourcesanspro-lightit.eot'); src: url('type/sourcesanspro-lightit.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-lightit.woff') format('woff'), url('type/sourcesanspro-lightit.ttf') format('truetype'), url('type/sourcesanspro-lightit.svg#source_sans_prolight_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceSans SemiBold'; src: url('type/sourcesanspro-semibold.eot'); src: url('type/sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-semibold.woff') format('woff'), url('type/sourcesanspro-semibold.ttf') format('truetype'), url('type/sourcesanspro-semibold.svg#source_sans_prosemibold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceSans SemiBoldIt'; src: url('type/sourcesanspro-semiboldit.eot'); src: url('type/sourcesanspro-semiboldit.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-semiboldit.woff') format('woff'), url('type/sourcesanspro-semiboldit.ttf') format('truetype'), url('type/sourcesanspro-semiboldit.svg#source_sans_proSBdIt') format('svg'); font-weight: normal; font-style: normal; } /** * Defining basic elements and fonts associations */ html { font-family: 'SourceSans Light'; font-size: 16px; line-height: 1.2; padding-left: 2em; } em { font-family: 'SourceSans LightIt'; } strong { font-family: 'SourceSans SemiBold'; } em strong, strong em { /* order of em and strong doesn't matter for styling*/ font-family: 'SourceSans SemiBoldIt'; } pre { font-family: 'SourceSans Light' } /* * * Links and anchor experiments * External Links are underlined * Internal links are not underlined */ a { /* Local links don't get underlined */ text-decoration: none; } a[href^="http"] { /* External links get underlined */ text-decoration: underline; } .picture{ width: 100%; max-width: 100%; height: 25%; max-height: 25%; margin-top: 1em; margin-bottom: 1em; } /** * CONTENT FLOWS * * Since we are using mulitple content flows we have to define flow-into and * flow-from for each of the flows we have designed. This will definitely be * a PITA but I think it'll be worth it in the end. */ /** * OVERVIEW FLOW * * Defines the source of the content that will flow into the overview region of the * document */ .burningman-overview { flow-into: content-overview-region; -webkit-flow-into: content-overview-region; -ms-flow-into: content-overview-region; } .content-overview-region { flow-from: content-overview-region; -webkit-flow-from: content-overview-region; -ms-flow-into: content-overview-region; } /** * STYLE FOR THE OVERVIEW REGION */ .content-overview-region { position: relative; width: 90%; height:auto; margin: 0 auto; padding: 2em; border: 1px solid purple; } /** * HISTORY FLOW */ .burningman-history { flow-into: history-region; -webkit-flow-into: history-region; -ms-flow-into: history-region; } .history-region { flow-from: history-region; -webkit-flow-from: history-region; -ms-flow-into: history-region; } .history-region { position: relative; width: 69%; height:200px; border: 1px solid #f00; padding: 1em; float: left; height: auto; } /** * TRANSITION FLOW */ .burningman-transition { flow-into: transition-region; -webkit-flow-into: transition-region; -ms-flow-into: transition-region; } .transition-region { flow-from: transition-region; -webkit-flow-from: transition-region; -ms-flow-into: transition-region; } .transition-region { position: absolute; left: 73%; height: auto; width: 24%; border: 1px solid #f0f; padding: 0.5em; float: right; } /** * TIMELINE FLOW */ .burningman-timeline { flow-into: timeline-region; -webkit-flow-into: timeline-region; -ms-flow-into: timeline-region; } .timeline-region { flow-from: timeline-region; -webkit-flow-from: timeline-region; -ms-flow-into: timeline-region; } /** * TIMELINE REGION STYLES */ .timeline-region { margin-top: 10px; width: 100%; height: auto; border: 1px solid #80f; } tr th, tr td { border: 1px thin #0ff; } tr th:first-child, tr td:first-child { width: 5%; text-align: center; } tr th:nth-child(2), tr td:nth-child(2){ width: 10%; text-align: center; } tr th:nth-child(3), tr td:nth-child(3){ width: 10%; text-align: center; } tr th:nth-child(4), tr td:nth-child(4){ width: 10%; text-align: center; } tr th:nth-child(5), tr td:nth-child(5){ width: 10%; text-align: center; } tr th:nth-child(6), tr td:nth-child(6){ width: 10%; text-align: center; } tr th:last-child, tr td:last-child { width: 40%; padding-left: 1em; padding-bottom: 1em; } .burningman-principles-full{ flow-into: principles-region; -webkit-flow-into: principles-region; -ms-flow-into: principles-region; } .principles-region { flow-from: principles-region; -webkit-flow-from: principles-region; -ms-flow-into: principles-region; } .principles-region { position: relative; height: auto; border: 1px solid #3e3; } .burningman-principles { position: relative; } .principle { display: inline-block; width: 30%; height: auto; float: none; border: 1px solid #000; padding: 0.5rem 0.5rem; box-sizing: border-box; vertical-align: top; } .principle:nth-child(4), .principle:nth-child(6) { margin-bottom: 1rem; } .burningman-art { flow-into: art-region; -webkit-flow-into: art-region; -ms-flow-into: art-region; } .burningman-vehicles { flow-into: art-region; -webkit-flow-into: art-region; -ms-flow-into: art-region; } .art-region { flow-from: art-region; -webkit-flow-from: art-region; -ms-flow-from: art-region; } .art-region { width: 100%; height: auto; } .burningman-temple > li { margin-bottom: 1em; } figure { margin: 0 auto; } figure img { width: 40%; height: 40% } figure figcaption { font-size: 75%; } <!-- We keep these two divs outside the flow so we can use the crossreference links --> .burningman-references { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; } .burningman-references, .burningman-further-read { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; }
long-form/css/bm-styles.css
* Web Font definition. * * We define 4 different fonts in the same family to avoid using faux bold and * italics. * * Font selected is SourceSans Pro from Adobe (Open Source License) and the * weight selected are: * * Light * Light Italic * Semibold * Semibold italic * * Because this is not a technical book I'm not including a monospace font for * code examples. * * Fonts have been subset using Font Squirrel's WebFont Generator */ @font-face { font-family: 'SourceSans Light'; src: url('type/sourcesanspro-light.eot'); src: url('type/sourcesanspro-light.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-light.woff') format('woff'), url('type/sourcesanspro-light.ttf') format('truetype'), url('type/sourcesanspro-light.svg#source_sans_prolight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceSans LightIt'; src: url('type/sourcesanspro-lightit.eot'); src: url('type/sourcesanspro-lightit.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-lightit.woff') format('woff'), url('type/sourcesanspro-lightit.ttf') format('truetype'), url('type/sourcesanspro-lightit.svg#source_sans_prolight_italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceSans SemiBold'; src: url('type/sourcesanspro-semibold.eot'); src: url('type/sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-semibold.woff') format('woff'), url('type/sourcesanspro-semibold.ttf') format('truetype'), url('type/sourcesanspro-semibold.svg#source_sans_prosemibold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SourceSans SemiBoldIt'; src: url('type/sourcesanspro-semiboldit.eot'); src: url('type/sourcesanspro-semiboldit.eot?#iefix') format('embedded-opentype'), url('type/sourcesanspro-semiboldit.woff') format('woff'), url('type/sourcesanspro-semiboldit.ttf') format('truetype'), url('type/sourcesanspro-semiboldit.svg#source_sans_proSBdIt') format('svg'); font-weight: normal; font-style: normal; } /** * Defining basic elements and fonts associations */ html { font-family: 'SourceSans Light'; font-size: 16px; line-height: 1.2; padding-left: 2em; } em { font-family: 'SourceSans LightIt'; } strong { font-family: 'SourceSans SemiBold'; } em strong, strong em { /* order of em and strong doesn't matter for styling*/ font-family: 'SourceSans SemiBoldIt'; } pre { font-family: 'SourceSans Light' } /* * * Links and anchor experiments * External Links are underlined * Internal links are not underlined */ a { /* Local links don't get underlined */ text-decoration: none; } a[href^="http"] { /* External links get underlined */ text-decoration: underline; } .picture{ width: 100%; max-width: 100%; height: 25%; max-height: 25%; margin-top: 1em; margin-bottom: 1em; } /** * CONTENT FLOWS * * Since we are using mulitple content flows we have to define flow-into and * flow-from for each of the flows we have designed. This will definitely be * a PITA but I think it'll be worth it in the end. */ /** * OVERVIEW FLOW * * Defines the source of the content that will flow into the overview region of the * document */ .burningman-overview { flow-into: content-overview-region; -webkit-flow-into: content-overview-region; -ms-flow-into: content-overview-region; } .content-overview-region { flow-from: content-overview-region; -webkit-flow-from: content-overview-region; -ms-flow-into: content-overview-region; } /** * STYLE FOR THE OVERVIEW REGION */ .content-overview-region { position: relative; width: 90%; height:auto; margin: 0 auto; padding: 2em; border: 1px solid purple; } /** * HISTORY FLOW */ .burningman-history { flow-into: history-region; -webkit-flow-into: history-region; -ms-flow-into: history-region; } .history-region { flow-from: history-region; -webkit-flow-from: history-region; -ms-flow-into: history-region; } .history-region { position: relative; width: 69%; height:200px; border: 1px solid #f00; padding: 1em; float: left; height: auto; } /** * TRANSITION FLOW */ .burningman-transition { flow-into: transition-region; -webkit-flow-into: transition-region; -ms-flow-into: transition-region; } .transition-region { flow-from: transition-region; -webkit-flow-from: transition-region; -ms-flow-into: transition-region; } .transition-region { position: absolute; left: 73%; height: auto; width: 24%; border: 1px solid #f0f; padding: 0.5em; float: right; } /** * TIMELINE FLOW */ .burningman-timeline { flow-into: timeline-region; -webkit-flow-into: timeline-region; -ms-flow-into: timeline-region; } .timeline-region { flow-from: timeline-region; -webkit-flow-from: timeline-region; -ms-flow-into: timeline-region; } /** * TIMELINE REGION STYLES */ .timeline-region { margin-top: 10px; width: 100%; height: auto; border: 1px solid #80f; } tr th, tr td { border: 1px thin #0ff; } tr th:first-child, tr td:first-child { width: 5%; text-align: center; } tr th:nth-child(2), tr td:nth-child(2){ width: 10%; text-align: center; } tr th:nth-child(3), tr td:nth-child(3){ width: 10%; text-align: center; } tr th:nth-child(4), tr td:nth-child(4){ width: 10%; text-align: center; } tr th:nth-child(5), tr td:nth-child(5){ width: 10%; text-align: center; } tr th:nth-child(6), tr td:nth-child(6){ width: 10%; text-align: center; } tr th:last-child, tr td:last-child { width: 40%; padding-left: 1em; padding-bottom: 1em; } .burningman-principles-full{ flow-into: principles-region; -webkit-flow-into: principles-region; -ms-flow-into: principles-region; } .principles-region { flow-from: principles-region; -webkit-flow-from: principles-region; -ms-flow-into: principles-region; } .principles-region { position: relative; height: auto; border: 1px solid #3e3; } .burningman-principles { position: relative; } .principle { display: inline-block; width: 30%; height: auto; float: none; border: 1px solid #000; padding: 0.5rem 0.5rem; box-sizing: border-box; vertical-align: top; } .principle:nth-child(4), .principle:nth-child(6) { margin-bottom: 1rem; } .burningman-art { flow-into: art-region; -webkit-flow-into: art-region; -ms-flow-into: art-region; } .burningman-vehicles { flow-into: art-region; -webkit-flow-into: art-region; -ms-flow-into: art-region; } .art-region { flow-from: art-region; -webkit-flow-from: art-region; -ms-flow-from: art-region; } .art-region { width: 100%; height: auto; } .burningman-temple > li { margin-bottom: 1em; } figure { margin: 0 auto; } figure img { width: 40%; height: 40% } figure figcaption { font-size: 75%; } <!-- We keep these two divs outside the flow so we can use the crossreference links --> .burningman-references { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; } .burningman-references, .burningman-further-read { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; }
0.70069
0.161618
.htmove-testimonial { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .htmove-testimonial .htmove-testimonial-thumb { max-width: 100px; flex: 0 0 auto; } .htmove-testimonial .htmove-testimonial-thumb img { width: 100%; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); border-radius: 50%; } .htmove-testimonial .htmove-testimonial-thumb.swiper-slide-thumb-active img { -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); } .htmove-testimonial .htmove-testimonial-content { padding-left: 30px; } .htmove-testimonial .htmove-testimonial-quote { display: block; margin-bottom: 15px; color: #1D39D7; } .htmove-testimonial .htmove-testimonial-quote i { font-size: 16px; line-height: 1; display: block; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-text { margin-bottom: 20px; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-text p { font-family: "Inter", sans-serif; font-size: 15px; line-height: 1.75; margin: 0; color: #999999; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-name { font-family: "Space Grotesk"; font-size: 21px; font-weight: 500; line-height: 1; margin-bottom: 10px; color: #1D39D7; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-position { font-family: "Inter", sans-serif; font-style: 14px; line-height: 1; display: block; color: #666666; } .htmove-slider-area [class*="swiper-button"]::after{ display: none; } /* Thumbnails Position */ .htmove-testimonial.htmove-image-pos-right { flex-direction: row-reverse; } .htmove-testimonial.htmove-image-pos-right .htmove-testimonial-content { padding-left: 0; padding-right: 30px; } .htmove-testimonial.htmove-image-pos-top .htmove-testimonial-content,.htmove-testimonial.htmove-image-pos-bottom .htmove-testimonial-content { padding-left: 0; } .htmove-testimonial.htmove-image-pos-top,.htmove-testimonial.htmove-image-pos-bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; align-items: center; } .htmove-testimonial.htmove-image-pos-bottom .htmove-testimonial-thumb,.htmove-testimonial.htmove-image-pos-bottom .htmove-testimonial-quote{ order: 2; margin-top: 15px; } .htmove-testmolial-content-left .htmove-testimonial.htmove-image-pos-top,.htmove-testmolial-content-left .htmove-testimonial.htmove-image-pos-bottom{ align-items: start; } .htmove-testmolial-content-right .htmove-testimonial.htmove-image-pos-top,.htmove-testmolial-content-right .htmove-testimonial.htmove-image-pos-bottom{ align-items: end; } /* Title / Designation Position */ .htmove-testimonial.htmove-title-designation-before .htmove-testimonial-content { display: flex; flex-flow: row wrap; flex-direction: column-reverse; } .htmove-testimonial.htmove-title-designation-before .htmove-testimonial-content .htmove-testimonial-text{ margin-bottom: 0; margin-top: 20px; } .htmove-testimonial-two .htmove-testimonial-sync-thumbnail { max-width: 480px; margin-top: -25px; margin-bottom: 15px; padding: 25px 35px 45px; } .htmove-testimonial-two .htmove-testimonial-thumb img { width: 100%; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); border-radius: 50%; } .htmove-testimonial-two .htmove-testimonial-thumb.swiper-slide-thumb-active img { -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); } .htmove-testimonial-two .htmove-testimonial-content { max-width: 1024px; margin: auto; text-align: center; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-quote { display: block; margin-bottom: 35px; color: #1D39D7; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-quote i { font-size: 32px; line-height: 1; display: block; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-text { margin-bottom: 30px; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-text p { font-family: "Amiri", serif; font-size: 24px; font-style: italic; line-height: 1.5; margin-bottom: 0; color: #222222; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-name { font-family: "Space Grotesk"; font-size: 21px; font-weight: 500; line-height: 1; margin-bottom: 10px; color: #222222; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-position { font-family: "Inter", sans-serif; font-style: 14px; line-height: 1; display: block; color: #999999; } .htmove-slider-area .htmove-navigation-style-two { margin-top: 40px; } .htmove-slider-area .htmove-navigation-style-two [class*="swiper-button"] { top: auto; bottom: 0; width: auto; height: auto; margin: 0; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); color: #FFFFFF; border: none; border-radius: 0; background-color: transparent; } .htmove-slider-area .htmove-navigation-style-two .swiper-button-next { right: auto !important; left: 32px; } .htmove-slider-area .htmove-navigation-style-two .swiper-button-prev { left: 0 !important; }
www/wp-content/plugins/move-addons/assets/css/widget/testimonials.css
.htmove-testimonial { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .htmove-testimonial .htmove-testimonial-thumb { max-width: 100px; flex: 0 0 auto; } .htmove-testimonial .htmove-testimonial-thumb img { width: 100%; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); border-radius: 50%; } .htmove-testimonial .htmove-testimonial-thumb.swiper-slide-thumb-active img { -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); } .htmove-testimonial .htmove-testimonial-content { padding-left: 30px; } .htmove-testimonial .htmove-testimonial-quote { display: block; margin-bottom: 15px; color: #1D39D7; } .htmove-testimonial .htmove-testimonial-quote i { font-size: 16px; line-height: 1; display: block; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-text { margin-bottom: 20px; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-text p { font-family: "Inter", sans-serif; font-size: 15px; line-height: 1.75; margin: 0; color: #999999; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-name { font-family: "Space Grotesk"; font-size: 21px; font-weight: 500; line-height: 1; margin-bottom: 10px; color: #1D39D7; } .htmove-testimonial .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-position { font-family: "Inter", sans-serif; font-style: 14px; line-height: 1; display: block; color: #666666; } .htmove-slider-area [class*="swiper-button"]::after{ display: none; } /* Thumbnails Position */ .htmove-testimonial.htmove-image-pos-right { flex-direction: row-reverse; } .htmove-testimonial.htmove-image-pos-right .htmove-testimonial-content { padding-left: 0; padding-right: 30px; } .htmove-testimonial.htmove-image-pos-top .htmove-testimonial-content,.htmove-testimonial.htmove-image-pos-bottom .htmove-testimonial-content { padding-left: 0; } .htmove-testimonial.htmove-image-pos-top,.htmove-testimonial.htmove-image-pos-bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; align-items: center; } .htmove-testimonial.htmove-image-pos-bottom .htmove-testimonial-thumb,.htmove-testimonial.htmove-image-pos-bottom .htmove-testimonial-quote{ order: 2; margin-top: 15px; } .htmove-testmolial-content-left .htmove-testimonial.htmove-image-pos-top,.htmove-testmolial-content-left .htmove-testimonial.htmove-image-pos-bottom{ align-items: start; } .htmove-testmolial-content-right .htmove-testimonial.htmove-image-pos-top,.htmove-testmolial-content-right .htmove-testimonial.htmove-image-pos-bottom{ align-items: end; } /* Title / Designation Position */ .htmove-testimonial.htmove-title-designation-before .htmove-testimonial-content { display: flex; flex-flow: row wrap; flex-direction: column-reverse; } .htmove-testimonial.htmove-title-designation-before .htmove-testimonial-content .htmove-testimonial-text{ margin-bottom: 0; margin-top: 20px; } .htmove-testimonial-two .htmove-testimonial-sync-thumbnail { max-width: 480px; margin-top: -25px; margin-bottom: 15px; padding: 25px 35px 45px; } .htmove-testimonial-two .htmove-testimonial-thumb img { width: 100%; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); border-radius: 50%; } .htmove-testimonial-two .htmove-testimonial-thumb.swiper-slide-thumb-active img { -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); } .htmove-testimonial-two .htmove-testimonial-content { max-width: 1024px; margin: auto; text-align: center; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-quote { display: block; margin-bottom: 35px; color: #1D39D7; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-quote i { font-size: 32px; line-height: 1; display: block; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-text { margin-bottom: 30px; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-text p { font-family: "Amiri", serif; font-size: 24px; font-style: italic; line-height: 1.5; margin-bottom: 0; color: #222222; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-name { font-family: "Space Grotesk"; font-size: 21px; font-weight: 500; line-height: 1; margin-bottom: 10px; color: #222222; } .htmove-testimonial-two .htmove-testimonial-content .htmove-testimonial-info .htmove-testimonial-position { font-family: "Inter", sans-serif; font-style: 14px; line-height: 1; display: block; color: #999999; } .htmove-slider-area .htmove-navigation-style-two { margin-top: 40px; } .htmove-slider-area .htmove-navigation-style-two [class*="swiper-button"] { top: auto; bottom: 0; width: auto; height: auto; margin: 0; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); color: #FFFFFF; border: none; border-radius: 0; background-color: transparent; } .htmove-slider-area .htmove-navigation-style-two .swiper-button-next { right: auto !important; left: 32px; } .htmove-slider-area .htmove-navigation-style-two .swiper-button-prev { left: 0 !important; }
0.301568
0.22657
html{height:100%;font-size:100%;} a{color:#42a3d6;text-decoration:none;} a:hover{color:#387dc9;} form{margin-bottom:0;} input, textarea, select{font-family: 'Roboto', sans-serif, Helvetica, Arial, Tahoma;margin:0;outline: none;} .align_center{text-align:center;} .align_right{text-align:right;} .clearfix:after,.clearfix:before{content:"";display:table;clear:both;} .btn_loginsocial span,.zid_subnav_icon,.accname_bullet,.formrow_editbtn,.btnico_delete,.btnico_undo,.zid_nav_icon a,.switch_todesktop .icon,.zid_navback span,.tab_panel_icon,.form_catpcha_reload em{ background-image: url(../images/icon_social.png); background-size:64px 576px; background-repeat: no-repeat; } .warning_box{ padding: 10px; background-color: #fdfbc3; border-left: 3px solid #9a8f78; border-right: 3px solid #9a8f78; margin: 15px 0; font-size: 12px; line-height: 22px; } .stepnav { border: 1px solid #d2d2d2; border-left: 0; border-right: 0; height: 50px; margin: -21px 0 0; } .stepnav li{float:left;} .stepnav li.seperate_arrow span { float: left; width: 14px; height: 30px; margin-top:10px; margin-left:14px; margin-right:14px; background-position: -640px 0; } .stepnav li a { padding: 13px 0; font-size: 15px; font-weight: bold; color: #9a9a9a; float: left; cursor: default; } .stepnav li .step_number { margin-right: 5px; width: 30px; height: 30px; font-size:0; line-height:0; float: left; margin-top:-3px; } .stepnav li.step_1 .step_number{background-position: -512px 0;} .stepnav li.step_2 .step_number{background-position:-576px 0;} /*hover - current*/ .stepnav li a:hover{text-decoration:none;} .stepnav li a.current{color:#444;} .stepnav li.step_1 .current .step_number{background-position:-544px 0;} .stepnav li.step_2 .current .step_number{background-position:-608px 0;} .step_content{padding-bottom:15px;padding-top:15px;font-size:14px;} .sms_text{font-size:30px;font-weight:bold;text-align:center;} .sms_text .arrow { display:inline-block; vertical-align:bottom; margin: 0 8px; background-position: -512px -48px; width: 36px; height: 32px; } .sms_text .sms_content{display:inline-block;vertical-align:bottom;margin:0 5px;} .sms_text .sms_content span{color:#ec6a00;} .zidfbot.resetpass_step_btn{text-align:right;border-top:1px solid #e5e5e5;padding-top:15px;} .step_content .formlablel{text-align:right;padding-right:10px;width:170px;} .step_content .formfield{margin-left:180px;} .service_smscharge { font-style: italic; font-weight: normal; font-size: 12px; color: #999; /* display: block; */ text-align: center; /*margin-right: 10px;*/ float: right; } /*Page structure -------------------------------------*/ .zid_register_touch { font-size: 14px; line-height: 20px; color: #333; font-family: 'Roboto', sans-serif, Helvetica, Arial, Tahoma; margin:0; padding:0; position:relative; min-height:100%; } .zid_pagecont, .zid_header_inner,.zid_nav_menu{ margin: 0 auto; max-width: 500px; padding-left: 10px; padding-right: 10px; } .zid_pagecont{padding-bottom:70px;} /*Header*/ .zid_header { margin: 0 0 15px 0; padding:8px 0; border-bottom: 1px solid #387dc9; background-color: #42a3d6; position:relative; z-index:5; height:30px; } .zid_header_inner:after,.zid_header_inner:before{clear:both;display:table;content:""} .zid_mainlogo{padding:0;margin:0 -51px 0 0;float:left;} .zid_mainlogo a,.zid_mainlogo2 a{ background-image: url(../images/zingid_logo.png); background-repeat:no-repeat; height:30px;width:75px;background-size:75px 30px; display: block; margin:0 auto; text-indent:-999999em; } .zid_mainlogo2{margin:0 auto;padding:0;} .zid_mainlogo a{margin-top:4px;} .zid_pagetitle { font-size: 21px; line-height: normal; color:#fff; white-space:nowrap; font-weight:normal; text-align:center; margin:0 0 0 24px; } .zid_pagetitle span{display:none;} /*Navbar*/ .zid_navback{float:left;padding:0 6px;margin-left:-6px;margin-top:4px;} .zid_navback span { display: block; background-position: -32px -240px; width: 12px; height: 22px; } .zid_navbar{float:right;margin-top:2px;} .zid_nav_icon{float:right;} .zid_nav_icon a{float: right;margin-left: 18px;} .zid_nav_icon a:last-child{margin-left:0;} .zid_navbar_toggle_icon { width: 20px; display: block; float: right; background-image: none !important; } .zid_navbar_toggle_icon em { display: block; margin: 5px 0; height: 2px; background-color: #fff; transition:all 0.3s ease 0s; border-radius:4px; } .zid_navbar_toggle_icon.selected em{background-color:#a3d9f6;} .zid_navbar_toggle_edit{ background-position: -32px -160px; width: 20px; height: 20px; margin-top:3px; } .zid_navbar_toggle_edit.selected{background-position:-32px -192px;} .zid_navbar_sub { position: absolute; width: 100%; right:0; top:100%; z-index:4; background-color: #333; display:none; } .zid_nav_menu{list-style:none;display:block;} .zid_nav_menu li{margin:0;list-style:none;} .zid_nav_menu li.zid_subcaret { display: block; width: 0; height: 0; content: ""; border: 8px solid transparent; border-bottom-color: #333; float: right; margin-right:2px; margin-top:-16px; transform:scale(1.001); } .zid_nav_menu li a { display: block; padding:8px 0; color: #fff; border-bottom: 1px solid #3b3b3b; white-space:nowrap; transition: color 0.3s ease 0s; } .zid_nav_menu li:last-child a{border-bottom:0;} .zid_nav_menu li a:hover, .zid_nav_menu li a:active, .zid_nav_menu li a:focus{color:#fff;} .zid_nav_menu li strong{font-weight:normal;} .zid_nav_menu li span.zid_subnav_icon, .landing_menu .zid_subnav_icon{ display: inline-block; margin-right: 6px; width: 26px; height: 26px; vertical-align: -10px; border-radius:100%; border:2px solid rgba(0,0,0,0.1); } .m01 .zid_subnav_icon{background-position:0 -128px;} .m02 .zid_subnav_icon{background-position:0 -160px;} .m03 .zid_subnav_icon{background-position:0 -192px;} .m04 .zid_subnav_icon{background-position:0 -224px;} .m05 .zid_subnav_icon{background-position:0 -256px;} .m06 .zid_subnav_icon{background-position:0 -96px;} .m07 .zid_subnav_icon{background-position:0 -400px;} /*Nav behavior .zid_navbar_toggle_icon.close_nav{display:none;} .overlay_trigger { display: none; width: 100%; min-height: 80%; position: fixed; background-color: rgba(255, 255, 255, 0.5); left: 0; z-index: 2; bottom: 0; } .zid_navbar_sub:target{display:block;} .zid_navbar_sub:target ~ .overlay_trigger{display:block;} .zid_navbar_sub:target + .zid_nav_icon .open_nav{display:none;} .zid_navbar_sub:target + .zid_nav_icon .close_nav{display:block;} .zid_navbar_sub:target + .zid_nav_icon .close_nav em{background-color:#a3d9f6;} */ /*Footer */ .zid_register_touch .text_copyright { text-align: center; color: #999; font-size: 10px; margin:8px 0 0; padding:4px 0; position:absolute; width:100%; bottom:0; background-color:#fff; border-top:1px solid #e5e5e5; } .text_copyright .switch_todesktop{display:block;} .text_copyright .switch_todesktop a { text-decoration: none; display: inline-block; padding:2px 6px; border-radius:3px; transition: all 0.3s ease 0s; color:#888; font-size:10px; } .text_copyright .switch_todesktop a:hover, .text_copyright .switch_todesktop a:focus { background-color: #e5e5e5; color: #666; } .text_copyright .switch_todesktop .icon{ display:inline-block; width:12px;height:11px; margin-right:5px; vertical-align:middle; background-position:-32px -224px; margin-top:-1px; } /*Form structure ------------------------------ */ .zidacc_editform{margin-top:-15px;} .form_input_grp{margin-bottom:15px;} .form_input_grp:after, .form_input_grp:before { display: table; content: ""; clear: both; } .form_input{ border: 1px solid #ccc; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 14px 10px; background-color: #fff; font-size: 16px; width: 100%; margin-bottom:-1px; border-radius:8px; -webkit-appearance:none; display:block; } .sociallogin_form{position:relative;} .finput input{ border: 1px solid #ccc; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 14px 10px; background-color: #fff; font-size: 16px; width: 100%; margin-bottom:-1px; border-radius:8px; -webkit-appearance:none; display:block; } .finput input:focus { color: #42a3d6; position: relative; z-index:1; border-color: #42a3d6; box-shadow:0 0 4px #97c8fb; } .sociallogin_form .connt_error_msg { font-size: 12px; color: red; border-radius: 0 0 4px 0; margin-top: 0px; } .form_input_wrapper{position:relative;} .form_input_wrapper .form_input{border-radius:0;} .form_input_wrapper:first-child .form_input{border-radius:8px 8px 0 0;} .form_input_wrapper:last-child .form_input:last-child{border-radius:0 0 8px 8px;} .form_input_wrapper:first-child:last-child .form_input{border-radius:8px;} .form_input:focus { color: #42a3d6; position: relative; z-index:1; border-color: #42a3d6; box-shadow:0 0 4px #97c8fb; } .form_input_wrapper .error_tipmsg { !background-color: #da3b4a; font-size: 12px; color: #fff; padding: 6px; border-radius:0 0 4px 0; position: absolute; left: 0; margin-top: 0px; background-color: rgba(218, 59, 74, 0.85); z-index:3; } .form_input_wrapper .error_tipmsg:before { position: absolute; display: block; content: ""; border: 5px solid transparent; margin-left: 10px; top: -10px; !border-bottom-color: #da3b4a; border-bottom-color: rgba(218, 59, 74, 0.85); } .form_input_wrapper.error{z-index:1;} .form_input_wrapper.error .form_input{border-color:#e24000;color:#e24000;} .form_txtlabel_wrapper .lb_arrow { position: absolute; width: 0; height: 0; content: ""; border: 8px solid transparent; border-top-width: 6px; border-bottom-width: 6px; border-left-color: #888; right: 5px; top: 19px; } .form_txtlabel_wrapper .form_input{color:#888;cursor: pointer;} .form_selectbox_wrapper{ border: 1px solid #ccc; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 14px 10px; background-color: #fff; width: 100%; margin-bottom:-1px; } .form_selectbox_wrapper select{border:none 0;font-size:16px;width:100%;outline:none;} .form_selectbox_wrapper.last{border-radius:0 0 8px 8px;} .form_selectbox_wrapper.first{border-radius:8px 8px 0 0;} .form_selectbox_wrapper.error{border-color:#e24000;z-index:1;position:relative;} .form_selectbox_wrapper.error .selectbox{color:#e24000;} .selectbox_birthday .error_tipmsg { !background-color: #da3b4a; font-size: 12px; color: #fff; padding: 6px; border-radius:0 0 4px 0; position: absolute; left: 0; margin-top: 30px; background-color: rgba(218, 59, 74, 0.85); z-index:3; } .form_selectbox_wrapper .error_tipmsg { !background-color: #da3b4a; font-size: 12px; color: #fff; padding: 6px; border-radius:0 0 4px 0; position: absolute; left: 0; background-color: rgba(218, 59, 74, 0.85); z-index:3; } .form_selectbox_wrapper .error_tipmsg:before { position: absolute; display: block; content: ""; border: 5px solid transparent; margin-left: 10px; top: -10px; !border-bottom-color: #da3b4a; border-bottom-color: rgba(218, 59, 74, 0.85); } .formrow_group{margin-bottom:12px;} .formrow { overflow: hidden; padding: 12px 0; border-bottom: 1px solid #eee; position:relative; display:block; } .formrow_group .formrow:first-child{margin-top:-15px;} .formrow_label{float:left;width:38%;} .formrow_label span { display: block; margin-right: 14px; padding-top: 1px; line-height: normal; color: #999; } .formrow_content{float: left;width: 62%;} .formrow_text{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display:block; } .sub_info{margin:0;padding:0;list-style:none;} .sub_info li{font-size:9px;color:#888;padding:3px 0;list-style:none;} .sub_info li em { float: left; margin: 6px 6px 0 0; width: 5px; height: 5px; background-color: #999; border-radius: 100%; font-size: 0; } .sub_info li p{margin:0;padding:0;font-size:14px;color:#333;margin-left:12px;} .formrow_text.multi_row{overflow:visible;white-space: normal;text-overflow:clip;} .formrow_editbtn { position: absolute; right: 0; top: 10px; width: 24px; height: 24px; display: block; background-position: -32px -96px; text-indent: -999999em; z-index: 1; } .formrow_editbtn:hover, .formrow_editbtn:active, .formrow_editbtn:focus{background-position:-32px -128px;} /*Modal -------------------*/ .zme-boxy-wrapper { background-color: rgba(0, 0, 0, 0.7); position: fixed; z-index: 6; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; top: 0px; } .zme-boxy zme_login_boxy{padding:5px 15px;} .zme-boxy-container { border-radius: 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); margin: 10px auto; background-color: #fff; max-width:500px; } .zme-boxy-title { padding: 10px 15px; font-size: 16px; font-weight: bold; border-bottom: 1px solid #ddd; white-space:nowrap; } .zme-boxy-container{padding:15px;} .zme-boxy-container .boxy_ptext{margin:0 0 15px;} .socialf_text{margin:0 0 15px;} .zme-boxy-container .sociallogin_form{margin:0 0 15px;} .zme-boxy-container .landingtext p{margin:0 0 8px;} .zme-boxy-container .landingtext p:last-child{margin-bottom:0;} .zme-boxy-container .zidform_btn{margin-bottom:0;} .zidform_twobtn{overflow:hidden;margin:0 -8px;} .zid_modal_wrapper { background-color: rgba(0, 0, 0, 0.7); position: fixed; z-index: 6; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; } .zid_modal_padding{padding:5px 15px;} .zid_modal { border-radius: 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); margin: 10px auto; background-color: #fff; max-width:500px; } .zid_modal_title { padding: 10px 15px; font-size: 16px; border-bottom: 1px solid #ddd; white-space:nowrap; } .zid_modal_close { float: right; color: #888; font-size: 24px; padding: 0 5px; line-height: 1; margin-top: -5px; margin-right:-5px; } .zid_modal_body{padding:15px;} .zid_modal_body .landingtext{margin:0 0 15px;} .zid_modal_body .landingtext p{margin:0 0 8px;} .zid_modal_body .landingtext p:last-child{margin-bottom:0;} .zid_modal_body .zidform_btn{margin-bottom:0;} .zidform_twobtn{overflow:hidden;margin:0 -8px;} .zidform_btn .btn_cell { float: left; width: 50%; padding: 0 8px; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .zme-boxy-footer{overflow:hidden;margin:0 8px; } .zme-boxy-footer .btn_L3 { float: left; width: 50%; padding: 0 8px; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .zme-boxy-footer .btn_L5 { float: left; width: 50%; padding: 0 8px; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } /*Captcha ----------------- */ .form_captcha_input{float:left;padding-right:10px;width:50%;box-sizing:border-box;} .form_captcha_input .form_input{border-radius:8px !important;} .form_captcha_pic{float:left;width:50%;} .form_captcha_pic p { display: block; overflow: hidden; height:50px; border-radius: 8px 0 0 8px; background-color: #ddd; margin:0; margin-left:5px; margin-right:50px; border:1px solid #ccc; border-right:0; } .form_captcha_pic img{min-height:100%;width:100%;max-height:50px;} .form_catpcha_reload { float: right; border-radius: 0 8px 8px 0; padding: 13px; background-color: #fff; border:1px solid #ccc; height:24px; } .form_catpcha_reload:hover { background-color: #999; border-color: #999; } .form_catpcha_reload em { display: block; width: 24px; height: 24px; background-position:-32px -304px; } .form_catpcha_reload:hover em{background-position: 0 -304px;} /*Form button ------------------------- */ .zidregister_form_btn p,.zidform_btn p{margin-bottom:10px;margin-top:0;} .zidform_btn.inline_btn{overflow:hidden;} .zidform_btn.inline_btn p { float: left; width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 10px; margin-bottom: 0; } .zidbtn_default,.zidregbtn,.zidloginbtn,.zidregcancelbtn,.btn_L3 em, .btn_L5 em{ background-color: #42a3d6; font-style: normal; color: #fff; font-size: 16px; padding:8px 10px; border-radius: 8px; border: 0 none; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom:2px solid #1f90cc; cursor: pointer; display:block; text-align:center; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -webkit-appearance:none; line-height:24px; overflow:visible; } .zidregbtn { background-color: #29c27c; border-bottom-color: #15ab66; display: block; text-align: center; } .zidregcancelbtn { background-color: #e1e1e1; color: #888; border-bottom-color: #ccc; } .btn_L5 em { background-color: #e1e1e1; color: #888; border-bottom-color: #ccc; } /*hover*/ .zidbtn_default:hover,.zidbtn_default:focus, .zidloginbtn:hover, .zidloginbtn:focus{ background-color: #4baaf4; border-bottom-color: #3198e7; color:#fff; } .zidregbtn:hover, .zidregbtn:focus{ color: #fff; background-color: #42d491; border-bottom-color: #17c575; } .zidregcancelbtn:hover, .zidregcancelbtn:focus { background-color: #eaeaea; border-bottom-color: #dedede; } /*Button change pass*/ .formrow_changepass{ display:inline-block; border-radius:3px; padding:6px 8px; line-height:normal; font-size:12px; color:#fff; background-color:#666; margin-top:5px; transition: all 0.5s ease 0s; } .formrow_changepass:hover{color:#fff;background-color:#42a3d6;} /* Tab panel --------------------*/ .tab_panel_item { padding: 10px; border: 1px solid #ddd; border-bottom-width:0; display: block; color: #333; margin:0 0 -1px; background-color:#f3f3f3; } .tab_panel_icon { float: right; font-size: 24px; color: #888; font-weight: 300; width: 16px; height: 16px; background-position: -32px -272px; margin-top:2px; margin-left:15px; } .tab_panelcontent { padding: 10px; display: none; border: 1px solid #ddd; /*border-bottom: 0;*/ } .tab_panelcontent .formrow_group .formrow:first-child{margin-top:-10px;} /*hover*/ .tab_panel_item:hover .tab_panel_icon{background-position:-48px -272px;} .tab_panel_item_wrapper.expanded .tab_panel_item{font-weight:bold;} .tab_panel_item_wrapper.expanded .tab_panel_icon{background-position:-32px -288px;} .tab_panel_item_wrapper.expanded .tab_panel_item:hover .tab_panel_icon { background-position: -48px -288px; } .tab_panel_item_wrapper.expanded .tab_panelcontent{display:block;} /*First tab*/ .tab_panel_item_wrapper.first .tab_panel_item{border-radius:8px 8px 0 0;} /*Last tab*/ .tab_panel_item_wrapper.last .tab_panel_item { border-radius: 0 0 8px 8px; border-bottom-width: 1px; } .tab_panel_item_wrapper.last.expanded .tab_panel_item{border-radius:0;} .tab_panel_item_wrapper.last .tab_panelcontent { border-radius: 0 0 8px 8px; border-bottom: 1px solid #ddd; } /*Landing menu --------------------------- */ .landing_menu_title { border: 1px solid #e5e5e5; background-color:#eee; padding: 10px 20px; margin: 0; font-weight: 300; line-height: normal; font-size:14px; margin: -15px -10px 0; word-wrap: break-word; text-align: center; } .landing_menu_title strong{font-weight:bold;} .landing_menu{margin:0 -10px;border-left:1px solid #e5e5e5;} .landing_menu .menu_cell{float: left;width:33.333%;} .landing_menu .menu_cell a { display: block; margin: 0; padding: 18px 20px; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; min-height: 80px; text-align: center; font-size: 12px; line-height:18px; color: #333; transition: all 0.5s ease 0s; } .landing_menu .menu_cell a:hover, .landing_menu .menu_cell a:focus{background-color:#f6f6f6;} .landing_menu .zid_subnav_icon { border: 0; display: block; margin: 0 auto 5px; border-width:6px; border-style: solid; } .landing_menu .m01 .zid_subnav_icon{border-color:#e19504;background-color:#e19504;} .landing_menu .m02 .zid_subnav_icon{border-color:#3a99c0;background-color:#3a99c0;} .landing_menu .m03 .zid_subnav_icon{border-color:#36ac81;background-color:#36ac81;} .landing_menu .m04 .zid_subnav_icon{border-color:#bc3617;background-color:#bc3617;} .landing_menu .m05 .zid_subnav_icon{border-color:#5c4494;background-color:#5c4494;} .landing_menu .m06 .zid_subnav_icon{border-color:#e4e4e4;background-color:#e4e4e4;} .landing_menu .m07 .zid_subnav_icon{border-color:#637697;background-color:#637697;} /*Feedback message --------------------------------*/ .zidreg_feedback { text-align: center;line-height: 24px;margin-bottom:10px;} .zidreg_feedback p{margin:0 0 10px;padding:0;} .zidreg_feedback_morelink{color:#999;} .zidreg_feedback_morelink a{margin:0 8px;} .zidloginnowbtn{width:160px;margin:0 auto;} .zidbtn_tryagain{max-width:300px;margin:0 auto;} /*Register --------------------*/ .text_have_acc{margin-top:0;margin-bottom:10px;} .zidreg_checkterm{margin:0 0 15px;display:block;} .zidreg_checkterm input{margin-right:5px;vertical-align:-1px;} /*Login form --------------------*/ .grpoption_left{float:left;width:60%;} .grpoption_left label{margin-bottom:5px;} .grpoption_left label:last-child{margin-bottom:0;} .grpoption_right{float:right;width:40%;} .zidlogin_regnewacc{border-top:1px solid #f3f3f3;} .zidlogin_regnewacc_inner{padding-top:15px;} .other_loginmethod{margin-top:15px;border-top: 1px solid #f3f3f3;} .other_loginmethod_inner { padding-top: 15px; padding-bottom:15px; overflow: hidden; text-align:center; } .other_loginmethod h3{margin:0 0 10px;padding:0;font-weight:normal;font-size:14px;} .other_loginmethod .otheracc_icon{margin:0 -8px;min-height:40px;} .other_loginmethod .otheracc_icon p{float:left;width:50%;margin:0;} .btn_loginsocial{ border-radius:8px; display:block; vertical-align: bottom; padding: 7px 12px; color: #fff; transition: all 0.2s ease 0s; border-style:solid; border-width:1px; background-color:#fff; margin:0 8px; } .btn_loginsocial:hover{color:#fff;text-decoration:none;} .btn_loginsocial span { display: inline-block; width: 24px; height: 24px; margin:0 6px; border-radius: 100%; vertical-align:-6px; } .via_facebook{color:#3d5a99;border-color:#3d5a99} .via_facebook:hover, .via_facebook:active, .via_facebook:focus{background-color:#3d5a99;} .via_facebook span{background-position:0 0;} .via_facebook:hover span, .via_facebook:active span, .via_facebook:focus span{background-position:-32px 0;} .via_gplus{color:#dc4a38;border-color:#dc4a38;} .via_gplus:hover, .via_gplus:active, .via_gplus:focus{background-color:#dc4a38;} .via_gplus span{background-position:0 -32px;} .via_gplus:hover span, .via_gplus:active span, .via_gplus:focus span{background-position:-32px -32px;} .via_yahoo{color:#4101af;border-color:#4101af;} .via_yahoo:hover, .via_yahoo:active, .via_yahoo:focus{background-color:#4101af;} .via_yahoo span{background-position:0 -64px;} .via_yahoo:hover span, .via_yahoo:active span, .via_yahoo:focus span{background-position:-32px -64px;} /*other styles -----------------------*/ .pagetitle_text { font-size: 20px; border-bottom: 1px solid #ccc; padding: 10px 0; margin-bottom: 10px; font-weight: 300; margin-top: -15px; display: none; } .existing_email_list label{display:block;margin-right:30px;} .existing_email_list label.selected{color:#42a3d6;} .existing_email_list label.deleted { color: #aaa; font-style: italic; text-decoration: line-through; margin-right:100px; } .btnico_delete, .btnico_undo { width: 23px; height: 23px; float: right; margin-top:-2px; background-position: 0 -336px; } .btnico_delete:hover,.btnico_delete:focus{background-position:-32px -336px;} .btnico_undo{background-position:0 -368px;} .btnico_undo:hover, .btnico_undo:focus, a:hover .btnico_undo{background-position:-32px -368px;} .btn_undo { float: right; border-radius: 80px; color: #fff; line-height: 23px; height: 23px; color: #fff; font-size: 12px; background-color: #42a3d6; padding: 2px 10px 2px 2px; margin-top: -3px; margin-bottom: -4px; } .btn_undo:hover{color:#fff;background-color:#58c5ff;} .btn_undo .btnico_undo{float:left;margin-right:3px;margin-top:0;} .selectbox_birthday{padding-left:0;padding-right:0;} .selectbox_birthday .selectbox_cell {width: 33.333%;float: left;} .selectbox_birthday .selectbox_cell p { padding: 0 10px; margin: 0; border-right: 1px solid #ccc; } .selectbox_birthday .selectbox_cell:last-child p{border-right:0;} .forgot_pass_link { padding: 10px 0 0; margin: 15px -15px 0; text-align: center; border-top: 1px dashed #ddd; } /*List of Security Question*/ /*.question_list{position:fixed;height:100%;top:0;width:100%;left:50%;margin-left:-258px;z-index:3;}*/ .question_list ul,.question_list li{list-style:none;margin:0;padding:0;} .question_list ul{margin-top:-15px;} .question_list li{padding:10px 0;border-top:1px solid #eee;} .question_list li:first-child{border-top:0 none;} .question_list li input{margin-left:-10px;margin-right:5px;float: left;margin-top:4px;} /*Media Queries -----------------------------*/ @media only screen and (device-pixel-ratio:1.5), only screen and (-webkit-device-pixel-ratio:1.5), only screen and (-moz-device-pixel-ratio:1.5){ .zid_mainlogo a{background-image: url(../images/zingid_logo@1.5x.png);} .btn_loginsocial span,.zid_subnav_icon,.accname_bullet,.formrow_editbtn,.btnico_delete,.btnico_undo,.zid_nav_icon a,.switch_todesktop .icon,.zid_navback span,.tab_panel_icon,.form_catpcha_reload em{background-image: url(../images/icon_social@1.5x.png);} } @media only screen and (device-pixel-ratio:2), only screen and (-webkit-device-pixel-ratio:2), only screen and (-moz-device-pixel-ratio:2){ .zid_mainlogo a{background-image: url(../images/zingid_logo@2x.png);} .btn_loginsocial span,.zid_subnav_icon,.accname_bullet,.formrow_editbtn,.btnico_delete,.btnico_undo,.zid_nav_icon a,.switch_todesktop .icon,.zid_navback span,.tab_panel_icon,.form_catpcha_reload em{background-image: url(../images/icon_social@2x.png);} } @media only screen and (max-width:360px), only screen and (max-height: 480px){ .zid_header{height:22px;} .zid_navbar{margin-top:-2px;margin-bottom:-3px;} .zid_navback{margin-top:0;} .zid_pagetitle{font-size:16px;} .zid_mainlogo2 a{margin-top:-3px;} .zid_mainlogo a{margin:-2px 0;} .form_input{padding:12px 10px;font-size:14px;} .form_selectbox_wrapper{padding-top:12px;padding-bottom:12px;} .form_selectbox_wrapper select{font-size:14px;} .zidbtn_default,.zidregbtn,.zidloginbtn, .zidregcancelbtn, .zidloginnowbtn{padding:8px;} /*Captcha*/ .form_captcha_pic p{height:44px;margin-right:44px;} .form_catpcha_reload{padding:10px;} } @media only screen and (max-width:450px){ .btn_loginsocial .btntext{display:block;} } @media only screen and (max-width:320px){ .zid_register_touch{min-width:320px;} .zid_pagetitle span{display:none;} /*Captcha*/ .form_captcha_input{float:none;padding-right:0;width:auto;margin-bottom:0;} .form_captcha_input .form_input{border-radius:8px 8px 0 0 !important;} .form_captcha_pic{float:none;width:auto;} .form_captcha_pic p { margin-left: 0; border-radius: 0 0 0 8px; } .form_catpcha_reload{border-radius:0 0 8px 0;} /*Login*/ .grpoption_left label{margin-bottom:4px;font-size:13px;} /*Other login method*/ /* .other_loginmethod .otheracc_icon p{float:none;width:auto;display:inline;} .btn_loginsocial{display:inline-block;padding:8px;border-radius:8px;} .btn_loginsocial span{margin-right:0;margin-left:0;} .btn_loginsocial .btntext{display:none;} .via_facebook.bgsolid{background-color:#3d5a99;} .via_facebook.bgsolid span{background-position:-32px 0;} .via_gplus.bgsolid{background-color:#dc4a38;} .via_gplus.bgsolid span{background-position:-32px -32px;} .via_yahoo.bgsolid{background-color:#4101af;} .via_yahoo.bgsolid span{background-position:-32px -64px;}*/ }
public/css/touch_style_1.02.css
html{height:100%;font-size:100%;} a{color:#42a3d6;text-decoration:none;} a:hover{color:#387dc9;} form{margin-bottom:0;} input, textarea, select{font-family: 'Roboto', sans-serif, Helvetica, Arial, Tahoma;margin:0;outline: none;} .align_center{text-align:center;} .align_right{text-align:right;} .clearfix:after,.clearfix:before{content:"";display:table;clear:both;} .btn_loginsocial span,.zid_subnav_icon,.accname_bullet,.formrow_editbtn,.btnico_delete,.btnico_undo,.zid_nav_icon a,.switch_todesktop .icon,.zid_navback span,.tab_panel_icon,.form_catpcha_reload em{ background-image: url(../images/icon_social.png); background-size:64px 576px; background-repeat: no-repeat; } .warning_box{ padding: 10px; background-color: #fdfbc3; border-left: 3px solid #9a8f78; border-right: 3px solid #9a8f78; margin: 15px 0; font-size: 12px; line-height: 22px; } .stepnav { border: 1px solid #d2d2d2; border-left: 0; border-right: 0; height: 50px; margin: -21px 0 0; } .stepnav li{float:left;} .stepnav li.seperate_arrow span { float: left; width: 14px; height: 30px; margin-top:10px; margin-left:14px; margin-right:14px; background-position: -640px 0; } .stepnav li a { padding: 13px 0; font-size: 15px; font-weight: bold; color: #9a9a9a; float: left; cursor: default; } .stepnav li .step_number { margin-right: 5px; width: 30px; height: 30px; font-size:0; line-height:0; float: left; margin-top:-3px; } .stepnav li.step_1 .step_number{background-position: -512px 0;} .stepnav li.step_2 .step_number{background-position:-576px 0;} /*hover - current*/ .stepnav li a:hover{text-decoration:none;} .stepnav li a.current{color:#444;} .stepnav li.step_1 .current .step_number{background-position:-544px 0;} .stepnav li.step_2 .current .step_number{background-position:-608px 0;} .step_content{padding-bottom:15px;padding-top:15px;font-size:14px;} .sms_text{font-size:30px;font-weight:bold;text-align:center;} .sms_text .arrow { display:inline-block; vertical-align:bottom; margin: 0 8px; background-position: -512px -48px; width: 36px; height: 32px; } .sms_text .sms_content{display:inline-block;vertical-align:bottom;margin:0 5px;} .sms_text .sms_content span{color:#ec6a00;} .zidfbot.resetpass_step_btn{text-align:right;border-top:1px solid #e5e5e5;padding-top:15px;} .step_content .formlablel{text-align:right;padding-right:10px;width:170px;} .step_content .formfield{margin-left:180px;} .service_smscharge { font-style: italic; font-weight: normal; font-size: 12px; color: #999; /* display: block; */ text-align: center; /*margin-right: 10px;*/ float: right; } /*Page structure -------------------------------------*/ .zid_register_touch { font-size: 14px; line-height: 20px; color: #333; font-family: 'Roboto', sans-serif, Helvetica, Arial, Tahoma; margin:0; padding:0; position:relative; min-height:100%; } .zid_pagecont, .zid_header_inner,.zid_nav_menu{ margin: 0 auto; max-width: 500px; padding-left: 10px; padding-right: 10px; } .zid_pagecont{padding-bottom:70px;} /*Header*/ .zid_header { margin: 0 0 15px 0; padding:8px 0; border-bottom: 1px solid #387dc9; background-color: #42a3d6; position:relative; z-index:5; height:30px; } .zid_header_inner:after,.zid_header_inner:before{clear:both;display:table;content:""} .zid_mainlogo{padding:0;margin:0 -51px 0 0;float:left;} .zid_mainlogo a,.zid_mainlogo2 a{ background-image: url(../images/zingid_logo.png); background-repeat:no-repeat; height:30px;width:75px;background-size:75px 30px; display: block; margin:0 auto; text-indent:-999999em; } .zid_mainlogo2{margin:0 auto;padding:0;} .zid_mainlogo a{margin-top:4px;} .zid_pagetitle { font-size: 21px; line-height: normal; color:#fff; white-space:nowrap; font-weight:normal; text-align:center; margin:0 0 0 24px; } .zid_pagetitle span{display:none;} /*Navbar*/ .zid_navback{float:left;padding:0 6px;margin-left:-6px;margin-top:4px;} .zid_navback span { display: block; background-position: -32px -240px; width: 12px; height: 22px; } .zid_navbar{float:right;margin-top:2px;} .zid_nav_icon{float:right;} .zid_nav_icon a{float: right;margin-left: 18px;} .zid_nav_icon a:last-child{margin-left:0;} .zid_navbar_toggle_icon { width: 20px; display: block; float: right; background-image: none !important; } .zid_navbar_toggle_icon em { display: block; margin: 5px 0; height: 2px; background-color: #fff; transition:all 0.3s ease 0s; border-radius:4px; } .zid_navbar_toggle_icon.selected em{background-color:#a3d9f6;} .zid_navbar_toggle_edit{ background-position: -32px -160px; width: 20px; height: 20px; margin-top:3px; } .zid_navbar_toggle_edit.selected{background-position:-32px -192px;} .zid_navbar_sub { position: absolute; width: 100%; right:0; top:100%; z-index:4; background-color: #333; display:none; } .zid_nav_menu{list-style:none;display:block;} .zid_nav_menu li{margin:0;list-style:none;} .zid_nav_menu li.zid_subcaret { display: block; width: 0; height: 0; content: ""; border: 8px solid transparent; border-bottom-color: #333; float: right; margin-right:2px; margin-top:-16px; transform:scale(1.001); } .zid_nav_menu li a { display: block; padding:8px 0; color: #fff; border-bottom: 1px solid #3b3b3b; white-space:nowrap; transition: color 0.3s ease 0s; } .zid_nav_menu li:last-child a{border-bottom:0;} .zid_nav_menu li a:hover, .zid_nav_menu li a:active, .zid_nav_menu li a:focus{color:#fff;} .zid_nav_menu li strong{font-weight:normal;} .zid_nav_menu li span.zid_subnav_icon, .landing_menu .zid_subnav_icon{ display: inline-block; margin-right: 6px; width: 26px; height: 26px; vertical-align: -10px; border-radius:100%; border:2px solid rgba(0,0,0,0.1); } .m01 .zid_subnav_icon{background-position:0 -128px;} .m02 .zid_subnav_icon{background-position:0 -160px;} .m03 .zid_subnav_icon{background-position:0 -192px;} .m04 .zid_subnav_icon{background-position:0 -224px;} .m05 .zid_subnav_icon{background-position:0 -256px;} .m06 .zid_subnav_icon{background-position:0 -96px;} .m07 .zid_subnav_icon{background-position:0 -400px;} /*Nav behavior .zid_navbar_toggle_icon.close_nav{display:none;} .overlay_trigger { display: none; width: 100%; min-height: 80%; position: fixed; background-color: rgba(255, 255, 255, 0.5); left: 0; z-index: 2; bottom: 0; } .zid_navbar_sub:target{display:block;} .zid_navbar_sub:target ~ .overlay_trigger{display:block;} .zid_navbar_sub:target + .zid_nav_icon .open_nav{display:none;} .zid_navbar_sub:target + .zid_nav_icon .close_nav{display:block;} .zid_navbar_sub:target + .zid_nav_icon .close_nav em{background-color:#a3d9f6;} */ /*Footer */ .zid_register_touch .text_copyright { text-align: center; color: #999; font-size: 10px; margin:8px 0 0; padding:4px 0; position:absolute; width:100%; bottom:0; background-color:#fff; border-top:1px solid #e5e5e5; } .text_copyright .switch_todesktop{display:block;} .text_copyright .switch_todesktop a { text-decoration: none; display: inline-block; padding:2px 6px; border-radius:3px; transition: all 0.3s ease 0s; color:#888; font-size:10px; } .text_copyright .switch_todesktop a:hover, .text_copyright .switch_todesktop a:focus { background-color: #e5e5e5; color: #666; } .text_copyright .switch_todesktop .icon{ display:inline-block; width:12px;height:11px; margin-right:5px; vertical-align:middle; background-position:-32px -224px; margin-top:-1px; } /*Form structure ------------------------------ */ .zidacc_editform{margin-top:-15px;} .form_input_grp{margin-bottom:15px;} .form_input_grp:after, .form_input_grp:before { display: table; content: ""; clear: both; } .form_input{ border: 1px solid #ccc; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 14px 10px; background-color: #fff; font-size: 16px; width: 100%; margin-bottom:-1px; border-radius:8px; -webkit-appearance:none; display:block; } .sociallogin_form{position:relative;} .finput input{ border: 1px solid #ccc; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 14px 10px; background-color: #fff; font-size: 16px; width: 100%; margin-bottom:-1px; border-radius:8px; -webkit-appearance:none; display:block; } .finput input:focus { color: #42a3d6; position: relative; z-index:1; border-color: #42a3d6; box-shadow:0 0 4px #97c8fb; } .sociallogin_form .connt_error_msg { font-size: 12px; color: red; border-radius: 0 0 4px 0; margin-top: 0px; } .form_input_wrapper{position:relative;} .form_input_wrapper .form_input{border-radius:0;} .form_input_wrapper:first-child .form_input{border-radius:8px 8px 0 0;} .form_input_wrapper:last-child .form_input:last-child{border-radius:0 0 8px 8px;} .form_input_wrapper:first-child:last-child .form_input{border-radius:8px;} .form_input:focus { color: #42a3d6; position: relative; z-index:1; border-color: #42a3d6; box-shadow:0 0 4px #97c8fb; } .form_input_wrapper .error_tipmsg { !background-color: #da3b4a; font-size: 12px; color: #fff; padding: 6px; border-radius:0 0 4px 0; position: absolute; left: 0; margin-top: 0px; background-color: rgba(218, 59, 74, 0.85); z-index:3; } .form_input_wrapper .error_tipmsg:before { position: absolute; display: block; content: ""; border: 5px solid transparent; margin-left: 10px; top: -10px; !border-bottom-color: #da3b4a; border-bottom-color: rgba(218, 59, 74, 0.85); } .form_input_wrapper.error{z-index:1;} .form_input_wrapper.error .form_input{border-color:#e24000;color:#e24000;} .form_txtlabel_wrapper .lb_arrow { position: absolute; width: 0; height: 0; content: ""; border: 8px solid transparent; border-top-width: 6px; border-bottom-width: 6px; border-left-color: #888; right: 5px; top: 19px; } .form_txtlabel_wrapper .form_input{color:#888;cursor: pointer;} .form_selectbox_wrapper{ border: 1px solid #ccc; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 14px 10px; background-color: #fff; width: 100%; margin-bottom:-1px; } .form_selectbox_wrapper select{border:none 0;font-size:16px;width:100%;outline:none;} .form_selectbox_wrapper.last{border-radius:0 0 8px 8px;} .form_selectbox_wrapper.first{border-radius:8px 8px 0 0;} .form_selectbox_wrapper.error{border-color:#e24000;z-index:1;position:relative;} .form_selectbox_wrapper.error .selectbox{color:#e24000;} .selectbox_birthday .error_tipmsg { !background-color: #da3b4a; font-size: 12px; color: #fff; padding: 6px; border-radius:0 0 4px 0; position: absolute; left: 0; margin-top: 30px; background-color: rgba(218, 59, 74, 0.85); z-index:3; } .form_selectbox_wrapper .error_tipmsg { !background-color: #da3b4a; font-size: 12px; color: #fff; padding: 6px; border-radius:0 0 4px 0; position: absolute; left: 0; background-color: rgba(218, 59, 74, 0.85); z-index:3; } .form_selectbox_wrapper .error_tipmsg:before { position: absolute; display: block; content: ""; border: 5px solid transparent; margin-left: 10px; top: -10px; !border-bottom-color: #da3b4a; border-bottom-color: rgba(218, 59, 74, 0.85); } .formrow_group{margin-bottom:12px;} .formrow { overflow: hidden; padding: 12px 0; border-bottom: 1px solid #eee; position:relative; display:block; } .formrow_group .formrow:first-child{margin-top:-15px;} .formrow_label{float:left;width:38%;} .formrow_label span { display: block; margin-right: 14px; padding-top: 1px; line-height: normal; color: #999; } .formrow_content{float: left;width: 62%;} .formrow_text{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display:block; } .sub_info{margin:0;padding:0;list-style:none;} .sub_info li{font-size:9px;color:#888;padding:3px 0;list-style:none;} .sub_info li em { float: left; margin: 6px 6px 0 0; width: 5px; height: 5px; background-color: #999; border-radius: 100%; font-size: 0; } .sub_info li p{margin:0;padding:0;font-size:14px;color:#333;margin-left:12px;} .formrow_text.multi_row{overflow:visible;white-space: normal;text-overflow:clip;} .formrow_editbtn { position: absolute; right: 0; top: 10px; width: 24px; height: 24px; display: block; background-position: -32px -96px; text-indent: -999999em; z-index: 1; } .formrow_editbtn:hover, .formrow_editbtn:active, .formrow_editbtn:focus{background-position:-32px -128px;} /*Modal -------------------*/ .zme-boxy-wrapper { background-color: rgba(0, 0, 0, 0.7); position: fixed; z-index: 6; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; top: 0px; } .zme-boxy zme_login_boxy{padding:5px 15px;} .zme-boxy-container { border-radius: 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); margin: 10px auto; background-color: #fff; max-width:500px; } .zme-boxy-title { padding: 10px 15px; font-size: 16px; font-weight: bold; border-bottom: 1px solid #ddd; white-space:nowrap; } .zme-boxy-container{padding:15px;} .zme-boxy-container .boxy_ptext{margin:0 0 15px;} .socialf_text{margin:0 0 15px;} .zme-boxy-container .sociallogin_form{margin:0 0 15px;} .zme-boxy-container .landingtext p{margin:0 0 8px;} .zme-boxy-container .landingtext p:last-child{margin-bottom:0;} .zme-boxy-container .zidform_btn{margin-bottom:0;} .zidform_twobtn{overflow:hidden;margin:0 -8px;} .zid_modal_wrapper { background-color: rgba(0, 0, 0, 0.7); position: fixed; z-index: 6; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; } .zid_modal_padding{padding:5px 15px;} .zid_modal { border-radius: 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); margin: 10px auto; background-color: #fff; max-width:500px; } .zid_modal_title { padding: 10px 15px; font-size: 16px; border-bottom: 1px solid #ddd; white-space:nowrap; } .zid_modal_close { float: right; color: #888; font-size: 24px; padding: 0 5px; line-height: 1; margin-top: -5px; margin-right:-5px; } .zid_modal_body{padding:15px;} .zid_modal_body .landingtext{margin:0 0 15px;} .zid_modal_body .landingtext p{margin:0 0 8px;} .zid_modal_body .landingtext p:last-child{margin-bottom:0;} .zid_modal_body .zidform_btn{margin-bottom:0;} .zidform_twobtn{overflow:hidden;margin:0 -8px;} .zidform_btn .btn_cell { float: left; width: 50%; padding: 0 8px; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .zme-boxy-footer{overflow:hidden;margin:0 8px; } .zme-boxy-footer .btn_L3 { float: left; width: 50%; padding: 0 8px; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .zme-boxy-footer .btn_L5 { float: left; width: 50%; padding: 0 8px; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } /*Captcha ----------------- */ .form_captcha_input{float:left;padding-right:10px;width:50%;box-sizing:border-box;} .form_captcha_input .form_input{border-radius:8px !important;} .form_captcha_pic{float:left;width:50%;} .form_captcha_pic p { display: block; overflow: hidden; height:50px; border-radius: 8px 0 0 8px; background-color: #ddd; margin:0; margin-left:5px; margin-right:50px; border:1px solid #ccc; border-right:0; } .form_captcha_pic img{min-height:100%;width:100%;max-height:50px;} .form_catpcha_reload { float: right; border-radius: 0 8px 8px 0; padding: 13px; background-color: #fff; border:1px solid #ccc; height:24px; } .form_catpcha_reload:hover { background-color: #999; border-color: #999; } .form_catpcha_reload em { display: block; width: 24px; height: 24px; background-position:-32px -304px; } .form_catpcha_reload:hover em{background-position: 0 -304px;} /*Form button ------------------------- */ .zidregister_form_btn p,.zidform_btn p{margin-bottom:10px;margin-top:0;} .zidform_btn.inline_btn{overflow:hidden;} .zidform_btn.inline_btn p { float: left; width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 10px; margin-bottom: 0; } .zidbtn_default,.zidregbtn,.zidloginbtn,.zidregcancelbtn,.btn_L3 em, .btn_L5 em{ background-color: #42a3d6; font-style: normal; color: #fff; font-size: 16px; padding:8px 10px; border-radius: 8px; border: 0 none; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom:2px solid #1f90cc; cursor: pointer; display:block; text-align:center; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -webkit-appearance:none; line-height:24px; overflow:visible; } .zidregbtn { background-color: #29c27c; border-bottom-color: #15ab66; display: block; text-align: center; } .zidregcancelbtn { background-color: #e1e1e1; color: #888; border-bottom-color: #ccc; } .btn_L5 em { background-color: #e1e1e1; color: #888; border-bottom-color: #ccc; } /*hover*/ .zidbtn_default:hover,.zidbtn_default:focus, .zidloginbtn:hover, .zidloginbtn:focus{ background-color: #4baaf4; border-bottom-color: #3198e7; color:#fff; } .zidregbtn:hover, .zidregbtn:focus{ color: #fff; background-color: #42d491; border-bottom-color: #17c575; } .zidregcancelbtn:hover, .zidregcancelbtn:focus { background-color: #eaeaea; border-bottom-color: #dedede; } /*Button change pass*/ .formrow_changepass{ display:inline-block; border-radius:3px; padding:6px 8px; line-height:normal; font-size:12px; color:#fff; background-color:#666; margin-top:5px; transition: all 0.5s ease 0s; } .formrow_changepass:hover{color:#fff;background-color:#42a3d6;} /* Tab panel --------------------*/ .tab_panel_item { padding: 10px; border: 1px solid #ddd; border-bottom-width:0; display: block; color: #333; margin:0 0 -1px; background-color:#f3f3f3; } .tab_panel_icon { float: right; font-size: 24px; color: #888; font-weight: 300; width: 16px; height: 16px; background-position: -32px -272px; margin-top:2px; margin-left:15px; } .tab_panelcontent { padding: 10px; display: none; border: 1px solid #ddd; /*border-bottom: 0;*/ } .tab_panelcontent .formrow_group .formrow:first-child{margin-top:-10px;} /*hover*/ .tab_panel_item:hover .tab_panel_icon{background-position:-48px -272px;} .tab_panel_item_wrapper.expanded .tab_panel_item{font-weight:bold;} .tab_panel_item_wrapper.expanded .tab_panel_icon{background-position:-32px -288px;} .tab_panel_item_wrapper.expanded .tab_panel_item:hover .tab_panel_icon { background-position: -48px -288px; } .tab_panel_item_wrapper.expanded .tab_panelcontent{display:block;} /*First tab*/ .tab_panel_item_wrapper.first .tab_panel_item{border-radius:8px 8px 0 0;} /*Last tab*/ .tab_panel_item_wrapper.last .tab_panel_item { border-radius: 0 0 8px 8px; border-bottom-width: 1px; } .tab_panel_item_wrapper.last.expanded .tab_panel_item{border-radius:0;} .tab_panel_item_wrapper.last .tab_panelcontent { border-radius: 0 0 8px 8px; border-bottom: 1px solid #ddd; } /*Landing menu --------------------------- */ .landing_menu_title { border: 1px solid #e5e5e5; background-color:#eee; padding: 10px 20px; margin: 0; font-weight: 300; line-height: normal; font-size:14px; margin: -15px -10px 0; word-wrap: break-word; text-align: center; } .landing_menu_title strong{font-weight:bold;} .landing_menu{margin:0 -10px;border-left:1px solid #e5e5e5;} .landing_menu .menu_cell{float: left;width:33.333%;} .landing_menu .menu_cell a { display: block; margin: 0; padding: 18px 20px; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; min-height: 80px; text-align: center; font-size: 12px; line-height:18px; color: #333; transition: all 0.5s ease 0s; } .landing_menu .menu_cell a:hover, .landing_menu .menu_cell a:focus{background-color:#f6f6f6;} .landing_menu .zid_subnav_icon { border: 0; display: block; margin: 0 auto 5px; border-width:6px; border-style: solid; } .landing_menu .m01 .zid_subnav_icon{border-color:#e19504;background-color:#e19504;} .landing_menu .m02 .zid_subnav_icon{border-color:#3a99c0;background-color:#3a99c0;} .landing_menu .m03 .zid_subnav_icon{border-color:#36ac81;background-color:#36ac81;} .landing_menu .m04 .zid_subnav_icon{border-color:#bc3617;background-color:#bc3617;} .landing_menu .m05 .zid_subnav_icon{border-color:#5c4494;background-color:#5c4494;} .landing_menu .m06 .zid_subnav_icon{border-color:#e4e4e4;background-color:#e4e4e4;} .landing_menu .m07 .zid_subnav_icon{border-color:#637697;background-color:#637697;} /*Feedback message --------------------------------*/ .zidreg_feedback { text-align: center;line-height: 24px;margin-bottom:10px;} .zidreg_feedback p{margin:0 0 10px;padding:0;} .zidreg_feedback_morelink{color:#999;} .zidreg_feedback_morelink a{margin:0 8px;} .zidloginnowbtn{width:160px;margin:0 auto;} .zidbtn_tryagain{max-width:300px;margin:0 auto;} /*Register --------------------*/ .text_have_acc{margin-top:0;margin-bottom:10px;} .zidreg_checkterm{margin:0 0 15px;display:block;} .zidreg_checkterm input{margin-right:5px;vertical-align:-1px;} /*Login form --------------------*/ .grpoption_left{float:left;width:60%;} .grpoption_left label{margin-bottom:5px;} .grpoption_left label:last-child{margin-bottom:0;} .grpoption_right{float:right;width:40%;} .zidlogin_regnewacc{border-top:1px solid #f3f3f3;} .zidlogin_regnewacc_inner{padding-top:15px;} .other_loginmethod{margin-top:15px;border-top: 1px solid #f3f3f3;} .other_loginmethod_inner { padding-top: 15px; padding-bottom:15px; overflow: hidden; text-align:center; } .other_loginmethod h3{margin:0 0 10px;padding:0;font-weight:normal;font-size:14px;} .other_loginmethod .otheracc_icon{margin:0 -8px;min-height:40px;} .other_loginmethod .otheracc_icon p{float:left;width:50%;margin:0;} .btn_loginsocial{ border-radius:8px; display:block; vertical-align: bottom; padding: 7px 12px; color: #fff; transition: all 0.2s ease 0s; border-style:solid; border-width:1px; background-color:#fff; margin:0 8px; } .btn_loginsocial:hover{color:#fff;text-decoration:none;} .btn_loginsocial span { display: inline-block; width: 24px; height: 24px; margin:0 6px; border-radius: 100%; vertical-align:-6px; } .via_facebook{color:#3d5a99;border-color:#3d5a99} .via_facebook:hover, .via_facebook:active, .via_facebook:focus{background-color:#3d5a99;} .via_facebook span{background-position:0 0;} .via_facebook:hover span, .via_facebook:active span, .via_facebook:focus span{background-position:-32px 0;} .via_gplus{color:#dc4a38;border-color:#dc4a38;} .via_gplus:hover, .via_gplus:active, .via_gplus:focus{background-color:#dc4a38;} .via_gplus span{background-position:0 -32px;} .via_gplus:hover span, .via_gplus:active span, .via_gplus:focus span{background-position:-32px -32px;} .via_yahoo{color:#4101af;border-color:#4101af;} .via_yahoo:hover, .via_yahoo:active, .via_yahoo:focus{background-color:#4101af;} .via_yahoo span{background-position:0 -64px;} .via_yahoo:hover span, .via_yahoo:active span, .via_yahoo:focus span{background-position:-32px -64px;} /*other styles -----------------------*/ .pagetitle_text { font-size: 20px; border-bottom: 1px solid #ccc; padding: 10px 0; margin-bottom: 10px; font-weight: 300; margin-top: -15px; display: none; } .existing_email_list label{display:block;margin-right:30px;} .existing_email_list label.selected{color:#42a3d6;} .existing_email_list label.deleted { color: #aaa; font-style: italic; text-decoration: line-through; margin-right:100px; } .btnico_delete, .btnico_undo { width: 23px; height: 23px; float: right; margin-top:-2px; background-position: 0 -336px; } .btnico_delete:hover,.btnico_delete:focus{background-position:-32px -336px;} .btnico_undo{background-position:0 -368px;} .btnico_undo:hover, .btnico_undo:focus, a:hover .btnico_undo{background-position:-32px -368px;} .btn_undo { float: right; border-radius: 80px; color: #fff; line-height: 23px; height: 23px; color: #fff; font-size: 12px; background-color: #42a3d6; padding: 2px 10px 2px 2px; margin-top: -3px; margin-bottom: -4px; } .btn_undo:hover{color:#fff;background-color:#58c5ff;} .btn_undo .btnico_undo{float:left;margin-right:3px;margin-top:0;} .selectbox_birthday{padding-left:0;padding-right:0;} .selectbox_birthday .selectbox_cell {width: 33.333%;float: left;} .selectbox_birthday .selectbox_cell p { padding: 0 10px; margin: 0; border-right: 1px solid #ccc; } .selectbox_birthday .selectbox_cell:last-child p{border-right:0;} .forgot_pass_link { padding: 10px 0 0; margin: 15px -15px 0; text-align: center; border-top: 1px dashed #ddd; } /*List of Security Question*/ /*.question_list{position:fixed;height:100%;top:0;width:100%;left:50%;margin-left:-258px;z-index:3;}*/ .question_list ul,.question_list li{list-style:none;margin:0;padding:0;} .question_list ul{margin-top:-15px;} .question_list li{padding:10px 0;border-top:1px solid #eee;} .question_list li:first-child{border-top:0 none;} .question_list li input{margin-left:-10px;margin-right:5px;float: left;margin-top:4px;} /*Media Queries -----------------------------*/ @media only screen and (device-pixel-ratio:1.5), only screen and (-webkit-device-pixel-ratio:1.5), only screen and (-moz-device-pixel-ratio:1.5){ .zid_mainlogo a{background-image: url(../images/zingid_logo@1.5x.png);} .btn_loginsocial span,.zid_subnav_icon,.accname_bullet,.formrow_editbtn,.btnico_delete,.btnico_undo,.zid_nav_icon a,.switch_todesktop .icon,.zid_navback span,.tab_panel_icon,.form_catpcha_reload em{background-image: url(../images/icon_social@1.5x.png);} } @media only screen and (device-pixel-ratio:2), only screen and (-webkit-device-pixel-ratio:2), only screen and (-moz-device-pixel-ratio:2){ .zid_mainlogo a{background-image: url(../images/zingid_logo@2x.png);} .btn_loginsocial span,.zid_subnav_icon,.accname_bullet,.formrow_editbtn,.btnico_delete,.btnico_undo,.zid_nav_icon a,.switch_todesktop .icon,.zid_navback span,.tab_panel_icon,.form_catpcha_reload em{background-image: url(../images/icon_social@2x.png);} } @media only screen and (max-width:360px), only screen and (max-height: 480px){ .zid_header{height:22px;} .zid_navbar{margin-top:-2px;margin-bottom:-3px;} .zid_navback{margin-top:0;} .zid_pagetitle{font-size:16px;} .zid_mainlogo2 a{margin-top:-3px;} .zid_mainlogo a{margin:-2px 0;} .form_input{padding:12px 10px;font-size:14px;} .form_selectbox_wrapper{padding-top:12px;padding-bottom:12px;} .form_selectbox_wrapper select{font-size:14px;} .zidbtn_default,.zidregbtn,.zidloginbtn, .zidregcancelbtn, .zidloginnowbtn{padding:8px;} /*Captcha*/ .form_captcha_pic p{height:44px;margin-right:44px;} .form_catpcha_reload{padding:10px;} } @media only screen and (max-width:450px){ .btn_loginsocial .btntext{display:block;} } @media only screen and (max-width:320px){ .zid_register_touch{min-width:320px;} .zid_pagetitle span{display:none;} /*Captcha*/ .form_captcha_input{float:none;padding-right:0;width:auto;margin-bottom:0;} .form_captcha_input .form_input{border-radius:8px 8px 0 0 !important;} .form_captcha_pic{float:none;width:auto;} .form_captcha_pic p { margin-left: 0; border-radius: 0 0 0 8px; } .form_catpcha_reload{border-radius:0 0 8px 0;} /*Login*/ .grpoption_left label{margin-bottom:4px;font-size:13px;} /*Other login method*/ /* .other_loginmethod .otheracc_icon p{float:none;width:auto;display:inline;} .btn_loginsocial{display:inline-block;padding:8px;border-radius:8px;} .btn_loginsocial span{margin-right:0;margin-left:0;} .btn_loginsocial .btntext{display:none;} .via_facebook.bgsolid{background-color:#3d5a99;} .via_facebook.bgsolid span{background-position:-32px 0;} .via_gplus.bgsolid{background-color:#dc4a38;} .via_gplus.bgsolid span{background-position:-32px -32px;} .via_yahoo.bgsolid{background-color:#4101af;} .via_yahoo.bgsolid span{background-position:-32px -64px;}*/ }
0.277571
0.054174
.aj_method, .aj_steps_hidden, #aj_step2_gtmetrix_results, #aj_step2b_gtmetrix_results, #aj_step2c_gtmetrix_results, #aj_step2d_gtmetrix_results, #aj_step2e_gtmetrix_results, #aj_latest_please_wait, #aj_step4_y, #aj_step4_n, #aj_notification { display: none; } #aj_step2_gtmetrix_results td, #aj_step2b_gtmetrix_results td, #aj_step2c_gtmetrix_results td, #aj_step2d_gtmetrix_results td, #aj_step2e_gtmetrix_results td { vertical-align: top; text-align: center; } .aj_gtmetrix_result { font-size: 2rem; } .aj_gtmetrix_screenshot, #aj_notification { -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); max-width: 200px; } .aj_gtmetrix_screenshot_dashboard { -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); max-width: 125px; } .aj-steps-table h3 { height: 2em; } .aj_step_img { max-width: 150px; } .aj_field_error { border: solid 1px #ff0000; } #aj_notification { position: fixed; top: 50%; left: 40%; width: 20%; z-index: 105; text-align: center; font-weight: normal; font-size: 14px; font-weight: bold; color: white; background-color: #ff7800; padding: 5px; } #aj_notification span.aj_dismiss { border: 2px solid #fff; padding: 0 5px; cursor: pointer; float: right; margin-right: 10px; } #aj_notification a { color: white; text-decoration: none; font-weight: bold; } .aj ol { list-style-type: decimal; } .aj ul { list-style-type: circle; } .aj ol, .aj ul { margin-left: 2em; } .aj_plugin { border: solid 1px #cccccc; padding: 15px; background-color: #f5f5dc; margin-top: 15px; } .aj_loader_loading_text { margin: 0; text-align: center; } .aj_loader { height: 25px; width: 100%; content: ""; position: relative; overflow: hidden; background-color: #ddd; } .aj_loader:before { display: block; position: absolute; content: ""; left: -200px; width: 200px; height: 25px; background-color: #2980b9; animation: aj_loading 3s linear infinite; } @keyframes aj_loading { from { left: -200px; width: 30%; } 50% { width: 30%; } 70% { width: 70%; } 80% { left: 50%; } 95% { left: 120%; } to { left: 100%; } } .asItemDetail { background: #fff; border: 1px solid #ccc; padding: 5px 15px; margin: 15px 10px 10px 0; }
public/content/plugins/async-javascript/css/admin.css
.aj_method, .aj_steps_hidden, #aj_step2_gtmetrix_results, #aj_step2b_gtmetrix_results, #aj_step2c_gtmetrix_results, #aj_step2d_gtmetrix_results, #aj_step2e_gtmetrix_results, #aj_latest_please_wait, #aj_step4_y, #aj_step4_n, #aj_notification { display: none; } #aj_step2_gtmetrix_results td, #aj_step2b_gtmetrix_results td, #aj_step2c_gtmetrix_results td, #aj_step2d_gtmetrix_results td, #aj_step2e_gtmetrix_results td { vertical-align: top; text-align: center; } .aj_gtmetrix_result { font-size: 2rem; } .aj_gtmetrix_screenshot, #aj_notification { -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); max-width: 200px; } .aj_gtmetrix_screenshot_dashboard { -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); max-width: 125px; } .aj-steps-table h3 { height: 2em; } .aj_step_img { max-width: 150px; } .aj_field_error { border: solid 1px #ff0000; } #aj_notification { position: fixed; top: 50%; left: 40%; width: 20%; z-index: 105; text-align: center; font-weight: normal; font-size: 14px; font-weight: bold; color: white; background-color: #ff7800; padding: 5px; } #aj_notification span.aj_dismiss { border: 2px solid #fff; padding: 0 5px; cursor: pointer; float: right; margin-right: 10px; } #aj_notification a { color: white; text-decoration: none; font-weight: bold; } .aj ol { list-style-type: decimal; } .aj ul { list-style-type: circle; } .aj ol, .aj ul { margin-left: 2em; } .aj_plugin { border: solid 1px #cccccc; padding: 15px; background-color: #f5f5dc; margin-top: 15px; } .aj_loader_loading_text { margin: 0; text-align: center; } .aj_loader { height: 25px; width: 100%; content: ""; position: relative; overflow: hidden; background-color: #ddd; } .aj_loader:before { display: block; position: absolute; content: ""; left: -200px; width: 200px; height: 25px; background-color: #2980b9; animation: aj_loading 3s linear infinite; } @keyframes aj_loading { from { left: -200px; width: 30%; } 50% { width: 30%; } 70% { width: 70%; } 80% { left: 50%; } 95% { left: 120%; } to { left: 100%; } } .asItemDetail { background: #fff; border: 1px solid #ccc; padding: 5px 15px; margin: 15px 10px 10px 0; }
0.351089
0.088978
html{ scroll-behavior: smooth; } .conta{ padding:10px; } .foto{ font-family: 'MedievalSharp', cursive; position: absolute; top: 5px; } .fotofoto .comentario{ width: 300; } .foto2{ width:200px; height:100px; font-family: 'MedievalSharp', cursive; position: absolute; top: 5px; line-height:100px; display: hidden; } .comentario { display: block; position: absolute; opacity: 0; } .foto:hover .comentario{ background-color: rgba(52, 58, 64, 0.9); position:relative; top:20px; left:100%; padding: 3%; opacity: 1; border-radius: 5px; position:absolute; padding:2px; padding-top: -10em; line-height:20px; display: block; color:#fff; width:200%; z-index:1000 ; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .foto2:hover .comentario{ background-color: rgba(52, 58, 64, 0.9); position:relative; top:80px; right:170px; padding: 3%; opacity: 1; border-radius: 5px; position:absolute; padding:2px; padding-top: -10em; line-height:20px; display: block; color:#fff; width:200%; z-index:1000 ; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .ano{ margin-bottom: 5vh; } .gradiante{ background-image: linear-gradient(to bottom, #000000, #280300); } .port{ background-image: linear-gradient(to bottom, #000000, #120200); } .final{ padding-top: 8%; background-image: linear-gradient(to bottom, #120200, #1a0300); } .naoentra{ margin-top: 6.4% } .oie img{ transition: 0.4s; } .oie img:hover{ -webkit-transform: scale(1.05); -ms-transform:scale(1.05); transform: scale(1.05); } #sobre{ width: 80%; margin-left: auto; margin-right: auto; text-align: center; } .linha{ margin-left: auto; margin-right: auto; text-align: center; } .fundo{ background-image: linear-gradient(to bottom, #400701, #000000); } #dest{ text-align: center; } .fundo-destaqu{ background-image: linear-gradient(to bottom, #280300, #400701); background-repeat: no-repeat; width: 100%; height: auto; } .counts{ padding: 2% 0; } .count-box{ width: 100%; } .count-box span h4{ margin: auto; display: block; margin-left: 15vh } .count-box h5{ } .textoLivros{ } @media (min-width: 576px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } @media (min-width: 768px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } @media (min-width: 992px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } @media (min-width: 1200px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } .tabela{ padding-top: 5em } th, td{ text-align: center; width: 100% } table{ border-collapse: collapse; width: 100%; } th, td{ padding: 15px; } .centro{ text-align: center; }
css/estilo.css
html{ scroll-behavior: smooth; } .conta{ padding:10px; } .foto{ font-family: 'MedievalSharp', cursive; position: absolute; top: 5px; } .fotofoto .comentario{ width: 300; } .foto2{ width:200px; height:100px; font-family: 'MedievalSharp', cursive; position: absolute; top: 5px; line-height:100px; display: hidden; } .comentario { display: block; position: absolute; opacity: 0; } .foto:hover .comentario{ background-color: rgba(52, 58, 64, 0.9); position:relative; top:20px; left:100%; padding: 3%; opacity: 1; border-radius: 5px; position:absolute; padding:2px; padding-top: -10em; line-height:20px; display: block; color:#fff; width:200%; z-index:1000 ; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .foto2:hover .comentario{ background-color: rgba(52, 58, 64, 0.9); position:relative; top:80px; right:170px; padding: 3%; opacity: 1; border-radius: 5px; position:absolute; padding:2px; padding-top: -10em; line-height:20px; display: block; color:#fff; width:200%; z-index:1000 ; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .ano{ margin-bottom: 5vh; } .gradiante{ background-image: linear-gradient(to bottom, #000000, #280300); } .port{ background-image: linear-gradient(to bottom, #000000, #120200); } .final{ padding-top: 8%; background-image: linear-gradient(to bottom, #120200, #1a0300); } .naoentra{ margin-top: 6.4% } .oie img{ transition: 0.4s; } .oie img:hover{ -webkit-transform: scale(1.05); -ms-transform:scale(1.05); transform: scale(1.05); } #sobre{ width: 80%; margin-left: auto; margin-right: auto; text-align: center; } .linha{ margin-left: auto; margin-right: auto; text-align: center; } .fundo{ background-image: linear-gradient(to bottom, #400701, #000000); } #dest{ text-align: center; } .fundo-destaqu{ background-image: linear-gradient(to bottom, #280300, #400701); background-repeat: no-repeat; width: 100%; height: auto; } .counts{ padding: 2% 0; } .count-box{ width: 100%; } .count-box span h4{ margin: auto; display: block; margin-left: 15vh } .count-box h5{ } .textoLivros{ } @media (min-width: 576px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } @media (min-width: 768px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } @media (min-width: 992px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } @media (min-width: 1200px) { .textoLivros{ margin-top: 4% } .port{ padding-top: 4% } .naoentra{ margin-top: 6.4% } } .tabela{ padding-top: 5em } th, td{ text-align: center; width: 100% } table{ border-collapse: collapse; width: 100%; } th, td{ padding: 15px; } .centro{ text-align: center; }
0.395718
0.063164
color: #ffce00; font-size: 90%; padding: 4px 2px; } #ap-list-side-labels { display: inline-block; width: 90%; } #ap-list-eny { display: inline-block; text-align: center; width: 50%; opacity: 1.0; } #ap-list-frd { display: inline-block; text-align: center; width: 50%; opacity: 0.5; } #ap-list-reload { display: inline-block; text-align: right; width: 10%; } #ap-list-table { width: 100%; table-layout:fixed; } .ap-list-td-checkbox { width: 18px; height: 1px; } .ap-list-td-link { overflow:hidden; white-space:nowrap; } .ap-list-td-link-eny { } .ap-list-td-link-frd { } .ap-list-td-ap { width: 44px; white-space:nowrap; } .ap-list-td-eff-lv { width: 20px; } .ap-list-checkbox-outer { display: table; height: 100%; width: 100%; } .ap-list-checkbox-inner { display: table-cell; vertical-align: middle; text-align: center; width: 12px; height: 12px; border: 1px solid rgb(32, 168, 177); margin: 0 auto; } .ap-list-checkbox-selected { background-color: rgb(32, 168, 177); } .ap-list-checkbox-header { width: 8px; height: 0px; margin: auto; border: 1px solid rgb(32, 168, 177); } .ap-list-link { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ap-list-link-selected { font-style:italic; } .ap-list-center-div { width: 55%; margin: 0px auto; } .ap-list-page-control { float:left; padding: 0 5px; } .ap-list-page-text { float:left; text-align: center; color: rgb(32, 168, 177); } #ap-list-current-p { width: 20px; } #ap-list-total-p { width: 20px; } .ap-list-triangle { float:left; clear:none; border-style:solid; } .ap-list-triangle-left { border-color: transparent rgb(32, 168, 177) transparent transparent; } .ap-list-triangle-left-half { border-width: 7.5px 7.5px 7.5px 0px; } .ap-list-triangle-left-full { border-width: 7.5px 13px 7.5px 0px; } .ap-list-triangle-right { border-color: transparent transparent transparent rgb(32, 168, 177); } .ap-list-triangle-right-half { border-width: 7.5px 0px 7.5px 7.5px; } .ap-list-triangle-right-full { border-width: 7.5px 0px 7.5px 13px; } #ap-list-pagination { display: inline-block; width: 90%; vertical-align: bottom; } #ap-list-misc-info { display: inline-block; vertical-align: bottom; padding: 0px 6px; }
plugins/broken/ap-list.css
color: #ffce00; font-size: 90%; padding: 4px 2px; } #ap-list-side-labels { display: inline-block; width: 90%; } #ap-list-eny { display: inline-block; text-align: center; width: 50%; opacity: 1.0; } #ap-list-frd { display: inline-block; text-align: center; width: 50%; opacity: 0.5; } #ap-list-reload { display: inline-block; text-align: right; width: 10%; } #ap-list-table { width: 100%; table-layout:fixed; } .ap-list-td-checkbox { width: 18px; height: 1px; } .ap-list-td-link { overflow:hidden; white-space:nowrap; } .ap-list-td-link-eny { } .ap-list-td-link-frd { } .ap-list-td-ap { width: 44px; white-space:nowrap; } .ap-list-td-eff-lv { width: 20px; } .ap-list-checkbox-outer { display: table; height: 100%; width: 100%; } .ap-list-checkbox-inner { display: table-cell; vertical-align: middle; text-align: center; width: 12px; height: 12px; border: 1px solid rgb(32, 168, 177); margin: 0 auto; } .ap-list-checkbox-selected { background-color: rgb(32, 168, 177); } .ap-list-checkbox-header { width: 8px; height: 0px; margin: auto; border: 1px solid rgb(32, 168, 177); } .ap-list-link { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ap-list-link-selected { font-style:italic; } .ap-list-center-div { width: 55%; margin: 0px auto; } .ap-list-page-control { float:left; padding: 0 5px; } .ap-list-page-text { float:left; text-align: center; color: rgb(32, 168, 177); } #ap-list-current-p { width: 20px; } #ap-list-total-p { width: 20px; } .ap-list-triangle { float:left; clear:none; border-style:solid; } .ap-list-triangle-left { border-color: transparent rgb(32, 168, 177) transparent transparent; } .ap-list-triangle-left-half { border-width: 7.5px 7.5px 7.5px 0px; } .ap-list-triangle-left-full { border-width: 7.5px 13px 7.5px 0px; } .ap-list-triangle-right { border-color: transparent transparent transparent rgb(32, 168, 177); } .ap-list-triangle-right-half { border-width: 7.5px 0px 7.5px 7.5px; } .ap-list-triangle-right-full { border-width: 7.5px 0px 7.5px 13px; } #ap-list-pagination { display: inline-block; width: 90%; vertical-align: bottom; } #ap-list-misc-info { display: inline-block; vertical-align: bottom; padding: 0px 6px; }
0.409929
0.121451
/* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li > a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li > a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li > a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: 0.2rem; } .mobile-top-bar { left: unset; }
header.css
/* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li > a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li > a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li > a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: 0.2rem; } .mobile-top-bar { left: unset; }
0.290779
0.087019
body{ font: 15px/1.5 Junge, Arial, Helvetica, sans-serif; padding: 0; margin: 0; background-color: lightgoldenrodyellow; } .container{ width: 80%; margin: auto; overflow: hidden; } .caret:hover { color: black; } input[type=text], input[type=tel], input[type=email],input[type=date],input[type=time], input[type=number], input[type=password], textarea { width: 100px; padding: 12px; border: 3px solid darkgray; margin-top: -10px; margin-bottom: 16px; resize: vertical; } textarea { width: 400px; padding: 12px; border: 3px solid darkgray; margin-top: 6px; margin-bottom: 16px; resize: vertical; } header{ background: gray; color: white; padding-top: 8px; padding-bottom: 8px; min-height: 35px; border-top: white 3px solid; border-bottom: white 3px solid; margin-bottom: 1px; } header a{ color: white; text-decoration: none; text-transform: uppercase; font-size: 13px; } header ul{ margin-top: 2px; padding: 0; } header li{ float: left; display: inline; padding: 0 20px 0 20px; } .float { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: black; color: #FFF; border-radius: 50px; text-align: center; box-shadow: 2px 2px 3px #999; } .my-float { margin-top: 22px; } .topnav .m-icon{ display: none; } header #brand_name{ display: inline-flex; } header #brand_name h1{ margin: 0; font-family: Titillium Web, Arial, Helvetica, sans-serif; font-size: 25px; } header nav{ float: right; margin-top: 7px; } header .highlight, header .current a{ font-weight: bold; color: #cccccc; } header a:hover{ color: black; font-weight: bold; } .username-text { width: auto; } #showcase{ min-height: 375px; background-image: url('../img/car-banner-1360.gif'); text-align: center; color: white; border-bottom: white 3px solid; background-size: cover; } .showcase-container { overflow: hidden; } #rmw-section { } #showcase-search { margin-top: 50px; display: inline-flex; margin-left: 5px; } #showcase-search input { height: 25px; width: 150px; margin-right: -5px; } #showcase-search button{ height: 55px; width: 90px; margin-right: -5px; border: none; } #showcase-search button:hover{ background-color: #333; color: white; } #showcase h4{ margin-top: 100px; font-size: 30px; margin-bottom: 0px; } #showcase p{ font-size: 15px; margin-top: 0px; } .modal-form { display: flex; flex-direction: column; } .modal-form div{ display: flex; flex-direction: row; } .modal-form button { height: 55px; border: none; background-color: #333; color: white; } .modal-form button:hover{ background-color: black; color: white; } .rides-showcase { min-height: 700px; background: gray; text-align: center; color: black; border-bottom: white 3px solid; } #rmw-offers{ margin: 0px 0px 0px 0px; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto; background: gray; } #rmw-offers div { display: inline-flex; } #rmw-offers div img{ border-radius: 80px; } .rmw-offers-heading a { float: right; text-decoration: none; text-transform: uppercase; margin-right:50px; } .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgb(0,0,0); background-color: rgb(0,0,0.4); } .modal-content { background-color: #fefefe; margin: 5px 30% 40px 30%; padding: 10px; border: 1px solid #888; width: 40%; } #add-ride-modal { display: none; } #login-modal { display: none; } #signup-modal { display: none; } #username-text { width: auto; } #password-text { width: auto; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .box-container{ margin: auto; display: flex; flex-wrap: wrap; } .box-container .box{ background: #FFFFFF; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: darkgray 5px solid; float: left; flex-grow: 1; text-align: center; width: 212px; height: 270px; padding: 5px; margin-left: 5px; margin-bottom: 10px; } .box-container img{ width: 220px; height: 110px; margin: -5px -15px 0px -20px; } .box p{ margin: 3px; } .label-container{ position:fixed; bottom:48px; right:105px; display:table; visibility: hidden; } .label-text{ color:#FFF; background:rgba(51,51,51,0.5); display:table-cell; vertical-align:middle; padding:10px; border-radius:3px; } .label-arrow{ display:table-cell; vertical-align:middle; color:#333; opacity:0.5; } button.float + div.label-container { visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s ease; } button.float:hover + div.label-container{ visibility: visible; opacity: 1; } .price-holder{ display: flex } .price-holder p{ margin: 0 15% 0 15%; font-style: normal; font-weight: normal; line-height: normal; font-size: 18px; text-align: right; text-transform: capitalize; } .old-price{ text-decoration-line: line-through; color: #000000; } .btn { border: none; color: white; padding: 14px 28px; font-size: 16px; cursor: pointer; } .default {background-color: #e7e7e7; color: black;} .default:hover {background: #e8419d;} footer { padding: 20px; margin-top: 20px; color: #ffffff; background-color:#35424a; border-bottom: #e8419d 3px solid; } footer a{ text-decoration: none; color: white; } footer a:hover{ color: #e8419d; font-weight: bold; } @media (max-width:768px){ header .container{ width: 100%; } .box-container { display: flex; flex-wrap: wrap; margin-left: 20%; } .box-container .box{ background: #FFFFFF; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); text-align: center; width: 200px; height: 280px; padding: 5px; margin-left: 5px; margin-bottom: 30px; } .box-container img{ width: 182px; height: 110px; margin-top: 5px; } .h-text{ text-align: center; border-radius: 2px; border-bottom: #e8419d 3px solid; } .card{ box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } header #branding, header nav, header nav li { float: none; text-align: center; width: 100%; } } @media screen and (max-width: 600px) { .topnav li:not(:last-child) {display: none;} .topnav .m-icon { position: fixed; display: inline; right: 20px; top: 20px; } #showcase { background-image: url('../img/car-banner1-600px.jpg'); } .modal-content { background-color: #fefefe; margin: 10px 10px 10px 10px; padding: 10px; border: 1px solid #888; width: 90%; } textarea { width: auto; padding: 12px; border: 3px solid darkgray; margin-top: 6px; margin-bottom: 16px; resize: vertical; } .car-text { width: auto; } } @media screen and (max-width: 600px) { .topnav.responsive {position: relative;} .topnav.responsive .m-icon { position: absolute; right: 20px; top: 20px; } .topnav.responsive li { float: none; display: grid; grid-template-rows: 30px; } }
UI/assets/css/style.css
body{ font: 15px/1.5 Junge, Arial, Helvetica, sans-serif; padding: 0; margin: 0; background-color: lightgoldenrodyellow; } .container{ width: 80%; margin: auto; overflow: hidden; } .caret:hover { color: black; } input[type=text], input[type=tel], input[type=email],input[type=date],input[type=time], input[type=number], input[type=password], textarea { width: 100px; padding: 12px; border: 3px solid darkgray; margin-top: -10px; margin-bottom: 16px; resize: vertical; } textarea { width: 400px; padding: 12px; border: 3px solid darkgray; margin-top: 6px; margin-bottom: 16px; resize: vertical; } header{ background: gray; color: white; padding-top: 8px; padding-bottom: 8px; min-height: 35px; border-top: white 3px solid; border-bottom: white 3px solid; margin-bottom: 1px; } header a{ color: white; text-decoration: none; text-transform: uppercase; font-size: 13px; } header ul{ margin-top: 2px; padding: 0; } header li{ float: left; display: inline; padding: 0 20px 0 20px; } .float { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: black; color: #FFF; border-radius: 50px; text-align: center; box-shadow: 2px 2px 3px #999; } .my-float { margin-top: 22px; } .topnav .m-icon{ display: none; } header #brand_name{ display: inline-flex; } header #brand_name h1{ margin: 0; font-family: Titillium Web, Arial, Helvetica, sans-serif; font-size: 25px; } header nav{ float: right; margin-top: 7px; } header .highlight, header .current a{ font-weight: bold; color: #cccccc; } header a:hover{ color: black; font-weight: bold; } .username-text { width: auto; } #showcase{ min-height: 375px; background-image: url('../img/car-banner-1360.gif'); text-align: center; color: white; border-bottom: white 3px solid; background-size: cover; } .showcase-container { overflow: hidden; } #rmw-section { } #showcase-search { margin-top: 50px; display: inline-flex; margin-left: 5px; } #showcase-search input { height: 25px; width: 150px; margin-right: -5px; } #showcase-search button{ height: 55px; width: 90px; margin-right: -5px; border: none; } #showcase-search button:hover{ background-color: #333; color: white; } #showcase h4{ margin-top: 100px; font-size: 30px; margin-bottom: 0px; } #showcase p{ font-size: 15px; margin-top: 0px; } .modal-form { display: flex; flex-direction: column; } .modal-form div{ display: flex; flex-direction: row; } .modal-form button { height: 55px; border: none; background-color: #333; color: white; } .modal-form button:hover{ background-color: black; color: white; } .rides-showcase { min-height: 700px; background: gray; text-align: center; color: black; border-bottom: white 3px solid; } #rmw-offers{ margin: 0px 0px 0px 0px; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto; background: gray; } #rmw-offers div { display: inline-flex; } #rmw-offers div img{ border-radius: 80px; } .rmw-offers-heading a { float: right; text-decoration: none; text-transform: uppercase; margin-right:50px; } .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgb(0,0,0); background-color: rgb(0,0,0.4); } .modal-content { background-color: #fefefe; margin: 5px 30% 40px 30%; padding: 10px; border: 1px solid #888; width: 40%; } #add-ride-modal { display: none; } #login-modal { display: none; } #signup-modal { display: none; } #username-text { width: auto; } #password-text { width: auto; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .box-container{ margin: auto; display: flex; flex-wrap: wrap; } .box-container .box{ background: #FFFFFF; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: darkgray 5px solid; float: left; flex-grow: 1; text-align: center; width: 212px; height: 270px; padding: 5px; margin-left: 5px; margin-bottom: 10px; } .box-container img{ width: 220px; height: 110px; margin: -5px -15px 0px -20px; } .box p{ margin: 3px; } .label-container{ position:fixed; bottom:48px; right:105px; display:table; visibility: hidden; } .label-text{ color:#FFF; background:rgba(51,51,51,0.5); display:table-cell; vertical-align:middle; padding:10px; border-radius:3px; } .label-arrow{ display:table-cell; vertical-align:middle; color:#333; opacity:0.5; } button.float + div.label-container { visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s ease; } button.float:hover + div.label-container{ visibility: visible; opacity: 1; } .price-holder{ display: flex } .price-holder p{ margin: 0 15% 0 15%; font-style: normal; font-weight: normal; line-height: normal; font-size: 18px; text-align: right; text-transform: capitalize; } .old-price{ text-decoration-line: line-through; color: #000000; } .btn { border: none; color: white; padding: 14px 28px; font-size: 16px; cursor: pointer; } .default {background-color: #e7e7e7; color: black;} .default:hover {background: #e8419d;} footer { padding: 20px; margin-top: 20px; color: #ffffff; background-color:#35424a; border-bottom: #e8419d 3px solid; } footer a{ text-decoration: none; color: white; } footer a:hover{ color: #e8419d; font-weight: bold; } @media (max-width:768px){ header .container{ width: 100%; } .box-container { display: flex; flex-wrap: wrap; margin-left: 20%; } .box-container .box{ background: #FFFFFF; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); text-align: center; width: 200px; height: 280px; padding: 5px; margin-left: 5px; margin-bottom: 30px; } .box-container img{ width: 182px; height: 110px; margin-top: 5px; } .h-text{ text-align: center; border-radius: 2px; border-bottom: #e8419d 3px solid; } .card{ box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } header #branding, header nav, header nav li { float: none; text-align: center; width: 100%; } } @media screen and (max-width: 600px) { .topnav li:not(:last-child) {display: none;} .topnav .m-icon { position: fixed; display: inline; right: 20px; top: 20px; } #showcase { background-image: url('../img/car-banner1-600px.jpg'); } .modal-content { background-color: #fefefe; margin: 10px 10px 10px 10px; padding: 10px; border: 1px solid #888; width: 90%; } textarea { width: auto; padding: 12px; border: 3px solid darkgray; margin-top: 6px; margin-bottom: 16px; resize: vertical; } .car-text { width: auto; } } @media screen and (max-width: 600px) { .topnav.responsive {position: relative;} .topnav.responsive .m-icon { position: absolute; right: 20px; top: 20px; } .topnav.responsive li { float: none; display: grid; grid-template-rows: 30px; } }
0.449634
0.100525
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900'); .transition { -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; } .delay { -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s; } .no-delay { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; } /*1. css reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* 1.1 HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.5; font-family: 'Maven Pro', sans-serif; font-size: 18px; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } input, button, select, textarea { outline: none; } ::-webkit-input-placeholder { color: #b1b1b1; } :-moz-placeholder { /* Firefox 18- */ color: #b1b1b1; } ::-moz-placeholder { /* Firefox 19+ */ color: #b1b1b1; } :-ms-input-placeholder { color: #b1b1b1; } a { outline: none; } a, a:hover, a:active, a:focus { text-decoration: none; } /* css reset */ .text-center { text-align: center; } .text-right { text-align: right; } .text-left { text-align: left; } .pull-left { float: left; } .pull-right { float: right; } .clear { clear: both; } .pr { position: relative; } .no-padding { padding: 0 !important; } .no-margin { margin: 0 !important; } /* Global CSS */ body { margin: 0; background-color: #ed804a; color: #1f1f1f; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 20px; overflow-x: hidden; } h1 { font-size: 90px; line-height: 96px; } h2 { font-size: 70px; line-height: 75px; } h3 { font-size: 54px; line-height: 58px; } h4 { font-size: 39px; line-height: 43px; } h5 { font-size: 24px; line-height: 27px; } h6 { font-size: 16px; line-height: 27px; } .pad-top-120 { padding-top: 103px; } .pad-bottom-120 { padding-bottom: 103px; } .pad-top-60 { padding-top: 60px; } .pad-bottom-60 { padding-bottom: 60px; } .bg-white { background-color: #fff; } .bg-black { background-color: #1f1f1f; } .bg-offwhite { background-color: #f3f3f3; } .secTitle { text-align: center; text-transform: uppercase; color: #1f1f1f; font-weight: 900; } .secCaption { text-align: center; color: #898989; margin-top: 5px; margin-bottom: 9px; } .no-padding { padding: 0; } .btm-brdr { border: 1px solid #f3f3f3; } .parallax { background-attachment: fixed !important; background-size: cover !important; } ::-moz-selection { color: #fff; background: #ed804a; } ::selection { color: #fff; background: #ed804a; } /* et-line font */ @font-face { font-family: 'et-line'; src: url('../webkit/et-line.eot'); src: url('../webkit/et-line.eot?#iefix') format('embedded-opentype'), url('../webkit/et-line.woff') format('woff'), url('../webkit/et-line.ttf') format('truetype'), url('../webkit/et-line.svg#et-line') format('svg'); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: 'et-line'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble { font-family: 'et-line'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } .icon-mobile:before { content: "\e000"; } .icon-laptop:before { content: "\e001"; } .icon-desktop:before { content: "\e002"; } .icon-tablet:before { content: "\e003"; } .icon-phone:before { content: "\e004"; } .icon-document:before { content: "\e005"; } .icon-documents:before { content: "\e006"; } .icon-search:before { content: "\e007"; } .icon-clipboard:before { content: "\e008"; } .icon-newspaper:before { content: "\e009"; } .icon-notebook:before { content: "\e00a"; } .icon-book-open:before { content: "\e00b"; } .icon-browser:before { content: "\e00c"; } .icon-calendar:before { content: "\e00d"; } .icon-presentation:before { content: "\e00e"; } .icon-picture:before { content: "\e00f"; } .icon-pictures:before { content: "\e010"; } .icon-video:before { content: "\e011"; } .icon-camera:before { content: "\e012"; } .icon-printer:before { content: "\e013"; } .icon-toolbox:before { content: "\e014"; } .icon-briefcase:before { content: "\e015"; } .icon-wallet:before { content: "\e016"; } .icon-gift:before { content: "\e017"; } .icon-bargraph:before { content: "\e018"; } .icon-grid:before { content: "\e019"; } .icon-expand:before { content: "\e01a"; } .icon-focus:before { content: "\e01b"; } .icon-edit:before { content: "\e01c"; } .icon-adjustments:before { content: "\e01d"; } .icon-ribbon:before { content: "\e01e"; } .icon-hourglass:before { content: "\e01f"; } .icon-lock:before { content: "\e020"; } .icon-megaphone:before { content: "\e021"; } .icon-shield:before { content: "\e022"; } .icon-trophy:before { content: "\e023"; } .icon-flag:before { content: "\e024"; } .icon-map:before { content: "\e025"; } .icon-puzzle:before { content: "\e026"; } .icon-basket:before { content: "\e027"; } .icon-envelope:before { content: "\e028"; } .icon-streetsign:before { content: "\e029"; } .icon-telescope:before { content: "\e02a"; } .icon-gears:before { content: "\e02b"; } .icon-key:before { content: "\e02c"; } .icon-paperclip:before { content: "\e02d"; } .icon-attachment:before { content: "\e02e"; } .icon-pricetags:before { content: "\e02f"; } .icon-lightbulb:before { content: "\e030"; } .icon-layers:before { content: "\e031"; } .icon-pencil:before { content: "\e032"; } .icon-tools:before { content: "\e033"; } .icon-tools-2:before { content: "\e034"; } .icon-scissors:before { content: "\e035"; } .icon-paintbrush:before { content: "\e036"; } .icon-magnifying-glass:before { content: "\e037"; } .icon-circle-compass:before { content: "\e038"; } .icon-linegraph:before { content: "\e039"; } .icon-mic:before { content: "\e03a"; } .icon-strategy:before { content: "\e03b"; } .icon-beaker:before { content: "\e03c"; } .icon-caution:before { content: "\e03d"; } .icon-recycle:before { content: "\e03e"; } .icon-anchor:before { content: "\e03f"; } .icon-profile-male:before { content: "\e040"; } .icon-profile-female:before { content: "\e041"; } .icon-bike:before { content: "\e042"; } .icon-wine:before { content: "\e043"; } .icon-hotairballoon:before { content: "\e044"; } .icon-globe:before { content: "\e045"; } .icon-genius:before { content: "\e046"; } .icon-map-pin:before { content: "\e047"; } .icon-dial:before { content: "\e048"; } .icon-chat:before { content: "\e049"; } .icon-heart:before { content: "\e04a"; } .icon-cloud:before { content: "\e04b"; } .icon-upload:before { content: "\e04c"; } .icon-download:before { content: "\e04d"; } .icon-target:before { content: "\e04e"; } .icon-hazardous:before { content: "\e04f"; } .icon-piechart:before { content: "\e050"; } .icon-speedometer:before { content: "\e051"; } .icon-global:before { content: "\e052"; } .icon-compass:before { content: "\e053"; } .icon-lifesaver:before { content: "\e054"; } .icon-clock:before { content: "\e055"; } .icon-aperture:before { content: "\e056"; } .icon-quote:before { content: "\e057"; } .icon-scope:before { content: "\e058"; } .icon-alarmclock:before { content: "\e059"; } .icon-refresh:before { content: "\e05a"; } .icon-happy:before { content: "\e05b"; } .icon-sad:before { content: "\e05c"; } .icon-facebook:before { content: "\e05d"; } .icon-twitter:before { content: "\e05e"; } .icon-googleplus:before { content: "\e05f"; } .icon-rss:before { content: "\e060"; } .icon-tumblr:before { content: "\e061"; } .icon-linkedin:before { content: "\e062"; } .icon-dribbble:before { content: "\e063"; } /* header */ #header { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; padding: 40px 0; -webkit-transition: 0.2s all; -moz-transition: 0.2s all; transition: 0.2s all; margin: 20px; } .logo { padding-left: 25px; } .menuBar nav { background-color: transparent; border: 0; border-radius: 0; min-height: 100%; margin: 0; padding: 0; } .menuBar nav .navbar-collapse { border: 0; } .menuBar .navbar-nav>li>a { margin: 0 15px; letter-spacing: 3.5px; color: #fff; text-transform: uppercase; font-size: 15px; font-weight: 700; padding: 0 5px; position: relative; text-decoration: none; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; } .menuBar .navbar-nav>li:last-child>a { margin-right: 0; } .menuBar .navbar-nav>li { color: #ed804a; } .menuBar .navbar-nav>li > a:hover, .menuBar .navbar-nav>li > a:active, .menuBar .navbar-nav>li > a:focus, .menuBar .navbar-nav>li.active > a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #fff; background-color: transparent; } .menuBar .navbar-nav>li > a:after, .menuBar .navbar-nav>li.active > a:after { background-color: #ed804a; bottom: 0; left: 0; right: 0; content: ""; display: block; height: 1px; margin: auto 0; position: absolute; top: 0; transition: width 1s ease-in-out; width: 0%; } .menuBar .navbar-nav>li > a:hover:after, .menuBar .navbar-nav>li.active > a:after { width: 100%; } .menuBar { padding: 20px 15px; } #header.fixed { background-color: #1f1f1f; margin-top: 0; padding: 15px 0; vertical-align: middle; /*-webkit-box-shadow: 0px 9px 5px -8px rgba(31,31,31,1); -moz-box-shadow: 0px 9px 5px -8px rgba(31,31,31,1); box-shadow: 0px 9px 5px -8px rgba(31,31,31,1);*/ /*-webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all;*/ } #header.fixed .menuBar { padding: 15px; } /* banner */ .banner_slider { width: 100%; height: calc(100vh - 20px); height: -moz-calc(100vh - 20px); height: -webkit-calc(100vh - 20px); color: #fff; min-height: 800px; } .banner_slider img { width: 100%; height: 100%; } .banner_slider button.slick-arrow { display: none !important; } .banner_slider .slick-slide { height: calc(100vh - 20px); height: -moz-calc(100vh - 20px); height: -webkit-calc(100vh - 20px); } .banner_text { position: absolute; bottom: 190px; width: 100%; left: 0; } .banner_slider .slick-slide { position: relative; min-height: 800px; } .banner_slider .slick-1, .banner_slider .slick-2, .banner_slider .slick-3, .banner_slider .slick-4 { background-image: url("http://placehold.it/1920x1280"); background-size: cover; background-position: top right; } .slick-initialized .slick-slide:before { content: ""; display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); } .banner_text h6 { color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: 3.5px; } .line_through { text-decoration: line-through; color: #ed804a; } .banner_text h1 { text-transform: uppercase; font-weight: 900; letter-spacing: -6px; } .banner_text h1 span { color: #ed804a; } .banner_text p { width: 430px; margin: 100px 0 55px; } .banner_btns a { color: #fff; border: 3px solid #fff; padding: 13.5px 47px; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; margin-right: 15px; background-color: transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; font-weight: 900; } .banner_btns .filled-btn { background-color: #ed804a; border-color: #ed804a; padding: 13.5px 41px; } .banner_btns a:hover, .banner_btns a:active, .banner_btns a:focus { text-decoration: none; background-color: #ed804a; border-color: #ed804a; } .banner_btns .filled-btn:hover, .banner_btns .filled-btn:active, .banner_btns .filled-btn:focus { text-decoration: none; background-color: transparent; border-color: #fff; } .banner_slider .slick-dots { position: absolute; top: 50%; left: 40px; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); cursor: pointer; width: 50px; } .banner_slider .slick-dots li button { width: 30px; cursor: pointer; z-index: 200; cursor: pointer; height: 3px; background: #fff; padding: 0; margin: 0; border: 0; font-size: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; cursor: pointer; line-height: normal; display: inline-block; position: absolute; top: 0; border-radius: 10px; } .banner_slider .slick-dots li:hover button, .banner_slider .slick-dots li.slick-active button { width: 50px; } .banner_slider .slick-dots li { height: 10px; line-height: 5px; margin-bottom: 5px; display: inline-block; width: 100%; position: relative; float: left; } .banner_slider .slick-dots li:last-child { margin-bottom: 0; } :focus { outline: none !important; } .popup-open { overflow: hidden; } /* Choose */ .fIcons { color: #ed804a; font-size: 40px; } .chooseBox { border: 10px solid #f3f3f3; padding: 15px 20px; margin-bottom: 30px; } .chooseBox .fIcons { margin-bottom: 20px; } .chooseBox h6 { color: #1f1f1f; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; } .chooseBox h6:after { content: ""; display: block; width: 30px; height: 2px; background-color: #ed804a; margin-bottom: 20px; } .chooseBox p { font-size: 16px; color: #8a8a8a; line-height: 27px; } .chooseus:last-child .chooseBox, .chooseus:nth-last-child(2) .chooseBox, .chooseus:nth-last-child(3) .chooseBox { margin-bottom: 17px; } /* loved */ .paraxify{ background-attachment: fixed; background-position: center center; background-size: cover; } #loved { background-image: url('http://placehold.it/1920x1100') ; background-position: center; position: relative; height: 100%; } .parallax-window { min-height: 400px; background: transparent; } #loved:before { content: ""; display: inline-block; width: 100%; height: 100%; position: absolute; background-color: rgba(0,0,0,0.40); left: 0; top: 0; } .loved { text-align: center; color: #fff; } .loved .fIcons { font-size: 74px; color: #ed804a; margin-bottom: 40px; margin-top: 18px; } .loved h4 { letter-spacing: 9.75px; text-transform: uppercase; font-weight: 900; margin-bottom: 50px; } .loved h4 span, .loved h5 span { color: #ed804a; } .loved h5 { letter-spacing: 7.2px; text-transform: uppercase; font-weight: 700; margin-bottom: 15px; } .loved h6 { margin-bottom: 9px; } /* box */ .outBox { width: 360px; text-transform: uppercase; font-weight: 900; color: #1f1f1f; margin-top: 58px; line-height: 83px; } .outBox .topOut { border: 10px solid #ed804a; padding: 30px 40px; } .outBox > .btmOut { padding: 15px 45px; display: inline-block; } .progressBlock { margin-left: 50px; border: 10px solid #f3f3f3; padding: 43px 50px; margin-top: 17px; margin-bottom: 17px; } .progress-head { font-size: 16px; font-weight: 700; line-height: 27px; letter-spacing: 3.5px; text-transform: uppercase; } .progressBar .progress .progress-bar { border: 0; border-radius: 0; background-color: #ed804a; box-shadow: none; -webkit-transition: width 1.5s ease-in-out; transition: width 1.5s ease-in-out; } .progressBar .progress { border: 0; border-radius: 0; height: 10px; background-color: #f3f3f3; box-shadow: none; margin-bottom: 42px; } .progressText p { font-size: 16px; line-height: 27px; } .box-progress-bar { overflow: hidden; border: 0; border-radius: 0; height: 10px; background-color: #f3f3f3; box-shadow: none; margin-bottom: 42px; position: relative; } .box-progress-bar .bar { border: 0; border-radius: 0; background-color: #ed804a; box-shadow: none; -webkit-transition: width 1.5s ease-in-out; transition: width 1.5s ease-in-out; display: block; height: 10px; position: relative; top: 1px; width: 0; } .box-progress-bar span.text { font-size: 0; } /* process */ .processTabs .nav-tabs { border: 0; display: inline-block; width: 100%; margin-bottom: 60px; } .processTabs .nav-tabs > li > a { border: 0; text-align: center; font-size: 14px; color: #898989; text-transform: uppercase; letter-spacing: 3.5px; font-weight: 700; padding: 0; margin: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .processTabs .nav-tabs>li.active>a, .processTabs .nav-tabs>li.active>a:focus, .processTabs .nav-tabs>li.active>a:hover, .processTabs .nav-tabs>li.active>a span, .processTabs .nav-tabs>li.active>a:focus span, .processTabs .nav-tabs>li.active>a:hover span { color: #ed804a; border: 0; background-color: transparent; } .processTabs .nav-tabs > li > a span { display: block; color: #898989; margin-bottom: 28px; } .processTabs .nav-tabs>li { margin-left: 156px; margin-bottom: 0; } .processTabs .nav-tabs>li:first-child { margin: 0 0 0 15px; } .processTabs .nav>li>a:focus, .processTabs .nav>li>a:hover, .processTabs .nav>li>a:focus span, .processTabs .nav>li>a:hover span { background-color: transparent; color: #ed804a; } .leftTab p { font-size: 14px; text-align: right; line-height: 27px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; } .rightTab p { font-size: 16px; line-height: 27px; margin-bottom: 27px; } .rightTab p:last-child { margin-bottom: 9px; } /* satchel */ .satchel .secTitle { text-align: left; } .portfolio-filter { border: 0; display: inline-block; float: right; } .portfolio-filter > li { margin: 0; } .portfolio-filter > li > a { margin: 0; border: 0; color: #898989; font-size: 16px; text-transform: uppercase; line-height: 27px; letter-spacing: 3.5px; font-weight: 700; position: relative; text-decoration: none; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; padding: 0 5px; margin: 24px 10px 0; } .portfolio-filter > li:last-child > a { margin-right: 0; } .portfolio-filter > li.active > a, .portfolio-filter > li.active > a:focus, .portfolio-filter > li.active > a:hover { background-color: transparent; color: #1f1f1f; border: 0; } .portfolio-filter > li > a:hover { background-color: transparent; color: #1f1f1f; border: 0; } .portfolio-filter > li > a:after, .portfolio-filter > li.active > a:after { background-color: #ed804a; bottom: 0; left: 0; right: 0; content: ""; display: block; height: 1px; margin: auto 0; position: absolute; top: 0; transition: width 1s ease-in-out; width: 0%; } .portfolio-filter > li > a:hover:after, .portfolio-filter > li.active > a:after { width: 100%; } .portfolio-grids { margin-top: 120px; } .grid-gallery .element-item img { width: 100%; vertical-align: middle; -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .grid-gallery .element-item:hover img { -webkit-filter: grayscale(100%) blur(0.8px); filter: grayscale(100%) blur(0.8px); } .grid-gallery .tab-content { margin-top: 110px; } .grid-gallery .tab-content .element-item { margin-bottom: 30px; } .grid-gallery .element-item a { display: inline-block; width: 100%; height: 100%; } #mainBox .fancybox-overlay-fixed { background-color: rgba(31, 31, 31, 0.75); z-index: 99999; } #mainBox .fancybox-opened { z-index: 999999; } .grid-gallery .tab-content .element-item:last-child, .grid-gallery .tab-content .element-item:nth-last-child(2), .grid-gallery .tab-content .element-item:nth-last-child(3) { margin-bottom: 17px; } /* newsletter */ .newsletter { text-align: center; } .newsletter .fIcons { margin-top: 18px; margin-bottom: 30px; } .newsletter h6 { font-weight: 700; color: #ed804a; letter-spacing: 3.5px; margin-bottom: 36px; } .subscribeForm input { width: 360px; height: 50px; padding: 5px 20px; text-transform: uppercase; font-size: 14px; color: #898989; letter-spacing: 1px; float: left; border: 0; border-radius: 0; } .subscribeForm .subscribeBtn { color: #f8f8f8; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 900; width: 217px; height: 50px; display: inline; background-color: transparent; border: 3px solid #fff; float: left; line-height: normal; margin-left: 20px; text-decoration: none; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .subscribeForm { display: inline-block; margin-bottom: 10px; } .subscribeForm .subscribeBtn:hover, .subscribeForm .subscribeBtn:active, .subscribeForm .subscribeBtn:focus { background-color: #ed804a; border-color: #ed804a; } /* team */ .teamslider { padding: 0 15px; overflow: hidden; margin-bottom: 17px; } .teamslider .owl-stage-outer { display: inline-block; vertical-align: top; } .teamslider .owl-stage { padding: 0 !important } .teamslider .owl-controls { display: none; } .teamslider .item { position: relative; } .teamInfo { text-align: center; background-color: #ffffff; padding: 35px; position: absolute; bottom: 105px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; -webkit-transition: -webkit-transform 0.35s ease; -moz-transition: all 0.35s ease; -moz-transition: -moz-transform 0.35s ease; transition: all 0.35s ease; transition: transform 0.35s ease; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); height: 100%; } .teamFullInfo { /* display: none; */ } .owl-item:hover .teamInfo { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); background-color: rgba(31, 31, 31, 0.89); color: #fff; bottom: 0; } .owl-item:hover .teamInfo > div { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); padding: 0 35px; min-height: 214px; } .owl-item:hover .teamInfo h6 { color: #fff; } .owl-item:hover .teamInfo hr { margin: 15px auto 12px; } .teamInfo h6 { letter-spacing: 2px; color: #020202; text-transform: uppercase; font-weight: 900; } .teamInfo span { font-weight: 500; color: #ed804a; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; } .teamInfo .socialIcons li { display: inline; font-size: 20px; padding: 0 5px; } .teamInfo .socialIcons li a, .teamInfo .socialIcons li a i { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; font-size: 20px; } .teamInfo .socialIcons li a:hover { color: #fff; text-decoration: none; } .teamInfo .socialIcons li a:hover .fIcons { color: #fff; } .teamInfo .socialIcons { margin-top: 30px; } .teamInfo p { font-size: 16px; line-height: 26px; } .teamInfo hr { margin: 0; border: 0; display: inline-block; width: 30px; height: 2px; background-color: #ed804a; margin: 35px auto 12px; } /* customer */ .custparallax { background-image: url('http://placehold.it/1920x1200'); background-attachment: fixed; background-position: top left; background-repeat: no-repeat; background-size: cover; position: relative; height: 100%; } .customerBox { position: relative; height: 100%; margin: 17px 0 9px; } .custparallax:before { content: ""; display: inline-block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.74); } .custTest { width: 480px; margin: 0 auto; color: #fff; position: relative; } .custTest .custTitle { border: 10px solid #ed804a; padding: 20.5px 40px; margin-bottom: 21px; } .custTest .custTitle h2 { text-transform: uppercase; font-weight: 900; line-height: 83px; } .custTest p { line-height: 27px; font-size: 16px; } .custSlider { text-align: center; } .customerImg { width: 118px; height: 118px; margin: 0 auto; border-radius: 50%; overflow: hidden; margin-bottom: 26px; } .customerImg img { border-radius: 50%; width: 100%; } .custSlider p { font-weight: 500; width: 68%; font-size: 24px; margin: 0 auto 55px; line-height: 37px; font-style: italic; } .custSlider h6 { color: #898989; font-weight: 700; letter-spacing: 3.5px; } .custSlider .fIcons { font-size: 30px; margin-top: 25px; } .custSlider .owl-controls .owl-prev { background-image: none; background-position: top left; /*width: 20px; height: 10px;*/ margin: 0 0 0 50px; display: inline-block; float: left; /*text-indent: -9999999px;*/ font-size: 0; } .custSlider .owl-controls .owl-next { background-image: none; background-position: top left; /*width: 20px; height: 10px;*/ margin: 0 50px 0 0; display: inline-block; float: right; /*text-indent: -9999999px;*/ font-size: 0; } .custSlider .owl-nav .owl-prev:before { font-family: FontAwesome; content: "\f177"; display: inline-block; font-size: 20px; color: #1f1f1f; line-height: normal; } .custSlider .owl-nav .owl-next:before { font-family: FontAwesome; content: "\f178"; display: inline-block; font-size: 20px; color: #1f1f1f; line-height: normal; } .customer_slider { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .custSlider .owl-controls { position: absolute; width: 100%; top: 50%; left: 0; } /* logo-slider */ .logoSlide .owl-controls { display: none; } .logoSlide .owl-item img { width: auto !important; margin: 0 auto; } .logoSlide { margin: 17px 0; } /* blog */ .blogBox img { width: 100%; } .blogBox h6 a { letter-spacing: 4.8px; color: #1f1f1f; font-weight: 700; text-transform: uppercase; margin-top: 12px; display: inline-block; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .blogBox h6 a:hover { color: #ed804a; text-decoration: none; } .blogBox span { font-size: 12px; color: #898989; letter-spacing: 3.6px; text-transform: uppercase; margin: 13px 0; display: block; } .blogBox p { color: #898989; font-size: 16px; line-height: 27px; } .viewBlog { color: #1f1f1f; font-size: 14px; font-weight: 900; letter-spacing: 2px; display: inline-block; background-color: transparent; border: 3px solid #1f1f1f; text-transform: uppercase; padding: 11.5px 44px; margin-top: 115px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; margin-bottom: 17px; } .blogBtn { text-align: center; } .viewBlog:hover, .viewBlog:active, .viewBlog:focus { background-color: #ed804a; color: #fff; border-color: #ed804a; text-decoration: none; } /* contact */ .address label { font-size: 14px; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase; } .address label:after { content: ""; display: block; width: 30px; height: 2px; background-color: #ed804a; margin: 8px 0 22px; } .address h6 { margin-bottom: 40px; } .address h6 { margin-bottom: 40px; } .address h6 a, .address h6 { color: #898989; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .address h6 a:hover, .address h6 a:active, .address h6 a:focus { color: #ed804a; text-decoration: none; } .formBox input, .formBox textarea { width: 100%; height: 50px; padding: 5px 20px; text-transform: uppercase; font-size: 14px; color: #898989; letter-spacing: 1px; float: left; border: 0; margin-bottom: 30px; border-radius: 0; } .formBox textarea { height: 150px; } .formBox .submitBtn { background-color: #1f1f1f; color: #fff; font-weight: 900; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; padding: 14.5px 44px; display: inline-block; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; margin-bottom: 17px; width: auto; } .formBox .submitBtn:hover, .formBox .submitBtn:active, .formBox .submitBtn:focus { background-color: #ed804a; text-decoration: none; color: #ffffff; } .formBox input::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder { color: #898989; } .formBox input:-moz-placeholder, .formBox textarea:-moz-placeholder { color: #898989; } .formBox input::-moz-placeholder, .formBox textarea::-moz-placeholder { color: #898989; } .formBox input:-ms-input-placeholder, .formBox textarea:-ms-input-placeholder { color: #898989; } .foot_middle a img { vertical-align: top; } /* footer */ .footer { text-align: center; } .footer .copyright { color: #898989; padding: 12px 0; } .footer .copyright a { color: #ed804a; text-decoration: none; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .footer .copyright a:hover, .footer .copyright a:active, .footer .copyright a:focus { color: #898989; } .foot_middle { font-size: 18px; color: #fff; text-transform: uppercase; letter-spacing: 4px; font-weight: 500; } .foot_middle span { font-weight: 900; } .socialLinks li { float: left; } .socialLinks li a { color: #fff; font-size: 20px; padding-left: 24px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .socialLinks { float: right; padding: 10px 0; } .socialLinks li a:hover, .socialLinks li a:active, .socialLinks li a:focus, .socialLinks li a:hover i, .socialLinks li a:active i, .socialLinks li a:focus i { color: #ed804a; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } /* back to top css */ .back-to-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 30px; right: 30px; z-index: 10; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; white-space: nowrap; background: #ed804a; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-align: center; line-height: 40px; } .back-to-top:hover, .back-to-top:focus, .back-to-top:active { background: #192837; } .back-to-top i { color: #fff; font-size: 16px; } .back-to-top.cd-is-visible { visibility: visible; opacity: 1; } .back-to-top.cd-is-visible, .back-to-top.cd-fade-out, .no-touch .back-to-top:hover { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* back to top css */
public/brandagency-placeholder/css/style.css
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900'); .transition { -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; } .delay { -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s; } .no-delay { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; } /*1. css reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* 1.1 HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.5; font-family: 'Maven Pro', sans-serif; font-size: 18px; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } input, button, select, textarea { outline: none; } ::-webkit-input-placeholder { color: #b1b1b1; } :-moz-placeholder { /* Firefox 18- */ color: #b1b1b1; } ::-moz-placeholder { /* Firefox 19+ */ color: #b1b1b1; } :-ms-input-placeholder { color: #b1b1b1; } a { outline: none; } a, a:hover, a:active, a:focus { text-decoration: none; } /* css reset */ .text-center { text-align: center; } .text-right { text-align: right; } .text-left { text-align: left; } .pull-left { float: left; } .pull-right { float: right; } .clear { clear: both; } .pr { position: relative; } .no-padding { padding: 0 !important; } .no-margin { margin: 0 !important; } /* Global CSS */ body { margin: 0; background-color: #ed804a; color: #1f1f1f; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 20px; overflow-x: hidden; } h1 { font-size: 90px; line-height: 96px; } h2 { font-size: 70px; line-height: 75px; } h3 { font-size: 54px; line-height: 58px; } h4 { font-size: 39px; line-height: 43px; } h5 { font-size: 24px; line-height: 27px; } h6 { font-size: 16px; line-height: 27px; } .pad-top-120 { padding-top: 103px; } .pad-bottom-120 { padding-bottom: 103px; } .pad-top-60 { padding-top: 60px; } .pad-bottom-60 { padding-bottom: 60px; } .bg-white { background-color: #fff; } .bg-black { background-color: #1f1f1f; } .bg-offwhite { background-color: #f3f3f3; } .secTitle { text-align: center; text-transform: uppercase; color: #1f1f1f; font-weight: 900; } .secCaption { text-align: center; color: #898989; margin-top: 5px; margin-bottom: 9px; } .no-padding { padding: 0; } .btm-brdr { border: 1px solid #f3f3f3; } .parallax { background-attachment: fixed !important; background-size: cover !important; } ::-moz-selection { color: #fff; background: #ed804a; } ::selection { color: #fff; background: #ed804a; } /* et-line font */ @font-face { font-family: 'et-line'; src: url('../webkit/et-line.eot'); src: url('../webkit/et-line.eot?#iefix') format('embedded-opentype'), url('../webkit/et-line.woff') format('woff'), url('../webkit/et-line.ttf') format('truetype'), url('../webkit/et-line.svg#et-line') format('svg'); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: 'et-line'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble { font-family: 'et-line'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } .icon-mobile:before { content: "\e000"; } .icon-laptop:before { content: "\e001"; } .icon-desktop:before { content: "\e002"; } .icon-tablet:before { content: "\e003"; } .icon-phone:before { content: "\e004"; } .icon-document:before { content: "\e005"; } .icon-documents:before { content: "\e006"; } .icon-search:before { content: "\e007"; } .icon-clipboard:before { content: "\e008"; } .icon-newspaper:before { content: "\e009"; } .icon-notebook:before { content: "\e00a"; } .icon-book-open:before { content: "\e00b"; } .icon-browser:before { content: "\e00c"; } .icon-calendar:before { content: "\e00d"; } .icon-presentation:before { content: "\e00e"; } .icon-picture:before { content: "\e00f"; } .icon-pictures:before { content: "\e010"; } .icon-video:before { content: "\e011"; } .icon-camera:before { content: "\e012"; } .icon-printer:before { content: "\e013"; } .icon-toolbox:before { content: "\e014"; } .icon-briefcase:before { content: "\e015"; } .icon-wallet:before { content: "\e016"; } .icon-gift:before { content: "\e017"; } .icon-bargraph:before { content: "\e018"; } .icon-grid:before { content: "\e019"; } .icon-expand:before { content: "\e01a"; } .icon-focus:before { content: "\e01b"; } .icon-edit:before { content: "\e01c"; } .icon-adjustments:before { content: "\e01d"; } .icon-ribbon:before { content: "\e01e"; } .icon-hourglass:before { content: "\e01f"; } .icon-lock:before { content: "\e020"; } .icon-megaphone:before { content: "\e021"; } .icon-shield:before { content: "\e022"; } .icon-trophy:before { content: "\e023"; } .icon-flag:before { content: "\e024"; } .icon-map:before { content: "\e025"; } .icon-puzzle:before { content: "\e026"; } .icon-basket:before { content: "\e027"; } .icon-envelope:before { content: "\e028"; } .icon-streetsign:before { content: "\e029"; } .icon-telescope:before { content: "\e02a"; } .icon-gears:before { content: "\e02b"; } .icon-key:before { content: "\e02c"; } .icon-paperclip:before { content: "\e02d"; } .icon-attachment:before { content: "\e02e"; } .icon-pricetags:before { content: "\e02f"; } .icon-lightbulb:before { content: "\e030"; } .icon-layers:before { content: "\e031"; } .icon-pencil:before { content: "\e032"; } .icon-tools:before { content: "\e033"; } .icon-tools-2:before { content: "\e034"; } .icon-scissors:before { content: "\e035"; } .icon-paintbrush:before { content: "\e036"; } .icon-magnifying-glass:before { content: "\e037"; } .icon-circle-compass:before { content: "\e038"; } .icon-linegraph:before { content: "\e039"; } .icon-mic:before { content: "\e03a"; } .icon-strategy:before { content: "\e03b"; } .icon-beaker:before { content: "\e03c"; } .icon-caution:before { content: "\e03d"; } .icon-recycle:before { content: "\e03e"; } .icon-anchor:before { content: "\e03f"; } .icon-profile-male:before { content: "\e040"; } .icon-profile-female:before { content: "\e041"; } .icon-bike:before { content: "\e042"; } .icon-wine:before { content: "\e043"; } .icon-hotairballoon:before { content: "\e044"; } .icon-globe:before { content: "\e045"; } .icon-genius:before { content: "\e046"; } .icon-map-pin:before { content: "\e047"; } .icon-dial:before { content: "\e048"; } .icon-chat:before { content: "\e049"; } .icon-heart:before { content: "\e04a"; } .icon-cloud:before { content: "\e04b"; } .icon-upload:before { content: "\e04c"; } .icon-download:before { content: "\e04d"; } .icon-target:before { content: "\e04e"; } .icon-hazardous:before { content: "\e04f"; } .icon-piechart:before { content: "\e050"; } .icon-speedometer:before { content: "\e051"; } .icon-global:before { content: "\e052"; } .icon-compass:before { content: "\e053"; } .icon-lifesaver:before { content: "\e054"; } .icon-clock:before { content: "\e055"; } .icon-aperture:before { content: "\e056"; } .icon-quote:before { content: "\e057"; } .icon-scope:before { content: "\e058"; } .icon-alarmclock:before { content: "\e059"; } .icon-refresh:before { content: "\e05a"; } .icon-happy:before { content: "\e05b"; } .icon-sad:before { content: "\e05c"; } .icon-facebook:before { content: "\e05d"; } .icon-twitter:before { content: "\e05e"; } .icon-googleplus:before { content: "\e05f"; } .icon-rss:before { content: "\e060"; } .icon-tumblr:before { content: "\e061"; } .icon-linkedin:before { content: "\e062"; } .icon-dribbble:before { content: "\e063"; } /* header */ #header { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; padding: 40px 0; -webkit-transition: 0.2s all; -moz-transition: 0.2s all; transition: 0.2s all; margin: 20px; } .logo { padding-left: 25px; } .menuBar nav { background-color: transparent; border: 0; border-radius: 0; min-height: 100%; margin: 0; padding: 0; } .menuBar nav .navbar-collapse { border: 0; } .menuBar .navbar-nav>li>a { margin: 0 15px; letter-spacing: 3.5px; color: #fff; text-transform: uppercase; font-size: 15px; font-weight: 700; padding: 0 5px; position: relative; text-decoration: none; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; } .menuBar .navbar-nav>li:last-child>a { margin-right: 0; } .menuBar .navbar-nav>li { color: #ed804a; } .menuBar .navbar-nav>li > a:hover, .menuBar .navbar-nav>li > a:active, .menuBar .navbar-nav>li > a:focus, .menuBar .navbar-nav>li.active > a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #fff; background-color: transparent; } .menuBar .navbar-nav>li > a:after, .menuBar .navbar-nav>li.active > a:after { background-color: #ed804a; bottom: 0; left: 0; right: 0; content: ""; display: block; height: 1px; margin: auto 0; position: absolute; top: 0; transition: width 1s ease-in-out; width: 0%; } .menuBar .navbar-nav>li > a:hover:after, .menuBar .navbar-nav>li.active > a:after { width: 100%; } .menuBar { padding: 20px 15px; } #header.fixed { background-color: #1f1f1f; margin-top: 0; padding: 15px 0; vertical-align: middle; /*-webkit-box-shadow: 0px 9px 5px -8px rgba(31,31,31,1); -moz-box-shadow: 0px 9px 5px -8px rgba(31,31,31,1); box-shadow: 0px 9px 5px -8px rgba(31,31,31,1);*/ /*-webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all;*/ } #header.fixed .menuBar { padding: 15px; } /* banner */ .banner_slider { width: 100%; height: calc(100vh - 20px); height: -moz-calc(100vh - 20px); height: -webkit-calc(100vh - 20px); color: #fff; min-height: 800px; } .banner_slider img { width: 100%; height: 100%; } .banner_slider button.slick-arrow { display: none !important; } .banner_slider .slick-slide { height: calc(100vh - 20px); height: -moz-calc(100vh - 20px); height: -webkit-calc(100vh - 20px); } .banner_text { position: absolute; bottom: 190px; width: 100%; left: 0; } .banner_slider .slick-slide { position: relative; min-height: 800px; } .banner_slider .slick-1, .banner_slider .slick-2, .banner_slider .slick-3, .banner_slider .slick-4 { background-image: url("http://placehold.it/1920x1280"); background-size: cover; background-position: top right; } .slick-initialized .slick-slide:before { content: ""; display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); } .banner_text h6 { color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: 3.5px; } .line_through { text-decoration: line-through; color: #ed804a; } .banner_text h1 { text-transform: uppercase; font-weight: 900; letter-spacing: -6px; } .banner_text h1 span { color: #ed804a; } .banner_text p { width: 430px; margin: 100px 0 55px; } .banner_btns a { color: #fff; border: 3px solid #fff; padding: 13.5px 47px; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; margin-right: 15px; background-color: transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; font-weight: 900; } .banner_btns .filled-btn { background-color: #ed804a; border-color: #ed804a; padding: 13.5px 41px; } .banner_btns a:hover, .banner_btns a:active, .banner_btns a:focus { text-decoration: none; background-color: #ed804a; border-color: #ed804a; } .banner_btns .filled-btn:hover, .banner_btns .filled-btn:active, .banner_btns .filled-btn:focus { text-decoration: none; background-color: transparent; border-color: #fff; } .banner_slider .slick-dots { position: absolute; top: 50%; left: 40px; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); cursor: pointer; width: 50px; } .banner_slider .slick-dots li button { width: 30px; cursor: pointer; z-index: 200; cursor: pointer; height: 3px; background: #fff; padding: 0; margin: 0; border: 0; font-size: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; cursor: pointer; line-height: normal; display: inline-block; position: absolute; top: 0; border-radius: 10px; } .banner_slider .slick-dots li:hover button, .banner_slider .slick-dots li.slick-active button { width: 50px; } .banner_slider .slick-dots li { height: 10px; line-height: 5px; margin-bottom: 5px; display: inline-block; width: 100%; position: relative; float: left; } .banner_slider .slick-dots li:last-child { margin-bottom: 0; } :focus { outline: none !important; } .popup-open { overflow: hidden; } /* Choose */ .fIcons { color: #ed804a; font-size: 40px; } .chooseBox { border: 10px solid #f3f3f3; padding: 15px 20px; margin-bottom: 30px; } .chooseBox .fIcons { margin-bottom: 20px; } .chooseBox h6 { color: #1f1f1f; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; } .chooseBox h6:after { content: ""; display: block; width: 30px; height: 2px; background-color: #ed804a; margin-bottom: 20px; } .chooseBox p { font-size: 16px; color: #8a8a8a; line-height: 27px; } .chooseus:last-child .chooseBox, .chooseus:nth-last-child(2) .chooseBox, .chooseus:nth-last-child(3) .chooseBox { margin-bottom: 17px; } /* loved */ .paraxify{ background-attachment: fixed; background-position: center center; background-size: cover; } #loved { background-image: url('http://placehold.it/1920x1100') ; background-position: center; position: relative; height: 100%; } .parallax-window { min-height: 400px; background: transparent; } #loved:before { content: ""; display: inline-block; width: 100%; height: 100%; position: absolute; background-color: rgba(0,0,0,0.40); left: 0; top: 0; } .loved { text-align: center; color: #fff; } .loved .fIcons { font-size: 74px; color: #ed804a; margin-bottom: 40px; margin-top: 18px; } .loved h4 { letter-spacing: 9.75px; text-transform: uppercase; font-weight: 900; margin-bottom: 50px; } .loved h4 span, .loved h5 span { color: #ed804a; } .loved h5 { letter-spacing: 7.2px; text-transform: uppercase; font-weight: 700; margin-bottom: 15px; } .loved h6 { margin-bottom: 9px; } /* box */ .outBox { width: 360px; text-transform: uppercase; font-weight: 900; color: #1f1f1f; margin-top: 58px; line-height: 83px; } .outBox .topOut { border: 10px solid #ed804a; padding: 30px 40px; } .outBox > .btmOut { padding: 15px 45px; display: inline-block; } .progressBlock { margin-left: 50px; border: 10px solid #f3f3f3; padding: 43px 50px; margin-top: 17px; margin-bottom: 17px; } .progress-head { font-size: 16px; font-weight: 700; line-height: 27px; letter-spacing: 3.5px; text-transform: uppercase; } .progressBar .progress .progress-bar { border: 0; border-radius: 0; background-color: #ed804a; box-shadow: none; -webkit-transition: width 1.5s ease-in-out; transition: width 1.5s ease-in-out; } .progressBar .progress { border: 0; border-radius: 0; height: 10px; background-color: #f3f3f3; box-shadow: none; margin-bottom: 42px; } .progressText p { font-size: 16px; line-height: 27px; } .box-progress-bar { overflow: hidden; border: 0; border-radius: 0; height: 10px; background-color: #f3f3f3; box-shadow: none; margin-bottom: 42px; position: relative; } .box-progress-bar .bar { border: 0; border-radius: 0; background-color: #ed804a; box-shadow: none; -webkit-transition: width 1.5s ease-in-out; transition: width 1.5s ease-in-out; display: block; height: 10px; position: relative; top: 1px; width: 0; } .box-progress-bar span.text { font-size: 0; } /* process */ .processTabs .nav-tabs { border: 0; display: inline-block; width: 100%; margin-bottom: 60px; } .processTabs .nav-tabs > li > a { border: 0; text-align: center; font-size: 14px; color: #898989; text-transform: uppercase; letter-spacing: 3.5px; font-weight: 700; padding: 0; margin: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .processTabs .nav-tabs>li.active>a, .processTabs .nav-tabs>li.active>a:focus, .processTabs .nav-tabs>li.active>a:hover, .processTabs .nav-tabs>li.active>a span, .processTabs .nav-tabs>li.active>a:focus span, .processTabs .nav-tabs>li.active>a:hover span { color: #ed804a; border: 0; background-color: transparent; } .processTabs .nav-tabs > li > a span { display: block; color: #898989; margin-bottom: 28px; } .processTabs .nav-tabs>li { margin-left: 156px; margin-bottom: 0; } .processTabs .nav-tabs>li:first-child { margin: 0 0 0 15px; } .processTabs .nav>li>a:focus, .processTabs .nav>li>a:hover, .processTabs .nav>li>a:focus span, .processTabs .nav>li>a:hover span { background-color: transparent; color: #ed804a; } .leftTab p { font-size: 14px; text-align: right; line-height: 27px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; } .rightTab p { font-size: 16px; line-height: 27px; margin-bottom: 27px; } .rightTab p:last-child { margin-bottom: 9px; } /* satchel */ .satchel .secTitle { text-align: left; } .portfolio-filter { border: 0; display: inline-block; float: right; } .portfolio-filter > li { margin: 0; } .portfolio-filter > li > a { margin: 0; border: 0; color: #898989; font-size: 16px; text-transform: uppercase; line-height: 27px; letter-spacing: 3.5px; font-weight: 700; position: relative; text-decoration: none; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; transition: 0.5s all; padding: 0 5px; margin: 24px 10px 0; } .portfolio-filter > li:last-child > a { margin-right: 0; } .portfolio-filter > li.active > a, .portfolio-filter > li.active > a:focus, .portfolio-filter > li.active > a:hover { background-color: transparent; color: #1f1f1f; border: 0; } .portfolio-filter > li > a:hover { background-color: transparent; color: #1f1f1f; border: 0; } .portfolio-filter > li > a:after, .portfolio-filter > li.active > a:after { background-color: #ed804a; bottom: 0; left: 0; right: 0; content: ""; display: block; height: 1px; margin: auto 0; position: absolute; top: 0; transition: width 1s ease-in-out; width: 0%; } .portfolio-filter > li > a:hover:after, .portfolio-filter > li.active > a:after { width: 100%; } .portfolio-grids { margin-top: 120px; } .grid-gallery .element-item img { width: 100%; vertical-align: middle; -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .grid-gallery .element-item:hover img { -webkit-filter: grayscale(100%) blur(0.8px); filter: grayscale(100%) blur(0.8px); } .grid-gallery .tab-content { margin-top: 110px; } .grid-gallery .tab-content .element-item { margin-bottom: 30px; } .grid-gallery .element-item a { display: inline-block; width: 100%; height: 100%; } #mainBox .fancybox-overlay-fixed { background-color: rgba(31, 31, 31, 0.75); z-index: 99999; } #mainBox .fancybox-opened { z-index: 999999; } .grid-gallery .tab-content .element-item:last-child, .grid-gallery .tab-content .element-item:nth-last-child(2), .grid-gallery .tab-content .element-item:nth-last-child(3) { margin-bottom: 17px; } /* newsletter */ .newsletter { text-align: center; } .newsletter .fIcons { margin-top: 18px; margin-bottom: 30px; } .newsletter h6 { font-weight: 700; color: #ed804a; letter-spacing: 3.5px; margin-bottom: 36px; } .subscribeForm input { width: 360px; height: 50px; padding: 5px 20px; text-transform: uppercase; font-size: 14px; color: #898989; letter-spacing: 1px; float: left; border: 0; border-radius: 0; } .subscribeForm .subscribeBtn { color: #f8f8f8; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 900; width: 217px; height: 50px; display: inline; background-color: transparent; border: 3px solid #fff; float: left; line-height: normal; margin-left: 20px; text-decoration: none; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .subscribeForm { display: inline-block; margin-bottom: 10px; } .subscribeForm .subscribeBtn:hover, .subscribeForm .subscribeBtn:active, .subscribeForm .subscribeBtn:focus { background-color: #ed804a; border-color: #ed804a; } /* team */ .teamslider { padding: 0 15px; overflow: hidden; margin-bottom: 17px; } .teamslider .owl-stage-outer { display: inline-block; vertical-align: top; } .teamslider .owl-stage { padding: 0 !important } .teamslider .owl-controls { display: none; } .teamslider .item { position: relative; } .teamInfo { text-align: center; background-color: #ffffff; padding: 35px; position: absolute; bottom: 105px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; -webkit-transition: -webkit-transform 0.35s ease; -moz-transition: all 0.35s ease; -moz-transition: -moz-transform 0.35s ease; transition: all 0.35s ease; transition: transform 0.35s ease; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); height: 100%; } .teamFullInfo { /* display: none; */ } .owl-item:hover .teamInfo { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); background-color: rgba(31, 31, 31, 0.89); color: #fff; bottom: 0; } .owl-item:hover .teamInfo > div { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); padding: 0 35px; min-height: 214px; } .owl-item:hover .teamInfo h6 { color: #fff; } .owl-item:hover .teamInfo hr { margin: 15px auto 12px; } .teamInfo h6 { letter-spacing: 2px; color: #020202; text-transform: uppercase; font-weight: 900; } .teamInfo span { font-weight: 500; color: #ed804a; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; } .teamInfo .socialIcons li { display: inline; font-size: 20px; padding: 0 5px; } .teamInfo .socialIcons li a, .teamInfo .socialIcons li a i { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; font-size: 20px; } .teamInfo .socialIcons li a:hover { color: #fff; text-decoration: none; } .teamInfo .socialIcons li a:hover .fIcons { color: #fff; } .teamInfo .socialIcons { margin-top: 30px; } .teamInfo p { font-size: 16px; line-height: 26px; } .teamInfo hr { margin: 0; border: 0; display: inline-block; width: 30px; height: 2px; background-color: #ed804a; margin: 35px auto 12px; } /* customer */ .custparallax { background-image: url('http://placehold.it/1920x1200'); background-attachment: fixed; background-position: top left; background-repeat: no-repeat; background-size: cover; position: relative; height: 100%; } .customerBox { position: relative; height: 100%; margin: 17px 0 9px; } .custparallax:before { content: ""; display: inline-block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.74); } .custTest { width: 480px; margin: 0 auto; color: #fff; position: relative; } .custTest .custTitle { border: 10px solid #ed804a; padding: 20.5px 40px; margin-bottom: 21px; } .custTest .custTitle h2 { text-transform: uppercase; font-weight: 900; line-height: 83px; } .custTest p { line-height: 27px; font-size: 16px; } .custSlider { text-align: center; } .customerImg { width: 118px; height: 118px; margin: 0 auto; border-radius: 50%; overflow: hidden; margin-bottom: 26px; } .customerImg img { border-radius: 50%; width: 100%; } .custSlider p { font-weight: 500; width: 68%; font-size: 24px; margin: 0 auto 55px; line-height: 37px; font-style: italic; } .custSlider h6 { color: #898989; font-weight: 700; letter-spacing: 3.5px; } .custSlider .fIcons { font-size: 30px; margin-top: 25px; } .custSlider .owl-controls .owl-prev { background-image: none; background-position: top left; /*width: 20px; height: 10px;*/ margin: 0 0 0 50px; display: inline-block; float: left; /*text-indent: -9999999px;*/ font-size: 0; } .custSlider .owl-controls .owl-next { background-image: none; background-position: top left; /*width: 20px; height: 10px;*/ margin: 0 50px 0 0; display: inline-block; float: right; /*text-indent: -9999999px;*/ font-size: 0; } .custSlider .owl-nav .owl-prev:before { font-family: FontAwesome; content: "\f177"; display: inline-block; font-size: 20px; color: #1f1f1f; line-height: normal; } .custSlider .owl-nav .owl-next:before { font-family: FontAwesome; content: "\f178"; display: inline-block; font-size: 20px; color: #1f1f1f; line-height: normal; } .customer_slider { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .custSlider .owl-controls { position: absolute; width: 100%; top: 50%; left: 0; } /* logo-slider */ .logoSlide .owl-controls { display: none; } .logoSlide .owl-item img { width: auto !important; margin: 0 auto; } .logoSlide { margin: 17px 0; } /* blog */ .blogBox img { width: 100%; } .blogBox h6 a { letter-spacing: 4.8px; color: #1f1f1f; font-weight: 700; text-transform: uppercase; margin-top: 12px; display: inline-block; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .blogBox h6 a:hover { color: #ed804a; text-decoration: none; } .blogBox span { font-size: 12px; color: #898989; letter-spacing: 3.6px; text-transform: uppercase; margin: 13px 0; display: block; } .blogBox p { color: #898989; font-size: 16px; line-height: 27px; } .viewBlog { color: #1f1f1f; font-size: 14px; font-weight: 900; letter-spacing: 2px; display: inline-block; background-color: transparent; border: 3px solid #1f1f1f; text-transform: uppercase; padding: 11.5px 44px; margin-top: 115px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; margin-bottom: 17px; } .blogBtn { text-align: center; } .viewBlog:hover, .viewBlog:active, .viewBlog:focus { background-color: #ed804a; color: #fff; border-color: #ed804a; text-decoration: none; } /* contact */ .address label { font-size: 14px; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase; } .address label:after { content: ""; display: block; width: 30px; height: 2px; background-color: #ed804a; margin: 8px 0 22px; } .address h6 { margin-bottom: 40px; } .address h6 { margin-bottom: 40px; } .address h6 a, .address h6 { color: #898989; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .address h6 a:hover, .address h6 a:active, .address h6 a:focus { color: #ed804a; text-decoration: none; } .formBox input, .formBox textarea { width: 100%; height: 50px; padding: 5px 20px; text-transform: uppercase; font-size: 14px; color: #898989; letter-spacing: 1px; float: left; border: 0; margin-bottom: 30px; border-radius: 0; } .formBox textarea { height: 150px; } .formBox .submitBtn { background-color: #1f1f1f; color: #fff; font-weight: 900; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; padding: 14.5px 44px; display: inline-block; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; margin-bottom: 17px; width: auto; } .formBox .submitBtn:hover, .formBox .submitBtn:active, .formBox .submitBtn:focus { background-color: #ed804a; text-decoration: none; color: #ffffff; } .formBox input::-webkit-input-placeholder, .formBox textarea::-webkit-input-placeholder { color: #898989; } .formBox input:-moz-placeholder, .formBox textarea:-moz-placeholder { color: #898989; } .formBox input::-moz-placeholder, .formBox textarea::-moz-placeholder { color: #898989; } .formBox input:-ms-input-placeholder, .formBox textarea:-ms-input-placeholder { color: #898989; } .foot_middle a img { vertical-align: top; } /* footer */ .footer { text-align: center; } .footer .copyright { color: #898989; padding: 12px 0; } .footer .copyright a { color: #ed804a; text-decoration: none; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .footer .copyright a:hover, .footer .copyright a:active, .footer .copyright a:focus { color: #898989; } .foot_middle { font-size: 18px; color: #fff; text-transform: uppercase; letter-spacing: 4px; font-weight: 500; } .foot_middle span { font-weight: 900; } .socialLinks li { float: left; } .socialLinks li a { color: #fff; font-size: 20px; padding-left: 24px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } .socialLinks { float: right; padding: 10px 0; } .socialLinks li a:hover, .socialLinks li a:active, .socialLinks li a:focus, .socialLinks li a:hover i, .socialLinks li a:active i, .socialLinks li a:focus i { color: #ed804a; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } /* back to top css */ .back-to-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 30px; right: 30px; z-index: 10; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; white-space: nowrap; background: #ed804a; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-align: center; line-height: 40px; } .back-to-top:hover, .back-to-top:focus, .back-to-top:active { background: #192837; } .back-to-top i { color: #fff; font-size: 16px; } .back-to-top.cd-is-visible { visibility: visible; opacity: 1; } .back-to-top.cd-is-visible, .back-to-top.cd-fade-out, .no-touch .back-to-top:hover { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* back to top css */
0.287868
0.073463
.topic-info-top .topic-details { padding-top: 40px; } @media (min-width: 1000px) { .topic-info-top .topic-details { padding-top: 80px; } } .topic-info-bottom { background-color: white; padding: 25px; margin-bottom: 20px; } .topic-tile { max-width: 320px; margin: 0 auto 45px; } .topic-tile .topic-title { font-size: 19px; } .topic-tile img { margin: auto; } .topic-tile .panel-body { position: relative; padding: 15px 15px 0px; height: 210px; } .topic-tile .topic-desc { font-weight: 100; } .course-tile { position: relative; border-radius: 0; } @media (min-width: 1200px) { .course-tile { max-width: 1100px; } } .course-tile .media, .course-tile .media-body { overflow: visible; } .course-tile .tile-description { margin-bottom: 20px; } .course-tile .side-heading { color: #FFF; font-size: 15px; line-height: 19px; } .course-tile .panel-title { font-size: 13px; padding: 10px 15px; } .course-tile .panel-heading { min-height: 140px; margin: -30px 10px 0 10px; border: none; color: #FFFFFF; padding-bottom: 0; } .course-tile .panel-heading .course-title { color: #FFFFFF; font-size: 2.3rem; font-weight: 400; } @media (min-width: 1200px) { .course-tile .panel-heading .course-title { font-size: 2.7rem; font-weight: 600; } } .course-tile .course-title { font-size: 2rem; margin-bottom: 5px; color: #384047; letter-spacing: 0.2px; margin-bottom: 10px; } @media (min-width: 1200px) { .course-tile .course-title { font-size: 2.4rem; margin-top: 10px; margin-bottom: 20px; } } .course-tile p { margin: 5px 0; } .course-tile .topic-name { margin-top: 7px; font-weight: 400; font-size: 14px; } .course-tile .icon-row { width: 100%; padding: 15px 0 0 15px; font-size: 25px; } .course-tile .icon-row .fa-share { margin-left: 10px; display: none; } .course-tile .panel-body { padding: 20px 18px 30px; border-radius: 0; } .course-tile .panel-body .thumbnail-image { width: 50%; } @media (min-width: 900px) { .course-tile .panel-body .thumbnail-image { width: 100%; } } .course-tile .media-body { padding-left: 15px; } .label-tag { margin: 3px; padding: 5px 10px 5px 10px; /* padding: 5px 10px 10px 10px; */ background-color: #FFF; border: 2px solid; border-radius: 15px; } .labels { margin-top: 15px; } .course-details, .courseinfo-container { padding-left: 35px; } .course-image { margin-bottom: 20px; } .course-title { font-size: 23px; margin-bottom: 15px; } @media (min-width: 768px) { .course-title { font-size: 27px; } } @media (min-width: 1200px) { .course-title { font-size: 30px; } } .topic { font-size: 15px; font-weight: 400; } @media (min-width: 768px) { .topic { font-size: 18px; } } .course-description, .unit-description { color: #4F5A64; margin-bottom: 40px; line-height: 1.7; } .course-description { margin-top: 25px; } .unit-description { margin-top: 20px; } .course-covers { margin: 40px 0 15px 0; } /* Start list */ .list-square { margin: 0 0 30px; padding-left: 30px; } .list-square li { margin-bottom: 12px; position: relative; color: #4F5A64; font-size: 1.2rem; } @media (min-width: 1024px) { .list-square li { font-size: 1.5rem; } } /* End list */ .details-section { margin-top: 20px; } .unit-section { padding: 10px 20px 10px 10px; } @media (min-width: 992px) { .unit-section { border-right: 1px solid #CBDBDE; } } .share-icons { margin-top: 10px; margin-bottom: 25px; } .share-icons i { font-size: 18px; } .share-icons #start-course { font-weight: 500; } #navbar { height: 65px; } #navbar a { margin-right: 20px; } #navbar a, #navbar button { line-height: 33px; color: #666666; font-weight: 400; font-size: 1.4rem; } #navbar a:hover, #navbar button:hover { background-color: #FFF; } #navbar a .navbar-brand, #navbar button .navbar-brand { padding-left: 0; } .l-page #lesson-nav { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 7px; } .l-page #lesson-nav .popover { width: 300px !important; } @media (min-width: 992px) { .l-page .about-lesson { border-right: 1px solid #CBDBDE; } } .l-page #youtube-player { width: 100% !important; height: calc(100vh - 280px); margin: auto; padding: 0; } .l-page .slNo { font-size: 1.9rem; font-weight: 700; } .l-page .lesson-title { margin-left: 5px; } .l-page .arrow { color: #aab3bc; line-height: 90px; } .l-page .arrow:hover { color: #5a6772; } .l-page .notes h1, .l-page .notes h2, .l-page .notes h3, .l-page .notes h4 { font-size: 1.8rem; margin-top: 25px; } .l-page .notes p { font-size: 1.55rem; max-width: 45em; } .l-page .progress-text { margin-top: -45px; font-size: 27px; } ul.share-buttons { list-style: none; padding: 0; } ul.share-buttons li { display: inline; margin-left: 5px; } ul.share-buttons .sr-only { position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden; } .unit-container { margin-bottom: 20px; } .unit-container .unit-tile { color: #FFF; padding: 20px 0; margin-bottom: 0px; position: relative; } .unit-container .unit-tile .unit-heading, .unit-container .unit-tile .unit-description { color: #FFF; } .unit-container .unit-tile .unit-heading { font-size: 2.3rem; } .unit-container .unit-body { padding: 5px 10px 5px 25px; font-weight: 300; font-family: "Nunito", sans-serif; } .unit-container .unit-block { min-height: 170px; min-width: 170px; padding: 0; border-right: 1px solid #CCC; } .unit-container .unit-block p { color: #FFF; } .unit-container .unit-block .unit-text { font-size: 23px; margin-bottom: -15px; font-weight: 600; } .unit-container .unit-block .unit-number { font-size: 80px; font-family: "Nunito", sans-serif; margin: 0; } .unit-container .lesson-link { text-decoration: none !important; } .unit-container .lesson-link:hover .lesson-name { text-decoration: none; color: #22272b; transition: all 0.3s ease; } .unit-container .lesson-link:hover .toc-lesson { background-color: #f7f7f7; transition: all 0.3s ease; } .unit-container .toc-lesson { background-color: #FFF; padding: 18px 10px; border: 1px solid #b8c0c7; color: #7f8d9a; border-top: 0px; } .unit-container .lesson-name { margin: 0 10px 0; color: #7f8d9a; font-size: 1.2rem; } @media (min-width: 420px) { .unit-container .lesson-name { font-size: 1.4rem; } } @media (min-width: 768px) { .unit-container .lesson-name { font-size: 1.6rem; } } .unit-container .lesson-name i.fa { font-size: 1.2rem; } @media (min-width: 420px) { .unit-container .lesson-name i.fa { font-size: 1.4rem; } } @media (min-width: 768px) { .unit-container .lesson-name i.fa { font-size: 2.2rem; } } .footer-distributed { background-color: #292c2f; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); box-sizing: border-box; font: 700 16px Nunito; text-align: left; padding: 50px 60px 40px; margin-top: 80px; overflow: hidden; margin: 0 -10px -10px -10px; } .footer-distributed .footer-left { float: left; } .footer-distributed h3 { color: #fff; font-size: 36px; margin: 0 0 10px; } .footer-distributed h3 span { color: #5383d3; } .footer-distributed .footer-links { color: #fff; margin: 0 0 10px; padding: 0; } .footer-distributed .footer-links a { display: inline-block; line-height: 1.8; text-decoration: none; color: inherit; } .footer-distributed .footer-company-name { color: #8f9296; font-size: 14px; font-weight: 400; margin: 0; } .footer-distributed .footer-icons { margin-top: 40px; } .footer-distributed .footer-icons i { color: #FFF; margin-left: 5px; } .footer-distributed .footer-icons a { display: inline-block; width: 35px; height: 35px; cursor: pointer; background-color: #33383b; border-radius: 2px; font-size: 20px; color: #fff; text-align: center; line-height: 35px; margin-right: 3px; margin-bottom: 5px; } .footer-distributed .footer-right { float: right; } .footer-distributed .footer-right p { display: inline-block; vertical-align: top; margin: 15px 42px 0 0; color: #fff; } @media (max-width: 1000px) { .footer-distributed { font: 700 14px Nunito; } .footer-distributed .footer-company-name { font-size: 12px; } .footer-distributed .form-box input, .footer-distributed .form-box textarea { width: 250px; } .footer-distributed .form-box button { padding: 10px 35px; } } @media (max-width: 800px) { .footer-distributed { padding: 30px; } .footer-distributed .footer-left { float: none; max-width: 300px; } .footer-distributed .footer-right { float: none; max-width: 300px; margin: 0 auto; } .footer-distributed .footer-left { margin: 0 auto 40px; } } #blogpost-body { background-color: #FFF; } #blogpost-body h1#blog-title { margin-top: 20px; font-weight: 400; } #blogpost-body p#blog-description { font-weight: 200; font-size: 18px; max-width: 900px; } #blogpost-body p#blog-date { color: darkgray; margin-bottom: 10px; } #blogpost-body hr, #blogpost-body image { margin-bottom: 20px; } #blog-content { margin-top: 25px; max-width: 900px; } #blog-content p { font-family: 'Lora', serif; font-size: 18px; font-weight: 200; line-height: 32px; } /* @import '../styles/dashboard.scss'; @import '../styles/courses.scss'; @import '../styles/footer.scss'; @import '../styles/main.scss'; @import '../styles/profile.scss'; @import '../styles/lessons.scss'; @import '../styles/quiz.scss'; */
css/app.css
.topic-info-top .topic-details { padding-top: 40px; } @media (min-width: 1000px) { .topic-info-top .topic-details { padding-top: 80px; } } .topic-info-bottom { background-color: white; padding: 25px; margin-bottom: 20px; } .topic-tile { max-width: 320px; margin: 0 auto 45px; } .topic-tile .topic-title { font-size: 19px; } .topic-tile img { margin: auto; } .topic-tile .panel-body { position: relative; padding: 15px 15px 0px; height: 210px; } .topic-tile .topic-desc { font-weight: 100; } .course-tile { position: relative; border-radius: 0; } @media (min-width: 1200px) { .course-tile { max-width: 1100px; } } .course-tile .media, .course-tile .media-body { overflow: visible; } .course-tile .tile-description { margin-bottom: 20px; } .course-tile .side-heading { color: #FFF; font-size: 15px; line-height: 19px; } .course-tile .panel-title { font-size: 13px; padding: 10px 15px; } .course-tile .panel-heading { min-height: 140px; margin: -30px 10px 0 10px; border: none; color: #FFFFFF; padding-bottom: 0; } .course-tile .panel-heading .course-title { color: #FFFFFF; font-size: 2.3rem; font-weight: 400; } @media (min-width: 1200px) { .course-tile .panel-heading .course-title { font-size: 2.7rem; font-weight: 600; } } .course-tile .course-title { font-size: 2rem; margin-bottom: 5px; color: #384047; letter-spacing: 0.2px; margin-bottom: 10px; } @media (min-width: 1200px) { .course-tile .course-title { font-size: 2.4rem; margin-top: 10px; margin-bottom: 20px; } } .course-tile p { margin: 5px 0; } .course-tile .topic-name { margin-top: 7px; font-weight: 400; font-size: 14px; } .course-tile .icon-row { width: 100%; padding: 15px 0 0 15px; font-size: 25px; } .course-tile .icon-row .fa-share { margin-left: 10px; display: none; } .course-tile .panel-body { padding: 20px 18px 30px; border-radius: 0; } .course-tile .panel-body .thumbnail-image { width: 50%; } @media (min-width: 900px) { .course-tile .panel-body .thumbnail-image { width: 100%; } } .course-tile .media-body { padding-left: 15px; } .label-tag { margin: 3px; padding: 5px 10px 5px 10px; /* padding: 5px 10px 10px 10px; */ background-color: #FFF; border: 2px solid; border-radius: 15px; } .labels { margin-top: 15px; } .course-details, .courseinfo-container { padding-left: 35px; } .course-image { margin-bottom: 20px; } .course-title { font-size: 23px; margin-bottom: 15px; } @media (min-width: 768px) { .course-title { font-size: 27px; } } @media (min-width: 1200px) { .course-title { font-size: 30px; } } .topic { font-size: 15px; font-weight: 400; } @media (min-width: 768px) { .topic { font-size: 18px; } } .course-description, .unit-description { color: #4F5A64; margin-bottom: 40px; line-height: 1.7; } .course-description { margin-top: 25px; } .unit-description { margin-top: 20px; } .course-covers { margin: 40px 0 15px 0; } /* Start list */ .list-square { margin: 0 0 30px; padding-left: 30px; } .list-square li { margin-bottom: 12px; position: relative; color: #4F5A64; font-size: 1.2rem; } @media (min-width: 1024px) { .list-square li { font-size: 1.5rem; } } /* End list */ .details-section { margin-top: 20px; } .unit-section { padding: 10px 20px 10px 10px; } @media (min-width: 992px) { .unit-section { border-right: 1px solid #CBDBDE; } } .share-icons { margin-top: 10px; margin-bottom: 25px; } .share-icons i { font-size: 18px; } .share-icons #start-course { font-weight: 500; } #navbar { height: 65px; } #navbar a { margin-right: 20px; } #navbar a, #navbar button { line-height: 33px; color: #666666; font-weight: 400; font-size: 1.4rem; } #navbar a:hover, #navbar button:hover { background-color: #FFF; } #navbar a .navbar-brand, #navbar button .navbar-brand { padding-left: 0; } .l-page #lesson-nav { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 7px; } .l-page #lesson-nav .popover { width: 300px !important; } @media (min-width: 992px) { .l-page .about-lesson { border-right: 1px solid #CBDBDE; } } .l-page #youtube-player { width: 100% !important; height: calc(100vh - 280px); margin: auto; padding: 0; } .l-page .slNo { font-size: 1.9rem; font-weight: 700; } .l-page .lesson-title { margin-left: 5px; } .l-page .arrow { color: #aab3bc; line-height: 90px; } .l-page .arrow:hover { color: #5a6772; } .l-page .notes h1, .l-page .notes h2, .l-page .notes h3, .l-page .notes h4 { font-size: 1.8rem; margin-top: 25px; } .l-page .notes p { font-size: 1.55rem; max-width: 45em; } .l-page .progress-text { margin-top: -45px; font-size: 27px; } ul.share-buttons { list-style: none; padding: 0; } ul.share-buttons li { display: inline; margin-left: 5px; } ul.share-buttons .sr-only { position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden; } .unit-container { margin-bottom: 20px; } .unit-container .unit-tile { color: #FFF; padding: 20px 0; margin-bottom: 0px; position: relative; } .unit-container .unit-tile .unit-heading, .unit-container .unit-tile .unit-description { color: #FFF; } .unit-container .unit-tile .unit-heading { font-size: 2.3rem; } .unit-container .unit-body { padding: 5px 10px 5px 25px; font-weight: 300; font-family: "Nunito", sans-serif; } .unit-container .unit-block { min-height: 170px; min-width: 170px; padding: 0; border-right: 1px solid #CCC; } .unit-container .unit-block p { color: #FFF; } .unit-container .unit-block .unit-text { font-size: 23px; margin-bottom: -15px; font-weight: 600; } .unit-container .unit-block .unit-number { font-size: 80px; font-family: "Nunito", sans-serif; margin: 0; } .unit-container .lesson-link { text-decoration: none !important; } .unit-container .lesson-link:hover .lesson-name { text-decoration: none; color: #22272b; transition: all 0.3s ease; } .unit-container .lesson-link:hover .toc-lesson { background-color: #f7f7f7; transition: all 0.3s ease; } .unit-container .toc-lesson { background-color: #FFF; padding: 18px 10px; border: 1px solid #b8c0c7; color: #7f8d9a; border-top: 0px; } .unit-container .lesson-name { margin: 0 10px 0; color: #7f8d9a; font-size: 1.2rem; } @media (min-width: 420px) { .unit-container .lesson-name { font-size: 1.4rem; } } @media (min-width: 768px) { .unit-container .lesson-name { font-size: 1.6rem; } } .unit-container .lesson-name i.fa { font-size: 1.2rem; } @media (min-width: 420px) { .unit-container .lesson-name i.fa { font-size: 1.4rem; } } @media (min-width: 768px) { .unit-container .lesson-name i.fa { font-size: 2.2rem; } } .footer-distributed { background-color: #292c2f; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); box-sizing: border-box; font: 700 16px Nunito; text-align: left; padding: 50px 60px 40px; margin-top: 80px; overflow: hidden; margin: 0 -10px -10px -10px; } .footer-distributed .footer-left { float: left; } .footer-distributed h3 { color: #fff; font-size: 36px; margin: 0 0 10px; } .footer-distributed h3 span { color: #5383d3; } .footer-distributed .footer-links { color: #fff; margin: 0 0 10px; padding: 0; } .footer-distributed .footer-links a { display: inline-block; line-height: 1.8; text-decoration: none; color: inherit; } .footer-distributed .footer-company-name { color: #8f9296; font-size: 14px; font-weight: 400; margin: 0; } .footer-distributed .footer-icons { margin-top: 40px; } .footer-distributed .footer-icons i { color: #FFF; margin-left: 5px; } .footer-distributed .footer-icons a { display: inline-block; width: 35px; height: 35px; cursor: pointer; background-color: #33383b; border-radius: 2px; font-size: 20px; color: #fff; text-align: center; line-height: 35px; margin-right: 3px; margin-bottom: 5px; } .footer-distributed .footer-right { float: right; } .footer-distributed .footer-right p { display: inline-block; vertical-align: top; margin: 15px 42px 0 0; color: #fff; } @media (max-width: 1000px) { .footer-distributed { font: 700 14px Nunito; } .footer-distributed .footer-company-name { font-size: 12px; } .footer-distributed .form-box input, .footer-distributed .form-box textarea { width: 250px; } .footer-distributed .form-box button { padding: 10px 35px; } } @media (max-width: 800px) { .footer-distributed { padding: 30px; } .footer-distributed .footer-left { float: none; max-width: 300px; } .footer-distributed .footer-right { float: none; max-width: 300px; margin: 0 auto; } .footer-distributed .footer-left { margin: 0 auto 40px; } } #blogpost-body { background-color: #FFF; } #blogpost-body h1#blog-title { margin-top: 20px; font-weight: 400; } #blogpost-body p#blog-description { font-weight: 200; font-size: 18px; max-width: 900px; } #blogpost-body p#blog-date { color: darkgray; margin-bottom: 10px; } #blogpost-body hr, #blogpost-body image { margin-bottom: 20px; } #blog-content { margin-top: 25px; max-width: 900px; } #blog-content p { font-family: 'Lora', serif; font-size: 18px; font-weight: 200; line-height: 32px; } /* @import '../styles/dashboard.scss'; @import '../styles/courses.scss'; @import '../styles/footer.scss'; @import '../styles/main.scss'; @import '../styles/profile.scss'; @import '../styles/lessons.scss'; @import '../styles/quiz.scss'; */
0.204501
0.054828
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: rgb(236, 238, 241); } .container { width: 100%; height: 100vh; padding: 20px; text-align: center; } .navbar { top: 0; width: 100%; display: flex; align-items: flex-end; justify-content: flex-end; } form a { margin: auto; text-decoration: none; font-size: 14px; margin-bottom: 20px; } .terms a { text-decoration: none; color: rgb(19, 19, 192); } /* Links inside the navbar */ .navbar_signin { float: right; display: block; color: #f2f2f2; text-align: center; padding: 9px 12px; text-decoration: none; background-color: rgb(0, 119, 197); margin-right: 30px; margin-top: 10px; width: 200px; border-radius: 4px; } .terms { margin-top: 26px; font-size: 12px; color: inherit; } .terms span { display: block; } .navbar div span { display: block; margin-right: 30px; font-size: small; } .form__header p > a { margin-left: 10px; } .navbar div span a { text-decoration: none; font-size: small; color: rgb(88, 163, 223); } .fa { margin-right: 20px; } .form_wrapper { background-color: rgb(255, 255, 255); height: 88%; width: 30%; margin: auto; text-align: center; border: 0.5px #ccc solid; border-radius: 4px; margin-bottom: 40px; } form { width: 90%; text-align: center; margin: 0 auto; } .form__header { margin-bottom: 30px; text-align: center; } form h2 { margin: auto; font-weight: 600; font-size: 20px; width: 60%; color: #000; margin-top: 15px; margin-bottom: 20px; } form p { margin: auto; font-weight: 300; font-size: 15px; color: #000; margin-bottom: 14px; } .header { width: 30%; text-align: center; margin: auto; margin-bottom: 5px; } .header_logo { height: 80px; padding: 20px; color: black; width: auto; text-transform: uppercase; } .header_logo img { height: 100%; color: rgba(27, 27, 27, 0.199); } .icons { text-align: center; height: 50px; } .header_icons { list-style: none; margin: 10px auto; display: flex; justify-content: space-between; flex-wrap: nowrap; } .header_icons img { height: 100%; } .header_icons li { flex: 1 1 33.33%; font-size: 15px; font-weight: 500; text-transform: uppercase; margin-bottom: 5px; } label { display: inline-block; margin-left: 0; font-weight: 400; font-size: medium; float: left; } input[type="email"], input[type="password"], input[type="text"], button[type="submit"] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid rgb(3, 3, 3); border-radius: 5px; } small { text-align: right; font-size: 10px; margin-top: -5px; float: left; } .clear-fix { display: table; clear: both; } input[type="text"]:focus { border-bottom: 2px 1px rgba(73, 76, 238, 0.5); cursor: pointer; font-weight: 600; color: #000; } button[type="submit"] { width: 100%; background-color: hsl(224, 87%, 50%); cursor: pointer; color: #fff; font-weight: 600; } .capChar { height: 34px; font-size: 10px; font-weight: 200; background-color: #ccc; padding: 5px; text-align: center; justify-content: center; margin-top: 35px; align-items: center; } .capChar p { margin-top: 10px; } footer { font-size: 13px; font-weight: 300; background-color: inherit; width: 100%; margin: auto 0; } .footer_li { width: 30%; justify-content: center; } .footer_li li { font-size: 10px; margin: 0 10px; }
main.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: rgb(236, 238, 241); } .container { width: 100%; height: 100vh; padding: 20px; text-align: center; } .navbar { top: 0; width: 100%; display: flex; align-items: flex-end; justify-content: flex-end; } form a { margin: auto; text-decoration: none; font-size: 14px; margin-bottom: 20px; } .terms a { text-decoration: none; color: rgb(19, 19, 192); } /* Links inside the navbar */ .navbar_signin { float: right; display: block; color: #f2f2f2; text-align: center; padding: 9px 12px; text-decoration: none; background-color: rgb(0, 119, 197); margin-right: 30px; margin-top: 10px; width: 200px; border-radius: 4px; } .terms { margin-top: 26px; font-size: 12px; color: inherit; } .terms span { display: block; } .navbar div span { display: block; margin-right: 30px; font-size: small; } .form__header p > a { margin-left: 10px; } .navbar div span a { text-decoration: none; font-size: small; color: rgb(88, 163, 223); } .fa { margin-right: 20px; } .form_wrapper { background-color: rgb(255, 255, 255); height: 88%; width: 30%; margin: auto; text-align: center; border: 0.5px #ccc solid; border-radius: 4px; margin-bottom: 40px; } form { width: 90%; text-align: center; margin: 0 auto; } .form__header { margin-bottom: 30px; text-align: center; } form h2 { margin: auto; font-weight: 600; font-size: 20px; width: 60%; color: #000; margin-top: 15px; margin-bottom: 20px; } form p { margin: auto; font-weight: 300; font-size: 15px; color: #000; margin-bottom: 14px; } .header { width: 30%; text-align: center; margin: auto; margin-bottom: 5px; } .header_logo { height: 80px; padding: 20px; color: black; width: auto; text-transform: uppercase; } .header_logo img { height: 100%; color: rgba(27, 27, 27, 0.199); } .icons { text-align: center; height: 50px; } .header_icons { list-style: none; margin: 10px auto; display: flex; justify-content: space-between; flex-wrap: nowrap; } .header_icons img { height: 100%; } .header_icons li { flex: 1 1 33.33%; font-size: 15px; font-weight: 500; text-transform: uppercase; margin-bottom: 5px; } label { display: inline-block; margin-left: 0; font-weight: 400; font-size: medium; float: left; } input[type="email"], input[type="password"], input[type="text"], button[type="submit"] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid rgb(3, 3, 3); border-radius: 5px; } small { text-align: right; font-size: 10px; margin-top: -5px; float: left; } .clear-fix { display: table; clear: both; } input[type="text"]:focus { border-bottom: 2px 1px rgba(73, 76, 238, 0.5); cursor: pointer; font-weight: 600; color: #000; } button[type="submit"] { width: 100%; background-color: hsl(224, 87%, 50%); cursor: pointer; color: #fff; font-weight: 600; } .capChar { height: 34px; font-size: 10px; font-weight: 200; background-color: #ccc; padding: 5px; text-align: center; justify-content: center; margin-top: 35px; align-items: center; } .capChar p { margin-top: 10px; } footer { font-size: 13px; font-weight: 300; background-color: inherit; width: 100%; margin: auto 0; } .footer_li { width: 30%; justify-content: center; } .footer_li li { font-size: 10px; margin: 0 10px; }
0.474144
0.086439
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype'); } /**** * http://google.github.io/material-design-icons/ */ .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; } @font-face { font-family: 'open_sansregular'; src: url('../fonts/open-sans/opensans-regular.eot'); src: url('../fonts/open-sans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans/opensans-regular.woff2') format('woff2'), url('../fonts/open-sans/opensans-regular.woff') format('woff'), url('../fonts/open-sans/opensans-regular.ttf') format('truetype'), url('../fonts/open-sans/opensans-regular.svg#open_sansregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'exoregular'; src: url('../fonts/exo/exo-regular.eot'); src: url('../fonts/exo/exo-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/exo/exo-regular.woff2') format('woff2'), url('../fonts/exo/exo-regular.svg#exoregular') format('svg'), url('../fonts/exo/exo-regular.woff') format('woff'), url('../fonts/exo/exo-regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } /**** * Colour palette from http://www.colorhunt.co/hot * http://i.imgur.com/w1pPtl0.png */ html { font-size: 20px; line-height: 1.6; /**** overflow-y: scroll; to force a scrollbar so as to prevent the page jumping because the width changes */ overflow-y: scroll; } body { color: #444; font-family: "open_sansregular", sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; /*TIL browsers add default margins to body*/ padding: 0; } /**** Utilities */ .warning { color: #F1C40F !important; } .hide { display: none !important; } .hide-not-i { display: none; } .visibilityHidden { visibility: hidden !important; } .showFlex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .showBlock { display: block !important; } .flexWrapperColumn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .absolute { position: absolute !important; } .navBar-materialIcon-selected { color: #2670A2 !important; } .navBar-materialIcon-hover { color: #2670A2 !important; } .lightBlue { color: #90C4E6 !important; } .navHeader { position: fixed; top: 0; z-index: 99; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .navHeader nav { background-color: #3498DB; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 4rem; flex: 1 1 4rem; } .navHeader .helpPageBackButtonContainer { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 6px; } .navHeader .helpPageBackButtonContainer:hover a { color: #2670A2; } .navHeader .brandLogo { /**** * Element is both a flex item for it's parent container, * and a flex container itself for it's child element */ -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: 'exoregular'; } .navHeader .brandLogo a { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: #77BBEB; text-align: right; padding-right: 1rem; text-decoration: none; } .navHeader .brandLogo a h1 { font-size: 2.4rem; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; text-rendering: geometricPrecision; } .navHeader .brandLogo a:hover { color: #2670A2; } .navHeader .searchContainer { /**** * Element is both a flex item for it's parent container, * and a flex container itself for it's child element */ -webkit-box-flex: 2; -ms-flex: 2 2 auto; flex: 2 2 auto; display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 3px solid #3498DB; border-bottom: 3px solid #3498DB; } .navHeader #searchForm { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader #searchForm > input { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.5rem; padding-left: 1rem; outline: 0; border: none; box-shadow: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .navHeader .rightContainer { -webkit-box-flex: 2; -ms-flex: 2 1 auto; flex: 2 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; } /*** * Material design icons in the header */ .navHeader .material-icons { font-size: 3rem; color: #77BBEB; } .navHeader .dateFilter { /**** * Element is both a flex item for it's parent container, * and a flex container itself for it's child element */ -webkit-box-flex: 0; -ms-flex: 0 1 4rem; flex: 0 1 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader .dateFilter a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-decoration: none; } .navHeader .addPage { -webkit-box-flex: 0; -ms-flex: 0 1 4rem; flex: 0 1 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader .addPage a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-decoration: none; } .navHeader .settings-etal { -webkit-box-flex: 0; -ms-flex: 0 1 4rem; flex: 0 1 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader .settings-etal a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-decoration: none; display: none; } /**** * Header Nav subBars */ .navHeader .subBar { background-color: #ECF0F1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -ms-flex-pack: distribute; justify-content: space-around; box-shadow: 0px 15px 67px 0px rgba(0, 0, 0, 0.64); } /**** * Date Filter */ .navHeader .dateFilterSettings { height: 50px; font-size: 1rem; color: #3498DB; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .dateFilterSettings .formplate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: 1px; } .navHeader .dateFilterSettings .formplate-select { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .navHeader .dateFilterSettings .formplate-select:hover { border: 1px solid #3498db; } .navHeader .dateFilterSettings .formplate-select select { font-size: 18px; } .navHeader .dateFilterSettings .formplate-select select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #3498DB; } .navHeader .dateFilterSettings .fromToContainer { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0.45rem 0; } .navHeader .dateFilterSettings .fromContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .dateFilterSettings .fromContainer > span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 3.5rem; } .navHeader .dateFilterSettings .toContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .dateFilterSettings .toContainer > span { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; width: 2.2rem; } .navHeader .dateFilterSettings .shortcutsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0.45rem 0; border-left-width: 1px; border-left-style: solid; border-left-color: #3498DB; margin-left: 0.5rem; } .navHeader .dateFilterSettings .shortcutsContainer .formplate { margin-left: 0.5rem; } /**** * Add Page Urls */ .navHeader .addPageUrls { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .navHeader .addPageUrls textarea { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-size: 0.9rem; padding: 2rem; text-align: center; line-height: 1rem; outline: 0; border: none; box-shadow: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .navHeader .addPageUrls textarea::-webkit-input-placeholder { text-align: center; } .navHeader .addPageUrls textarea::-moz-placeholder { text-align: center; } .navHeader .addPageUrls textarea:-ms-input-placeholder { text-align: center; } .navHeader .addPageUrls textarea::placeholder { text-align: center; } .navHeader .addPageUrls .progressInfo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; padding: 2rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.1rem; } .navHeader .addPageUrls .failedUrlInfo { opacity: 0.6; } .navHeader .addPageUrls .progressInfo ul { list-style: none; padding: 0; margin: 0; } .navHeader .addPageUrls .addUrlsProgress { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #ECF0F1; height: 50px; font-size: 24px; line-height: 50px; } .navHeader .addPageUrls .addUrlsProgress .progressBar { display: -webkit-box; display: -ms-flexbox; display: flex; background: #F1C40F; width: 0; } .navHeader .addPageUrls .addUrlsProgress .errorOKbutton { display: -webkit-box; display: -ms-flexbox; display: flex; background: #F1C40F; width: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .addPageUrls .addUrlsProgress .errorOKbutton:hover { color: #2670A2; cursor: pointer; } .navHeader .addPageUrls .addPageButtons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: white; height: 50px; font-size: 24px; line-height: 50px; } .navHeader .addPageUrls .urlSaveButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; background-color: #3498DB; } .navHeader .addPageUrls .urlSaveButton:hover { color: #2670A2; cursor: pointer; } .navHeader .addPageUrls .urlCancelButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; background-color: #34495E; border: none; text-align: center; } .navHeader .addPageUrls .urlCancelButton:hover { color: #77BBEB; cursor: pointer; } .navHeader .settingsAndHelp { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; height: 50px; font-size: 24px; line-height: 50px; } .navHeader .settingsAndHelp .settingsLinkButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; color: white; background-color: #F1C40F; } .navHeader .settingsAndHelp .settingsLinkButton:hover { color: #34495E; cursor: pointer; } .navHeader .settingsAndHelp .helpAboutLinkButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; color: white; background-color: #34495E; } .navHeader .settingsAndHelp .helpAboutLinkButton:hover { color: #77BBEB; cursor: pointer; } /**** * Index/Search page ****/ .searchPage #resultsOuterContainer { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 140px; -webkit-transform: translateZ(0); } .searchPage #resultsContainer { -webkit-box-flex: 0; -ms-flex: 0 1 44rem; flex: 0 1 44rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 5rem; } .searchPage #resultsCount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; top: -1rem; opacity: 0.2; } .searchPage .result { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-bottom: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .result a { text-decoration: none; color: #3498DB; } .searchPage .result a:hover { text-decoration: underline; } .searchPage .mainDetails { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } /**** Make super long words/urls break and not overflow */ .searchPage .mainDetails * { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } .searchPage .mainResultLink { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .searchPage .mainResultLink.warning { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .searchPage .mainResultLink { font-size: 1.2rem; line-height: 1; } .searchPage .mainResultLink a:hover { color: #2670A2; text-decoration: none; } .searchPage .mainResultLink .material-icons { position: relative; top: -0.4rem; } .searchPage .mainResultLink .material-icons:hover { cursor: default; } .searchPage .resultUrlText { color: #92C8EF; font-size: 0.7rem; } .searchPage .description { font-size: 0.93rem; margin: 0; } .searchPage .description .searchHighlight { color: #BE3D3D; } .searchPage .description strong { color: #2670A2; } .searchPage .safeBrowsing { color: #F1C40F; font-size: 0.8rem; margin: 0.1rem 0; } .searchPage .safeBrowsing > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .searchPage .safeBrowsing > div:nth-child(n+2) { margin-top: 0.4rem; } .searchPage .safeBrowsing a { color: inherit; } .searchPage .safeBrowsing .material-icons { margin-right: 0.4rem; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; } .searchPage .safeBrowsingBriefDescription { display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .safeBrowsingBriefDescription > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; } .searchPage .safeBrowsingBriefDescription > a:hover { text-decoration: none; } .searchPage .safeBrowsingExplination { display: none; margin-left: 1.6rem; } .searchPage .safeBrowsingExplination a { color: #2670A2; } .searchPage .googleAdvisory { font-size: 0.6rem; } .searchPage .metaIconsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .searchPage .metaIcons { color: #ECF0F1; display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .metaIcons a { color: inherit; } .searchPage .metaIcons a:hover { text-decoration: none; color: #77BBEB; } #formplateFontHack { visibility: hidden !important; } .settingsPage { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 40px; } .settingsPage .navHeader .searchContainer { display: none; } .settingsPage .navHeader .rightContainer { display: none; } .settingsPage .navHeader .brandLogo a:hover { color: #77BBEB; } .settingsPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: default; font-weight: bold; } .settingsPage .subBar .addPageUrls textarea { display: none; } .settingsPage .subBar .addPageUrls .progressInfo a { text-decoration: none; color: #3498DB; } .settingsPage .subBar .addPageUrls .progressInfo a:hover { color: #2670A2; text-decoration: none; } .settingsPage .subBar .addPageUrls .progressInfo .failedUrlInfo { opacity: 0.6; } .settingsPage .formplate * { border-radius: 0 !important; font-size: 0.775rem; } .settingsPage .formplate label { color: #444; } .settingsPage #settingsContainer { margin-top: 100px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .settingsPage .settingsHeader { text-align: center; font-size: 1rem; } .settingsPage .settingsHeader span { opacity: 0.2; } .settingsPage .settingsHeader a { opacity: 0.2; text-decoration: none; color: #3498DB; outline: none; } .settingsPage .settingsHeader a:hover { opacity: 0.8; } .settingsPage .settings { margin-top: 0.5rem; width: 31rem; margin-left: auto; margin-right: auto; } .settingsPage .settings > div { margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #77BBEB; } .settingsPage .settings > div:last-child { border-bottom: none; } .settingsPage .settings > div:nth-of-type(1) { margin-top: 0.5rem; padding-top: 1.2rem; border-top-width: 1px; border-top-style: solid; border-top-color: #77BBEB; } .settingsPage .settings .button { background-color: #2670A2; font-size: 0.865rem; } .settingsPage .settings .button:hover { background-color: #3498DB; } .settingsPage .settings .button.clipBoardButton { background-color: #e6e6e6; } .settingsPage .settings .clipBoardButton:hover { background-color: #f5f5f5; } .settingsPage .settings .settingDetail { font-size: 0.7rem; padding: 0 1rem; width: 30rem; } .settingsPage .settingDetail a { text-decoration: none; color: #3498DB; } .settingsPage .settingDetail a:hover { color: #2670A2; text-decoration: none; } .settingsPage .settings .formplate label { font-size: 1rem; } .settingsPage .settings .formplate .formplate-checkbox.checked:before { position: absolute; width: 100%; top: -1.5px; } .settingsPage .settings .formplate .formplate-checkbox.checked input { z-index: 50; } .settingsPage .settings .genTokenOuterContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1.1rem; } .settingsPage .genTokenOuterContainer .browserTokenTitle { margin-bottom: 0.7rem; } .settingsPage .genTokenOuterContainer #browserAddonTokenButton { border-radius: 0; } .settingsPage .genTokenOuterContainer .settingDetail { margin-top: 0.5rem; } .settingsPage .genTokenContainer { display: -webkit-box; display: -ms-flexbox; display: flex; } .settingsPage .genTokenContainer .formplate { margin-left: 0.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .settingsPage .genTokenContainer .formplate input[type="text"] { margin-bottom: 0; } .settingsPage .genTokenContainer .button { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; } .settingsPage .genTokenContainer .clipBoardButton img { width: 19px; } .settingsPage .bookmarkletContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .bookmarkletContainer .genTokenContainer { margin-top: 0.7rem; } .settingsPage .bookmarkletContainer .settingDetail { margin-top: 0.5rem; } .settingsPage .bookmarkletContainer .button { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; } .settingsPage .bookmarkletContainer #bookmarkletButton, .settingsPage .bookmarkletContainer #emailBookmarkletButton { border-radius: 0; font-size: 0.8rem; } .settingsPage .bookmarkletContainer .formplate { margin-left: 0.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .settingsPage .bookmarkletContainer .formplate input[type="text"] { margin-bottom: 0; } .settingsPage .bookmarkletContainer .clipBoardButton img { width: 19px; } .settingsPage .prebrowsingSettingContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .dbLocationContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .dbLocationContainer .currentLocation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .dbLocationContainer .currentLocation .locationText { display: -webkit-box; display: -ms-flexbox; display: flex; color: #92C8EF; font-size: 0.9rem; padding: 0 1rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; font-family: Courier; } .settingsPage .dbLocationContainer .changeDBLocationButtonContainer { margin: 0.5rem 0; } .settingsPage .dbLocationContainer .changeDBLocationButtonContainer #changeDBLocationButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 7.1rem; } .settingsPage .dbLocationContainer .changeDBLocationButtonContainer #changeDBLocationInput { display: none; } .settingsPage .dbLocationContainer #dragAndDropContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .settingsPage .dbLocationContainer #dragAndDropContainer #dragAndDrop { border: 10px dashed #ccc; margin: 2rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 12rem; height: 12rem; color: #ccc; } .settingsPage .dbLocationContainer #dragAndDropContainer #dragAndDrop.dragHover { border: 10px dashed #A3A3A3; color: white; } .settingsPage .revokeContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .revokeContainer .revokeButtonsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .revokeContainer #revokeTokens { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 7.4rem; margin-top: 0.7rem; } .settingsPage .bookmarkExpiryContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings > div:nth-of-type(1) { margin-top: 0; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings > div:nth-of-type(2) { margin-top: 0.7rem; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings > div:nth-of-type(3) { margin-top: 0.2rem; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings #bookmarkExpiryEmail { margin-bottom: 0; } .settingsPage .trayIconContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .trayIconContainer .trayIconSettings { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .trayIconContainer .trayIconSettings > div:nth-of-type(1) { margin-top: 0; } .settingsPage .trayIconContainer .trayIconSettings > div:nth-of-type(2) { margin-top: 0.7rem; } .settingsPage .importContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .importContainer .importButtonsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .importContainer #importTextFileInput { display: none; } .settingsPage .importContainer #importHTMLFileInput { display: none; } .settingsPage .importContainer #importHTMLFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 11.5rem; margin-top: 0.7rem; } .settingsPage .importContainer #importTextFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 9rem; margin-top: 0.7rem; } .settingsPage .exportContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .exportContainer .exportButtonsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .exportContainer #exportHTMLFileInput { display: none; } .settingsPage .exportContainer #exportTextFileInput { display: none; } .settingsPage .exportContainer #exportHTMLFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 13rem; margin-top: 0.7rem; } .settingsPage .exportContainer #exportTextFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 10rem; margin-top: 0.7rem; } .settingsPage .settingsSaveCancelButtons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: white; height: 50px; font-size: 24px; line-height: 50px; max-height: 50px; bottom: 0; position: fixed; z-index: 99; width: 100%; } .settingsPage .saveSettingsButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; background-color: #3498DB; } .settingsPage .saveSettingsButton:hover { color: #2670A2; cursor: pointer; } .settingsPage .cancelSettingsButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; background-color: #34495E; border: none; text-align: center; } .settingsPage .cancelSettingsButton:hover { color: #77BBEB; cursor: pointer; } .settingsPage #formPlateFontHack { visibility: hidden; } .bookmarkletPage .navHeader .searchContainer { display: none; } .bookmarkletPage .navHeader .rightContainer { display: none; } .bookmarkletPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; } .bookmarkletPage .navHeader .brandLogo .brandLogoSmall { display: none; } .bookmarkletPage #bookmarkletPageContainer { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 140px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } .bookmarkletPage #bookmarkletPageContainer a { text-decoration: none; color: #3498DB; } .bookmarkletPage #bookmarkletPageContainer a:hover { color: #2670A2; text-decoration: none; } .errorPage .navHeader .searchContainer { display: none !important; } .errorPage .navHeader nav { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .errorPage .navHeader .rightContainer { display: none !important; } .errorPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .errorPage .navHeader .brandLogo { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .errorPage .navHeader .brandLogo .brandLogoLarge { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .errorPage .navHeader .brandLogo .brandLogoSmall { display: none !important; } .errorPage .errorContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 8rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .removeOldBookmarksPage { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 40px; } .removeOldBookmarksPage .navHeader .searchContainer { display: none; } .removeOldBookmarksPage .navHeader .rightContainer { display: none; } .removeOldBookmarksPage .navHeader .brandLogo a:hover { color: #77BBEB; } .removeOldBookmarksPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; } .removeOldBookmarksPage .navHeader .brandLogo .brandLogoSmall { display: none; } .removeOldBookmarksPage .removeBookmarksContainer { margin-top: 6.5rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .removeOldBookmarksPage #rowsUl { list-style-type: none; max-width: 80%; } .removeOldBookmarksPage #rowsUl li { margin-bottom: 1.5rem; } .removeOldBookmarksPage .bookmarkDetailsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; } .removeOldBookmarksPage .bookmarkDetails { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .removeOldBookmarksPage .bookmarkDetails a { text-decoration: none; color: #3498DB; } .removeOldBookmarksPage .bookmarkDetails a:hover { color: #2670A2; text-decoration: none; } .removeOldBookmarksPage .bookmarkPageUrl { color: #92C8EF; font-size: 0.7em; } .removeOldBookmarksPage .dateCreated { font-size: 0.7em; opacity: 0.6; color: #7A7A7A; } .removeOldBookmarksPage .deleteBookmarkButtonContainer { margin-right: 1rem; margin-top: 0.3rem; } .removeOldBookmarksPage .deleteBookmarkButtonContainer .deleteBookmarkButton { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #666; } .removeOldBookmarksPage .deleteBookmarkButtonContainer .deleteBookmarkButton:hover { background-color: #383838; } /**** * Global */ /***** 54.5em width and wider *****/ @media (min-width: 54.5em) { .navHeader .brandLogo .brandLogoSmall { display: none; } .navHeader .brandLogo .brandLogoLarge { display: -webkit-box; display: -ms-flexbox; display: flex; } } /***** 54.5em width and less *****/ @media (max-width: 54.5em) { html { font-size: 12px; } .searchPage .navHeader .brandLogo { padding-left: 0.6rem; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } .searchPage .navHeader .brandLogo .brandLogoSmall { display: none; } .searchPage .navHeader .rightContainer { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } .searchPage .navHeader .rightContainer > div { padding: 0 0.5rem; } .searchPage .navHeader .addPageUrls textarea { font-size: 1.3rem; line-height: 1.5rem; } .searchPage .navHeader .addPageUrls .addPageButtons { font-size: 1.8rem; } .searchPage .navHeader .addPageUrls .progressInfo { font-size: 1.6rem; } .searchPage .navHeader .dateFilterSettings { font-size: 1.5rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100px; } .searchPage .navHeader .dateFilterSettings .formplate-select select { padding-right: 38px; } .searchPage .navHeader .dateFilterSettings .fromContainer > span { width: 5rem; } .searchPage .navHeader .dateFilterSettings .toContainer > span { width: 3.1rem; } .searchPage .navHeader .dateFilterSettings .shortcutsContainer { border-left-width: initial; border-left-style: initial; border-left-color: initial; border-top-width: 1px; border-top-color: #3498DB; border-top-style: solid; } .searchPage #resultsOuterContainer { margin-top: 84px; } .searchPage #resultsCount { font-size: 1.3rem; } .searchPage #resultsContainer { -ms-flex-preferred-size: 58rem; flex-basis: 58rem; } .searchPage .mainResultLink { font-size: 1.9rem; } .searchPage .mainResultLink .material-icons { top: -1.1rem; } .searchPage .resultUrlText { font-size: 1.1rem; } .searchPage .safeBrowsing { font-size: 1.3rem; } .searchPage .description { font-size: 1.3rem; } .searchPage .metaIcons a { font-size: 2.4rem; } .removeOldBookmarksPage .removeBookmarksContainer { font-size: 1.4rem; } .removeOldBookmarksPage .removeBookmarksContainer .deleteBookmarkButton { height: 2.8rem; ont-size: 1.2rem; } } /***** 40em width and less *****/ @media (max-width: 40em) { .searchPage .navHeader .brandLogo .brandLogoSmall { display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .navHeader .brandLogo .brandLogoLarge { display: none; } .removeOldBookmarksPage .removeBookmarksContainer #rowsUl { max-width: none; } } /***** 36em width and less *****/ @media (max-width: 36em) { .searchPage .navHeader .addPageUrls .progressInfo { font-size: 1rem; } .searchPage .navHeader .dateFilterSettings { height: 140px; } .searchPage .navHeader .dateFilterSettings .fromToContainer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .searchPage .navHeader .dateFilterSettings .toContainer { margin-top: 2px; } } /***** 35.8em width and less *****/ @media (max-width: 35.8em) { .searchPage .searchPage #resultsContainer { margin: 0 3rem; } } /***** 32.1em width and less *****/ @media (max-width: 32.1em) { .searchPage .searchPage #resultsContainer { margin: 0 2rem; } .removeOldBookmarksPage .navHeader .brandLogo a h1 { font-size: 1.8rem; } } /***** 28.6em width and less *****/ @media (max-width: 28.6em) { .searchPage .navHeader .searchContainer { padding: 0 0 0 0.3rem; } .searchPage .navHeader .brandLogo { display: none; } .searchPage .navHeader #searchForm > input { font-size: 1.4rem; } /***** Prevent auto-zoom into the textarea */ .searchPage #resultsCount { font-size: 1rem; } .searchPage .mainResultLink { font-size: 1.2rem; } .searchPage .mainResultLink .material-icons { top: -1.2rem; } .searchPage .resultUrlText { font-size: 0.6rem; } .searchPage .safeBrowsing { font-size: 0.8rem; } .searchPage .safeBrowsing .material-icons { font-size: 1.2rem; padding-top: 0.1rem; } .searchPage .description { font-size: 0.75rem; } .searchPage .metaIcons a { font-size: 1.8rem; } .removeOldBookmarksPage .navHeader .brandLogo a h1 { font-size: 1.6rem; } } /***** 22.5em width and less *****/ @media (max-width: 22.5em) { .searchPage .navHeader .searchContainer { -ms-flex-preferred-size: 14rem; flex-basis: 14rem; } .searchPage .navHeader .searchContainer #searchInput { -ms-flex-preferred-size: 16rem; flex-basis: 16rem; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } .bookmarkletPage .navHeader .brandLogo a h1 { font-size: 2rem; } } #notie-alert-outer { min-height: 85px; } .notie-alert-error { background-color: #F1C40F !important; } .notie-alert-success { background-color: #2670A2 !important; } #notie-confirm-inner { background-color: #3498DB !important; } #notie-confirm-yes { background-color: #F1C40F !important; } #notie-confirm-yes:hover #notie-confirm-yes-text { color: #2670A2 !important; } #notie-confirm-no { background-color: #34495E !important; } #notie-confirm-no:hover #notie-confirm-no-text { color: #2670A2 !important; } .protip-container { z-index: 500; } .protip-skin-default--scheme-pro.protip-container { background: #77BBEB !important; } *[data-pt-position="top-left"] .protip-arrow, *[data-pt-position="top"] .protip-arrow, *[data-pt-position="top-right"] .protip-arrow { border-color: #77BBEB transparent transparent transparent !important; } *[data-pt-position="bottom-left"] .protip-arrow, *[data-pt-position="bottom"] .protip-arrow, *[data-pt-position="bottom-right"] .protip-arrow { border-color: transparent transparent #77BBEB transparent !important; } *[data-pt-position="left-top"] .protip-arrow, *[data-pt-position="left"] .protip-arrow, *[data-pt-position="left-bottom"] .protip-arrow { border-color: transparent transparent transparent #77BBEB !important; } *[data-pt-position="right-top"] .protip-arrow, *[data-pt-position="right"] .protip-arrow, *[data-pt-position="right-bottom"] .protip-arrow { border-color: transparent #77BBEB transparent transparent !important; } *[data-pt-position="top-left-corner"] .protip-arrow { border-color: transparent #77BBEB transparent transparent !important; } *[data-pt-position="top-right-corner"] .protip-arrow { border-color: #77BBEB transparent transparent transparent !important; } *[data-pt-position="bottom-left-corner"] .protip-arrow { border-color: transparent transparent #77BBEB transparent !important; } *[data-pt-position="bottom-right-corner"] .protip-arrow { border-color: transparent transparent transparent #77BBEB !important; } /*# sourceMappingURL=styles.css.map */
frontend/static/stylesheets/styles.css
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype'); } /**** * http://google.github.io/material-design-icons/ */ .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; } @font-face { font-family: 'open_sansregular'; src: url('../fonts/open-sans/opensans-regular.eot'); src: url('../fonts/open-sans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans/opensans-regular.woff2') format('woff2'), url('../fonts/open-sans/opensans-regular.woff') format('woff'), url('../fonts/open-sans/opensans-regular.ttf') format('truetype'), url('../fonts/open-sans/opensans-regular.svg#open_sansregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'exoregular'; src: url('../fonts/exo/exo-regular.eot'); src: url('../fonts/exo/exo-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/exo/exo-regular.woff2') format('woff2'), url('../fonts/exo/exo-regular.svg#exoregular') format('svg'), url('../fonts/exo/exo-regular.woff') format('woff'), url('../fonts/exo/exo-regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } /**** * Colour palette from http://www.colorhunt.co/hot * http://i.imgur.com/w1pPtl0.png */ html { font-size: 20px; line-height: 1.6; /**** overflow-y: scroll; to force a scrollbar so as to prevent the page jumping because the width changes */ overflow-y: scroll; } body { color: #444; font-family: "open_sansregular", sans-serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; /*TIL browsers add default margins to body*/ padding: 0; } /**** Utilities */ .warning { color: #F1C40F !important; } .hide { display: none !important; } .hide-not-i { display: none; } .visibilityHidden { visibility: hidden !important; } .showFlex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .showBlock { display: block !important; } .flexWrapperColumn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .absolute { position: absolute !important; } .navBar-materialIcon-selected { color: #2670A2 !important; } .navBar-materialIcon-hover { color: #2670A2 !important; } .lightBlue { color: #90C4E6 !important; } .navHeader { position: fixed; top: 0; z-index: 99; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .navHeader nav { background-color: #3498DB; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 4rem; flex: 1 1 4rem; } .navHeader .helpPageBackButtonContainer { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 6px; } .navHeader .helpPageBackButtonContainer:hover a { color: #2670A2; } .navHeader .brandLogo { /**** * Element is both a flex item for it's parent container, * and a flex container itself for it's child element */ -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: 'exoregular'; } .navHeader .brandLogo a { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: #77BBEB; text-align: right; padding-right: 1rem; text-decoration: none; } .navHeader .brandLogo a h1 { font-size: 2.4rem; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; text-rendering: geometricPrecision; } .navHeader .brandLogo a:hover { color: #2670A2; } .navHeader .searchContainer { /**** * Element is both a flex item for it's parent container, * and a flex container itself for it's child element */ -webkit-box-flex: 2; -ms-flex: 2 2 auto; flex: 2 2 auto; display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 3px solid #3498DB; border-bottom: 3px solid #3498DB; } .navHeader #searchForm { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader #searchForm > input { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.5rem; padding-left: 1rem; outline: 0; border: none; box-shadow: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .navHeader .rightContainer { -webkit-box-flex: 2; -ms-flex: 2 1 auto; flex: 2 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; } /*** * Material design icons in the header */ .navHeader .material-icons { font-size: 3rem; color: #77BBEB; } .navHeader .dateFilter { /**** * Element is both a flex item for it's parent container, * and a flex container itself for it's child element */ -webkit-box-flex: 0; -ms-flex: 0 1 4rem; flex: 0 1 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader .dateFilter a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-decoration: none; } .navHeader .addPage { -webkit-box-flex: 0; -ms-flex: 0 1 4rem; flex: 0 1 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader .addPage a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-decoration: none; } .navHeader .settings-etal { -webkit-box-flex: 0; -ms-flex: 0 1 4rem; flex: 0 1 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .navHeader .settings-etal a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-decoration: none; display: none; } /**** * Header Nav subBars */ .navHeader .subBar { background-color: #ECF0F1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -ms-flex-pack: distribute; justify-content: space-around; box-shadow: 0px 15px 67px 0px rgba(0, 0, 0, 0.64); } /**** * Date Filter */ .navHeader .dateFilterSettings { height: 50px; font-size: 1rem; color: #3498DB; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .dateFilterSettings .formplate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: 1px; } .navHeader .dateFilterSettings .formplate-select { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .navHeader .dateFilterSettings .formplate-select:hover { border: 1px solid #3498db; } .navHeader .dateFilterSettings .formplate-select select { font-size: 18px; } .navHeader .dateFilterSettings .formplate-select select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #3498DB; } .navHeader .dateFilterSettings .fromToContainer { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0.45rem 0; } .navHeader .dateFilterSettings .fromContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .dateFilterSettings .fromContainer > span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 3.5rem; } .navHeader .dateFilterSettings .toContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .dateFilterSettings .toContainer > span { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; width: 2.2rem; } .navHeader .dateFilterSettings .shortcutsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0.45rem 0; border-left-width: 1px; border-left-style: solid; border-left-color: #3498DB; margin-left: 0.5rem; } .navHeader .dateFilterSettings .shortcutsContainer .formplate { margin-left: 0.5rem; } /**** * Add Page Urls */ .navHeader .addPageUrls { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .navHeader .addPageUrls textarea { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-size: 0.9rem; padding: 2rem; text-align: center; line-height: 1rem; outline: 0; border: none; box-shadow: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .navHeader .addPageUrls textarea::-webkit-input-placeholder { text-align: center; } .navHeader .addPageUrls textarea::-moz-placeholder { text-align: center; } .navHeader .addPageUrls textarea:-ms-input-placeholder { text-align: center; } .navHeader .addPageUrls textarea::placeholder { text-align: center; } .navHeader .addPageUrls .progressInfo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; padding: 2rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.1rem; } .navHeader .addPageUrls .failedUrlInfo { opacity: 0.6; } .navHeader .addPageUrls .progressInfo ul { list-style: none; padding: 0; margin: 0; } .navHeader .addPageUrls .addUrlsProgress { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #ECF0F1; height: 50px; font-size: 24px; line-height: 50px; } .navHeader .addPageUrls .addUrlsProgress .progressBar { display: -webkit-box; display: -ms-flexbox; display: flex; background: #F1C40F; width: 0; } .navHeader .addPageUrls .addUrlsProgress .errorOKbutton { display: -webkit-box; display: -ms-flexbox; display: flex; background: #F1C40F; width: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navHeader .addPageUrls .addUrlsProgress .errorOKbutton:hover { color: #2670A2; cursor: pointer; } .navHeader .addPageUrls .addPageButtons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: white; height: 50px; font-size: 24px; line-height: 50px; } .navHeader .addPageUrls .urlSaveButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; background-color: #3498DB; } .navHeader .addPageUrls .urlSaveButton:hover { color: #2670A2; cursor: pointer; } .navHeader .addPageUrls .urlCancelButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; background-color: #34495E; border: none; text-align: center; } .navHeader .addPageUrls .urlCancelButton:hover { color: #77BBEB; cursor: pointer; } .navHeader .settingsAndHelp { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; height: 50px; font-size: 24px; line-height: 50px; } .navHeader .settingsAndHelp .settingsLinkButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; color: white; background-color: #F1C40F; } .navHeader .settingsAndHelp .settingsLinkButton:hover { color: #34495E; cursor: pointer; } .navHeader .settingsAndHelp .helpAboutLinkButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; color: white; background-color: #34495E; } .navHeader .settingsAndHelp .helpAboutLinkButton:hover { color: #77BBEB; cursor: pointer; } /**** * Index/Search page ****/ .searchPage #resultsOuterContainer { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 140px; -webkit-transform: translateZ(0); } .searchPage #resultsContainer { -webkit-box-flex: 0; -ms-flex: 0 1 44rem; flex: 0 1 44rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 5rem; } .searchPage #resultsCount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; top: -1rem; opacity: 0.2; } .searchPage .result { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-bottom: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .result a { text-decoration: none; color: #3498DB; } .searchPage .result a:hover { text-decoration: underline; } .searchPage .mainDetails { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } /**** Make super long words/urls break and not overflow */ .searchPage .mainDetails * { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } .searchPage .mainResultLink { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .searchPage .mainResultLink.warning { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .searchPage .mainResultLink { font-size: 1.2rem; line-height: 1; } .searchPage .mainResultLink a:hover { color: #2670A2; text-decoration: none; } .searchPage .mainResultLink .material-icons { position: relative; top: -0.4rem; } .searchPage .mainResultLink .material-icons:hover { cursor: default; } .searchPage .resultUrlText { color: #92C8EF; font-size: 0.7rem; } .searchPage .description { font-size: 0.93rem; margin: 0; } .searchPage .description .searchHighlight { color: #BE3D3D; } .searchPage .description strong { color: #2670A2; } .searchPage .safeBrowsing { color: #F1C40F; font-size: 0.8rem; margin: 0.1rem 0; } .searchPage .safeBrowsing > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .searchPage .safeBrowsing > div:nth-child(n+2) { margin-top: 0.4rem; } .searchPage .safeBrowsing a { color: inherit; } .searchPage .safeBrowsing .material-icons { margin-right: 0.4rem; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; } .searchPage .safeBrowsingBriefDescription { display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .safeBrowsingBriefDescription > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; } .searchPage .safeBrowsingBriefDescription > a:hover { text-decoration: none; } .searchPage .safeBrowsingExplination { display: none; margin-left: 1.6rem; } .searchPage .safeBrowsingExplination a { color: #2670A2; } .searchPage .googleAdvisory { font-size: 0.6rem; } .searchPage .metaIconsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .searchPage .metaIcons { color: #ECF0F1; display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .metaIcons a { color: inherit; } .searchPage .metaIcons a:hover { text-decoration: none; color: #77BBEB; } #formplateFontHack { visibility: hidden !important; } .settingsPage { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 40px; } .settingsPage .navHeader .searchContainer { display: none; } .settingsPage .navHeader .rightContainer { display: none; } .settingsPage .navHeader .brandLogo a:hover { color: #77BBEB; } .settingsPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: default; font-weight: bold; } .settingsPage .subBar .addPageUrls textarea { display: none; } .settingsPage .subBar .addPageUrls .progressInfo a { text-decoration: none; color: #3498DB; } .settingsPage .subBar .addPageUrls .progressInfo a:hover { color: #2670A2; text-decoration: none; } .settingsPage .subBar .addPageUrls .progressInfo .failedUrlInfo { opacity: 0.6; } .settingsPage .formplate * { border-radius: 0 !important; font-size: 0.775rem; } .settingsPage .formplate label { color: #444; } .settingsPage #settingsContainer { margin-top: 100px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .settingsPage .settingsHeader { text-align: center; font-size: 1rem; } .settingsPage .settingsHeader span { opacity: 0.2; } .settingsPage .settingsHeader a { opacity: 0.2; text-decoration: none; color: #3498DB; outline: none; } .settingsPage .settingsHeader a:hover { opacity: 0.8; } .settingsPage .settings { margin-top: 0.5rem; width: 31rem; margin-left: auto; margin-right: auto; } .settingsPage .settings > div { margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #77BBEB; } .settingsPage .settings > div:last-child { border-bottom: none; } .settingsPage .settings > div:nth-of-type(1) { margin-top: 0.5rem; padding-top: 1.2rem; border-top-width: 1px; border-top-style: solid; border-top-color: #77BBEB; } .settingsPage .settings .button { background-color: #2670A2; font-size: 0.865rem; } .settingsPage .settings .button:hover { background-color: #3498DB; } .settingsPage .settings .button.clipBoardButton { background-color: #e6e6e6; } .settingsPage .settings .clipBoardButton:hover { background-color: #f5f5f5; } .settingsPage .settings .settingDetail { font-size: 0.7rem; padding: 0 1rem; width: 30rem; } .settingsPage .settingDetail a { text-decoration: none; color: #3498DB; } .settingsPage .settingDetail a:hover { color: #2670A2; text-decoration: none; } .settingsPage .settings .formplate label { font-size: 1rem; } .settingsPage .settings .formplate .formplate-checkbox.checked:before { position: absolute; width: 100%; top: -1.5px; } .settingsPage .settings .formplate .formplate-checkbox.checked input { z-index: 50; } .settingsPage .settings .genTokenOuterContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1.1rem; } .settingsPage .genTokenOuterContainer .browserTokenTitle { margin-bottom: 0.7rem; } .settingsPage .genTokenOuterContainer #browserAddonTokenButton { border-radius: 0; } .settingsPage .genTokenOuterContainer .settingDetail { margin-top: 0.5rem; } .settingsPage .genTokenContainer { display: -webkit-box; display: -ms-flexbox; display: flex; } .settingsPage .genTokenContainer .formplate { margin-left: 0.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .settingsPage .genTokenContainer .formplate input[type="text"] { margin-bottom: 0; } .settingsPage .genTokenContainer .button { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; } .settingsPage .genTokenContainer .clipBoardButton img { width: 19px; } .settingsPage .bookmarkletContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .bookmarkletContainer .genTokenContainer { margin-top: 0.7rem; } .settingsPage .bookmarkletContainer .settingDetail { margin-top: 0.5rem; } .settingsPage .bookmarkletContainer .button { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; } .settingsPage .bookmarkletContainer #bookmarkletButton, .settingsPage .bookmarkletContainer #emailBookmarkletButton { border-radius: 0; font-size: 0.8rem; } .settingsPage .bookmarkletContainer .formplate { margin-left: 0.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .settingsPage .bookmarkletContainer .formplate input[type="text"] { margin-bottom: 0; } .settingsPage .bookmarkletContainer .clipBoardButton img { width: 19px; } .settingsPage .prebrowsingSettingContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .dbLocationContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .dbLocationContainer .currentLocation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .dbLocationContainer .currentLocation .locationText { display: -webkit-box; display: -ms-flexbox; display: flex; color: #92C8EF; font-size: 0.9rem; padding: 0 1rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; font-family: Courier; } .settingsPage .dbLocationContainer .changeDBLocationButtonContainer { margin: 0.5rem 0; } .settingsPage .dbLocationContainer .changeDBLocationButtonContainer #changeDBLocationButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 7.1rem; } .settingsPage .dbLocationContainer .changeDBLocationButtonContainer #changeDBLocationInput { display: none; } .settingsPage .dbLocationContainer #dragAndDropContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .settingsPage .dbLocationContainer #dragAndDropContainer #dragAndDrop { border: 10px dashed #ccc; margin: 2rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 12rem; height: 12rem; color: #ccc; } .settingsPage .dbLocationContainer #dragAndDropContainer #dragAndDrop.dragHover { border: 10px dashed #A3A3A3; color: white; } .settingsPage .revokeContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .revokeContainer .revokeButtonsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .revokeContainer #revokeTokens { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 7.4rem; margin-top: 0.7rem; } .settingsPage .bookmarkExpiryContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings > div:nth-of-type(1) { margin-top: 0; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings > div:nth-of-type(2) { margin-top: 0.7rem; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings > div:nth-of-type(3) { margin-top: 0.2rem; } .settingsPage .bookmarkExpiryContainer .bookmarkExpirySettings #bookmarkExpiryEmail { margin-bottom: 0; } .settingsPage .trayIconContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .trayIconContainer .trayIconSettings { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .trayIconContainer .trayIconSettings > div:nth-of-type(1) { margin-top: 0; } .settingsPage .trayIconContainer .trayIconSettings > div:nth-of-type(2) { margin-top: 0.7rem; } .settingsPage .importContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .importContainer .importButtonsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .importContainer #importTextFileInput { display: none; } .settingsPage .importContainer #importHTMLFileInput { display: none; } .settingsPage .importContainer #importHTMLFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 11.5rem; margin-top: 0.7rem; } .settingsPage .importContainer #importTextFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 9rem; margin-top: 0.7rem; } .settingsPage .exportContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .exportContainer .exportButtonsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .settingsPage .exportContainer #exportHTMLFileInput { display: none; } .settingsPage .exportContainer #exportTextFileInput { display: none; } .settingsPage .exportContainer #exportHTMLFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 13rem; margin-top: 0.7rem; } .settingsPage .exportContainer #exportTextFileButton { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 10rem; margin-top: 0.7rem; } .settingsPage .settingsSaveCancelButtons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; color: white; height: 50px; font-size: 24px; line-height: 50px; max-height: 50px; bottom: 0; position: fixed; z-index: 99; width: 100%; } .settingsPage .saveSettingsButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: none; text-align: center; background-color: #3498DB; } .settingsPage .saveSettingsButton:hover { color: #2670A2; cursor: pointer; } .settingsPage .cancelSettingsButton { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; background-color: #34495E; border: none; text-align: center; } .settingsPage .cancelSettingsButton:hover { color: #77BBEB; cursor: pointer; } .settingsPage #formPlateFontHack { visibility: hidden; } .bookmarkletPage .navHeader .searchContainer { display: none; } .bookmarkletPage .navHeader .rightContainer { display: none; } .bookmarkletPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; } .bookmarkletPage .navHeader .brandLogo .brandLogoSmall { display: none; } .bookmarkletPage #bookmarkletPageContainer { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 140px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } .bookmarkletPage #bookmarkletPageContainer a { text-decoration: none; color: #3498DB; } .bookmarkletPage #bookmarkletPageContainer a:hover { color: #2670A2; text-decoration: none; } .errorPage .navHeader .searchContainer { display: none !important; } .errorPage .navHeader nav { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .errorPage .navHeader .rightContainer { display: none !important; } .errorPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .errorPage .navHeader .brandLogo { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .errorPage .navHeader .brandLogo .brandLogoLarge { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .errorPage .navHeader .brandLogo .brandLogoSmall { display: none !important; } .errorPage .errorContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 8rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .removeOldBookmarksPage { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 40px; } .removeOldBookmarksPage .navHeader .searchContainer { display: none; } .removeOldBookmarksPage .navHeader .rightContainer { display: none; } .removeOldBookmarksPage .navHeader .brandLogo a:hover { color: #77BBEB; } .removeOldBookmarksPage .navHeader .brandLogo h1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; } .removeOldBookmarksPage .navHeader .brandLogo .brandLogoSmall { display: none; } .removeOldBookmarksPage .removeBookmarksContainer { margin-top: 6.5rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .removeOldBookmarksPage #rowsUl { list-style-type: none; max-width: 80%; } .removeOldBookmarksPage #rowsUl li { margin-bottom: 1.5rem; } .removeOldBookmarksPage .bookmarkDetailsContainer { display: -webkit-box; display: -ms-flexbox; display: flex; } .removeOldBookmarksPage .bookmarkDetails { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .removeOldBookmarksPage .bookmarkDetails a { text-decoration: none; color: #3498DB; } .removeOldBookmarksPage .bookmarkDetails a:hover { color: #2670A2; text-decoration: none; } .removeOldBookmarksPage .bookmarkPageUrl { color: #92C8EF; font-size: 0.7em; } .removeOldBookmarksPage .dateCreated { font-size: 0.7em; opacity: 0.6; color: #7A7A7A; } .removeOldBookmarksPage .deleteBookmarkButtonContainer { margin-right: 1rem; margin-top: 0.3rem; } .removeOldBookmarksPage .deleteBookmarkButtonContainer .deleteBookmarkButton { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #666; } .removeOldBookmarksPage .deleteBookmarkButtonContainer .deleteBookmarkButton:hover { background-color: #383838; } /**** * Global */ /***** 54.5em width and wider *****/ @media (min-width: 54.5em) { .navHeader .brandLogo .brandLogoSmall { display: none; } .navHeader .brandLogo .brandLogoLarge { display: -webkit-box; display: -ms-flexbox; display: flex; } } /***** 54.5em width and less *****/ @media (max-width: 54.5em) { html { font-size: 12px; } .searchPage .navHeader .brandLogo { padding-left: 0.6rem; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } .searchPage .navHeader .brandLogo .brandLogoSmall { display: none; } .searchPage .navHeader .rightContainer { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } .searchPage .navHeader .rightContainer > div { padding: 0 0.5rem; } .searchPage .navHeader .addPageUrls textarea { font-size: 1.3rem; line-height: 1.5rem; } .searchPage .navHeader .addPageUrls .addPageButtons { font-size: 1.8rem; } .searchPage .navHeader .addPageUrls .progressInfo { font-size: 1.6rem; } .searchPage .navHeader .dateFilterSettings { font-size: 1.5rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100px; } .searchPage .navHeader .dateFilterSettings .formplate-select select { padding-right: 38px; } .searchPage .navHeader .dateFilterSettings .fromContainer > span { width: 5rem; } .searchPage .navHeader .dateFilterSettings .toContainer > span { width: 3.1rem; } .searchPage .navHeader .dateFilterSettings .shortcutsContainer { border-left-width: initial; border-left-style: initial; border-left-color: initial; border-top-width: 1px; border-top-color: #3498DB; border-top-style: solid; } .searchPage #resultsOuterContainer { margin-top: 84px; } .searchPage #resultsCount { font-size: 1.3rem; } .searchPage #resultsContainer { -ms-flex-preferred-size: 58rem; flex-basis: 58rem; } .searchPage .mainResultLink { font-size: 1.9rem; } .searchPage .mainResultLink .material-icons { top: -1.1rem; } .searchPage .resultUrlText { font-size: 1.1rem; } .searchPage .safeBrowsing { font-size: 1.3rem; } .searchPage .description { font-size: 1.3rem; } .searchPage .metaIcons a { font-size: 2.4rem; } .removeOldBookmarksPage .removeBookmarksContainer { font-size: 1.4rem; } .removeOldBookmarksPage .removeBookmarksContainer .deleteBookmarkButton { height: 2.8rem; ont-size: 1.2rem; } } /***** 40em width and less *****/ @media (max-width: 40em) { .searchPage .navHeader .brandLogo .brandLogoSmall { display: -webkit-box; display: -ms-flexbox; display: flex; } .searchPage .navHeader .brandLogo .brandLogoLarge { display: none; } .removeOldBookmarksPage .removeBookmarksContainer #rowsUl { max-width: none; } } /***** 36em width and less *****/ @media (max-width: 36em) { .searchPage .navHeader .addPageUrls .progressInfo { font-size: 1rem; } .searchPage .navHeader .dateFilterSettings { height: 140px; } .searchPage .navHeader .dateFilterSettings .fromToContainer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .searchPage .navHeader .dateFilterSettings .toContainer { margin-top: 2px; } } /***** 35.8em width and less *****/ @media (max-width: 35.8em) { .searchPage .searchPage #resultsContainer { margin: 0 3rem; } } /***** 32.1em width and less *****/ @media (max-width: 32.1em) { .searchPage .searchPage #resultsContainer { margin: 0 2rem; } .removeOldBookmarksPage .navHeader .brandLogo a h1 { font-size: 1.8rem; } } /***** 28.6em width and less *****/ @media (max-width: 28.6em) { .searchPage .navHeader .searchContainer { padding: 0 0 0 0.3rem; } .searchPage .navHeader .brandLogo { display: none; } .searchPage .navHeader #searchForm > input { font-size: 1.4rem; } /***** Prevent auto-zoom into the textarea */ .searchPage #resultsCount { font-size: 1rem; } .searchPage .mainResultLink { font-size: 1.2rem; } .searchPage .mainResultLink .material-icons { top: -1.2rem; } .searchPage .resultUrlText { font-size: 0.6rem; } .searchPage .safeBrowsing { font-size: 0.8rem; } .searchPage .safeBrowsing .material-icons { font-size: 1.2rem; padding-top: 0.1rem; } .searchPage .description { font-size: 0.75rem; } .searchPage .metaIcons a { font-size: 1.8rem; } .removeOldBookmarksPage .navHeader .brandLogo a h1 { font-size: 1.6rem; } } /***** 22.5em width and less *****/ @media (max-width: 22.5em) { .searchPage .navHeader .searchContainer { -ms-flex-preferred-size: 14rem; flex-basis: 14rem; } .searchPage .navHeader .searchContainer #searchInput { -ms-flex-preferred-size: 16rem; flex-basis: 16rem; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; } .bookmarkletPage .navHeader .brandLogo a h1 { font-size: 2rem; } } #notie-alert-outer { min-height: 85px; } .notie-alert-error { background-color: #F1C40F !important; } .notie-alert-success { background-color: #2670A2 !important; } #notie-confirm-inner { background-color: #3498DB !important; } #notie-confirm-yes { background-color: #F1C40F !important; } #notie-confirm-yes:hover #notie-confirm-yes-text { color: #2670A2 !important; } #notie-confirm-no { background-color: #34495E !important; } #notie-confirm-no:hover #notie-confirm-no-text { color: #2670A2 !important; } .protip-container { z-index: 500; } .protip-skin-default--scheme-pro.protip-container { background: #77BBEB !important; } *[data-pt-position="top-left"] .protip-arrow, *[data-pt-position="top"] .protip-arrow, *[data-pt-position="top-right"] .protip-arrow { border-color: #77BBEB transparent transparent transparent !important; } *[data-pt-position="bottom-left"] .protip-arrow, *[data-pt-position="bottom"] .protip-arrow, *[data-pt-position="bottom-right"] .protip-arrow { border-color: transparent transparent #77BBEB transparent !important; } *[data-pt-position="left-top"] .protip-arrow, *[data-pt-position="left"] .protip-arrow, *[data-pt-position="left-bottom"] .protip-arrow { border-color: transparent transparent transparent #77BBEB !important; } *[data-pt-position="right-top"] .protip-arrow, *[data-pt-position="right"] .protip-arrow, *[data-pt-position="right-bottom"] .protip-arrow { border-color: transparent #77BBEB transparent transparent !important; } *[data-pt-position="top-left-corner"] .protip-arrow { border-color: transparent #77BBEB transparent transparent !important; } *[data-pt-position="top-right-corner"] .protip-arrow { border-color: #77BBEB transparent transparent transparent !important; } *[data-pt-position="bottom-left-corner"] .protip-arrow { border-color: transparent transparent #77BBEB transparent !important; } *[data-pt-position="bottom-right-corner"] .protip-arrow { border-color: transparent transparent transparent #77BBEB !important; } /*# sourceMappingURL=styles.css.map */
0.313945
0.048451
/*Fonts*/ @import url('https://fonts.googleapis.com/css?family=Montserrat'); @import url('https://fonts.googleapis.com/css?family=Lato'); /* Color palette */ .black { color: #333333; } .warm-grey { color: #6f6f6f; } .pinkish-grey { color: #cfcfcf; } .pale-grey { color: #fcfdfe; } .white { color: #ffffff; } .tangerine { color: #fa9918; } .golden-yellow { color: #ffc715; } .frog-green { color: #7ac70c; } .purply { color: #8549ba; } .azure { color: #1cb0f6; } .reddish { color: #d33131; } /* Text styles */ .heading-level-1 { font-family: Montserrat; font-size: 21px; font-weight: bold; text-align: left; color: #333333; } .heading-level-2 { font-family: Montserrat; font-size: 16px; font-weight: bold; letter-spacing: -0.4px; text-align: left; color: #333333; } .heading-level-3 { font-family: Montserrat; font-size: 13px; font-weight: bold; letter-spacing: -0.3px; text-align: left; color: #333333; } .heading-level-4 { font-family: Montserrat; font-size: 10px; font-weight: bold; text-align: left; color: #6f6f6f; } .Body-Quote { font-family: Lato; font-size: 9px; font-weight: bold; font-style: italic; line-height: 1.56; letter-spacing: 0.2px; text-align: left; color: #6f6f6f; } .heading-level-5 { font-family: Montserrat; font-size: 9px; font-weight: 500; line-height: 1.44; text-align: left; color: #333333; } .Body-Paragraph { font-family: Lato; font-size: 9px; line-height: 1.56; text-align: left; color: #333333; } .Body-Desciption { font-family: Lato; font-size: 8px; line-height: 1.5; text-align: left; color: #6f6f6f; } .heading-level-6 { font-family: Montserrat; font-size: 7px; font-weight: 500; letter-spacing: 0.2px; text-align: left; color: #333333; } .Text-Link-Hover { font-family: Montserrat; font-size: 7px; font-weight: 500; letter-spacing: 0.1px; text-align: left; color: #ffc80a; } .Text-Link-Nomal { font-family: Montserrat; font-size: 7px; font-weight: 500; letter-spacing: 0.1px; text-align: left; color: #8549ba; } label { font-family: Montserrat; font-size: 7px; text-align: left; color: #6f6e72; } .Text-input { font-family: Montserrat; font-size: 6px; font-weight: 500; letter-spacing: 0.3px; text-align: left; color: #28313b; } .Hint-text { font-family: Montserrat; font-size: 5px; font-weight: bold; letter-spacing: 0.6px; text-align: left; color: #9fa3a7; } .info { font-family: Montserrat; font-size: 5px; font-weight: 500; text-align: left; color: #9fa3a7; } .navbar { margin-bottom: 0; } /*---------------- -----Menu TOP */ .navbar-header { padding-left: 15px; } .navbar { border: 0; } .navbar-inverse { background-color: transparent; border-color: transparent; border-bottom: 1px solid #eee; /*padding:15px 0;*/ } .navbar-brand { padding: 20px 36px 0 0; margin-left: 0 !important; margin: 0; height: auto; } @media (max-width: 768px) { } .navbar-nav > li > a { color: #6f6f6f !important; font-weight: 600; letter-spacing: 0.3px; } @media (min-width: 768px) { .navbar-nav > li > a { padding-top: 0px; padding-bottom: 0px; } .navbar-nav { margin: 30px 0; float: right; } .shop-cart { margin: 20px 0; margin-left: 50px; } } /*Mega Menu*/ .title-mnu-mega { font-family: Montserrat; font-size: 20px; font-weight: bold; } .navbar-inverse .navbar-nav > .open > a { background: transparent !important; color: #000 !important; font-weight: bold; } .dropdown-menu { border-radius: 0; } .mega-dropdown { position: static !important; } .mega-dropdown-menu { padding: 30px 0px; width: 100%; box-shadow: none; -webkit-box-shadow: none; } .mega-dropdown-menu > li > ul { padding: 0; margin: 0; } .mega-dropdown-menu > ul > li { list-style: none; padding-left: 0; } .mega-dropdown-menu > ul > li > ul > li > a { display: block; color: #6f6e72; padding: 7px 0px; } .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus { text-decoration: none; } .mega-dropdown-menu .dropdown-header { font-size: 18px; color: #ff3546; padding: 5px 60px 5px 5px; line-height: 30px; } /*Cart*/ .shop-cart { display: block; position: relative; } .noti-cart { color: #fff; padding: 2px 5px; font-size: 10px; border-radius: 2px; background-color: #7ac70c; position: absolute; top: 0; right: -8px; font-family: Montserrat; font-weight: 500; } /*NAV Header Mobile*/ @media (max-width: 768px) { .ico-search-mobile { font-size: 30px; margin: 0 15px 0 5px; border-left: 1px solid #f39917; padding-left: 15px; } nav.navbar.navbar-inverse { padding: 10px 15px 0px 15px; } .shop-cart { /*margin-right:15px;*/ } .navbar-header { padding: 0; } .navbar-brand { padding: 0; } .navbar-toggle { margin-right: 0; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #333; } .navbar-inverse .navbar-toggle { border-color: transparent; border: 0; margin-top: 5px; } .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: transparent; } .navbar-inverse .navbar-toggle .icon-bar:focus, .navbar-inverse .navbar-toggle .icon-bar:active { color: red; } } /*Search Form PC*/ /*Search Mobile*/ .search-form-mobile { position: fixed; width: 100%; display: inline-block; /*border: 1px solid #ccc;*/ /*display:block;*/ z-index: 9999; left: 100vw; top: 0; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition: left 800ms cubic-bezier(0.215, 0.61, 0.355, 1); transition: left 800ms cubic-bezier(0.215, 0.61, 0.355, 1); } .search-form-mobile input { padding: 20px 10px !important; margin: 0; } .search-form-mobile span.close-form-search { position: absolute; top: 15px; color: #cfcfcf; right: 10px; z-index: 9999; font-size: 23px; } .search-form-mobile span.ico-search-mb { position: absolute; top: 10px; color: #a7a7a7; left: 10px; z-index: 9999; font-size: 30px; } .search-form-mobile input { padding-right: 40px !important; padding-left: 40px !important; } .site-search-overlay { background: #0a0918; cursor: pointer; left: 0; opacity: 0.6; position: fixed; top: 0; width: 100%; height: 100%; z-index: 1008; display: none; } .form-search-header form input { padding: 30px; height: auto; border-radius: 0; font-style: italic; color: #6f6f6f; font-weight: 600; border-top: 0; border-bottom: 0; } .stylish-input-group .input-group-addon { background: white !important; border-top: 0; border-bottom: 0; border-color: #eef1f7; border-radius: 0; } .stylish-input-group .form-control { border-right: 0; box-shadow: 0 0 0; border-color: #eef1f7; font-size: 13px; } .stylish-input-group button { border: 0; background: transparent; } .stylish-input-group button span { color: #72659b; font-size: 30px; } /*Search Examples*/ .search-examples { background: #fff; border-top: 1px solid #ccc; position: absolute; top: 58px; left: 0; right: 0; } .search-examples p.heading-examples { background: #eee; padding: 10px; color: #666; color: #6f6f6f; margin: 0; font-weight: 700; font-size: 13px; } .list-examples-text { margin: 0; } .list-examples-text li { padding: 10px; border-bottom: 1px solid #eef1f7; } .list-examples-text li a { color: #333; font-size: 12px; } /*----------Footer*/ footer .footer-info { background-color: #333333; font-size: 14px; padding: 40px 0; } footer .footer-info .container div { padding: 0px; } .footer-copyright { background: #545454; } .footer-copyright p { padding: 10px 0; margin: 0; font-size: 12px; } .burger-info a { margin: 10px 0; display: block } .socical-ft a { margin: 0; line-height: 24px; } .list-social-footer a { color: #fff; } .list-social-footer li { background-color: #5b5b5b; padding: 8px; color: #fff; border-radius: 50%; width: 40px; height: 40px !important; text-align: center; margin-right: 10px; } .socical-ft ul { margin-left: 25px; display: inline; } .client-pay { margin-top: 30px; margin-bottom: 20px; } /*------cuongnh*/ html, body { height: 100%; } body { font-family: Montserrat; } .wrapper { display: inline-block; height: auto; width: 100%; min-height: 100%; background-color: #fcfdfe; } .margin { margin: 15px; } .list-inline { font-size: 12px; } .home-banner { margin-top: 40px; } .home-banner .slick-slide { max-height: 400px; } .slick-slide { outline: none; } .slick-dots { bottom: 24px; } .slide-dot { width: 12px; height: 12px; background-color: #ffffff; border-radius: 50%; opacity: 0.2; } .slide-dot-active { width: 15px; height: 15px; background-color: #ffffff; border-radius: 50%; } .slide-a { display: block; position: absolute; bottom: 0; } .slick-dots li a span:first-child { display: block; } .slick-dots li a span:last-child { display: none; } .slick-dots li.slick-active a span:first-child { display: none; } .slick-dots li.slick-active a span:last-child { display: block; } .larg-title-box { display: inline-block; font-family: Montserrat; font-size: 42px; font-weight: bold; text-align: left; color: #333333; height: 52px; line-height: 52px; } .title-box { display: inline-block; font-family: Montserrat; font-size: 32px; font-weight: bold; letter-spacing: -0.7px; text-align: left; color: #333333; height: 39px; line-height: 39px; } .title-box img { margin-right: 15px; display: inline-block; margin-bottom: 10px; } .slick-arrow { position: absolute; top: -65px; width: 40px; display: block; height: 40px; background-color: #ffffff; box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4); border-radius: 50%; } .slide-prev { right: 65px; left: auto; } .slide-next { right: 15px; } .slick-arrow i { position: absolute; top: 10px; left: 17px; color: #333146; } .slick-slider { /*margin-top: 40px;*/ } .list-products .item-product { cursor: pointer; background-color: #ffffff; padding-bottom: 7px; border: 5px solid #ffffff; margin: 20px 0; } .list-products .item-product:hover { border: 5px solid #cfcfcf; } .list-products .item-product a { outline: none; } .list-products .item-product .list-inline { margin-top: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* .list-products .item-product .text-center { min-height: 100px; } */ .meta-product .title-product { font-family: Montserrat; font-size: 20px; font-weight: bold; text-align: center; height: 50px; overflow: hidden; line-height: 1.2; } .meta-product .title-product a { color: #333333; } .images-adv-home { margin-top: 80px; margin-bottom: 30px; } .images-adv-home .row div { margin-bottom: 20px; } .images-adv-home img { margin: auto; } .best-selling-for-couple { margin-top: 50px; } .shopping-by-categories { margin-bottom: 80px; } .shopping-by-categories span { text-transform: uppercase; } .shopping-categories-title { margin-bottom: 20px; font-family: Montserrat; font-size: 32px; font-weight: bold; text-transform: uppercase; letter-spacing: -0.7px; text-align: center; color: #333333; } .categories-item { cursor: pointer; text-align: center; display: inline-block; width: 100%; background-color: #ffffff; margin-top: 32px; border-bottom: 5px solid #ffffff; } .categories-item:hover { border-bottom: 5px solid #cfcfcf; text-decoration: none; } .categories-item span { display: block; width: 140px; height: 40px; font-family: Montserrat; font-size: 12px; font-weight: bold; text-align: center; color: #ffffff; line-height: 40px; margin: 15px auto; } .categories-item img { max-height: 67px; max-width: 71px; margin: 35px auto; } /* huypq fix to show in mobile*/ @media (max-width: 768px) { .home-banner { margin-top: 20px; } .slick-dotted.slick-slider { margin-bottom: 20px; } /*.title-box { margin: 0 15px; }*/ .slick-dots { bottom: 5px; } .images-adv-home { margin-top: 20px; margin-bottom: 10px; } .best-selling-for-couple { margin-top: 20px; } .shopping-categories-title { margin-bottom: 10px; } .shopping-by-categories { margin-bottom: 20px; } } /* --- detail page */ .back-shop { display: inline-block; width: 100%; height: 45px; border: solid 1px #eef1f7; line-height: 45px; font-size: 20px; font-weight: bold; color: #6f6f6f; background-color: #fff; text-transform: uppercase; text-align: center; text-decoration: none; cursor: pointer; } .back-shop:hover { text-decoration: none; } .back-shop > i { font-size: 14px; margin: 0 12px; vertical-align: middle; } .detail-breadcrumb { margin-top: 40px; margin-bottom: 20px; } .store-breadcrumb { margin-top: 40px; } @media (max-width: 768px) { .detail-breadcrumb, .store-breadcrumb { margin-top: 20px; } } .breadcrumb { background-color: #fff; padding-left: 0; } .breadcrumb > li + li:before { content: "\2023"; font-size: 18px; letter-spacing: 1px; color: #6f6f6f; } .breadcrumb > li > a { font-size: 14px; font-weight: 500; text-transform: uppercase; color: #6f6f6f; } .list-item-products { margin-top: 40px; margin-bottom: 80px; display: inline-block; width: 100%; } @media (max-width: 768px) { .list-item-products { margin-top: 0px; margin-bottom: 10px; } } .list-item-products .item-product .meta-product .title-product { text-transform: uppercase; font-family: Montserrat; font-size: 12px; line-height: 1.33; text-align: center; color: #333333; height: 30px; } .list-item-products .item-product { margin: 20px 0; } .list-item-products a { text-decoration: none; } .list-item-products .list-inline { font-family: Lato; font-size: 12px; text-align: center; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .list-item-products .list-inline > li { padding-right: 3px; padding-left: 3px; } .info-product a { color: #333333; } .info-product .title-box { margin-top: 0; } .info-product .option-buy { border-radius: 3px; background-color: #fcfdfe; padding: 15px; } .info-product .option-buy label { margin-top: 10px; font-family: Lato; font-size: 14px; text-align: left; color: #6f6e72; font-weight: normal; } .info-product .option-buy select { height: 50px; border-radius: 3px; border: solid 1px #eef1f7; } .select-product-type .list-inline { margin-left: 0; } .select-product-type .list-inline .li-variant { border: solid 2px #eef1f7; margin: 0 3px; } .select-product-type .list-inline .active { border: solid 2px #fa9918; } .ul-variant-color .product-color-list-item .product-color-block { cursor: pointer; display: inline-block; width: 40px; height: 40px; border-radius: 49px; } .ul-variant-color .active .product-color-block { border: solid 2px #fa9918; } .tee-size .list-inline > li { padding-right: 8px; padding-left: 0; } .ul-variant-size .product-size-list-item .product-size-block { cursor: pointer; display: inline-block; width: 40px; height: 40px; border-radius: 99px; border: solid 1px #eef1f7; text-align: center; line-height: 40px; margin-top: 8px; font-size: 14px; font-weight: 500; } .ul-variant-size .active .product-size-block { border: solid 2px #fa9918; } .change-color .list-inline { margin-bottom: 0; } .div-promotion-alert { padding: 15px; background: #27C444; color: #fff; margin-bottom: 15px; display: none; } .info-product .price { display: inline-block; width: 100%; margin: 22px 0; } .info-product .price > div { display: inline-block; width: 50%; height: 100%; float: left; } .price .price-value { font-weight: bold; letter-spacing: -0.7px; text-align: right; color: #fa9918; } .price .price-value > span, .price .price-value > div { display: inline-block; margin-left: 10px; } .price .price-value #price-value { font-size: 24px; } .price .price-value .old-price { color: #cfcfcf; font-size: 16px; text-decoration: line-through; } .price .price-value .save { width: 36px; color: #d33131; } .info-product .price .qty .title { font-weight: 500; color: #333333; } .qty .selecttor { display: inline-flex; width: 88px; height: 30px; border: solid 2px #eeeeee; border-radius: 20px; /*margin: 5px 15px;*/ } .qty .selecttor span, .qty .selecttor input { display: inline-block; height: 100%; width: 33%; text-align: center; line-height: 25px; font-weight: bold; border: none; } .qty .selecttor input::-webkit-outer-spin-button, .qty .selecttor input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .qty .selecttor input { -moz-appearance: textfield; } .qty .selecttor > span > i { cursor: pointer; color: #9fa3a7; } .price .qty { height: 45px; line-height: 45px; } .btn-buy { width: 100%; } .time-campaign .title-time { font-size: 14px; font-weight: 500; letter-spacing: 0.4px; text-align: left; color: #333333; margin: 20px 0; } .time-campaign .item-time .clock { text-align: center; display: block; min-height: 80px; line-height: 80px; } .time-campaign .item-time p { font-size: 26px; font-weight: bold; letter-spacing: -0.6px; color: #333333; margin: 0; margin-top: 10px; } .time-campaign .time-box { height: 80px; border-radius: 3px; border: solid 1px #eef1f7; display: inline-block; width: 100%; } .info-product .desc { margin-bottom: 30px; } .info-product .desc h5 { font-size: 18px; font-weight: 500; line-height: 2; color: #333333; border-bottom: solid 1px #dadfea;; } .info-product .desc .togglerDesc { cursor: pointer; } .image-product-feature { margin-bottom: 20px; } .image-product-feature ul { list-style: none; margin: 0; padding: 0; } .variant-list .mockup-item { margin-bottom: 10px; border: solid 2px #fafafa; } .variant-list .active { border: solid 2px #fa9918; } .image-product-feature .product-thumb { width: 100%; cursor: pointer; } .image-product-feature .preview { display: inline-block; top: 0; right: 0; height: 100%; } .image-product-feature .preview .zoo-item { position: relative; border: solid 2px #fafafa; } .image-product-feature .preview div { background-size: 100%; } .share-are { overflow: hidden; text-align: center; padding: 15px 0; } .share-are ul { list-style: none; padding: 0; } .share-are ul > li { display: inline-block; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; cursor: pointer; margin: 5px; text-align: center; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05); } .share-are ul > li:first-child { width: auto; box-shadow: none; } .share-are .facebook { font-size: 28px; background-color: #4a90e2; color: #ffffff; } .share-are .twitter { font-size: 28px; background-color: #ffffff; color: #333333; } .preview .preview-arrow { display: none; position: absolute; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; cursor: pointer; top: 45%; color: #9fa3a7; box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, 0.05); } .preview .arrow-prev { left: 20px; } .preview .arrow-next { right: 20px; } .filter-prodcuts { margin: 40px 0 20px 0; display: inline-flex; width: 100%; } .filter-prodcuts .filter-icon { width: 35px; z-index: 1; font-size: 36px; color: #e0e0e0; height: 50px; line-height: 50px; margin-top: 10px; margin-right: 15px; } .filter-prodcuts .sub-category { display: inline-block; } .filter-prodcuts .sub-category ul { list-style: none; padding: 0; margin: 0; } .filter-prodcuts .sub-category ul li { display: block; float: left; margin: 8px; height: 50px; border: solid 2px #eef1f7; line-height: 50px; border-radius: 100px; padding: 0 10px; cursor: pointer; text-align: center; font-size: 18px; } .filter-prodcuts .sub-category ul li:hover { border: solid 2px #fa9918; } .filter-prodcuts .sub-category ul li .unselect { display: block; width: 10px; height: 10px; font-size: 30px; position: absolute; top: 0; right: 10px; } .filter-prodcuts .sub-category ul li.active { position: relative; border: solid 2px #fa9918; background-color: #fa9918; color: #ffffff; } .filter-prodcuts .sub-category ul li.active:hover { background-color: #ffc715; border: solid 2px #ffc715; } .filter-prodcuts .sub-category .slick-arrow { top: 13px; } .filter-prodcuts .sub-category .slide-next { right: -40px; } .select-sort-box { display: inline-block; height: 40px; line-height: 40px; margin-right: 15px; margin-top: 10px; } .select-sort-box select { height: 40px; line-height: 40px; border: solid 1px #eef1f7; padding: 0 10px; } .select-sort-box label { font-family: Lato; font-size: 14px; color: #6f6e72; margin: 0 10px; } .track-title { margin-top: 40px; } .track-desc { font-family: Lato; font-size: 16px; color: #6f6f6f; } .track-error { font-size: 11px; color: #f54b5e; } .track-help { font-size: 14px; font-weight: 500; color: #8549ba; } .track-input { color: #28313b; font-size: 12px; height: 58px; border: 1px solid #ddd; padding: 0 15px; width: 70%; display: inline-block; margin: 0 !important; } .track-control { display: inline-block; border: solid 1px #dddddd; border-radius: 3px; width: 80%; position: relative; } .track-control .track-input:focus { border: solid 1px #fa9918; box-shadow: 0 0 0 1px #fa9918; } @media (max-width: 768px) { .track-control { width: 100%; } .image-product-feature ul { display: inline-block; width: 100%; text-align: center; } .variant-list .mockup-item { display: inline-block; height: 9px; width: 9px; border-radius: 50%; margin: 5px; border: none; background-color: #333333; opacity: 0.2; } .variant-list .active { opacity: 1; } .image-product-feature .product-thumb { display: none; } } .track-control .confirm { position: absolute; top: 18px; color: #f54b5e; right: 32%; font-weight: bold; font-size: 18px; } .track-btn { float: right; width: 30%; } .modal-header { padding: 25px 30px; border-bottom: none; } .modal-header .modal-title { font-size: 26px; font-weight: bold; color: #333333; } .modal-header .close { font-size: 24px; color: #cfcfcf; } .modal-body { padding: 0 30px; } .table > thead > tr > th { border-bottom: 1px solid #e8e9ed; font-size: 10px; font-weight: 600; color: #6f6f6f; padding: 8px 0; padding-right: 10px; } .table > tbody > tr > td { vertical-align: middle; border-top: 1px solid #e8e9ed; color: #333333; padding: 8px 0; font-size: 12px; padding-right: 10px; } .precheckout-item-remove-button { color: #cfcfcf; } .add-another-style { font-size: 14px; color: #8549ba; display: inline-flex; border: none; background: center; font-weight: bold; } .add-another-style span { margin-right: 10px; height: 40px; display: inline-block; line-height: 40px; cursor: pointer; font-weight: bold; } .modal-footer { background-color: #fcfdfe; border-top: none; padding: 30px; text-align: left; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .may-also-like { background-color: #fff; margin: 20px 0; } .may-also-like .content-also-like { vertical-align: middle; } .may-also-like .content-also-like ul, .list-products-cart ul { list-style: none; padding: 0; } .may-also-like .content-also-like ul li, .list-products-cart ul li { display: table-cell; vertical-align: middle; padding: 5px; } .promotion-modal .modal-footer { text-align: center !important; } .promotion-modal .btn { padding: 10px 20px; } .promotion-modal .header-1 { font-size: 50px; font-weight: 700; padding-left: 30px; } .promotion-modal .header-2 { font-size: 30px; } .cart-line { margin-top: 20px; padding: 25px 0 5px 0; border-top: 1px solid #e8e9ed; } .title-cart-item { font-size: 22px; color: #2c2c2c; } .cart-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .info-cart-item { font-size: 10px; font-weight: 500; color: #6f6f6f; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .img-cart-item { padding: 0px; } .qty-cart-item { padding-top: 20px; } @media (min-width: 768px) { .action-cart-item { padding-top: 15px; } } @media (max-width: 768px) { .qty-cart-item, .action-cart-item { padding-right: 0; } } .change-select-cart { margin-top: 15px; display: inline-block; padding: 25px 0 !important; border-top: none !important; background-color: #fcfdfe; width: 100%; } .change-select-cart li { display: inline-table !important; } .cart-total { padding: 25px 15px; } .btn-checkout { width: 100%; margin: 25px 0; } .btn-checkout:hover { text-decoration: none; } .note-infor { font-family: Lato; font-size: 16px; line-height: 1.5; color: #6f6f6f; } .empty_shopping_cart { background: url('../images/shopping-bag-1.png') no-repeat center center; height: 160px; margin-top: 80px; margin-bottom: 5px; } .empty_shopping_cart_text { text-align: center; margin-bottom: 50px; } .price-show-ci { font-size: 36px; font-weight: bold; margin-top: 25px; } .price-show-ci span:last-child { font-size: 19px; font-weight: 300; vertical-align: text-top; margin: 3px; } .status-thankyou { margin-top: 70px; margin-bottom: 20px; } .top-thank .title-box span { color: #fa9918; margin-right: 26px; font-size: 42px; } .list-order { margin-top: 40px; } .Progress-Bar { display: inline-block; position: relative; height: 56px; } .Progress-Bar hr { position: absolute; width: calc(100% - 90px); color: #eef1f7; border: 1px solid #eef1f7; top: 15px; margin: 0; left: 45px; } .Progress-Bar div { position: absolute; display: inline-block; width: 90px; height: 56px; text-align: center; line-height: 34px; } .Progress-Bar div p { opacity: 0.5; padding: 0; margin: 0; } .Progress-Bar .Paymented { left: 0; } .Progress-Bar .Paymented span { background-color: #fa9918; padding: 7px; } .Progress-Bar .Delivery { right: 0; } .Progress-Bar .Delivery span { background-color: #eef1f7; } .Progress-Bar .Printing { transform: translateX(-50%); } .Progress-Bar .Printing span { background-color: #eef1f7; } .Progress-Bar > div > span { display: block; width: 30px; height: 30px; border-radius: 50%; margin: 0 auto; line-height: 30px; color: #fff; font-size: 12px; font-weight: bold; text-align: center; opacity: 1; } /** control */ .btn-simple { height: 32px; border-radius: 3px; background-color: #ffffff; border: solid 2px #cfcfcf; font-size: 12px; font-weight: 600; text-align: center; color: #6f6e72; text-transform: uppercase; width: 100px; } .btn-simple:hover, .btn-simple:focus { border: solid 2px #fa9918; color: #ffc80a; outline: none; } .btn-hilight-color { height: 58px; border-radius: 3px; background-color: #fa9918; border: solid 1px #fa9918; font-size: 14px; font-weight: 600; letter-spacing: 1px; text-align: center; color: #ffffff !important; text-transform: uppercase; padding: 0 30px; display: inline-block; line-height: 58px; } .btn-hilight-color:disabled { background-color: #eef1f7 !important; border: solid 1px #eef1f7 !important; color: #bbbbbb !important; } .btn-hilight-color:hover, .btn-hilight-color:focus { background-color: #ffc715; border: solid 1px #ffc715; color: #ffffff; text-decoration: none; outline: none; } .btn-loading-progess { position: relative; border: none; } .btn-loading-progess:hover { border: none; } .loading-progess { display: block; height: 100%; width: 0; background-color: #ffffff; opacity: 0.4; border-radius: 3px; position: absolute; left: 0; transition: width 2s; -webkit-transition: width 2s; /* Safari */ -webkit-transition-timing-function: linear; transition-timing-function: linear; } .heading4-form { color: #333333; background-color: #fff; border-color: #fff; height: 24px; font-size: 20px; font-weight: bold; } .form-control { box-shadow: none; color: #333333; border-radius: 3px; border: solid 1px #dddddd; margin: 10px 0; } .form-input-lg .form-control { height: 58px; } .form-input-lg .form-control:focus { border: solid 1px #fa9918; box-shadow: 0 0 0 1px #fa9918; } .checkbox label, .radio label { font-size: 14px; color: #4a4a4a; } .alert-error { background: #ee2761; color: white; font-size: 13px; padding: 10px; border-radius: 3px; margin-top: 20px; } .alert-error > .form > .form-group { margin-bottom: 0px; } .alert-error p { margin: 5px 0 5px; } .alert-not-found { background: #ee2761; color: white; font-size: 13px; padding: 10px; border-radius: 3px; margin-bottom: 30px; } .alert-not-found > .form > .form-group { margin-bottom: 0px; } .alert-not-found p { margin: 5px 0 5px; } /** pagination */ .paging { margin: 0 20px; } .pagination > li > a, .pagination > li > span { width: 50px; padding: 14px 12px; border: solid 1px #dadfea; color: #333333; } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color: #fff; color: #333333; font-weight: bold; border: solid 1px #dadfea; } /** select */ .select-control { height: 40px; border-radius: 3px; display: inline-table; z-index: 999; border: solid 1px #eef1f7; } .select-control:focus, .select-control:hover, .open { border: solid 1px #fa9918; box-shadow: 0 0 0 1px #fa9918; } .select-control .select-val { width: 100%; height: 35px; background: #fff; text-align: left; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; color: #333333; max-width: 1px; overflow: hidden; } .select-control ul { width: auto; min-width: 100%; padding: 0; max-height: 280px; overflow: auto; } .select-control ul:hover { outline: none; } .select-control ul li { width: 100%; margin-right: 0; border-bottom: none; border-left: 5px solid #fff; } .select-control ul li.active, .select-control ul li.active:hover, .select-control ul li.active:focus { border-left: 5px solid #fa9918; } .select-control ul li:focus, .select-control ul li:hover { border-left: 5px solid #f5f5f5; } .select-control ul li.active a, .select-control ul li.active:hover a, .select-control ul li.active:focus a { background-color: #fff; color: #333; } .select-control ul li > a { font-family: Lato; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; color: #333333; line-height: 40px; min-height: 40px; border-bottom: 1px solid #eef1f7; padding: 0 20px; } .select-control ul li:last-child a { border-bottom: none; } .input-group-addon { cursor: pointer; width: auto; background-color: #fff; border: none; box-shadow: none; } .input-group-addon .fa { font-size: 18px; } .categories-select { padding: 8px 0; } .categories-select .select-control { height: 50px; background-color: #fa9918; border-bottom-left-radius: 75px; border-bottom-right-radius: 40px !important; border-top-right-radius: 40px !important; border: none; box-shadow: none; } .categories-select .select-control:hover { background-color: #ffc715; } .categories-select .select-control:hover, .categories-select .select-control:focus { border: none; box-shadow: none; } .categories-select .select-control .select-val { background-color: transparent; font-weight: bold; color: #ffffff; font-size: 20px; text-align: center; } .categories-select .select-control .input-group-addon:last-child { background-color: transparent; color: #ffffff; font-size: 30px; text-align: center; } .select-control .opt-group a { cursor: default; padding-left: 10px; } .select-control .opt-group a:hover { background: #fff; } @media (min-width: 768px) { .image-product-feature { min-height: 670px; } .image-product-feature .preview .zoo-item { min-height: 670px; } .track { margin: 60px 0 20px 0; } .modal-dialog { margin: 100px auto; } } @media (min-width: 1400px) { .share-are { display: block; margin-left: -100px; position: fixed; top: 30%; width: 60px; } } @media (max-width: 768px) { .image-product-feature { min-height: 456px; } .image-product-feature .preview .zoo-item { min-height: 456px; } .filter-prodcuts { display: inline-block; margin-top: 20px; } .sub-category { padding: 0; } .filter-prodcuts .sub-category ul li { margin: 8px 3px; } .track { margin: 20px 0 20px 0; text-align: center; } .info-product .price { position: fixed; bottom: 35px; padding: 15px; left: 0; background-color: #fff; z-index: 1; border-top: solid 1px #eef1f7; } .detail-btn { position: fixed; background-color: #fff; bottom: 0; left: 0; z-index: 1; display: inline-block; width: 100%; } .info-product .price .qty { width: 30%; height: 40px; line-height: 40px; } .info-product .price .price-value { width: 70%; height: 40px; line-height: 40px; } .info-product .price .price-value .save { line-height: 1.2; } .qty .selecttor span { display: none; } .qty .selecttor { display: inline-block; width: 40px; height: 40px; line-height: 40px; padding: 0; margin: 0; text-align: center; border-radius: 50%; background-color: #fa9918; border: none; } #table-list-cart .qty .selecttor { width: 30px; height: 30px; line-height: 30px; } .qty .selecttor input { width: 20px; background: transparent; border: none; color: #ffffff; } } .track-order { font-family: Montserrat; font-size: 21px; font-weight: bold; text-align: left; color: #6f6f6f; } .order-numb { color: #fa9918; } .order-from { font-family: Montserrat; font-size: 10px; text-align: left; color: #6f6f6f; } .order-from-title { font-family: Montserrat; font-size: 22px; text-align: left; color: #2c2c2c; } .order-enddate { font-family: Lato; font-size: 10px; text-align: left; color: #6f6f6f; } .order-enddate-val { font-family: Lato; font-size: 12px; text-align: left; color: #333333; } .order-label { font-family: Montserrat; font-size: 14px; font-weight: bold; text-align: left; color: #333333; } .track-link { color: #8549ba; } .track-state-processing { color: #fa9918; } .track-state-printing { color: #1cb0f6; } .track-state-shipping { color: #7ac70c; } /* Store */ .heading-store { font-family: Montserrat; font-size: 32px; font-weight: bold; letter-spacing: -0.7px; text-align: left; color: #333333; } .store-tab { border-bottom: 2px solid #eef1f7; } .nav-tabs { border-bottom: 0; display: inline-block; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; } .nav-tabs > li > a { border: none; font-family: Montserrat; font-size: 14px; letter-spacing: 0.3px; color: #6f6f6f; } .nav > li > a { padding: 10px 25px; } .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #333333; font-weight: bold; background: transparent; } .nav-tabs > li > a::after { content: ""; background: #fa9918; height: 4px; position: absolute; width: 100%; left: 0px; bottom: -6px; transition: all 250ms ease 0s; transform: scale(0); } .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); } .nav-tabs > li { margin: 0 15px; } .tab-pane { padding: 15px 0; } .share-store { width: 30px; height: 30px; border-radius: 50%; cursor: pointer; text-align: center; float: right; background-color: #cfcfcf; font-size: 25px; color: #ffffff; } .img-flip { -webkit-transform: perspective(600px) rotateY(0); transform: perspective(600px) rotateY(0); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-back { -webkit-transform: perspective(600px) rotateY(0); transform: perspective(600px) rotateY(0); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-back-front { -webkit-transform: perspective(600px) rotateY(180deg); transform: perspective(600px) rotateY(180deg); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-front { -webkit-transform: perspective(600px) rotateY(0); transform: perspective(600px) rotateY(0); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-front-back { -webkit-transform: perspective(600px) rotateY(-180deg); transform: perspective(600px) rotateY(-180deg); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .loader-modal { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } .loader { display: none; position: fixed; left: 50%; top: 50%; z-index: 999; width: 100px; height: 100px; margin: -50px 0 0 -50px; border: 3px solid #f3f3f3; border-radius: 50%; border-top: 3px solid #fa9918; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media (max-width: 768px) { .submit-cart { width: 100%; } .proceed-to-checkout-btn { text-align: center; } } .contact-form .form-group { margin-bottom: 0; } .contact-form .form-group input::-webkit-input-placeholder { text-transform: uppercase; } .alert-contact-error { color: #d33131; } .desc-conten img { max-width: 100%; }
public/css/mainstyle.css
/*Fonts*/ @import url('https://fonts.googleapis.com/css?family=Montserrat'); @import url('https://fonts.googleapis.com/css?family=Lato'); /* Color palette */ .black { color: #333333; } .warm-grey { color: #6f6f6f; } .pinkish-grey { color: #cfcfcf; } .pale-grey { color: #fcfdfe; } .white { color: #ffffff; } .tangerine { color: #fa9918; } .golden-yellow { color: #ffc715; } .frog-green { color: #7ac70c; } .purply { color: #8549ba; } .azure { color: #1cb0f6; } .reddish { color: #d33131; } /* Text styles */ .heading-level-1 { font-family: Montserrat; font-size: 21px; font-weight: bold; text-align: left; color: #333333; } .heading-level-2 { font-family: Montserrat; font-size: 16px; font-weight: bold; letter-spacing: -0.4px; text-align: left; color: #333333; } .heading-level-3 { font-family: Montserrat; font-size: 13px; font-weight: bold; letter-spacing: -0.3px; text-align: left; color: #333333; } .heading-level-4 { font-family: Montserrat; font-size: 10px; font-weight: bold; text-align: left; color: #6f6f6f; } .Body-Quote { font-family: Lato; font-size: 9px; font-weight: bold; font-style: italic; line-height: 1.56; letter-spacing: 0.2px; text-align: left; color: #6f6f6f; } .heading-level-5 { font-family: Montserrat; font-size: 9px; font-weight: 500; line-height: 1.44; text-align: left; color: #333333; } .Body-Paragraph { font-family: Lato; font-size: 9px; line-height: 1.56; text-align: left; color: #333333; } .Body-Desciption { font-family: Lato; font-size: 8px; line-height: 1.5; text-align: left; color: #6f6f6f; } .heading-level-6 { font-family: Montserrat; font-size: 7px; font-weight: 500; letter-spacing: 0.2px; text-align: left; color: #333333; } .Text-Link-Hover { font-family: Montserrat; font-size: 7px; font-weight: 500; letter-spacing: 0.1px; text-align: left; color: #ffc80a; } .Text-Link-Nomal { font-family: Montserrat; font-size: 7px; font-weight: 500; letter-spacing: 0.1px; text-align: left; color: #8549ba; } label { font-family: Montserrat; font-size: 7px; text-align: left; color: #6f6e72; } .Text-input { font-family: Montserrat; font-size: 6px; font-weight: 500; letter-spacing: 0.3px; text-align: left; color: #28313b; } .Hint-text { font-family: Montserrat; font-size: 5px; font-weight: bold; letter-spacing: 0.6px; text-align: left; color: #9fa3a7; } .info { font-family: Montserrat; font-size: 5px; font-weight: 500; text-align: left; color: #9fa3a7; } .navbar { margin-bottom: 0; } /*---------------- -----Menu TOP */ .navbar-header { padding-left: 15px; } .navbar { border: 0; } .navbar-inverse { background-color: transparent; border-color: transparent; border-bottom: 1px solid #eee; /*padding:15px 0;*/ } .navbar-brand { padding: 20px 36px 0 0; margin-left: 0 !important; margin: 0; height: auto; } @media (max-width: 768px) { } .navbar-nav > li > a { color: #6f6f6f !important; font-weight: 600; letter-spacing: 0.3px; } @media (min-width: 768px) { .navbar-nav > li > a { padding-top: 0px; padding-bottom: 0px; } .navbar-nav { margin: 30px 0; float: right; } .shop-cart { margin: 20px 0; margin-left: 50px; } } /*Mega Menu*/ .title-mnu-mega { font-family: Montserrat; font-size: 20px; font-weight: bold; } .navbar-inverse .navbar-nav > .open > a { background: transparent !important; color: #000 !important; font-weight: bold; } .dropdown-menu { border-radius: 0; } .mega-dropdown { position: static !important; } .mega-dropdown-menu { padding: 30px 0px; width: 100%; box-shadow: none; -webkit-box-shadow: none; } .mega-dropdown-menu > li > ul { padding: 0; margin: 0; } .mega-dropdown-menu > ul > li { list-style: none; padding-left: 0; } .mega-dropdown-menu > ul > li > ul > li > a { display: block; color: #6f6e72; padding: 7px 0px; } .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus { text-decoration: none; } .mega-dropdown-menu .dropdown-header { font-size: 18px; color: #ff3546; padding: 5px 60px 5px 5px; line-height: 30px; } /*Cart*/ .shop-cart { display: block; position: relative; } .noti-cart { color: #fff; padding: 2px 5px; font-size: 10px; border-radius: 2px; background-color: #7ac70c; position: absolute; top: 0; right: -8px; font-family: Montserrat; font-weight: 500; } /*NAV Header Mobile*/ @media (max-width: 768px) { .ico-search-mobile { font-size: 30px; margin: 0 15px 0 5px; border-left: 1px solid #f39917; padding-left: 15px; } nav.navbar.navbar-inverse { padding: 10px 15px 0px 15px; } .shop-cart { /*margin-right:15px;*/ } .navbar-header { padding: 0; } .navbar-brand { padding: 0; } .navbar-toggle { margin-right: 0; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #333; } .navbar-inverse .navbar-toggle { border-color: transparent; border: 0; margin-top: 5px; } .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: transparent; } .navbar-inverse .navbar-toggle .icon-bar:focus, .navbar-inverse .navbar-toggle .icon-bar:active { color: red; } } /*Search Form PC*/ /*Search Mobile*/ .search-form-mobile { position: fixed; width: 100%; display: inline-block; /*border: 1px solid #ccc;*/ /*display:block;*/ z-index: 9999; left: 100vw; top: 0; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition: left 800ms cubic-bezier(0.215, 0.61, 0.355, 1); transition: left 800ms cubic-bezier(0.215, 0.61, 0.355, 1); } .search-form-mobile input { padding: 20px 10px !important; margin: 0; } .search-form-mobile span.close-form-search { position: absolute; top: 15px; color: #cfcfcf; right: 10px; z-index: 9999; font-size: 23px; } .search-form-mobile span.ico-search-mb { position: absolute; top: 10px; color: #a7a7a7; left: 10px; z-index: 9999; font-size: 30px; } .search-form-mobile input { padding-right: 40px !important; padding-left: 40px !important; } .site-search-overlay { background: #0a0918; cursor: pointer; left: 0; opacity: 0.6; position: fixed; top: 0; width: 100%; height: 100%; z-index: 1008; display: none; } .form-search-header form input { padding: 30px; height: auto; border-radius: 0; font-style: italic; color: #6f6f6f; font-weight: 600; border-top: 0; border-bottom: 0; } .stylish-input-group .input-group-addon { background: white !important; border-top: 0; border-bottom: 0; border-color: #eef1f7; border-radius: 0; } .stylish-input-group .form-control { border-right: 0; box-shadow: 0 0 0; border-color: #eef1f7; font-size: 13px; } .stylish-input-group button { border: 0; background: transparent; } .stylish-input-group button span { color: #72659b; font-size: 30px; } /*Search Examples*/ .search-examples { background: #fff; border-top: 1px solid #ccc; position: absolute; top: 58px; left: 0; right: 0; } .search-examples p.heading-examples { background: #eee; padding: 10px; color: #666; color: #6f6f6f; margin: 0; font-weight: 700; font-size: 13px; } .list-examples-text { margin: 0; } .list-examples-text li { padding: 10px; border-bottom: 1px solid #eef1f7; } .list-examples-text li a { color: #333; font-size: 12px; } /*----------Footer*/ footer .footer-info { background-color: #333333; font-size: 14px; padding: 40px 0; } footer .footer-info .container div { padding: 0px; } .footer-copyright { background: #545454; } .footer-copyright p { padding: 10px 0; margin: 0; font-size: 12px; } .burger-info a { margin: 10px 0; display: block } .socical-ft a { margin: 0; line-height: 24px; } .list-social-footer a { color: #fff; } .list-social-footer li { background-color: #5b5b5b; padding: 8px; color: #fff; border-radius: 50%; width: 40px; height: 40px !important; text-align: center; margin-right: 10px; } .socical-ft ul { margin-left: 25px; display: inline; } .client-pay { margin-top: 30px; margin-bottom: 20px; } /*------cuongnh*/ html, body { height: 100%; } body { font-family: Montserrat; } .wrapper { display: inline-block; height: auto; width: 100%; min-height: 100%; background-color: #fcfdfe; } .margin { margin: 15px; } .list-inline { font-size: 12px; } .home-banner { margin-top: 40px; } .home-banner .slick-slide { max-height: 400px; } .slick-slide { outline: none; } .slick-dots { bottom: 24px; } .slide-dot { width: 12px; height: 12px; background-color: #ffffff; border-radius: 50%; opacity: 0.2; } .slide-dot-active { width: 15px; height: 15px; background-color: #ffffff; border-radius: 50%; } .slide-a { display: block; position: absolute; bottom: 0; } .slick-dots li a span:first-child { display: block; } .slick-dots li a span:last-child { display: none; } .slick-dots li.slick-active a span:first-child { display: none; } .slick-dots li.slick-active a span:last-child { display: block; } .larg-title-box { display: inline-block; font-family: Montserrat; font-size: 42px; font-weight: bold; text-align: left; color: #333333; height: 52px; line-height: 52px; } .title-box { display: inline-block; font-family: Montserrat; font-size: 32px; font-weight: bold; letter-spacing: -0.7px; text-align: left; color: #333333; height: 39px; line-height: 39px; } .title-box img { margin-right: 15px; display: inline-block; margin-bottom: 10px; } .slick-arrow { position: absolute; top: -65px; width: 40px; display: block; height: 40px; background-color: #ffffff; box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4); border-radius: 50%; } .slide-prev { right: 65px; left: auto; } .slide-next { right: 15px; } .slick-arrow i { position: absolute; top: 10px; left: 17px; color: #333146; } .slick-slider { /*margin-top: 40px;*/ } .list-products .item-product { cursor: pointer; background-color: #ffffff; padding-bottom: 7px; border: 5px solid #ffffff; margin: 20px 0; } .list-products .item-product:hover { border: 5px solid #cfcfcf; } .list-products .item-product a { outline: none; } .list-products .item-product .list-inline { margin-top: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* .list-products .item-product .text-center { min-height: 100px; } */ .meta-product .title-product { font-family: Montserrat; font-size: 20px; font-weight: bold; text-align: center; height: 50px; overflow: hidden; line-height: 1.2; } .meta-product .title-product a { color: #333333; } .images-adv-home { margin-top: 80px; margin-bottom: 30px; } .images-adv-home .row div { margin-bottom: 20px; } .images-adv-home img { margin: auto; } .best-selling-for-couple { margin-top: 50px; } .shopping-by-categories { margin-bottom: 80px; } .shopping-by-categories span { text-transform: uppercase; } .shopping-categories-title { margin-bottom: 20px; font-family: Montserrat; font-size: 32px; font-weight: bold; text-transform: uppercase; letter-spacing: -0.7px; text-align: center; color: #333333; } .categories-item { cursor: pointer; text-align: center; display: inline-block; width: 100%; background-color: #ffffff; margin-top: 32px; border-bottom: 5px solid #ffffff; } .categories-item:hover { border-bottom: 5px solid #cfcfcf; text-decoration: none; } .categories-item span { display: block; width: 140px; height: 40px; font-family: Montserrat; font-size: 12px; font-weight: bold; text-align: center; color: #ffffff; line-height: 40px; margin: 15px auto; } .categories-item img { max-height: 67px; max-width: 71px; margin: 35px auto; } /* huypq fix to show in mobile*/ @media (max-width: 768px) { .home-banner { margin-top: 20px; } .slick-dotted.slick-slider { margin-bottom: 20px; } /*.title-box { margin: 0 15px; }*/ .slick-dots { bottom: 5px; } .images-adv-home { margin-top: 20px; margin-bottom: 10px; } .best-selling-for-couple { margin-top: 20px; } .shopping-categories-title { margin-bottom: 10px; } .shopping-by-categories { margin-bottom: 20px; } } /* --- detail page */ .back-shop { display: inline-block; width: 100%; height: 45px; border: solid 1px #eef1f7; line-height: 45px; font-size: 20px; font-weight: bold; color: #6f6f6f; background-color: #fff; text-transform: uppercase; text-align: center; text-decoration: none; cursor: pointer; } .back-shop:hover { text-decoration: none; } .back-shop > i { font-size: 14px; margin: 0 12px; vertical-align: middle; } .detail-breadcrumb { margin-top: 40px; margin-bottom: 20px; } .store-breadcrumb { margin-top: 40px; } @media (max-width: 768px) { .detail-breadcrumb, .store-breadcrumb { margin-top: 20px; } } .breadcrumb { background-color: #fff; padding-left: 0; } .breadcrumb > li + li:before { content: "\2023"; font-size: 18px; letter-spacing: 1px; color: #6f6f6f; } .breadcrumb > li > a { font-size: 14px; font-weight: 500; text-transform: uppercase; color: #6f6f6f; } .list-item-products { margin-top: 40px; margin-bottom: 80px; display: inline-block; width: 100%; } @media (max-width: 768px) { .list-item-products { margin-top: 0px; margin-bottom: 10px; } } .list-item-products .item-product .meta-product .title-product { text-transform: uppercase; font-family: Montserrat; font-size: 12px; line-height: 1.33; text-align: center; color: #333333; height: 30px; } .list-item-products .item-product { margin: 20px 0; } .list-item-products a { text-decoration: none; } .list-item-products .list-inline { font-family: Lato; font-size: 12px; text-align: center; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .list-item-products .list-inline > li { padding-right: 3px; padding-left: 3px; } .info-product a { color: #333333; } .info-product .title-box { margin-top: 0; } .info-product .option-buy { border-radius: 3px; background-color: #fcfdfe; padding: 15px; } .info-product .option-buy label { margin-top: 10px; font-family: Lato; font-size: 14px; text-align: left; color: #6f6e72; font-weight: normal; } .info-product .option-buy select { height: 50px; border-radius: 3px; border: solid 1px #eef1f7; } .select-product-type .list-inline { margin-left: 0; } .select-product-type .list-inline .li-variant { border: solid 2px #eef1f7; margin: 0 3px; } .select-product-type .list-inline .active { border: solid 2px #fa9918; } .ul-variant-color .product-color-list-item .product-color-block { cursor: pointer; display: inline-block; width: 40px; height: 40px; border-radius: 49px; } .ul-variant-color .active .product-color-block { border: solid 2px #fa9918; } .tee-size .list-inline > li { padding-right: 8px; padding-left: 0; } .ul-variant-size .product-size-list-item .product-size-block { cursor: pointer; display: inline-block; width: 40px; height: 40px; border-radius: 99px; border: solid 1px #eef1f7; text-align: center; line-height: 40px; margin-top: 8px; font-size: 14px; font-weight: 500; } .ul-variant-size .active .product-size-block { border: solid 2px #fa9918; } .change-color .list-inline { margin-bottom: 0; } .div-promotion-alert { padding: 15px; background: #27C444; color: #fff; margin-bottom: 15px; display: none; } .info-product .price { display: inline-block; width: 100%; margin: 22px 0; } .info-product .price > div { display: inline-block; width: 50%; height: 100%; float: left; } .price .price-value { font-weight: bold; letter-spacing: -0.7px; text-align: right; color: #fa9918; } .price .price-value > span, .price .price-value > div { display: inline-block; margin-left: 10px; } .price .price-value #price-value { font-size: 24px; } .price .price-value .old-price { color: #cfcfcf; font-size: 16px; text-decoration: line-through; } .price .price-value .save { width: 36px; color: #d33131; } .info-product .price .qty .title { font-weight: 500; color: #333333; } .qty .selecttor { display: inline-flex; width: 88px; height: 30px; border: solid 2px #eeeeee; border-radius: 20px; /*margin: 5px 15px;*/ } .qty .selecttor span, .qty .selecttor input { display: inline-block; height: 100%; width: 33%; text-align: center; line-height: 25px; font-weight: bold; border: none; } .qty .selecttor input::-webkit-outer-spin-button, .qty .selecttor input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .qty .selecttor input { -moz-appearance: textfield; } .qty .selecttor > span > i { cursor: pointer; color: #9fa3a7; } .price .qty { height: 45px; line-height: 45px; } .btn-buy { width: 100%; } .time-campaign .title-time { font-size: 14px; font-weight: 500; letter-spacing: 0.4px; text-align: left; color: #333333; margin: 20px 0; } .time-campaign .item-time .clock { text-align: center; display: block; min-height: 80px; line-height: 80px; } .time-campaign .item-time p { font-size: 26px; font-weight: bold; letter-spacing: -0.6px; color: #333333; margin: 0; margin-top: 10px; } .time-campaign .time-box { height: 80px; border-radius: 3px; border: solid 1px #eef1f7; display: inline-block; width: 100%; } .info-product .desc { margin-bottom: 30px; } .info-product .desc h5 { font-size: 18px; font-weight: 500; line-height: 2; color: #333333; border-bottom: solid 1px #dadfea;; } .info-product .desc .togglerDesc { cursor: pointer; } .image-product-feature { margin-bottom: 20px; } .image-product-feature ul { list-style: none; margin: 0; padding: 0; } .variant-list .mockup-item { margin-bottom: 10px; border: solid 2px #fafafa; } .variant-list .active { border: solid 2px #fa9918; } .image-product-feature .product-thumb { width: 100%; cursor: pointer; } .image-product-feature .preview { display: inline-block; top: 0; right: 0; height: 100%; } .image-product-feature .preview .zoo-item { position: relative; border: solid 2px #fafafa; } .image-product-feature .preview div { background-size: 100%; } .share-are { overflow: hidden; text-align: center; padding: 15px 0; } .share-are ul { list-style: none; padding: 0; } .share-are ul > li { display: inline-block; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; cursor: pointer; margin: 5px; text-align: center; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05); } .share-are ul > li:first-child { width: auto; box-shadow: none; } .share-are .facebook { font-size: 28px; background-color: #4a90e2; color: #ffffff; } .share-are .twitter { font-size: 28px; background-color: #ffffff; color: #333333; } .preview .preview-arrow { display: none; position: absolute; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; cursor: pointer; top: 45%; color: #9fa3a7; box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, 0.05); } .preview .arrow-prev { left: 20px; } .preview .arrow-next { right: 20px; } .filter-prodcuts { margin: 40px 0 20px 0; display: inline-flex; width: 100%; } .filter-prodcuts .filter-icon { width: 35px; z-index: 1; font-size: 36px; color: #e0e0e0; height: 50px; line-height: 50px; margin-top: 10px; margin-right: 15px; } .filter-prodcuts .sub-category { display: inline-block; } .filter-prodcuts .sub-category ul { list-style: none; padding: 0; margin: 0; } .filter-prodcuts .sub-category ul li { display: block; float: left; margin: 8px; height: 50px; border: solid 2px #eef1f7; line-height: 50px; border-radius: 100px; padding: 0 10px; cursor: pointer; text-align: center; font-size: 18px; } .filter-prodcuts .sub-category ul li:hover { border: solid 2px #fa9918; } .filter-prodcuts .sub-category ul li .unselect { display: block; width: 10px; height: 10px; font-size: 30px; position: absolute; top: 0; right: 10px; } .filter-prodcuts .sub-category ul li.active { position: relative; border: solid 2px #fa9918; background-color: #fa9918; color: #ffffff; } .filter-prodcuts .sub-category ul li.active:hover { background-color: #ffc715; border: solid 2px #ffc715; } .filter-prodcuts .sub-category .slick-arrow { top: 13px; } .filter-prodcuts .sub-category .slide-next { right: -40px; } .select-sort-box { display: inline-block; height: 40px; line-height: 40px; margin-right: 15px; margin-top: 10px; } .select-sort-box select { height: 40px; line-height: 40px; border: solid 1px #eef1f7; padding: 0 10px; } .select-sort-box label { font-family: Lato; font-size: 14px; color: #6f6e72; margin: 0 10px; } .track-title { margin-top: 40px; } .track-desc { font-family: Lato; font-size: 16px; color: #6f6f6f; } .track-error { font-size: 11px; color: #f54b5e; } .track-help { font-size: 14px; font-weight: 500; color: #8549ba; } .track-input { color: #28313b; font-size: 12px; height: 58px; border: 1px solid #ddd; padding: 0 15px; width: 70%; display: inline-block; margin: 0 !important; } .track-control { display: inline-block; border: solid 1px #dddddd; border-radius: 3px; width: 80%; position: relative; } .track-control .track-input:focus { border: solid 1px #fa9918; box-shadow: 0 0 0 1px #fa9918; } @media (max-width: 768px) { .track-control { width: 100%; } .image-product-feature ul { display: inline-block; width: 100%; text-align: center; } .variant-list .mockup-item { display: inline-block; height: 9px; width: 9px; border-radius: 50%; margin: 5px; border: none; background-color: #333333; opacity: 0.2; } .variant-list .active { opacity: 1; } .image-product-feature .product-thumb { display: none; } } .track-control .confirm { position: absolute; top: 18px; color: #f54b5e; right: 32%; font-weight: bold; font-size: 18px; } .track-btn { float: right; width: 30%; } .modal-header { padding: 25px 30px; border-bottom: none; } .modal-header .modal-title { font-size: 26px; font-weight: bold; color: #333333; } .modal-header .close { font-size: 24px; color: #cfcfcf; } .modal-body { padding: 0 30px; } .table > thead > tr > th { border-bottom: 1px solid #e8e9ed; font-size: 10px; font-weight: 600; color: #6f6f6f; padding: 8px 0; padding-right: 10px; } .table > tbody > tr > td { vertical-align: middle; border-top: 1px solid #e8e9ed; color: #333333; padding: 8px 0; font-size: 12px; padding-right: 10px; } .precheckout-item-remove-button { color: #cfcfcf; } .add-another-style { font-size: 14px; color: #8549ba; display: inline-flex; border: none; background: center; font-weight: bold; } .add-another-style span { margin-right: 10px; height: 40px; display: inline-block; line-height: 40px; cursor: pointer; font-weight: bold; } .modal-footer { background-color: #fcfdfe; border-top: none; padding: 30px; text-align: left; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .may-also-like { background-color: #fff; margin: 20px 0; } .may-also-like .content-also-like { vertical-align: middle; } .may-also-like .content-also-like ul, .list-products-cart ul { list-style: none; padding: 0; } .may-also-like .content-also-like ul li, .list-products-cart ul li { display: table-cell; vertical-align: middle; padding: 5px; } .promotion-modal .modal-footer { text-align: center !important; } .promotion-modal .btn { padding: 10px 20px; } .promotion-modal .header-1 { font-size: 50px; font-weight: 700; padding-left: 30px; } .promotion-modal .header-2 { font-size: 30px; } .cart-line { margin-top: 20px; padding: 25px 0 5px 0; border-top: 1px solid #e8e9ed; } .title-cart-item { font-size: 22px; color: #2c2c2c; } .cart-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .info-cart-item { font-size: 10px; font-weight: 500; color: #6f6f6f; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .img-cart-item { padding: 0px; } .qty-cart-item { padding-top: 20px; } @media (min-width: 768px) { .action-cart-item { padding-top: 15px; } } @media (max-width: 768px) { .qty-cart-item, .action-cart-item { padding-right: 0; } } .change-select-cart { margin-top: 15px; display: inline-block; padding: 25px 0 !important; border-top: none !important; background-color: #fcfdfe; width: 100%; } .change-select-cart li { display: inline-table !important; } .cart-total { padding: 25px 15px; } .btn-checkout { width: 100%; margin: 25px 0; } .btn-checkout:hover { text-decoration: none; } .note-infor { font-family: Lato; font-size: 16px; line-height: 1.5; color: #6f6f6f; } .empty_shopping_cart { background: url('../images/shopping-bag-1.png') no-repeat center center; height: 160px; margin-top: 80px; margin-bottom: 5px; } .empty_shopping_cart_text { text-align: center; margin-bottom: 50px; } .price-show-ci { font-size: 36px; font-weight: bold; margin-top: 25px; } .price-show-ci span:last-child { font-size: 19px; font-weight: 300; vertical-align: text-top; margin: 3px; } .status-thankyou { margin-top: 70px; margin-bottom: 20px; } .top-thank .title-box span { color: #fa9918; margin-right: 26px; font-size: 42px; } .list-order { margin-top: 40px; } .Progress-Bar { display: inline-block; position: relative; height: 56px; } .Progress-Bar hr { position: absolute; width: calc(100% - 90px); color: #eef1f7; border: 1px solid #eef1f7; top: 15px; margin: 0; left: 45px; } .Progress-Bar div { position: absolute; display: inline-block; width: 90px; height: 56px; text-align: center; line-height: 34px; } .Progress-Bar div p { opacity: 0.5; padding: 0; margin: 0; } .Progress-Bar .Paymented { left: 0; } .Progress-Bar .Paymented span { background-color: #fa9918; padding: 7px; } .Progress-Bar .Delivery { right: 0; } .Progress-Bar .Delivery span { background-color: #eef1f7; } .Progress-Bar .Printing { transform: translateX(-50%); } .Progress-Bar .Printing span { background-color: #eef1f7; } .Progress-Bar > div > span { display: block; width: 30px; height: 30px; border-radius: 50%; margin: 0 auto; line-height: 30px; color: #fff; font-size: 12px; font-weight: bold; text-align: center; opacity: 1; } /** control */ .btn-simple { height: 32px; border-radius: 3px; background-color: #ffffff; border: solid 2px #cfcfcf; font-size: 12px; font-weight: 600; text-align: center; color: #6f6e72; text-transform: uppercase; width: 100px; } .btn-simple:hover, .btn-simple:focus { border: solid 2px #fa9918; color: #ffc80a; outline: none; } .btn-hilight-color { height: 58px; border-radius: 3px; background-color: #fa9918; border: solid 1px #fa9918; font-size: 14px; font-weight: 600; letter-spacing: 1px; text-align: center; color: #ffffff !important; text-transform: uppercase; padding: 0 30px; display: inline-block; line-height: 58px; } .btn-hilight-color:disabled { background-color: #eef1f7 !important; border: solid 1px #eef1f7 !important; color: #bbbbbb !important; } .btn-hilight-color:hover, .btn-hilight-color:focus { background-color: #ffc715; border: solid 1px #ffc715; color: #ffffff; text-decoration: none; outline: none; } .btn-loading-progess { position: relative; border: none; } .btn-loading-progess:hover { border: none; } .loading-progess { display: block; height: 100%; width: 0; background-color: #ffffff; opacity: 0.4; border-radius: 3px; position: absolute; left: 0; transition: width 2s; -webkit-transition: width 2s; /* Safari */ -webkit-transition-timing-function: linear; transition-timing-function: linear; } .heading4-form { color: #333333; background-color: #fff; border-color: #fff; height: 24px; font-size: 20px; font-weight: bold; } .form-control { box-shadow: none; color: #333333; border-radius: 3px; border: solid 1px #dddddd; margin: 10px 0; } .form-input-lg .form-control { height: 58px; } .form-input-lg .form-control:focus { border: solid 1px #fa9918; box-shadow: 0 0 0 1px #fa9918; } .checkbox label, .radio label { font-size: 14px; color: #4a4a4a; } .alert-error { background: #ee2761; color: white; font-size: 13px; padding: 10px; border-radius: 3px; margin-top: 20px; } .alert-error > .form > .form-group { margin-bottom: 0px; } .alert-error p { margin: 5px 0 5px; } .alert-not-found { background: #ee2761; color: white; font-size: 13px; padding: 10px; border-radius: 3px; margin-bottom: 30px; } .alert-not-found > .form > .form-group { margin-bottom: 0px; } .alert-not-found p { margin: 5px 0 5px; } /** pagination */ .paging { margin: 0 20px; } .pagination > li > a, .pagination > li > span { width: 50px; padding: 14px 12px; border: solid 1px #dadfea; color: #333333; } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color: #fff; color: #333333; font-weight: bold; border: solid 1px #dadfea; } /** select */ .select-control { height: 40px; border-radius: 3px; display: inline-table; z-index: 999; border: solid 1px #eef1f7; } .select-control:focus, .select-control:hover, .open { border: solid 1px #fa9918; box-shadow: 0 0 0 1px #fa9918; } .select-control .select-val { width: 100%; height: 35px; background: #fff; text-align: left; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; color: #333333; max-width: 1px; overflow: hidden; } .select-control ul { width: auto; min-width: 100%; padding: 0; max-height: 280px; overflow: auto; } .select-control ul:hover { outline: none; } .select-control ul li { width: 100%; margin-right: 0; border-bottom: none; border-left: 5px solid #fff; } .select-control ul li.active, .select-control ul li.active:hover, .select-control ul li.active:focus { border-left: 5px solid #fa9918; } .select-control ul li:focus, .select-control ul li:hover { border-left: 5px solid #f5f5f5; } .select-control ul li.active a, .select-control ul li.active:hover a, .select-control ul li.active:focus a { background-color: #fff; color: #333; } .select-control ul li > a { font-family: Lato; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; color: #333333; line-height: 40px; min-height: 40px; border-bottom: 1px solid #eef1f7; padding: 0 20px; } .select-control ul li:last-child a { border-bottom: none; } .input-group-addon { cursor: pointer; width: auto; background-color: #fff; border: none; box-shadow: none; } .input-group-addon .fa { font-size: 18px; } .categories-select { padding: 8px 0; } .categories-select .select-control { height: 50px; background-color: #fa9918; border-bottom-left-radius: 75px; border-bottom-right-radius: 40px !important; border-top-right-radius: 40px !important; border: none; box-shadow: none; } .categories-select .select-control:hover { background-color: #ffc715; } .categories-select .select-control:hover, .categories-select .select-control:focus { border: none; box-shadow: none; } .categories-select .select-control .select-val { background-color: transparent; font-weight: bold; color: #ffffff; font-size: 20px; text-align: center; } .categories-select .select-control .input-group-addon:last-child { background-color: transparent; color: #ffffff; font-size: 30px; text-align: center; } .select-control .opt-group a { cursor: default; padding-left: 10px; } .select-control .opt-group a:hover { background: #fff; } @media (min-width: 768px) { .image-product-feature { min-height: 670px; } .image-product-feature .preview .zoo-item { min-height: 670px; } .track { margin: 60px 0 20px 0; } .modal-dialog { margin: 100px auto; } } @media (min-width: 1400px) { .share-are { display: block; margin-left: -100px; position: fixed; top: 30%; width: 60px; } } @media (max-width: 768px) { .image-product-feature { min-height: 456px; } .image-product-feature .preview .zoo-item { min-height: 456px; } .filter-prodcuts { display: inline-block; margin-top: 20px; } .sub-category { padding: 0; } .filter-prodcuts .sub-category ul li { margin: 8px 3px; } .track { margin: 20px 0 20px 0; text-align: center; } .info-product .price { position: fixed; bottom: 35px; padding: 15px; left: 0; background-color: #fff; z-index: 1; border-top: solid 1px #eef1f7; } .detail-btn { position: fixed; background-color: #fff; bottom: 0; left: 0; z-index: 1; display: inline-block; width: 100%; } .info-product .price .qty { width: 30%; height: 40px; line-height: 40px; } .info-product .price .price-value { width: 70%; height: 40px; line-height: 40px; } .info-product .price .price-value .save { line-height: 1.2; } .qty .selecttor span { display: none; } .qty .selecttor { display: inline-block; width: 40px; height: 40px; line-height: 40px; padding: 0; margin: 0; text-align: center; border-radius: 50%; background-color: #fa9918; border: none; } #table-list-cart .qty .selecttor { width: 30px; height: 30px; line-height: 30px; } .qty .selecttor input { width: 20px; background: transparent; border: none; color: #ffffff; } } .track-order { font-family: Montserrat; font-size: 21px; font-weight: bold; text-align: left; color: #6f6f6f; } .order-numb { color: #fa9918; } .order-from { font-family: Montserrat; font-size: 10px; text-align: left; color: #6f6f6f; } .order-from-title { font-family: Montserrat; font-size: 22px; text-align: left; color: #2c2c2c; } .order-enddate { font-family: Lato; font-size: 10px; text-align: left; color: #6f6f6f; } .order-enddate-val { font-family: Lato; font-size: 12px; text-align: left; color: #333333; } .order-label { font-family: Montserrat; font-size: 14px; font-weight: bold; text-align: left; color: #333333; } .track-link { color: #8549ba; } .track-state-processing { color: #fa9918; } .track-state-printing { color: #1cb0f6; } .track-state-shipping { color: #7ac70c; } /* Store */ .heading-store { font-family: Montserrat; font-size: 32px; font-weight: bold; letter-spacing: -0.7px; text-align: left; color: #333333; } .store-tab { border-bottom: 2px solid #eef1f7; } .nav-tabs { border-bottom: 0; display: inline-block; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; } .nav-tabs > li > a { border: none; font-family: Montserrat; font-size: 14px; letter-spacing: 0.3px; color: #6f6f6f; } .nav > li > a { padding: 10px 25px; } .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #333333; font-weight: bold; background: transparent; } .nav-tabs > li > a::after { content: ""; background: #fa9918; height: 4px; position: absolute; width: 100%; left: 0px; bottom: -6px; transition: all 250ms ease 0s; transform: scale(0); } .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); } .nav-tabs > li { margin: 0 15px; } .tab-pane { padding: 15px 0; } .share-store { width: 30px; height: 30px; border-radius: 50%; cursor: pointer; text-align: center; float: right; background-color: #cfcfcf; font-size: 25px; color: #ffffff; } .img-flip { -webkit-transform: perspective(600px) rotateY(0); transform: perspective(600px) rotateY(0); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-back { -webkit-transform: perspective(600px) rotateY(0); transform: perspective(600px) rotateY(0); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-back-front { -webkit-transform: perspective(600px) rotateY(180deg); transform: perspective(600px) rotateY(180deg); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-front { -webkit-transform: perspective(600px) rotateY(0); transform: perspective(600px) rotateY(0); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .img-flip-front-back { -webkit-transform: perspective(600px) rotateY(-180deg); transform: perspective(600px) rotateY(-180deg); transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .loader-modal { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } .loader { display: none; position: fixed; left: 50%; top: 50%; z-index: 999; width: 100px; height: 100px; margin: -50px 0 0 -50px; border: 3px solid #f3f3f3; border-radius: 50%; border-top: 3px solid #fa9918; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media (max-width: 768px) { .submit-cart { width: 100%; } .proceed-to-checkout-btn { text-align: center; } } .contact-form .form-group { margin-bottom: 0; } .contact-form .form-group input::-webkit-input-placeholder { text-transform: uppercase; } .alert-contact-error { color: #d33131; } .desc-conten img { max-width: 100%; }
0.348867
0.082217
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("wikipedia.org") { @media screen and (max-width:1100px) { #toc { display:none!important; } #content { margin-left:0!important; } } @media screen and (min-width:1101px) { #toc { display:block!important; } #content { margin-left:290px!important; } } body { border: none !important; font-family: "Segoe", sans-serif !important; font-size: 21px !important; background: #D9D7D3 !important; } #content { margin-top: 0 !important; margin-right: 20px !important; margin-bottom: 0 !important; border: none !important; background: #D9D7D3 !important; } a { text-decoration: none !important; } a:hover { text-decoration: underline !important; } /* top nav */ #mw-page-base { height: 90px !important; margin: 0 auto !important; background: #CAC8C4 !important; } #mw-navigation { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; } #mw-head { position: relative !important; height: 90px !important; margin: 0 auto !important; } #mw-head a, #mw-head ul, #mw-head li, #mw-head span, #mw-head .vectorTabs { background: none !important; border: none !important; } #mw-head > * { position: absolute !important; font-size: 16px !important; margin: 0 !important; padding: 0 !important; } #mw-head #left-navigation { top: 50px !important; left: 29px !important; padding: 0 !important; } #mw-head #right-navigation { top: 50px !important; right: 0 !important; padding: 0 !important; } #mw-head #p-personal { top: 0px !important; right: 0 !important; padding: 5px 30px 0 0 !important; font-size: 14px !important; } #mw-head li { opacity: 0 !important; transition: all 0.45s ease-out !important; } #mw-head:hover li { opacity: 1 !important; transition: all 0.13s ease-in !important; } #mw-head a, #mw-head a:visited { color: #556 !important; } #mw-head #searchform > div { position: absolute !important; top: -32px !important; right: 30px !important; margin-top: 13px !important; margin-left: 15px !important; border: none !important; background: #E8E6E2 !important; width: 350px !important; padding: 7px 0 0 !important; } #mw-head #searchform > div input#searchInput { padding: 0 0 6px 8px !important; } #mw-head #p-cactions, #mw-head #ca-watch { display: none !important; } /* logo */ #mw-head:before { position: relative !important; width: 100px !important; height: 100px !important; top: 31px !important; left: 33px !important; content: 'Wikipedia' !important; font-family: Times, Garamond !important; font-weight: normal !important; font-size: 26px !important; text-transform: uppercase !important; letter-spacing: 0px !important; color: #000 !important; } /* left nav */ #mw-navigation #mw-panel { position: fixed !important; font-size: 18px !important; top: 0px !important; left: -255px !important; width: 190px !important; height: 100% !important; overflow-y: auto !important; padding: 0 0 0 100px !important; background: #E8E6E2 !important; box-shadow: 1px 0 3px rgba(0,0,0,0.25) !important; transition: all 0.66s ease-in-out !important; opacity: 0 !important; } #mw-navigation #mw-panel:hover { left: -100px !important; transition: all 0.2s ease-in-out !important; opacity: 1 !important; } #mw-navigation #mw-panel a { color: #445 !important; } #mw-navigation #p-navigation, #mw-navigation .first { margin-bottom: 0 !important; margin-top: 7px !important; } #mw-navigation #p-lang:before { content: "" !important; font-size: 0 !important; display: inline-block !important; height: 0px !important; width: 100% !important; border-top: 1px solid rgba(0,0,0,0.2) !important; border-bottom: 1px solid rgba(255,255,255,0.75) !important; } #mw-navigation #p-lang { margin-top: -15px !important; } #mw-navigation #p-lang .uls-settings-trigger { margin-right: 8px !important; margin-top: 6px !important; } #mw-navigation > #mw-panel > div:not(#p-lang):not(#p-navigation):not(.first), #mw-navigation #p-lang .wbc-editpage { display: none !important; } /* headlines */ #firstHeading { font-family: "Cambria", serif !important; font-size: 39px !important; margin-top: 0 !important; margin-bottom: 20px!important; padding-bottom: 5px !important; font-weight: normal !important; } #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { padding: 0 0 4px 0!important; font-family: "Cambria", Palatino, serif !important; font-weight: normal !important; font-style: italic!important; } #bodyContent h1 { margin-top: 20px !important; margin-bottom: 15px !important; } #bodyContent h2 { margin-top: 20px !important; margin-bottom: 18px !important; } #bodyContent h3 { margin-top: 0px !important; margin-bottom: 10px !important; } #bodyContent h4 { margin-top: 0px !important; margin-bottom: 8px !important; } #bodyContent h5 { margin-top: 0px !important; margin-bottom: 6px !important; } #bodyContent h6 { margin-top: 0px !important; margin-bottom: 4px !important; } #bodyContent h1 span.mw-editsection, #bodyContent h2 span.mw-editsection, #bodyContent h3 span.mw-editsection, #bodyContent h4 span.mw-editsection, #bodyContent h5 span.mw-editsection, #bodyContent h6 span.mw-editsection { float: right !important; margin-top: 22px !important; margin-right:10px!important; font-family: "Segoe", sans-serif !important; font-size:12px!important; font-style: normal!important; text-transform: uppercase!important; text-shadow: none !important; } span.mw-editsection span.mw-editsection-bracket { display: none !important; } #bodyContent h2 { font-size: 33px !important; } #bodyContent h3 { font-size: 30px !important; } #bodyContent h4 { font-size: 26px !important; } #bodyContent h5 { font-size: 22px !important; } #bodyContent h6 { font-size: 20px !important; } /* table of contents */ #toc.toc { padding: 0 16px 0 !important; position: absolute !important; top: 4px !important; left: -300px !important; width: 245px !important; border-top: 1px solid #AAAAAA !important; background: #E8E6E2 !important; } #toc.toc ul li { font-size:15px!important; letter-spacing:0.08px!important; } #mw-navigation #mw-panel { height: 50% !important; } #toc #toctitle { display:none!important; } /* numbering of the headings */ /* via http://userstyles.org/styles/56739/wikipedia-readable-hyphenation */ body { counter-reset: headingOne; } #toctitle h2:before { content: "" !important; counter-reset: headingOne; padding-right: 0 !important; } #bodyContent h2:before, #bodyContent h3:before, #bodyContent h4:before, #bodyContent h5:before, #bodyContent h6:before { padding-right: 12px; font-family: "Calibri", sans-serif !important; text-shadow: none !important; } #bodyContent h2 { counter-reset: headingTwo; } #bodyContent h2:before { counter-increment: headingOne; content: counter(headingOne); font-size: 16px !important; } #bodyContent h3 { counter-reset: headingThree; } #bodyContent h3:before { counter-increment: headingTwo; content: counter(headingOne) "." counter(headingTwo); font-size: 15px !important; } #bodyContent h4 { counter-reset: headingFour; } #bodyContent h4:before { counter-increment: headingThree; content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree); font-size: 14px !important; } #bodyContent h5 { counter-reset: headingFive; } #bodyContent h5:before { counter-increment: headingFour; content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree) "." counter(headingFour); font-size: 13px !important; } #bodyContent h6 { counter-reset: headingSix; } #bodyContent h6:before { counter-increment: headingFive; content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree) "." counter(headingFour) "." counter(headingFive); font-size: 12px !important; } /* article */ #bodyContent .infobox { padding: 9px 16px 5px !important; margin-left: 30px !important; } #bodyContent #siteSub, /* hide Wikipedia byline */ #bodyContent #mw-fr-revisiontag, /* hide revision thingie */ #bodyContent #tfd.boilerplate /* hide template considered for deletion */ { display: none !important; } #bodyContent #coordinates { top: -3px !important; padding: 4px 6px 3px !important; background: #E8E6E2 !important; border-radius: 0px !important; border: 1px solid #aaa !important; /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 1px 1px rgba(0,0,0,0.25) !important; */ } html[lang="de"] #bodyContent #coordinates /* .de fix */ { top: 53px !important; right: 32px !important; } #bodyContent #protected-icon, #bodyContent #good-star, #bodyContent #spoken-icon, #bodyContent #featured-star { top: -45px !important; } /* text styles */ #bodyContent { letter-spacing: 0.1px !important; } #bodyContent p, #bodyContent li, #bodyContent div.hatnote { font-size: 17px !important; line-height: 24px !important; letter-spacing: 0.05px !important; } #bodyContent a:not(.new) { color: #004FD1 !important; } #bodyContent a:not(.new):visited { color: #4080AB !important; } #bodyContent .dablink, #bodyContent .relarticle, #bodyContent .rellink { margin: 7px 0 9px !important; padding: 0 !important; font-size: 14px !important; line-height: 22px !important; color: #333 !important; } #bodyContent #contentSub /* redirected from msg */ { margin: 5px 0 12px -5px !important; padding: 0 !important; font-size: 12px !important; } #bodyContent table.ambox, #bodyContent #disambigbox { margin: 0 !important; font-size: 14px !important; line-height: 22px !important; } #bodyContent #disambigbox { margin: 25px 0 !important; } #bodyContent .references li { color: #111 !important; font-size: 10px !important; line-height: 17px !important; } /* boxes */ .messagebox, #catlinks, .infobox, .infobox td, table.infobox th, #bodyContent div.thumb, /* fix the thumbs backgrounds!!! */ .thumbinner, div.thumb div, code, pre, .thumbcaption, .toccolours, .NavFrame, .toccolours th, .toccolours tbody, .NavHead, .tright, .tleft, table, .gallery, .gallerybox, .gallerytext, table.gallery, table.gallery td, #toc, .toc, .mw-warning, div.townBox, table.diff, td.diff-otitle, td.diff-ntitle, #imageLicense, #filetoc, .hintergrundfarbe1, .hintergrundfarbe2, #hauptseite h2, .MainPageBG, .noarticletext, .quotebox, .mw-code { background-color: #E0DEDA !important; } #content .thumbinner { border-color: #b9b9b9 !important; } /* noborder test */ #toc, .thumbinner, .thumbinner .thumbimage, .infobox, .vertical-navbox, .mergedtoprow, table.infobox > tbody:first-child > tr:first-child > th, .metadata:not(.ambox), .mbox-small, .quotebox, .portal, .catlinks, .navbox, .hintergrundfarbe1 { border: none !important; } #content .thumbinner { padding: 7px !important; } #bodyContent .ambox { border-width: 0 0 0 5px !important; } .navbox + .navbox { margin-top: 9px !important; } /* footer */ #footer { left: 0 !important; right: 0 !important; margin: 0 !important; padding: 15px 0 !important; background-color: #CAC8C4 !important; } #footer-info { max-width: 860px !important; margin: 0 auto !important; font-size: 18px !important; } #footer li:not(#footer-info-lastmod) { display: none !important; } }
data/usercss/105102.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("wikipedia.org") { @media screen and (max-width:1100px) { #toc { display:none!important; } #content { margin-left:0!important; } } @media screen and (min-width:1101px) { #toc { display:block!important; } #content { margin-left:290px!important; } } body { border: none !important; font-family: "Segoe", sans-serif !important; font-size: 21px !important; background: #D9D7D3 !important; } #content { margin-top: 0 !important; margin-right: 20px !important; margin-bottom: 0 !important; border: none !important; background: #D9D7D3 !important; } a { text-decoration: none !important; } a:hover { text-decoration: underline !important; } /* top nav */ #mw-page-base { height: 90px !important; margin: 0 auto !important; background: #CAC8C4 !important; } #mw-navigation { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; } #mw-head { position: relative !important; height: 90px !important; margin: 0 auto !important; } #mw-head a, #mw-head ul, #mw-head li, #mw-head span, #mw-head .vectorTabs { background: none !important; border: none !important; } #mw-head > * { position: absolute !important; font-size: 16px !important; margin: 0 !important; padding: 0 !important; } #mw-head #left-navigation { top: 50px !important; left: 29px !important; padding: 0 !important; } #mw-head #right-navigation { top: 50px !important; right: 0 !important; padding: 0 !important; } #mw-head #p-personal { top: 0px !important; right: 0 !important; padding: 5px 30px 0 0 !important; font-size: 14px !important; } #mw-head li { opacity: 0 !important; transition: all 0.45s ease-out !important; } #mw-head:hover li { opacity: 1 !important; transition: all 0.13s ease-in !important; } #mw-head a, #mw-head a:visited { color: #556 !important; } #mw-head #searchform > div { position: absolute !important; top: -32px !important; right: 30px !important; margin-top: 13px !important; margin-left: 15px !important; border: none !important; background: #E8E6E2 !important; width: 350px !important; padding: 7px 0 0 !important; } #mw-head #searchform > div input#searchInput { padding: 0 0 6px 8px !important; } #mw-head #p-cactions, #mw-head #ca-watch { display: none !important; } /* logo */ #mw-head:before { position: relative !important; width: 100px !important; height: 100px !important; top: 31px !important; left: 33px !important; content: 'Wikipedia' !important; font-family: Times, Garamond !important; font-weight: normal !important; font-size: 26px !important; text-transform: uppercase !important; letter-spacing: 0px !important; color: #000 !important; } /* left nav */ #mw-navigation #mw-panel { position: fixed !important; font-size: 18px !important; top: 0px !important; left: -255px !important; width: 190px !important; height: 100% !important; overflow-y: auto !important; padding: 0 0 0 100px !important; background: #E8E6E2 !important; box-shadow: 1px 0 3px rgba(0,0,0,0.25) !important; transition: all 0.66s ease-in-out !important; opacity: 0 !important; } #mw-navigation #mw-panel:hover { left: -100px !important; transition: all 0.2s ease-in-out !important; opacity: 1 !important; } #mw-navigation #mw-panel a { color: #445 !important; } #mw-navigation #p-navigation, #mw-navigation .first { margin-bottom: 0 !important; margin-top: 7px !important; } #mw-navigation #p-lang:before { content: "" !important; font-size: 0 !important; display: inline-block !important; height: 0px !important; width: 100% !important; border-top: 1px solid rgba(0,0,0,0.2) !important; border-bottom: 1px solid rgba(255,255,255,0.75) !important; } #mw-navigation #p-lang { margin-top: -15px !important; } #mw-navigation #p-lang .uls-settings-trigger { margin-right: 8px !important; margin-top: 6px !important; } #mw-navigation > #mw-panel > div:not(#p-lang):not(#p-navigation):not(.first), #mw-navigation #p-lang .wbc-editpage { display: none !important; } /* headlines */ #firstHeading { font-family: "Cambria", serif !important; font-size: 39px !important; margin-top: 0 !important; margin-bottom: 20px!important; padding-bottom: 5px !important; font-weight: normal !important; } #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { padding: 0 0 4px 0!important; font-family: "Cambria", Palatino, serif !important; font-weight: normal !important; font-style: italic!important; } #bodyContent h1 { margin-top: 20px !important; margin-bottom: 15px !important; } #bodyContent h2 { margin-top: 20px !important; margin-bottom: 18px !important; } #bodyContent h3 { margin-top: 0px !important; margin-bottom: 10px !important; } #bodyContent h4 { margin-top: 0px !important; margin-bottom: 8px !important; } #bodyContent h5 { margin-top: 0px !important; margin-bottom: 6px !important; } #bodyContent h6 { margin-top: 0px !important; margin-bottom: 4px !important; } #bodyContent h1 span.mw-editsection, #bodyContent h2 span.mw-editsection, #bodyContent h3 span.mw-editsection, #bodyContent h4 span.mw-editsection, #bodyContent h5 span.mw-editsection, #bodyContent h6 span.mw-editsection { float: right !important; margin-top: 22px !important; margin-right:10px!important; font-family: "Segoe", sans-serif !important; font-size:12px!important; font-style: normal!important; text-transform: uppercase!important; text-shadow: none !important; } span.mw-editsection span.mw-editsection-bracket { display: none !important; } #bodyContent h2 { font-size: 33px !important; } #bodyContent h3 { font-size: 30px !important; } #bodyContent h4 { font-size: 26px !important; } #bodyContent h5 { font-size: 22px !important; } #bodyContent h6 { font-size: 20px !important; } /* table of contents */ #toc.toc { padding: 0 16px 0 !important; position: absolute !important; top: 4px !important; left: -300px !important; width: 245px !important; border-top: 1px solid #AAAAAA !important; background: #E8E6E2 !important; } #toc.toc ul li { font-size:15px!important; letter-spacing:0.08px!important; } #mw-navigation #mw-panel { height: 50% !important; } #toc #toctitle { display:none!important; } /* numbering of the headings */ /* via http://userstyles.org/styles/56739/wikipedia-readable-hyphenation */ body { counter-reset: headingOne; } #toctitle h2:before { content: "" !important; counter-reset: headingOne; padding-right: 0 !important; } #bodyContent h2:before, #bodyContent h3:before, #bodyContent h4:before, #bodyContent h5:before, #bodyContent h6:before { padding-right: 12px; font-family: "Calibri", sans-serif !important; text-shadow: none !important; } #bodyContent h2 { counter-reset: headingTwo; } #bodyContent h2:before { counter-increment: headingOne; content: counter(headingOne); font-size: 16px !important; } #bodyContent h3 { counter-reset: headingThree; } #bodyContent h3:before { counter-increment: headingTwo; content: counter(headingOne) "." counter(headingTwo); font-size: 15px !important; } #bodyContent h4 { counter-reset: headingFour; } #bodyContent h4:before { counter-increment: headingThree; content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree); font-size: 14px !important; } #bodyContent h5 { counter-reset: headingFive; } #bodyContent h5:before { counter-increment: headingFour; content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree) "." counter(headingFour); font-size: 13px !important; } #bodyContent h6 { counter-reset: headingSix; } #bodyContent h6:before { counter-increment: headingFive; content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree) "." counter(headingFour) "." counter(headingFive); font-size: 12px !important; } /* article */ #bodyContent .infobox { padding: 9px 16px 5px !important; margin-left: 30px !important; } #bodyContent #siteSub, /* hide Wikipedia byline */ #bodyContent #mw-fr-revisiontag, /* hide revision thingie */ #bodyContent #tfd.boilerplate /* hide template considered for deletion */ { display: none !important; } #bodyContent #coordinates { top: -3px !important; padding: 4px 6px 3px !important; background: #E8E6E2 !important; border-radius: 0px !important; border: 1px solid #aaa !important; /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 1px 1px rgba(0,0,0,0.25) !important; */ } html[lang="de"] #bodyContent #coordinates /* .de fix */ { top: 53px !important; right: 32px !important; } #bodyContent #protected-icon, #bodyContent #good-star, #bodyContent #spoken-icon, #bodyContent #featured-star { top: -45px !important; } /* text styles */ #bodyContent { letter-spacing: 0.1px !important; } #bodyContent p, #bodyContent li, #bodyContent div.hatnote { font-size: 17px !important; line-height: 24px !important; letter-spacing: 0.05px !important; } #bodyContent a:not(.new) { color: #004FD1 !important; } #bodyContent a:not(.new):visited { color: #4080AB !important; } #bodyContent .dablink, #bodyContent .relarticle, #bodyContent .rellink { margin: 7px 0 9px !important; padding: 0 !important; font-size: 14px !important; line-height: 22px !important; color: #333 !important; } #bodyContent #contentSub /* redirected from msg */ { margin: 5px 0 12px -5px !important; padding: 0 !important; font-size: 12px !important; } #bodyContent table.ambox, #bodyContent #disambigbox { margin: 0 !important; font-size: 14px !important; line-height: 22px !important; } #bodyContent #disambigbox { margin: 25px 0 !important; } #bodyContent .references li { color: #111 !important; font-size: 10px !important; line-height: 17px !important; } /* boxes */ .messagebox, #catlinks, .infobox, .infobox td, table.infobox th, #bodyContent div.thumb, /* fix the thumbs backgrounds!!! */ .thumbinner, div.thumb div, code, pre, .thumbcaption, .toccolours, .NavFrame, .toccolours th, .toccolours tbody, .NavHead, .tright, .tleft, table, .gallery, .gallerybox, .gallerytext, table.gallery, table.gallery td, #toc, .toc, .mw-warning, div.townBox, table.diff, td.diff-otitle, td.diff-ntitle, #imageLicense, #filetoc, .hintergrundfarbe1, .hintergrundfarbe2, #hauptseite h2, .MainPageBG, .noarticletext, .quotebox, .mw-code { background-color: #E0DEDA !important; } #content .thumbinner { border-color: #b9b9b9 !important; } /* noborder test */ #toc, .thumbinner, .thumbinner .thumbimage, .infobox, .vertical-navbox, .mergedtoprow, table.infobox > tbody:first-child > tr:first-child > th, .metadata:not(.ambox), .mbox-small, .quotebox, .portal, .catlinks, .navbox, .hintergrundfarbe1 { border: none !important; } #content .thumbinner { padding: 7px !important; } #bodyContent .ambox { border-width: 0 0 0 5px !important; } .navbox + .navbox { margin-top: 9px !important; } /* footer */ #footer { left: 0 !important; right: 0 !important; margin: 0 !important; padding: 15px 0 !important; background-color: #CAC8C4 !important; } #footer-info { max-width: 860px !important; margin: 0 auto !important; font-size: 18px !important; } #footer li:not(#footer-info-lastmod) { display: none !important; } }
0.14627
0.061763
The element on which display: grid is applied. It's the direct parent of all the grid items. */ /* Grid Item The children (i.e. direct descendants) of the grid container. */ /* Grid Line The dividing lines that make up the structure of the grid. They can be either vertical ("column grid lines") or horizontal ("row grid lines") and reside on either side of a row or column. */ /* Grid Track The space between two adjacent grid lines. You can think of them like the columns or rows of the grid. */ /* Grid Cell The space between two adjacent row and two adjacent column grid lines. It's a single "unit" of the grid. */ /* Grid Area The total space surrounded by four grid lines. A grid area may be comprised of any number of grid cells. */ * { margin: 0; padding: 0; box-sizing: border-box; } body { padding: 50px; width: 1000px; margin: 0 auto; } hr { margin: 50px 0; } p { margin: 1em 0; max-width: 800px; font-size: 20px; line-height: 30px; } h1, h2, h3, h4, h5, h6 { margin: 1.5em 0; } h1 { font-size: 2em; } div { padding: 20px; background: #F79125; } .container { padding: 0; background: white; color: black; } .display .grid .container { display: grid; } .display .inline-grid .container { display: inline-grid; } /* Grid Container */ /* The fr unit allows you to set the size of a track as a fraction of the free space of the grid container. */ /* The free space is calculated after any non-flexible items. */ .example .container { /* Container element as a grid with display: grid */ display: grid; /* Set the column sizes with grid-template-columns */ /* You can choose to explicitly name the Grid Lines: */ grid-template-columns: [first] 40px [line2] 50px [line3] auto [col4-start] 50px [five] 40px [end]; /* Set the row sizes with grid-template-rows */ /* Note that a line can have more than one name. For example, here the second line will have two names: row1-end and row2-start: */ grid-template-rows: [row1-start] 25% [row1-end row2-start] 100px [third-line] auto [last-line]; grid-column-gap: 1px; grid-row-gap: 1px; } .template-areas .item-a { grid-area: header; background: #F89426; } .template-areas .item-b { grid-area: main; background: #3CBEE6; } .template-areas .item-c { grid-area: sidebar; background: #EB7171; } .template-areas .item-d { grid-area: footer; background: #73C575; } /* Notice that you're not naming lines with this syntax, just areas. When you use this syntax the lines on either end of the areas are actually getting named automatically. */ /* Name of your grid area dash start or end */ /* This means that some lines might have multiple names, such as the far left line in the above example, which will have three names: header-start, main-start, and footer-start. */ .template-areas .container { display: inline-grid; grid-template-columns: 50px 50px 50px 50px; grid-template-rows: auto; grid-template-areas: "header header header header" "main main . sidebar" "footer footer footer footer"; /* grid-template A shorthand for setting grid-template-rows, grid-template-columns, and grid-template-areas in a single declaration. */ grid-template: [row1-start] "header header header header" auto [row1-end] [row2-start] "main main . sidebar" auto [row2-end] [row3-start] "footer footer footer footer" auto [row3-end] / 50px 50px 50px 50px; /* Since grid-template doesn't reset the implicit grid properties (grid-auto-columns, grid-auto-rows, and grid-auto-flow), which is probably what you want to do in most cases, it's recommended to use the grid property instead of grid-template. */ grid: [row1-start] "header header header header" auto [row1-end] [row2-start] "main main . sidebar" auto [row2-end] [row3-start] "footer footer footer footer" auto [row3-end] / 50px 50px 50px 50px; } /* The gutters are only created between the columns/rows, not on the outer edges. */ /* Note: The grid- prefix will be removed and grid-gap renamed to gap and grid-column-gap and grid-row-gap renamed to column-gap and row-gap. */ .gaps .container { display: inline-grid; grid-template-columns: 100px 50px 100px; grid-template-rows: 80px auto 80px; grid-column-gap: 10px; grid-row-gap: 15px; /* A shorthand for grid-row-gap and grid-column-gap */ /* grid-gap: <grid-row-gap> <grid-column-gap>; */ /* If no grid-row-gap is specified, it's set to the same value as grid-column-gap */ grid-gap: 15px 10px; } .justify-items .container div, .align-items .container div, .justify-content .container div, .align-content .container div { text-align: center; } .justify-items .container, .align-items .container { display: inline-grid; grid: repeat(3, 60px) / repeat(3, 150px); grid-gap: 5px; background: #EB7171; } .align-items .container { grid: repeat(3, 150px) / repeat(3, 60px); } /* This behavior can also be set on individual grid items via the justify-self property */ .justify-items .start .container { justify-items: start; } .justify-items .end .container { justify-items: end; } .justify-items .center .container { justify-items: center; } .justify-items .stretch .container { justify-items: stretch; } /* This behavior can also be set on individual grid items via the align-self property. */ .align-items .start .container { align-items: start; } .align-items .end .container { align-items: end; } .align-items .center .container { align-items: center; } .align-items .stretch .container { align-items: stretch; /* place-items sets both the align-items and justify-items properties in a single declaration. */ /* <align-items> / <justify-items> - The first value sets align-items, the second value justify-items. If the second value is omitted, the first value is assigned to both properties. All major browsers except Edge support the place-items shorthand property. */ place-items: stretch; } .justify-content .container div { min-width: 100px; } .justify-content .container { /* height: 600px; */ display: grid; grid: repeat(3, auto) / repeat(3, auto); grid-gap: 5px; background: #EB7171; border: 1px solid black; } .justify-content .start .container { justify-content: start; } .justify-content .end .container { justify-content: end; } .justify-content .center .container { justify-content: center; } .justify-content .stretch .container { justify-content: stretch; } .justify-content .space-around .container { justify-content: space-around; } .justify-content .space-between .container { justify-content: space-between; } .justify-content .space-evenly .container { justify-content: space-evenly; } /* ---------------------------------------- */ .align-content .container div { min-height: 60px; } .align-content .container { height: 600px; display: grid; grid: repeat(3, auto) / repeat(3, auto); grid-gap: 5px; background: #EB7171; border: 1px solid black; } .align-content .start .container { align-content: start; } .align-content .end .container { align-content: end; } .align-content .center .container { align-content: center; } .align-content .stretch .container { align-content: stretch; /* place-content sets both the align-content and justify-content properties in a single declaration. */ /* <align-content> / <justify-content> - The first value sets align-content, the second value justify-content. If the second value is omitted, the first value is assigned to both properties. All major browsers except Edge support the place-content shorthand property. */ place-content: stretch; } .align-content .space-around .container { align-content: space-around; } .align-content .space-between .container { align-content: space-between; } .align-content .space-evenly .container { align-content: space-evenly; } /* ---------------------------------------- */ .auto .container div { border: 1px solid black; } .auto .container { display: inline-grid; grid-template-columns: 60px 60px; grid-template-rows: 90px 90px; /* We can use grid-auto-columns and grid-auto-rows to specify the widths of implicit tracks: */ grid-auto-columns: 60px; border: 1px solid black; } /* place child elements into the grid with grid-column and grid-row. */ .auto .container .item-a { grid-column: 1 / 2; grid-row: 2 / 3; } /* We told .item-b to start on column line 5 and end at column line 6, but we never defined a column line 5 or 6. Because we referenced lines that don't exist, implicit tracks with widths of 0 if not specified are created to fill in the gaps */ .auto .container .item-b { grid-column: 5 / 6; grid-row: 2 / 3; } /* -------------------------------------------- */ .flow .container div { padding: 5px; } .flow .container { display: inline-grid; grid-template-columns: 60px 60px 60px 60px 60px; grid-template-rows: 30px 30px; grid-gap: 5px; border: 1px solid black; } .flow .item-a { grid-column: 1; grid-row: 1 / 3; } .flow .item-e { grid-column: 5; grid-row: 1 / 3; } .flow .row .container { grid-auto-flow: row; } .flow .column .container { grid-auto-flow: column; } /* --------------------------------------------------- */ /* grid */ /* A shorthand for setting all of the following properties in a single declaration: grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and grid-auto-flow */ .shorthand .container div { padding: 5px; } .shorthand .container { display: inline-grid; grid-gap: 5px; border: 1px solid black } .shorthand .example-1 .container { grid-template-rows: 100px 300px; grid-template-columns: 3fr 1fr; /* Shorthand for the above */ grid: 100px 300px / 3fr 1fr; } .shorthand .example-2 .container { grid-auto-flow: row; grid-template-columns: 200px 1fr; /* Shorthand for the above */ grid: auto-flow / 200px 1fr; } .shorthand .example-3 .container { grid-auto-flow: row dense; grid-auto-rows: 100px; grid-template-columns: 1fr 2fr; /* Shorthand for the above */ grid: auto-flow dense 100px / 1fr 2fr; } .shorthand .example-4 .container { grid-template-rows: 100px 300px; grid-auto-flow: column; grid-auto-columns: 200px; /* Shorthand for the above */ grid: 100px 300px / auto-flow 200px; } .shorthand .example-5 .container { grid-template-areas: "header header header" "footer footer footer"; grid-template-rows: [row1-start] 1fr [row1-end row2-start] 25px [row2-end]; grid-template-columns: auto 50px auto; /* Shorthand for the above */ grid: [row1-start] "header header header" 1fr [row1-end] [row2-start] "footer footer footer" 25px [row2-end] / auto 50px auto; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ .grid-child div { border: 1px solid black; } .grid-child .empty-container { background: white; } .grid-child .container { display: inline-grid; grid: [row1-start] 50px [row1-end row2-start] 80px [row2-end row3-start] 100px [row3-end last-line] / [col1-start] 40px [col1-end col2-start] 50px [col2-end col3-start] 150px [col3-end col4-start] 50px [col4-end col5-start] 40px [col5-end]; background: black; } /* ------------------------------------------------ */ .element-position .item-a .item { grid-column-start: 2; grid-column-end: 5; grid-row-start: row1-start; grid-row-end: 3; } .element-position .item-b .item { grid-column-start: 1; grid-column-end: span col4-start; grid-row-start: 2; grid-row-end: span 2; background: #3CBEE6; } /* ---------------------------------------------- */ .shorthand-position .item { grid-column: 3 / span 2; grid-row: row3-start / 4; } /* ---------------------------------------------- */ .grid-area .item { /* As a way to assign a name to the item: */ grid-area: header; /* As the short-shorthand for grid-row-start + grid-column-start + grid-row-end + grid-column-end: */ /* grid-area: <name> | <row-start> / <column-start> / <row-end> / <column-end>; */ grid-area: 1 / col4-start / last-line / 6; } /* -------------------------------------------------- */ .justify-self .item { /* height: 10px; */ } .justify-self .start .item { justify-self: start; } .justify-self .end .item { justify-self: end; } .justify-self .center .item { justify-self: center; } .justify-self .stretch .item { justify-self: stretch; } /* -------------------------------------------------------- */ .align-self .start .item { align-self: start; } .align-self .end .item { align-self: end; } .align-self .center .item { align-self: center; } .align-self .stretch .item { align-self: stretch; } /* ----------------------------------------------------------- */ /* place-self sets both the align-self and justify-self properties in a single declaration. */ .place-self .start .item { place-self: start; } .place-self .end .item { place-self: end; } .place-self .center .item { place-self: center; } .place-self .stretch .item { place-self: stretch; }
05A. CSS Fundamentals/09. CSS Grid/Demos/02. A Complete Guide to Grid/styles.css
The element on which display: grid is applied. It's the direct parent of all the grid items. */ /* Grid Item The children (i.e. direct descendants) of the grid container. */ /* Grid Line The dividing lines that make up the structure of the grid. They can be either vertical ("column grid lines") or horizontal ("row grid lines") and reside on either side of a row or column. */ /* Grid Track The space between two adjacent grid lines. You can think of them like the columns or rows of the grid. */ /* Grid Cell The space between two adjacent row and two adjacent column grid lines. It's a single "unit" of the grid. */ /* Grid Area The total space surrounded by four grid lines. A grid area may be comprised of any number of grid cells. */ * { margin: 0; padding: 0; box-sizing: border-box; } body { padding: 50px; width: 1000px; margin: 0 auto; } hr { margin: 50px 0; } p { margin: 1em 0; max-width: 800px; font-size: 20px; line-height: 30px; } h1, h2, h3, h4, h5, h6 { margin: 1.5em 0; } h1 { font-size: 2em; } div { padding: 20px; background: #F79125; } .container { padding: 0; background: white; color: black; } .display .grid .container { display: grid; } .display .inline-grid .container { display: inline-grid; } /* Grid Container */ /* The fr unit allows you to set the size of a track as a fraction of the free space of the grid container. */ /* The free space is calculated after any non-flexible items. */ .example .container { /* Container element as a grid with display: grid */ display: grid; /* Set the column sizes with grid-template-columns */ /* You can choose to explicitly name the Grid Lines: */ grid-template-columns: [first] 40px [line2] 50px [line3] auto [col4-start] 50px [five] 40px [end]; /* Set the row sizes with grid-template-rows */ /* Note that a line can have more than one name. For example, here the second line will have two names: row1-end and row2-start: */ grid-template-rows: [row1-start] 25% [row1-end row2-start] 100px [third-line] auto [last-line]; grid-column-gap: 1px; grid-row-gap: 1px; } .template-areas .item-a { grid-area: header; background: #F89426; } .template-areas .item-b { grid-area: main; background: #3CBEE6; } .template-areas .item-c { grid-area: sidebar; background: #EB7171; } .template-areas .item-d { grid-area: footer; background: #73C575; } /* Notice that you're not naming lines with this syntax, just areas. When you use this syntax the lines on either end of the areas are actually getting named automatically. */ /* Name of your grid area dash start or end */ /* This means that some lines might have multiple names, such as the far left line in the above example, which will have three names: header-start, main-start, and footer-start. */ .template-areas .container { display: inline-grid; grid-template-columns: 50px 50px 50px 50px; grid-template-rows: auto; grid-template-areas: "header header header header" "main main . sidebar" "footer footer footer footer"; /* grid-template A shorthand for setting grid-template-rows, grid-template-columns, and grid-template-areas in a single declaration. */ grid-template: [row1-start] "header header header header" auto [row1-end] [row2-start] "main main . sidebar" auto [row2-end] [row3-start] "footer footer footer footer" auto [row3-end] / 50px 50px 50px 50px; /* Since grid-template doesn't reset the implicit grid properties (grid-auto-columns, grid-auto-rows, and grid-auto-flow), which is probably what you want to do in most cases, it's recommended to use the grid property instead of grid-template. */ grid: [row1-start] "header header header header" auto [row1-end] [row2-start] "main main . sidebar" auto [row2-end] [row3-start] "footer footer footer footer" auto [row3-end] / 50px 50px 50px 50px; } /* The gutters are only created between the columns/rows, not on the outer edges. */ /* Note: The grid- prefix will be removed and grid-gap renamed to gap and grid-column-gap and grid-row-gap renamed to column-gap and row-gap. */ .gaps .container { display: inline-grid; grid-template-columns: 100px 50px 100px; grid-template-rows: 80px auto 80px; grid-column-gap: 10px; grid-row-gap: 15px; /* A shorthand for grid-row-gap and grid-column-gap */ /* grid-gap: <grid-row-gap> <grid-column-gap>; */ /* If no grid-row-gap is specified, it's set to the same value as grid-column-gap */ grid-gap: 15px 10px; } .justify-items .container div, .align-items .container div, .justify-content .container div, .align-content .container div { text-align: center; } .justify-items .container, .align-items .container { display: inline-grid; grid: repeat(3, 60px) / repeat(3, 150px); grid-gap: 5px; background: #EB7171; } .align-items .container { grid: repeat(3, 150px) / repeat(3, 60px); } /* This behavior can also be set on individual grid items via the justify-self property */ .justify-items .start .container { justify-items: start; } .justify-items .end .container { justify-items: end; } .justify-items .center .container { justify-items: center; } .justify-items .stretch .container { justify-items: stretch; } /* This behavior can also be set on individual grid items via the align-self property. */ .align-items .start .container { align-items: start; } .align-items .end .container { align-items: end; } .align-items .center .container { align-items: center; } .align-items .stretch .container { align-items: stretch; /* place-items sets both the align-items and justify-items properties in a single declaration. */ /* <align-items> / <justify-items> - The first value sets align-items, the second value justify-items. If the second value is omitted, the first value is assigned to both properties. All major browsers except Edge support the place-items shorthand property. */ place-items: stretch; } .justify-content .container div { min-width: 100px; } .justify-content .container { /* height: 600px; */ display: grid; grid: repeat(3, auto) / repeat(3, auto); grid-gap: 5px; background: #EB7171; border: 1px solid black; } .justify-content .start .container { justify-content: start; } .justify-content .end .container { justify-content: end; } .justify-content .center .container { justify-content: center; } .justify-content .stretch .container { justify-content: stretch; } .justify-content .space-around .container { justify-content: space-around; } .justify-content .space-between .container { justify-content: space-between; } .justify-content .space-evenly .container { justify-content: space-evenly; } /* ---------------------------------------- */ .align-content .container div { min-height: 60px; } .align-content .container { height: 600px; display: grid; grid: repeat(3, auto) / repeat(3, auto); grid-gap: 5px; background: #EB7171; border: 1px solid black; } .align-content .start .container { align-content: start; } .align-content .end .container { align-content: end; } .align-content .center .container { align-content: center; } .align-content .stretch .container { align-content: stretch; /* place-content sets both the align-content and justify-content properties in a single declaration. */ /* <align-content> / <justify-content> - The first value sets align-content, the second value justify-content. If the second value is omitted, the first value is assigned to both properties. All major browsers except Edge support the place-content shorthand property. */ place-content: stretch; } .align-content .space-around .container { align-content: space-around; } .align-content .space-between .container { align-content: space-between; } .align-content .space-evenly .container { align-content: space-evenly; } /* ---------------------------------------- */ .auto .container div { border: 1px solid black; } .auto .container { display: inline-grid; grid-template-columns: 60px 60px; grid-template-rows: 90px 90px; /* We can use grid-auto-columns and grid-auto-rows to specify the widths of implicit tracks: */ grid-auto-columns: 60px; border: 1px solid black; } /* place child elements into the grid with grid-column and grid-row. */ .auto .container .item-a { grid-column: 1 / 2; grid-row: 2 / 3; } /* We told .item-b to start on column line 5 and end at column line 6, but we never defined a column line 5 or 6. Because we referenced lines that don't exist, implicit tracks with widths of 0 if not specified are created to fill in the gaps */ .auto .container .item-b { grid-column: 5 / 6; grid-row: 2 / 3; } /* -------------------------------------------- */ .flow .container div { padding: 5px; } .flow .container { display: inline-grid; grid-template-columns: 60px 60px 60px 60px 60px; grid-template-rows: 30px 30px; grid-gap: 5px; border: 1px solid black; } .flow .item-a { grid-column: 1; grid-row: 1 / 3; } .flow .item-e { grid-column: 5; grid-row: 1 / 3; } .flow .row .container { grid-auto-flow: row; } .flow .column .container { grid-auto-flow: column; } /* --------------------------------------------------- */ /* grid */ /* A shorthand for setting all of the following properties in a single declaration: grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and grid-auto-flow */ .shorthand .container div { padding: 5px; } .shorthand .container { display: inline-grid; grid-gap: 5px; border: 1px solid black } .shorthand .example-1 .container { grid-template-rows: 100px 300px; grid-template-columns: 3fr 1fr; /* Shorthand for the above */ grid: 100px 300px / 3fr 1fr; } .shorthand .example-2 .container { grid-auto-flow: row; grid-template-columns: 200px 1fr; /* Shorthand for the above */ grid: auto-flow / 200px 1fr; } .shorthand .example-3 .container { grid-auto-flow: row dense; grid-auto-rows: 100px; grid-template-columns: 1fr 2fr; /* Shorthand for the above */ grid: auto-flow dense 100px / 1fr 2fr; } .shorthand .example-4 .container { grid-template-rows: 100px 300px; grid-auto-flow: column; grid-auto-columns: 200px; /* Shorthand for the above */ grid: 100px 300px / auto-flow 200px; } .shorthand .example-5 .container { grid-template-areas: "header header header" "footer footer footer"; grid-template-rows: [row1-start] 1fr [row1-end row2-start] 25px [row2-end]; grid-template-columns: auto 50px auto; /* Shorthand for the above */ grid: [row1-start] "header header header" 1fr [row1-end] [row2-start] "footer footer footer" 25px [row2-end] / auto 50px auto; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ .grid-child div { border: 1px solid black; } .grid-child .empty-container { background: white; } .grid-child .container { display: inline-grid; grid: [row1-start] 50px [row1-end row2-start] 80px [row2-end row3-start] 100px [row3-end last-line] / [col1-start] 40px [col1-end col2-start] 50px [col2-end col3-start] 150px [col3-end col4-start] 50px [col4-end col5-start] 40px [col5-end]; background: black; } /* ------------------------------------------------ */ .element-position .item-a .item { grid-column-start: 2; grid-column-end: 5; grid-row-start: row1-start; grid-row-end: 3; } .element-position .item-b .item { grid-column-start: 1; grid-column-end: span col4-start; grid-row-start: 2; grid-row-end: span 2; background: #3CBEE6; } /* ---------------------------------------------- */ .shorthand-position .item { grid-column: 3 / span 2; grid-row: row3-start / 4; } /* ---------------------------------------------- */ .grid-area .item { /* As a way to assign a name to the item: */ grid-area: header; /* As the short-shorthand for grid-row-start + grid-column-start + grid-row-end + grid-column-end: */ /* grid-area: <name> | <row-start> / <column-start> / <row-end> / <column-end>; */ grid-area: 1 / col4-start / last-line / 6; } /* -------------------------------------------------- */ .justify-self .item { /* height: 10px; */ } .justify-self .start .item { justify-self: start; } .justify-self .end .item { justify-self: end; } .justify-self .center .item { justify-self: center; } .justify-self .stretch .item { justify-self: stretch; } /* -------------------------------------------------------- */ .align-self .start .item { align-self: start; } .align-self .end .item { align-self: end; } .align-self .center .item { align-self: center; } .align-self .stretch .item { align-self: stretch; } /* ----------------------------------------------------------- */ /* place-self sets both the align-self and justify-self properties in a single declaration. */ .place-self .start .item { place-self: start; } .place-self .end .item { place-self: end; } .place-self .center .item { place-self: center; } .place-self .stretch .item { place-self: stretch; }
0.592313
0.590573
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap"); a { text-decoration: none; color: #4b9ce2; } p, h1, h2, h3, h4, h5, h6 { margin: 0; } img { max-width: 100%; } body { background-color: #f2f2f2; font-family: "Nunito", sans-serif; font-size: 14px; } .btn { padding: 0.9em 0.5em; background-color: transparent; border-radius: 8px; border: none; font-weight: 600; cursor: pointer; } .btn-blue { background-color: #4b9ce2; color: #fff; } .btn-red { background-color: #f77474; color: #fff; } .btn-orange { background-color: #fff0e2; color: #faad60; width: 50%; } .btn-babyBlue { background-color: #f0f8ff; color: #4b9ce2; } .tac { text-align: center; } .spaceX { margin: 10px 200px; padding: 1em; background-color: #fff; } .customFormInput { margin-bottom: 0; outline: 0; border: 0; padding: 12px 6px; color: gray; } label { color: #525252; font-size: 15px; } .customFormInput *:focus { border: 1px solid #4b9ce2; } .inputWrapper input, .MuiInput-root { border-radius: 10px; background-color: #F4F4F4; width: 100%; border: 2px solid transparent; } .MuiInput-underline::after { display: none !important; } .MuiInput-root { margin-bottom: 1em; } .MuiInput-root input { padding: 10px; } .MuiInput-underline:before, .MuiInput-underline.Mui-error:after { display: none; } .inputWrapper input:focus, .MuiInput-root:focus { background-color: #F0F8FF; border: 2px solid #4B9CE2; } /* Responsivity */ @media (max-width: 1000px) { .spaceX { margin: 5px; } .d-none-mb { display: none !important; } .d-block-mb { display: block !important; } .registerContainer, .loginContainer { margin: 10px; } .navWrapper ul { padding: 1em; } .navWrapper { padding: 1em !important; } .catNav { gap: 1em; width: 90vw; overflow: scroll; padding: 1em; } .menu { column-gap: 0.8em !important; } .productWrapper { grid-template-columns: 1fr 1fr !important; } .productDetail, .twoColumn, .inputColTwo { grid-template-columns: 1fr !important; } .productImage img { width: 95% !important; } .twoColumn .left { padding: 0 0.3em !important; border: none; } .modal { width: 85%; } .dragDrop { margin-bottom: 5em; width: 108% !important; } .saveBtn { right: 1em !important; width: 90vw; } .accountDetail { padding: 4px !important; margin: 0 !important; gap: 0 !important; margin-bottom: 1em !important; } .accountDetail .left { grid-template-columns: 1fr !important; } .accountDetail .right { padding: 1em; display: flex; flex-direction: column; row-gap: 0.5em; margin-top: -0.5em !important; } .accountDetail .right button { width: 100%; margin-top: 0.1em; } .productImage img { width: 100%; object-fit: cover; } .titleAndPrice .price { width: 87%; } } /* Work in web */ @media (min-width: 1000px) { .d-none-web { display: none !important; } }
src/App.css
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap"); a { text-decoration: none; color: #4b9ce2; } p, h1, h2, h3, h4, h5, h6 { margin: 0; } img { max-width: 100%; } body { background-color: #f2f2f2; font-family: "Nunito", sans-serif; font-size: 14px; } .btn { padding: 0.9em 0.5em; background-color: transparent; border-radius: 8px; border: none; font-weight: 600; cursor: pointer; } .btn-blue { background-color: #4b9ce2; color: #fff; } .btn-red { background-color: #f77474; color: #fff; } .btn-orange { background-color: #fff0e2; color: #faad60; width: 50%; } .btn-babyBlue { background-color: #f0f8ff; color: #4b9ce2; } .tac { text-align: center; } .spaceX { margin: 10px 200px; padding: 1em; background-color: #fff; } .customFormInput { margin-bottom: 0; outline: 0; border: 0; padding: 12px 6px; color: gray; } label { color: #525252; font-size: 15px; } .customFormInput *:focus { border: 1px solid #4b9ce2; } .inputWrapper input, .MuiInput-root { border-radius: 10px; background-color: #F4F4F4; width: 100%; border: 2px solid transparent; } .MuiInput-underline::after { display: none !important; } .MuiInput-root { margin-bottom: 1em; } .MuiInput-root input { padding: 10px; } .MuiInput-underline:before, .MuiInput-underline.Mui-error:after { display: none; } .inputWrapper input:focus, .MuiInput-root:focus { background-color: #F0F8FF; border: 2px solid #4B9CE2; } /* Responsivity */ @media (max-width: 1000px) { .spaceX { margin: 5px; } .d-none-mb { display: none !important; } .d-block-mb { display: block !important; } .registerContainer, .loginContainer { margin: 10px; } .navWrapper ul { padding: 1em; } .navWrapper { padding: 1em !important; } .catNav { gap: 1em; width: 90vw; overflow: scroll; padding: 1em; } .menu { column-gap: 0.8em !important; } .productWrapper { grid-template-columns: 1fr 1fr !important; } .productDetail, .twoColumn, .inputColTwo { grid-template-columns: 1fr !important; } .productImage img { width: 95% !important; } .twoColumn .left { padding: 0 0.3em !important; border: none; } .modal { width: 85%; } .dragDrop { margin-bottom: 5em; width: 108% !important; } .saveBtn { right: 1em !important; width: 90vw; } .accountDetail { padding: 4px !important; margin: 0 !important; gap: 0 !important; margin-bottom: 1em !important; } .accountDetail .left { grid-template-columns: 1fr !important; } .accountDetail .right { padding: 1em; display: flex; flex-direction: column; row-gap: 0.5em; margin-top: -0.5em !important; } .accountDetail .right button { width: 100%; margin-top: 0.1em; } .productImage img { width: 100%; object-fit: cover; } .titleAndPrice .price { width: 87%; } } /* Work in web */ @media (min-width: 1000px) { .d-none-web { display: none !important; } }
0.323915
0.095898
.fullscreen-showable { overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: 780px; } .fullscreen-map { position: absolute; top: 0; left: 380px; /* pullout */ right: 0; bottom: 0; } /* override leaflet text style, reset to bootstrap */ .leaflet-container { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; } .leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale { font-size: 0.833rem; } .leaflet-popup-content-wrapper { max-height: 500px; overflow-y: scroll; } .leaflet-container a.leaflet-popup-close-button { right: 15px; /* nudge close button out from over scroll bar */ } #chart-area { background: #fff; box-shadow: -2px 0px 2px -2px #222; position: absolute; top: 0; bottom: 0; right: 0; left: 380px; padding: 0.5em 2.5em 0.5em 3.5em; z-index: 1000; transform: translateY(100%); overflow: auto; } #chart-area.active { transform: translateY(0); } .overlay-chart { position: absolute; top: 5em; right: 5em; height: 20em; width: 50em; z-index: 900; } .loading-indicator { display: none; } .chart-outer-container { opacity: 1; transition: opacity 0.4s; } .error .chart-outer-container, .loading .chart-outer-container{ opacity: 0; transition: opacity 0s; } .loading .loading-indicator { display: block; } .error-indicator { display: none; } .error .error-indicator { display: block; } .vega-actions a { display: inline-block; margin-right: 0.5rem; } /** * Header */ .navbar { flex-direction: column; } .navbar-brand { display: flex; } .navbar-nav { padding-top: 1em; } @media (min-width: 768px) { .navbar { flex-direction: row; } .navbar-nav { padding-top: 4em; } } .main-header { position: relative; z-index: 500; border-radius: 0; } .main-header .close { position: absolute; left: 10px; top: 3px; z-index: 10; } .main-footer { padding-bottom: 5em; } .logo-block img { margin: 2em 0; } @media (min-width: 768px) { .logo-block img { margin: 0; } } .main-header.hover-to-show { cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4dadc; z-index: 1500; transform: translateY(-200px); transition: transform 0.2s; } .main-header.hover-to-show.active { transform: translateY(0); } @media (min-width: 768px) { .main-header.hover-to-show { transform: translateY(-150px); } } /** * Text */ nav ul a { color: #555; border-bottom: 0.2em solid transparent; margin: 0 0.5em; } nav ul a:active, nav ul a:focus, nav ul a:hover { color: #555; text-decoration: none; border-bottom-color: #555; } .h6 { font-weight: bold; } article p { max-width: 45em; } ul { padding-left: 1.15em; } img, video { max-width:100%; } strong { font-weight: bold; } /** * Forms (see bootstrap components) */ .btn-outline-light { border-color: #ced4da; } /** * Pullout */ .pullout { position: absolute; top: 0; left: 0; bottom: 0; width: 380px; background: #fff; box-shadow: 2px 0px 6px -4px #222; z-index: 1000; } .pullout .tabs { position: absolute; top: 0; left: 0; bottom: 0; width: 35px; overflow: hidden; } .pullout .tabs:hover { overflow: visible; } .pullout .tabs-inner { position: absolute; z-index: 1000; top: 0; left: 0; bottom: 0; width: 8em; background: #222; background: rgba(0,0,0,0.8); } .pullout .tab, .pullout .menu-tab { display: block; min-width: 8em; font-size: 1rem; padding: 0.25em 0.5em 0.5em; border-top: 1px solid #fff; cursor: pointer; color: #fff; } .pullout .tab img { width: 16px; min-height: 16px; margin: 0 4px 0 2px; vertical-align: middle; display: inline-block; } .pullout .tab span, .pullout .menu-tab span { display: inline-block; } .pullout .tab:hover, .pullout .menu-tab:hover { text-decoration: none; } .pullout .tab.active, .pullout .tab:active, .pullout .tab:hover, .pullout .tab:focus, .pullout .menu-tab.active, .pullout .menu-tab:active, .pullout .menu-tab:hover, .pullout .menu-tab:focus { background-color: #000; outline: none; } .pullout .tab-content { display: none; padding: 1em 0.75em; position: absolute; top: 0; bottom: 0; left: 35px; right: 0; overflow-y: auto; } .pullout .tab-content.active { display: block; } .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); width: 18px; height: 16px; margin: 0 2px; } /** * Layer control */ .layer-control-text::before { content: ' '; display: inline-block; width: 0.7em; height: 0.7em; border-radius: 0.35em; margin: 0 0.2em 0.1em 0; } .layer-control-text.river_thames::before { background: #0f9fff; } .layer-control-text.thames_basin_rivers::before { background: #61c5ff; } .layer-control-text.reservoir::before { background: #8031ff; } .layer-control-text.abstraction::before { background: #28fd81; } .layer-control-text.treatment::before { background: #ff2aad; } .layer-control-text.pumping::before { background: #fd5b2a; } .layer-control-text.distribution::before { background: #01ca55; } .layer-control-text.desalination::before { background: #3af8ff; } .layer-control-text.link::before { background: #ffdf28; } .layer-control-text.water_resource_zones::before { background: #ff3e5e; } .layer-control-text.catchment_areas::before { background: #513eff; } /** * Table hints */ .options-table-container, .decisions-table-container { display: none; } .options-table-container.active, .decisions-table-container.active { display: block; } .table { width: auto; margin-bottom: 3rem; } .table caption { caption-side: top; padding: 0; margin: .5rem 0; line-height: 1.2; font-size: 1.25rem; font-weight: 500; color: #222; } .table td, .table th { border-top-color: #fff; } .bg-low { background: #ebfff3; } tr:hover .bg-low { background: #d3ffe5; } .bg-med { background: #fffbe5; } tr:hover .bg-med { background: #fff7c9; } .bg-high { background: #ffede7; } tr:hover .bg-high { background: #ffdace; }
static/css/main.css
.fullscreen-showable { overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: 780px; } .fullscreen-map { position: absolute; top: 0; left: 380px; /* pullout */ right: 0; bottom: 0; } /* override leaflet text style, reset to bootstrap */ .leaflet-container { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; } .leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale { font-size: 0.833rem; } .leaflet-popup-content-wrapper { max-height: 500px; overflow-y: scroll; } .leaflet-container a.leaflet-popup-close-button { right: 15px; /* nudge close button out from over scroll bar */ } #chart-area { background: #fff; box-shadow: -2px 0px 2px -2px #222; position: absolute; top: 0; bottom: 0; right: 0; left: 380px; padding: 0.5em 2.5em 0.5em 3.5em; z-index: 1000; transform: translateY(100%); overflow: auto; } #chart-area.active { transform: translateY(0); } .overlay-chart { position: absolute; top: 5em; right: 5em; height: 20em; width: 50em; z-index: 900; } .loading-indicator { display: none; } .chart-outer-container { opacity: 1; transition: opacity 0.4s; } .error .chart-outer-container, .loading .chart-outer-container{ opacity: 0; transition: opacity 0s; } .loading .loading-indicator { display: block; } .error-indicator { display: none; } .error .error-indicator { display: block; } .vega-actions a { display: inline-block; margin-right: 0.5rem; } /** * Header */ .navbar { flex-direction: column; } .navbar-brand { display: flex; } .navbar-nav { padding-top: 1em; } @media (min-width: 768px) { .navbar { flex-direction: row; } .navbar-nav { padding-top: 4em; } } .main-header { position: relative; z-index: 500; border-radius: 0; } .main-header .close { position: absolute; left: 10px; top: 3px; z-index: 10; } .main-footer { padding-bottom: 5em; } .logo-block img { margin: 2em 0; } @media (min-width: 768px) { .logo-block img { margin: 0; } } .main-header.hover-to-show { cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4dadc; z-index: 1500; transform: translateY(-200px); transition: transform 0.2s; } .main-header.hover-to-show.active { transform: translateY(0); } @media (min-width: 768px) { .main-header.hover-to-show { transform: translateY(-150px); } } /** * Text */ nav ul a { color: #555; border-bottom: 0.2em solid transparent; margin: 0 0.5em; } nav ul a:active, nav ul a:focus, nav ul a:hover { color: #555; text-decoration: none; border-bottom-color: #555; } .h6 { font-weight: bold; } article p { max-width: 45em; } ul { padding-left: 1.15em; } img, video { max-width:100%; } strong { font-weight: bold; } /** * Forms (see bootstrap components) */ .btn-outline-light { border-color: #ced4da; } /** * Pullout */ .pullout { position: absolute; top: 0; left: 0; bottom: 0; width: 380px; background: #fff; box-shadow: 2px 0px 6px -4px #222; z-index: 1000; } .pullout .tabs { position: absolute; top: 0; left: 0; bottom: 0; width: 35px; overflow: hidden; } .pullout .tabs:hover { overflow: visible; } .pullout .tabs-inner { position: absolute; z-index: 1000; top: 0; left: 0; bottom: 0; width: 8em; background: #222; background: rgba(0,0,0,0.8); } .pullout .tab, .pullout .menu-tab { display: block; min-width: 8em; font-size: 1rem; padding: 0.25em 0.5em 0.5em; border-top: 1px solid #fff; cursor: pointer; color: #fff; } .pullout .tab img { width: 16px; min-height: 16px; margin: 0 4px 0 2px; vertical-align: middle; display: inline-block; } .pullout .tab span, .pullout .menu-tab span { display: inline-block; } .pullout .tab:hover, .pullout .menu-tab:hover { text-decoration: none; } .pullout .tab.active, .pullout .tab:active, .pullout .tab:hover, .pullout .tab:focus, .pullout .menu-tab.active, .pullout .menu-tab:active, .pullout .menu-tab:hover, .pullout .menu-tab:focus { background-color: #000; outline: none; } .pullout .tab-content { display: none; padding: 1em 0.75em; position: absolute; top: 0; bottom: 0; left: 35px; right: 0; overflow-y: auto; } .pullout .tab-content.active { display: block; } .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); width: 18px; height: 16px; margin: 0 2px; } /** * Layer control */ .layer-control-text::before { content: ' '; display: inline-block; width: 0.7em; height: 0.7em; border-radius: 0.35em; margin: 0 0.2em 0.1em 0; } .layer-control-text.river_thames::before { background: #0f9fff; } .layer-control-text.thames_basin_rivers::before { background: #61c5ff; } .layer-control-text.reservoir::before { background: #8031ff; } .layer-control-text.abstraction::before { background: #28fd81; } .layer-control-text.treatment::before { background: #ff2aad; } .layer-control-text.pumping::before { background: #fd5b2a; } .layer-control-text.distribution::before { background: #01ca55; } .layer-control-text.desalination::before { background: #3af8ff; } .layer-control-text.link::before { background: #ffdf28; } .layer-control-text.water_resource_zones::before { background: #ff3e5e; } .layer-control-text.catchment_areas::before { background: #513eff; } /** * Table hints */ .options-table-container, .decisions-table-container { display: none; } .options-table-container.active, .decisions-table-container.active { display: block; } .table { width: auto; margin-bottom: 3rem; } .table caption { caption-side: top; padding: 0; margin: .5rem 0; line-height: 1.2; font-size: 1.25rem; font-weight: 500; color: #222; } .table td, .table th { border-top-color: #fff; } .bg-low { background: #ebfff3; } tr:hover .bg-low { background: #d3ffe5; } .bg-med { background: #fffbe5; } tr:hover .bg-med { background: #fff7c9; } .bg-high { background: #ffede7; } tr:hover .bg-high { background: #ffdace; }
0.580233
0.165965
@charset "utf-8"; /** * * ----------------------------------------------------------------------------- * * Template : Edulearn | Responsive Education HTML5 Template< * Author : rs-theme * Author URI : http://www.rstheme.com/ * * ----------------------------------------------------------------------------- * **/ /*----------------------- Timeline Style1 -------------------------*/ .rs-timeline { position: relative; padding: 2em 0; /* margin-top: 2em; margin-bottom: 2em; */ } .rs-timeline::before {content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 3px;background: #f5f5f5;} .rs-timeline .rs-timeline-block {position: relative;margin: 2em 0;} .rs-timeline .rs-timeline-block:after {content: "";display: table;clear: both;} .rs-timeline .rs-timeline-block:first-child {margin-top: 0;} .rs-timeline .rs-timeline-block:last-child {margin-bottom: 0;} .rs-timeline .rs-timeline-content {position: relative;margin-left: 60px;border: 3px solid #f5f5f5;border-radius: 0.25em;padding: 1em;} .rs-timeline .rs-timeline-content img, .rs-timeline .rs-timeline-content video, .rs-timeline .rs-timeline-content iframe {margin-bottom: 25px;width: 100%;} .rs-timeline .rs-timeline-content:after {content: "";display: table;clear: both;} .rs-timeline .rs-timeline-content h3, .rs-timeline .rs-timeline-content h3 a {font-size: 24px;margin-top: 0px;color: #303e49;} .rs-timeline .rs-timeline-content .rs-read-more, .rs-timeline .rs-timeline-content .rs-date {display: inline-block;} .rs-timeline .rs-timeline-content p {text-align: justify;margin: 1em 0;} .rs-timeline .rs-timeline-content .rs-read-more { float: right; padding: 3px 15px; border: 2px solid #444; color: #444; font-size: 14px; border-radius: 2px; -webkit-transition: all .3s ease; transition: all .3s ease; } .rs-timeline .rs-timeline-content .rs-read-more:hover {background: #444;color: #fff;} .rs-timeline .rs-timeline-content .rs-date {float: left;padding: .8em 0;font-weight: 600;} .rs-timeline .rs-timeline-content::before {content: '';position: absolute;top: 16px;right: 100%;height: 0;width: 0;border: 10px solid transparent;border-right: 10px solid #f5f5f5;} .rs-timeline blockquote { border-left: 5px solid rgba(0, 0, 0, 0.2); padding-left: 20px; } .rs-timeline blockquote small{ font-size: 14px; } /*----------------------- Timeline Style2 -------------------------*/ .rs-timeline-2 { white-space: nowrap; overflow-x: hidden; } .rs-timeline-2 ol { font-size: 0; width: 100vw; padding: 250px 0; transition: all 1s; } .rs-timeline-2 ol li { position: relative; display: inline-block; list-style-type: none; width: 160px; height: 3px; background: #f0f0f0; } .rs-timeline-2 ol li:last-child { width: 120px; } .rs-timeline-2 ol li:not(:last-child)::after { content: ''; position: absolute; top: 50%; left: 0px; bottom: 0; width: 12px; height: 12px; transform: translateY(-50%); border-radius: 50%; background: #F45B69; } .rs-timeline-2 ol li div { position: absolute; left: 0; width: 280px; padding: 15px; font-size: 1rem; white-space: normal; color: black; background: #f0f0f0; } .rs-timeline-2 ol li div::before { content: ''; position: absolute; top: 100%; left: 0; width: 0; height: 0; border-style: solid; } .rs-timeline-2 ol li:nth-child(odd) div { top: -16px; transform: translateY(-100%); } .rs-timeline-2 ol li:nth-child(odd) div::before { top: 100%; border-width: 8px 8px 0 0; border-color: #f0f0f0 transparent transparent transparent; } .rs-timeline-2 ol li:nth-child(even) div { top: calc(100% + 16px); } .rs-timeline-2 ol li:nth-child(even) div::before { top: -8px; border-width: 8px 0 0 8px; border-color: transparent transparent transparent #f0f0f0; } .rs-timeline-2 time { display: block; font-size: 1.2rem; font-weight: bold; margin-bottom: 8px; } /*----------------------- Responsive Media -------------------------*/ @media only screen and (min-width: 1170px) { /* .rs-timeline { margin-top: 3em; margin-bottom: 3em; } */ .rs-timeline::before {left: 50%;margin-left: -2px;} } @media only screen and (min-width: 1170px) { .rs-timeline .rs-timeline-block {margin: 4em 0;} .rs-timeline .rs-timeline-block:first-child {margin-top: 0;} .rs-timeline .rs-timeline-block:last-child {margin-bottom: 0;} } .rs-timeline .rs-timeline-icon {position: absolute;top: 0;left: 0;width: 45px;height: 45px;border-radius: 50%;background: #fff;border: 3px solid rgba(0, 0, 0, 0.05);} .rs-timeline .rs-timeline-icon i {position: absolute;left: 50%;top: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);font-size: 18px;} @media only screen and (min-width: 1170px) { .rs-timeline .rs-timeline-icon {width: 70px;height: 70px;left: 50%;margin-left: -35px; -webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;} .rs-timeline .rs-timeline-icon i {font-size: 24px;} } @media only screen and (min-width: 1170px) { .rs-timeline .rs-timeline-content {margin-left: 0;padding: 1.6em;width: 45%;} .rs-timeline .rs-timeline-content::before {top: 24px;left: 100%;border-color: transparent;border-left-color: #f5f5f5;} .rs-timeline .rs-timeline-content .rs-read-more {float: left;} .rs-timeline .rs-timeline-content .rs-date {position: absolute;width: 100%;left: 122%;top: 6px;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content {float: right;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content::before {top: 24px;left: auto;right: 100%;border-color: transparent;border-right-color: #f5f5f5;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-read-more {float: right;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-date {left: auto;right: 122%;text-align: right;} }
public/css/timeline.css
@charset "utf-8"; /** * * ----------------------------------------------------------------------------- * * Template : Edulearn | Responsive Education HTML5 Template< * Author : rs-theme * Author URI : http://www.rstheme.com/ * * ----------------------------------------------------------------------------- * **/ /*----------------------- Timeline Style1 -------------------------*/ .rs-timeline { position: relative; padding: 2em 0; /* margin-top: 2em; margin-bottom: 2em; */ } .rs-timeline::before {content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 3px;background: #f5f5f5;} .rs-timeline .rs-timeline-block {position: relative;margin: 2em 0;} .rs-timeline .rs-timeline-block:after {content: "";display: table;clear: both;} .rs-timeline .rs-timeline-block:first-child {margin-top: 0;} .rs-timeline .rs-timeline-block:last-child {margin-bottom: 0;} .rs-timeline .rs-timeline-content {position: relative;margin-left: 60px;border: 3px solid #f5f5f5;border-radius: 0.25em;padding: 1em;} .rs-timeline .rs-timeline-content img, .rs-timeline .rs-timeline-content video, .rs-timeline .rs-timeline-content iframe {margin-bottom: 25px;width: 100%;} .rs-timeline .rs-timeline-content:after {content: "";display: table;clear: both;} .rs-timeline .rs-timeline-content h3, .rs-timeline .rs-timeline-content h3 a {font-size: 24px;margin-top: 0px;color: #303e49;} .rs-timeline .rs-timeline-content .rs-read-more, .rs-timeline .rs-timeline-content .rs-date {display: inline-block;} .rs-timeline .rs-timeline-content p {text-align: justify;margin: 1em 0;} .rs-timeline .rs-timeline-content .rs-read-more { float: right; padding: 3px 15px; border: 2px solid #444; color: #444; font-size: 14px; border-radius: 2px; -webkit-transition: all .3s ease; transition: all .3s ease; } .rs-timeline .rs-timeline-content .rs-read-more:hover {background: #444;color: #fff;} .rs-timeline .rs-timeline-content .rs-date {float: left;padding: .8em 0;font-weight: 600;} .rs-timeline .rs-timeline-content::before {content: '';position: absolute;top: 16px;right: 100%;height: 0;width: 0;border: 10px solid transparent;border-right: 10px solid #f5f5f5;} .rs-timeline blockquote { border-left: 5px solid rgba(0, 0, 0, 0.2); padding-left: 20px; } .rs-timeline blockquote small{ font-size: 14px; } /*----------------------- Timeline Style2 -------------------------*/ .rs-timeline-2 { white-space: nowrap; overflow-x: hidden; } .rs-timeline-2 ol { font-size: 0; width: 100vw; padding: 250px 0; transition: all 1s; } .rs-timeline-2 ol li { position: relative; display: inline-block; list-style-type: none; width: 160px; height: 3px; background: #f0f0f0; } .rs-timeline-2 ol li:last-child { width: 120px; } .rs-timeline-2 ol li:not(:last-child)::after { content: ''; position: absolute; top: 50%; left: 0px; bottom: 0; width: 12px; height: 12px; transform: translateY(-50%); border-radius: 50%; background: #F45B69; } .rs-timeline-2 ol li div { position: absolute; left: 0; width: 280px; padding: 15px; font-size: 1rem; white-space: normal; color: black; background: #f0f0f0; } .rs-timeline-2 ol li div::before { content: ''; position: absolute; top: 100%; left: 0; width: 0; height: 0; border-style: solid; } .rs-timeline-2 ol li:nth-child(odd) div { top: -16px; transform: translateY(-100%); } .rs-timeline-2 ol li:nth-child(odd) div::before { top: 100%; border-width: 8px 8px 0 0; border-color: #f0f0f0 transparent transparent transparent; } .rs-timeline-2 ol li:nth-child(even) div { top: calc(100% + 16px); } .rs-timeline-2 ol li:nth-child(even) div::before { top: -8px; border-width: 8px 0 0 8px; border-color: transparent transparent transparent #f0f0f0; } .rs-timeline-2 time { display: block; font-size: 1.2rem; font-weight: bold; margin-bottom: 8px; } /*----------------------- Responsive Media -------------------------*/ @media only screen and (min-width: 1170px) { /* .rs-timeline { margin-top: 3em; margin-bottom: 3em; } */ .rs-timeline::before {left: 50%;margin-left: -2px;} } @media only screen and (min-width: 1170px) { .rs-timeline .rs-timeline-block {margin: 4em 0;} .rs-timeline .rs-timeline-block:first-child {margin-top: 0;} .rs-timeline .rs-timeline-block:last-child {margin-bottom: 0;} } .rs-timeline .rs-timeline-icon {position: absolute;top: 0;left: 0;width: 45px;height: 45px;border-radius: 50%;background: #fff;border: 3px solid rgba(0, 0, 0, 0.05);} .rs-timeline .rs-timeline-icon i {position: absolute;left: 50%;top: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);font-size: 18px;} @media only screen and (min-width: 1170px) { .rs-timeline .rs-timeline-icon {width: 70px;height: 70px;left: 50%;margin-left: -35px; -webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;} .rs-timeline .rs-timeline-icon i {font-size: 24px;} } @media only screen and (min-width: 1170px) { .rs-timeline .rs-timeline-content {margin-left: 0;padding: 1.6em;width: 45%;} .rs-timeline .rs-timeline-content::before {top: 24px;left: 100%;border-color: transparent;border-left-color: #f5f5f5;} .rs-timeline .rs-timeline-content .rs-read-more {float: left;} .rs-timeline .rs-timeline-content .rs-date {position: absolute;width: 100%;left: 122%;top: 6px;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content {float: right;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content::before {top: 24px;left: auto;right: 100%;border-color: transparent;border-right-color: #f5f5f5;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-read-more {float: right;} .rs-timeline .rs-timeline-block:nth-child(even) .rs-timeline-content .rs-date {left: auto;right: 122%;text-align: right;} }
0.342242
0.089335
nav.navbar { display: flex; flex-wrap: wrap; justify-content: flex-end; align-self: center; letter-spacing: 0.05rem; background: #234465; padding: 0.8rem 1rem; color: white; } #site-header > nav > section.navbar-dashboard > a{ list-style: none; text-decoration: none; align-self: center; font-weight: bold; font-size: 1.5rem; color: white; } #site-header > nav > section.navbar-dashboard > form > input[type="text"], #site-header > nav > section.navbar-anonymous > ul > li:nth-child(1) > a, #site-header > nav > section.navbar-user > ul > li:nth-child(1), #site-header > nav > section.navbar-dashboard > ul > li:nth-child(1) > a{ margin-right: 0.5rem; } nav.navbar ul { background: transparent; padding: 0.5rem; border-radius: 0.3rem; margin: 0; } nav.navbar ul li { display: block; list-style: none outside; position: relative; } nav.navbar ul li a { display: block; padding: 0.4rem 0.8rem; border-radius: 0.4rem; text-decoration: none; font-weight: bold; background: cadetblue; color: rgb(255, 255, 255); } .button:hover, nav.navbar ul li a:hover, nav.navbar ul li:hover > a { background: lightsalmon; color: rgb(0, 0, 0); font-weight: bold; } .dashboard nav{ background: transparent; } .navbar-dashboard{ display: flex; justify-content: space-between; width: 100vw; } .navbar .first-bar{ display: flex; align-items: center; } .navbar .first-bar a{ color: white; margin-right: 0.5rem; } .navbar .first-bar input{ margin-right: 0.5rem; } #site-header > nav > section > div.first-bar > a:nth-child(1){ font-weight: bold; font-size: 1.5rem; } .navbar .first-bar form{ display: flex; align-items: center; } .navbar .second-bar ul{ display: flex; align-items: center; } .navbar .second-bar ul li{ margin-right: 0.5rem; } .navbar-anonymous ul{ display: flex; }
JavaScirpt Advanced/Exam Preparation - Online-Books-Library/styles/navigation.css
nav.navbar { display: flex; flex-wrap: wrap; justify-content: flex-end; align-self: center; letter-spacing: 0.05rem; background: #234465; padding: 0.8rem 1rem; color: white; } #site-header > nav > section.navbar-dashboard > a{ list-style: none; text-decoration: none; align-self: center; font-weight: bold; font-size: 1.5rem; color: white; } #site-header > nav > section.navbar-dashboard > form > input[type="text"], #site-header > nav > section.navbar-anonymous > ul > li:nth-child(1) > a, #site-header > nav > section.navbar-user > ul > li:nth-child(1), #site-header > nav > section.navbar-dashboard > ul > li:nth-child(1) > a{ margin-right: 0.5rem; } nav.navbar ul { background: transparent; padding: 0.5rem; border-radius: 0.3rem; margin: 0; } nav.navbar ul li { display: block; list-style: none outside; position: relative; } nav.navbar ul li a { display: block; padding: 0.4rem 0.8rem; border-radius: 0.4rem; text-decoration: none; font-weight: bold; background: cadetblue; color: rgb(255, 255, 255); } .button:hover, nav.navbar ul li a:hover, nav.navbar ul li:hover > a { background: lightsalmon; color: rgb(0, 0, 0); font-weight: bold; } .dashboard nav{ background: transparent; } .navbar-dashboard{ display: flex; justify-content: space-between; width: 100vw; } .navbar .first-bar{ display: flex; align-items: center; } .navbar .first-bar a{ color: white; margin-right: 0.5rem; } .navbar .first-bar input{ margin-right: 0.5rem; } #site-header > nav > section > div.first-bar > a:nth-child(1){ font-weight: bold; font-size: 1.5rem; } .navbar .first-bar form{ display: flex; align-items: center; } .navbar .second-bar ul{ display: flex; align-items: center; } .navbar .second-bar ul li{ margin-right: 0.5rem; } .navbar-anonymous ul{ display: flex; }
0.235636
0.042444
* { margin: 0; padding: 0; box-sizing: border-box; user-select: none; box-sizing: border-box; font-family: sans-serif; } .utama { box-sizing: border-box; display: flex; flex-wrap: wrap; } .sidebar-kiri { flex: 25%; height: 100vh; left: 0; background-color: #1b1b1b; } .sidebar-kiri .text { color: #fff; font-size: 25px; font-weight: 600; line-height: 65px; text-align: center; background: #2a2a2a /*1b1b1b*/; letter-spacing: 1px; color: #1abc9c; } div img { width: 80px; } div ul { background: #1b1b1b; height: 100%; width: 100%; list-style: none; } div ul li { line-height: 60px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } div ul li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.05); } div ul li p { position: relative; color: #fff; font-size: 18px; padding-left: 40px; font-weight: 500; width: 100%; background-color: #1abc9c; } div ul li a { position: relative; color: #fff; text-decoration: none; font-size: 18px; padding-left: 40px; font-weight: 500; display: block; width: 100%; border-left: 3px solid transparent; } div ul li a:hover { color: #1abc9c; /*cyan*/ background: #1e1e1e; border-left-color: #1abc9c; /*cyan*/ } div ul ul { position: static; /*display: none;*/ } div ul ul li { line-height: 42px; border-bottom: none; } div ul ul li a { font-size: 17px; color: #e6e6e6; padding-left: 80px; } .sidebar-kanan { flex: 75%; background-color: #fff; height: 100vh; } .sidebar-kanan .atas { padding: 21px; width: 100%; background-color: #2a2a2a; border-top: 3px solid #1abc9c; border-bottom: 3px solid #1abc9c; box-sizing: border-box; } .sidebar-kanan .atas p { color: #1abc9c; font-weight: 400; } .sidebar-kanan .tengah { margin: 0px 50px 0px 50px; } .sidebar-kanan .tengah .submit-btn { margin-top: 10px; cursor: pointer; width: 10%; height: 30px; border-radius: 3px; font-size: 15px; color: #fff; background-color: #1abc9c; border: none; font-weight: 500; } .submit-btn:hover { opacity: 0.8; } .sidebar-kanan .tengah .submit-btn1 { cursor: pointer; width: auto; padding: 5px; height: 30px; border-radius: 3px; font-size: 15px; color: #fff; background-color: red; border: none; font-weight: 500; } .sidebar-kanan .tengah a { text-decoration: none; color: #fff; } .sidebar-kanan .tengah .submit-btn1:hover { opacity: 0.7; } th, td { border: 1px solid rgba(46, 91, 255, 0.15); background-color: rgba(224, 231, 255, 0.2); padding: 15px; } table { width: 90%; color: black; border-collapse: collapse; margin: 50px auto 50px auto; } /*Responsif Query*/ @media (max-width: 786px) { .utama { flex-direction: column; } }
css/tampil_isi_kehilangan.css
* { margin: 0; padding: 0; box-sizing: border-box; user-select: none; box-sizing: border-box; font-family: sans-serif; } .utama { box-sizing: border-box; display: flex; flex-wrap: wrap; } .sidebar-kiri { flex: 25%; height: 100vh; left: 0; background-color: #1b1b1b; } .sidebar-kiri .text { color: #fff; font-size: 25px; font-weight: 600; line-height: 65px; text-align: center; background: #2a2a2a /*1b1b1b*/; letter-spacing: 1px; color: #1abc9c; } div img { width: 80px; } div ul { background: #1b1b1b; height: 100%; width: 100%; list-style: none; } div ul li { line-height: 60px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } div ul li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.05); } div ul li p { position: relative; color: #fff; font-size: 18px; padding-left: 40px; font-weight: 500; width: 100%; background-color: #1abc9c; } div ul li a { position: relative; color: #fff; text-decoration: none; font-size: 18px; padding-left: 40px; font-weight: 500; display: block; width: 100%; border-left: 3px solid transparent; } div ul li a:hover { color: #1abc9c; /*cyan*/ background: #1e1e1e; border-left-color: #1abc9c; /*cyan*/ } div ul ul { position: static; /*display: none;*/ } div ul ul li { line-height: 42px; border-bottom: none; } div ul ul li a { font-size: 17px; color: #e6e6e6; padding-left: 80px; } .sidebar-kanan { flex: 75%; background-color: #fff; height: 100vh; } .sidebar-kanan .atas { padding: 21px; width: 100%; background-color: #2a2a2a; border-top: 3px solid #1abc9c; border-bottom: 3px solid #1abc9c; box-sizing: border-box; } .sidebar-kanan .atas p { color: #1abc9c; font-weight: 400; } .sidebar-kanan .tengah { margin: 0px 50px 0px 50px; } .sidebar-kanan .tengah .submit-btn { margin-top: 10px; cursor: pointer; width: 10%; height: 30px; border-radius: 3px; font-size: 15px; color: #fff; background-color: #1abc9c; border: none; font-weight: 500; } .submit-btn:hover { opacity: 0.8; } .sidebar-kanan .tengah .submit-btn1 { cursor: pointer; width: auto; padding: 5px; height: 30px; border-radius: 3px; font-size: 15px; color: #fff; background-color: red; border: none; font-weight: 500; } .sidebar-kanan .tengah a { text-decoration: none; color: #fff; } .sidebar-kanan .tengah .submit-btn1:hover { opacity: 0.7; } th, td { border: 1px solid rgba(46, 91, 255, 0.15); background-color: rgba(224, 231, 255, 0.2); padding: 15px; } table { width: 90%; color: black; border-collapse: collapse; margin: 50px auto 50px auto; } /*Responsif Query*/ @media (max-width: 786px) { .utama { flex-direction: column; } }
0.36625
0.080177
.with-100 { width: 100% } /* margin padding */ .margin-top-15 { margin-top: 15px } .margin-top-60 { margin-top: 60px } .margin-top-bot-10 { margin: 10px 0px; } .margin-5 { margin: 5px; } /* margin padding */ .title { color: #000000; font-weight: 600; } .title a { color: #000000; font-weight: 600; text-decoration: none; } .title a:hover { color: #fff; } .section-service { background-color: #4DD0E1; padding: 40px 0; } .section-service .wt-icon-box-wraper { text-align: right; position: relative; color: #000; padding: 10px; } .section-service .wt-icon-box-wraper .icon-md { float: right; margin-left: 10px; width: 60px; display: inline-block; text-align: center; padding-top: 8px; } .section-service .wt-icon-box-wraper .icon-md i { font-size: 45px; } .section-service .wt-icon-box-wraper .icon-content { overflow: hidden; } .section-service .wt-icon-box-wraper .icon-content .text-black { color: #000; } .section-service .wt-icon-box-wraper .icon-content .text-black .counter { font-size: 30px; line-height: 35px; font-weight: 600; } .font-post { color: #000; font-size: .9em; margin: 1em 0; line-height: 1.8em; } .head-link{ padding: 8px 15px; } .background-headlink{ background-color: #cecece; } .widget_title > h3 { color: #000; display: inline-block; font-size: 24px; font-weight: 700; padding-bottom: 17px; position: relative; } .widget_title > h3::before { background: rgba(0, 0, 0, 0) linear-gradient(to right, #000000 0%, #ffffff 100%) repeat scroll 0 0; bottom: 0; content: ""; height: 2px; position: absolute; width: 100px; } .widget_categories ul { padding-left: 0px; } .widget_categories ul li { list-style: none; } .widget_categories ul li a:hover { color: #4DD0E1; text-decoration: none; } .widget_categories ul li a { border-bottom: 1px solid #f5f5f5; color: #151320; display: block; font-size: 1em; font-weight: 600; font-weight: 500; padding: 10px 5px; font-family: inherit; } /*menu*/ .menu-child{ display: none; width: 300px; } .menu-child>ul>li { color: #ffffff !important; font-size: 1em; margin: 0; text-decoration: none; padding: 1em; font-weight: 600; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px; border: solid 1px rgba(255, 255, 255, 0.54); list-style: none; } .menu-child>ul>li>a { color: #ffffff !important; } .menu-has-child:hover .menu-child { display: block; } .menu-child ul li:hover { background: #ffffff !important; } .menu-child ul li:hover a { color: #000 !important; text-decoration: none; } .menu-in-box { display: inline-block; } .menu-in-box>li { list-style: none; float: left; display: inline-block; padding: 10px 10px; background-color: #eee; margin: 0px 10px; border-radius: 5px; } .menu-in-box a { text-decoration: none; color: #000; } .menu-in-box>li:hover { background-color: #4DD0E1; } /*menu*/ .tex-center { text-align: center; } .tex-box{ color: #999999; font-size: .9em; line-height: 1.8em; text-align: center; } .box-about { padding: 17px; background-color: #e7eff2; box-shadow: 3px 3px 18px 0px; }
public/frontend/web/css/my-style.css
.with-100 { width: 100% } /* margin padding */ .margin-top-15 { margin-top: 15px } .margin-top-60 { margin-top: 60px } .margin-top-bot-10 { margin: 10px 0px; } .margin-5 { margin: 5px; } /* margin padding */ .title { color: #000000; font-weight: 600; } .title a { color: #000000; font-weight: 600; text-decoration: none; } .title a:hover { color: #fff; } .section-service { background-color: #4DD0E1; padding: 40px 0; } .section-service .wt-icon-box-wraper { text-align: right; position: relative; color: #000; padding: 10px; } .section-service .wt-icon-box-wraper .icon-md { float: right; margin-left: 10px; width: 60px; display: inline-block; text-align: center; padding-top: 8px; } .section-service .wt-icon-box-wraper .icon-md i { font-size: 45px; } .section-service .wt-icon-box-wraper .icon-content { overflow: hidden; } .section-service .wt-icon-box-wraper .icon-content .text-black { color: #000; } .section-service .wt-icon-box-wraper .icon-content .text-black .counter { font-size: 30px; line-height: 35px; font-weight: 600; } .font-post { color: #000; font-size: .9em; margin: 1em 0; line-height: 1.8em; } .head-link{ padding: 8px 15px; } .background-headlink{ background-color: #cecece; } .widget_title > h3 { color: #000; display: inline-block; font-size: 24px; font-weight: 700; padding-bottom: 17px; position: relative; } .widget_title > h3::before { background: rgba(0, 0, 0, 0) linear-gradient(to right, #000000 0%, #ffffff 100%) repeat scroll 0 0; bottom: 0; content: ""; height: 2px; position: absolute; width: 100px; } .widget_categories ul { padding-left: 0px; } .widget_categories ul li { list-style: none; } .widget_categories ul li a:hover { color: #4DD0E1; text-decoration: none; } .widget_categories ul li a { border-bottom: 1px solid #f5f5f5; color: #151320; display: block; font-size: 1em; font-weight: 600; font-weight: 500; padding: 10px 5px; font-family: inherit; } /*menu*/ .menu-child{ display: none; width: 300px; } .menu-child>ul>li { color: #ffffff !important; font-size: 1em; margin: 0; text-decoration: none; padding: 1em; font-weight: 600; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px; border: solid 1px rgba(255, 255, 255, 0.54); list-style: none; } .menu-child>ul>li>a { color: #ffffff !important; } .menu-has-child:hover .menu-child { display: block; } .menu-child ul li:hover { background: #ffffff !important; } .menu-child ul li:hover a { color: #000 !important; text-decoration: none; } .menu-in-box { display: inline-block; } .menu-in-box>li { list-style: none; float: left; display: inline-block; padding: 10px 10px; background-color: #eee; margin: 0px 10px; border-radius: 5px; } .menu-in-box a { text-decoration: none; color: #000; } .menu-in-box>li:hover { background-color: #4DD0E1; } /*menu*/ .tex-center { text-align: center; } .tex-box{ color: #999999; font-size: .9em; line-height: 1.8em; text-align: center; } .box-about { padding: 17px; background-color: #e7eff2; box-shadow: 3px 3px 18px 0px; }
0.35488
0.090856
@font-face { font-family: 'Hack'; src: url('fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Hack'; src: url('fonts/hack-bold.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bold.woff?sha=3114f1256') format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Hack'; src: url('fonts/hack-italic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-italic.woff?sha=3114f1256') format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Hack'; src: url('fonts/hack-bolditalic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bolditalic.woff?sha=3114f1256') format('woff'); font-weight: 700; font-style: italic; } /* End of https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css */ body { font-family: 'Hack', monospace; color: #0a0; background-color:#000; font-size: 16px; } a { color: #0a0; } pre { padding: 8px; color: #0c0; background: #010; border-radius: 0; overflow-x: auto; } a:hover { color: #0f0; text-decoration: underline; } table { width: 100%; max-width: 100%; } table td { border-top: 1px solid #111; padding: 8px; } .horizontal { margin-bottom: 16px; list-style: none; background: #010; border-radius: 4px; padding: 8px 16px; } .horizontal li { display: inline-block; margin: 0 8px 0 0; } .horizontal img { opacity: 0; display: inline-block; margin: 0 8px -2px 0; } h1, summary.title { font-size: 24px; } h3 { font-size: 20px; } #main_div { padding: 20px 0; max-width: 800px; margin: 0 auto; } pre::-webkit-scrollbar { visibility: visible; display: block; height: 12px; } pre::-webkit-scrollbar-track:horizontal { background: #222; border-radius: 0; height: 12px; } pre::-webkit-scrollbar-thumb:horizontal { background: #444; border-radius: 0; height: 12px; } :target { border: 2px solid #0f0; background: #010; padding: 4px; } /* 'sh' stands for Syntax Highlight */ span.sh1 { color: #0f0; } span.tooltip { border-bottom: 1px dashed #ddd; } #searchBox { width: 100%; border: none; height: 20px; padding: 8px; font-size: 16px; border-radius: 2px; border: 2px solid #222; background: #000; color: #0e0; font-family: 'Hack', monospace; } #searchBox:placeholder-shown { color: #0b0; font-style: italic; } button { font-size: 16px; padding: 8px; color: #0f0; background-color: #071007; border: 2px solid #131; transition-duration: 300ms; font-family: 'Hack', monospace; } button:hover { background-color: #131; } /* https://www.w3schools.com/css/css_navbar.asp */ ul.together { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } ul.together li { float: left; } ul.together li a { display: block; border-radius: 8px; background: #121; padding: 4px 8px; margin: 8px; } /* https://stackoverflow.com/a/30810322 */ .invisible { left: 0; top: -99px; padding: 0; width: 2em; height: 2em; border: none; outline: none; position: fixed; box-shadow: none; color: transparent; background: transparent; } @media (max-width: 640px) { h1, summary.title { font-size: 18px; } h3 { font-size: 16px; } #dev_page_content_wrap { padding-top: 12px; } #dev_page_title { margin-top: 10px; margin-bottom: 20px; } }
telethon_generator/data/html/css/docs.h4x0r.css
@font-face { font-family: 'Hack'; src: url('fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Hack'; src: url('fonts/hack-bold.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bold.woff?sha=3114f1256') format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Hack'; src: url('fonts/hack-italic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-italic.woff?sha=3114f1256') format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Hack'; src: url('fonts/hack-bolditalic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bolditalic.woff?sha=3114f1256') format('woff'); font-weight: 700; font-style: italic; } /* End of https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css */ body { font-family: 'Hack', monospace; color: #0a0; background-color:#000; font-size: 16px; } a { color: #0a0; } pre { padding: 8px; color: #0c0; background: #010; border-radius: 0; overflow-x: auto; } a:hover { color: #0f0; text-decoration: underline; } table { width: 100%; max-width: 100%; } table td { border-top: 1px solid #111; padding: 8px; } .horizontal { margin-bottom: 16px; list-style: none; background: #010; border-radius: 4px; padding: 8px 16px; } .horizontal li { display: inline-block; margin: 0 8px 0 0; } .horizontal img { opacity: 0; display: inline-block; margin: 0 8px -2px 0; } h1, summary.title { font-size: 24px; } h3 { font-size: 20px; } #main_div { padding: 20px 0; max-width: 800px; margin: 0 auto; } pre::-webkit-scrollbar { visibility: visible; display: block; height: 12px; } pre::-webkit-scrollbar-track:horizontal { background: #222; border-radius: 0; height: 12px; } pre::-webkit-scrollbar-thumb:horizontal { background: #444; border-radius: 0; height: 12px; } :target { border: 2px solid #0f0; background: #010; padding: 4px; } /* 'sh' stands for Syntax Highlight */ span.sh1 { color: #0f0; } span.tooltip { border-bottom: 1px dashed #ddd; } #searchBox { width: 100%; border: none; height: 20px; padding: 8px; font-size: 16px; border-radius: 2px; border: 2px solid #222; background: #000; color: #0e0; font-family: 'Hack', monospace; } #searchBox:placeholder-shown { color: #0b0; font-style: italic; } button { font-size: 16px; padding: 8px; color: #0f0; background-color: #071007; border: 2px solid #131; transition-duration: 300ms; font-family: 'Hack', monospace; } button:hover { background-color: #131; } /* https://www.w3schools.com/css/css_navbar.asp */ ul.together { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } ul.together li { float: left; } ul.together li a { display: block; border-radius: 8px; background: #121; padding: 4px 8px; margin: 8px; } /* https://stackoverflow.com/a/30810322 */ .invisible { left: 0; top: -99px; padding: 0; width: 2em; height: 2em; border: none; outline: none; position: fixed; box-shadow: none; color: transparent; background: transparent; } @media (max-width: 640px) { h1, summary.title { font-size: 18px; } h3 { font-size: 16px; } #dev_page_content_wrap { padding-top: 12px; } #dev_page_title { margin-top: 10px; margin-bottom: 20px; } }
0.451327
0.075961
html { font-family: sans-serif; /* 1 */ -webkit-text-size-adjust: 100%; /* 3 */ -ms-text-size-adjust: 100%; /* 3 */ } /* Sections ========================================================================== */ /** Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: .67em 0; } /* Grouping content ========================================================================== */ /** Add the correct display in IE 9-. 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** Add the correct margin in IE 8 (removed). */ /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** 1. Correct the inheritance and scaling of font size in all browsers. (removed) 2. Correct the odd `em` font sizing in all browsers. */ /* Text-level semantics ========================================================================== */ /** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** Modify default styling of address. */ address { font-style: normal; } /** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed) */ /** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, pre, samp { font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */ font-size: 1em; /* 2 */ } /** Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** Add the correct background and color in IE 9-. (Removed) */ /** Add the correct font size in all browsers. */ small { font-size: 80%; font-weight: 400; /* (added) */ } /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -.25em; } sup { top: -.5em; } /* Embedded content ========================================================================== */ /** Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 (changed) */ font-size: inherit; /* 1 (changed) */ line-height: inherit; /* 1 (changed) */ margin: 0; /* 2 */ } /** Show the overflow in IE. 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule (removed). */ /** Change the border, margin, and padding in all browsers (opinionated) (changed). */ fieldset { border: 0; margin: 0; padding: 0; } /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* Add the correct display in all browsers. */ summary { display: list-item; outline: none; } /* Scripting ========================================================================== */ /** Add the correct display in IE 9-. */ canvas { display: inline-block; } /** Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** Add the correct display in IE 10-. */ [hidden] { display: none; } *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: 20px; line-height: 1.5; -webkit-tap-highlight-color: transparent; } body { background: #fff; color: #50596c; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: .8rem; overflow-x: hidden; text-rendering: optimizeLegibility; } a { color: #1d549f; outline: none; text-decoration: none; } a:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } a:focus, a:hover, a:active, a.active { color: #153d74; text-decoration: underline; } a:visited { color: #256bca; } h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: 500; line-height: 1.2; margin-bottom: .5em; margin-top: 0; } .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; } h1, .h1 { font-size: 2rem; } h2, .h2 { font-size: 1.6rem; } h3, .h3 { font-size: 1.4rem; } h4, .h4 { font-size: 1.2rem; } h5, .h5 { font-size: 1rem; } h6, .h6 { font-size: .8rem; } p { margin: 0 0 1.2rem; } a, ins, u { -webkit-text-decoration-skip: ink edges; text-decoration-skip: ink edges; } abbr[title] { border-bottom: .05rem dotted; cursor: help; text-decoration: none; } kbd { background: #454d5d; border-radius: .1rem; color: #fff; font-size: .7rem; line-height: 1.2; padding: .1rem .2rem; } mark { background: #ffe9b3; border-radius: .1rem; color: #50596c; padding: .05rem; } blockquote { border-left: .1rem solid #e7e9ed; margin-left: 0; padding: .4rem .8rem; } blockquote p:last-child { margin-bottom: 0; } ul, ol { margin: .8rem 0 .8rem .8rem; padding: 0; } ul ul, ul ol, ol ul, ol ol { margin: .8rem 0 .8rem .8rem; } ul li, ol li { margin-top: .4rem; } ul { list-style: disc inside; } ul ul { list-style-type: circle; } ol { list-style: decimal inside; } ol ol { list-style-type: lower-alpha; } dl dt { font-weight: bold; } dl dd { margin: .4rem 0 .8rem 0; } :lang(zh), :lang(zh-Hans) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif; } :lang(zh-Hant) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif; } :lang(ja) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif; } :lang(ko) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif; } :lang(zh) ins, :lang(zh) u, :lang(ja) ins, :lang(ja) u, .cjk ins, .cjk u { border-bottom: .05rem solid; text-decoration: none; } :lang(zh) del + del, :lang(zh) del + s, :lang(zh) ins + ins, :lang(zh) ins + u, :lang(zh) s + del, :lang(zh) s + s, :lang(zh) u + ins, :lang(zh) u + u, :lang(ja) del + del, :lang(ja) del + s, :lang(ja) ins + ins, :lang(ja) ins + u, :lang(ja) s + del, :lang(ja) s + s, :lang(ja) u + ins, :lang(ja) u + u, .cjk del + del, .cjk del + s, .cjk ins + ins, .cjk ins + u, .cjk s + del, .cjk s + s, .cjk u + ins, .cjk u + u { margin-left: .125em; } .table { border-collapse: collapse; border-spacing: 0; text-align: right; width: 100%; } .table.table-striped tbody tr:nth-of-type(odd) { background: #f8f9fa; } .table tbody tr.active, .table.table-striped tbody tr.active { background: #f0f1f4; } .table.table-hover tbody tr:hover { background: #f0f1f4; } .table.table-scroll { display: block; overflow-x: auto; padding-bottom: .75rem; white-space: nowrap; } .table td, .table th { border-bottom: .05rem solid #e7e9ed; padding: .6rem .4rem; } .table th { border-bottom-width: .1rem; } .btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; border: .05rem solid #1d549f; border-radius: .1rem; color: #1d549f; cursor: pointer; display: inline-block; font-size: .8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: .25rem .4rem; text-align: center; text-decoration: none; transition: all .2s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap; } .btn:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .btn:focus, .btn:hover { background: #5987c6; border-color: #1b4d92; text-decoration: none; } .btn:active, .btn.active { background: #1b4d92; border-color: #17427c; color: #fff; text-decoration: none; } .btn:active.loading::after, .btn.active.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn[disabled], .btn:disabled, .btn.disabled { cursor: default; opacity: .5; pointer-events: none; } .btn.btn-primary { background: #1d549f; border-color: #1b4d92; color: #fff; } .btn.btn-primary:focus, .btn.btn-primary:hover { background: #194989; border-color: #17427c; color: #fff; } .btn.btn-primary:active, .btn.btn-primary.active { background: #174481; border-color: #153d74; color: #fff; } .btn.btn-primary.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn.btn-success { background: #32b643; border-color: #2faa3f; color: #fff; } .btn.btn-success:focus { box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2); } .btn.btn-success:focus, .btn.btn-success:hover { background: #30ae40; border-color: #2da23c; color: #fff; } .btn.btn-success:active, .btn.btn-success.active { background: #2a9a39; border-color: #278e34; color: #fff; } .btn.btn-success.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn.btn-error { background: #ef4135; border-color: #ee3427; color: #fff; } .btn.btn-error:focus { box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .btn.btn-error:focus, .btn.btn-error:hover { background: #ee382c; border-color: #ed2b1d; color: #fff; } .btn.btn-error:active, .btn.btn-error.active { background: #ec2214; border-color: #df1f12; color: #fff; } .btn.btn-error.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn.btn-link { background: transparent; border-color: transparent; color: #1d549f; } .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active { color: #153d74; } .btn.btn-sm { font-size: .7rem; height: 1.4rem; padding: .05rem .3rem; } .btn.btn-lg { font-size: .9rem; height: 2rem; padding: .35rem .6rem; } .btn.btn-block { display: block; width: 100%; } .btn.btn-action { padding-left: 0; padding-right: 0; width: 1.8rem; } .btn.btn-action.btn-sm { width: 1.4rem; } .btn.btn-action.btn-lg { width: 2rem; } .btn.btn-clear { background: transparent; border: 0; color: currentColor; height: .8rem; line-height: .8rem; margin-left: .2rem; margin-right: -2px; opacity: 1; padding: 0; text-decoration: none; width: .8rem; } .btn.btn-clear:hover { opacity: .95; } .btn.btn-clear::before { content: "\2715"; } .btn-group { display: inline-flex; display: -ms-inline-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; } .btn-group .btn { -ms-flex: 1 0 auto; flex: 1 0 auto; } .btn-group .btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group .btn:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -.05rem; } .btn-group .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -.05rem; } .btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active { z-index: 1; } .btn-group.btn-group-block { display: flex; display: -ms-flexbox; } .btn-group.btn-group-block .btn { -ms-flex: 1 0 0; flex: 1 0 0; } .form-group:not(:last-child) { margin-bottom: .4rem; } fieldset { margin-bottom: .8rem; } legend { font-size: .9rem; font-weight: 500; margin-bottom: .8rem; } .form-label { display: block; line-height: 1.2rem; padding: .3rem 0; } .form-label.label-sm { font-size: .7rem; padding: .1rem 0; } .form-label.label-lg { font-size: .9rem; padding: .4rem 0; } .form-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; background-image: none; border: .05rem solid #caced7; border-radius: .1rem; color: #50596c; display: block; font-size: .8rem; height: 1.8rem; line-height: 1.2rem; max-width: 100%; outline: none; padding: .25rem .4rem; position: relative; transition: all .2s ease; width: 100%; } .form-input:focus { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-input::-webkit-input-placeholder { color: #acb3c2; } .form-input:-ms-input-placeholder { color: #acb3c2; } .form-input::-ms-input-placeholder { color: #acb3c2; } .form-input::placeholder { color: #acb3c2; } .form-input.input-sm { font-size: .7rem; height: 1.4rem; padding: .05rem .3rem; } .form-input.input-lg { font-size: .9rem; height: 2rem; padding: .35rem .6rem; } .form-input.input-inline { display: inline-block; vertical-align: middle; width: auto; } .form-input[type="file"] { height: auto; } textarea.form-input { height: auto; } .form-input-hint { color: #acb3c2; font-size: .7rem; margin-top: .2rem; } .has-success .form-input-hint, .is-success + .form-input-hint { color: #32b643; } .has-error .form-input-hint, .is-error + .form-input-hint { color: #ef4135; } .form-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: .05rem solid #caced7; border-radius: .1rem; color: inherit; font-size: .8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: .25rem .4rem; vertical-align: middle; width: 100%; } .form-select[size], .form-select[multiple] { height: auto; } .form-select[size] option, .form-select[multiple] option { padding: .1rem .2rem; } .form-select:not([multiple]):not([size]) { background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem; padding-right: 1.2rem; } .form-select:focus { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-select::-ms-expand { display: none; } .form-select.select-sm { font-size: .7rem; height: 1.4rem; padding: .05rem 1.1rem .05rem .3rem; } .form-select.select-lg { font-size: .9rem; height: 2rem; padding: .35rem 1.4rem .35rem .6rem; } .has-icon-left, .has-icon-right { position: relative; } .has-icon-left .form-icon, .has-icon-right .form-icon { height: .8rem; margin: 0 .25rem; position: absolute; top: 50%; transform: translateY(-50%); width: .8rem; z-index: 2; } .has-icon-left .form-icon { left: .05rem; } .has-icon-left .form-input { padding-left: 1.3rem; } .has-icon-right .form-icon { right: .05rem; } .has-icon-right .form-input { padding-right: 1.3rem; } .form-checkbox, .form-radio, .form-switch { display: block; line-height: 1.2rem; margin: .2rem 0; min-height: 1.2rem; padding: .1rem .4rem .1rem 1.2rem; position: relative; } .form-checkbox input, .form-radio input, .form-switch input { clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; } .form-checkbox input:focus + .form-icon, .form-radio input:focus + .form-icon, .form-switch input:focus + .form-icon { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon { background: #1d549f; border-color: #1d549f; } .form-checkbox .form-icon, .form-radio .form-icon, .form-switch .form-icon { border: .05rem solid #caced7; cursor: pointer; display: inline-block; position: absolute; transition: all .2s ease; } .form-checkbox.input-sm, .form-radio.input-sm, .form-switch.input-sm { font-size: .7rem; margin: 0; } .form-checkbox.input-lg, .form-radio.input-lg, .form-switch.input-lg { font-size: .9rem; margin: .3rem 0; } .form-checkbox .form-icon, .form-radio .form-icon { background: #fff; height: .8rem; left: 0; top: .3rem; width: .8rem; } .form-checkbox input:active + .form-icon, .form-radio input:active + .form-icon { background: #f0f1f4; } .form-checkbox .form-icon { border-radius: .1rem; } .form-checkbox input:checked + .form-icon::before { background-clip: padding-box; border: .1rem solid #fff; border-left-width: 0; border-top-width: 0; content: ""; height: 12px; left: 50%; margin-left: -4px; margin-top: -8px; position: absolute; top: 50%; transform: rotate(45deg); width: 8px; } .form-checkbox input:indeterminate + .form-icon { background: #1d549f; border-color: #1d549f; } .form-checkbox input:indeterminate + .form-icon::before { background: #fff; content: ""; height: 2px; left: 50%; margin-left: -5px; margin-top: -1px; position: absolute; top: 50%; width: 10px; } .form-radio .form-icon { border-radius: 50%; } .form-radio input:checked + .form-icon::before { background: #fff; border-radius: 50%; content: ""; height: 4px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 4px; } .form-switch { padding-left: 2rem; } .form-switch .form-icon { background: #e7e9ed; background-clip: padding-box; border-radius: .45rem; height: .9rem; left: 0; top: .25rem; width: 1.6rem; } .form-switch .form-icon::before { background: #fff; border-radius: 50%; content: ""; display: block; height: .8rem; left: 0; position: absolute; top: 0; transition: all .2s ease; width: .8rem; } .form-switch input:checked + .form-icon::before { left: 14px; } .form-switch input:active + .form-icon::before { background: #f8f9fa; } .input-group { display: flex; display: -ms-flexbox; } .input-group .input-group-addon { background: #f8f9fa; border: .05rem solid #caced7; border-radius: .1rem; line-height: 1.2rem; padding: .25rem .4rem; white-space: nowrap; } .input-group .input-group-addon.addon-sm { font-size: .7rem; padding: .05rem .3rem; } .input-group .input-group-addon.addon-lg { font-size: .9rem; padding: .35rem .6rem; } .input-group .form-input, .input-group .form-select { -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; } .input-group .input-group-btn { z-index: 1; } .input-group .form-input:first-child:not(:last-child), .input-group .form-select:first-child:not(:last-child), .input-group .input-group-addon:first-child:not(:last-child), .input-group .input-group-btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group .form-input:not(:first-child):not(:last-child), .input-group .form-select:not(:first-child):not(:last-child), .input-group .input-group-addon:not(:first-child):not(:last-child), .input-group .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -.05rem; } .input-group .form-input:last-child:not(:first-child), .input-group .form-select:last-child:not(:first-child), .input-group .input-group-addon:last-child:not(:first-child), .input-group .input-group-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -.05rem; } .input-group .form-input:focus, .input-group .form-select:focus, .input-group .input-group-addon:focus, .input-group .input-group-btn:focus { z-index: 2; } .input-group .form-select { width: auto; } .input-group.input-inline { display: inline-flex; display: -ms-inline-flexbox; } .has-success .form-input, .form-input.is-success, .has-success .form-select, .form-select.is-success { border-color: #32b643; } .has-success .form-input:focus, .form-input.is-success:focus, .has-success .form-select:focus, .form-select.is-success:focus { box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2); } .has-error .form-input, .form-input.is-error, .has-error .form-select, .form-select.is-error { border-color: #ef4135; } .has-error .form-input:focus, .form-input.is-error:focus, .has-error .form-select:focus, .form-select.is-error:focus { box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon, .has-error .form-radio .form-icon, .form-radio.is-error .form-icon, .has-error .form-switch .form-icon, .form-switch.is-error .form-icon { border-color: #ef4135; } .has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon, .has-error .form-radio input:checked + .form-icon, .form-radio.is-error input:checked + .form-icon, .has-error .form-switch input:checked + .form-icon, .form-switch.is-error input:checked + .form-icon { background: #ef4135; border-color: #ef4135; } .has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon, .has-error .form-radio input:focus + .form-icon, .form-radio.is-error input:focus + .form-icon, .has-error .form-switch input:focus + .form-icon, .form-switch.is-error input:focus + .form-icon { border-color: #ef4135; box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon { background: #ef4135; border-color: #ef4135; } .form-input:not(:placeholder-shown):invalid { border-color: #ef4135; } .form-input:not(:placeholder-shown):invalid:focus { box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .form-input:not(:placeholder-shown):invalid + .form-input-hint { color: #ef4135; } .form-input:disabled, .form-input.disabled, .form-select:disabled, .form-select.disabled { background-color: #f0f1f4; cursor: not-allowed; opacity: .5; } .form-input[readonly] { background-color: #f8f9fa; } input:disabled + .form-icon, input.disabled + .form-icon { background: #f0f1f4; cursor: not-allowed; opacity: .5; } .form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before { background: #fff; } .form-horizontal { padding: .4rem 0; } .form-horizontal .form-group { display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; } .form-inline { display: inline-block; } .label { background: #f0f1f4; border-radius: .1rem; color: #5b657a; display: inline-block; line-height: 1.2; padding: .1rem .2rem; } .label.label-rounded { border-radius: 5rem; padding-left: .4rem; padding-right: .4rem; } .label.label-primary { background: #1d549f; color: #fff; } .label.label-secondary { background: #5987c6; color: #1d549f; } .label.label-success { background: #32b643; color: #fff; } .label.label-warning { background: #ffb700; color: #fff; } .label.label-error { background: #ef4135; color: #fff; } code { background: #fcf2f2; border-radius: .1rem; color: #d73e48; font-size: 85%; line-height: 1.2; padding: .1rem .2rem; } .code { border-radius: .1rem; color: #50596c; position: relative; } .code::before { color: #acb3c2; content: attr(data-lang); font-size: .7rem; position: absolute; right: .4rem; top: .1rem; } .code code { background: #f8f9fa; color: inherit; display: block; line-height: 1.5; overflow-x: auto; padding: 1rem; width: 100%; } .img-responsive { display: block; height: auto; max-width: 100%; } .img-fit-cover { object-fit: cover; } .img-fit-contain { object-fit: contain; } .video-responsive { display: block; overflow: hidden; padding: 0; position: relative; width: 100%; } .video-responsive::before { content: ""; display: block; padding-bottom: 56.25%; } .video-responsive iframe, .video-responsive object, .video-responsive embed { border: 0; bottom: 0; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; } video.video-responsive { height: auto; max-width: 100%; } video.video-responsive::before { content: none; } .video-responsive-4-3::before { padding-bottom: 75%; } .video-responsive-1-1::before { padding-bottom: 100%; } .figure { margin: 0 0 .4rem 0; } .figure .figure-caption { color: #667189; margin-top: .4rem; } .container { margin-left: auto; margin-right: auto; padding-left: .4rem; padding-right: .4rem; width: 100%; } .container.grid-xl { max-width: 1296px; } .container.grid-lg { max-width: 976px; } .container.grid-md { max-width: 856px; } .container.grid-sm { max-width: 616px; } .container.grid-xs { max-width: 496px; } .show-xs, .show-sm, .show-md, .show-lg, .show-xl { display: none !important; } .columns { display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -.4rem; margin-right: -.4rem; } .columns.col-gapless { margin-left: 0; margin-right: 0; } .columns.col-gapless > .column { padding-left: 0; padding-right: 0; } .columns.col-oneline { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } .column { -ms-flex: 1; flex: 1; max-width: 100%; padding-left: .4rem; padding-right: .4rem; } .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 { -ms-flex: none; flex: none; } .col-12 { width: 100%; } .col-11 { width: 91.66666667%; } .col-10 { width: 83.33333333%; } .col-9 { width: 75%; } .col-8 { width: 66.66666667%; } .col-7 { width: 58.33333333%; } .col-6 { width: 50%; } .col-5 { width: 41.66666667%; } .col-4 { width: 33.33333333%; } .col-3 { width: 25%; } .col-2 { width: 16.66666667%; } .col-1 { width: 8.33333333%; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: none; width: auto; } .col-mx-auto { margin-left: auto; margin-right: auto; } .col-ml-auto { margin-left: auto; } .col-mr-auto { margin-right: auto; } @media (max-width: 1280px) { .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 { -ms-flex: none; flex: none; } .col-xl-12 { width: 100%; } .col-xl-11 { width: 91.66666667%; } .col-xl-10 { width: 83.33333333%; } .col-xl-9 { width: 75%; } .col-xl-8 { width: 66.66666667%; } .col-xl-7 { width: 58.33333333%; } .col-xl-6 { width: 50%; } .col-xl-5 { width: 41.66666667%; } .col-xl-4 { width: 33.33333333%; } .col-xl-3 { width: 25%; } .col-xl-2 { width: 16.66666667%; } .col-xl-1 { width: 8.33333333%; } .hide-xl { display: none !important; } .show-xl { display: block !important; } } @media (max-width: 960px) { .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 { -ms-flex: none; flex: none; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .hide-lg { display: none !important; } .show-lg { display: block !important; } } @media (max-width: 840px) { .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 { -ms-flex: none; flex: none; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .hide-md { display: none !important; } .show-md { display: block !important; } } @media (max-width: 600px) { .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 { -ms-flex: none; flex: none; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .hide-sm { display: none !important; } .show-sm { display: block !important; } } @media (max-width: 480px) { .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 { -ms-flex: none; flex: none; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .hide-xs { display: none !important; } .show-xs { display: block !important; } } .navbar { align-items: stretch; display: flex; display: -ms-flexbox; -ms-flex-align: stretch; -ms-flex-pack: justify; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; } .navbar .navbar-section { align-items: center; display: flex; display: -ms-flexbox; -ms-flex: 1 0 0; flex: 1 0 0; -ms-flex-align: center; } .navbar .navbar-section:not(:first-child):last-child { -ms-flex-pack: end; justify-content: flex-end; } .navbar .navbar-center { align-items: center; display: flex; display: -ms-flexbox; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-align: center; } .navbar .navbar-brand { font-size: .9rem; font-weight: 500; text-decoration: none; } .accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon { transform: rotate(90deg); } .accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body { max-height: 50rem; } .accordion .accordion-header { display: block; padding: .2rem .4rem; } .accordion .accordion-header .icon { transition: all .2s ease; } .accordion .accordion-body { margin-bottom: .4rem; max-height: 0; overflow: hidden; transition: max-height .2s ease; } summary.accordion-header::-webkit-details-marker { display: none; } .avatar { background: #1d549f; border-radius: 50%; color: rgba(255, 255, 255, .85); display: inline-block; font-size: .8rem; font-weight: 300; height: 1.6rem; line-height: 1.25; margin: 0; position: relative; vertical-align: middle; width: 1.6rem; } .avatar.avatar-xs { font-size: .4rem; height: .8rem; width: .8rem; } .avatar.avatar-sm { font-size: .6rem; height: 1.2rem; width: 1.2rem; } .avatar.avatar-lg { font-size: 1.2rem; height: 2.4rem; width: 2.4rem; } .avatar.avatar-xl { font-size: 1.6rem; height: 3.2rem; width: 3.2rem; } .avatar img { border-radius: 50%; height: 100%; position: relative; width: 100%; z-index: 1; } .avatar .avatar-icon, .avatar .avatar-presence { background: #fff; bottom: 14.64%; height: 50%; padding: .1rem; position: absolute; right: 14.64%; transform: translate(50%, 50%); width: 50%; z-index: 2; } .avatar .avatar-presence { background: #acb3c2; border-radius: 50%; box-shadow: 0 0 0 .1rem #fff; height: .5em; width: .5em; } .avatar .avatar-presence.online { background: #32b643; } .avatar .avatar-presence.busy { background: #ef4135; } .avatar .avatar-presence.away { background: #ffb700; } .avatar[data-initial]::before { color: currentColor; content: attr(data-initial); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 1; } .badge { position: relative; white-space: nowrap; } .badge[data-badge]::after, .badge:not([data-badge])::after { background: #1d549f; background-clip: padding-box; border-radius: .5rem; box-shadow: 0 0 0 .1rem #fff; color: #fff; content: attr(data-badge); display: inline-block; transform: translate(-.05rem, -.5rem); } .badge[data-badge]::after { font-size: .7rem; height: .9rem; line-height: 1; min-width: .9rem; padding: .1rem .2rem; text-align: center; white-space: nowrap; } .badge:not([data-badge])::after, .badge[data-badge=""]::after { height: 6px; min-width: 6px; padding: 0; width: 6px; } .badge.btn::after { position: absolute; right: 0; top: 0; transform: translate(50%, -50%); } .badge.avatar::after { position: absolute; right: 14.64%; top: 14.64%; transform: translate(50%, -50%); z-index: 100; } .breadcrumb { list-style: none; margin: .2rem 0; padding: .2rem 0; } .breadcrumb .breadcrumb-item { color: #667189; display: inline-block; margin: 0; padding: .2rem 0; } .breadcrumb .breadcrumb-item:not(:last-child) { margin-right: .2rem; } .breadcrumb .breadcrumb-item:not(:last-child) a { color: #667189; } .breadcrumb .breadcrumb-item:not(:first-child)::before { color: #e7e9ed; content: "/"; padding-right: .4rem; } .bar { background: #f0f1f4; border-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: .8rem; width: 100%; } .bar.bar-sm { height: .2rem; } .bar .bar-item { background: #1d549f; color: #fff; display: block; -ms-flex-negative: 0; flex-shrink: 0; font-size: .7rem; height: 100%; line-height: .8rem; position: relative; text-align: center; width: 0; } .bar .bar-item:first-child { border-bottom-left-radius: .1rem; border-top-left-radius: .1rem; } .bar .bar-item:last-child { border-bottom-right-radius: .1rem; border-top-right-radius: .1rem; -ms-flex-negative: 1; flex-shrink: 1; } .bar-slider { height: .1rem; margin: .4rem 0; position: relative; } .bar-slider .bar-item { left: 0; padding: 0; position: absolute; } .bar-slider .bar-item:not(:last-child):first-child { background: #f0f1f4; z-index: 1; } .bar-slider .bar-slider-btn { background: #1d549f; border: 0; border-radius: 50%; height: .6rem; padding: 0; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); width: .6rem; } .bar-slider .bar-slider-btn:active { box-shadow: 0 0 0 .1rem #1d549f; } .card { background: #fff; border: .05rem solid #e7e9ed; border-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; } .card .card-header, .card .card-body, .card .card-footer { padding: .8rem; padding-bottom: 0; } .card .card-header:last-child, .card .card-body:last-child, .card .card-footer:last-child { padding-bottom: .8rem; } .card .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; } .card .card-image { padding-top: .8rem; } .card .card-image:first-child { padding-top: 0; } .card .card-image:first-child img { border-top-left-radius: .1rem; border-top-right-radius: .1rem; } .card .card-image:last-child img { border-bottom-left-radius: .1rem; border-bottom-right-radius: .1rem; } .chip { align-items: center; background: #f0f1f4; border-radius: 5rem; color: #667189; display: inline-flex; display: -ms-inline-flexbox; -ms-flex-align: center; font-size: 90%; height: 1.2rem; line-height: .8rem; margin: .1rem; max-width: 100%; padding: .2rem .4rem; text-decoration: none; vertical-align: middle; } .chip.active { background: #1d549f; color: #fff; } .chip .avatar { margin-left: -.4rem; margin-right: .2rem; } .chip .btn-clear { transform: scale(.75); } .dropdown { display: inline-block; position: relative; } .dropdown .menu { animation: slide-down .15s ease 1; display: none; left: 0; max-height: 50vh; overflow-y: auto; position: absolute; top: 100%; } .dropdown.dropdown-right .menu { left: auto; right: 0; } .dropdown.active .menu, .dropdown .dropdown-toggle:focus + .menu, .dropdown .menu:hover { display: block; } .dropdown .btn-group .dropdown-toggle:nth-last-child(2) { border-bottom-right-radius: .1rem; border-top-right-radius: .1rem; } .empty { background: #f8f9fa; border-radius: .1rem; color: #667189; padding: 3.2rem 1.6rem; text-align: center; } .empty .empty-icon { margin-bottom: .8rem; } .empty .empty-title, .empty .empty-subtitle { margin: .4rem auto; } .empty .empty-action { margin-top: .8rem; } .menu { background: #fff; border-radius: .1rem; box-shadow: 0 .05rem .2rem rgba(69, 77, 93, .3); list-style: none; margin: 0; min-width: 180px; padding: .4rem; transform: translateY(.2rem); z-index: 300; } .menu.menu-nav { background: transparent; box-shadow: none; } .menu .menu-item { margin-top: 0; padding: 0 .4rem; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .menu .menu-item > a { border-radius: .1rem; color: inherit; display: block; margin: 0 -.4rem; padding: .2rem .4rem; text-decoration: none; } .menu .menu-item > a:focus, .menu .menu-item > a:hover { background: #5987c6; color: #1d549f; } .menu .menu-item > a:active, .menu .menu-item > a.active { background: #5987c6; color: #1d549f; } .menu .menu-item .form-checkbox, .menu .menu-item .form-radio, .menu .menu-item .form-switch { margin: .1rem 0; } .menu .menu-item + .menu-item { margin-top: .2rem; } .menu .menu-badge { float: right; padding: .2rem 0; } .menu .menu-badge .btn { margin-top: -.1rem; } .modal { align-items: center; bottom: 0; display: none; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center; left: 0; opacity: 0; overflow: hidden; padding: .4rem; position: fixed; right: 0; top: 0; } .modal:target, .modal.active { display: flex; display: -ms-flexbox; opacity: 1; z-index: 400; } .modal:target .modal-overlay, .modal.active .modal-overlay { background: rgba(248, 249, 250, .75); bottom: 0; cursor: default; display: block; left: 0; position: absolute; right: 0; top: 0; } .modal:target .modal-container, .modal.active .modal-container { animation: slide-down .2s ease 1; z-index: 1; } .modal.modal-sm .modal-container { max-width: 320px; padding: 0 .4rem; } .modal.modal-lg .modal-overlay { background: #fff; } .modal.modal-lg .modal-container { box-shadow: none; max-width: 960px; } .modal-container { background: #fff; border-radius: .1rem; box-shadow: 0 .2rem .5rem rgba(69, 77, 93, .3); display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; max-height: 75vh; max-width: 640px; padding: 0 .8rem; width: 100%; } .modal-container.modal-fullheight { max-height: 100vh; } .modal-container .modal-header { color: #454d5d; padding: .8rem; } .modal-container .modal-body { overflow-y: auto; padding: .8rem; position: relative; } .modal-container .modal-footer { padding: .8rem; text-align: right; } .nav { display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; list-style: none; margin: .2rem 0; } .nav .nav-item a { color: #667189; padding: .2rem .4rem; text-decoration: none; } .nav .nav-item a:focus, .nav .nav-item a:hover { color: #1d549f; } .nav .nav-item.active > a { color: #50596c; font-weight: bold; } .nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover { color: #1d549f; } .nav .nav { margin-bottom: .4rem; margin-left: .8rem; } .pagination { display: flex; display: -ms-flexbox; list-style: none; margin: .2rem 0; padding: .2rem 0; } .pagination .page-item { margin: .2rem .05rem; } .pagination .page-item span { display: inline-block; padding: .2rem .2rem; } .pagination .page-item a { border-radius: .1rem; color: #667189; display: inline-block; padding: .2rem .4rem; text-decoration: none; } .pagination .page-item a:focus, .pagination .page-item a:hover { color: #1d549f; } .pagination .page-item.disabled a { cursor: default; opacity: .5; pointer-events: none; } .pagination .page-item.active a { background: #1d549f; color: #fff; } .pagination .page-item.page-prev, .pagination .page-item.page-next { -ms-flex: 1 0 50%; flex: 1 0 50%; } .pagination .page-item.page-next { text-align: right; } .pagination .page-item .page-item-title { margin: 0; } .pagination .page-item .page-item-subtitle { margin: 0; opacity: .5; } .panel { border: .05rem solid #e7e9ed; border-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; } .panel .panel-header, .panel .panel-footer { -ms-flex: 0 0 auto; flex: 0 0 auto; padding: .8rem; } .panel .panel-nav { -ms-flex: 0 0 auto; flex: 0 0 auto; } .panel .panel-body { -ms-flex: 1 1 auto; flex: 1 1 auto; overflow-y: auto; padding: 0 .8rem; } .popover { display: inline-block; position: relative; } .popover .popover-container { left: 50%; opacity: 0; padding: .4rem; position: absolute; top: 0; transform: translate(-50%, -50%) scale(0); transition: transform .2s ease; width: 320px; z-index: 300; } .popover *:focus + .popover-container, .popover:hover .popover-container { display: block; opacity: 1; transform: translate(-50%, -100%); } .popover.popover-right .popover-container { left: 100%; top: 50%; } .popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container { transform: translate(0, -50%); } .popover.popover-bottom .popover-container { left: 50%; top: 100%; } .popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container { transform: translate(-50%, 0); } .popover.popover-left .popover-container { left: 0; top: 50%; } .popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container { transform: translate(-100%, -50%); } .popover .card { border: 0; box-shadow: 0 .2rem .5rem rgba(69, 77, 93, .3); } .step { display: flex; display: -ms-flexbox; -ms-flex-wrap: nowrap; flex-wrap: nowrap; list-style: none; margin: .2rem 0; width: 100%; } .step .step-item { -ms-flex: 1 1 0; flex: 1 1 0; margin-top: 0; min-height: 1rem; position: relative; text-align: center; } .step .step-item:not(:first-child)::before { background: #1d549f; content: ""; height: 2px; left: -50%; position: absolute; top: 9px; width: 100%; } .step .step-item a { color: #acb3c2; display: inline-block; padding: 20px 10px 0; text-decoration: none; } .step .step-item a::before { background: #1d549f; border: .1rem solid #fff; border-radius: 50%; content: ""; display: block; height: .6rem; left: 50%; position: absolute; top: .2rem; transform: translateX(-50%); width: .6rem; z-index: 1; } .step .step-item.active a::before { background: #fff; border: .1rem solid #1d549f; } .step .step-item.active ~ .step-item::before { background: #e7e9ed; } .step .step-item.active ~ .step-item a::before { background: #e7e9ed; } .tab { align-items: center; border-bottom: .05rem solid #e7e9ed; display: flex; display: -ms-flexbox; -ms-flex-align: center; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: .2rem 0 .15rem 0; } .tab .tab-item { margin-top: 0; } .tab .tab-item a { border-bottom: .1rem solid transparent; color: inherit; display: block; margin: 0 .4rem 0 0; padding: .4rem .2rem .3rem .2rem; text-decoration: none; } .tab .tab-item a:focus, .tab .tab-item a:hover { color: #1d549f; } .tab .tab-item.active a, .tab .tab-item a.active { border-bottom-color: #1d549f; color: #1d549f; } .tab .tab-item.tab-action { -ms-flex: 1 0 auto; flex: 1 0 auto; text-align: right; } .tab .tab-item .btn-clear { margin-top: -.2rem; } .tab.tab-block .tab-item { -ms-flex: 1 0 0; flex: 1 0 0; text-align: center; } .tab.tab-block .tab-item a { margin: 0; } .tab.tab-block .tab-item .badge[data-badge]::after { position: absolute; right: .1rem; top: .1rem; transform: translate(0, 0); } .tab:not(.tab-block) .badge { padding-right: 0; } .tile { align-content: space-between; align-items: flex-start; display: flex; display: -ms-flexbox; -ms-flex-align: start; -ms-flex-line-pack: justify; } .tile .tile-icon, .tile .tile-action { -ms-flex: 0 0 auto; flex: 0 0 auto; } .tile .tile-content { -ms-flex: 1 1 auto; flex: 1 1 auto; } .tile .tile-content:not(:first-child) { padding-left: .4rem; } .tile .tile-content:not(:last-child) { padding-right: .4rem; } .tile .tile-title, .tile .tile-subtitle { line-height: 1.2rem; } .tile.tile-centered { align-items: center; -ms-flex-align: center; } .tile.tile-centered .tile-content { overflow: hidden; } .tile.tile-centered .tile-title, .tile.tile-centered .tile-subtitle { margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .toast { background: rgba(69, 77, 93, .9); border: .05rem solid #454d5d; border-color: #454d5d; border-radius: .1rem; color: #fff; display: block; padding: .4rem; width: 100%; } .toast.toast-primary { background: rgba(29, 84, 159, .9); border-color: #1d549f; } .toast.toast-success { background: rgba(50, 182, 67, .9); border-color: #32b643; } .toast.toast-warning { background: rgba(255, 183, 0, .9); border-color: #ffb700; } .toast.toast-error { background: rgba(239, 65, 53, .9); border-color: #ef4135; } .toast a { color: #fff; text-decoration: underline; } .toast a:focus, .toast a:hover, .toast a:active, .toast a.active { opacity: .75; } .toast .btn-clear { margin: 4px -2px 4px 4px; } .tooltip { position: relative; } .tooltip::after { background: rgba(69, 77, 93, .9); border-radius: .1rem; bottom: 100%; color: #fff; content: attr(data-tooltip); display: block; font-size: .7rem; left: 50%; max-width: 320px; opacity: 0; overflow: hidden; padding: .2rem .4rem; pointer-events: none; position: absolute; text-overflow: ellipsis; transform: translate(-50%, .4rem); transition: all .2s ease; white-space: pre; z-index: 300; } .tooltip:focus::after, .tooltip:hover::after { opacity: 1; transform: translate(-50%, -.2rem); } .tooltip[disabled], .tooltip.disabled { pointer-events: auto; } .tooltip.tooltip-right::after { bottom: 50%; left: 100%; transform: translate(-.2rem, 50%); } .tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after { transform: translate(.2rem, 50%); } .tooltip.tooltip-bottom::after { bottom: auto; top: 100%; transform: translate(-50%, -.4rem); } .tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after { transform: translate(-50%, .2rem); } .tooltip.tooltip-left::after { bottom: 50%; left: auto; right: 100%; transform: translate(.4rem, 50%); } .tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after { transform: translate(-.2rem, 50%); } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes slide-down { 0% { opacity: 0; transform: translateY(-1.6rem); } 100% { opacity: 1; transform: translateY(0); } } .text-primary { color: #1d549f; } a.text-primary:focus, a.text-primary:hover { color: #194989; } a.text-primary:visited { color: #215fb5; } .text-secondary { color: #4e7fc2; } a.text-secondary:focus, a.text-secondary:hover { color: #3f72b7; } a.text-secondary:visited { color: #618cc9; } .text-gray { color: #acb3c2; } a.text-gray:focus, a.text-gray:hover { color: #9ea6b7; } a.text-gray:visited { color: #bbc1cd; } .text-light { color: #fff; } a.text-light:focus, a.text-light:hover { color: #f2f2f2; } a.text-light:visited { color: white; } .text-dark { color: #50596c; } a.text-dark:focus, a.text-dark:hover { color: #454d5d; } a.text-dark:visited { color: #5b657a; } .text-success { color: #32b643; } a.text-success:focus, a.text-success:hover { color: #2da23c; } a.text-success:visited { color: #39c94b; } .text-warning { color: #ffb700; } a.text-warning:focus, a.text-warning:hover { color: #e6a500; } a.text-warning:visited { color: #ffbe1a; } .text-error { color: #ef4135; } a.text-error:focus, a.text-error:hover { color: #ed2b1d; } a.text-error:visited { color: #f1574d; } .bg-primary { background: #1d549f; color: #fff; } .bg-secondary { background: #5987c6; color: #fff; } .bg-dark { background: #454d5d; color: #fff; } .bg-gray { background: #f8f9fa; } .bg-success { background: #32b643; color: #fff; } .bg-warning { background: #ffb700; color: #fff; } .bg-error { background: #ef4135; color: #fff; } .c-hand { cursor: pointer; } .c-move { cursor: move; } .c-zoom-in { cursor: zoom-in; } .c-zoom-out { cursor: zoom-out; } .c-not-allowed { cursor: not-allowed; } .c-auto { cursor: auto; } .d-block { display: block; } .d-inline { display: inline; } .d-inline-block { display: inline-block; } .d-flex { display: flex; display: -ms-flexbox; } .d-inline-flex { display: inline-flex; display: -ms-inline-flexbox; } .d-none, .d-hide { display: none !important; } .d-visible { visibility: visible; } .d-invisible { visibility: hidden; } .text-hide { background: transparent; border: 0; color: transparent; font-size: 0; line-height: 0; text-shadow: none; } .text-assistive { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .divider, .divider-vert { display: block; position: relative; } .divider[data-content]::after, .divider-vert[data-content]::after { background: #fff; color: #acb3c2; content: attr(data-content); display: inline-block; font-size: .7rem; padding: 0 .4rem; transform: translateY(-.65rem); } .divider { border-top: .05rem solid #e7e9ed; height: .05rem; margin: .4rem 0; } .divider[data-content] { margin: .8rem 0; } .divider-vert { display: block; padding: .8rem; } .divider-vert::before { border-left: .05rem solid #e7e9ed; bottom: .4rem; content: ""; display: block; left: 50%; position: absolute; top: .4rem; transform: translateX(-50%); } .divider-vert[data-content]::after { left: 50%; padding: .2rem 0; position: absolute; top: 50%; transform: translate(-50%, -50%); } .loading { color: transparent !important; min-height: .8rem; pointer-events: none; position: relative; } .loading::after { animation: loading 500ms infinite linear; border: .1rem solid #1d549f; border-radius: 50%; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: .8rem; left: 50%; margin-left: -.4rem; margin-top: -.4rem; position: absolute; top: 50%; width: .8rem; z-index: 1; } .loading.loading-lg { min-height: 2rem; } .loading.loading-lg::after { height: 1.6rem; margin-left: -.8rem; margin-top: -.8rem; width: 1.6rem; } .clearfix::after, .container::after { clear: both; content: ""; display: table; } .float-left { float: left !important; } .float-right { float: right !important; } .relative { position: relative !important; } .absolute { position: absolute !important; } .fixed { position: fixed !important; } .centered { display: block; float: none; margin-left: auto; margin-right: auto; } .flex-centered { align-items: center; display: flex; display: -ms-flexbox; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center; } .m-0 { margin: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .ml-0 { margin-left: 0 !important; } .mr-0 { margin-right: 0 !important; } .mt-0 { margin-top: 0 !important; } .mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .my-0 { margin-bottom: 0 !important; margin-top: 0 !important; } .m-1 { margin: .2rem !important; } .mb-1 { margin-bottom: .2rem !important; } .ml-1 { margin-left: .2rem !important; } .mr-1 { margin-right: .2rem !important; } .mt-1 { margin-top: .2rem !important; } .mx-1 { margin-left: .2rem !important; margin-right: .2rem !important; } .my-1 { margin-bottom: .2rem !important; margin-top: .2rem !important; } .m-2 { margin: .4rem !important; } .mb-2 { margin-bottom: .4rem !important; } .ml-2 { margin-left: .4rem !important; } .mr-2 { margin-right: .4rem !important; } .mt-2 { margin-top: .4rem !important; } .mx-2 { margin-left: .4rem !important; margin-right: .4rem !important; } .my-2 { margin-bottom: .4rem !important; margin-top: .4rem !important; } .p-0 { padding: 0 !important; } .pb-0 { padding-bottom: 0 !important; } .pl-0 { padding-left: 0 !important; } .pr-0 { padding-right: 0 !important; } .pt-0 { padding-top: 0 !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .py-0 { padding-bottom: 0 !important; padding-top: 0 !important; } .p-1 { padding: .2rem !important; } .pb-1 { padding-bottom: .2rem !important; } .pl-1 { padding-left: .2rem !important; } .pr-1 { padding-right: .2rem !important; } .pt-1 { padding-top: .2rem !important; } .px-1 { padding-left: .2rem !important; padding-right: .2rem !important; } .py-1 { padding-bottom: .2rem !important; padding-top: .2rem !important; } .p-2 { padding: .4rem !important; } .pb-2 { padding-bottom: .4rem !important; } .pl-2 { padding-left: .4rem !important; } .pr-2 { padding-right: .4rem !important; } .pt-2 { padding-top: .4rem !important; } .px-2 { padding-left: .4rem !important; padding-right: .4rem !important; } .py-2 { padding-bottom: .4rem !important; padding-top: .4rem !important; } .s-rounded { border-radius: .1rem; } .s-circle { border-radius: 50%; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-normal { font-weight: normal; } .text-bold { font-weight: bold; } .text-italic { font-style: italic; } .text-large { font-size: 1.2em; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .text-clip { overflow: hidden; text-overflow: clip; white-space: nowrap; } .text-break { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-break: break-word; word-wrap: break-word; } div.hero-image { background-size: cover !important; } ul.list-inline { list-style: none; } ul.list-inline li { display: inline-block; padding: 0 10px; } ul.list-unstyled { list-style: none; margin: 16px 0; padding: 0; } ul.list-unstyled li { margin: 0; padding: 0; } footer a { color: #acb3c2; } p.specification { font-size: 32px; font-weight: lighter; line-height: 1.1em; } p.feature { padding-bottom: 30px; } div.genegrid { margin: 30px 0; } div.genegrid-item { background: #e7e9ed; border: 1px solid #dedede; border-radius: 0 50px 50px 0; height: 26px; margin: 3px; padding: 0 .5em; width: 150px; } div.genegrid-item[data-moleculeType=RNA], div.moleculetype[data-moleculeType=RNA] { border-left: 3px solid #ef4135; } div.genegrid-item[data-moleculeType=DNA], div.moleculetype[data-moleculeType=DNA] { border-left: 3px solid #1d549f; } div.genegrid-item[data-moleculeType=CTDNA], div.moleculetype[data-moleculeType=CTDNA] { border-left: 3px solid #09f; } .genename { color: #1d549f; font-size: 12px; font-weight: bolder; margin-left: 6px; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fab { display: inline-block; -webkit-font-smoothing: antialiased; font-style: normal; font-variant: normal; line-height: 1; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .fa-lg { font-size: 1.3333333333em; line-height: .75em; vertical-align: -.0667em; } .fa-xs { font-size: .75em; } .fa-sm { font-size: .875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; line-height: inherit; position: absolute; text-align: center; width: 2em; } .fa-border { border: solid .08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: .3em; } .fa-spin { animation: fa-spin 2s infinite linear; } .fa-pulse { animation: fa-spin 1s infinite steps(8); } @keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; transform: scale(1, -1); } .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\f26e"; } .fa-accessible-icon:before { content: "\f368"; } .fa-accusoft:before { content: "\f369"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-card:before { content: "\f2bb"; } .fa-adjust:before { content: "\f042"; } .fa-adn:before { content: "\f170"; } .fa-adversal:before { content: "\f36a"; } .fa-affiliatetheme:before { content: "\f36b"; } .fa-algolia:before { content: "\f36c"; } .fa-align-center:before { content: "\f037"; } .fa-align-justify:before { content: "\f039"; } .fa-align-left:before { content: "\f036"; } .fa-align-right:before { content: "\f038"; } .fa-allergies:before { content: "\f461"; } .fa-amazon:before { content: "\f270"; } .fa-amazon-pay:before { content: "\f42c"; } .fa-ambulance:before { content: "\f0f9"; } .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-amilia:before { content: "\f36d"; } .fa-anchor:before { content: "\f13d"; } .fa-android:before { content: "\f17b"; } .fa-angellist:before { content: "\f209"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-down:before { content: "\f107"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angry:before { content: "\f556"; } .fa-angrycreative:before { content: "\f36e"; } .fa-angular:before { content: "\f420"; } .fa-app-store:before { content: "\f36f"; } .fa-app-store-ios:before { content: "\f370"; } .fa-apper:before { content: "\f371"; } .fa-apple:before { content: "\f179"; } .fa-apple-pay:before { content: "\f415"; } .fa-archive:before { content: "\f187"; } .fa-archway:before { content: "\f557"; } .fa-arrow-alt-circle-down:before { content: "\f358"; } .fa-arrow-alt-circle-left:before { content: "\f359"; } .fa-arrow-alt-circle-right:before { content: "\f35a"; } .fa-arrow-alt-circle-up:before { content: "\f35b"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-down:before { content: "\f063"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-arrows-alt-h:before { content: "\f337"; } .fa-arrows-alt-v:before { content: "\f338"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asterisk:before { content: "\f069"; } .fa-asymmetrik:before { content: "\f372"; } .fa-at:before { content: "\f1fa"; } .fa-atlas:before { content: "\f558"; } .fa-audible:before { content: "\f373"; } .fa-audio-description:before { content: "\f29e"; } .fa-autoprefixer:before { content: "\f41c"; } .fa-avianex:before { content: "\f374"; } .fa-aviato:before { content: "\f421"; } .fa-award:before { content: "\f559"; } .fa-aws:before { content: "\f375"; } .fa-backspace:before { content: "\f55a"; } .fa-backward:before { content: "\f04a"; } .fa-balance-scale:before { content: "\f24e"; } .fa-ban:before { content: "\f05e"; } .fa-band-aid:before { content: "\f462"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-barcode:before { content: "\f02a"; } .fa-bars:before { content: "\f0c9"; } .fa-baseball-ball:before { content: "\f433"; } .fa-basketball-ball:before { content: "\f434"; } .fa-bath:before { content: "\f2cd"; } .fa-battery-empty:before { content: "\f244"; } .fa-battery-full:before { content: "\f240"; } .fa-battery-half:before { content: "\f242"; } .fa-battery-quarter:before { content: "\f243"; } .fa-battery-three-quarters:before { content: "\f241"; } .fa-bed:before { content: "\f236"; } .fa-beer:before { content: "\f0fc"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-bell:before { content: "\f0f3"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bezier-curve:before { content: "\f55b"; } .fa-bicycle:before { content: "\f206"; } .fa-bimobject:before { content: "\f378"; } .fa-binoculars:before { content: "\f1e5"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitcoin:before { content: "\f379"; } .fa-bity:before { content: "\f37a"; } .fa-black-tie:before { content: "\f27e"; } .fa-blackberry:before { content: "\f37b"; } .fa-blender:before { content: "\f517"; } .fa-blind:before { content: "\f29d"; } .fa-blogger:before { content: "\f37c"; } .fa-blogger-b:before { content: "\f37d"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-bold:before { content: "\f032"; } .fa-bolt:before { content: "\f0e7"; } .fa-bomb:before { content: "\f1e2"; } .fa-bong:before { content: "\f55c"; } .fa-book:before { content: "\f02d"; } .fa-book-open:before { content: "\f518"; } .fa-bookmark:before { content: "\f02e"; } .fa-bowling-ball:before { content: "\f436"; } .fa-box:before { content: "\f466"; } .fa-box-open:before { content: "\f49e"; } .fa-boxes:before { content: "\f468"; } .fa-braille:before { content: "\f2a1"; } .fa-briefcase:before { content: "\f0b1"; } .fa-briefcase-medical:before { content: "\f469"; } .fa-broadcast-tower:before { content: "\f519"; } .fa-broom:before { content: "\f51a"; } .fa-brush:before { content: "\f55d"; } .fa-btc:before { content: "\f15a"; } .fa-bug:before { content: "\f188"; } .fa-building:before { content: "\f1ad"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bullseye:before { content: "\f140"; } .fa-burn:before { content: "\f46a"; } .fa-buromobelexperte:before { content: "\f37f"; } .fa-bus:before { content: "\f207"; } .fa-bus-alt:before { content: "\f55e"; } .fa-buysellads:before { content: "\f20d"; } .fa-calculator:before { content: "\f1ec"; } .fa-calendar:before { content: "\f133"; } .fa-calendar-alt:before { content: "\f073"; } .fa-calendar-check:before { content: "\f274"; } .fa-calendar-minus:before { content: "\f272"; } .fa-calendar-plus:before { content: "\f271"; } .fa-calendar-times:before { content: "\f273"; } .fa-camera:before { content: "\f030"; } .fa-camera-retro:before { content: "\f083"; } .fa-cannabis:before { content: "\f55f"; } .fa-capsules:before { content: "\f46b"; } .fa-car:before { content: "\f1b9"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-caret-square-down:before { content: "\f150"; } .fa-caret-square-left:before { content: "\f191"; } .fa-caret-square-right:before { content: "\f152"; } .fa-caret-square-up:before { content: "\f151"; } .fa-caret-up:before { content: "\f0d8"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-cart-plus:before { content: "\f217"; } .fa-cc-amazon-pay:before { content: "\f42d"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-apple-pay:before { content: "\f416"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-centercode:before { content: "\f380"; } .fa-certificate:before { content: "\f0a3"; } .fa-chalkboard:before { content: "\f51b"; } .fa-chalkboard-teacher:before { content: "\f51c"; } .fa-chart-area:before { content: "\f1fe"; } .fa-chart-bar:before { content: "\f080"; } .fa-chart-line:before { content: "\f201"; } .fa-chart-pie:before { content: "\f200"; } .fa-check:before { content: "\f00c"; } .fa-check-circle:before { content: "\f058"; } .fa-check-double:before { content: "\f560"; } .fa-check-square:before { content: "\f14a"; } .fa-chess:before { content: "\f439"; } .fa-chess-bishop:before { content: "\f43a"; } .fa-chess-board:before { content: "\f43c"; } .fa-chess-king:before { content: "\f43f"; } .fa-chess-knight:before { content: "\f441"; } .fa-chess-pawn:before { content: "\f443"; } .fa-chess-queen:before { content: "\f445"; } .fa-chess-rook:before { content: "\f447"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-down:before { content: "\f078"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-chevron-up:before { content: "\f077"; } .fa-child:before { content: "\f1ae"; } .fa-chrome:before { content: "\f268"; } .fa-church:before { content: "\f51d"; } .fa-circle:before { content: "\f111"; } .fa-circle-notch:before { content: "\f1ce"; } .fa-clipboard:before { content: "\f328"; } .fa-clipboard-check:before { content: "\f46c"; } .fa-clipboard-list:before { content: "\f46d"; } .fa-clock:before { content: "\f017"; } .fa-clone:before { content: "\f24d"; } .fa-closed-captioning:before { content: "\f20a"; } .fa-cloud:before { content: "\f0c2"; } .fa-cloud-download-alt:before { content: "\f381"; } .fa-cloud-upload-alt:before { content: "\f382"; } .fa-cloudscale:before { content: "\f383"; } .fa-cloudsmith:before { content: "\f384"; } .fa-cloudversify:before { content: "\f385"; } .fa-cocktail:before { content: "\f561"; } .fa-code:before { content: "\f121"; } .fa-code-branch:before { content: "\f126"; } .fa-codepen:before { content: "\f1cb"; } .fa-codiepie:before { content: "\f284"; } .fa-coffee:before { content: "\f0f4"; } .fa-cog:before { content: "\f013"; } .fa-cogs:before { content: "\f085"; } .fa-coins:before { content: "\f51e"; } .fa-columns:before { content: "\f0db"; } .fa-comment:before { content: "\f075"; } .fa-comment-alt:before { content: "\f27a"; } .fa-comment-dots:before { content: "\f4ad"; } .fa-comment-slash:before { content: "\f4b3"; } .fa-comments:before { content: "\f086"; } .fa-compact-disc:before { content: "\f51f"; } .fa-compass:before { content: "\f14e"; } .fa-compress:before { content: "\f066"; } .fa-concierge-bell:before { content: "\f562"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-contao:before { content: "\f26d"; } .fa-cookie:before { content: "\f563"; } .fa-cookie-bite:before { content: "\f564"; } .fa-copy:before { content: "\f0c5"; } .fa-copyright:before { content: "\f1f9"; } .fa-couch:before { content: "\f4b8"; } .fa-cpanel:before { content: "\f388"; } .fa-creative-commons:before { content: "\f25e"; } .fa-creative-commons-by:before { content: "\f4e7"; } .fa-creative-commons-nc:before { content: "\f4e8"; } .fa-creative-commons-nc-eu:before { content: "\f4e9"; } .fa-creative-commons-nc-jp:before { content: "\f4ea"; } .fa-creative-commons-nd:before { content: "\f4eb"; } .fa-creative-commons-pd:before { content: "\f4ec"; } .fa-creative-commons-pd-alt:before { content: "\f4ed"; } .fa-creative-commons-remix:before { content: "\f4ee"; } .fa-creative-commons-sa:before { content: "\f4ef"; } .fa-creative-commons-sampling:before { content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { content: "\f4f1"; } .fa-creative-commons-share:before { content: "\f4f2"; } .fa-credit-card:before { content: "\f09d"; } .fa-crop:before { content: "\f125"; } .fa-crop-alt:before { content: "\f565"; } .fa-crosshairs:before { content: "\f05b"; } .fa-crow:before { content: "\f520"; } .fa-crown:before { content: "\f521"; } .fa-css3:before { content: "\f13c"; } .fa-css3-alt:before { content: "\f38b"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-cut:before { content: "\f0c4"; } .fa-cuttlefish:before { content: "\f38c"; } .fa-d-and-d:before { content: "\f38d"; } .fa-dashcube:before { content: "\f210"; } .fa-database:before { content: "\f1c0"; } .fa-deaf:before { content: "\f2a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-deploydog:before { content: "\f38e"; } .fa-deskpro:before { content: "\f38f"; } .fa-desktop:before { content: "\f108"; } .fa-deviantart:before { content: "\f1bd"; } .fa-diagnoses:before { content: "\f470"; } .fa-dice:before { content: "\f522"; } .fa-dice-five:before { content: "\f523"; } .fa-dice-four:before { content: "\f524"; } .fa-dice-one:before { content: "\f525"; } .fa-dice-six:before { content: "\f526"; } .fa-dice-three:before { content: "\f527"; } .fa-dice-two:before { content: "\f528"; } .fa-digg:before { content: "\f1a6"; } .fa-digital-ocean:before { content: "\f391"; } .fa-digital-tachograph:before { content: "\f566"; } .fa-discord:before { content: "\f392"; } .fa-discourse:before { content: "\f393"; } .fa-divide:before { content: "\f529"; } .fa-dizzy:before { content: "\f567"; } .fa-dna:before { content: "\f471"; } .fa-dochub:before { content: "\f394"; } .fa-docker:before { content: "\f395"; } .fa-dollar-sign:before { content: "\f155"; } .fa-dolly:before { content: "\f472"; } .fa-dolly-flatbed:before { content: "\f474"; } .fa-donate:before { content: "\f4b9"; } .fa-door-closed:before { content: "\f52a"; } .fa-door-open:before { content: "\f52b"; } .fa-dot-circle:before { content: "\f192"; } .fa-dove:before { content: "\f4ba"; } .fa-download:before { content: "\f019"; } .fa-draft2digital:before { content: "\f396"; } .fa-drafting-compass:before { content: "\f568"; } .fa-dribbble:before { content: "\f17d"; } .fa-dribbble-square:before { content: "\f397"; } .fa-dropbox:before { content: "\f16b"; } .fa-drum:before { content: "\f569"; } .fa-drum-steelpan:before { content: "\f56a"; } .fa-drupal:before { content: "\f1a9"; } .fa-dumbbell:before { content: "\f44b"; } .fa-dyalog:before { content: "\f399"; } .fa-earlybirds:before { content: "\f39a"; } .fa-ebay:before { content: "\f4f4"; } .fa-edge:before { content: "\f282"; } .fa-edit:before { content: "\f044"; } .fa-eject:before { content: "\f052"; } .fa-elementor:before { content: "\f430"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-ember:before { content: "\f423"; } .fa-empire:before { content: "\f1d1"; } .fa-envelope:before { content: "\f0e0"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-square:before { content: "\f199"; } .fa-envira:before { content: "\f299"; } .fa-equals:before { content: "\f52c"; } .fa-eraser:before { content: "\f12d"; } .fa-erlang:before { content: "\f39d"; } .fa-ethereum:before { content: "\f42e"; } .fa-etsy:before { content: "\f2d7"; } .fa-euro-sign:before { content: "\f153"; } .fa-exchange-alt:before { content: "\f362"; } .fa-exclamation:before { content: "\f12a"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-exclamation-triangle:before { content: "\f071"; } .fa-expand:before { content: "\f065"; } .fa-expand-arrows-alt:before { content: "\f31e"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-external-link-alt:before { content: "\f35d"; } .fa-external-link-square-alt:before { content: "\f360"; } .fa-eye:before { content: "\f06e"; } .fa-eye-dropper:before { content: "\f1fb"; } .fa-eye-slash:before { content: "\f070"; } .fa-facebook:before { content: "\f09a"; } .fa-facebook-f:before { content: "\f39e"; } .fa-facebook-messenger:before { content: "\f39f"; } .fa-facebook-square:before { content: "\f082"; } .fa-fast-backward:before { content: "\f049"; } .fa-fast-forward:before { content: "\f050"; } .fa-fax:before { content: "\f1ac"; } .fa-feather:before { content: "\f52d"; } .fa-feather-alt:before { content: "\f56b"; } .fa-female:before { content: "\f182"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-file:before { content: "\f15b"; } .fa-file-alt:before { content: "\f15c"; } .fa-file-archive:before { content: "\f1c6"; } .fa-file-audio:before { content: "\f1c7"; } .fa-file-code:before { content: "\f1c9"; } .fa-file-contract:before { content: "\f56c"; } .fa-file-download:before { content: "\f56d"; } .fa-file-excel:before { content: "\f1c3"; } .fa-file-export:before { content: "\f56e"; } .fa-file-image:before { content: "\f1c5"; } .fa-file-import:before { content: "\f56f"; } .fa-file-invoice:before { content: "\f570"; } .fa-file-invoice-dollar:before { content: "\f571"; } .fa-file-medical:before { content: "\f477"; } .fa-file-medical-alt:before { content: "\f478"; } .fa-file-pdf:before { content: "\f1c1"; } .fa-file-powerpoint:before { content: "\f1c4"; } .fa-file-prescription:before { content: "\f572"; } .fa-file-signature:before { content: "\f573"; } .fa-file-upload:before { content: "\f574"; } .fa-file-video:before { content: "\f1c8"; } .fa-file-word:before { content: "\f1c2"; } .fa-fill:before { content: "\f575"; } .fa-fill-drip:before { content: "\f576"; } .fa-film:before { content: "\f008"; } .fa-filter:before { content: "\f0b0"; } .fa-fingerprint:before { content: "\f577"; } .fa-fire:before { content: "\f06d"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-firefox:before { content: "\f269"; } .fa-first-aid:before { content: "\f479"; } .fa-first-order:before { content: "\f2b0"; } .fa-first-order-alt:before { content: "\f50a"; } .fa-firstdraft:before { content: "\f3a1"; } .fa-fish:before { content: "\f578"; } .fa-flag:before { content: "\f024"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-flask:before { content: "\f0c3"; } .fa-flickr:before { content: "\f16e"; } .fa-flipboard:before { content: "\f44d"; } .fa-flushed:before { content: "\f579"; } .fa-fly:before { content: "\f417"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-font:before { content: "\f031"; } .fa-font-awesome:before { content: "\f2b4"; } .fa-font-awesome-alt:before { content: "\f35c"; } .fa-font-awesome-flag:before { content: "\f425"; } .fa-font-awesome-logo-full:before { content: "\f4e6"; } .fa-fonticons:before { content: "\f280"; } .fa-fonticons-fi:before { content: "\f3a2"; } .fa-football-ball:before { content: "\f44e"; } .fa-fort-awesome:before { content: "\f286"; } .fa-fort-awesome-alt:before { content: "\f3a3"; } .fa-forumbee:before { content: "\f211"; } .fa-forward:before { content: "\f04e"; } .fa-foursquare:before { content: "\f180"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-freebsd:before { content: "\f3a4"; } .fa-frog:before { content: "\f52e"; } .fa-frown:before { content: "\f119"; } .fa-frown-open:before { content: "\f57a"; } .fa-fulcrum:before { content: "\f50b"; } .fa-futbol:before { content: "\f1e3"; } .fa-galactic-republic:before { content: "\f50c"; } .fa-galactic-senate:before { content: "\f50d"; } .fa-gamepad:before { content: "\f11b"; } .fa-gas-pump:before { content: "\f52f"; } .fa-gavel:before { content: "\f0e3"; } .fa-gem:before { content: "\f3a5"; } .fa-genderless:before { content: "\f22d"; } .fa-get-pocket:before { content: "\f265"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-gift:before { content: "\f06b"; } .fa-git:before { content: "\f1d3"; } .fa-git-square:before { content: "\f1d2"; } .fa-github:before { content: "\f09b"; } .fa-github-alt:before { content: "\f113"; } .fa-github-square:before { content: "\f092"; } .fa-gitkraken:before { content: "\f3a6"; } .fa-gitlab:before { content: "\f296"; } .fa-gitter:before { content: "\f426"; } .fa-glass-martini:before { content: "\f000"; } .fa-glass-martini-alt:before { content: "\f57b"; } .fa-glasses:before { content: "\f530"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-globe:before { content: "\f0ac"; } .fa-globe-africa:before { content: "\f57c"; } .fa-globe-americas:before { content: "\f57d"; } .fa-globe-asia:before { content: "\f57e"; } .fa-gofore:before { content: "\f3a7"; } .fa-golf-ball:before { content: "\f450"; } .fa-goodreads:before { content: "\f3a8"; } .fa-goodreads-g:before { content: "\f3a9"; } .fa-google:before { content: "\f1a0"; } .fa-google-drive:before { content: "\f3aa"; } .fa-google-play:before { content: "\f3ab"; } .fa-google-plus:before { content: "\f2b3"; } .fa-google-plus-g:before { content: "\f0d5"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-graduation-cap:before { content: "\f19d"; } .fa-gratipay:before { content: "\f184"; } .fa-grav:before { content: "\f2d6"; } .fa-greater-than:before { content: "\f531"; } .fa-greater-than-equal:before { content: "\f532"; } .fa-grimace:before { content: "\f57f"; } .fa-grin:before { content: "\f580"; } .fa-grin-alt:before { content: "\f581"; } .fa-grin-beam:before { content: "\f582"; } .fa-grin-beam-sweat:before { content: "\f583"; } .fa-grin-hearts:before { content: "\f584"; } .fa-grin-squint:before { content: "\f585"; } .fa-grin-squint-tears:before { content: "\f586"; } .fa-grin-stars:before { content: "\f587"; } .fa-grin-tears:before { content: "\f588"; } .fa-grin-tongue:before { content: "\f589"; } .fa-grin-tongue-squint:before { content: "\f58a"; } .fa-grin-tongue-wink:before { content: "\f58b"; } .fa-grin-wink:before { content: "\f58c"; } .fa-grip-horizontal:before { content: "\f58d"; } .fa-grip-vertical:before { content: "\f58e"; } .fa-gripfire:before { content: "\f3ac"; } .fa-grunt:before { content: "\f3ad"; } .fa-gulp:before { content: "\f3ae"; } .fa-h-square:before { content: "\f0fd"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-hacker-news-square:before { content: "\f3af"; } .fa-hand-holding:before { content: "\f4bd"; } .fa-hand-holding-heart:before { content: "\f4be"; } .fa-hand-holding-usd:before { content: "\f4c0"; } .fa-hand-lizard:before { content: "\f258"; } .fa-hand-paper:before { content: "\f256"; } .fa-hand-peace:before { content: "\f25b"; } .fa-hand-point-down:before { content: "\f0a7"; } .fa-hand-point-left:before { content: "\f0a5"; } .fa-hand-point-right:before { content: "\f0a4"; } .fa-hand-point-up:before { content: "\f0a6"; } .fa-hand-pointer:before { content: "\f25a"; } .fa-hand-rock:before { content: "\f255"; } .fa-hand-scissors:before { content: "\f257"; } .fa-hand-spock:before { content: "\f259"; } .fa-hands:before { content: "\f4c2"; } .fa-hands-helping:before { content: "\f4c4"; } .fa-handshake:before { content: "\f2b5"; } .fa-hashtag:before { content: "\f292"; } .fa-hdd:before { content: "\f0a0"; } .fa-heading:before { content: "\f1dc"; } .fa-headphones:before { content: "\f025"; } .fa-headphones-alt:before { content: "\f58f"; } .fa-headset:before { content: "\f590"; } .fa-heart:before { content: "\f004"; } .fa-heartbeat:before { content: "\f21e"; } .fa-helicopter:before { content: "\f533"; } .fa-highlighter:before { content: "\f591"; } .fa-hips:before { content: "\f452"; } .fa-hire-a-helper:before { content: "\f3b0"; } .fa-history:before { content: "\f1da"; } .fa-hockey-puck:before { content: "\f453"; } .fa-home:before { content: "\f015"; } .fa-hooli:before { content: "\f427"; } .fa-hornbill:before { content: "\f592"; } .fa-hospital:before { content: "\f0f8"; } .fa-hospital-alt:before { content: "\f47d"; } .fa-hospital-symbol:before { content: "\f47e"; } .fa-hot-tub:before { content: "\f593"; } .fa-hotel:before { content: "\f594"; } .fa-hotjar:before { content: "\f3b1"; } .fa-hourglass:before { content: "\f254"; } .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-start:before { content: "\f251"; } .fa-houzz:before { content: "\f27c"; } .fa-html5:before { content: "\f13b"; } .fa-hubspot:before { content: "\f3b2"; } .fa-i-cursor:before { content: "\f246"; } .fa-id-badge:before { content: "\f2c1"; } .fa-id-card:before { content: "\f2c2"; } .fa-id-card-alt:before { content: "\f47f"; } .fa-image:before { content: "\f03e"; } .fa-images:before { content: "\f302"; } .fa-imdb:before { content: "\f2d8"; } .fa-inbox:before { content: "\f01c"; } .fa-indent:before { content: "\f03c"; } .fa-industry:before { content: "\f275"; } .fa-infinity:before { content: "\f534"; } .fa-info:before { content: "\f129"; } .fa-info-circle:before { content: "\f05a"; } .fa-instagram:before { content: "\f16d"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-ioxhost:before { content: "\f208"; } .fa-italic:before { content: "\f033"; } .fa-itunes:before { content: "\f3b4"; } .fa-itunes-note:before { content: "\f3b5"; } .fa-java:before { content: "\f4e4"; } .fa-jedi-order:before { content: "\f50e"; } .fa-jenkins:before { content: "\f3b6"; } .fa-joget:before { content: "\f3b7"; } .fa-joint:before { content: "\f595"; } .fa-joomla:before { content: "\f1aa"; } .fa-js:before { content: "\f3b8"; } .fa-js-square:before { content: "\f3b9"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-key:before { content: "\f084"; } .fa-keybase:before { content: "\f4f5"; } .fa-keyboard:before { content: "\f11c"; } .fa-keycdn:before { content: "\f3ba"; } .fa-kickstarter:before { content: "\f3bb"; } .fa-kickstarter-k:before { content: "\f3bc"; } .fa-kiss:before { content: "\f596"; } .fa-kiss-beam:before { content: "\f597"; } .fa-kiss-wink-heart:before { content: "\f598"; } .fa-kiwi-bird:before { content: "\f535"; } .fa-korvue:before { content: "\f42f"; } .fa-language:before { content: "\f1ab"; } .fa-laptop:before { content: "\f109"; } .fa-laravel:before { content: "\f3bd"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-laugh:before { content: "\f599"; } .fa-laugh-beam:before { content: "\f59a"; } .fa-laugh-squint:before { content: "\f59b"; } .fa-laugh-wink:before { content: "\f59c"; } .fa-leaf:before { content: "\f06c"; } .fa-leanpub:before { content: "\f212"; } .fa-lemon:before { content: "\f094"; } .fa-less:before { content: "\f41d"; } .fa-less-than:before { content: "\f536"; } .fa-less-than-equal:before { content: "\f537"; } .fa-level-down-alt:before { content: "\f3be"; } .fa-level-up-alt:before { content: "\f3bf"; } .fa-life-ring:before { content: "\f1cd"; } .fa-lightbulb:before { content: "\f0eb"; } .fa-line:before { content: "\f3c0"; } .fa-link:before { content: "\f0c1"; } .fa-linkedin:before { content: "\f08c"; } .fa-linkedin-in:before { content: "\f0e1"; } .fa-linode:before { content: "\f2b8"; } .fa-linux:before { content: "\f17c"; } .fa-lira-sign:before { content: "\f195"; } .fa-list:before { content: "\f03a"; } .fa-list-alt:before { content: "\f022"; } .fa-list-ol:before { content: "\f0cb"; } .fa-list-ul:before { content: "\f0ca"; } .fa-location-arrow:before { content: "\f124"; } .fa-lock:before { content: "\f023"; } .fa-lock-open:before { content: "\f3c1"; } .fa-long-arrow-alt-down:before { content: "\f309"; } .fa-long-arrow-alt-left:before { content: "\f30a"; } .fa-long-arrow-alt-right:before { content: "\f30b"; } .fa-long-arrow-alt-up:before { content: "\f30c"; } .fa-low-vision:before { content: "\f2a8"; } .fa-luggage-cart:before { content: "\f59d"; } .fa-lyft:before { content: "\f3c3"; } .fa-magento:before { content: "\f3c4"; } .fa-magic:before { content: "\f0d0"; } .fa-magnet:before { content: "\f076"; } .fa-mailchimp:before { content: "\f59e"; } .fa-male:before { content: "\f183"; } .fa-mandalorian:before { content: "\f50f"; } .fa-map:before { content: "\f279"; } .fa-map-marked:before { content: "\f59f"; } .fa-map-marked-alt:before { content: "\f5a0"; } .fa-map-marker:before { content: "\f041"; } .fa-map-marker-alt:before { content: "\f3c5"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-marker:before { content: "\f5a1"; } .fa-mars:before { content: "\f222"; } .fa-mars-double:before { content: "\f227"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mastodon:before { content: "\f4f6"; } .fa-maxcdn:before { content: "\f136"; } .fa-medal:before { content: "\f5a2"; } .fa-medapps:before { content: "\f3c6"; } .fa-medium:before { content: "\f23a"; } .fa-medium-m:before { content: "\f3c7"; } .fa-medkit:before { content: "\f0fa"; } .fa-medrt:before { content: "\f3c8"; } .fa-meetup:before { content: "\f2e0"; } .fa-megaport:before { content: "\f5a3"; } .fa-meh:before { content: "\f11a"; } .fa-meh-blank:before { content: "\f5a4"; } .fa-meh-rolling-eyes:before { content: "\f5a5"; } .fa-memory:before { content: "\f538"; } .fa-mercury:before { content: "\f223"; } .fa-microchip:before { content: "\f2db"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-alt:before { content: "\f3c9"; } .fa-microphone-alt-slash:before { content: "\f539"; } .fa-microphone-slash:before { content: "\f131"; } .fa-microsoft:before { content: "\f3ca"; } .fa-minus:before { content: "\f068"; } .fa-minus-circle:before { content: "\f056"; } .fa-minus-square:before { content: "\f146"; } .fa-mix:before { content: "\f3cb"; } .fa-mixcloud:before { content: "\f289"; } .fa-mizuni:before { content: "\f3cc"; } .fa-mobile:before { content: "\f10b"; } .fa-mobile-alt:before { content: "\f3cd"; } .fa-modx:before { content: "\f285"; } .fa-monero:before { content: "\f3d0"; } .fa-money-bill:before { content: "\f0d6"; } .fa-money-bill-alt:before { content: "\f3d1"; } .fa-money-bill-wave:before { content: "\f53a"; } .fa-money-bill-wave-alt:before { content: "\f53b"; } .fa-money-check:before { content: "\f53c"; } .fa-money-check-alt:before { content: "\f53d"; } .fa-monument:before { content: "\f5a6"; } .fa-moon:before { content: "\f186"; } .fa-mortar-pestle:before { content: "\f5a7"; } .fa-motorcycle:before { content: "\f21c"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-music:before { content: "\f001"; } .fa-napster:before { content: "\f3d2"; } .fa-neuter:before { content: "\f22c"; } .fa-newspaper:before { content: "\f1ea"; } .fa-nimblr:before { content: "\f5a8"; } .fa-nintendo-switch:before { content: "\f418"; } .fa-node:before { content: "\f419"; } .fa-node-js:before { content: "\f3d3"; } .fa-not-equal:before { content: "\f53e"; } .fa-notes-medical:before { content: "\f481"; } .fa-npm:before { content: "\f3d4"; } .fa-ns8:before { content: "\f3d5"; } .fa-nutritionix:before { content: "\f3d6"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-old-republic:before { content: "\f510"; } .fa-opencart:before { content: "\f23d"; } .fa-openid:before { content: "\f19b"; } .fa-opera:before { content: "\f26a"; } .fa-optin-monster:before { content: "\f23c"; } .fa-osi:before { content: "\f41a"; } .fa-outdent:before { content: "\f03b"; } .fa-page4:before { content: "\f3d7"; } .fa-pagelines:before { content: "\f18c"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-paint-roller:before { content: "\f5aa"; } .fa-palette:before { content: "\f53f"; } .fa-palfed:before { content: "\f3d8"; } .fa-pallet:before { content: "\f482"; } .fa-paper-plane:before { content: "\f1d8"; } .fa-paperclip:before { content: "\f0c6"; } .fa-parachute-box:before { content: "\f4cd"; } .fa-paragraph:before { content: "\f1dd"; } .fa-parking:before { content: "\f540"; } .fa-passport:before { content: "\f5ab"; } .fa-paste:before { content: "\f0ea"; } .fa-patreon:before { content: "\f3d9"; } .fa-pause:before { content: "\f04c"; } .fa-pause-circle:before { content: "\f28b"; } .fa-paw:before { content: "\f1b0"; } .fa-paypal:before { content: "\f1ed"; } .fa-pen:before { content: "\f304"; } .fa-pen-alt:before { content: "\f305"; } .fa-pen-fancy:before { content: "\f5ac"; } .fa-pen-nib:before { content: "\f5ad"; } .fa-pen-square:before { content: "\f14b"; } .fa-pencil-alt:before { content: "\f303"; } .fa-pencil-ruler:before { content: "\f5ae"; } .fa-people-carry:before { content: "\f4ce"; } .fa-percent:before { content: "\f295"; } .fa-percentage:before { content: "\f541"; } .fa-periscope:before { content: "\f3da"; } .fa-phabricator:before { content: "\f3db"; } .fa-phoenix-framework:before { content: "\f3dc"; } .fa-phoenix-squadron:before { content: "\f511"; } .fa-phone:before { content: "\f095"; } .fa-phone-slash:before { content: "\f3dd"; } .fa-phone-square:before { content: "\f098"; } .fa-phone-volume:before { content: "\f2a0"; } .fa-php:before { content: "\f457"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-pied-piper-hat:before { content: "\f4e5"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-piggy-bank:before { content: "\f4d3"; } .fa-pills:before { content: "\f484"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-p:before { content: "\f231"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-plane:before { content: "\f072"; } .fa-plane-arrival:before { content: "\f5af"; } .fa-plane-departure:before { content: "\f5b0"; } .fa-play:before { content: "\f04b"; } .fa-play-circle:before { content: "\f144"; } .fa-playstation:before { content: "\f3df"; } .fa-plug:before { content: "\f1e6"; } .fa-plus:before { content: "\f067"; } .fa-plus-circle:before { content: "\f055"; } .fa-plus-square:before { content: "\f0fe"; } .fa-podcast:before { content: "\f2ce"; } .fa-poo:before { content: "\f2fe"; } .fa-portrait:before { content: "\f3e0"; } .fa-pound-sign:before { content: "\f154"; } .fa-power-off:before { content: "\f011"; } .fa-prescription:before { content: "\f5b1"; } .fa-prescription-bottle:before { content: "\f485"; } .fa-prescription-bottle-alt:before { content: "\f486"; } .fa-print:before { content: "\f02f"; } .fa-procedures:before { content: "\f487"; } .fa-product-hunt:before { content: "\f288"; } .fa-project-diagram:before { content: "\f542"; } .fa-pushed:before { content: "\f3e1"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-python:before { content: "\f3e2"; } .fa-qq:before { content: "\f1d6"; } .fa-qrcode:before { content: "\f029"; } .fa-question:before { content: "\f128"; } .fa-question-circle:before { content: "\f059"; } .fa-quidditch:before { content: "\f458"; } .fa-quinscape:before { content: "\f459"; } .fa-quora:before { content: "\f2c4"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-r-project:before { content: "\f4f7"; } .fa-random:before { content: "\f074"; } .fa-ravelry:before { content: "\f2d9"; } .fa-react:before { content: "\f41b"; } .fa-readme:before { content: "\f4d5"; } .fa-rebel:before { content: "\f1d0"; } .fa-receipt:before { content: "\f543"; } .fa-recycle:before { content: "\f1b8"; } .fa-red-river:before { content: "\f3e3"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-alien:before { content: "\f281"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-redo:before { content: "\f01e"; } .fa-redo-alt:before { content: "\f2f9"; } .fa-registered:before { content: "\f25d"; } .fa-rendact:before { content: "\f3e4"; } .fa-renren:before { content: "\f18b"; } .fa-reply:before { content: "\f3e5"; } .fa-reply-all:before { content: "\f122"; } .fa-replyd:before { content: "\f3e6"; } .fa-researchgate:before { content: "\f4f8"; } .fa-resolving:before { content: "\f3e7"; } .fa-retweet:before { content: "\f079"; } .fa-rev:before { content: "\f5b2"; } .fa-ribbon:before { content: "\f4d6"; } .fa-road:before { content: "\f018"; } .fa-robot:before { content: "\f544"; } .fa-rocket:before { content: "\f135"; } .fa-rocketchat:before { content: "\f3e8"; } .fa-rockrms:before { content: "\f3e9"; } .fa-rss:before { content: "\f09e"; } .fa-rss-square:before { content: "\f143"; } .fa-ruble-sign:before { content: "\f158"; } .fa-ruler:before { content: "\f545"; } .fa-ruler-combined:before { content: "\f546"; } .fa-ruler-horizontal:before { content: "\f547"; } .fa-ruler-vertical:before { content: "\f548"; } .fa-rupee-sign:before { content: "\f156"; } .fa-sad-cry:before { content: "\f5b3"; } .fa-sad-tear:before { content: "\f5b4"; } .fa-safari:before { content: "\f267"; } .fa-sass:before { content: "\f41e"; } .fa-save:before { content: "\f0c7"; } .fa-schlix:before { content: "\f3ea"; } .fa-school:before { content: "\f549"; } .fa-screwdriver:before { content: "\f54a"; } .fa-scribd:before { content: "\f28a"; } .fa-search:before { content: "\f002"; } .fa-search-minus:before { content: "\f010"; } .fa-search-plus:before { content: "\f00e"; } .fa-searchengin:before { content: "\f3eb"; } .fa-seedling:before { content: "\f4d8"; } .fa-sellcast:before { content: "\f2da"; } .fa-sellsy:before { content: "\f213"; } .fa-server:before { content: "\f233"; } .fa-servicestack:before { content: "\f3ec"; } .fa-share:before { content: "\f064"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-share-square:before { content: "\f14d"; } .fa-shekel-sign:before { content: "\f20b"; } .fa-shield-alt:before { content: "\f3ed"; } .fa-ship:before { content: "\f21a"; } .fa-shipping-fast:before { content: "\f48b"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-shoe-prints:before { content: "\f54b"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-shopware:before { content: "\f5b5"; } .fa-shower:before { content: "\f2cc"; } .fa-shuttle-van:before { content: "\f5b6"; } .fa-sign:before { content: "\f4d9"; } .fa-sign-in-alt:before { content: "\f2f6"; } .fa-sign-language:before { content: "\f2a7"; } .fa-sign-out-alt:before { content: "\f2f5"; } .fa-signal:before { content: "\f012"; } .fa-signature:before { content: "\f5b7"; } .fa-simplybuilt:before { content: "\f215"; } .fa-sistrix:before { content: "\f3ee"; } .fa-sitemap:before { content: "\f0e8"; } .fa-sith:before { content: "\f512"; } .fa-skull:before { content: "\f54c"; } .fa-skyatlas:before { content: "\f216"; } .fa-skype:before { content: "\f17e"; } .fa-slack:before { content: "\f198"; } .fa-slack-hash:before { content: "\f3ef"; } .fa-sliders-h:before { content: "\f1de"; } .fa-slideshare:before { content: "\f1e7"; } .fa-smile:before { content: "\f118"; } .fa-smile-beam:before { content: "\f5b8"; } .fa-smile-wink:before { content: "\f4da"; } .fa-smoking:before { content: "\f48d"; } .fa-smoking-ban:before { content: "\f54d"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-snowflake:before { content: "\f2dc"; } .fa-solar-panel:before { content: "\f5ba"; } .fa-sort:before { content: "\f0dc"; } .fa-sort-alpha-down:before { content: "\f15d"; } .fa-sort-alpha-up:before { content: "\f15e"; } .fa-sort-amount-down:before { content: "\f160"; } .fa-sort-amount-up:before { content: "\f161"; } .fa-sort-down:before { content: "\f0dd"; } .fa-sort-numeric-down:before { content: "\f162"; } .fa-sort-numeric-up:before { content: "\f163"; } .fa-sort-up:before { content: "\f0de"; } .fa-soundcloud:before { content: "\f1be"; } .fa-spa:before { content: "\f5bb"; } .fa-space-shuttle:before { content: "\f197"; } .fa-speakap:before { content: "\f3f3"; } .fa-spinner:before { content: "\f110"; } .fa-splotch:before { content: "\f5bc"; } .fa-spotify:before { content: "\f1bc"; } .fa-spray-can:before { content: "\f5bd"; } .fa-square:before { content: "\f0c8"; } .fa-square-full:before { content: "\f45c"; } .fa-squarespace:before { content: "\f5be"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-stamp:before { content: "\f5bf"; } .fa-star:before { content: "\f005"; } .fa-star-half:before { content: "\f089"; } .fa-star-half-alt:before { content: "\f5c0"; } .fa-staylinked:before { content: "\f3f5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-steam-symbol:before { content: "\f3f6"; } .fa-step-backward:before { content: "\f048"; } .fa-step-forward:before { content: "\f051"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-sticker-mule:before { content: "\f3f7"; } .fa-sticky-note:before { content: "\f249"; } .fa-stop:before { content: "\f04d"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stopwatch:before { content: "\f2f2"; } .fa-store:before { content: "\f54e"; } .fa-store-alt:before { content: "\f54f"; } .fa-strava:before { content: "\f428"; } .fa-stream:before { content: "\f550"; } .fa-street-view:before { content: "\f21d"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-stripe:before { content: "\f429"; } .fa-stripe-s:before { content: "\f42a"; } .fa-stroopwafel:before { content: "\f551"; } .fa-studiovinari:before { content: "\f3f8"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-subscript:before { content: "\f12c"; } .fa-subway:before { content: "\f239"; } .fa-suitcase:before { content: "\f0f2"; } .fa-suitcase-rolling:before { content: "\f5c1"; } .fa-sun:before { content: "\f185"; } .fa-superpowers:before { content: "\f2dd"; } .fa-superscript:before { content: "\f12b"; } .fa-supple:before { content: "\f3f9"; } .fa-surprise:before { content: "\f5c2"; } .fa-swatchbook:before { content: "\f5c3"; } .fa-swimmer:before { content: "\f5c4"; } .fa-swimming-pool:before { content: "\f5c5"; } .fa-sync:before { content: "\f021"; } .fa-sync-alt:before { content: "\f2f1"; } .fa-syringe:before { content: "\f48e"; } .fa-table:before { content: "\f0ce"; } .fa-table-tennis:before { content: "\f45d"; } .fa-tablet:before { content: "\f10a"; } .fa-tablet-alt:before { content: "\f3fa"; } .fa-tablets:before { content: "\f490"; } .fa-tachometer-alt:before { content: "\f3fd"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-tape:before { content: "\f4db"; } .fa-tasks:before { content: "\f0ae"; } .fa-taxi:before { content: "\f1ba"; } .fa-teamspeak:before { content: "\f4f9"; } .fa-telegram:before { content: "\f2c6"; } .fa-telegram-plane:before { content: "\f3fe"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-terminal:before { content: "\f120"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-th:before { content: "\f00a"; } .fa-th-large:before { content: "\f009"; } .fa-th-list:before { content: "\f00b"; } .fa-themeco:before { content: "\f5c6"; } .fa-themeisle:before { content: "\f2b2"; } .fa-thermometer:before { content: "\f491"; } .fa-thermometer-empty:before { content: "\f2cb"; } .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thumbs-down:before { content: "\f165"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbtack:before { content: "\f08d"; } .fa-ticket-alt:before { content: "\f3ff"; } .fa-times:before { content: "\f00d"; } .fa-times-circle:before { content: "\f057"; } .fa-tint:before { content: "\f043"; } .fa-tint-slash:before { content: "\f5c7"; } .fa-tired:before { content: "\f5c8"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-toolbox:before { content: "\f552"; } .fa-tooth:before { content: "\f5c9"; } .fa-trade-federation:before { content: "\f513"; } .fa-trademark:before { content: "\f25c"; } .fa-train:before { content: "\f238"; } .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-trash:before { content: "\f1f8"; } .fa-trash-alt:before { content: "\f2ed"; } .fa-tree:before { content: "\f1bb"; } .fa-trello:before { content: "\f181"; } .fa-tripadvisor:before { content: "\f262"; } .fa-trophy:before { content: "\f091"; } .fa-truck:before { content: "\f0d1"; } .fa-truck-loading:before { content: "\f4de"; } .fa-truck-moving:before { content: "\f4df"; } .fa-tshirt:before { content: "\f553"; } .fa-tty:before { content: "\f1e4"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-tv:before { content: "\f26c"; } .fa-twitch:before { content: "\f1e8"; } .fa-twitter:before { content: "\f099"; } .fa-twitter-square:before { content: "\f081"; } .fa-typo3:before { content: "\f42b"; } .fa-uber:before { content: "\f402"; } .fa-uikit:before { content: "\f403"; } .fa-umbrella:before { content: "\f0e9"; } .fa-umbrella-beach:before { content: "\f5ca"; } .fa-underline:before { content: "\f0cd"; } .fa-undo:before { content: "\f0e2"; } .fa-undo-alt:before { content: "\f2ea"; } .fa-uniregistry:before { content: "\f404"; } .fa-universal-access:before { content: "\f29a"; } .fa-university:before { content: "\f19c"; } .fa-unlink:before { content: "\f127"; } .fa-unlock:before { content: "\f09c"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-untappd:before { content: "\f405"; } .fa-upload:before { content: "\f093"; } .fa-usb:before { content: "\f287"; } .fa-user:before { content: "\f007"; } .fa-user-alt:before { content: "\f406"; } .fa-user-alt-slash:before { content: "\f4fa"; } .fa-user-astronaut:before { content: "\f4fb"; } .fa-user-check:before { content: "\f4fc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-clock:before { content: "\f4fd"; } .fa-user-cog:before { content: "\f4fe"; } .fa-user-edit:before { content: "\f4ff"; } .fa-user-friends:before { content: "\f500"; } .fa-user-graduate:before { content: "\f501"; } .fa-user-lock:before { content: "\f502"; } .fa-user-md:before { content: "\f0f0"; } .fa-user-minus:before { content: "\f503"; } .fa-user-ninja:before { content: "\f504"; } .fa-user-plus:before { content: "\f234"; } .fa-user-secret:before { content: "\f21b"; } .fa-user-shield:before { content: "\f505"; } .fa-user-slash:before { content: "\f506"; } .fa-user-tag:before { content: "\f507"; } .fa-user-tie:before { content: "\f508"; } .fa-user-times:before { content: "\f235"; } .fa-users:before { content: "\f0c0"; } .fa-users-cog:before { content: "\f509"; } .fa-ussunnah:before { content: "\f407"; } .fa-utensil-spoon:before { content: "\f2e5"; } .fa-utensils:before { content: "\f2e7"; } .fa-vaadin:before { content: "\f408"; } .fa-vector-square:before { content: "\f5cb"; } .fa-venus:before { content: "\f221"; } .fa-venus-double:before { content: "\f226"; } .fa-venus-mars:before { content: "\f228"; } .fa-viacoin:before { content: "\f237"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-vial:before { content: "\f492"; } .fa-vials:before { content: "\f493"; } .fa-viber:before { content: "\f409"; } .fa-video:before { content: "\f03d"; } .fa-video-slash:before { content: "\f4e2"; } .fa-vimeo:before { content: "\f40a"; } .fa-vimeo-square:before { content: "\f194"; } .fa-vimeo-v:before { content: "\f27d"; } .fa-vine:before { content: "\f1ca"; } .fa-vk:before { content: "\f189"; } .fa-vnv:before { content: "\f40b"; } .fa-volleyball-ball:before { content: "\f45f"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-up:before { content: "\f028"; } .fa-vuejs:before { content: "\f41f"; } .fa-walking:before { content: "\f554"; } .fa-wallet:before { content: "\f555"; } .fa-warehouse:before { content: "\f494"; } .fa-weebly:before { content: "\f5cc"; } .fa-weibo:before { content: "\f18a"; } .fa-weight:before { content: "\f496"; } .fa-weight-hanging:before { content: "\f5cd"; } .fa-weixin:before { content: "\f1d7"; } .fa-whatsapp:before { content: "\f232"; } .fa-whatsapp-square:before { content: "\f40c"; } .fa-wheelchair:before { content: "\f193"; } .fa-whmcs:before { content: "\f40d"; } .fa-wifi:before { content: "\f1eb"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-window-close:before { content: "\f410"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-windows:before { content: "\f17a"; } .fa-wine-glass:before { content: "\f4e3"; } .fa-wine-glass-alt:before { content: "\f5ce"; } .fa-wix:before { content: "\f5cf"; } .fa-wolf-pack-battalion:before { content: "\f514"; } .fa-won-sign:before { content: "\f159"; } .fa-wordpress:before { content: "\f19a"; } .fa-wordpress-simple:before { content: "\f411"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-wpforms:before { content: "\f298"; } .fa-wrench:before { content: "\f0ad"; } .fa-x-ray:before { content: "\f497"; } .fa-xbox:before { content: "\f412"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-y-combinator:before { content: "\f23b"; } .fa-yahoo:before { content: "\f19e"; } .fa-yandex:before { content: "\f413"; } .fa-yandex-international:before { content: "\f414"; } .fa-yelp:before { content: "\f1e9"; } .fa-yen-sign:before { content: "\f157"; } .fa-yoast:before { content: "\f2b1"; } .fa-youtube:before { content: "\f167"; } .fa-youtube-square:before { content: "\f431"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; src: url("../static/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../static/webfonts/fa-solid-900.woff2") format("woff2"), url("../static/webfonts/fa-solid-900.woff") format("woff"), url("../static/webfonts/fa-solid-900.ttf") format("truetype"), url("../static/webfonts/fa-solid-900.svg#fontawesome") format("svg"); src: url("../static/webfonts/fa-solid-900.eot"); } .fa, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: normal; src: url("../static/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../static/webfonts/fa-brands-400.woff2") format("woff2"), url("../static/webfonts/fa-brands-400.woff") format("woff"), url("../static/webfonts/fa-brands-400.ttf") format("truetype"), url("../static/webfonts/fa-brands-400.svg#fontawesome") format("svg"); src: url("../static/webfonts/fa-brands-400.eot"); } .fab { font-family: "Font Awesome 5 Brands"; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; src: url("../static/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../static/webfonts/fa-regular-400.woff2") format("woff2"), url("../static/webfonts/fa-regular-400.woff") format("woff"), url("../static/webfonts/fa-regular-400.ttf") format("truetype"), url("../static/webfonts/fa-regular-400.svg#fontawesome") format("svg"); src: url("../static/webfonts/fa-regular-400.eot"); } .far { font-family: "Font Awesome 5 Free"; font-weight: 400; } /*! Spectre.css Icons v0.5.3 | MIT License | github.com/picturepan2/spectre */ .icon { box-sizing: border-box; display: inline-block; font-size: inherit; font-style: normal; height: 1em; position: relative; text-indent: -9999px; vertical-align: middle; width: 1em; } .icon::before, .icon::after { display: block; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } .icon.icon-2x { font-size: 1.6rem; } .icon.icon-3x { font-size: 2.4rem; } .icon.icon-4x { font-size: 3.2rem; } .accordion .icon, .btn .icon, .toast .icon, .menu .icon { vertical-align: -10%; } .btn-lg .icon { vertical-align: -15%; } .icon-arrow-down::before, .icon-arrow-left::before, .icon-arrow-right::before, .icon-arrow-up::before, .icon-downward::before, .icon-back::before, .icon-forward::before, .icon-upward::before { border: .1rem solid currentColor; border-bottom: 0; border-right: 0; content: ""; height: .65em; width: .65em; } .icon-arrow-down::before { transform: translate(-50%, -75%) rotate(225deg); } .icon-arrow-left::before { transform: translate(-25%, -50%) rotate(-45deg); } .icon-arrow-right::before { transform: translate(-75%, -50%) rotate(135deg); } .icon-arrow-up::before { transform: translate(-50%, -25%) rotate(45deg); } .icon-back::after, .icon-forward::after { background: currentColor; content: ""; height: .1rem; width: .8em; } .icon-downward::after, .icon-upward::after { background: currentColor; content: ""; height: .8em; width: .1rem; } .icon-back::after { left: 55%; } .icon-back::before { transform: translate(-50%, -50%) rotate(-45deg); } .icon-downward::after { top: 45%; } .icon-downward::before { transform: translate(-50%, -50%) rotate(-135deg); } .icon-forward::after { left: 45%; } .icon-forward::before { transform: translate(-50%, -50%) rotate(135deg); } .icon-upward::after { top: 55%; } .icon-upward::before { transform: translate(-50%, -50%) rotate(45deg); } .icon-caret::before { border-left: .3em solid transparent; border-right: .3em solid transparent; border-top: .3em solid currentColor; content: ""; height: 0; transform: translate(-50%, -25%); width: 0; } .icon-menu::before { background: currentColor; box-shadow: 0 -.35em, 0 .35em; content: ""; height: .1rem; width: 100%; } .icon-apps::before { background: currentColor; box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em; content: ""; height: 3px; width: 3px; } .icon-resize-horiz::before, .icon-resize-horiz::after, .icon-resize-vert::before, .icon-resize-vert::after { border: .1rem solid currentColor; border-bottom: 0; border-right: 0; content: ""; height: .45em; width: .45em; } .icon-resize-horiz::before, .icon-resize-vert::before { transform: translate(-50%, -90%) rotate(45deg); } .icon-resize-horiz::after, .icon-resize-vert::after { transform: translate(-50%, -10%) rotate(225deg); } .icon-resize-horiz::before { transform: translate(-90%, -50%) rotate(-45deg); } .icon-resize-horiz::after { transform: translate(-10%, -50%) rotate(135deg); } .icon-more-horiz::before, .icon-more-vert::before { background: currentColor; border-radius: 50%; box-shadow: -.4em 0, .4em 0; content: ""; height: 3px; width: 3px; } .icon-more-vert::before { box-shadow: 0 -.4em, 0 .4em; } .icon-plus::before, .icon-minus::before, .icon-cross::before { background: currentColor; content: ""; height: .1rem; width: 100%; } .icon-plus::after, .icon-cross::after { background: currentColor; content: ""; height: 100%; width: .1rem; } .icon-cross::before { width: 100%; } .icon-cross::after { height: 100%; } .icon-cross::before, .icon-cross::after { transform: translate(-50%, -50%) rotate(45deg); } .icon-check::before { border: .1rem solid currentColor; border-right: 0; border-top: 0; content: ""; height: .5em; transform: translate(-50%, -75%) rotate(-45deg); width: .9em; } .icon-stop { border: .1rem solid currentColor; border-radius: 50%; } .icon-stop::before { background: currentColor; content: ""; height: .1rem; transform: translate(-50%, -50%) rotate(45deg); width: 1em; } .icon-shutdown { border: .1rem solid currentColor; border-radius: 50%; border-top-color: transparent; } .icon-shutdown::before { background: currentColor; content: ""; height: .5em; top: .1em; width: .1rem; } .icon-refresh::before { border: .1rem solid currentColor; border-radius: 50%; border-right-color: transparent; content: ""; height: 1em; width: 1em; } .icon-refresh::after { border: .2em solid currentColor; border-left-color: transparent; border-top-color: transparent; content: ""; height: 0; left: 80%; top: 20%; width: 0; } .icon-search::before { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .75em; left: 5%; top: 5%; transform: translate(0, 0) rotate(45deg); width: .75em; } .icon-search::after { background: currentColor; content: ""; height: .1rem; left: 80%; top: 80%; transform: translate(-50%, -50%) rotate(45deg); width: .4em; } .icon-edit::before { border: .1rem solid currentColor; content: ""; height: .4em; transform: translate(-40%, -60%) rotate(-45deg); width: .85em; } .icon-edit::after { border: .15em solid currentColor; border-right-color: transparent; border-top-color: transparent; content: ""; height: 0; left: 5%; top: 95%; transform: translate(0, -100%); width: 0; } .icon-delete::before { border: .1rem solid currentColor; border-bottom-left-radius: .1rem; border-bottom-right-radius: .1rem; border-top: 0; content: ""; height: .75em; top: 60%; width: .75em; } .icon-delete::after { background: currentColor; box-shadow: -.25em .2em, .25em .2em; content: ""; height: .1rem; top: .05rem; width: .5em; } .icon-share { border: .1rem solid currentColor; border-radius: .1rem; border-right: 0; border-top: 0; } .icon-share::before { border: .1rem solid currentColor; border-left: 0; border-top: 0; content: ""; height: .4em; left: 100%; top: .25em; transform: translate(-125%, -50%) rotate(-45deg); width: .4em; } .icon-share::after { border: .1rem solid currentColor; border-bottom: 0; border-radius: 75% 0; border-right: 0; content: ""; height: .5em; width: .6em; } .icon-flag::before { background: currentColor; content: ""; height: 1em; left: 15%; width: .1rem; } .icon-flag::after { border: .1rem solid currentColor; border-bottom-right-radius: .1rem; border-left: 0; border-top-right-radius: .1rem; content: ""; height: .65em; left: 60%; top: 35%; width: .8em; } .icon-bookmark::before { border: .1rem solid currentColor; border-bottom: 0; border-top-left-radius: .1rem; border-top-right-radius: .1rem; content: ""; height: .9em; width: .8em; } .icon-bookmark::after { border: .1rem solid currentColor; border-bottom: 0; border-left: 0; border-radius: .1rem; content: ""; height: .5em; transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg); width: .5em; } .icon-download, .icon-upload { border-bottom: .1rem solid currentColor; } .icon-download::before, .icon-upload::before { border: .1rem solid currentColor; border-bottom: 0; border-right: 0; content: ""; height: .5em; transform: translate(-50%, -60%) rotate(-135deg); width: .5em; } .icon-download::after, .icon-upload::after { background: currentColor; content: ""; height: .6em; top: 40%; width: .1rem; } .icon-upload::before { transform: translate(-50%, -60%) rotate(45deg); } .icon-upload::after { top: 50%; } .icon-time { border: .1rem solid currentColor; border-radius: 50%; } .icon-time::before { background: currentColor; content: ""; height: .4em; transform: translate(-50%, -75%); width: .1rem; } .icon-time::after { background: currentColor; content: ""; height: .3em; transform: translate(-50%, -75%) rotate(90deg); transform-origin: 50% 90%; width: .1rem; } .icon-mail::before { border: .1rem solid currentColor; border-radius: .1rem; content: ""; height: .8em; width: 1em; } .icon-mail::after { border: .1rem solid currentColor; border-right: 0; border-top: 0; content: ""; height: .5em; transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg); width: .5em; } .icon-people::before { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .45em; top: 25%; width: .45em; } .icon-people::after { border: .1rem solid currentColor; border-radius: 50% 50% 0 0; content: ""; height: .4em; top: 75%; width: .9em; } .icon-message { border: .1rem solid currentColor; border-bottom: 0; border-radius: .1rem; border-right: 0; } .icon-message::before { border: .1rem solid currentColor; border-bottom-right-radius: .1rem; border-left: 0; border-top: 0; content: ""; height: .8em; left: 65%; top: 40%; width: .7em; } .icon-message::after { background: currentColor; border-radius: .1rem; content: ""; height: .3em; left: 10%; top: 100%; transform: translate(0, -90%) rotate(45deg); width: .1rem; } .icon-photo { border: .1rem solid currentColor; border-radius: .1rem; } .icon-photo::before { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .25em; left: 35%; top: 35%; width: .25em; } .icon-photo::after { border: .1rem solid currentColor; border-bottom: 0; border-left: 0; content: ""; height: .5em; left: 60%; transform: translate(-50%, 25%) rotate(-45deg); width: .5em; } .icon-link::before, .icon-link::after { border: .1rem solid currentColor; border-radius: 5em 0 0 5em; border-right: 0; content: ""; height: .5em; width: .75em; } .icon-link::before { transform: translate(-70%, -45%) rotate(-45deg); } .icon-link::after { transform: translate(-30%, -55%) rotate(135deg); } .icon-location::before { border: .1rem solid currentColor; border-radius: 50% 50% 50% 0; content: ""; height: .8em; transform: translate(-50%, -60%) rotate(-45deg); width: .8em; } .icon-location::after { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .2em; transform: translate(-50%, -80%); width: .2em; } .icon-emoji { border: .1rem solid currentColor; border-radius: 50%; } .icon-emoji::before { border-radius: 50%; box-shadow: -.17em -.15em, .17em -.15em; content: ""; height: .1em; width: .1em; } .icon-emoji::after { border: .1rem solid currentColor; border-bottom-color: transparent; border-radius: 50%; border-right-color: transparent; content: ""; height: .5em; transform: translate(-50%, -40%) rotate(-135deg); width: .5em; } /*! Spectre.css Experimentals v0.5.3 | MIT License | github.com/picturepan2/spectre */ .form-autocomplete { position: relative; } .form-autocomplete .form-autocomplete-input { align-content: flex-start; display: flex; display: -ms-flexbox; -ms-flex-line-pack: start; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; min-height: 1.6rem; padding: .1rem; } .form-autocomplete .form-autocomplete-input.is-focused { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-autocomplete .form-autocomplete-input .form-input { border-color: transparent; box-shadow: none; display: inline-block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.2rem; line-height: .8rem; margin: .1rem; width: auto; } .form-autocomplete .menu { left: 0; position: absolute; top: 100%; width: 100%; } .form-autocomplete.autocomplete-oneline .form-autocomplete-input { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } .form-autocomplete.autocomplete-oneline .chip { -ms-flex: 1 0 auto; flex: 1 0 auto; } .calendar { border: .05rem solid #e7e9ed; border-radius: .1rem; display: block; min-width: 280px; } .calendar .calendar-nav { align-items: center; background: #f8f9fa; border-top-left-radius: .1rem; border-top-right-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-align: center; font-size: .9rem; padding: .4rem; } .calendar .calendar-header, .calendar .calendar-body { display: flex; display: -ms-flexbox; -ms-flex-pack: center; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; padding: .4rem 0; } .calendar .calendar-header .calendar-date, .calendar .calendar-body .calendar-date { -ms-flex: 0 0 14.28%; flex: 0 0 14.28%; max-width: 14.28%; } .calendar .calendar-header { background: #f8f9fa; border-bottom: .05rem solid #e7e9ed; color: #acb3c2; font-size: .7rem; text-align: center; } .calendar .calendar-body { color: #667189; } .calendar .calendar-date { border: 0; padding: .2rem; } .calendar .calendar-date .date-item { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: .05rem solid transparent; border-radius: 50%; color: #667189; cursor: pointer; font-size: .7rem; height: 1.4rem; line-height: 1rem; outline: none; padding: .1rem; position: relative; text-align: center; text-decoration: none; transition: all .2s ease; vertical-align: middle; white-space: nowrap; width: 1.4rem; } .calendar .calendar-date .date-item.date-today { border-color: #4e7fc2; color: #1d549f; } .calendar .calendar-date .date-item:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .calendar .calendar-date .date-item:focus, .calendar .calendar-date .date-item:hover { background: #648fca; border-color: #4e7fc2; color: #1d549f; text-decoration: none; } .calendar .calendar-date .date-item:active, .calendar .calendar-date .date-item.active { background: #1b4d92; border-color: #17427c; color: #fff; } .calendar .calendar-date .date-item.badge::after { position: absolute; right: 3px; top: 3px; transform: translate(50%, -50%); } .calendar .calendar-date .date-item:disabled, .calendar .calendar-date .date-item.disabled, .calendar .calendar-date .calendar-event:disabled, .calendar .calendar-date .calendar-event.disabled { cursor: default; opacity: .25; pointer-events: none; } .calendar .calendar-date.prev-month .date-item, .calendar .calendar-date.prev-month .calendar-event, .calendar .calendar-date.next-month .date-item, .calendar .calendar-date.next-month .calendar-event { opacity: .25; } .calendar .calendar-range { position: relative; } .calendar .calendar-range::before { background: #5987c6; content: ""; height: 1.4rem; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .calendar .calendar-range.range-start::before { left: 50%; } .calendar .calendar-range.range-end::before { right: 50%; } .calendar .calendar-range.range-start .date-item, .calendar .calendar-range.range-end .date-item { background: #1b4d92; border-color: #17427c; color: #fff; } .calendar .calendar-range .date-item { color: #1d549f; } .calendar.calendar-lg .calendar-body { padding: 0; } .calendar.calendar-lg .calendar-body .calendar-date { border-bottom: .05rem solid #e7e9ed; border-right: .05rem solid #e7e9ed; display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; height: 5.5rem; padding: 0; } .calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) { border-right: 0; } .calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) { border-bottom: 0; } .calendar.calendar-lg .date-item { align-self: flex-end; -ms-flex-item-align: end; height: 1.4rem; margin-right: .2rem; margin-top: .2rem; } .calendar.calendar-lg .calendar-range::before { top: 19px; } .calendar.calendar-lg .calendar-range.range-start::before { left: auto; width: 19px; } .calendar.calendar-lg .calendar-range.range-end::before { right: 19px; } .calendar.calendar-lg .calendar-events { flex-grow: 1; -ms-flex-positive: 1; line-height: 1; overflow-y: auto; padding: .2rem; } .calendar.calendar-lg .calendar-event { border-radius: .1rem; display: block; font-size: .7rem; margin: .1rem auto; overflow: hidden; padding: 3px 4px; text-overflow: ellipsis; white-space: nowrap; } .carousel { background: #f8f9fa; display: block; overflow: hidden; -webkit-overflow-scrolling: touch; position: relative; width: 100%; z-index: 1; } .carousel .carousel-container { height: 100%; left: 0; position: relative; } .carousel .carousel-container::before { content: ""; display: block; padding-bottom: 56.25%; } .carousel .carousel-container .carousel-item { animation: carousel-slideout 1s ease-in-out 1; height: 100%; left: 0; margin: 0; opacity: 0; position: absolute; top: 0; width: 100%; } .carousel .carousel-container .carousel-item:hover .item-prev, .carousel .carousel-container .carousel-item:hover .item-next { opacity: 1; } .carousel .carousel-container .item-prev, .carousel .carousel-container .item-next { background: rgba(231, 233, 237, .25); border-color: rgba(231, 233, 237, .5); color: #e7e9ed; opacity: 0; position: absolute; top: 50%; transform: translateY(-50%); transition: all .4s ease; z-index: 100; } .carousel .carousel-container .item-prev { left: 1rem; } .carousel .carousel-container .item-next { right: 1rem; } .carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-container .carousel-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4) { animation: carousel-slidein .75s ease-in-out 1; opacity: 1; z-index: 100; } .carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4) { color: #e7e9ed; } .carousel .carousel-nav { bottom: .4rem; display: flex; display: -ms-flexbox; -ms-flex-pack: center; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); width: 10rem; z-index: 100; } .carousel .carousel-nav .nav-item { color: rgba(231, 233, 237, .5); display: block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.6rem; margin: .2rem; max-width: 2.5rem; position: relative; } .carousel .carousel-nav .nav-item::before { background: currentColor; content: ""; display: block; height: .1rem; position: absolute; top: .5rem; width: 100%; } @keyframes carousel-slidein { 0% { transform: translateX(100%); } 100% { transform: translateX(0); } } @keyframes carousel-slideout { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 1; transform: translateX(-50%); } } .comparison-slider { height: 50vh; overflow: hidden; -webkit-overflow-scrolling: touch; position: relative; width: 100%; } .comparison-slider .comparison-before, .comparison-slider .comparison-after { height: 100%; left: 0; margin: 0; overflow: hidden; position: absolute; top: 0; } .comparison-slider .comparison-before img, .comparison-slider .comparison-after img { height: 100%; object-fit: cover; object-position: left center; position: absolute; width: 100%; } .comparison-slider .comparison-before { width: 100%; z-index: 1; } .comparison-slider .comparison-before .comparison-label { right: .8rem; } .comparison-slider .comparison-after { max-width: 100%; min-width: 0; z-index: 2; } .comparison-slider .comparison-after::before { background: transparent; content: ""; cursor: default; height: 100%; left: 0; position: absolute; right: .8rem; top: 0; z-index: 1; } .comparison-slider .comparison-after::after { background: currentColor; border-radius: 50%; box-shadow: 0 -5px, 0 5px; color: #fff; content: ""; height: 3px; position: absolute; right: .4rem; top: 50%; transform: translate(50%, -50%); width: 3px; } .comparison-slider .comparison-after .comparison-label { left: .8rem; } .comparison-slider .comparison-resizer { animation: first-run 1.5s 1 ease-in-out; cursor: ew-resize; height: .8rem; left: 0; max-width: 100%; min-width: .8rem; opacity: 0; outline: none; position: relative; resize: horizontal; top: 50%; transform: translateY(-50%) scaleY(30); width: 0; } .comparison-slider .comparison-label { background: rgba(69, 77, 93, .5); bottom: .8rem; color: #fff; padding: .2rem .4rem; position: absolute; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @keyframes first-run { 0% { width: 0; } 25% { width: 2.4rem; } 50% { width: .8rem; } 75% { width: 1.2rem; } 100% { width: 0; } } .filter .filter-tag#tag-0:checked ~ .filter-nav .chip[for="tag-0"], .filter .filter-tag#tag-1:checked ~ .filter-nav .chip[for="tag-1"], .filter .filter-tag#tag-2:checked ~ .filter-nav .chip[for="tag-2"], .filter .filter-tag#tag-3:checked ~ .filter-nav .chip[for="tag-3"], .filter .filter-tag#tag-4:checked ~ .filter-nav .chip[for="tag-4"], .filter .filter-tag#tag-5:checked ~ .filter-nav .chip[for="tag-5"], .filter .filter-tag#tag-6:checked ~ .filter-nav .chip[for="tag-6"], .filter .filter-tag#tag-7:checked ~ .filter-nav .chip[for="tag-7"], .filter .filter-tag#tag-8:checked ~ .filter-nav .chip[for="tag-8"] { background: #1d549f; color: #fff; } .filter .filter-tag#tag-1:checked ~ .filter-body .filter-item:not([data-tag~="tag-1"]), .filter .filter-tag#tag-2:checked ~ .filter-body .filter-item:not([data-tag~="tag-2"]), .filter .filter-tag#tag-3:checked ~ .filter-body .filter-item:not([data-tag~="tag-3"]), .filter .filter-tag#tag-4:checked ~ .filter-body .filter-item:not([data-tag~="tag-4"]), .filter .filter-tag#tag-5:checked ~ .filter-body .filter-item:not([data-tag~="tag-5"]), .filter .filter-tag#tag-6:checked ~ .filter-body .filter-item:not([data-tag~="tag-6"]), .filter .filter-tag#tag-7:checked ~ .filter-body .filter-item:not([data-tag~="tag-7"]), .filter .filter-tag#tag-8:checked ~ .filter-body .filter-item:not([data-tag~="tag-8"]) { display: none; } .filter .filter-nav { margin: .4rem 0; } .filter .filter-body { display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; } .meter { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f8f9fa; border: 0; border-radius: .1rem; display: block; height: .8rem; width: 100%; } .meter::-webkit-meter-inner-element { display: block; } .meter::-webkit-meter-bar, .meter::-webkit-meter-optimum-value, .meter::-webkit-meter-suboptimum-value, .meter::-webkit-meter-even-less-good-value { border-radius: .1rem; } .meter::-webkit-meter-bar { background: #f8f9fa; } .meter::-webkit-meter-optimum-value { background: #32b643; } .meter::-webkit-meter-suboptimum-value { background: #ffb700; } .meter::-webkit-meter-even-less-good-value { background: #ef4135; } .meter::-moz-meter-bar, .meter:-moz-meter-optimum, .meter:-moz-meter-sub-optimum, .meter:-moz-meter-sub-sub-optimum { border-radius: .1rem; } .meter:-moz-meter-optimum::-moz-meter-bar { background: #32b643; } .meter:-moz-meter-sub-optimum::-moz-meter-bar { background: #ffb700; } .meter:-moz-meter-sub-sub-optimum::-moz-meter-bar { background: #ef4135; } .off-canvas { display: flex; display: -ms-flexbox; -ms-flex-flow: nowrap; flex-flow: nowrap; height: 100%; position: relative; width: 100%; } .off-canvas .off-canvas-toggle { display: block; position: absolute; right: .4rem; top: .4rem; transition: none; z-index: 1; } .off-canvas .off-canvas-sidebar { background: #f8f9fa; bottom: 0; min-width: 10rem; overflow-y: auto; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform .25s ease; z-index: 200; } .off-canvas .off-canvas-content { -ms-flex: 1 1 auto; flex: 1 1 auto; height: 100%; padding: .4rem .4rem .4rem 4rem; } .off-canvas .off-canvas-overlay { background: rgba(69, 77, 93, .1); border-color: transparent; border-radius: 0; bottom: 0; display: none; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; } .off-canvas .off-canvas-sidebar:target, .off-canvas .off-canvas-sidebar.active { transform: translateX(0); } .off-canvas .off-canvas-sidebar:target ~ .off-canvas-overlay, .off-canvas .off-canvas-sidebar.active ~ .off-canvas-overlay { display: block; z-index: 100; } @media (min-width: 960px) { .off-canvas.off-canvas-sidebar-show .off-canvas-toggle { display: none; } .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar { -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; transform: none; } .off-canvas.off-canvas-sidebar-show .off-canvas-overlay { display: none !important; } } .parallax { display: block; height: auto; position: relative; width: auto; } .parallax .parallax-content { box-shadow: 0 1rem 2.1rem rgba(69, 77, 93, .3); height: auto; transform: perspective(1000px); transform-style: preserve-3d; transition: all .4s ease; width: 100%; } .parallax .parallax-content::before { content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .parallax .parallax-front { align-items: center; color: #fff; display: flex; display: -ms-flexbox; -ms-flex-align: center; -ms-flex-pack: center; height: 100%; justify-content: center; left: 0; position: absolute; text-align: center; text-shadow: 0 0 20px rgba(69, 77, 93, .75); top: 0; transform: translateZ(50px) scale(.95); transition: all .4s ease; width: 100%; z-index: 1; } .parallax .parallax-top-left { height: 50%; left: 0; outline: none; position: absolute; top: 0; width: 50%; z-index: 100; } .parallax .parallax-top-left:focus ~ .parallax-content, .parallax .parallax-top-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(-3deg); } .parallax .parallax-top-left:focus ~ .parallax-content::before, .parallax .parallax-top-left:hover ~ .parallax-content::before { background: linear-gradient(135deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-top-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, 4.5px, 50px) scale(.95); } .parallax .parallax-top-right { height: 50%; outline: none; position: absolute; right: 0; top: 0; width: 50%; z-index: 100; } .parallax .parallax-top-right:focus ~ .parallax-content, .parallax .parallax-top-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(3deg); } .parallax .parallax-top-right:focus ~ .parallax-content::before, .parallax .parallax-top-right:hover ~ .parallax-content::before { background: linear-gradient(-135deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-top-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, 4.5px, 50px) scale(.95); } .parallax .parallax-bottom-left { bottom: 0; height: 50%; left: 0; outline: none; position: absolute; width: 50%; z-index: 100; } .parallax .parallax-bottom-left:focus ~ .parallax-content, .parallax .parallax-bottom-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg); } .parallax .parallax-bottom-left:focus ~ .parallax-content::before, .parallax .parallax-bottom-left:hover ~ .parallax-content::before { background: linear-gradient(45deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-bottom-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, -4.5px, 50px) scale(.95); } .parallax .parallax-bottom-right { bottom: 0; height: 50%; outline: none; position: absolute; right: 0; width: 50%; z-index: 100; } .parallax .parallax-bottom-right:focus ~ .parallax-content, .parallax .parallax-bottom-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(3deg); } .parallax .parallax-bottom-right:focus ~ .parallax-content::before, .parallax .parallax-bottom-right:hover ~ .parallax-content::before { background: linear-gradient(-45deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-bottom-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, -4.5px, 50px) scale(.95); } .progress { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f0f1f4; border: 0; border-radius: .1rem; color: #1d549f; height: .2rem; position: relative; width: 100%; } .progress::-webkit-progress-bar { background: transparent; border-radius: .1rem; } .progress::-webkit-progress-value { background: #1d549f; border-radius: .1rem; } .progress::-moz-progress-bar { background: #1d549f; border-radius: .1rem; } .progress:indeterminate { animation: progress-indeterminate 1.5s linear infinite; background: #f0f1f4 linear-gradient(to right, #1d549f 30%, #f0f1f4 30%) top left/150% 150% no-repeat; } .progress:indeterminate::-moz-progress-bar { background: transparent; } @keyframes progress-indeterminate { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } .slider { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; display: block; height: 1.2rem; width: 100%; } .slider:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); outline: none; } .slider.tooltip:not([data-tooltip])::after { content: attr(value); } .slider::-webkit-slider-thumb { -webkit-appearance: none; background: #1d549f; border: 0; border-radius: 50%; height: .6rem; margin-top: -.25rem; transition: transform .2s ease; width: .6rem; } .slider::-moz-range-thumb { background: #1d549f; border: 0; border-radius: 50%; height: .6rem; transition: transform .2s ease; width: .6rem; } .slider::-ms-thumb { background: #1d549f; border: 0; border-radius: 50%; height: .6rem; transition: transform .2s ease; width: .6rem; } .slider:active::-webkit-slider-thumb { transform: scale(1.25); } .slider:active::-moz-range-thumb { transform: scale(1.25); } .slider:active::-ms-thumb { transform: scale(1.25); } .slider:disabled::-webkit-slider-thumb, .slider.disabled::-webkit-slider-thumb { background: #e7e9ed; transform: scale(1); } .slider:disabled::-moz-range-thumb, .slider.disabled::-moz-range-thumb { background: #e7e9ed; transform: scale(1); } .slider:disabled::-ms-thumb, .slider.disabled::-ms-thumb { background: #e7e9ed; transform: scale(1); } .slider::-webkit-slider-runnable-track { background: #f0f1f4; border-radius: .1rem; height: .1rem; width: 100%; } .slider::-moz-range-track { background: #f0f1f4; border-radius: .1rem; height: .1rem; width: 100%; } .slider::-ms-track { background: #f0f1f4; border-radius: .1rem; height: .1rem; width: 100%; } .slider::-ms-fill-lower { background: #1d549f; } .timeline .timeline-item { display: flex; display: -ms-flexbox; margin-bottom: 1.2rem; position: relative; } .timeline .timeline-item::before { background: #e7e9ed; content: ""; height: 100%; left: 11px; position: absolute; top: 1.2rem; width: 2px; } .timeline .timeline-item .timeline-left { -ms-flex: 0 0 auto; flex: 0 0 auto; } .timeline .timeline-item .timeline-content { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 2px 0 2px .8rem; } .timeline .timeline-item .timeline-icon { border-radius: 50%; color: #fff; display: block; height: 1.2rem; text-align: center; width: 1.2rem; } .timeline .timeline-item .timeline-icon::before { border: .1rem solid #1d549f; border-radius: 50%; content: ""; display: block; height: .4rem; left: .4rem; position: absolute; top: .4rem; width: .4rem; } .timeline .timeline-item .timeline-icon.icon-lg { background: #1d549f; line-height: 1.2rem; } .timeline .timeline-item .timeline-icon.icon-lg::before { content: none; }
docs/dist/spectre-rtl.css
html { font-family: sans-serif; /* 1 */ -webkit-text-size-adjust: 100%; /* 3 */ -ms-text-size-adjust: 100%; /* 3 */ } /* Sections ========================================================================== */ /** Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: .67em 0; } /* Grouping content ========================================================================== */ /** Add the correct display in IE 9-. 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** Add the correct margin in IE 8 (removed). */ /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** 1. Correct the inheritance and scaling of font size in all browsers. (removed) 2. Correct the odd `em` font sizing in all browsers. */ /* Text-level semantics ========================================================================== */ /** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** Modify default styling of address. */ address { font-style: normal; } /** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed) */ /** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, pre, samp { font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */ font-size: 1em; /* 2 */ } /** Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** Add the correct background and color in IE 9-. (Removed) */ /** Add the correct font size in all browsers. */ small { font-size: 80%; font-weight: 400; /* (added) */ } /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -.25em; } sup { top: -.5em; } /* Embedded content ========================================================================== */ /** Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 (changed) */ font-size: inherit; /* 1 (changed) */ line-height: inherit; /* 1 (changed) */ margin: 0; /* 2 */ } /** Show the overflow in IE. 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule (removed). */ /** Change the border, margin, and padding in all browsers (opinionated) (changed). */ fieldset { border: 0; margin: 0; padding: 0; } /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* Add the correct display in all browsers. */ summary { display: list-item; outline: none; } /* Scripting ========================================================================== */ /** Add the correct display in IE 9-. */ canvas { display: inline-block; } /** Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** Add the correct display in IE 10-. */ [hidden] { display: none; } *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: 20px; line-height: 1.5; -webkit-tap-highlight-color: transparent; } body { background: #fff; color: #50596c; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: .8rem; overflow-x: hidden; text-rendering: optimizeLegibility; } a { color: #1d549f; outline: none; text-decoration: none; } a:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } a:focus, a:hover, a:active, a.active { color: #153d74; text-decoration: underline; } a:visited { color: #256bca; } h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: 500; line-height: 1.2; margin-bottom: .5em; margin-top: 0; } .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; } h1, .h1 { font-size: 2rem; } h2, .h2 { font-size: 1.6rem; } h3, .h3 { font-size: 1.4rem; } h4, .h4 { font-size: 1.2rem; } h5, .h5 { font-size: 1rem; } h6, .h6 { font-size: .8rem; } p { margin: 0 0 1.2rem; } a, ins, u { -webkit-text-decoration-skip: ink edges; text-decoration-skip: ink edges; } abbr[title] { border-bottom: .05rem dotted; cursor: help; text-decoration: none; } kbd { background: #454d5d; border-radius: .1rem; color: #fff; font-size: .7rem; line-height: 1.2; padding: .1rem .2rem; } mark { background: #ffe9b3; border-radius: .1rem; color: #50596c; padding: .05rem; } blockquote { border-left: .1rem solid #e7e9ed; margin-left: 0; padding: .4rem .8rem; } blockquote p:last-child { margin-bottom: 0; } ul, ol { margin: .8rem 0 .8rem .8rem; padding: 0; } ul ul, ul ol, ol ul, ol ol { margin: .8rem 0 .8rem .8rem; } ul li, ol li { margin-top: .4rem; } ul { list-style: disc inside; } ul ul { list-style-type: circle; } ol { list-style: decimal inside; } ol ol { list-style-type: lower-alpha; } dl dt { font-weight: bold; } dl dd { margin: .4rem 0 .8rem 0; } :lang(zh), :lang(zh-Hans) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif; } :lang(zh-Hant) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif; } :lang(ja) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif; } :lang(ko) { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif; } :lang(zh) ins, :lang(zh) u, :lang(ja) ins, :lang(ja) u, .cjk ins, .cjk u { border-bottom: .05rem solid; text-decoration: none; } :lang(zh) del + del, :lang(zh) del + s, :lang(zh) ins + ins, :lang(zh) ins + u, :lang(zh) s + del, :lang(zh) s + s, :lang(zh) u + ins, :lang(zh) u + u, :lang(ja) del + del, :lang(ja) del + s, :lang(ja) ins + ins, :lang(ja) ins + u, :lang(ja) s + del, :lang(ja) s + s, :lang(ja) u + ins, :lang(ja) u + u, .cjk del + del, .cjk del + s, .cjk ins + ins, .cjk ins + u, .cjk s + del, .cjk s + s, .cjk u + ins, .cjk u + u { margin-left: .125em; } .table { border-collapse: collapse; border-spacing: 0; text-align: right; width: 100%; } .table.table-striped tbody tr:nth-of-type(odd) { background: #f8f9fa; } .table tbody tr.active, .table.table-striped tbody tr.active { background: #f0f1f4; } .table.table-hover tbody tr:hover { background: #f0f1f4; } .table.table-scroll { display: block; overflow-x: auto; padding-bottom: .75rem; white-space: nowrap; } .table td, .table th { border-bottom: .05rem solid #e7e9ed; padding: .6rem .4rem; } .table th { border-bottom-width: .1rem; } .btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; border: .05rem solid #1d549f; border-radius: .1rem; color: #1d549f; cursor: pointer; display: inline-block; font-size: .8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: .25rem .4rem; text-align: center; text-decoration: none; transition: all .2s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap; } .btn:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .btn:focus, .btn:hover { background: #5987c6; border-color: #1b4d92; text-decoration: none; } .btn:active, .btn.active { background: #1b4d92; border-color: #17427c; color: #fff; text-decoration: none; } .btn:active.loading::after, .btn.active.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn[disabled], .btn:disabled, .btn.disabled { cursor: default; opacity: .5; pointer-events: none; } .btn.btn-primary { background: #1d549f; border-color: #1b4d92; color: #fff; } .btn.btn-primary:focus, .btn.btn-primary:hover { background: #194989; border-color: #17427c; color: #fff; } .btn.btn-primary:active, .btn.btn-primary.active { background: #174481; border-color: #153d74; color: #fff; } .btn.btn-primary.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn.btn-success { background: #32b643; border-color: #2faa3f; color: #fff; } .btn.btn-success:focus { box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2); } .btn.btn-success:focus, .btn.btn-success:hover { background: #30ae40; border-color: #2da23c; color: #fff; } .btn.btn-success:active, .btn.btn-success.active { background: #2a9a39; border-color: #278e34; color: #fff; } .btn.btn-success.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn.btn-error { background: #ef4135; border-color: #ee3427; color: #fff; } .btn.btn-error:focus { box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .btn.btn-error:focus, .btn.btn-error:hover { background: #ee382c; border-color: #ed2b1d; color: #fff; } .btn.btn-error:active, .btn.btn-error.active { background: #ec2214; border-color: #df1f12; color: #fff; } .btn.btn-error.loading::after { border-bottom-color: #fff; border-left-color: #fff; } .btn.btn-link { background: transparent; border-color: transparent; color: #1d549f; } .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active { color: #153d74; } .btn.btn-sm { font-size: .7rem; height: 1.4rem; padding: .05rem .3rem; } .btn.btn-lg { font-size: .9rem; height: 2rem; padding: .35rem .6rem; } .btn.btn-block { display: block; width: 100%; } .btn.btn-action { padding-left: 0; padding-right: 0; width: 1.8rem; } .btn.btn-action.btn-sm { width: 1.4rem; } .btn.btn-action.btn-lg { width: 2rem; } .btn.btn-clear { background: transparent; border: 0; color: currentColor; height: .8rem; line-height: .8rem; margin-left: .2rem; margin-right: -2px; opacity: 1; padding: 0; text-decoration: none; width: .8rem; } .btn.btn-clear:hover { opacity: .95; } .btn.btn-clear::before { content: "\2715"; } .btn-group { display: inline-flex; display: -ms-inline-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; } .btn-group .btn { -ms-flex: 1 0 auto; flex: 1 0 auto; } .btn-group .btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group .btn:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -.05rem; } .btn-group .btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -.05rem; } .btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active { z-index: 1; } .btn-group.btn-group-block { display: flex; display: -ms-flexbox; } .btn-group.btn-group-block .btn { -ms-flex: 1 0 0; flex: 1 0 0; } .form-group:not(:last-child) { margin-bottom: .4rem; } fieldset { margin-bottom: .8rem; } legend { font-size: .9rem; font-weight: 500; margin-bottom: .8rem; } .form-label { display: block; line-height: 1.2rem; padding: .3rem 0; } .form-label.label-sm { font-size: .7rem; padding: .1rem 0; } .form-label.label-lg { font-size: .9rem; padding: .4rem 0; } .form-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; background-image: none; border: .05rem solid #caced7; border-radius: .1rem; color: #50596c; display: block; font-size: .8rem; height: 1.8rem; line-height: 1.2rem; max-width: 100%; outline: none; padding: .25rem .4rem; position: relative; transition: all .2s ease; width: 100%; } .form-input:focus { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-input::-webkit-input-placeholder { color: #acb3c2; } .form-input:-ms-input-placeholder { color: #acb3c2; } .form-input::-ms-input-placeholder { color: #acb3c2; } .form-input::placeholder { color: #acb3c2; } .form-input.input-sm { font-size: .7rem; height: 1.4rem; padding: .05rem .3rem; } .form-input.input-lg { font-size: .9rem; height: 2rem; padding: .35rem .6rem; } .form-input.input-inline { display: inline-block; vertical-align: middle; width: auto; } .form-input[type="file"] { height: auto; } textarea.form-input { height: auto; } .form-input-hint { color: #acb3c2; font-size: .7rem; margin-top: .2rem; } .has-success .form-input-hint, .is-success + .form-input-hint { color: #32b643; } .has-error .form-input-hint, .is-error + .form-input-hint { color: #ef4135; } .form-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: .05rem solid #caced7; border-radius: .1rem; color: inherit; font-size: .8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: .25rem .4rem; vertical-align: middle; width: 100%; } .form-select[size], .form-select[multiple] { height: auto; } .form-select[size] option, .form-select[multiple] option { padding: .1rem .2rem; } .form-select:not([multiple]):not([size]) { background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem; padding-right: 1.2rem; } .form-select:focus { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-select::-ms-expand { display: none; } .form-select.select-sm { font-size: .7rem; height: 1.4rem; padding: .05rem 1.1rem .05rem .3rem; } .form-select.select-lg { font-size: .9rem; height: 2rem; padding: .35rem 1.4rem .35rem .6rem; } .has-icon-left, .has-icon-right { position: relative; } .has-icon-left .form-icon, .has-icon-right .form-icon { height: .8rem; margin: 0 .25rem; position: absolute; top: 50%; transform: translateY(-50%); width: .8rem; z-index: 2; } .has-icon-left .form-icon { left: .05rem; } .has-icon-left .form-input { padding-left: 1.3rem; } .has-icon-right .form-icon { right: .05rem; } .has-icon-right .form-input { padding-right: 1.3rem; } .form-checkbox, .form-radio, .form-switch { display: block; line-height: 1.2rem; margin: .2rem 0; min-height: 1.2rem; padding: .1rem .4rem .1rem 1.2rem; position: relative; } .form-checkbox input, .form-radio input, .form-switch input { clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; } .form-checkbox input:focus + .form-icon, .form-radio input:focus + .form-icon, .form-switch input:focus + .form-icon { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon { background: #1d549f; border-color: #1d549f; } .form-checkbox .form-icon, .form-radio .form-icon, .form-switch .form-icon { border: .05rem solid #caced7; cursor: pointer; display: inline-block; position: absolute; transition: all .2s ease; } .form-checkbox.input-sm, .form-radio.input-sm, .form-switch.input-sm { font-size: .7rem; margin: 0; } .form-checkbox.input-lg, .form-radio.input-lg, .form-switch.input-lg { font-size: .9rem; margin: .3rem 0; } .form-checkbox .form-icon, .form-radio .form-icon { background: #fff; height: .8rem; left: 0; top: .3rem; width: .8rem; } .form-checkbox input:active + .form-icon, .form-radio input:active + .form-icon { background: #f0f1f4; } .form-checkbox .form-icon { border-radius: .1rem; } .form-checkbox input:checked + .form-icon::before { background-clip: padding-box; border: .1rem solid #fff; border-left-width: 0; border-top-width: 0; content: ""; height: 12px; left: 50%; margin-left: -4px; margin-top: -8px; position: absolute; top: 50%; transform: rotate(45deg); width: 8px; } .form-checkbox input:indeterminate + .form-icon { background: #1d549f; border-color: #1d549f; } .form-checkbox input:indeterminate + .form-icon::before { background: #fff; content: ""; height: 2px; left: 50%; margin-left: -5px; margin-top: -1px; position: absolute; top: 50%; width: 10px; } .form-radio .form-icon { border-radius: 50%; } .form-radio input:checked + .form-icon::before { background: #fff; border-radius: 50%; content: ""; height: 4px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 4px; } .form-switch { padding-left: 2rem; } .form-switch .form-icon { background: #e7e9ed; background-clip: padding-box; border-radius: .45rem; height: .9rem; left: 0; top: .25rem; width: 1.6rem; } .form-switch .form-icon::before { background: #fff; border-radius: 50%; content: ""; display: block; height: .8rem; left: 0; position: absolute; top: 0; transition: all .2s ease; width: .8rem; } .form-switch input:checked + .form-icon::before { left: 14px; } .form-switch input:active + .form-icon::before { background: #f8f9fa; } .input-group { display: flex; display: -ms-flexbox; } .input-group .input-group-addon { background: #f8f9fa; border: .05rem solid #caced7; border-radius: .1rem; line-height: 1.2rem; padding: .25rem .4rem; white-space: nowrap; } .input-group .input-group-addon.addon-sm { font-size: .7rem; padding: .05rem .3rem; } .input-group .input-group-addon.addon-lg { font-size: .9rem; padding: .35rem .6rem; } .input-group .form-input, .input-group .form-select { -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; } .input-group .input-group-btn { z-index: 1; } .input-group .form-input:first-child:not(:last-child), .input-group .form-select:first-child:not(:last-child), .input-group .input-group-addon:first-child:not(:last-child), .input-group .input-group-btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group .form-input:not(:first-child):not(:last-child), .input-group .form-select:not(:first-child):not(:last-child), .input-group .input-group-addon:not(:first-child):not(:last-child), .input-group .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -.05rem; } .input-group .form-input:last-child:not(:first-child), .input-group .form-select:last-child:not(:first-child), .input-group .input-group-addon:last-child:not(:first-child), .input-group .input-group-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -.05rem; } .input-group .form-input:focus, .input-group .form-select:focus, .input-group .input-group-addon:focus, .input-group .input-group-btn:focus { z-index: 2; } .input-group .form-select { width: auto; } .input-group.input-inline { display: inline-flex; display: -ms-inline-flexbox; } .has-success .form-input, .form-input.is-success, .has-success .form-select, .form-select.is-success { border-color: #32b643; } .has-success .form-input:focus, .form-input.is-success:focus, .has-success .form-select:focus, .form-select.is-success:focus { box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2); } .has-error .form-input, .form-input.is-error, .has-error .form-select, .form-select.is-error { border-color: #ef4135; } .has-error .form-input:focus, .form-input.is-error:focus, .has-error .form-select:focus, .form-select.is-error:focus { box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon, .has-error .form-radio .form-icon, .form-radio.is-error .form-icon, .has-error .form-switch .form-icon, .form-switch.is-error .form-icon { border-color: #ef4135; } .has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon, .has-error .form-radio input:checked + .form-icon, .form-radio.is-error input:checked + .form-icon, .has-error .form-switch input:checked + .form-icon, .form-switch.is-error input:checked + .form-icon { background: #ef4135; border-color: #ef4135; } .has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon, .has-error .form-radio input:focus + .form-icon, .form-radio.is-error input:focus + .form-icon, .has-error .form-switch input:focus + .form-icon, .form-switch.is-error input:focus + .form-icon { border-color: #ef4135; box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon { background: #ef4135; border-color: #ef4135; } .form-input:not(:placeholder-shown):invalid { border-color: #ef4135; } .form-input:not(:placeholder-shown):invalid:focus { box-shadow: 0 0 0 .1rem rgba(239, 65, 53, .2); } .form-input:not(:placeholder-shown):invalid + .form-input-hint { color: #ef4135; } .form-input:disabled, .form-input.disabled, .form-select:disabled, .form-select.disabled { background-color: #f0f1f4; cursor: not-allowed; opacity: .5; } .form-input[readonly] { background-color: #f8f9fa; } input:disabled + .form-icon, input.disabled + .form-icon { background: #f0f1f4; cursor: not-allowed; opacity: .5; } .form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before { background: #fff; } .form-horizontal { padding: .4rem 0; } .form-horizontal .form-group { display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; } .form-inline { display: inline-block; } .label { background: #f0f1f4; border-radius: .1rem; color: #5b657a; display: inline-block; line-height: 1.2; padding: .1rem .2rem; } .label.label-rounded { border-radius: 5rem; padding-left: .4rem; padding-right: .4rem; } .label.label-primary { background: #1d549f; color: #fff; } .label.label-secondary { background: #5987c6; color: #1d549f; } .label.label-success { background: #32b643; color: #fff; } .label.label-warning { background: #ffb700; color: #fff; } .label.label-error { background: #ef4135; color: #fff; } code { background: #fcf2f2; border-radius: .1rem; color: #d73e48; font-size: 85%; line-height: 1.2; padding: .1rem .2rem; } .code { border-radius: .1rem; color: #50596c; position: relative; } .code::before { color: #acb3c2; content: attr(data-lang); font-size: .7rem; position: absolute; right: .4rem; top: .1rem; } .code code { background: #f8f9fa; color: inherit; display: block; line-height: 1.5; overflow-x: auto; padding: 1rem; width: 100%; } .img-responsive { display: block; height: auto; max-width: 100%; } .img-fit-cover { object-fit: cover; } .img-fit-contain { object-fit: contain; } .video-responsive { display: block; overflow: hidden; padding: 0; position: relative; width: 100%; } .video-responsive::before { content: ""; display: block; padding-bottom: 56.25%; } .video-responsive iframe, .video-responsive object, .video-responsive embed { border: 0; bottom: 0; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; } video.video-responsive { height: auto; max-width: 100%; } video.video-responsive::before { content: none; } .video-responsive-4-3::before { padding-bottom: 75%; } .video-responsive-1-1::before { padding-bottom: 100%; } .figure { margin: 0 0 .4rem 0; } .figure .figure-caption { color: #667189; margin-top: .4rem; } .container { margin-left: auto; margin-right: auto; padding-left: .4rem; padding-right: .4rem; width: 100%; } .container.grid-xl { max-width: 1296px; } .container.grid-lg { max-width: 976px; } .container.grid-md { max-width: 856px; } .container.grid-sm { max-width: 616px; } .container.grid-xs { max-width: 496px; } .show-xs, .show-sm, .show-md, .show-lg, .show-xl { display: none !important; } .columns { display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -.4rem; margin-right: -.4rem; } .columns.col-gapless { margin-left: 0; margin-right: 0; } .columns.col-gapless > .column { padding-left: 0; padding-right: 0; } .columns.col-oneline { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } .column { -ms-flex: 1; flex: 1; max-width: 100%; padding-left: .4rem; padding-right: .4rem; } .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 { -ms-flex: none; flex: none; } .col-12 { width: 100%; } .col-11 { width: 91.66666667%; } .col-10 { width: 83.33333333%; } .col-9 { width: 75%; } .col-8 { width: 66.66666667%; } .col-7 { width: 58.33333333%; } .col-6 { width: 50%; } .col-5 { width: 41.66666667%; } .col-4 { width: 33.33333333%; } .col-3 { width: 25%; } .col-2 { width: 16.66666667%; } .col-1 { width: 8.33333333%; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: none; width: auto; } .col-mx-auto { margin-left: auto; margin-right: auto; } .col-ml-auto { margin-left: auto; } .col-mr-auto { margin-right: auto; } @media (max-width: 1280px) { .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 { -ms-flex: none; flex: none; } .col-xl-12 { width: 100%; } .col-xl-11 { width: 91.66666667%; } .col-xl-10 { width: 83.33333333%; } .col-xl-9 { width: 75%; } .col-xl-8 { width: 66.66666667%; } .col-xl-7 { width: 58.33333333%; } .col-xl-6 { width: 50%; } .col-xl-5 { width: 41.66666667%; } .col-xl-4 { width: 33.33333333%; } .col-xl-3 { width: 25%; } .col-xl-2 { width: 16.66666667%; } .col-xl-1 { width: 8.33333333%; } .hide-xl { display: none !important; } .show-xl { display: block !important; } } @media (max-width: 960px) { .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 { -ms-flex: none; flex: none; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .hide-lg { display: none !important; } .show-lg { display: block !important; } } @media (max-width: 840px) { .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 { -ms-flex: none; flex: none; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .hide-md { display: none !important; } .show-md { display: block !important; } } @media (max-width: 600px) { .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 { -ms-flex: none; flex: none; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .hide-sm { display: none !important; } .show-sm { display: block !important; } } @media (max-width: 480px) { .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 { -ms-flex: none; flex: none; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .hide-xs { display: none !important; } .show-xs { display: block !important; } } .navbar { align-items: stretch; display: flex; display: -ms-flexbox; -ms-flex-align: stretch; -ms-flex-pack: justify; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; } .navbar .navbar-section { align-items: center; display: flex; display: -ms-flexbox; -ms-flex: 1 0 0; flex: 1 0 0; -ms-flex-align: center; } .navbar .navbar-section:not(:first-child):last-child { -ms-flex-pack: end; justify-content: flex-end; } .navbar .navbar-center { align-items: center; display: flex; display: -ms-flexbox; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-align: center; } .navbar .navbar-brand { font-size: .9rem; font-weight: 500; text-decoration: none; } .accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon { transform: rotate(90deg); } .accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body { max-height: 50rem; } .accordion .accordion-header { display: block; padding: .2rem .4rem; } .accordion .accordion-header .icon { transition: all .2s ease; } .accordion .accordion-body { margin-bottom: .4rem; max-height: 0; overflow: hidden; transition: max-height .2s ease; } summary.accordion-header::-webkit-details-marker { display: none; } .avatar { background: #1d549f; border-radius: 50%; color: rgba(255, 255, 255, .85); display: inline-block; font-size: .8rem; font-weight: 300; height: 1.6rem; line-height: 1.25; margin: 0; position: relative; vertical-align: middle; width: 1.6rem; } .avatar.avatar-xs { font-size: .4rem; height: .8rem; width: .8rem; } .avatar.avatar-sm { font-size: .6rem; height: 1.2rem; width: 1.2rem; } .avatar.avatar-lg { font-size: 1.2rem; height: 2.4rem; width: 2.4rem; } .avatar.avatar-xl { font-size: 1.6rem; height: 3.2rem; width: 3.2rem; } .avatar img { border-radius: 50%; height: 100%; position: relative; width: 100%; z-index: 1; } .avatar .avatar-icon, .avatar .avatar-presence { background: #fff; bottom: 14.64%; height: 50%; padding: .1rem; position: absolute; right: 14.64%; transform: translate(50%, 50%); width: 50%; z-index: 2; } .avatar .avatar-presence { background: #acb3c2; border-radius: 50%; box-shadow: 0 0 0 .1rem #fff; height: .5em; width: .5em; } .avatar .avatar-presence.online { background: #32b643; } .avatar .avatar-presence.busy { background: #ef4135; } .avatar .avatar-presence.away { background: #ffb700; } .avatar[data-initial]::before { color: currentColor; content: attr(data-initial); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 1; } .badge { position: relative; white-space: nowrap; } .badge[data-badge]::after, .badge:not([data-badge])::after { background: #1d549f; background-clip: padding-box; border-radius: .5rem; box-shadow: 0 0 0 .1rem #fff; color: #fff; content: attr(data-badge); display: inline-block; transform: translate(-.05rem, -.5rem); } .badge[data-badge]::after { font-size: .7rem; height: .9rem; line-height: 1; min-width: .9rem; padding: .1rem .2rem; text-align: center; white-space: nowrap; } .badge:not([data-badge])::after, .badge[data-badge=""]::after { height: 6px; min-width: 6px; padding: 0; width: 6px; } .badge.btn::after { position: absolute; right: 0; top: 0; transform: translate(50%, -50%); } .badge.avatar::after { position: absolute; right: 14.64%; top: 14.64%; transform: translate(50%, -50%); z-index: 100; } .breadcrumb { list-style: none; margin: .2rem 0; padding: .2rem 0; } .breadcrumb .breadcrumb-item { color: #667189; display: inline-block; margin: 0; padding: .2rem 0; } .breadcrumb .breadcrumb-item:not(:last-child) { margin-right: .2rem; } .breadcrumb .breadcrumb-item:not(:last-child) a { color: #667189; } .breadcrumb .breadcrumb-item:not(:first-child)::before { color: #e7e9ed; content: "/"; padding-right: .4rem; } .bar { background: #f0f1f4; border-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: .8rem; width: 100%; } .bar.bar-sm { height: .2rem; } .bar .bar-item { background: #1d549f; color: #fff; display: block; -ms-flex-negative: 0; flex-shrink: 0; font-size: .7rem; height: 100%; line-height: .8rem; position: relative; text-align: center; width: 0; } .bar .bar-item:first-child { border-bottom-left-radius: .1rem; border-top-left-radius: .1rem; } .bar .bar-item:last-child { border-bottom-right-radius: .1rem; border-top-right-radius: .1rem; -ms-flex-negative: 1; flex-shrink: 1; } .bar-slider { height: .1rem; margin: .4rem 0; position: relative; } .bar-slider .bar-item { left: 0; padding: 0; position: absolute; } .bar-slider .bar-item:not(:last-child):first-child { background: #f0f1f4; z-index: 1; } .bar-slider .bar-slider-btn { background: #1d549f; border: 0; border-radius: 50%; height: .6rem; padding: 0; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); width: .6rem; } .bar-slider .bar-slider-btn:active { box-shadow: 0 0 0 .1rem #1d549f; } .card { background: #fff; border: .05rem solid #e7e9ed; border-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; } .card .card-header, .card .card-body, .card .card-footer { padding: .8rem; padding-bottom: 0; } .card .card-header:last-child, .card .card-body:last-child, .card .card-footer:last-child { padding-bottom: .8rem; } .card .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; } .card .card-image { padding-top: .8rem; } .card .card-image:first-child { padding-top: 0; } .card .card-image:first-child img { border-top-left-radius: .1rem; border-top-right-radius: .1rem; } .card .card-image:last-child img { border-bottom-left-radius: .1rem; border-bottom-right-radius: .1rem; } .chip { align-items: center; background: #f0f1f4; border-radius: 5rem; color: #667189; display: inline-flex; display: -ms-inline-flexbox; -ms-flex-align: center; font-size: 90%; height: 1.2rem; line-height: .8rem; margin: .1rem; max-width: 100%; padding: .2rem .4rem; text-decoration: none; vertical-align: middle; } .chip.active { background: #1d549f; color: #fff; } .chip .avatar { margin-left: -.4rem; margin-right: .2rem; } .chip .btn-clear { transform: scale(.75); } .dropdown { display: inline-block; position: relative; } .dropdown .menu { animation: slide-down .15s ease 1; display: none; left: 0; max-height: 50vh; overflow-y: auto; position: absolute; top: 100%; } .dropdown.dropdown-right .menu { left: auto; right: 0; } .dropdown.active .menu, .dropdown .dropdown-toggle:focus + .menu, .dropdown .menu:hover { display: block; } .dropdown .btn-group .dropdown-toggle:nth-last-child(2) { border-bottom-right-radius: .1rem; border-top-right-radius: .1rem; } .empty { background: #f8f9fa; border-radius: .1rem; color: #667189; padding: 3.2rem 1.6rem; text-align: center; } .empty .empty-icon { margin-bottom: .8rem; } .empty .empty-title, .empty .empty-subtitle { margin: .4rem auto; } .empty .empty-action { margin-top: .8rem; } .menu { background: #fff; border-radius: .1rem; box-shadow: 0 .05rem .2rem rgba(69, 77, 93, .3); list-style: none; margin: 0; min-width: 180px; padding: .4rem; transform: translateY(.2rem); z-index: 300; } .menu.menu-nav { background: transparent; box-shadow: none; } .menu .menu-item { margin-top: 0; padding: 0 .4rem; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .menu .menu-item > a { border-radius: .1rem; color: inherit; display: block; margin: 0 -.4rem; padding: .2rem .4rem; text-decoration: none; } .menu .menu-item > a:focus, .menu .menu-item > a:hover { background: #5987c6; color: #1d549f; } .menu .menu-item > a:active, .menu .menu-item > a.active { background: #5987c6; color: #1d549f; } .menu .menu-item .form-checkbox, .menu .menu-item .form-radio, .menu .menu-item .form-switch { margin: .1rem 0; } .menu .menu-item + .menu-item { margin-top: .2rem; } .menu .menu-badge { float: right; padding: .2rem 0; } .menu .menu-badge .btn { margin-top: -.1rem; } .modal { align-items: center; bottom: 0; display: none; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center; left: 0; opacity: 0; overflow: hidden; padding: .4rem; position: fixed; right: 0; top: 0; } .modal:target, .modal.active { display: flex; display: -ms-flexbox; opacity: 1; z-index: 400; } .modal:target .modal-overlay, .modal.active .modal-overlay { background: rgba(248, 249, 250, .75); bottom: 0; cursor: default; display: block; left: 0; position: absolute; right: 0; top: 0; } .modal:target .modal-container, .modal.active .modal-container { animation: slide-down .2s ease 1; z-index: 1; } .modal.modal-sm .modal-container { max-width: 320px; padding: 0 .4rem; } .modal.modal-lg .modal-overlay { background: #fff; } .modal.modal-lg .modal-container { box-shadow: none; max-width: 960px; } .modal-container { background: #fff; border-radius: .1rem; box-shadow: 0 .2rem .5rem rgba(69, 77, 93, .3); display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; max-height: 75vh; max-width: 640px; padding: 0 .8rem; width: 100%; } .modal-container.modal-fullheight { max-height: 100vh; } .modal-container .modal-header { color: #454d5d; padding: .8rem; } .modal-container .modal-body { overflow-y: auto; padding: .8rem; position: relative; } .modal-container .modal-footer { padding: .8rem; text-align: right; } .nav { display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; list-style: none; margin: .2rem 0; } .nav .nav-item a { color: #667189; padding: .2rem .4rem; text-decoration: none; } .nav .nav-item a:focus, .nav .nav-item a:hover { color: #1d549f; } .nav .nav-item.active > a { color: #50596c; font-weight: bold; } .nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover { color: #1d549f; } .nav .nav { margin-bottom: .4rem; margin-left: .8rem; } .pagination { display: flex; display: -ms-flexbox; list-style: none; margin: .2rem 0; padding: .2rem 0; } .pagination .page-item { margin: .2rem .05rem; } .pagination .page-item span { display: inline-block; padding: .2rem .2rem; } .pagination .page-item a { border-radius: .1rem; color: #667189; display: inline-block; padding: .2rem .4rem; text-decoration: none; } .pagination .page-item a:focus, .pagination .page-item a:hover { color: #1d549f; } .pagination .page-item.disabled a { cursor: default; opacity: .5; pointer-events: none; } .pagination .page-item.active a { background: #1d549f; color: #fff; } .pagination .page-item.page-prev, .pagination .page-item.page-next { -ms-flex: 1 0 50%; flex: 1 0 50%; } .pagination .page-item.page-next { text-align: right; } .pagination .page-item .page-item-title { margin: 0; } .pagination .page-item .page-item-subtitle { margin: 0; opacity: .5; } .panel { border: .05rem solid #e7e9ed; border-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; } .panel .panel-header, .panel .panel-footer { -ms-flex: 0 0 auto; flex: 0 0 auto; padding: .8rem; } .panel .panel-nav { -ms-flex: 0 0 auto; flex: 0 0 auto; } .panel .panel-body { -ms-flex: 1 1 auto; flex: 1 1 auto; overflow-y: auto; padding: 0 .8rem; } .popover { display: inline-block; position: relative; } .popover .popover-container { left: 50%; opacity: 0; padding: .4rem; position: absolute; top: 0; transform: translate(-50%, -50%) scale(0); transition: transform .2s ease; width: 320px; z-index: 300; } .popover *:focus + .popover-container, .popover:hover .popover-container { display: block; opacity: 1; transform: translate(-50%, -100%); } .popover.popover-right .popover-container { left: 100%; top: 50%; } .popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container { transform: translate(0, -50%); } .popover.popover-bottom .popover-container { left: 50%; top: 100%; } .popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container { transform: translate(-50%, 0); } .popover.popover-left .popover-container { left: 0; top: 50%; } .popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container { transform: translate(-100%, -50%); } .popover .card { border: 0; box-shadow: 0 .2rem .5rem rgba(69, 77, 93, .3); } .step { display: flex; display: -ms-flexbox; -ms-flex-wrap: nowrap; flex-wrap: nowrap; list-style: none; margin: .2rem 0; width: 100%; } .step .step-item { -ms-flex: 1 1 0; flex: 1 1 0; margin-top: 0; min-height: 1rem; position: relative; text-align: center; } .step .step-item:not(:first-child)::before { background: #1d549f; content: ""; height: 2px; left: -50%; position: absolute; top: 9px; width: 100%; } .step .step-item a { color: #acb3c2; display: inline-block; padding: 20px 10px 0; text-decoration: none; } .step .step-item a::before { background: #1d549f; border: .1rem solid #fff; border-radius: 50%; content: ""; display: block; height: .6rem; left: 50%; position: absolute; top: .2rem; transform: translateX(-50%); width: .6rem; z-index: 1; } .step .step-item.active a::before { background: #fff; border: .1rem solid #1d549f; } .step .step-item.active ~ .step-item::before { background: #e7e9ed; } .step .step-item.active ~ .step-item a::before { background: #e7e9ed; } .tab { align-items: center; border-bottom: .05rem solid #e7e9ed; display: flex; display: -ms-flexbox; -ms-flex-align: center; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: .2rem 0 .15rem 0; } .tab .tab-item { margin-top: 0; } .tab .tab-item a { border-bottom: .1rem solid transparent; color: inherit; display: block; margin: 0 .4rem 0 0; padding: .4rem .2rem .3rem .2rem; text-decoration: none; } .tab .tab-item a:focus, .tab .tab-item a:hover { color: #1d549f; } .tab .tab-item.active a, .tab .tab-item a.active { border-bottom-color: #1d549f; color: #1d549f; } .tab .tab-item.tab-action { -ms-flex: 1 0 auto; flex: 1 0 auto; text-align: right; } .tab .tab-item .btn-clear { margin-top: -.2rem; } .tab.tab-block .tab-item { -ms-flex: 1 0 0; flex: 1 0 0; text-align: center; } .tab.tab-block .tab-item a { margin: 0; } .tab.tab-block .tab-item .badge[data-badge]::after { position: absolute; right: .1rem; top: .1rem; transform: translate(0, 0); } .tab:not(.tab-block) .badge { padding-right: 0; } .tile { align-content: space-between; align-items: flex-start; display: flex; display: -ms-flexbox; -ms-flex-align: start; -ms-flex-line-pack: justify; } .tile .tile-icon, .tile .tile-action { -ms-flex: 0 0 auto; flex: 0 0 auto; } .tile .tile-content { -ms-flex: 1 1 auto; flex: 1 1 auto; } .tile .tile-content:not(:first-child) { padding-left: .4rem; } .tile .tile-content:not(:last-child) { padding-right: .4rem; } .tile .tile-title, .tile .tile-subtitle { line-height: 1.2rem; } .tile.tile-centered { align-items: center; -ms-flex-align: center; } .tile.tile-centered .tile-content { overflow: hidden; } .tile.tile-centered .tile-title, .tile.tile-centered .tile-subtitle { margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .toast { background: rgba(69, 77, 93, .9); border: .05rem solid #454d5d; border-color: #454d5d; border-radius: .1rem; color: #fff; display: block; padding: .4rem; width: 100%; } .toast.toast-primary { background: rgba(29, 84, 159, .9); border-color: #1d549f; } .toast.toast-success { background: rgba(50, 182, 67, .9); border-color: #32b643; } .toast.toast-warning { background: rgba(255, 183, 0, .9); border-color: #ffb700; } .toast.toast-error { background: rgba(239, 65, 53, .9); border-color: #ef4135; } .toast a { color: #fff; text-decoration: underline; } .toast a:focus, .toast a:hover, .toast a:active, .toast a.active { opacity: .75; } .toast .btn-clear { margin: 4px -2px 4px 4px; } .tooltip { position: relative; } .tooltip::after { background: rgba(69, 77, 93, .9); border-radius: .1rem; bottom: 100%; color: #fff; content: attr(data-tooltip); display: block; font-size: .7rem; left: 50%; max-width: 320px; opacity: 0; overflow: hidden; padding: .2rem .4rem; pointer-events: none; position: absolute; text-overflow: ellipsis; transform: translate(-50%, .4rem); transition: all .2s ease; white-space: pre; z-index: 300; } .tooltip:focus::after, .tooltip:hover::after { opacity: 1; transform: translate(-50%, -.2rem); } .tooltip[disabled], .tooltip.disabled { pointer-events: auto; } .tooltip.tooltip-right::after { bottom: 50%; left: 100%; transform: translate(-.2rem, 50%); } .tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after { transform: translate(.2rem, 50%); } .tooltip.tooltip-bottom::after { bottom: auto; top: 100%; transform: translate(-50%, -.4rem); } .tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after { transform: translate(-50%, .2rem); } .tooltip.tooltip-left::after { bottom: 50%; left: auto; right: 100%; transform: translate(.4rem, 50%); } .tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after { transform: translate(-.2rem, 50%); } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes slide-down { 0% { opacity: 0; transform: translateY(-1.6rem); } 100% { opacity: 1; transform: translateY(0); } } .text-primary { color: #1d549f; } a.text-primary:focus, a.text-primary:hover { color: #194989; } a.text-primary:visited { color: #215fb5; } .text-secondary { color: #4e7fc2; } a.text-secondary:focus, a.text-secondary:hover { color: #3f72b7; } a.text-secondary:visited { color: #618cc9; } .text-gray { color: #acb3c2; } a.text-gray:focus, a.text-gray:hover { color: #9ea6b7; } a.text-gray:visited { color: #bbc1cd; } .text-light { color: #fff; } a.text-light:focus, a.text-light:hover { color: #f2f2f2; } a.text-light:visited { color: white; } .text-dark { color: #50596c; } a.text-dark:focus, a.text-dark:hover { color: #454d5d; } a.text-dark:visited { color: #5b657a; } .text-success { color: #32b643; } a.text-success:focus, a.text-success:hover { color: #2da23c; } a.text-success:visited { color: #39c94b; } .text-warning { color: #ffb700; } a.text-warning:focus, a.text-warning:hover { color: #e6a500; } a.text-warning:visited { color: #ffbe1a; } .text-error { color: #ef4135; } a.text-error:focus, a.text-error:hover { color: #ed2b1d; } a.text-error:visited { color: #f1574d; } .bg-primary { background: #1d549f; color: #fff; } .bg-secondary { background: #5987c6; color: #fff; } .bg-dark { background: #454d5d; color: #fff; } .bg-gray { background: #f8f9fa; } .bg-success { background: #32b643; color: #fff; } .bg-warning { background: #ffb700; color: #fff; } .bg-error { background: #ef4135; color: #fff; } .c-hand { cursor: pointer; } .c-move { cursor: move; } .c-zoom-in { cursor: zoom-in; } .c-zoom-out { cursor: zoom-out; } .c-not-allowed { cursor: not-allowed; } .c-auto { cursor: auto; } .d-block { display: block; } .d-inline { display: inline; } .d-inline-block { display: inline-block; } .d-flex { display: flex; display: -ms-flexbox; } .d-inline-flex { display: inline-flex; display: -ms-inline-flexbox; } .d-none, .d-hide { display: none !important; } .d-visible { visibility: visible; } .d-invisible { visibility: hidden; } .text-hide { background: transparent; border: 0; color: transparent; font-size: 0; line-height: 0; text-shadow: none; } .text-assistive { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .divider, .divider-vert { display: block; position: relative; } .divider[data-content]::after, .divider-vert[data-content]::after { background: #fff; color: #acb3c2; content: attr(data-content); display: inline-block; font-size: .7rem; padding: 0 .4rem; transform: translateY(-.65rem); } .divider { border-top: .05rem solid #e7e9ed; height: .05rem; margin: .4rem 0; } .divider[data-content] { margin: .8rem 0; } .divider-vert { display: block; padding: .8rem; } .divider-vert::before { border-left: .05rem solid #e7e9ed; bottom: .4rem; content: ""; display: block; left: 50%; position: absolute; top: .4rem; transform: translateX(-50%); } .divider-vert[data-content]::after { left: 50%; padding: .2rem 0; position: absolute; top: 50%; transform: translate(-50%, -50%); } .loading { color: transparent !important; min-height: .8rem; pointer-events: none; position: relative; } .loading::after { animation: loading 500ms infinite linear; border: .1rem solid #1d549f; border-radius: 50%; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: .8rem; left: 50%; margin-left: -.4rem; margin-top: -.4rem; position: absolute; top: 50%; width: .8rem; z-index: 1; } .loading.loading-lg { min-height: 2rem; } .loading.loading-lg::after { height: 1.6rem; margin-left: -.8rem; margin-top: -.8rem; width: 1.6rem; } .clearfix::after, .container::after { clear: both; content: ""; display: table; } .float-left { float: left !important; } .float-right { float: right !important; } .relative { position: relative !important; } .absolute { position: absolute !important; } .fixed { position: fixed !important; } .centered { display: block; float: none; margin-left: auto; margin-right: auto; } .flex-centered { align-items: center; display: flex; display: -ms-flexbox; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center; } .m-0 { margin: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .ml-0 { margin-left: 0 !important; } .mr-0 { margin-right: 0 !important; } .mt-0 { margin-top: 0 !important; } .mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .my-0 { margin-bottom: 0 !important; margin-top: 0 !important; } .m-1 { margin: .2rem !important; } .mb-1 { margin-bottom: .2rem !important; } .ml-1 { margin-left: .2rem !important; } .mr-1 { margin-right: .2rem !important; } .mt-1 { margin-top: .2rem !important; } .mx-1 { margin-left: .2rem !important; margin-right: .2rem !important; } .my-1 { margin-bottom: .2rem !important; margin-top: .2rem !important; } .m-2 { margin: .4rem !important; } .mb-2 { margin-bottom: .4rem !important; } .ml-2 { margin-left: .4rem !important; } .mr-2 { margin-right: .4rem !important; } .mt-2 { margin-top: .4rem !important; } .mx-2 { margin-left: .4rem !important; margin-right: .4rem !important; } .my-2 { margin-bottom: .4rem !important; margin-top: .4rem !important; } .p-0 { padding: 0 !important; } .pb-0 { padding-bottom: 0 !important; } .pl-0 { padding-left: 0 !important; } .pr-0 { padding-right: 0 !important; } .pt-0 { padding-top: 0 !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .py-0 { padding-bottom: 0 !important; padding-top: 0 !important; } .p-1 { padding: .2rem !important; } .pb-1 { padding-bottom: .2rem !important; } .pl-1 { padding-left: .2rem !important; } .pr-1 { padding-right: .2rem !important; } .pt-1 { padding-top: .2rem !important; } .px-1 { padding-left: .2rem !important; padding-right: .2rem !important; } .py-1 { padding-bottom: .2rem !important; padding-top: .2rem !important; } .p-2 { padding: .4rem !important; } .pb-2 { padding-bottom: .4rem !important; } .pl-2 { padding-left: .4rem !important; } .pr-2 { padding-right: .4rem !important; } .pt-2 { padding-top: .4rem !important; } .px-2 { padding-left: .4rem !important; padding-right: .4rem !important; } .py-2 { padding-bottom: .4rem !important; padding-top: .4rem !important; } .s-rounded { border-radius: .1rem; } .s-circle { border-radius: 50%; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-normal { font-weight: normal; } .text-bold { font-weight: bold; } .text-italic { font-style: italic; } .text-large { font-size: 1.2em; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .text-clip { overflow: hidden; text-overflow: clip; white-space: nowrap; } .text-break { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-break: break-word; word-wrap: break-word; } div.hero-image { background-size: cover !important; } ul.list-inline { list-style: none; } ul.list-inline li { display: inline-block; padding: 0 10px; } ul.list-unstyled { list-style: none; margin: 16px 0; padding: 0; } ul.list-unstyled li { margin: 0; padding: 0; } footer a { color: #acb3c2; } p.specification { font-size: 32px; font-weight: lighter; line-height: 1.1em; } p.feature { padding-bottom: 30px; } div.genegrid { margin: 30px 0; } div.genegrid-item { background: #e7e9ed; border: 1px solid #dedede; border-radius: 0 50px 50px 0; height: 26px; margin: 3px; padding: 0 .5em; width: 150px; } div.genegrid-item[data-moleculeType=RNA], div.moleculetype[data-moleculeType=RNA] { border-left: 3px solid #ef4135; } div.genegrid-item[data-moleculeType=DNA], div.moleculetype[data-moleculeType=DNA] { border-left: 3px solid #1d549f; } div.genegrid-item[data-moleculeType=CTDNA], div.moleculetype[data-moleculeType=CTDNA] { border-left: 3px solid #09f; } .genename { color: #1d549f; font-size: 12px; font-weight: bolder; margin-left: 6px; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fab { display: inline-block; -webkit-font-smoothing: antialiased; font-style: normal; font-variant: normal; line-height: 1; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .fa-lg { font-size: 1.3333333333em; line-height: .75em; vertical-align: -.0667em; } .fa-xs { font-size: .75em; } .fa-sm { font-size: .875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; line-height: inherit; position: absolute; text-align: center; width: 2em; } .fa-border { border: solid .08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: .3em; } .fa-spin { animation: fa-spin 2s infinite linear; } .fa-pulse { animation: fa-spin 1s infinite steps(8); } @keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; transform: scale(1, -1); } .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\f26e"; } .fa-accessible-icon:before { content: "\f368"; } .fa-accusoft:before { content: "\f369"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-card:before { content: "\f2bb"; } .fa-adjust:before { content: "\f042"; } .fa-adn:before { content: "\f170"; } .fa-adversal:before { content: "\f36a"; } .fa-affiliatetheme:before { content: "\f36b"; } .fa-algolia:before { content: "\f36c"; } .fa-align-center:before { content: "\f037"; } .fa-align-justify:before { content: "\f039"; } .fa-align-left:before { content: "\f036"; } .fa-align-right:before { content: "\f038"; } .fa-allergies:before { content: "\f461"; } .fa-amazon:before { content: "\f270"; } .fa-amazon-pay:before { content: "\f42c"; } .fa-ambulance:before { content: "\f0f9"; } .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-amilia:before { content: "\f36d"; } .fa-anchor:before { content: "\f13d"; } .fa-android:before { content: "\f17b"; } .fa-angellist:before { content: "\f209"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-down:before { content: "\f107"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angry:before { content: "\f556"; } .fa-angrycreative:before { content: "\f36e"; } .fa-angular:before { content: "\f420"; } .fa-app-store:before { content: "\f36f"; } .fa-app-store-ios:before { content: "\f370"; } .fa-apper:before { content: "\f371"; } .fa-apple:before { content: "\f179"; } .fa-apple-pay:before { content: "\f415"; } .fa-archive:before { content: "\f187"; } .fa-archway:before { content: "\f557"; } .fa-arrow-alt-circle-down:before { content: "\f358"; } .fa-arrow-alt-circle-left:before { content: "\f359"; } .fa-arrow-alt-circle-right:before { content: "\f35a"; } .fa-arrow-alt-circle-up:before { content: "\f35b"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-down:before { content: "\f063"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-arrows-alt-h:before { content: "\f337"; } .fa-arrows-alt-v:before { content: "\f338"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asterisk:before { content: "\f069"; } .fa-asymmetrik:before { content: "\f372"; } .fa-at:before { content: "\f1fa"; } .fa-atlas:before { content: "\f558"; } .fa-audible:before { content: "\f373"; } .fa-audio-description:before { content: "\f29e"; } .fa-autoprefixer:before { content: "\f41c"; } .fa-avianex:before { content: "\f374"; } .fa-aviato:before { content: "\f421"; } .fa-award:before { content: "\f559"; } .fa-aws:before { content: "\f375"; } .fa-backspace:before { content: "\f55a"; } .fa-backward:before { content: "\f04a"; } .fa-balance-scale:before { content: "\f24e"; } .fa-ban:before { content: "\f05e"; } .fa-band-aid:before { content: "\f462"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-barcode:before { content: "\f02a"; } .fa-bars:before { content: "\f0c9"; } .fa-baseball-ball:before { content: "\f433"; } .fa-basketball-ball:before { content: "\f434"; } .fa-bath:before { content: "\f2cd"; } .fa-battery-empty:before { content: "\f244"; } .fa-battery-full:before { content: "\f240"; } .fa-battery-half:before { content: "\f242"; } .fa-battery-quarter:before { content: "\f243"; } .fa-battery-three-quarters:before { content: "\f241"; } .fa-bed:before { content: "\f236"; } .fa-beer:before { content: "\f0fc"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-bell:before { content: "\f0f3"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bezier-curve:before { content: "\f55b"; } .fa-bicycle:before { content: "\f206"; } .fa-bimobject:before { content: "\f378"; } .fa-binoculars:before { content: "\f1e5"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitcoin:before { content: "\f379"; } .fa-bity:before { content: "\f37a"; } .fa-black-tie:before { content: "\f27e"; } .fa-blackberry:before { content: "\f37b"; } .fa-blender:before { content: "\f517"; } .fa-blind:before { content: "\f29d"; } .fa-blogger:before { content: "\f37c"; } .fa-blogger-b:before { content: "\f37d"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-bold:before { content: "\f032"; } .fa-bolt:before { content: "\f0e7"; } .fa-bomb:before { content: "\f1e2"; } .fa-bong:before { content: "\f55c"; } .fa-book:before { content: "\f02d"; } .fa-book-open:before { content: "\f518"; } .fa-bookmark:before { content: "\f02e"; } .fa-bowling-ball:before { content: "\f436"; } .fa-box:before { content: "\f466"; } .fa-box-open:before { content: "\f49e"; } .fa-boxes:before { content: "\f468"; } .fa-braille:before { content: "\f2a1"; } .fa-briefcase:before { content: "\f0b1"; } .fa-briefcase-medical:before { content: "\f469"; } .fa-broadcast-tower:before { content: "\f519"; } .fa-broom:before { content: "\f51a"; } .fa-brush:before { content: "\f55d"; } .fa-btc:before { content: "\f15a"; } .fa-bug:before { content: "\f188"; } .fa-building:before { content: "\f1ad"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bullseye:before { content: "\f140"; } .fa-burn:before { content: "\f46a"; } .fa-buromobelexperte:before { content: "\f37f"; } .fa-bus:before { content: "\f207"; } .fa-bus-alt:before { content: "\f55e"; } .fa-buysellads:before { content: "\f20d"; } .fa-calculator:before { content: "\f1ec"; } .fa-calendar:before { content: "\f133"; } .fa-calendar-alt:before { content: "\f073"; } .fa-calendar-check:before { content: "\f274"; } .fa-calendar-minus:before { content: "\f272"; } .fa-calendar-plus:before { content: "\f271"; } .fa-calendar-times:before { content: "\f273"; } .fa-camera:before { content: "\f030"; } .fa-camera-retro:before { content: "\f083"; } .fa-cannabis:before { content: "\f55f"; } .fa-capsules:before { content: "\f46b"; } .fa-car:before { content: "\f1b9"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-caret-square-down:before { content: "\f150"; } .fa-caret-square-left:before { content: "\f191"; } .fa-caret-square-right:before { content: "\f152"; } .fa-caret-square-up:before { content: "\f151"; } .fa-caret-up:before { content: "\f0d8"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-cart-plus:before { content: "\f217"; } .fa-cc-amazon-pay:before { content: "\f42d"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-apple-pay:before { content: "\f416"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-centercode:before { content: "\f380"; } .fa-certificate:before { content: "\f0a3"; } .fa-chalkboard:before { content: "\f51b"; } .fa-chalkboard-teacher:before { content: "\f51c"; } .fa-chart-area:before { content: "\f1fe"; } .fa-chart-bar:before { content: "\f080"; } .fa-chart-line:before { content: "\f201"; } .fa-chart-pie:before { content: "\f200"; } .fa-check:before { content: "\f00c"; } .fa-check-circle:before { content: "\f058"; } .fa-check-double:before { content: "\f560"; } .fa-check-square:before { content: "\f14a"; } .fa-chess:before { content: "\f439"; } .fa-chess-bishop:before { content: "\f43a"; } .fa-chess-board:before { content: "\f43c"; } .fa-chess-king:before { content: "\f43f"; } .fa-chess-knight:before { content: "\f441"; } .fa-chess-pawn:before { content: "\f443"; } .fa-chess-queen:before { content: "\f445"; } .fa-chess-rook:before { content: "\f447"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-down:before { content: "\f078"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-chevron-up:before { content: "\f077"; } .fa-child:before { content: "\f1ae"; } .fa-chrome:before { content: "\f268"; } .fa-church:before { content: "\f51d"; } .fa-circle:before { content: "\f111"; } .fa-circle-notch:before { content: "\f1ce"; } .fa-clipboard:before { content: "\f328"; } .fa-clipboard-check:before { content: "\f46c"; } .fa-clipboard-list:before { content: "\f46d"; } .fa-clock:before { content: "\f017"; } .fa-clone:before { content: "\f24d"; } .fa-closed-captioning:before { content: "\f20a"; } .fa-cloud:before { content: "\f0c2"; } .fa-cloud-download-alt:before { content: "\f381"; } .fa-cloud-upload-alt:before { content: "\f382"; } .fa-cloudscale:before { content: "\f383"; } .fa-cloudsmith:before { content: "\f384"; } .fa-cloudversify:before { content: "\f385"; } .fa-cocktail:before { content: "\f561"; } .fa-code:before { content: "\f121"; } .fa-code-branch:before { content: "\f126"; } .fa-codepen:before { content: "\f1cb"; } .fa-codiepie:before { content: "\f284"; } .fa-coffee:before { content: "\f0f4"; } .fa-cog:before { content: "\f013"; } .fa-cogs:before { content: "\f085"; } .fa-coins:before { content: "\f51e"; } .fa-columns:before { content: "\f0db"; } .fa-comment:before { content: "\f075"; } .fa-comment-alt:before { content: "\f27a"; } .fa-comment-dots:before { content: "\f4ad"; } .fa-comment-slash:before { content: "\f4b3"; } .fa-comments:before { content: "\f086"; } .fa-compact-disc:before { content: "\f51f"; } .fa-compass:before { content: "\f14e"; } .fa-compress:before { content: "\f066"; } .fa-concierge-bell:before { content: "\f562"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-contao:before { content: "\f26d"; } .fa-cookie:before { content: "\f563"; } .fa-cookie-bite:before { content: "\f564"; } .fa-copy:before { content: "\f0c5"; } .fa-copyright:before { content: "\f1f9"; } .fa-couch:before { content: "\f4b8"; } .fa-cpanel:before { content: "\f388"; } .fa-creative-commons:before { content: "\f25e"; } .fa-creative-commons-by:before { content: "\f4e7"; } .fa-creative-commons-nc:before { content: "\f4e8"; } .fa-creative-commons-nc-eu:before { content: "\f4e9"; } .fa-creative-commons-nc-jp:before { content: "\f4ea"; } .fa-creative-commons-nd:before { content: "\f4eb"; } .fa-creative-commons-pd:before { content: "\f4ec"; } .fa-creative-commons-pd-alt:before { content: "\f4ed"; } .fa-creative-commons-remix:before { content: "\f4ee"; } .fa-creative-commons-sa:before { content: "\f4ef"; } .fa-creative-commons-sampling:before { content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { content: "\f4f1"; } .fa-creative-commons-share:before { content: "\f4f2"; } .fa-credit-card:before { content: "\f09d"; } .fa-crop:before { content: "\f125"; } .fa-crop-alt:before { content: "\f565"; } .fa-crosshairs:before { content: "\f05b"; } .fa-crow:before { content: "\f520"; } .fa-crown:before { content: "\f521"; } .fa-css3:before { content: "\f13c"; } .fa-css3-alt:before { content: "\f38b"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-cut:before { content: "\f0c4"; } .fa-cuttlefish:before { content: "\f38c"; } .fa-d-and-d:before { content: "\f38d"; } .fa-dashcube:before { content: "\f210"; } .fa-database:before { content: "\f1c0"; } .fa-deaf:before { content: "\f2a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-deploydog:before { content: "\f38e"; } .fa-deskpro:before { content: "\f38f"; } .fa-desktop:before { content: "\f108"; } .fa-deviantart:before { content: "\f1bd"; } .fa-diagnoses:before { content: "\f470"; } .fa-dice:before { content: "\f522"; } .fa-dice-five:before { content: "\f523"; } .fa-dice-four:before { content: "\f524"; } .fa-dice-one:before { content: "\f525"; } .fa-dice-six:before { content: "\f526"; } .fa-dice-three:before { content: "\f527"; } .fa-dice-two:before { content: "\f528"; } .fa-digg:before { content: "\f1a6"; } .fa-digital-ocean:before { content: "\f391"; } .fa-digital-tachograph:before { content: "\f566"; } .fa-discord:before { content: "\f392"; } .fa-discourse:before { content: "\f393"; } .fa-divide:before { content: "\f529"; } .fa-dizzy:before { content: "\f567"; } .fa-dna:before { content: "\f471"; } .fa-dochub:before { content: "\f394"; } .fa-docker:before { content: "\f395"; } .fa-dollar-sign:before { content: "\f155"; } .fa-dolly:before { content: "\f472"; } .fa-dolly-flatbed:before { content: "\f474"; } .fa-donate:before { content: "\f4b9"; } .fa-door-closed:before { content: "\f52a"; } .fa-door-open:before { content: "\f52b"; } .fa-dot-circle:before { content: "\f192"; } .fa-dove:before { content: "\f4ba"; } .fa-download:before { content: "\f019"; } .fa-draft2digital:before { content: "\f396"; } .fa-drafting-compass:before { content: "\f568"; } .fa-dribbble:before { content: "\f17d"; } .fa-dribbble-square:before { content: "\f397"; } .fa-dropbox:before { content: "\f16b"; } .fa-drum:before { content: "\f569"; } .fa-drum-steelpan:before { content: "\f56a"; } .fa-drupal:before { content: "\f1a9"; } .fa-dumbbell:before { content: "\f44b"; } .fa-dyalog:before { content: "\f399"; } .fa-earlybirds:before { content: "\f39a"; } .fa-ebay:before { content: "\f4f4"; } .fa-edge:before { content: "\f282"; } .fa-edit:before { content: "\f044"; } .fa-eject:before { content: "\f052"; } .fa-elementor:before { content: "\f430"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-ember:before { content: "\f423"; } .fa-empire:before { content: "\f1d1"; } .fa-envelope:before { content: "\f0e0"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-square:before { content: "\f199"; } .fa-envira:before { content: "\f299"; } .fa-equals:before { content: "\f52c"; } .fa-eraser:before { content: "\f12d"; } .fa-erlang:before { content: "\f39d"; } .fa-ethereum:before { content: "\f42e"; } .fa-etsy:before { content: "\f2d7"; } .fa-euro-sign:before { content: "\f153"; } .fa-exchange-alt:before { content: "\f362"; } .fa-exclamation:before { content: "\f12a"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-exclamation-triangle:before { content: "\f071"; } .fa-expand:before { content: "\f065"; } .fa-expand-arrows-alt:before { content: "\f31e"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-external-link-alt:before { content: "\f35d"; } .fa-external-link-square-alt:before { content: "\f360"; } .fa-eye:before { content: "\f06e"; } .fa-eye-dropper:before { content: "\f1fb"; } .fa-eye-slash:before { content: "\f070"; } .fa-facebook:before { content: "\f09a"; } .fa-facebook-f:before { content: "\f39e"; } .fa-facebook-messenger:before { content: "\f39f"; } .fa-facebook-square:before { content: "\f082"; } .fa-fast-backward:before { content: "\f049"; } .fa-fast-forward:before { content: "\f050"; } .fa-fax:before { content: "\f1ac"; } .fa-feather:before { content: "\f52d"; } .fa-feather-alt:before { content: "\f56b"; } .fa-female:before { content: "\f182"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-file:before { content: "\f15b"; } .fa-file-alt:before { content: "\f15c"; } .fa-file-archive:before { content: "\f1c6"; } .fa-file-audio:before { content: "\f1c7"; } .fa-file-code:before { content: "\f1c9"; } .fa-file-contract:before { content: "\f56c"; } .fa-file-download:before { content: "\f56d"; } .fa-file-excel:before { content: "\f1c3"; } .fa-file-export:before { content: "\f56e"; } .fa-file-image:before { content: "\f1c5"; } .fa-file-import:before { content: "\f56f"; } .fa-file-invoice:before { content: "\f570"; } .fa-file-invoice-dollar:before { content: "\f571"; } .fa-file-medical:before { content: "\f477"; } .fa-file-medical-alt:before { content: "\f478"; } .fa-file-pdf:before { content: "\f1c1"; } .fa-file-powerpoint:before { content: "\f1c4"; } .fa-file-prescription:before { content: "\f572"; } .fa-file-signature:before { content: "\f573"; } .fa-file-upload:before { content: "\f574"; } .fa-file-video:before { content: "\f1c8"; } .fa-file-word:before { content: "\f1c2"; } .fa-fill:before { content: "\f575"; } .fa-fill-drip:before { content: "\f576"; } .fa-film:before { content: "\f008"; } .fa-filter:before { content: "\f0b0"; } .fa-fingerprint:before { content: "\f577"; } .fa-fire:before { content: "\f06d"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-firefox:before { content: "\f269"; } .fa-first-aid:before { content: "\f479"; } .fa-first-order:before { content: "\f2b0"; } .fa-first-order-alt:before { content: "\f50a"; } .fa-firstdraft:before { content: "\f3a1"; } .fa-fish:before { content: "\f578"; } .fa-flag:before { content: "\f024"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-flask:before { content: "\f0c3"; } .fa-flickr:before { content: "\f16e"; } .fa-flipboard:before { content: "\f44d"; } .fa-flushed:before { content: "\f579"; } .fa-fly:before { content: "\f417"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-font:before { content: "\f031"; } .fa-font-awesome:before { content: "\f2b4"; } .fa-font-awesome-alt:before { content: "\f35c"; } .fa-font-awesome-flag:before { content: "\f425"; } .fa-font-awesome-logo-full:before { content: "\f4e6"; } .fa-fonticons:before { content: "\f280"; } .fa-fonticons-fi:before { content: "\f3a2"; } .fa-football-ball:before { content: "\f44e"; } .fa-fort-awesome:before { content: "\f286"; } .fa-fort-awesome-alt:before { content: "\f3a3"; } .fa-forumbee:before { content: "\f211"; } .fa-forward:before { content: "\f04e"; } .fa-foursquare:before { content: "\f180"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-freebsd:before { content: "\f3a4"; } .fa-frog:before { content: "\f52e"; } .fa-frown:before { content: "\f119"; } .fa-frown-open:before { content: "\f57a"; } .fa-fulcrum:before { content: "\f50b"; } .fa-futbol:before { content: "\f1e3"; } .fa-galactic-republic:before { content: "\f50c"; } .fa-galactic-senate:before { content: "\f50d"; } .fa-gamepad:before { content: "\f11b"; } .fa-gas-pump:before { content: "\f52f"; } .fa-gavel:before { content: "\f0e3"; } .fa-gem:before { content: "\f3a5"; } .fa-genderless:before { content: "\f22d"; } .fa-get-pocket:before { content: "\f265"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-gift:before { content: "\f06b"; } .fa-git:before { content: "\f1d3"; } .fa-git-square:before { content: "\f1d2"; } .fa-github:before { content: "\f09b"; } .fa-github-alt:before { content: "\f113"; } .fa-github-square:before { content: "\f092"; } .fa-gitkraken:before { content: "\f3a6"; } .fa-gitlab:before { content: "\f296"; } .fa-gitter:before { content: "\f426"; } .fa-glass-martini:before { content: "\f000"; } .fa-glass-martini-alt:before { content: "\f57b"; } .fa-glasses:before { content: "\f530"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-globe:before { content: "\f0ac"; } .fa-globe-africa:before { content: "\f57c"; } .fa-globe-americas:before { content: "\f57d"; } .fa-globe-asia:before { content: "\f57e"; } .fa-gofore:before { content: "\f3a7"; } .fa-golf-ball:before { content: "\f450"; } .fa-goodreads:before { content: "\f3a8"; } .fa-goodreads-g:before { content: "\f3a9"; } .fa-google:before { content: "\f1a0"; } .fa-google-drive:before { content: "\f3aa"; } .fa-google-play:before { content: "\f3ab"; } .fa-google-plus:before { content: "\f2b3"; } .fa-google-plus-g:before { content: "\f0d5"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-graduation-cap:before { content: "\f19d"; } .fa-gratipay:before { content: "\f184"; } .fa-grav:before { content: "\f2d6"; } .fa-greater-than:before { content: "\f531"; } .fa-greater-than-equal:before { content: "\f532"; } .fa-grimace:before { content: "\f57f"; } .fa-grin:before { content: "\f580"; } .fa-grin-alt:before { content: "\f581"; } .fa-grin-beam:before { content: "\f582"; } .fa-grin-beam-sweat:before { content: "\f583"; } .fa-grin-hearts:before { content: "\f584"; } .fa-grin-squint:before { content: "\f585"; } .fa-grin-squint-tears:before { content: "\f586"; } .fa-grin-stars:before { content: "\f587"; } .fa-grin-tears:before { content: "\f588"; } .fa-grin-tongue:before { content: "\f589"; } .fa-grin-tongue-squint:before { content: "\f58a"; } .fa-grin-tongue-wink:before { content: "\f58b"; } .fa-grin-wink:before { content: "\f58c"; } .fa-grip-horizontal:before { content: "\f58d"; } .fa-grip-vertical:before { content: "\f58e"; } .fa-gripfire:before { content: "\f3ac"; } .fa-grunt:before { content: "\f3ad"; } .fa-gulp:before { content: "\f3ae"; } .fa-h-square:before { content: "\f0fd"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-hacker-news-square:before { content: "\f3af"; } .fa-hand-holding:before { content: "\f4bd"; } .fa-hand-holding-heart:before { content: "\f4be"; } .fa-hand-holding-usd:before { content: "\f4c0"; } .fa-hand-lizard:before { content: "\f258"; } .fa-hand-paper:before { content: "\f256"; } .fa-hand-peace:before { content: "\f25b"; } .fa-hand-point-down:before { content: "\f0a7"; } .fa-hand-point-left:before { content: "\f0a5"; } .fa-hand-point-right:before { content: "\f0a4"; } .fa-hand-point-up:before { content: "\f0a6"; } .fa-hand-pointer:before { content: "\f25a"; } .fa-hand-rock:before { content: "\f255"; } .fa-hand-scissors:before { content: "\f257"; } .fa-hand-spock:before { content: "\f259"; } .fa-hands:before { content: "\f4c2"; } .fa-hands-helping:before { content: "\f4c4"; } .fa-handshake:before { content: "\f2b5"; } .fa-hashtag:before { content: "\f292"; } .fa-hdd:before { content: "\f0a0"; } .fa-heading:before { content: "\f1dc"; } .fa-headphones:before { content: "\f025"; } .fa-headphones-alt:before { content: "\f58f"; } .fa-headset:before { content: "\f590"; } .fa-heart:before { content: "\f004"; } .fa-heartbeat:before { content: "\f21e"; } .fa-helicopter:before { content: "\f533"; } .fa-highlighter:before { content: "\f591"; } .fa-hips:before { content: "\f452"; } .fa-hire-a-helper:before { content: "\f3b0"; } .fa-history:before { content: "\f1da"; } .fa-hockey-puck:before { content: "\f453"; } .fa-home:before { content: "\f015"; } .fa-hooli:before { content: "\f427"; } .fa-hornbill:before { content: "\f592"; } .fa-hospital:before { content: "\f0f8"; } .fa-hospital-alt:before { content: "\f47d"; } .fa-hospital-symbol:before { content: "\f47e"; } .fa-hot-tub:before { content: "\f593"; } .fa-hotel:before { content: "\f594"; } .fa-hotjar:before { content: "\f3b1"; } .fa-hourglass:before { content: "\f254"; } .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-start:before { content: "\f251"; } .fa-houzz:before { content: "\f27c"; } .fa-html5:before { content: "\f13b"; } .fa-hubspot:before { content: "\f3b2"; } .fa-i-cursor:before { content: "\f246"; } .fa-id-badge:before { content: "\f2c1"; } .fa-id-card:before { content: "\f2c2"; } .fa-id-card-alt:before { content: "\f47f"; } .fa-image:before { content: "\f03e"; } .fa-images:before { content: "\f302"; } .fa-imdb:before { content: "\f2d8"; } .fa-inbox:before { content: "\f01c"; } .fa-indent:before { content: "\f03c"; } .fa-industry:before { content: "\f275"; } .fa-infinity:before { content: "\f534"; } .fa-info:before { content: "\f129"; } .fa-info-circle:before { content: "\f05a"; } .fa-instagram:before { content: "\f16d"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-ioxhost:before { content: "\f208"; } .fa-italic:before { content: "\f033"; } .fa-itunes:before { content: "\f3b4"; } .fa-itunes-note:before { content: "\f3b5"; } .fa-java:before { content: "\f4e4"; } .fa-jedi-order:before { content: "\f50e"; } .fa-jenkins:before { content: "\f3b6"; } .fa-joget:before { content: "\f3b7"; } .fa-joint:before { content: "\f595"; } .fa-joomla:before { content: "\f1aa"; } .fa-js:before { content: "\f3b8"; } .fa-js-square:before { content: "\f3b9"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-key:before { content: "\f084"; } .fa-keybase:before { content: "\f4f5"; } .fa-keyboard:before { content: "\f11c"; } .fa-keycdn:before { content: "\f3ba"; } .fa-kickstarter:before { content: "\f3bb"; } .fa-kickstarter-k:before { content: "\f3bc"; } .fa-kiss:before { content: "\f596"; } .fa-kiss-beam:before { content: "\f597"; } .fa-kiss-wink-heart:before { content: "\f598"; } .fa-kiwi-bird:before { content: "\f535"; } .fa-korvue:before { content: "\f42f"; } .fa-language:before { content: "\f1ab"; } .fa-laptop:before { content: "\f109"; } .fa-laravel:before { content: "\f3bd"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-laugh:before { content: "\f599"; } .fa-laugh-beam:before { content: "\f59a"; } .fa-laugh-squint:before { content: "\f59b"; } .fa-laugh-wink:before { content: "\f59c"; } .fa-leaf:before { content: "\f06c"; } .fa-leanpub:before { content: "\f212"; } .fa-lemon:before { content: "\f094"; } .fa-less:before { content: "\f41d"; } .fa-less-than:before { content: "\f536"; } .fa-less-than-equal:before { content: "\f537"; } .fa-level-down-alt:before { content: "\f3be"; } .fa-level-up-alt:before { content: "\f3bf"; } .fa-life-ring:before { content: "\f1cd"; } .fa-lightbulb:before { content: "\f0eb"; } .fa-line:before { content: "\f3c0"; } .fa-link:before { content: "\f0c1"; } .fa-linkedin:before { content: "\f08c"; } .fa-linkedin-in:before { content: "\f0e1"; } .fa-linode:before { content: "\f2b8"; } .fa-linux:before { content: "\f17c"; } .fa-lira-sign:before { content: "\f195"; } .fa-list:before { content: "\f03a"; } .fa-list-alt:before { content: "\f022"; } .fa-list-ol:before { content: "\f0cb"; } .fa-list-ul:before { content: "\f0ca"; } .fa-location-arrow:before { content: "\f124"; } .fa-lock:before { content: "\f023"; } .fa-lock-open:before { content: "\f3c1"; } .fa-long-arrow-alt-down:before { content: "\f309"; } .fa-long-arrow-alt-left:before { content: "\f30a"; } .fa-long-arrow-alt-right:before { content: "\f30b"; } .fa-long-arrow-alt-up:before { content: "\f30c"; } .fa-low-vision:before { content: "\f2a8"; } .fa-luggage-cart:before { content: "\f59d"; } .fa-lyft:before { content: "\f3c3"; } .fa-magento:before { content: "\f3c4"; } .fa-magic:before { content: "\f0d0"; } .fa-magnet:before { content: "\f076"; } .fa-mailchimp:before { content: "\f59e"; } .fa-male:before { content: "\f183"; } .fa-mandalorian:before { content: "\f50f"; } .fa-map:before { content: "\f279"; } .fa-map-marked:before { content: "\f59f"; } .fa-map-marked-alt:before { content: "\f5a0"; } .fa-map-marker:before { content: "\f041"; } .fa-map-marker-alt:before { content: "\f3c5"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-marker:before { content: "\f5a1"; } .fa-mars:before { content: "\f222"; } .fa-mars-double:before { content: "\f227"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mastodon:before { content: "\f4f6"; } .fa-maxcdn:before { content: "\f136"; } .fa-medal:before { content: "\f5a2"; } .fa-medapps:before { content: "\f3c6"; } .fa-medium:before { content: "\f23a"; } .fa-medium-m:before { content: "\f3c7"; } .fa-medkit:before { content: "\f0fa"; } .fa-medrt:before { content: "\f3c8"; } .fa-meetup:before { content: "\f2e0"; } .fa-megaport:before { content: "\f5a3"; } .fa-meh:before { content: "\f11a"; } .fa-meh-blank:before { content: "\f5a4"; } .fa-meh-rolling-eyes:before { content: "\f5a5"; } .fa-memory:before { content: "\f538"; } .fa-mercury:before { content: "\f223"; } .fa-microchip:before { content: "\f2db"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-alt:before { content: "\f3c9"; } .fa-microphone-alt-slash:before { content: "\f539"; } .fa-microphone-slash:before { content: "\f131"; } .fa-microsoft:before { content: "\f3ca"; } .fa-minus:before { content: "\f068"; } .fa-minus-circle:before { content: "\f056"; } .fa-minus-square:before { content: "\f146"; } .fa-mix:before { content: "\f3cb"; } .fa-mixcloud:before { content: "\f289"; } .fa-mizuni:before { content: "\f3cc"; } .fa-mobile:before { content: "\f10b"; } .fa-mobile-alt:before { content: "\f3cd"; } .fa-modx:before { content: "\f285"; } .fa-monero:before { content: "\f3d0"; } .fa-money-bill:before { content: "\f0d6"; } .fa-money-bill-alt:before { content: "\f3d1"; } .fa-money-bill-wave:before { content: "\f53a"; } .fa-money-bill-wave-alt:before { content: "\f53b"; } .fa-money-check:before { content: "\f53c"; } .fa-money-check-alt:before { content: "\f53d"; } .fa-monument:before { content: "\f5a6"; } .fa-moon:before { content: "\f186"; } .fa-mortar-pestle:before { content: "\f5a7"; } .fa-motorcycle:before { content: "\f21c"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-music:before { content: "\f001"; } .fa-napster:before { content: "\f3d2"; } .fa-neuter:before { content: "\f22c"; } .fa-newspaper:before { content: "\f1ea"; } .fa-nimblr:before { content: "\f5a8"; } .fa-nintendo-switch:before { content: "\f418"; } .fa-node:before { content: "\f419"; } .fa-node-js:before { content: "\f3d3"; } .fa-not-equal:before { content: "\f53e"; } .fa-notes-medical:before { content: "\f481"; } .fa-npm:before { content: "\f3d4"; } .fa-ns8:before { content: "\f3d5"; } .fa-nutritionix:before { content: "\f3d6"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-old-republic:before { content: "\f510"; } .fa-opencart:before { content: "\f23d"; } .fa-openid:before { content: "\f19b"; } .fa-opera:before { content: "\f26a"; } .fa-optin-monster:before { content: "\f23c"; } .fa-osi:before { content: "\f41a"; } .fa-outdent:before { content: "\f03b"; } .fa-page4:before { content: "\f3d7"; } .fa-pagelines:before { content: "\f18c"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-paint-roller:before { content: "\f5aa"; } .fa-palette:before { content: "\f53f"; } .fa-palfed:before { content: "\f3d8"; } .fa-pallet:before { content: "\f482"; } .fa-paper-plane:before { content: "\f1d8"; } .fa-paperclip:before { content: "\f0c6"; } .fa-parachute-box:before { content: "\f4cd"; } .fa-paragraph:before { content: "\f1dd"; } .fa-parking:before { content: "\f540"; } .fa-passport:before { content: "\f5ab"; } .fa-paste:before { content: "\f0ea"; } .fa-patreon:before { content: "\f3d9"; } .fa-pause:before { content: "\f04c"; } .fa-pause-circle:before { content: "\f28b"; } .fa-paw:before { content: "\f1b0"; } .fa-paypal:before { content: "\f1ed"; } .fa-pen:before { content: "\f304"; } .fa-pen-alt:before { content: "\f305"; } .fa-pen-fancy:before { content: "\f5ac"; } .fa-pen-nib:before { content: "\f5ad"; } .fa-pen-square:before { content: "\f14b"; } .fa-pencil-alt:before { content: "\f303"; } .fa-pencil-ruler:before { content: "\f5ae"; } .fa-people-carry:before { content: "\f4ce"; } .fa-percent:before { content: "\f295"; } .fa-percentage:before { content: "\f541"; } .fa-periscope:before { content: "\f3da"; } .fa-phabricator:before { content: "\f3db"; } .fa-phoenix-framework:before { content: "\f3dc"; } .fa-phoenix-squadron:before { content: "\f511"; } .fa-phone:before { content: "\f095"; } .fa-phone-slash:before { content: "\f3dd"; } .fa-phone-square:before { content: "\f098"; } .fa-phone-volume:before { content: "\f2a0"; } .fa-php:before { content: "\f457"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-pied-piper-hat:before { content: "\f4e5"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-piggy-bank:before { content: "\f4d3"; } .fa-pills:before { content: "\f484"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-p:before { content: "\f231"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-plane:before { content: "\f072"; } .fa-plane-arrival:before { content: "\f5af"; } .fa-plane-departure:before { content: "\f5b0"; } .fa-play:before { content: "\f04b"; } .fa-play-circle:before { content: "\f144"; } .fa-playstation:before { content: "\f3df"; } .fa-plug:before { content: "\f1e6"; } .fa-plus:before { content: "\f067"; } .fa-plus-circle:before { content: "\f055"; } .fa-plus-square:before { content: "\f0fe"; } .fa-podcast:before { content: "\f2ce"; } .fa-poo:before { content: "\f2fe"; } .fa-portrait:before { content: "\f3e0"; } .fa-pound-sign:before { content: "\f154"; } .fa-power-off:before { content: "\f011"; } .fa-prescription:before { content: "\f5b1"; } .fa-prescription-bottle:before { content: "\f485"; } .fa-prescription-bottle-alt:before { content: "\f486"; } .fa-print:before { content: "\f02f"; } .fa-procedures:before { content: "\f487"; } .fa-product-hunt:before { content: "\f288"; } .fa-project-diagram:before { content: "\f542"; } .fa-pushed:before { content: "\f3e1"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-python:before { content: "\f3e2"; } .fa-qq:before { content: "\f1d6"; } .fa-qrcode:before { content: "\f029"; } .fa-question:before { content: "\f128"; } .fa-question-circle:before { content: "\f059"; } .fa-quidditch:before { content: "\f458"; } .fa-quinscape:before { content: "\f459"; } .fa-quora:before { content: "\f2c4"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-r-project:before { content: "\f4f7"; } .fa-random:before { content: "\f074"; } .fa-ravelry:before { content: "\f2d9"; } .fa-react:before { content: "\f41b"; } .fa-readme:before { content: "\f4d5"; } .fa-rebel:before { content: "\f1d0"; } .fa-receipt:before { content: "\f543"; } .fa-recycle:before { content: "\f1b8"; } .fa-red-river:before { content: "\f3e3"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-alien:before { content: "\f281"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-redo:before { content: "\f01e"; } .fa-redo-alt:before { content: "\f2f9"; } .fa-registered:before { content: "\f25d"; } .fa-rendact:before { content: "\f3e4"; } .fa-renren:before { content: "\f18b"; } .fa-reply:before { content: "\f3e5"; } .fa-reply-all:before { content: "\f122"; } .fa-replyd:before { content: "\f3e6"; } .fa-researchgate:before { content: "\f4f8"; } .fa-resolving:before { content: "\f3e7"; } .fa-retweet:before { content: "\f079"; } .fa-rev:before { content: "\f5b2"; } .fa-ribbon:before { content: "\f4d6"; } .fa-road:before { content: "\f018"; } .fa-robot:before { content: "\f544"; } .fa-rocket:before { content: "\f135"; } .fa-rocketchat:before { content: "\f3e8"; } .fa-rockrms:before { content: "\f3e9"; } .fa-rss:before { content: "\f09e"; } .fa-rss-square:before { content: "\f143"; } .fa-ruble-sign:before { content: "\f158"; } .fa-ruler:before { content: "\f545"; } .fa-ruler-combined:before { content: "\f546"; } .fa-ruler-horizontal:before { content: "\f547"; } .fa-ruler-vertical:before { content: "\f548"; } .fa-rupee-sign:before { content: "\f156"; } .fa-sad-cry:before { content: "\f5b3"; } .fa-sad-tear:before { content: "\f5b4"; } .fa-safari:before { content: "\f267"; } .fa-sass:before { content: "\f41e"; } .fa-save:before { content: "\f0c7"; } .fa-schlix:before { content: "\f3ea"; } .fa-school:before { content: "\f549"; } .fa-screwdriver:before { content: "\f54a"; } .fa-scribd:before { content: "\f28a"; } .fa-search:before { content: "\f002"; } .fa-search-minus:before { content: "\f010"; } .fa-search-plus:before { content: "\f00e"; } .fa-searchengin:before { content: "\f3eb"; } .fa-seedling:before { content: "\f4d8"; } .fa-sellcast:before { content: "\f2da"; } .fa-sellsy:before { content: "\f213"; } .fa-server:before { content: "\f233"; } .fa-servicestack:before { content: "\f3ec"; } .fa-share:before { content: "\f064"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-share-square:before { content: "\f14d"; } .fa-shekel-sign:before { content: "\f20b"; } .fa-shield-alt:before { content: "\f3ed"; } .fa-ship:before { content: "\f21a"; } .fa-shipping-fast:before { content: "\f48b"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-shoe-prints:before { content: "\f54b"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-shopware:before { content: "\f5b5"; } .fa-shower:before { content: "\f2cc"; } .fa-shuttle-van:before { content: "\f5b6"; } .fa-sign:before { content: "\f4d9"; } .fa-sign-in-alt:before { content: "\f2f6"; } .fa-sign-language:before { content: "\f2a7"; } .fa-sign-out-alt:before { content: "\f2f5"; } .fa-signal:before { content: "\f012"; } .fa-signature:before { content: "\f5b7"; } .fa-simplybuilt:before { content: "\f215"; } .fa-sistrix:before { content: "\f3ee"; } .fa-sitemap:before { content: "\f0e8"; } .fa-sith:before { content: "\f512"; } .fa-skull:before { content: "\f54c"; } .fa-skyatlas:before { content: "\f216"; } .fa-skype:before { content: "\f17e"; } .fa-slack:before { content: "\f198"; } .fa-slack-hash:before { content: "\f3ef"; } .fa-sliders-h:before { content: "\f1de"; } .fa-slideshare:before { content: "\f1e7"; } .fa-smile:before { content: "\f118"; } .fa-smile-beam:before { content: "\f5b8"; } .fa-smile-wink:before { content: "\f4da"; } .fa-smoking:before { content: "\f48d"; } .fa-smoking-ban:before { content: "\f54d"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-snowflake:before { content: "\f2dc"; } .fa-solar-panel:before { content: "\f5ba"; } .fa-sort:before { content: "\f0dc"; } .fa-sort-alpha-down:before { content: "\f15d"; } .fa-sort-alpha-up:before { content: "\f15e"; } .fa-sort-amount-down:before { content: "\f160"; } .fa-sort-amount-up:before { content: "\f161"; } .fa-sort-down:before { content: "\f0dd"; } .fa-sort-numeric-down:before { content: "\f162"; } .fa-sort-numeric-up:before { content: "\f163"; } .fa-sort-up:before { content: "\f0de"; } .fa-soundcloud:before { content: "\f1be"; } .fa-spa:before { content: "\f5bb"; } .fa-space-shuttle:before { content: "\f197"; } .fa-speakap:before { content: "\f3f3"; } .fa-spinner:before { content: "\f110"; } .fa-splotch:before { content: "\f5bc"; } .fa-spotify:before { content: "\f1bc"; } .fa-spray-can:before { content: "\f5bd"; } .fa-square:before { content: "\f0c8"; } .fa-square-full:before { content: "\f45c"; } .fa-squarespace:before { content: "\f5be"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-stamp:before { content: "\f5bf"; } .fa-star:before { content: "\f005"; } .fa-star-half:before { content: "\f089"; } .fa-star-half-alt:before { content: "\f5c0"; } .fa-staylinked:before { content: "\f3f5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-steam-symbol:before { content: "\f3f6"; } .fa-step-backward:before { content: "\f048"; } .fa-step-forward:before { content: "\f051"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-sticker-mule:before { content: "\f3f7"; } .fa-sticky-note:before { content: "\f249"; } .fa-stop:before { content: "\f04d"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stopwatch:before { content: "\f2f2"; } .fa-store:before { content: "\f54e"; } .fa-store-alt:before { content: "\f54f"; } .fa-strava:before { content: "\f428"; } .fa-stream:before { content: "\f550"; } .fa-street-view:before { content: "\f21d"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-stripe:before { content: "\f429"; } .fa-stripe-s:before { content: "\f42a"; } .fa-stroopwafel:before { content: "\f551"; } .fa-studiovinari:before { content: "\f3f8"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-subscript:before { content: "\f12c"; } .fa-subway:before { content: "\f239"; } .fa-suitcase:before { content: "\f0f2"; } .fa-suitcase-rolling:before { content: "\f5c1"; } .fa-sun:before { content: "\f185"; } .fa-superpowers:before { content: "\f2dd"; } .fa-superscript:before { content: "\f12b"; } .fa-supple:before { content: "\f3f9"; } .fa-surprise:before { content: "\f5c2"; } .fa-swatchbook:before { content: "\f5c3"; } .fa-swimmer:before { content: "\f5c4"; } .fa-swimming-pool:before { content: "\f5c5"; } .fa-sync:before { content: "\f021"; } .fa-sync-alt:before { content: "\f2f1"; } .fa-syringe:before { content: "\f48e"; } .fa-table:before { content: "\f0ce"; } .fa-table-tennis:before { content: "\f45d"; } .fa-tablet:before { content: "\f10a"; } .fa-tablet-alt:before { content: "\f3fa"; } .fa-tablets:before { content: "\f490"; } .fa-tachometer-alt:before { content: "\f3fd"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-tape:before { content: "\f4db"; } .fa-tasks:before { content: "\f0ae"; } .fa-taxi:before { content: "\f1ba"; } .fa-teamspeak:before { content: "\f4f9"; } .fa-telegram:before { content: "\f2c6"; } .fa-telegram-plane:before { content: "\f3fe"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-terminal:before { content: "\f120"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-th:before { content: "\f00a"; } .fa-th-large:before { content: "\f009"; } .fa-th-list:before { content: "\f00b"; } .fa-themeco:before { content: "\f5c6"; } .fa-themeisle:before { content: "\f2b2"; } .fa-thermometer:before { content: "\f491"; } .fa-thermometer-empty:before { content: "\f2cb"; } .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thumbs-down:before { content: "\f165"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbtack:before { content: "\f08d"; } .fa-ticket-alt:before { content: "\f3ff"; } .fa-times:before { content: "\f00d"; } .fa-times-circle:before { content: "\f057"; } .fa-tint:before { content: "\f043"; } .fa-tint-slash:before { content: "\f5c7"; } .fa-tired:before { content: "\f5c8"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-toolbox:before { content: "\f552"; } .fa-tooth:before { content: "\f5c9"; } .fa-trade-federation:before { content: "\f513"; } .fa-trademark:before { content: "\f25c"; } .fa-train:before { content: "\f238"; } .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-trash:before { content: "\f1f8"; } .fa-trash-alt:before { content: "\f2ed"; } .fa-tree:before { content: "\f1bb"; } .fa-trello:before { content: "\f181"; } .fa-tripadvisor:before { content: "\f262"; } .fa-trophy:before { content: "\f091"; } .fa-truck:before { content: "\f0d1"; } .fa-truck-loading:before { content: "\f4de"; } .fa-truck-moving:before { content: "\f4df"; } .fa-tshirt:before { content: "\f553"; } .fa-tty:before { content: "\f1e4"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-tv:before { content: "\f26c"; } .fa-twitch:before { content: "\f1e8"; } .fa-twitter:before { content: "\f099"; } .fa-twitter-square:before { content: "\f081"; } .fa-typo3:before { content: "\f42b"; } .fa-uber:before { content: "\f402"; } .fa-uikit:before { content: "\f403"; } .fa-umbrella:before { content: "\f0e9"; } .fa-umbrella-beach:before { content: "\f5ca"; } .fa-underline:before { content: "\f0cd"; } .fa-undo:before { content: "\f0e2"; } .fa-undo-alt:before { content: "\f2ea"; } .fa-uniregistry:before { content: "\f404"; } .fa-universal-access:before { content: "\f29a"; } .fa-university:before { content: "\f19c"; } .fa-unlink:before { content: "\f127"; } .fa-unlock:before { content: "\f09c"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-untappd:before { content: "\f405"; } .fa-upload:before { content: "\f093"; } .fa-usb:before { content: "\f287"; } .fa-user:before { content: "\f007"; } .fa-user-alt:before { content: "\f406"; } .fa-user-alt-slash:before { content: "\f4fa"; } .fa-user-astronaut:before { content: "\f4fb"; } .fa-user-check:before { content: "\f4fc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-clock:before { content: "\f4fd"; } .fa-user-cog:before { content: "\f4fe"; } .fa-user-edit:before { content: "\f4ff"; } .fa-user-friends:before { content: "\f500"; } .fa-user-graduate:before { content: "\f501"; } .fa-user-lock:before { content: "\f502"; } .fa-user-md:before { content: "\f0f0"; } .fa-user-minus:before { content: "\f503"; } .fa-user-ninja:before { content: "\f504"; } .fa-user-plus:before { content: "\f234"; } .fa-user-secret:before { content: "\f21b"; } .fa-user-shield:before { content: "\f505"; } .fa-user-slash:before { content: "\f506"; } .fa-user-tag:before { content: "\f507"; } .fa-user-tie:before { content: "\f508"; } .fa-user-times:before { content: "\f235"; } .fa-users:before { content: "\f0c0"; } .fa-users-cog:before { content: "\f509"; } .fa-ussunnah:before { content: "\f407"; } .fa-utensil-spoon:before { content: "\f2e5"; } .fa-utensils:before { content: "\f2e7"; } .fa-vaadin:before { content: "\f408"; } .fa-vector-square:before { content: "\f5cb"; } .fa-venus:before { content: "\f221"; } .fa-venus-double:before { content: "\f226"; } .fa-venus-mars:before { content: "\f228"; } .fa-viacoin:before { content: "\f237"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-vial:before { content: "\f492"; } .fa-vials:before { content: "\f493"; } .fa-viber:before { content: "\f409"; } .fa-video:before { content: "\f03d"; } .fa-video-slash:before { content: "\f4e2"; } .fa-vimeo:before { content: "\f40a"; } .fa-vimeo-square:before { content: "\f194"; } .fa-vimeo-v:before { content: "\f27d"; } .fa-vine:before { content: "\f1ca"; } .fa-vk:before { content: "\f189"; } .fa-vnv:before { content: "\f40b"; } .fa-volleyball-ball:before { content: "\f45f"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-up:before { content: "\f028"; } .fa-vuejs:before { content: "\f41f"; } .fa-walking:before { content: "\f554"; } .fa-wallet:before { content: "\f555"; } .fa-warehouse:before { content: "\f494"; } .fa-weebly:before { content: "\f5cc"; } .fa-weibo:before { content: "\f18a"; } .fa-weight:before { content: "\f496"; } .fa-weight-hanging:before { content: "\f5cd"; } .fa-weixin:before { content: "\f1d7"; } .fa-whatsapp:before { content: "\f232"; } .fa-whatsapp-square:before { content: "\f40c"; } .fa-wheelchair:before { content: "\f193"; } .fa-whmcs:before { content: "\f40d"; } .fa-wifi:before { content: "\f1eb"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-window-close:before { content: "\f410"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-windows:before { content: "\f17a"; } .fa-wine-glass:before { content: "\f4e3"; } .fa-wine-glass-alt:before { content: "\f5ce"; } .fa-wix:before { content: "\f5cf"; } .fa-wolf-pack-battalion:before { content: "\f514"; } .fa-won-sign:before { content: "\f159"; } .fa-wordpress:before { content: "\f19a"; } .fa-wordpress-simple:before { content: "\f411"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-wpforms:before { content: "\f298"; } .fa-wrench:before { content: "\f0ad"; } .fa-x-ray:before { content: "\f497"; } .fa-xbox:before { content: "\f412"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-y-combinator:before { content: "\f23b"; } .fa-yahoo:before { content: "\f19e"; } .fa-yandex:before { content: "\f413"; } .fa-yandex-international:before { content: "\f414"; } .fa-yelp:before { content: "\f1e9"; } .fa-yen-sign:before { content: "\f157"; } .fa-yoast:before { content: "\f2b1"; } .fa-youtube:before { content: "\f167"; } .fa-youtube-square:before { content: "\f431"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; src: url("../static/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../static/webfonts/fa-solid-900.woff2") format("woff2"), url("../static/webfonts/fa-solid-900.woff") format("woff"), url("../static/webfonts/fa-solid-900.ttf") format("truetype"), url("../static/webfonts/fa-solid-900.svg#fontawesome") format("svg"); src: url("../static/webfonts/fa-solid-900.eot"); } .fa, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: normal; src: url("../static/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../static/webfonts/fa-brands-400.woff2") format("woff2"), url("../static/webfonts/fa-brands-400.woff") format("woff"), url("../static/webfonts/fa-brands-400.ttf") format("truetype"), url("../static/webfonts/fa-brands-400.svg#fontawesome") format("svg"); src: url("../static/webfonts/fa-brands-400.eot"); } .fab { font-family: "Font Awesome 5 Brands"; } /*! Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; src: url("../static/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../static/webfonts/fa-regular-400.woff2") format("woff2"), url("../static/webfonts/fa-regular-400.woff") format("woff"), url("../static/webfonts/fa-regular-400.ttf") format("truetype"), url("../static/webfonts/fa-regular-400.svg#fontawesome") format("svg"); src: url("../static/webfonts/fa-regular-400.eot"); } .far { font-family: "Font Awesome 5 Free"; font-weight: 400; } /*! Spectre.css Icons v0.5.3 | MIT License | github.com/picturepan2/spectre */ .icon { box-sizing: border-box; display: inline-block; font-size: inherit; font-style: normal; height: 1em; position: relative; text-indent: -9999px; vertical-align: middle; width: 1em; } .icon::before, .icon::after { display: block; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } .icon.icon-2x { font-size: 1.6rem; } .icon.icon-3x { font-size: 2.4rem; } .icon.icon-4x { font-size: 3.2rem; } .accordion .icon, .btn .icon, .toast .icon, .menu .icon { vertical-align: -10%; } .btn-lg .icon { vertical-align: -15%; } .icon-arrow-down::before, .icon-arrow-left::before, .icon-arrow-right::before, .icon-arrow-up::before, .icon-downward::before, .icon-back::before, .icon-forward::before, .icon-upward::before { border: .1rem solid currentColor; border-bottom: 0; border-right: 0; content: ""; height: .65em; width: .65em; } .icon-arrow-down::before { transform: translate(-50%, -75%) rotate(225deg); } .icon-arrow-left::before { transform: translate(-25%, -50%) rotate(-45deg); } .icon-arrow-right::before { transform: translate(-75%, -50%) rotate(135deg); } .icon-arrow-up::before { transform: translate(-50%, -25%) rotate(45deg); } .icon-back::after, .icon-forward::after { background: currentColor; content: ""; height: .1rem; width: .8em; } .icon-downward::after, .icon-upward::after { background: currentColor; content: ""; height: .8em; width: .1rem; } .icon-back::after { left: 55%; } .icon-back::before { transform: translate(-50%, -50%) rotate(-45deg); } .icon-downward::after { top: 45%; } .icon-downward::before { transform: translate(-50%, -50%) rotate(-135deg); } .icon-forward::after { left: 45%; } .icon-forward::before { transform: translate(-50%, -50%) rotate(135deg); } .icon-upward::after { top: 55%; } .icon-upward::before { transform: translate(-50%, -50%) rotate(45deg); } .icon-caret::before { border-left: .3em solid transparent; border-right: .3em solid transparent; border-top: .3em solid currentColor; content: ""; height: 0; transform: translate(-50%, -25%); width: 0; } .icon-menu::before { background: currentColor; box-shadow: 0 -.35em, 0 .35em; content: ""; height: .1rem; width: 100%; } .icon-apps::before { background: currentColor; box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em; content: ""; height: 3px; width: 3px; } .icon-resize-horiz::before, .icon-resize-horiz::after, .icon-resize-vert::before, .icon-resize-vert::after { border: .1rem solid currentColor; border-bottom: 0; border-right: 0; content: ""; height: .45em; width: .45em; } .icon-resize-horiz::before, .icon-resize-vert::before { transform: translate(-50%, -90%) rotate(45deg); } .icon-resize-horiz::after, .icon-resize-vert::after { transform: translate(-50%, -10%) rotate(225deg); } .icon-resize-horiz::before { transform: translate(-90%, -50%) rotate(-45deg); } .icon-resize-horiz::after { transform: translate(-10%, -50%) rotate(135deg); } .icon-more-horiz::before, .icon-more-vert::before { background: currentColor; border-radius: 50%; box-shadow: -.4em 0, .4em 0; content: ""; height: 3px; width: 3px; } .icon-more-vert::before { box-shadow: 0 -.4em, 0 .4em; } .icon-plus::before, .icon-minus::before, .icon-cross::before { background: currentColor; content: ""; height: .1rem; width: 100%; } .icon-plus::after, .icon-cross::after { background: currentColor; content: ""; height: 100%; width: .1rem; } .icon-cross::before { width: 100%; } .icon-cross::after { height: 100%; } .icon-cross::before, .icon-cross::after { transform: translate(-50%, -50%) rotate(45deg); } .icon-check::before { border: .1rem solid currentColor; border-right: 0; border-top: 0; content: ""; height: .5em; transform: translate(-50%, -75%) rotate(-45deg); width: .9em; } .icon-stop { border: .1rem solid currentColor; border-radius: 50%; } .icon-stop::before { background: currentColor; content: ""; height: .1rem; transform: translate(-50%, -50%) rotate(45deg); width: 1em; } .icon-shutdown { border: .1rem solid currentColor; border-radius: 50%; border-top-color: transparent; } .icon-shutdown::before { background: currentColor; content: ""; height: .5em; top: .1em; width: .1rem; } .icon-refresh::before { border: .1rem solid currentColor; border-radius: 50%; border-right-color: transparent; content: ""; height: 1em; width: 1em; } .icon-refresh::after { border: .2em solid currentColor; border-left-color: transparent; border-top-color: transparent; content: ""; height: 0; left: 80%; top: 20%; width: 0; } .icon-search::before { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .75em; left: 5%; top: 5%; transform: translate(0, 0) rotate(45deg); width: .75em; } .icon-search::after { background: currentColor; content: ""; height: .1rem; left: 80%; top: 80%; transform: translate(-50%, -50%) rotate(45deg); width: .4em; } .icon-edit::before { border: .1rem solid currentColor; content: ""; height: .4em; transform: translate(-40%, -60%) rotate(-45deg); width: .85em; } .icon-edit::after { border: .15em solid currentColor; border-right-color: transparent; border-top-color: transparent; content: ""; height: 0; left: 5%; top: 95%; transform: translate(0, -100%); width: 0; } .icon-delete::before { border: .1rem solid currentColor; border-bottom-left-radius: .1rem; border-bottom-right-radius: .1rem; border-top: 0; content: ""; height: .75em; top: 60%; width: .75em; } .icon-delete::after { background: currentColor; box-shadow: -.25em .2em, .25em .2em; content: ""; height: .1rem; top: .05rem; width: .5em; } .icon-share { border: .1rem solid currentColor; border-radius: .1rem; border-right: 0; border-top: 0; } .icon-share::before { border: .1rem solid currentColor; border-left: 0; border-top: 0; content: ""; height: .4em; left: 100%; top: .25em; transform: translate(-125%, -50%) rotate(-45deg); width: .4em; } .icon-share::after { border: .1rem solid currentColor; border-bottom: 0; border-radius: 75% 0; border-right: 0; content: ""; height: .5em; width: .6em; } .icon-flag::before { background: currentColor; content: ""; height: 1em; left: 15%; width: .1rem; } .icon-flag::after { border: .1rem solid currentColor; border-bottom-right-radius: .1rem; border-left: 0; border-top-right-radius: .1rem; content: ""; height: .65em; left: 60%; top: 35%; width: .8em; } .icon-bookmark::before { border: .1rem solid currentColor; border-bottom: 0; border-top-left-radius: .1rem; border-top-right-radius: .1rem; content: ""; height: .9em; width: .8em; } .icon-bookmark::after { border: .1rem solid currentColor; border-bottom: 0; border-left: 0; border-radius: .1rem; content: ""; height: .5em; transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg); width: .5em; } .icon-download, .icon-upload { border-bottom: .1rem solid currentColor; } .icon-download::before, .icon-upload::before { border: .1rem solid currentColor; border-bottom: 0; border-right: 0; content: ""; height: .5em; transform: translate(-50%, -60%) rotate(-135deg); width: .5em; } .icon-download::after, .icon-upload::after { background: currentColor; content: ""; height: .6em; top: 40%; width: .1rem; } .icon-upload::before { transform: translate(-50%, -60%) rotate(45deg); } .icon-upload::after { top: 50%; } .icon-time { border: .1rem solid currentColor; border-radius: 50%; } .icon-time::before { background: currentColor; content: ""; height: .4em; transform: translate(-50%, -75%); width: .1rem; } .icon-time::after { background: currentColor; content: ""; height: .3em; transform: translate(-50%, -75%) rotate(90deg); transform-origin: 50% 90%; width: .1rem; } .icon-mail::before { border: .1rem solid currentColor; border-radius: .1rem; content: ""; height: .8em; width: 1em; } .icon-mail::after { border: .1rem solid currentColor; border-right: 0; border-top: 0; content: ""; height: .5em; transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg); width: .5em; } .icon-people::before { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .45em; top: 25%; width: .45em; } .icon-people::after { border: .1rem solid currentColor; border-radius: 50% 50% 0 0; content: ""; height: .4em; top: 75%; width: .9em; } .icon-message { border: .1rem solid currentColor; border-bottom: 0; border-radius: .1rem; border-right: 0; } .icon-message::before { border: .1rem solid currentColor; border-bottom-right-radius: .1rem; border-left: 0; border-top: 0; content: ""; height: .8em; left: 65%; top: 40%; width: .7em; } .icon-message::after { background: currentColor; border-radius: .1rem; content: ""; height: .3em; left: 10%; top: 100%; transform: translate(0, -90%) rotate(45deg); width: .1rem; } .icon-photo { border: .1rem solid currentColor; border-radius: .1rem; } .icon-photo::before { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .25em; left: 35%; top: 35%; width: .25em; } .icon-photo::after { border: .1rem solid currentColor; border-bottom: 0; border-left: 0; content: ""; height: .5em; left: 60%; transform: translate(-50%, 25%) rotate(-45deg); width: .5em; } .icon-link::before, .icon-link::after { border: .1rem solid currentColor; border-radius: 5em 0 0 5em; border-right: 0; content: ""; height: .5em; width: .75em; } .icon-link::before { transform: translate(-70%, -45%) rotate(-45deg); } .icon-link::after { transform: translate(-30%, -55%) rotate(135deg); } .icon-location::before { border: .1rem solid currentColor; border-radius: 50% 50% 50% 0; content: ""; height: .8em; transform: translate(-50%, -60%) rotate(-45deg); width: .8em; } .icon-location::after { border: .1rem solid currentColor; border-radius: 50%; content: ""; height: .2em; transform: translate(-50%, -80%); width: .2em; } .icon-emoji { border: .1rem solid currentColor; border-radius: 50%; } .icon-emoji::before { border-radius: 50%; box-shadow: -.17em -.15em, .17em -.15em; content: ""; height: .1em; width: .1em; } .icon-emoji::after { border: .1rem solid currentColor; border-bottom-color: transparent; border-radius: 50%; border-right-color: transparent; content: ""; height: .5em; transform: translate(-50%, -40%) rotate(-135deg); width: .5em; } /*! Spectre.css Experimentals v0.5.3 | MIT License | github.com/picturepan2/spectre */ .form-autocomplete { position: relative; } .form-autocomplete .form-autocomplete-input { align-content: flex-start; display: flex; display: -ms-flexbox; -ms-flex-line-pack: start; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; min-height: 1.6rem; padding: .1rem; } .form-autocomplete .form-autocomplete-input.is-focused { border-color: #1d549f; box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .form-autocomplete .form-autocomplete-input .form-input { border-color: transparent; box-shadow: none; display: inline-block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.2rem; line-height: .8rem; margin: .1rem; width: auto; } .form-autocomplete .menu { left: 0; position: absolute; top: 100%; width: 100%; } .form-autocomplete.autocomplete-oneline .form-autocomplete-input { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } .form-autocomplete.autocomplete-oneline .chip { -ms-flex: 1 0 auto; flex: 1 0 auto; } .calendar { border: .05rem solid #e7e9ed; border-radius: .1rem; display: block; min-width: 280px; } .calendar .calendar-nav { align-items: center; background: #f8f9fa; border-top-left-radius: .1rem; border-top-right-radius: .1rem; display: flex; display: -ms-flexbox; -ms-flex-align: center; font-size: .9rem; padding: .4rem; } .calendar .calendar-header, .calendar .calendar-body { display: flex; display: -ms-flexbox; -ms-flex-pack: center; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; padding: .4rem 0; } .calendar .calendar-header .calendar-date, .calendar .calendar-body .calendar-date { -ms-flex: 0 0 14.28%; flex: 0 0 14.28%; max-width: 14.28%; } .calendar .calendar-header { background: #f8f9fa; border-bottom: .05rem solid #e7e9ed; color: #acb3c2; font-size: .7rem; text-align: center; } .calendar .calendar-body { color: #667189; } .calendar .calendar-date { border: 0; padding: .2rem; } .calendar .calendar-date .date-item { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: .05rem solid transparent; border-radius: 50%; color: #667189; cursor: pointer; font-size: .7rem; height: 1.4rem; line-height: 1rem; outline: none; padding: .1rem; position: relative; text-align: center; text-decoration: none; transition: all .2s ease; vertical-align: middle; white-space: nowrap; width: 1.4rem; } .calendar .calendar-date .date-item.date-today { border-color: #4e7fc2; color: #1d549f; } .calendar .calendar-date .date-item:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); } .calendar .calendar-date .date-item:focus, .calendar .calendar-date .date-item:hover { background: #648fca; border-color: #4e7fc2; color: #1d549f; text-decoration: none; } .calendar .calendar-date .date-item:active, .calendar .calendar-date .date-item.active { background: #1b4d92; border-color: #17427c; color: #fff; } .calendar .calendar-date .date-item.badge::after { position: absolute; right: 3px; top: 3px; transform: translate(50%, -50%); } .calendar .calendar-date .date-item:disabled, .calendar .calendar-date .date-item.disabled, .calendar .calendar-date .calendar-event:disabled, .calendar .calendar-date .calendar-event.disabled { cursor: default; opacity: .25; pointer-events: none; } .calendar .calendar-date.prev-month .date-item, .calendar .calendar-date.prev-month .calendar-event, .calendar .calendar-date.next-month .date-item, .calendar .calendar-date.next-month .calendar-event { opacity: .25; } .calendar .calendar-range { position: relative; } .calendar .calendar-range::before { background: #5987c6; content: ""; height: 1.4rem; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .calendar .calendar-range.range-start::before { left: 50%; } .calendar .calendar-range.range-end::before { right: 50%; } .calendar .calendar-range.range-start .date-item, .calendar .calendar-range.range-end .date-item { background: #1b4d92; border-color: #17427c; color: #fff; } .calendar .calendar-range .date-item { color: #1d549f; } .calendar.calendar-lg .calendar-body { padding: 0; } .calendar.calendar-lg .calendar-body .calendar-date { border-bottom: .05rem solid #e7e9ed; border-right: .05rem solid #e7e9ed; display: flex; display: -ms-flexbox; -ms-flex-direction: column; flex-direction: column; height: 5.5rem; padding: 0; } .calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) { border-right: 0; } .calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) { border-bottom: 0; } .calendar.calendar-lg .date-item { align-self: flex-end; -ms-flex-item-align: end; height: 1.4rem; margin-right: .2rem; margin-top: .2rem; } .calendar.calendar-lg .calendar-range::before { top: 19px; } .calendar.calendar-lg .calendar-range.range-start::before { left: auto; width: 19px; } .calendar.calendar-lg .calendar-range.range-end::before { right: 19px; } .calendar.calendar-lg .calendar-events { flex-grow: 1; -ms-flex-positive: 1; line-height: 1; overflow-y: auto; padding: .2rem; } .calendar.calendar-lg .calendar-event { border-radius: .1rem; display: block; font-size: .7rem; margin: .1rem auto; overflow: hidden; padding: 3px 4px; text-overflow: ellipsis; white-space: nowrap; } .carousel { background: #f8f9fa; display: block; overflow: hidden; -webkit-overflow-scrolling: touch; position: relative; width: 100%; z-index: 1; } .carousel .carousel-container { height: 100%; left: 0; position: relative; } .carousel .carousel-container::before { content: ""; display: block; padding-bottom: 56.25%; } .carousel .carousel-container .carousel-item { animation: carousel-slideout 1s ease-in-out 1; height: 100%; left: 0; margin: 0; opacity: 0; position: absolute; top: 0; width: 100%; } .carousel .carousel-container .carousel-item:hover .item-prev, .carousel .carousel-container .carousel-item:hover .item-next { opacity: 1; } .carousel .carousel-container .item-prev, .carousel .carousel-container .item-next { background: rgba(231, 233, 237, .25); border-color: rgba(231, 233, 237, .5); color: #e7e9ed; opacity: 0; position: absolute; top: 50%; transform: translateY(-50%); transition: all .4s ease; z-index: 100; } .carousel .carousel-container .item-prev { left: 1rem; } .carousel .carousel-container .item-next { right: 1rem; } .carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-container .carousel-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4) { animation: carousel-slidein .75s ease-in-out 1; opacity: 1; z-index: 100; } .carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4) { color: #e7e9ed; } .carousel .carousel-nav { bottom: .4rem; display: flex; display: -ms-flexbox; -ms-flex-pack: center; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); width: 10rem; z-index: 100; } .carousel .carousel-nav .nav-item { color: rgba(231, 233, 237, .5); display: block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.6rem; margin: .2rem; max-width: 2.5rem; position: relative; } .carousel .carousel-nav .nav-item::before { background: currentColor; content: ""; display: block; height: .1rem; position: absolute; top: .5rem; width: 100%; } @keyframes carousel-slidein { 0% { transform: translateX(100%); } 100% { transform: translateX(0); } } @keyframes carousel-slideout { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 1; transform: translateX(-50%); } } .comparison-slider { height: 50vh; overflow: hidden; -webkit-overflow-scrolling: touch; position: relative; width: 100%; } .comparison-slider .comparison-before, .comparison-slider .comparison-after { height: 100%; left: 0; margin: 0; overflow: hidden; position: absolute; top: 0; } .comparison-slider .comparison-before img, .comparison-slider .comparison-after img { height: 100%; object-fit: cover; object-position: left center; position: absolute; width: 100%; } .comparison-slider .comparison-before { width: 100%; z-index: 1; } .comparison-slider .comparison-before .comparison-label { right: .8rem; } .comparison-slider .comparison-after { max-width: 100%; min-width: 0; z-index: 2; } .comparison-slider .comparison-after::before { background: transparent; content: ""; cursor: default; height: 100%; left: 0; position: absolute; right: .8rem; top: 0; z-index: 1; } .comparison-slider .comparison-after::after { background: currentColor; border-radius: 50%; box-shadow: 0 -5px, 0 5px; color: #fff; content: ""; height: 3px; position: absolute; right: .4rem; top: 50%; transform: translate(50%, -50%); width: 3px; } .comparison-slider .comparison-after .comparison-label { left: .8rem; } .comparison-slider .comparison-resizer { animation: first-run 1.5s 1 ease-in-out; cursor: ew-resize; height: .8rem; left: 0; max-width: 100%; min-width: .8rem; opacity: 0; outline: none; position: relative; resize: horizontal; top: 50%; transform: translateY(-50%) scaleY(30); width: 0; } .comparison-slider .comparison-label { background: rgba(69, 77, 93, .5); bottom: .8rem; color: #fff; padding: .2rem .4rem; position: absolute; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @keyframes first-run { 0% { width: 0; } 25% { width: 2.4rem; } 50% { width: .8rem; } 75% { width: 1.2rem; } 100% { width: 0; } } .filter .filter-tag#tag-0:checked ~ .filter-nav .chip[for="tag-0"], .filter .filter-tag#tag-1:checked ~ .filter-nav .chip[for="tag-1"], .filter .filter-tag#tag-2:checked ~ .filter-nav .chip[for="tag-2"], .filter .filter-tag#tag-3:checked ~ .filter-nav .chip[for="tag-3"], .filter .filter-tag#tag-4:checked ~ .filter-nav .chip[for="tag-4"], .filter .filter-tag#tag-5:checked ~ .filter-nav .chip[for="tag-5"], .filter .filter-tag#tag-6:checked ~ .filter-nav .chip[for="tag-6"], .filter .filter-tag#tag-7:checked ~ .filter-nav .chip[for="tag-7"], .filter .filter-tag#tag-8:checked ~ .filter-nav .chip[for="tag-8"] { background: #1d549f; color: #fff; } .filter .filter-tag#tag-1:checked ~ .filter-body .filter-item:not([data-tag~="tag-1"]), .filter .filter-tag#tag-2:checked ~ .filter-body .filter-item:not([data-tag~="tag-2"]), .filter .filter-tag#tag-3:checked ~ .filter-body .filter-item:not([data-tag~="tag-3"]), .filter .filter-tag#tag-4:checked ~ .filter-body .filter-item:not([data-tag~="tag-4"]), .filter .filter-tag#tag-5:checked ~ .filter-body .filter-item:not([data-tag~="tag-5"]), .filter .filter-tag#tag-6:checked ~ .filter-body .filter-item:not([data-tag~="tag-6"]), .filter .filter-tag#tag-7:checked ~ .filter-body .filter-item:not([data-tag~="tag-7"]), .filter .filter-tag#tag-8:checked ~ .filter-body .filter-item:not([data-tag~="tag-8"]) { display: none; } .filter .filter-nav { margin: .4rem 0; } .filter .filter-body { display: flex; display: -ms-flexbox; -ms-flex-wrap: wrap; flex-wrap: wrap; } .meter { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f8f9fa; border: 0; border-radius: .1rem; display: block; height: .8rem; width: 100%; } .meter::-webkit-meter-inner-element { display: block; } .meter::-webkit-meter-bar, .meter::-webkit-meter-optimum-value, .meter::-webkit-meter-suboptimum-value, .meter::-webkit-meter-even-less-good-value { border-radius: .1rem; } .meter::-webkit-meter-bar { background: #f8f9fa; } .meter::-webkit-meter-optimum-value { background: #32b643; } .meter::-webkit-meter-suboptimum-value { background: #ffb700; } .meter::-webkit-meter-even-less-good-value { background: #ef4135; } .meter::-moz-meter-bar, .meter:-moz-meter-optimum, .meter:-moz-meter-sub-optimum, .meter:-moz-meter-sub-sub-optimum { border-radius: .1rem; } .meter:-moz-meter-optimum::-moz-meter-bar { background: #32b643; } .meter:-moz-meter-sub-optimum::-moz-meter-bar { background: #ffb700; } .meter:-moz-meter-sub-sub-optimum::-moz-meter-bar { background: #ef4135; } .off-canvas { display: flex; display: -ms-flexbox; -ms-flex-flow: nowrap; flex-flow: nowrap; height: 100%; position: relative; width: 100%; } .off-canvas .off-canvas-toggle { display: block; position: absolute; right: .4rem; top: .4rem; transition: none; z-index: 1; } .off-canvas .off-canvas-sidebar { background: #f8f9fa; bottom: 0; min-width: 10rem; overflow-y: auto; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform .25s ease; z-index: 200; } .off-canvas .off-canvas-content { -ms-flex: 1 1 auto; flex: 1 1 auto; height: 100%; padding: .4rem .4rem .4rem 4rem; } .off-canvas .off-canvas-overlay { background: rgba(69, 77, 93, .1); border-color: transparent; border-radius: 0; bottom: 0; display: none; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; } .off-canvas .off-canvas-sidebar:target, .off-canvas .off-canvas-sidebar.active { transform: translateX(0); } .off-canvas .off-canvas-sidebar:target ~ .off-canvas-overlay, .off-canvas .off-canvas-sidebar.active ~ .off-canvas-overlay { display: block; z-index: 100; } @media (min-width: 960px) { .off-canvas.off-canvas-sidebar-show .off-canvas-toggle { display: none; } .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar { -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; transform: none; } .off-canvas.off-canvas-sidebar-show .off-canvas-overlay { display: none !important; } } .parallax { display: block; height: auto; position: relative; width: auto; } .parallax .parallax-content { box-shadow: 0 1rem 2.1rem rgba(69, 77, 93, .3); height: auto; transform: perspective(1000px); transform-style: preserve-3d; transition: all .4s ease; width: 100%; } .parallax .parallax-content::before { content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .parallax .parallax-front { align-items: center; color: #fff; display: flex; display: -ms-flexbox; -ms-flex-align: center; -ms-flex-pack: center; height: 100%; justify-content: center; left: 0; position: absolute; text-align: center; text-shadow: 0 0 20px rgba(69, 77, 93, .75); top: 0; transform: translateZ(50px) scale(.95); transition: all .4s ease; width: 100%; z-index: 1; } .parallax .parallax-top-left { height: 50%; left: 0; outline: none; position: absolute; top: 0; width: 50%; z-index: 100; } .parallax .parallax-top-left:focus ~ .parallax-content, .parallax .parallax-top-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(-3deg); } .parallax .parallax-top-left:focus ~ .parallax-content::before, .parallax .parallax-top-left:hover ~ .parallax-content::before { background: linear-gradient(135deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-top-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, 4.5px, 50px) scale(.95); } .parallax .parallax-top-right { height: 50%; outline: none; position: absolute; right: 0; top: 0; width: 50%; z-index: 100; } .parallax .parallax-top-right:focus ~ .parallax-content, .parallax .parallax-top-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(3deg); } .parallax .parallax-top-right:focus ~ .parallax-content::before, .parallax .parallax-top-right:hover ~ .parallax-content::before { background: linear-gradient(-135deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-top-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, 4.5px, 50px) scale(.95); } .parallax .parallax-bottom-left { bottom: 0; height: 50%; left: 0; outline: none; position: absolute; width: 50%; z-index: 100; } .parallax .parallax-bottom-left:focus ~ .parallax-content, .parallax .parallax-bottom-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg); } .parallax .parallax-bottom-left:focus ~ .parallax-content::before, .parallax .parallax-bottom-left:hover ~ .parallax-content::before { background: linear-gradient(45deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-bottom-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, -4.5px, 50px) scale(.95); } .parallax .parallax-bottom-right { bottom: 0; height: 50%; outline: none; position: absolute; right: 0; width: 50%; z-index: 100; } .parallax .parallax-bottom-right:focus ~ .parallax-content, .parallax .parallax-bottom-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(3deg); } .parallax .parallax-bottom-right:focus ~ .parallax-content::before, .parallax .parallax-bottom-right:hover ~ .parallax-content::before { background: linear-gradient(-45deg, rgba(255, 255, 255, .35) 0%, transparent 50%); } .parallax .parallax-bottom-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, -4.5px, 50px) scale(.95); } .progress { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f0f1f4; border: 0; border-radius: .1rem; color: #1d549f; height: .2rem; position: relative; width: 100%; } .progress::-webkit-progress-bar { background: transparent; border-radius: .1rem; } .progress::-webkit-progress-value { background: #1d549f; border-radius: .1rem; } .progress::-moz-progress-bar { background: #1d549f; border-radius: .1rem; } .progress:indeterminate { animation: progress-indeterminate 1.5s linear infinite; background: #f0f1f4 linear-gradient(to right, #1d549f 30%, #f0f1f4 30%) top left/150% 150% no-repeat; } .progress:indeterminate::-moz-progress-bar { background: transparent; } @keyframes progress-indeterminate { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } .slider { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; display: block; height: 1.2rem; width: 100%; } .slider:focus { box-shadow: 0 0 0 .1rem rgba(29, 84, 159, .2); outline: none; } .slider.tooltip:not([data-tooltip])::after { content: attr(value); } .slider::-webkit-slider-thumb { -webkit-appearance: none; background: #1d549f; border: 0; border-radius: 50%; height: .6rem; margin-top: -.25rem; transition: transform .2s ease; width: .6rem; } .slider::-moz-range-thumb { background: #1d549f; border: 0; border-radius: 50%; height: .6rem; transition: transform .2s ease; width: .6rem; } .slider::-ms-thumb { background: #1d549f; border: 0; border-radius: 50%; height: .6rem; transition: transform .2s ease; width: .6rem; } .slider:active::-webkit-slider-thumb { transform: scale(1.25); } .slider:active::-moz-range-thumb { transform: scale(1.25); } .slider:active::-ms-thumb { transform: scale(1.25); } .slider:disabled::-webkit-slider-thumb, .slider.disabled::-webkit-slider-thumb { background: #e7e9ed; transform: scale(1); } .slider:disabled::-moz-range-thumb, .slider.disabled::-moz-range-thumb { background: #e7e9ed; transform: scale(1); } .slider:disabled::-ms-thumb, .slider.disabled::-ms-thumb { background: #e7e9ed; transform: scale(1); } .slider::-webkit-slider-runnable-track { background: #f0f1f4; border-radius: .1rem; height: .1rem; width: 100%; } .slider::-moz-range-track { background: #f0f1f4; border-radius: .1rem; height: .1rem; width: 100%; } .slider::-ms-track { background: #f0f1f4; border-radius: .1rem; height: .1rem; width: 100%; } .slider::-ms-fill-lower { background: #1d549f; } .timeline .timeline-item { display: flex; display: -ms-flexbox; margin-bottom: 1.2rem; position: relative; } .timeline .timeline-item::before { background: #e7e9ed; content: ""; height: 100%; left: 11px; position: absolute; top: 1.2rem; width: 2px; } .timeline .timeline-item .timeline-left { -ms-flex: 0 0 auto; flex: 0 0 auto; } .timeline .timeline-item .timeline-content { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 2px 0 2px .8rem; } .timeline .timeline-item .timeline-icon { border-radius: 50%; color: #fff; display: block; height: 1.2rem; text-align: center; width: 1.2rem; } .timeline .timeline-item .timeline-icon::before { border: .1rem solid #1d549f; border-radius: 50%; content: ""; display: block; height: .4rem; left: .4rem; position: absolute; top: .4rem; width: .4rem; } .timeline .timeline-item .timeline-icon.icon-lg { background: #1d549f; line-height: 1.2rem; } .timeline .timeline-item .timeline-icon.icon-lg::before { content: none; }
0.585575
0.193871
*{ box-sizing: border-box; margin: 0; padding: 0; } body{ background-color: #edf0f1; font-family: Montserrat, sans-serif; } li, a, button{ font-family: Montserrat, sans-serif; font-weight: 500; font-size: 16px; color: #edf0f1; } /* Header */ header{ background-color: #171716; box-shadow: 1px 2px 5px rgba(0,0,0,.31); height: 9vh; display: flex; justify-content: space-between; align-items: center; } div.logo{ cursor: pointer; margin-left: 15px; font-size: 14pt; } span.black, header span.yellow, header span.red{ transition: all 650ms ease-in-out; } .covid span.black{ color: #080807; text-shadow: 2px 2px 2px #fefefe; } .barra span.yellow{ color: #F1C40F; } span.angola{ color: #E84C3D; } div.logo:hover span.black{ color: #080807; } div.logo:hover span.yellow{ color: #F1C40F; } div.logo:hover span.red{ color: #E84C3D; } .menu-icons{ cursor: pointer; padding: 5px 12px 5px 12px; text-align: center; font-size: 20pt; border-radius: 7px; } .menu-icons.open{ margin-right: 30px; background: #F1C40F; box-shadow: 1px 2px 5px rgb(241, 196, 15, .31); } .menu-icons.close{ color: #E84C3D; font-size: 30pt; } .menu-icons.close i{ margin-left: -240px; } header .nav-links{ width: 18rem; height: 100vh; background-color: #181817; position: fixed; top: 0; right: -22rem; display: flex; flex-direction: column; justify-content: space-between; text-align: center; z-index: 1500; transition: all 650ms ease-in-out; } .nav-links.open{ right: 0; } header .nav-links li a{ text-decoration: none; transition: all 0.5s ease-in-out; } header .nav-links li{ list-style: none; margin: 30px; margin-left: 50px; } header .nav-links .social li{ margin: 0px; } header .nav-links .list-normal:hover{ color: #F1C40F; } header .nav-links .contact{ padding: 9px 25px; background-color: rgb(241, 196, 15); color: #080807; border: none; border-radius: 50px; cursor: pointer; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all .3s ease-in-out; } header .nav-links .contact:hover{ background-color: rgba(241, 196, 15, 0.8); } header ul li a:not(:only-child)::after { padding-left: 2px; content: ' ▾'; } header .nav-links .footer-nav a{ text-decoration: none; color: #E84C3D; } header .nav-links .footer-nav .social li a:hover{ background: transparent; } /* Header */ /* Hero */ .hero{ width: 100%; height: 100%; background: url('../galeira/imagens/8.png') center no-repeat; } .hero .titles{ color: #E84C3D; font-size: 18pt; } .hero .text{ width: 100%; margin-top: 20px; text-align: center; } .hero .text .update{ margin-bottom: -20px; } .hero .text .source{ text-align: center; margin-top: 20px; } .hero .text .source a{ color: #E84C3D; text-decoration: none; } .hero .data{ margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; } .hero .data div{ display: flex; position: relative; flex-direction: column; justify-content: center; align-items: center; border: 1px solid transparent; height: 150px; width: 250px; font-size: 18pt; border-radius: 8px/7px; margin: 10px; background: rgb(255, 255, 255); box-shadow: 1px 2px 5px rgba(0,0,0,.31); } .hero .data .info-label{ margin-top: 5px; } .hero .data .info-number{ font-size: 25pt; } /* Hero */ /* Numbers */ #numbers{ display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; width: 100%; padding: 30px; background: #181817; } #numbers h1{ color: #E84C3D; font-size: 4rem; opacity: .2; position: absolute; transition: all 650ms ease-in-out; } #numbers .update{ background: black; border-radius: 8px 8px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } #numbers:hover h1{ opacity: 1; } #numbers .info{ margin-top: 50px; position: relative; width: 100%; border-radius: 8px/7px; transition: all 650ms ease-in-out; } #numbers .info-covid{ background: #181817; color: #E84C3D; text-align: center; border-radius: 8px/7px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all 650ms ease-in-out; } #numbers .info-covid h2{ padding: 15px; font-size: 15pt; } .numbers-covid{ background: rgba(0, 0, 0, 0.8); } #numbers .info-covid .numbers-covid{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; text-align: center; padding: 10px; } #numbers .info-covid .numbers-covid div{ margin: 5px; } #numbers .info-covid .numbers-covid .info-number, #numbers .info-covid .update span{ color: #e1e3e4; } .pc{ display: none; } #numbers .uppercase{ text-transform: uppercase; } #numbers .info-covid .tables{ display: flex; flex-direction: column; justify-content: center; align-items: center; } table { font-weight: 400; width: 100%; font-size: 15pt; } table caption{ margin-top: 30px; margin-bottom: 20px; font-size: 13pt; color: #E84C3D; } table thead { display: none; font-weight: 500; } table tbody tr { border: 2px solid #080807; border-radius: 5px; display: block; padding: 30px; margin-bottom: 30px; } table tbody tr td { display: block; font-weight: 500; padding: 5px; position: relative; text-align: right; color: #e1e3e4; } table tbody tr td:nth-child(1){ text-align: center; padding: 9px 25px; background-color: #080807; color: #E84C3D; border: none; border-radius: 50px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); margin-top: -45px; margin-bottom: 20px; } table tbody tr td:before { color: #e1e3e4; content: attr(data-label); font-weight: 400; left: 5px; position: absolute; } #numbers .info .buttonTableMundial{ margin-top: 30px; text-align: center; padding: 9px 25px; background-color: #E84C3D; opacity: .5; color: #080807; border: none; border-radius: 50px; cursor: pointer; text-decoration: none; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all .3s ease-in-out; } #numbers .info .buttonTableMundial:hover{ opacity: 1; } /* Numbers */ /* DIV PIC */ .pic.covid-19{ position: absolute; right: 0; margin-top: -50px; transition: all 650ms ease-in-out; } .pic.covid-19 img{ width: 100px; height: 100px; } /* DIV PIC */ /* Covid-19 */ #covid-19{ background: #edf0f1; width: 100%; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; padding: 30px; } #covid-19 h1{ color: #181817; font-size: 4rem; opacity: .6; position: absolute; transition: all 650ms ease-in-out; } #covid-19:hover h1{ opacity: 1; } #covid-19 .about-covid-19{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; position: relative; border-radius: 8px/7px; transition: all 650ms ease-in-out; margin-top: 40px; } .item-covid-19 i{ font-size: 40pt; } #covid-19 .about-covid-19 .item-covid-19{ display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; margin: 10px; height: 200px; width: 200px; background: white; border-radius: 8px/7px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); cursor: pointer; transition: all 650ms ease-in-out; } #covid-19 .about-covid-19 .item-covid-19:hover h2{ color: #181817; opacity: 1; } #covid-19 .about-covid-19 .item-covid-19 h2{ opacity: .7; transition: all 650ms ease-in-out; } /* Modal */ .modal-covid-19{ display: none; background: rgba(0, 0, 0, .8); position: fixed; z-index: 1000; padding-top: 50px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; } .description-covid-19{ position: relative; background-color: #fefefe; margin: auto; padding: 20px; width: 95%; margin-bottom: 50px; border-radius: 8px/7px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } .description-covid-19 h4, .description-covid-19 h3{ text-align: left; margin: 10px; } .description-covid-19 h4{ margin-top: 50px; } .description-covid-19 p{ text-align: justify; text-indent: 50px; margin: 10px; } .description-covid-19 li{ color: #080807; text-align: left; margin-left: 30px; text-align: justify; margin-bottom: 10px; margin-top: 10px; } /* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } .modal-covid-19 .close { position: relative; color: #E84C3D; float: center; font-size: 70px; font-weight: bold; transition: all 650ms ease-in-out; } .modal-covid-19 .close:hover, .modal-covid-19 .close:focus { color: #E84C3D; text-decoration: none; cursor: pointer; } /* Modal */ /* Covid-19 */ /* Social */ .social li{ display: inline-block; } .social li a{ color: #111110; display: block; padding: 10px; font-size: 20px; transition: all 650ms ease-in-out; } .social li a:hover{ background: #111110; } .social .fa-facebook:hover{ color: #4862A3; } .social .fa-envelope:hover{ color: #E84C3D; } .social .fa-github:hover{ color: #080807; } .social .fa-linkedin:hover{ color: #0073B2; } /* Social */ /* Footer */ footer{ text-align: center; background: #181817; display: flex; flex-direction: column; padding: 80px 0px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } footer div.logo{ text-align: center; margin-bottom: 30px; font-weight: bolder; font-size: 20pt; } footer h3{ color: #E84C3D; opacity: .5; margin-bottom: 10px; } footer img{ position: absolute; width: 200px; height: 200px; margin-left: -70px; margin-top: -260px; } footer .first-content{ display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 80px; } footer .first-content .item-footer{ margin-left: 20px; margin-right: 20px; margin-bottom: 30px; transition: all .3s ease-in-out; } footer .first-content .item-footer:hover h3{ opacity: 1; } footer .social i{ font-size: 20pt; transition: all .3s ease-in-out; } footer .social{ margin-left: -10px; } footer .social a{ color: #edf0f1; } footer .social a:hover{ background: none; } footer li{ list-style: none; } footer a{ text-decoration: none; transition: all .3s ease-in-out; } footer .links a:hover, footer .menu a:hover, footer .emergencia a:hover{ color: #F1C40F; } footer .second-content{ display: flex; justify-content: center; flex-direction: column; text-align: center; background: #E84C3D; opacity: .5; width: 100%; padding: 10px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all .3s ease-in-out; } footer .second-content:hover{ opacity: 1; } /* Footer */ /* Media Query of 858px */ @media screen and (min-width: 858px) { /* Header */ header .nav-links{ width: initial; height: initial; position: initial; top: initial; right: initial; display: flex; flex-direction: row; transition: initial; background: transparent; margin-top: initial; } header{ display: flex; justify-content: space-around; align-items: center; padding: 0px 10%; } header div.logo{ font-weight: bolder; font-size: 18pt; cursor: pointer; display: flex; flex-wrap: nowrap; } header .menu-icons.open{ display: none; } .menu-icons.close{ display: none; } header .nav-links .menu{ display: flex; flex-wrap: nowrap; } header .nav-links li{ display: inline-block; padding: 18px 15px; } header .nav-links li{ list-style: none; margin: initial; margin-left: 50px; } header .nav-links .footer-nav{ display: none; } /* Header */ /* Hero */ .hero{ height: 100vh; } .hero .titles{ color: #E84C3D; font-size: 25pt; } .hero .text{ width: 100%; position: absolute; top: 30%; text-align: center; } .hero .data{ margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-evenly; text-align: center; } .hero .data div{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 160px; width: 250px; font-size: 20pt; border-radius: 8px/7px; } .hero .data .info-number{ font-size: 25pt; } /* Hero */ /* div uptop */ #uptop{ position: absolute; } #uptop i{ margin-left: 1250px; color: #E84C3D; opacity: .8; font-size: 45pt; margin-top: 450px; position: fixed; cursor: pointer; } #uptop i:hover{ opacity: 1; } /* div uptop */ /* Numbers */ #numbers{ padding: 120px; } #numbers h1{ font-size: 10rem; position: absolute; margin-top: -120px; margin-left: -650px; } #numbers .info{ height: 450px; margin-top: initial; } #numbers .info-covid h2{ padding: 10px; font-size: 22pt; } #numbers .info-covid .numbers-covid{ display: flex; align-items: center; justify-content: space-around; text-align: center; padding: initial; font-size: 15pt; } .phone{ display: none; } .pc{ display: initial; } #numbers .uppercase{ text-transform: initial; } table { border-collapse: collapse; max-width: 992px; text-align: left; width: 100%; border-radius: 8px/7px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } table caption{ font-size: 20pt; margin-bottom: 0px; } table thead { display: table-header-group; } td{ border: 1px solid #080807; } table thead th:nth-child(5){ border-radius: 0px 8px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } table thead th:nth-child(1){ border-radius: 8px 0px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } table thead th { padding: 10px; background: #080807; color: #E84C3D; } table tbody { font-size: .875em; } table tbody tr { border: none; display: table-row; } table tbody tr td { display: table-cell; font-weight: 400; padding: 10px; text-align: left; } .tables{ display: flex; flex-direction: column; justify-content: center; align-items: center; } table tbody tr td:nth-child(1){ text-align: left; background-color: #080807; border-radius: initial; box-shadow: initial; color: #E84C3D; font-weight: bold; } table tbody tr td:before { display: none; } /* Numbers */ /* DIV PIC */ .pic.covid-19{ position: absolute; right: 0; margin-top: -120px; transition: all 650ms ease-in-out; } .pic.covid-19 img{ width: initial; height: initial; } /* DIV PIC */ /* Covid-19 */ #covid-19 .about-covid-19{ margin-top: 60px; padding: 0px 120px; } #covid-19 h1{ font-size: 10rem; position: absolute; margin-top: -30px; margin-left: -700px; } #covid-19 .about-covid-19 .item-covid-19{ margin: 20px 20px 20px 20px; height: 230px; width: 230px; padding: 20px; } /* Modal */ .description-covid-19{ padding: 50px; width: 50%; } /* Modal */ /* Covid-19 */ /* Footer */ footer{ text-align: initial; } footer img{ width: initial; height: initial; margin-left: -50px; margin-top: -340px; } footer .first-content{ display: flex; justify-content: center; margin-bottom: 80px; } footer .first-content .item-footer{ margin-left: 30px; margin-right: 30px; } /* Footer */ } /* Media Query of 858px */
css/style.css
*{ box-sizing: border-box; margin: 0; padding: 0; } body{ background-color: #edf0f1; font-family: Montserrat, sans-serif; } li, a, button{ font-family: Montserrat, sans-serif; font-weight: 500; font-size: 16px; color: #edf0f1; } /* Header */ header{ background-color: #171716; box-shadow: 1px 2px 5px rgba(0,0,0,.31); height: 9vh; display: flex; justify-content: space-between; align-items: center; } div.logo{ cursor: pointer; margin-left: 15px; font-size: 14pt; } span.black, header span.yellow, header span.red{ transition: all 650ms ease-in-out; } .covid span.black{ color: #080807; text-shadow: 2px 2px 2px #fefefe; } .barra span.yellow{ color: #F1C40F; } span.angola{ color: #E84C3D; } div.logo:hover span.black{ color: #080807; } div.logo:hover span.yellow{ color: #F1C40F; } div.logo:hover span.red{ color: #E84C3D; } .menu-icons{ cursor: pointer; padding: 5px 12px 5px 12px; text-align: center; font-size: 20pt; border-radius: 7px; } .menu-icons.open{ margin-right: 30px; background: #F1C40F; box-shadow: 1px 2px 5px rgb(241, 196, 15, .31); } .menu-icons.close{ color: #E84C3D; font-size: 30pt; } .menu-icons.close i{ margin-left: -240px; } header .nav-links{ width: 18rem; height: 100vh; background-color: #181817; position: fixed; top: 0; right: -22rem; display: flex; flex-direction: column; justify-content: space-between; text-align: center; z-index: 1500; transition: all 650ms ease-in-out; } .nav-links.open{ right: 0; } header .nav-links li a{ text-decoration: none; transition: all 0.5s ease-in-out; } header .nav-links li{ list-style: none; margin: 30px; margin-left: 50px; } header .nav-links .social li{ margin: 0px; } header .nav-links .list-normal:hover{ color: #F1C40F; } header .nav-links .contact{ padding: 9px 25px; background-color: rgb(241, 196, 15); color: #080807; border: none; border-radius: 50px; cursor: pointer; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all .3s ease-in-out; } header .nav-links .contact:hover{ background-color: rgba(241, 196, 15, 0.8); } header ul li a:not(:only-child)::after { padding-left: 2px; content: ' ▾'; } header .nav-links .footer-nav a{ text-decoration: none; color: #E84C3D; } header .nav-links .footer-nav .social li a:hover{ background: transparent; } /* Header */ /* Hero */ .hero{ width: 100%; height: 100%; background: url('../galeira/imagens/8.png') center no-repeat; } .hero .titles{ color: #E84C3D; font-size: 18pt; } .hero .text{ width: 100%; margin-top: 20px; text-align: center; } .hero .text .update{ margin-bottom: -20px; } .hero .text .source{ text-align: center; margin-top: 20px; } .hero .text .source a{ color: #E84C3D; text-decoration: none; } .hero .data{ margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; } .hero .data div{ display: flex; position: relative; flex-direction: column; justify-content: center; align-items: center; border: 1px solid transparent; height: 150px; width: 250px; font-size: 18pt; border-radius: 8px/7px; margin: 10px; background: rgb(255, 255, 255); box-shadow: 1px 2px 5px rgba(0,0,0,.31); } .hero .data .info-label{ margin-top: 5px; } .hero .data .info-number{ font-size: 25pt; } /* Hero */ /* Numbers */ #numbers{ display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; width: 100%; padding: 30px; background: #181817; } #numbers h1{ color: #E84C3D; font-size: 4rem; opacity: .2; position: absolute; transition: all 650ms ease-in-out; } #numbers .update{ background: black; border-radius: 8px 8px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } #numbers:hover h1{ opacity: 1; } #numbers .info{ margin-top: 50px; position: relative; width: 100%; border-radius: 8px/7px; transition: all 650ms ease-in-out; } #numbers .info-covid{ background: #181817; color: #E84C3D; text-align: center; border-radius: 8px/7px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all 650ms ease-in-out; } #numbers .info-covid h2{ padding: 15px; font-size: 15pt; } .numbers-covid{ background: rgba(0, 0, 0, 0.8); } #numbers .info-covid .numbers-covid{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; text-align: center; padding: 10px; } #numbers .info-covid .numbers-covid div{ margin: 5px; } #numbers .info-covid .numbers-covid .info-number, #numbers .info-covid .update span{ color: #e1e3e4; } .pc{ display: none; } #numbers .uppercase{ text-transform: uppercase; } #numbers .info-covid .tables{ display: flex; flex-direction: column; justify-content: center; align-items: center; } table { font-weight: 400; width: 100%; font-size: 15pt; } table caption{ margin-top: 30px; margin-bottom: 20px; font-size: 13pt; color: #E84C3D; } table thead { display: none; font-weight: 500; } table tbody tr { border: 2px solid #080807; border-radius: 5px; display: block; padding: 30px; margin-bottom: 30px; } table tbody tr td { display: block; font-weight: 500; padding: 5px; position: relative; text-align: right; color: #e1e3e4; } table tbody tr td:nth-child(1){ text-align: center; padding: 9px 25px; background-color: #080807; color: #E84C3D; border: none; border-radius: 50px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); margin-top: -45px; margin-bottom: 20px; } table tbody tr td:before { color: #e1e3e4; content: attr(data-label); font-weight: 400; left: 5px; position: absolute; } #numbers .info .buttonTableMundial{ margin-top: 30px; text-align: center; padding: 9px 25px; background-color: #E84C3D; opacity: .5; color: #080807; border: none; border-radius: 50px; cursor: pointer; text-decoration: none; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all .3s ease-in-out; } #numbers .info .buttonTableMundial:hover{ opacity: 1; } /* Numbers */ /* DIV PIC */ .pic.covid-19{ position: absolute; right: 0; margin-top: -50px; transition: all 650ms ease-in-out; } .pic.covid-19 img{ width: 100px; height: 100px; } /* DIV PIC */ /* Covid-19 */ #covid-19{ background: #edf0f1; width: 100%; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; padding: 30px; } #covid-19 h1{ color: #181817; font-size: 4rem; opacity: .6; position: absolute; transition: all 650ms ease-in-out; } #covid-19:hover h1{ opacity: 1; } #covid-19 .about-covid-19{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; position: relative; border-radius: 8px/7px; transition: all 650ms ease-in-out; margin-top: 40px; } .item-covid-19 i{ font-size: 40pt; } #covid-19 .about-covid-19 .item-covid-19{ display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; margin: 10px; height: 200px; width: 200px; background: white; border-radius: 8px/7px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); cursor: pointer; transition: all 650ms ease-in-out; } #covid-19 .about-covid-19 .item-covid-19:hover h2{ color: #181817; opacity: 1; } #covid-19 .about-covid-19 .item-covid-19 h2{ opacity: .7; transition: all 650ms ease-in-out; } /* Modal */ .modal-covid-19{ display: none; background: rgba(0, 0, 0, .8); position: fixed; z-index: 1000; padding-top: 50px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; } .description-covid-19{ position: relative; background-color: #fefefe; margin: auto; padding: 20px; width: 95%; margin-bottom: 50px; border-radius: 8px/7px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } .description-covid-19 h4, .description-covid-19 h3{ text-align: left; margin: 10px; } .description-covid-19 h4{ margin-top: 50px; } .description-covid-19 p{ text-align: justify; text-indent: 50px; margin: 10px; } .description-covid-19 li{ color: #080807; text-align: left; margin-left: 30px; text-align: justify; margin-bottom: 10px; margin-top: 10px; } /* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } .modal-covid-19 .close { position: relative; color: #E84C3D; float: center; font-size: 70px; font-weight: bold; transition: all 650ms ease-in-out; } .modal-covid-19 .close:hover, .modal-covid-19 .close:focus { color: #E84C3D; text-decoration: none; cursor: pointer; } /* Modal */ /* Covid-19 */ /* Social */ .social li{ display: inline-block; } .social li a{ color: #111110; display: block; padding: 10px; font-size: 20px; transition: all 650ms ease-in-out; } .social li a:hover{ background: #111110; } .social .fa-facebook:hover{ color: #4862A3; } .social .fa-envelope:hover{ color: #E84C3D; } .social .fa-github:hover{ color: #080807; } .social .fa-linkedin:hover{ color: #0073B2; } /* Social */ /* Footer */ footer{ text-align: center; background: #181817; display: flex; flex-direction: column; padding: 80px 0px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } footer div.logo{ text-align: center; margin-bottom: 30px; font-weight: bolder; font-size: 20pt; } footer h3{ color: #E84C3D; opacity: .5; margin-bottom: 10px; } footer img{ position: absolute; width: 200px; height: 200px; margin-left: -70px; margin-top: -260px; } footer .first-content{ display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 80px; } footer .first-content .item-footer{ margin-left: 20px; margin-right: 20px; margin-bottom: 30px; transition: all .3s ease-in-out; } footer .first-content .item-footer:hover h3{ opacity: 1; } footer .social i{ font-size: 20pt; transition: all .3s ease-in-out; } footer .social{ margin-left: -10px; } footer .social a{ color: #edf0f1; } footer .social a:hover{ background: none; } footer li{ list-style: none; } footer a{ text-decoration: none; transition: all .3s ease-in-out; } footer .links a:hover, footer .menu a:hover, footer .emergencia a:hover{ color: #F1C40F; } footer .second-content{ display: flex; justify-content: center; flex-direction: column; text-align: center; background: #E84C3D; opacity: .5; width: 100%; padding: 10px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); transition: all .3s ease-in-out; } footer .second-content:hover{ opacity: 1; } /* Footer */ /* Media Query of 858px */ @media screen and (min-width: 858px) { /* Header */ header .nav-links{ width: initial; height: initial; position: initial; top: initial; right: initial; display: flex; flex-direction: row; transition: initial; background: transparent; margin-top: initial; } header{ display: flex; justify-content: space-around; align-items: center; padding: 0px 10%; } header div.logo{ font-weight: bolder; font-size: 18pt; cursor: pointer; display: flex; flex-wrap: nowrap; } header .menu-icons.open{ display: none; } .menu-icons.close{ display: none; } header .nav-links .menu{ display: flex; flex-wrap: nowrap; } header .nav-links li{ display: inline-block; padding: 18px 15px; } header .nav-links li{ list-style: none; margin: initial; margin-left: 50px; } header .nav-links .footer-nav{ display: none; } /* Header */ /* Hero */ .hero{ height: 100vh; } .hero .titles{ color: #E84C3D; font-size: 25pt; } .hero .text{ width: 100%; position: absolute; top: 30%; text-align: center; } .hero .data{ margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-evenly; text-align: center; } .hero .data div{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 160px; width: 250px; font-size: 20pt; border-radius: 8px/7px; } .hero .data .info-number{ font-size: 25pt; } /* Hero */ /* div uptop */ #uptop{ position: absolute; } #uptop i{ margin-left: 1250px; color: #E84C3D; opacity: .8; font-size: 45pt; margin-top: 450px; position: fixed; cursor: pointer; } #uptop i:hover{ opacity: 1; } /* div uptop */ /* Numbers */ #numbers{ padding: 120px; } #numbers h1{ font-size: 10rem; position: absolute; margin-top: -120px; margin-left: -650px; } #numbers .info{ height: 450px; margin-top: initial; } #numbers .info-covid h2{ padding: 10px; font-size: 22pt; } #numbers .info-covid .numbers-covid{ display: flex; align-items: center; justify-content: space-around; text-align: center; padding: initial; font-size: 15pt; } .phone{ display: none; } .pc{ display: initial; } #numbers .uppercase{ text-transform: initial; } table { border-collapse: collapse; max-width: 992px; text-align: left; width: 100%; border-radius: 8px/7px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } table caption{ font-size: 20pt; margin-bottom: 0px; } table thead { display: table-header-group; } td{ border: 1px solid #080807; } table thead th:nth-child(5){ border-radius: 0px 8px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } table thead th:nth-child(1){ border-radius: 8px 0px 0px 0px; box-shadow: 1px 2px 5px rgba(0,0,0,.31); } table thead th { padding: 10px; background: #080807; color: #E84C3D; } table tbody { font-size: .875em; } table tbody tr { border: none; display: table-row; } table tbody tr td { display: table-cell; font-weight: 400; padding: 10px; text-align: left; } .tables{ display: flex; flex-direction: column; justify-content: center; align-items: center; } table tbody tr td:nth-child(1){ text-align: left; background-color: #080807; border-radius: initial; box-shadow: initial; color: #E84C3D; font-weight: bold; } table tbody tr td:before { display: none; } /* Numbers */ /* DIV PIC */ .pic.covid-19{ position: absolute; right: 0; margin-top: -120px; transition: all 650ms ease-in-out; } .pic.covid-19 img{ width: initial; height: initial; } /* DIV PIC */ /* Covid-19 */ #covid-19 .about-covid-19{ margin-top: 60px; padding: 0px 120px; } #covid-19 h1{ font-size: 10rem; position: absolute; margin-top: -30px; margin-left: -700px; } #covid-19 .about-covid-19 .item-covid-19{ margin: 20px 20px 20px 20px; height: 230px; width: 230px; padding: 20px; } /* Modal */ .description-covid-19{ padding: 50px; width: 50%; } /* Modal */ /* Covid-19 */ /* Footer */ footer{ text-align: initial; } footer img{ width: initial; height: initial; margin-left: -50px; margin-top: -340px; } footer .first-content{ display: flex; justify-content: center; margin-bottom: 80px; } footer .first-content .item-footer{ margin-left: 30px; margin-right: 30px; } /* Footer */ } /* Media Query of 858px */
0.364325
0.071074
.course-section-heading { font-size: 22px; font-weight: 600; display: flex; flex-wrap: wrap; margin: 0 -30px; padding: 9px 30px; border-bottom: 1px solid var(--standard-light-gray); } .gradeable-row { padding: 18px 0; border-bottom: 1px solid var(--standard-light-gray); } #gradeables-content.content { padding-bottom: 0; } .gradeable-row:nth-last-child(1) { border: none; } .course-main { display: flex; align-items: center; font-size: 0px; margin-bottom: 9px; padding-bottom: 5px; } .course-main i.fas { margin: 0 5px; } .course-main a.fas { font-size: 18px; padding-right: 10px; float: left; } .collapse-icon, .expand-icon { margin-left: -10px; display: none; } .course-main .course-title { font-size: 18px; margin: 0 5px; display: table; } .course-button { display: flex; flex-direction: column; justify-content: center; } .btn-nav { display: flex; flex-direction: column; justify-content: center; padding: 12px; margin: 3px 0; min-height: 100%; min-width: 100%; } .btn-nav-open { display: none; } .course-section-title { display: inline; } @media (max-width: 401px) { .course-section-heading, .course-main .course-title { font-size: 16px; } .course-button .btn, .subtitle { font-size: 12px; } } @media (max-width: 950px) { .course-section-heading { margin: 10px 0; font-weight: 400; background-color: var(--alert-background-blue); transition: 0.2s; border: none; } .course-section-heading:hover { background: var(--standard-medium-blue); color: white; transform: translate(0, -5px); } .course-section { display: none; } .panel-head-active { background: var(--submitty-logo-blue); color: white; } .panel-head-active .expand-icon, .collapse-icon { display: inline; } .panel-head-active .collapse-icon, .expand-icon { display: none; } .panel-active { display: block; } } @media (min-width: 950px) { #gradeables { display: table; width: 100%; border-collapse: collapse; } .course-section-heading { margin: 0; padding: 0; display: table-row-group; } .course-section { display: table-row-group!important; } .gradeable-row { border: none; display: table-row; justify-content: space-between; } .course-main, .course-button { display: table-cell; vertical-align: middle; } .course-main { padding: 9px; min-width: 220px; /* webkit tables cannot shrink to fit content; it must take a percentage width value */ width: 40%; /* this is the logical behavior, that firefox will render (max width overrides width) */ max-width: max-content; } .course-button { padding: 10px; text-align: center; width: 220px; min-width: min-content; max-width: max-content; } .btn-nav { margin: auto; } .btn-nav-open { display: flex; max-width: 85px; min-width: 0; min-height: 50px; justify-content: center; padding: 5px !important; } .course-main .button-placeholder { display: inline-block; width: 33px; } .course-button { max-width: 95%; margin: auto; } }
site/public/css/navigation.css
.course-section-heading { font-size: 22px; font-weight: 600; display: flex; flex-wrap: wrap; margin: 0 -30px; padding: 9px 30px; border-bottom: 1px solid var(--standard-light-gray); } .gradeable-row { padding: 18px 0; border-bottom: 1px solid var(--standard-light-gray); } #gradeables-content.content { padding-bottom: 0; } .gradeable-row:nth-last-child(1) { border: none; } .course-main { display: flex; align-items: center; font-size: 0px; margin-bottom: 9px; padding-bottom: 5px; } .course-main i.fas { margin: 0 5px; } .course-main a.fas { font-size: 18px; padding-right: 10px; float: left; } .collapse-icon, .expand-icon { margin-left: -10px; display: none; } .course-main .course-title { font-size: 18px; margin: 0 5px; display: table; } .course-button { display: flex; flex-direction: column; justify-content: center; } .btn-nav { display: flex; flex-direction: column; justify-content: center; padding: 12px; margin: 3px 0; min-height: 100%; min-width: 100%; } .btn-nav-open { display: none; } .course-section-title { display: inline; } @media (max-width: 401px) { .course-section-heading, .course-main .course-title { font-size: 16px; } .course-button .btn, .subtitle { font-size: 12px; } } @media (max-width: 950px) { .course-section-heading { margin: 10px 0; font-weight: 400; background-color: var(--alert-background-blue); transition: 0.2s; border: none; } .course-section-heading:hover { background: var(--standard-medium-blue); color: white; transform: translate(0, -5px); } .course-section { display: none; } .panel-head-active { background: var(--submitty-logo-blue); color: white; } .panel-head-active .expand-icon, .collapse-icon { display: inline; } .panel-head-active .collapse-icon, .expand-icon { display: none; } .panel-active { display: block; } } @media (min-width: 950px) { #gradeables { display: table; width: 100%; border-collapse: collapse; } .course-section-heading { margin: 0; padding: 0; display: table-row-group; } .course-section { display: table-row-group!important; } .gradeable-row { border: none; display: table-row; justify-content: space-between; } .course-main, .course-button { display: table-cell; vertical-align: middle; } .course-main { padding: 9px; min-width: 220px; /* webkit tables cannot shrink to fit content; it must take a percentage width value */ width: 40%; /* this is the logical behavior, that firefox will render (max width overrides width) */ max-width: max-content; } .course-button { padding: 10px; text-align: center; width: 220px; min-width: min-content; max-width: max-content; } .btn-nav { margin: auto; } .btn-nav-open { display: flex; max-width: 85px; min-width: 0; min-height: 50px; justify-content: center; padding: 5px !important; } .course-main .button-placeholder { display: inline-block; width: 33px; } .course-button { max-width: 95%; margin: auto; } }
0.536799
0.152221
display: table; /* width: 1000px; */ width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; height: 2em; margin-top: 1em; margin-bottom: 3em; user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ } .f1_player__button { display: table-cell; vertical-align: middle; /* font-size: 1.3em; */ font-family: Arial, Helvetica, sans-serif; width: 3em; /* padding-left: 1em; */ padding-right: 1em; text-align: center } .f1_player__button_disable { pointer-events: none; color: #aaa; } #f1_player__seek { display: table-cell; /*width: calc(100% - 3em - 6em - 4em - 1em);*/ height: 2em; position: relative; cursor: pointer; } #f1_player__seek_bar { width: calc(100% - 0.7em); height: 0.1em; position: absolute; top: calc(50% - 0.05em); left: 0.35em; background-color: #777; } #f1_player__seek_circle { width: 0.7em; height: 0.7em; background-color: #444; border-radius: 0.35em; position: absolute; top: calc(50% - 0.35em); transform: translate(-0.35em, 0); } #f1_player__time { width: 7em; color: #444; } #figureOneContainer { border: 1px solid #ddd; } #f1_recorder { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 1em; display: table; table-layout: fixed; } .f1_recorder__button { width: 8em; } .comment_out_to_show_recorder { /* display: none; */ } #f1_player__play_pause { background-position: center; background-repeat: no-repeat; } .f1_paused { background-image: url('./play.svg'); } .f1_playing { background-image: url('./pause.svg'); } @media only screen and (max-width: 1000px) and (-webkit-device-pixel-ratio : 3) { /* .f1_player__button { font-size: 2em; } #f1_player__time { width: 7em; } */ #figureOneVideoControls { font-size: 15px; } }
docs/tutorials/15 - Recorder Introduction/controls/controls.css
display: table; /* width: 1000px; */ width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; height: 2em; margin-top: 1em; margin-bottom: 3em; user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ } .f1_player__button { display: table-cell; vertical-align: middle; /* font-size: 1.3em; */ font-family: Arial, Helvetica, sans-serif; width: 3em; /* padding-left: 1em; */ padding-right: 1em; text-align: center } .f1_player__button_disable { pointer-events: none; color: #aaa; } #f1_player__seek { display: table-cell; /*width: calc(100% - 3em - 6em - 4em - 1em);*/ height: 2em; position: relative; cursor: pointer; } #f1_player__seek_bar { width: calc(100% - 0.7em); height: 0.1em; position: absolute; top: calc(50% - 0.05em); left: 0.35em; background-color: #777; } #f1_player__seek_circle { width: 0.7em; height: 0.7em; background-color: #444; border-radius: 0.35em; position: absolute; top: calc(50% - 0.35em); transform: translate(-0.35em, 0); } #f1_player__time { width: 7em; color: #444; } #figureOneContainer { border: 1px solid #ddd; } #f1_recorder { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 1em; display: table; table-layout: fixed; } .f1_recorder__button { width: 8em; } .comment_out_to_show_recorder { /* display: none; */ } #f1_player__play_pause { background-position: center; background-repeat: no-repeat; } .f1_paused { background-image: url('./play.svg'); } .f1_playing { background-image: url('./pause.svg'); } @media only screen and (max-width: 1000px) and (-webkit-device-pixel-ratio : 3) { /* .f1_player__button { font-size: 2em; } #f1_player__time { width: 7em; } */ #figureOneVideoControls { font-size: 15px; } }
0.286568
0.051869
body { background-color: #737373; background-image: url("background_blur.png"); background-size: 1632px 1224px; background-position: center; background-attachment: fixed; position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 0; margin: 0; font-size: 13px; } .outer-container { max-width: 800px; margin: 0 auto; } .container { max-width: 620px; margin: 0 auto; min-height: 100%; } header { background: #737373; padding: 20px 15px 15px 15px; position: relative; } header .hide-completed { float: right; } header .hide-hiking { float: right; } header .hide-camping { float: right; } button { display: inline; color: #000000; padding: 7px 7px; font-size: 13px; background: #a3c0f5; outline: none; border-radius: 5px; border-style: none; margin-top: 10px; float: center; } #login-buttons { display: block; } h1 { font-size: 1.5em; font-family: helvetica; color: #FFFFFF; margin: 0; margin-bottom: 10px; display: inline-block; margin-right: 1em; } .text-box { display: inline; background-color: #a3c0f5; padding: 7px 7px; max-width: 235px; border-radius: 5px; margin-top: 10px; font-size: 13px; float: center; } form { margin-top: 10px; margin-bottom: -10px; position: relative; } .new-task input { box-sizing: border-box; padding: 10px 0; background: transparent; border: none; width: 100%; padding-right: 80px; font-size: 1em; } .new-task input:focus{ outline: 0; } ul { margin: 0; padding: 0; background: white; } .delete { float: right; font-weight: bold; background: none; font-size: 1em; border: none; position: relative; } li { position: relative; list-style: none; padding: 15px; border-bottom: #eee solid 1px; } li .text { margin-left: 10px; } li.checked { color: #888; } li.checked .text { text-decoration: line-through; } li.private { background: #eee; border-color: #ddd; } .toggle-private { margin-left: 5px; } @media (max-width: 600px) { li { padding: 12px 15px; } .search { width: 150px; clear: both; } .new-task input { padding-bottom: 5px; } } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1; font-size: 14px; text-align: left; } .dropdown:hover .dropdown-content { display: block; }
client/main.css
body { background-color: #737373; background-image: url("background_blur.png"); background-size: 1632px 1224px; background-position: center; background-attachment: fixed; position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 0; margin: 0; font-size: 13px; } .outer-container { max-width: 800px; margin: 0 auto; } .container { max-width: 620px; margin: 0 auto; min-height: 100%; } header { background: #737373; padding: 20px 15px 15px 15px; position: relative; } header .hide-completed { float: right; } header .hide-hiking { float: right; } header .hide-camping { float: right; } button { display: inline; color: #000000; padding: 7px 7px; font-size: 13px; background: #a3c0f5; outline: none; border-radius: 5px; border-style: none; margin-top: 10px; float: center; } #login-buttons { display: block; } h1 { font-size: 1.5em; font-family: helvetica; color: #FFFFFF; margin: 0; margin-bottom: 10px; display: inline-block; margin-right: 1em; } .text-box { display: inline; background-color: #a3c0f5; padding: 7px 7px; max-width: 235px; border-radius: 5px; margin-top: 10px; font-size: 13px; float: center; } form { margin-top: 10px; margin-bottom: -10px; position: relative; } .new-task input { box-sizing: border-box; padding: 10px 0; background: transparent; border: none; width: 100%; padding-right: 80px; font-size: 1em; } .new-task input:focus{ outline: 0; } ul { margin: 0; padding: 0; background: white; } .delete { float: right; font-weight: bold; background: none; font-size: 1em; border: none; position: relative; } li { position: relative; list-style: none; padding: 15px; border-bottom: #eee solid 1px; } li .text { margin-left: 10px; } li.checked { color: #888; } li.checked .text { text-decoration: line-through; } li.private { background: #eee; border-color: #ddd; } .toggle-private { margin-left: 5px; } @media (max-width: 600px) { li { padding: 12px 15px; } .search { width: 150px; clear: both; } .new-task input { padding-bottom: 5px; } } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1; font-size: 14px; text-align: left; } .dropdown:hover .dropdown-content { display: block; }
0.487307
0.095602
.loading { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; } /* Transparent Overlay */ .loading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } /* :not(:required) hides these rules from IE9 and below */ .loading:not(:required) { /* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .loading:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; } /* Animation */ @-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .breadcrumb { text-align:center; background-color:transparent; border-bottom:1px solid #eee; padding-top:12px; padding-bottom:12px; margin-bottom:40px; } nav.navbar.navbar-default { margin-bottom:0px; } @media (min-width:992px) { .product h2 { margin-top:0; } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .navbar .navbar-brand { font-size:24px; line-height:18px; } .pointer {cursor: pointer;} .reviewer-name { margin-right:10px; } .site-footer { padding:20px 0; text-align:center; } @media (min-width:768px) { .site-footer h5 { text-align:left; } } .site-footer h5 { color:inherit; font-size:16px; } .site-footer .social-icons a:hover { opacity:1; } .site-footer .social-icons a { display:inline-block; width:32px; border:none; font-size:20px; border-radius:50%; margin:4px; color:#fff; text-align:center; background-color:#798FA5; height:32px; opacity:0.8; line-height:32px; } @media (min-width:768px) { .site-footer .social-icons { text-align:right; } } .btn.write-review { float:right; margin-top:-6px; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { background-color:#041F38; color:#fdfdfd; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color:#041F38; color:#fdfdfd; } .page-header { border-bottom:1px solid #718CA4; } .navbar-default .navbar-nav > li > a { color:#fdfdfd; } .navbar-default { background-color:#2A4E6E; border-color:#2A4E6E; } .navbar { border-radius:0px; } .navbar-default .navbar-brand { color:#fdfdfd; } <<<<<<< HEAD ======= .table { border-collapse: collapse; width: 100%; } .th, .td { padding: 8px; text-align: left; border-bottom: 1px solid #ddd; } .tr:hover {background-color:#f5f5f5;} >>>>>>> a00ee9f5e02732929e4de1049bdb2b2ae6bf46a3
simp_comp_webservice/simp_monitor/assets/css/user.css
.loading { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; } /* Transparent Overlay */ .loading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } /* :not(:required) hides these rules from IE9 and below */ .loading:not(:required) { /* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .loading:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; } /* Animation */ @-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .breadcrumb { text-align:center; background-color:transparent; border-bottom:1px solid #eee; padding-top:12px; padding-bottom:12px; margin-bottom:40px; } nav.navbar.navbar-default { margin-bottom:0px; } @media (min-width:992px) { .product h2 { margin-top:0; } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .navbar .navbar-brand { font-size:24px; line-height:18px; } .pointer {cursor: pointer;} .reviewer-name { margin-right:10px; } .site-footer { padding:20px 0; text-align:center; } @media (min-width:768px) { .site-footer h5 { text-align:left; } } .site-footer h5 { color:inherit; font-size:16px; } .site-footer .social-icons a:hover { opacity:1; } .site-footer .social-icons a { display:inline-block; width:32px; border:none; font-size:20px; border-radius:50%; margin:4px; color:#fff; text-align:center; background-color:#798FA5; height:32px; opacity:0.8; line-height:32px; } @media (min-width:768px) { .site-footer .social-icons { text-align:right; } } .btn.write-review { float:right; margin-top:-6px; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { background-color:#041F38; color:#fdfdfd; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color:#041F38; color:#fdfdfd; } .page-header { border-bottom:1px solid #718CA4; } .navbar-default .navbar-nav > li > a { color:#fdfdfd; } .navbar-default { background-color:#2A4E6E; border-color:#2A4E6E; } .navbar { border-radius:0px; } .navbar-default .navbar-brand { color:#fdfdfd; } <<<<<<< HEAD ======= .table { border-collapse: collapse; width: 100%; } .th, .td { padding: 8px; text-align: left; border-bottom: 1px solid #ddd; } .tr:hover {background-color:#f5f5f5;} >>>>>>> a00ee9f5e02732929e4de1049bdb2b2ae6bf46a3
0.446012
0.166845
:root { --white: #fff; --black: #282828; --logo-blue: #4285f4; --logo-green: #0f9d58; --logo-red: #ea4335; --logo-yellow: #fbbc04; --gray-secondary: #777777; --gray-light-secondary: #d6d6d6; --gray-light: #f8f8f8; --main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205); --nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164); --side-nav-shadow: -0.3rem 0.2rem 1.6rem 0.6rem rgba(64, 64, 64, 0.1); --border-radius: 1.5rem; --border-radius-circle: 100%; } body, html { width: 100%; height: 100%; background-color: #EDF4F3; } /* Style.css */ /* Style.css */ body, p { color: #5e6576; font: 400 1rem/1.625rem "Open Sans", sans-serif; } .navbar{ background-color:#6e8b86 !important; } h1 { color: #030407; font-weight: 500; font-size: 1rem; line-height: 3.25rem; letter-spacing: -0.4px; } .btn-solid-lg { display: inline-block; padding: 15px; border: 1px solid #40514E; border-radius: 15px; background-color: #40514E; width:120px; color: #ffffff; font-weight: 600; font-size: 0.875rem; line-height: 0; text-decoration: none; transition: all 0.2s; } .btn-solid-lg:hover { background-color: #8CA1A5; color:black; /* needs to stay here because of the color property of a tag */ text-decoration: none; border-color:#8CA1A5 } .btn-outline-lg { display: inline-block; padding: 1.625rem 2.625rem 1.625rem 2.625rem; border: 1px solid #ef473d; border-radius: 30px; background-color: transparent; color: #ef473d; font-weight: 600; font-size: 0.875rem; line-height: 0; text-decoration: none; transition: all 0.2s; } .btn-outline-lg:hover { background-color: #ef473d; color: #ffffff; text-decoration: none; } .custom-btn { width: 200px; height: 50px; color: #fff; border-radius: 5px; padding: 10px 25px; font-family: 'Lato', sans-serif; font-weight: 500; background: transparent; cursor: pointer; transition: all 0.3s ease; position: relative; display: inline-block; box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); outline: none; } /* 14 */ .btn-14 { background: #40514E; border: none; z-index: 1; } .btn-14:after { position: absolute; content: ""; width: 100%; height: 0; top: 0; left: 0; z-index: -1; border-radius: 5px; background-color: #40514E; background-image: linear-gradient(315deg, #40514E 0%, #f6fc9c 74%); box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5); /* 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); */ transition: all 0.3s ease; } .btn-14:hover { color: #000; } .btn-14:hover:after { top: auto; bottom: 0; height: 100%; } .btn-14:active { top: 2px; } /* Navigation */ /**********************/ .navbar { background-color: #69b4da; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05); height:80px; } .navbar .logo-image img { width: 100px; height: 100px; margin-left:-130px; } .offcanvas-collapse { position: fixed; top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */ bottom: 0; left: 100%; width: 100%; padding-right: 1rem; padding-left: 1rem; overflow-y: auto; visibility: hidden; background-color: #6e8b86 !important; transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out, visibility .3s ease-in-out; transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; } .offcanvas-collapse.open { visibility: visible; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .navbar .navbar-nav { margin-top: 0.1rem; margin-bottom: 0.1rem; } .navbar .nav-item .nav-link { padding-top:2px; padding-bottom: 2px; margin-left:10px !important; color: white; font-weight: 650; text-decoration: none; transition: all 0.2s ease; font-size: 1.1rem; font-family: 'Roboto', sans-serif; } .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active { color: #050505; } .container-mail p{ margin-top:-150px; text-align:center; font-family:'Poppins',sans-serif !important; font-size:20px; font-weight:bold; color:#40514E; } /******************/ /* Header */ /******************/ .header { padding-top: 10rem; padding-bottom: 4em; text-align: center; margin-left:-130px; } .header .h1-large { margin-bottom: 1rem; font-size: 2.5rem; font-weight: 700; line-height: 3rem; } .header .p-large { margin-bottom: 2.25rem; font-size: 1.25rem; } .header .Btn-container{ margin-left:32rem; align-items: center; margin-top:50px; } /*************************/ /* Media Queries */ /*************************/ /* Min-width 768px */ @media (min-width: 768px) { /* Header */ .header { padding-top: 0.15rem; padding-bottom: 5rem; } .header .h1-large { font-size: 3.25rem; font-weight: 700; line-height: 3rem; } /* end of header */ } /* end of min-width 768px */ /* Min-width 992px */ @media (min-width: 992px) { /* Navigation */ .navbar { padding-top: 1.75rem; background-color: #6490b6; box-shadow: none; transition: all 0.2s; } .navbar.top-nav-collapse { padding-top: 0.5rem; padding-bottom: 0.5rem; background-color: #6490b6; box-shadow: 0 3px 6px 0 rgba(247, 243, 243, 0.05); } .offcanvas-collapse { position: static; top: auto; bottom: auto; left: auto; width: auto; padding-right: 0; padding-left: 0; background-color: #6490b6; overflow-y: visible; visibility: visible; } .offcanvas-collapse.open { -webkit-transform: none; transform: none; } .navbar .navbar-nav { margin-top: 0; margin-bottom: 0; } .navbar .nav-item .nav-link { padding-right: 0.75rem; padding-left: 0.75rem; } .navbar .nav-item .btn-solid-sm { margin-top: 0; margin-left: 1rem; } /* end of navigation */ /* Header */ .header { text-align: left; } .header .h1-large { font-size: 3.25rem; font-weight: 700; line-height: 3rem; } .header .text-container { margin-top: 4rem; } .header .btn-solid-lg, .header .btn-outline-lg { margin-right: 0; margin-left: 0; } .header .btn-solid-lg { margin-right: 0.5rem; } /* end of header */ } /* end of min-width 992px */ /* Min-width 1200px */ @media (min-width: 1200px) { /* General Styles */ .container { max-width: 1350px; } /* end of general styles */ /* Header */ .header { overflow: hidden; padding-top: 10rem; padding-bottom: 15rem; } .header .h1-large { font-size: 2.25rem; font-weight: 700; line-height: 3rem; width:1200px; font-family: 'Poppins', sans-serif; } .header .text-container { margin-top: 0; } .header .image-container { position: relative; } .header .image-container img { position: absolute; bottom: -330px; left: 150px; max-width: 600px; } .Btn-container{ margin-left: 350px; } .Btn-container .custom-btn{ margin-top: 6rem; margin-left: 50px; font-weight:bold; width:250px; font-family : 'Roboto' , sans-serif; } /* end of header */ } /* end of min-width 1200px */ /* OUR AIM SECTION */ :root { /* --white: #fff; --black: #282828; --logo-blue: #4285f4; --logo-green: #0f9d58; --logo-red: #ea4335; --logo-yellow: #fbbc04; --gray-secondary: #777777; --gray-light-secondary: #d6d6d6; --gray-light: #f8f8f8; */ /* --main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205); --nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164); --side-nav-shadow: -0.3rem 0.2rem 1.6rem 0.6rem rgba(64, 64, 64, 0.1); */ --border-radius: 1.5rem; --border-radius-circle: 100%; } /* * { margin: 0; padding: 0; box-sizing: border-box; } */ html { /* font-size: 65%; */ overflow-x: hidden; } body { font-family: sans-serif; /* font-weight: 500; */ /* line-height: 1.5; */ /* background-color: #ffeecc; */ color: black; } /* h1 { font-size: 4rem; text-align: center; } */ h3 { font-size: 1.3rem; text-align: center; font-weight:bold; } section { padding: 20px; /* width: 100%; */ margin-bottom: 35px; background-color:#EDF4F3; } section h2 { font-size: 3rem; text-align: center; letter-spacing: 0.1rem; margin-bottom: -1rem; margin-top:50px; font-family:'Roboto',sans-serif; font-weight:bold; } section p { width: 50%; text-align: center; color: grey; margin: 3rem auto; font-size: 1.2rem !important; } .all-cards { width: 80%; display: flex; align-items: center; justify-content: space-around; margin: 1rem auto 0 auto; flex-wrap: wrap; } .card { display: inline-block; height: 25rem; width: 22rem; background-color:whitesmoke; box-shadow: black; overflow: hidden; border-radius: var(--border-radius); -webkit-border-radius: var(--border-radius); -moz-border-radius: var(--border-radius); -ms-border-radius: var(--border-radius); -o-border-radius: var(--border-radius); margin: 4rem 2rem 0 2rem; } .card h3{ margin-top:40px !important; } .card .top { height: 18%; width: 100%; position: relative; } .card .top .circle { height: 4rem; width: 4rem; background-color: var(--white); border-radius: var(--border-radius-circle); -webkit-border-radius: var(--border-radius-circle); -moz-border-radius: var(--border-radius-circle); -ms-border-radius: var(--border-radius-circle); -o-border-radius: var(--border-radius-circle); position: absolute; bottom: -1.8rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); display: flex; justify-content: center; align-items: center; } .circle i { font-size: 2rem; } .card:nth-of-type(1) .top { background-color: #7FC8A9; height:95px; } .card:nth-of-type(2) .top { background-color: #EF5F5F; height:95px; } .card:nth-of-type(3) .top { background-color: #53B8BB; height:95px; } .card:first-of-type .circle i { color: black; } .card:nth-of-type(2) .circle i { color: black; } .card:nth-of-type(3) .circle i { color: black; } .card h3 { margin-top: 3rem; letter-spacing: 0.1rem; } .card p { font-size: 1.8rem; text-align: center; width: 80%; color: var(--gray-secondary); margin: 2rem auto 0 auto; } .card:hover{ box-shadow: 2px 2px 2px #001010; background-color: #EDEDED; color: black; font-weight: 500; } /* OPPORTUNITIES */ section#opportunities { padding: 1.5rem 4rem; } .accordion{ margin-left:400px; } .accordion .accordion-item h2{ font-weight:bold; font-family:'Poppins',sans-serif; } .accordion-item{ width:800px !important; border-radius:20px; border-color:white; } .accordion-collapse { color:black !important; background-color:white !important; box-shadow:5px solid black; } .accordion-toggle.collapsed { color:black !important; background-color: #333 !important; } .accordion-button{ height:130px; border-radius:20px; background-color:#6e8b86 !important; font-size:23px; font-weight:bold; color:black !important; } #myDIV{ color:black !important; } /* footer */ footer{ bottom: 0; left: 0; right: 0; background: #111; height: auto; width: 100vw; padding-top: 40px; color: #fff; } .footer-content{ display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; margin-bottom:-50px; } .social-icons{ list-style: none; display: flex; align-items: center; justify-content: center; margin: 1rem 0 3rem 0; } .social-icons .circle{ margin-right:20px; background-color:white; border-radius:100%; height:50px; width:50px; } .social-icons span{ color:black; margin-top:8px; margin-left:-1px; } .social-icons a{ text-decoration: none; color: black !important; font-size: large; } .social-icons a i{ font-size: 1.1rem; transition: color .4s ease; } .circle:hover{ background-color:#6e8b86 ; } .social-icons a:hover i{ color: #6e8b86; } .footer-bottom{ background: #111; width: 100vw; padding: 20px 0; text-align: center; } .footer-bottom p{ font-size: 14px; word-spacing: 2px; text-transform: capitalize; } .footer-bottom span{ text-transform: uppercase; font-weight: 200; } /* end footer */
1.0/css/stylee.css
:root { --white: #fff; --black: #282828; --logo-blue: #4285f4; --logo-green: #0f9d58; --logo-red: #ea4335; --logo-yellow: #fbbc04; --gray-secondary: #777777; --gray-light-secondary: #d6d6d6; --gray-light: #f8f8f8; --main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205); --nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164); --side-nav-shadow: -0.3rem 0.2rem 1.6rem 0.6rem rgba(64, 64, 64, 0.1); --border-radius: 1.5rem; --border-radius-circle: 100%; } body, html { width: 100%; height: 100%; background-color: #EDF4F3; } /* Style.css */ /* Style.css */ body, p { color: #5e6576; font: 400 1rem/1.625rem "Open Sans", sans-serif; } .navbar{ background-color:#6e8b86 !important; } h1 { color: #030407; font-weight: 500; font-size: 1rem; line-height: 3.25rem; letter-spacing: -0.4px; } .btn-solid-lg { display: inline-block; padding: 15px; border: 1px solid #40514E; border-radius: 15px; background-color: #40514E; width:120px; color: #ffffff; font-weight: 600; font-size: 0.875rem; line-height: 0; text-decoration: none; transition: all 0.2s; } .btn-solid-lg:hover { background-color: #8CA1A5; color:black; /* needs to stay here because of the color property of a tag */ text-decoration: none; border-color:#8CA1A5 } .btn-outline-lg { display: inline-block; padding: 1.625rem 2.625rem 1.625rem 2.625rem; border: 1px solid #ef473d; border-radius: 30px; background-color: transparent; color: #ef473d; font-weight: 600; font-size: 0.875rem; line-height: 0; text-decoration: none; transition: all 0.2s; } .btn-outline-lg:hover { background-color: #ef473d; color: #ffffff; text-decoration: none; } .custom-btn { width: 200px; height: 50px; color: #fff; border-radius: 5px; padding: 10px 25px; font-family: 'Lato', sans-serif; font-weight: 500; background: transparent; cursor: pointer; transition: all 0.3s ease; position: relative; display: inline-block; box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); outline: none; } /* 14 */ .btn-14 { background: #40514E; border: none; z-index: 1; } .btn-14:after { position: absolute; content: ""; width: 100%; height: 0; top: 0; left: 0; z-index: -1; border-radius: 5px; background-color: #40514E; background-image: linear-gradient(315deg, #40514E 0%, #f6fc9c 74%); box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5); /* 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); */ transition: all 0.3s ease; } .btn-14:hover { color: #000; } .btn-14:hover:after { top: auto; bottom: 0; height: 100%; } .btn-14:active { top: 2px; } /* Navigation */ /**********************/ .navbar { background-color: #69b4da; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05); height:80px; } .navbar .logo-image img { width: 100px; height: 100px; margin-left:-130px; } .offcanvas-collapse { position: fixed; top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */ bottom: 0; left: 100%; width: 100%; padding-right: 1rem; padding-left: 1rem; overflow-y: auto; visibility: hidden; background-color: #6e8b86 !important; transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out, visibility .3s ease-in-out; transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; } .offcanvas-collapse.open { visibility: visible; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .navbar .navbar-nav { margin-top: 0.1rem; margin-bottom: 0.1rem; } .navbar .nav-item .nav-link { padding-top:2px; padding-bottom: 2px; margin-left:10px !important; color: white; font-weight: 650; text-decoration: none; transition: all 0.2s ease; font-size: 1.1rem; font-family: 'Roboto', sans-serif; } .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active { color: #050505; } .container-mail p{ margin-top:-150px; text-align:center; font-family:'Poppins',sans-serif !important; font-size:20px; font-weight:bold; color:#40514E; } /******************/ /* Header */ /******************/ .header { padding-top: 10rem; padding-bottom: 4em; text-align: center; margin-left:-130px; } .header .h1-large { margin-bottom: 1rem; font-size: 2.5rem; font-weight: 700; line-height: 3rem; } .header .p-large { margin-bottom: 2.25rem; font-size: 1.25rem; } .header .Btn-container{ margin-left:32rem; align-items: center; margin-top:50px; } /*************************/ /* Media Queries */ /*************************/ /* Min-width 768px */ @media (min-width: 768px) { /* Header */ .header { padding-top: 0.15rem; padding-bottom: 5rem; } .header .h1-large { font-size: 3.25rem; font-weight: 700; line-height: 3rem; } /* end of header */ } /* end of min-width 768px */ /* Min-width 992px */ @media (min-width: 992px) { /* Navigation */ .navbar { padding-top: 1.75rem; background-color: #6490b6; box-shadow: none; transition: all 0.2s; } .navbar.top-nav-collapse { padding-top: 0.5rem; padding-bottom: 0.5rem; background-color: #6490b6; box-shadow: 0 3px 6px 0 rgba(247, 243, 243, 0.05); } .offcanvas-collapse { position: static; top: auto; bottom: auto; left: auto; width: auto; padding-right: 0; padding-left: 0; background-color: #6490b6; overflow-y: visible; visibility: visible; } .offcanvas-collapse.open { -webkit-transform: none; transform: none; } .navbar .navbar-nav { margin-top: 0; margin-bottom: 0; } .navbar .nav-item .nav-link { padding-right: 0.75rem; padding-left: 0.75rem; } .navbar .nav-item .btn-solid-sm { margin-top: 0; margin-left: 1rem; } /* end of navigation */ /* Header */ .header { text-align: left; } .header .h1-large { font-size: 3.25rem; font-weight: 700; line-height: 3rem; } .header .text-container { margin-top: 4rem; } .header .btn-solid-lg, .header .btn-outline-lg { margin-right: 0; margin-left: 0; } .header .btn-solid-lg { margin-right: 0.5rem; } /* end of header */ } /* end of min-width 992px */ /* Min-width 1200px */ @media (min-width: 1200px) { /* General Styles */ .container { max-width: 1350px; } /* end of general styles */ /* Header */ .header { overflow: hidden; padding-top: 10rem; padding-bottom: 15rem; } .header .h1-large { font-size: 2.25rem; font-weight: 700; line-height: 3rem; width:1200px; font-family: 'Poppins', sans-serif; } .header .text-container { margin-top: 0; } .header .image-container { position: relative; } .header .image-container img { position: absolute; bottom: -330px; left: 150px; max-width: 600px; } .Btn-container{ margin-left: 350px; } .Btn-container .custom-btn{ margin-top: 6rem; margin-left: 50px; font-weight:bold; width:250px; font-family : 'Roboto' , sans-serif; } /* end of header */ } /* end of min-width 1200px */ /* OUR AIM SECTION */ :root { /* --white: #fff; --black: #282828; --logo-blue: #4285f4; --logo-green: #0f9d58; --logo-red: #ea4335; --logo-yellow: #fbbc04; --gray-secondary: #777777; --gray-light-secondary: #d6d6d6; --gray-light: #f8f8f8; */ /* --main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205); --nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164); --side-nav-shadow: -0.3rem 0.2rem 1.6rem 0.6rem rgba(64, 64, 64, 0.1); */ --border-radius: 1.5rem; --border-radius-circle: 100%; } /* * { margin: 0; padding: 0; box-sizing: border-box; } */ html { /* font-size: 65%; */ overflow-x: hidden; } body { font-family: sans-serif; /* font-weight: 500; */ /* line-height: 1.5; */ /* background-color: #ffeecc; */ color: black; } /* h1 { font-size: 4rem; text-align: center; } */ h3 { font-size: 1.3rem; text-align: center; font-weight:bold; } section { padding: 20px; /* width: 100%; */ margin-bottom: 35px; background-color:#EDF4F3; } section h2 { font-size: 3rem; text-align: center; letter-spacing: 0.1rem; margin-bottom: -1rem; margin-top:50px; font-family:'Roboto',sans-serif; font-weight:bold; } section p { width: 50%; text-align: center; color: grey; margin: 3rem auto; font-size: 1.2rem !important; } .all-cards { width: 80%; display: flex; align-items: center; justify-content: space-around; margin: 1rem auto 0 auto; flex-wrap: wrap; } .card { display: inline-block; height: 25rem; width: 22rem; background-color:whitesmoke; box-shadow: black; overflow: hidden; border-radius: var(--border-radius); -webkit-border-radius: var(--border-radius); -moz-border-radius: var(--border-radius); -ms-border-radius: var(--border-radius); -o-border-radius: var(--border-radius); margin: 4rem 2rem 0 2rem; } .card h3{ margin-top:40px !important; } .card .top { height: 18%; width: 100%; position: relative; } .card .top .circle { height: 4rem; width: 4rem; background-color: var(--white); border-radius: var(--border-radius-circle); -webkit-border-radius: var(--border-radius-circle); -moz-border-radius: var(--border-radius-circle); -ms-border-radius: var(--border-radius-circle); -o-border-radius: var(--border-radius-circle); position: absolute; bottom: -1.8rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); display: flex; justify-content: center; align-items: center; } .circle i { font-size: 2rem; } .card:nth-of-type(1) .top { background-color: #7FC8A9; height:95px; } .card:nth-of-type(2) .top { background-color: #EF5F5F; height:95px; } .card:nth-of-type(3) .top { background-color: #53B8BB; height:95px; } .card:first-of-type .circle i { color: black; } .card:nth-of-type(2) .circle i { color: black; } .card:nth-of-type(3) .circle i { color: black; } .card h3 { margin-top: 3rem; letter-spacing: 0.1rem; } .card p { font-size: 1.8rem; text-align: center; width: 80%; color: var(--gray-secondary); margin: 2rem auto 0 auto; } .card:hover{ box-shadow: 2px 2px 2px #001010; background-color: #EDEDED; color: black; font-weight: 500; } /* OPPORTUNITIES */ section#opportunities { padding: 1.5rem 4rem; } .accordion{ margin-left:400px; } .accordion .accordion-item h2{ font-weight:bold; font-family:'Poppins',sans-serif; } .accordion-item{ width:800px !important; border-radius:20px; border-color:white; } .accordion-collapse { color:black !important; background-color:white !important; box-shadow:5px solid black; } .accordion-toggle.collapsed { color:black !important; background-color: #333 !important; } .accordion-button{ height:130px; border-radius:20px; background-color:#6e8b86 !important; font-size:23px; font-weight:bold; color:black !important; } #myDIV{ color:black !important; } /* footer */ footer{ bottom: 0; left: 0; right: 0; background: #111; height: auto; width: 100vw; padding-top: 40px; color: #fff; } .footer-content{ display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; margin-bottom:-50px; } .social-icons{ list-style: none; display: flex; align-items: center; justify-content: center; margin: 1rem 0 3rem 0; } .social-icons .circle{ margin-right:20px; background-color:white; border-radius:100%; height:50px; width:50px; } .social-icons span{ color:black; margin-top:8px; margin-left:-1px; } .social-icons a{ text-decoration: none; color: black !important; font-size: large; } .social-icons a i{ font-size: 1.1rem; transition: color .4s ease; } .circle:hover{ background-color:#6e8b86 ; } .social-icons a:hover i{ color: #6e8b86; } .footer-bottom{ background: #111; width: 100vw; padding: 20px 0; text-align: center; } .footer-bottom p{ font-size: 14px; word-spacing: 2px; text-transform: capitalize; } .footer-bottom span{ text-transform: uppercase; font-weight: 200; } /* end footer */
0.31563
0.109992
body { background-color: white; padding-top: 70px; background-image: url(../images/tc.jpg); background-size: cover; background-attachment:fixed; background-repeat: no-repeat; } .container { margin-left: 0; margin-right: 0; } .card { border: 4px solid rgba(255, 242, 242, .3); border-radius: .5rem; } .card-profile { box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5); background-color: #3D4450; width: 150%; } .card-profile h3 { color: white; text-align: center; } .box-roles button[type="button"] { width: 150%; margin-top: 5%; display: block; } .box-roles { padding-top: 5%; } .box-category button[type="button"] { width: 200%; margin-bottom: 5%; display: block; padding: 4% 0 4% 0; margin-left: 20%; } .left-box { float: left; width: 33%; } .right-box { float: right; width: 60%; } .box-chat { background-color: #343a40; padding: 10%; width: 200%; color: #ffffff; margin-left: 20%; } .box-chat h1, h2 { font-weight: bold; } .discussion { overflow-y: scroll; height: 300px; } .message { border-bottom: 1px #d1d1d1 solid; } .message .box-circle { border-radius: 100%; height: 120px; width: 120px; background-color: #a4553b; float: left; } .message .membre_responsable { width: 80%; padding-left: 20%; padding-bottom: 5%; } .reponse { border-bottom: 1px #d1d1d1 solid; padding-top: 5%; padding-left: 10%; } .reponse .box-circle { border-radius: 100%; height: 90px; width: 90px; background-color: #a4553b; float: left; } .reponse .membre_invites { width: 80%; padding-left: 20%; padding-bottom: 5%; } .reponse .membre_invites a { color: #83cd69; text-decoration: underline; } .post_discussion { background-color: black; padding: 2%; } .post_discussion input[type="text"] { width: 75%; } .post_discussion button[type="submit"] { background-color: #83cd69; font-weight: bold; text-transform: uppercase; } .post_discussion .inline { display: inline; }
resources/assets/css/app.css
body { background-color: white; padding-top: 70px; background-image: url(../images/tc.jpg); background-size: cover; background-attachment:fixed; background-repeat: no-repeat; } .container { margin-left: 0; margin-right: 0; } .card { border: 4px solid rgba(255, 242, 242, .3); border-radius: .5rem; } .card-profile { box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5); background-color: #3D4450; width: 150%; } .card-profile h3 { color: white; text-align: center; } .box-roles button[type="button"] { width: 150%; margin-top: 5%; display: block; } .box-roles { padding-top: 5%; } .box-category button[type="button"] { width: 200%; margin-bottom: 5%; display: block; padding: 4% 0 4% 0; margin-left: 20%; } .left-box { float: left; width: 33%; } .right-box { float: right; width: 60%; } .box-chat { background-color: #343a40; padding: 10%; width: 200%; color: #ffffff; margin-left: 20%; } .box-chat h1, h2 { font-weight: bold; } .discussion { overflow-y: scroll; height: 300px; } .message { border-bottom: 1px #d1d1d1 solid; } .message .box-circle { border-radius: 100%; height: 120px; width: 120px; background-color: #a4553b; float: left; } .message .membre_responsable { width: 80%; padding-left: 20%; padding-bottom: 5%; } .reponse { border-bottom: 1px #d1d1d1 solid; padding-top: 5%; padding-left: 10%; } .reponse .box-circle { border-radius: 100%; height: 90px; width: 90px; background-color: #a4553b; float: left; } .reponse .membre_invites { width: 80%; padding-left: 20%; padding-bottom: 5%; } .reponse .membre_invites a { color: #83cd69; text-decoration: underline; } .post_discussion { background-color: black; padding: 2%; } .post_discussion input[type="text"] { width: 75%; } .post_discussion button[type="submit"] { background-color: #83cd69; font-weight: bold; text-transform: uppercase; } .post_discussion .inline { display: inline; }
0.609059
0.153962
:root { --main-bg-color: #D9E9E9E9; --main-text-color: #494E6B; --taxa-1: #900C3F; --select-border: #777; --select-focus: blue; --select-arrow: var(--select-border); } select.mySelectArrow{ -webkit-appearance: none; -moz-appearance: none; appearance: none; background: var(--main-text-color); color: #fff; font-weight: 500; width: 100%; padding: 10px 20px; font-size: 18px; } select.mySelectArrow option { color: var(--main-bg-color); padding: 0 10px; } .select:after { content: '\25BC'; position: absolute; top: 0; right: 0; bottom: 0; font-size: 25px; color: #fff; padding: 11px 15px; pointer-events: none; } .select { /* // ...existing styles */ position: relative; width: 100%; } select, &:after { grid-area: select; } select:focus + .focus { position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 2px solid var(--select-focus); border-radius: inherit; } #animation-section { display: flex; flex-direction: row; justify-content: space-between; align-items: center; align-content: flex-end; left: 10px } /* progress bar styling */ #animation-toolbox { left: 15px; position: fixed; width: 16%; } #animation-box { background: var(--main-bg-color); padding-bottom: 5px; padding-left: 10px; } #animation-header { color:var(--main-text-color); font-family: sans-serif; font-weight: 700; } .animation-rangebar { color:var(--main-text-color); font-family: sans-serif; font-weight: 300; font-size: 15px; margin-top: 5px; margin-bottom:5px } .taxa-content { font-weight: 500; color:var(--main-text-color); } #legend-box { position: fixed; right: 15px; bottom: 1px; height: 175px; width: 200px; font-family: sans-serif; background: var(--main-bg-color); opacity: 80%; transition: margin-right .5s; } #legend-head-text { font-style: "heavy"; font-weight: 700; text-align: center; } .legend .category { font: 800; } #circ-box { width: 100%; } #circ-content { list-style-type:none; align-items: right; font-weight: 300; /* justify-content: center; */ display: flex; flex-direction: column-reverse; text-align: right; padding-right: 10% } .circle { border-radius: 75%; position: absolute; border: 1px var(--main-text-color) solid; bottom: 10%; color: var(--main-text-color); background-color: 0.4 } #circle100{ left: 18px; } #circle50{ left: 36px; } #circle25{ left: 50px; } #logo-div { display: flex; margin-top:-1%; padding: 1px; } #neotoma-logo { position: fixed; width: 5%; width: 65px; height: 55px; right: 25px; bottom: 35px; transition: margin-right .5s; } /* The sidebar menu */ #infoSideBar { height: 100%; /* 100% Full-height */ width: 0; /* 0 width - change this with JavaScript */ position: fixed; /* Stay in place */ z-index: 1; /* Stay on top */ top: 0; right: 0; padding-top: 10px; background-color: var(--main-bg-color); /* gray*/ overflow-x: hidden; /* Disable horizontal scroll */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */ } /* Position and style the close button (top right corner) */ #infoSideBar .closebtn { padding: 15px 8px 8px 20px; text-decoration: none; font-size: 20px; color: var(--main-text-color); display: block; transition: 0.3s; position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } /* When you mouse over the navigation links, change their color */ #infoSideBar .closebtn:hover { color: #C3D1D1; } #infoSideBar header h1 { display: inline-block; color: #2E3C43; line-height: 20px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 600; margin: 0; width: calc(100% - 24px); } #infoSideBar p { display: inline-block; color: #2E3C43; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 14px; } /* The button used to open the sidebar */ .openbtn { position: absolute; top: 15px; right: 15px; margin-left: 50px; border: none; height: 25px; width: 25px; font-size: 37px; color: var(--main-text-color); font: sans-serif; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .openbtn:hover { background-color: #97A3A3; } /* Style page content - use this if you want to push the page content to the right when you open the side navigation */ #main { color: var(--main-text-color); transition: margin-right .5s; /* If you want a transition effect */ } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { #infoSideBar {padding-top: 15px;} #infoSideBar a {font-size: 18px;} }
css/style.css
:root { --main-bg-color: #D9E9E9E9; --main-text-color: #494E6B; --taxa-1: #900C3F; --select-border: #777; --select-focus: blue; --select-arrow: var(--select-border); } select.mySelectArrow{ -webkit-appearance: none; -moz-appearance: none; appearance: none; background: var(--main-text-color); color: #fff; font-weight: 500; width: 100%; padding: 10px 20px; font-size: 18px; } select.mySelectArrow option { color: var(--main-bg-color); padding: 0 10px; } .select:after { content: '\25BC'; position: absolute; top: 0; right: 0; bottom: 0; font-size: 25px; color: #fff; padding: 11px 15px; pointer-events: none; } .select { /* // ...existing styles */ position: relative; width: 100%; } select, &:after { grid-area: select; } select:focus + .focus { position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 2px solid var(--select-focus); border-radius: inherit; } #animation-section { display: flex; flex-direction: row; justify-content: space-between; align-items: center; align-content: flex-end; left: 10px } /* progress bar styling */ #animation-toolbox { left: 15px; position: fixed; width: 16%; } #animation-box { background: var(--main-bg-color); padding-bottom: 5px; padding-left: 10px; } #animation-header { color:var(--main-text-color); font-family: sans-serif; font-weight: 700; } .animation-rangebar { color:var(--main-text-color); font-family: sans-serif; font-weight: 300; font-size: 15px; margin-top: 5px; margin-bottom:5px } .taxa-content { font-weight: 500; color:var(--main-text-color); } #legend-box { position: fixed; right: 15px; bottom: 1px; height: 175px; width: 200px; font-family: sans-serif; background: var(--main-bg-color); opacity: 80%; transition: margin-right .5s; } #legend-head-text { font-style: "heavy"; font-weight: 700; text-align: center; } .legend .category { font: 800; } #circ-box { width: 100%; } #circ-content { list-style-type:none; align-items: right; font-weight: 300; /* justify-content: center; */ display: flex; flex-direction: column-reverse; text-align: right; padding-right: 10% } .circle { border-radius: 75%; position: absolute; border: 1px var(--main-text-color) solid; bottom: 10%; color: var(--main-text-color); background-color: 0.4 } #circle100{ left: 18px; } #circle50{ left: 36px; } #circle25{ left: 50px; } #logo-div { display: flex; margin-top:-1%; padding: 1px; } #neotoma-logo { position: fixed; width: 5%; width: 65px; height: 55px; right: 25px; bottom: 35px; transition: margin-right .5s; } /* The sidebar menu */ #infoSideBar { height: 100%; /* 100% Full-height */ width: 0; /* 0 width - change this with JavaScript */ position: fixed; /* Stay in place */ z-index: 1; /* Stay on top */ top: 0; right: 0; padding-top: 10px; background-color: var(--main-bg-color); /* gray*/ overflow-x: hidden; /* Disable horizontal scroll */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */ } /* Position and style the close button (top right corner) */ #infoSideBar .closebtn { padding: 15px 8px 8px 20px; text-decoration: none; font-size: 20px; color: var(--main-text-color); display: block; transition: 0.3s; position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } /* When you mouse over the navigation links, change their color */ #infoSideBar .closebtn:hover { color: #C3D1D1; } #infoSideBar header h1 { display: inline-block; color: #2E3C43; line-height: 20px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 600; margin: 0; width: calc(100% - 24px); } #infoSideBar p { display: inline-block; color: #2E3C43; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 14px; } /* The button used to open the sidebar */ .openbtn { position: absolute; top: 15px; right: 15px; margin-left: 50px; border: none; height: 25px; width: 25px; font-size: 37px; color: var(--main-text-color); font: sans-serif; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .openbtn:hover { background-color: #97A3A3; } /* Style page content - use this if you want to push the page content to the right when you open the side navigation */ #main { color: var(--main-text-color); transition: margin-right .5s; /* If you want a transition effect */ } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { #infoSideBar {padding-top: 15px;} #infoSideBar a {font-size: 18px;} }
0.291989
0.110567
html { margin: 0; max-width: 100%; overflow-x: hidden; } body { margin: 0; font-family: "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; max-width: 100%; overflow-x: hidden; font-size: 0.8em; } .user-welcome { display: flex; flex-direction: column; width: 100%; height: 100%; } .user-heading { display: flex; justify-content: space-between; margin: 15px 17px; } .select-user { background-color: #2196f3; color: white; font-weight: bold; margin: 5px 0; } p { font-weight: bold; } .personal-chat { width: 100%; background-color: ghostwhite; } .chats-header { height: 50px; width: 100%; position: fixed; display: flex; background-color: #2196f3; top: 0; } .back-button { width: 20%; display: flex; flex-direction: column; justify-content: center; } .bar1, .bar2, .bar3 { width: 25px; height: 3px; background-color: white; margin: 3px; } .all-messages { min-height: calc(100vh - 60px); margin-top: 55px; display: flex; flex-direction: column; justify-content: flex-end; } .sender, .receiver { font-family: "Montserrat", sans-serif; border: 2px solid #dedede; border-radius: 4px; background-color: #ffffff; display: flex; flex-direction: column; margin: 5px; padding: 10px; min-width: 40%; max-width: 60%; box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.3); } .sender { align-items: flex-end; margin-left: auto; } .receiver { align-items: flex-start; margin-right: auto; } .users { cursor: pointer; margin: 10px 5px; padding: 10px; border-bottom: 1px solid rgba(248, 245, 245, 0.5); } .users:hover { background-color: rgb(240, 240, 223); color: black; } .select-message { text-align: center; font-weight: bold; } .chat-box { bottom: 0; display: flex; align-items: center; width: 100%; } .MuiOutlinedInput-root-41 { border: 1px solid gray; } .MuiFormControl-fullWidth-40 { background-color: white; } .sender-name { font-weight: bold; font-family: "Open Sans"; padding-bottom: 5px; } .paper { padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .text-area { border: 10px; } .leave { cursor: pointer; } .time { font-style: italic; font-size: 0.8em; color: rgba(24, 75, 216, 0.9); padding-top: 3px; } .user-typing { width: 50%; padding: 10px; color: white; } @media (min-width: 768px) { body { font-size: 1em; } .chatPage { display: flex; flex-flow: row nowrap } .user-welcome { display: block !important; position: fixed; width: 30%; border-right: 1px solid skyblue; overflow-y: auto; } .personal-chat { display: block !important; width: 70%; float: right; } .back-button { display: none !important; } } @media (min-width: 1024px) { .user-welcome { width: 25% } .personal-chat { width: 75% } }
client/src/index.css
html { margin: 0; max-width: 100%; overflow-x: hidden; } body { margin: 0; font-family: "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; max-width: 100%; overflow-x: hidden; font-size: 0.8em; } .user-welcome { display: flex; flex-direction: column; width: 100%; height: 100%; } .user-heading { display: flex; justify-content: space-between; margin: 15px 17px; } .select-user { background-color: #2196f3; color: white; font-weight: bold; margin: 5px 0; } p { font-weight: bold; } .personal-chat { width: 100%; background-color: ghostwhite; } .chats-header { height: 50px; width: 100%; position: fixed; display: flex; background-color: #2196f3; top: 0; } .back-button { width: 20%; display: flex; flex-direction: column; justify-content: center; } .bar1, .bar2, .bar3 { width: 25px; height: 3px; background-color: white; margin: 3px; } .all-messages { min-height: calc(100vh - 60px); margin-top: 55px; display: flex; flex-direction: column; justify-content: flex-end; } .sender, .receiver { font-family: "Montserrat", sans-serif; border: 2px solid #dedede; border-radius: 4px; background-color: #ffffff; display: flex; flex-direction: column; margin: 5px; padding: 10px; min-width: 40%; max-width: 60%; box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.3); } .sender { align-items: flex-end; margin-left: auto; } .receiver { align-items: flex-start; margin-right: auto; } .users { cursor: pointer; margin: 10px 5px; padding: 10px; border-bottom: 1px solid rgba(248, 245, 245, 0.5); } .users:hover { background-color: rgb(240, 240, 223); color: black; } .select-message { text-align: center; font-weight: bold; } .chat-box { bottom: 0; display: flex; align-items: center; width: 100%; } .MuiOutlinedInput-root-41 { border: 1px solid gray; } .MuiFormControl-fullWidth-40 { background-color: white; } .sender-name { font-weight: bold; font-family: "Open Sans"; padding-bottom: 5px; } .paper { padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .text-area { border: 10px; } .leave { cursor: pointer; } .time { font-style: italic; font-size: 0.8em; color: rgba(24, 75, 216, 0.9); padding-top: 3px; } .user-typing { width: 50%; padding: 10px; color: white; } @media (min-width: 768px) { body { font-size: 1em; } .chatPage { display: flex; flex-flow: row nowrap } .user-welcome { display: block !important; position: fixed; width: 30%; border-right: 1px solid skyblue; overflow-y: auto; } .personal-chat { display: block !important; width: 70%; float: right; } .back-button { display: none !important; } } @media (min-width: 1024px) { .user-welcome { width: 25% } .personal-chat { width: 75% } }
0.567218
0.096535
@charset "UTF-8"; .container { width: 1200px; padding-left: 15px; padding-right: 15px; padding-top: 94px; padding-bottom: 94px; margin: 0 auto; } /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ /* Document ======== */ /** Use a better box model (opinionated). */ *, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; } ul { list-style: none; } a { text-decoration: none; } /** Use a more readable tab size (opinionated). */ :root { -moz-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; padding: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } address { font-style: normal; } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ ::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule. */ :-moz-focusring { outline: 1px dotted ButtonText; } /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ :-moz-ui-invalid { box-shadow: none; } /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /*$header-logo-span: #000000 $bg-color #fff;*/ /*$footer-text-color: rgba(255, 255, 255, 0.6); $additional-color: rgba(47, 48, 58, 0.8); */ /*$familyRaleway: Raleway, sans-serif; /*:root { --main-text-color: #212121; --auxiliary-text-color: #757575; --accent-color: #2196f3; --section-bg-color: #f5f4fa; --additional-color: #ffffff; --second-additional-color: rgba(255, 255, 255, 0.6); } */ body { margin: 0; padding: 0; background-color: #ffffff; color: #212121; font-family: Roboto, sans-serif; font-weight: 400; letter-spacing: 0.03em; line-height: 1.71; } img { display: block; max-width: 100%; height: auto; } ul, li { list-style-type: none; margin: 0; padding: 0; } a { text-decoration: none; color: inherit; display: block; cursor: pointer; } h2 { font-weight: 700; font-size: 36px; line-height: 1.16; } h3 { font-weight: 700; font-size: 14px; line-height: 1.14; text-transform: uppercase; } p { margin: 0; padding: 0; color: #757575; font-size: 14px; line-height: 1.71; letter-spacing: 0.03em; } button { font-family: inherit; cursor: pointer; } /* спрятать заголовок */ .visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; } /*header*/ /* Логотип */ .logotip { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 26px; line-height: 1.19; color: #212121; } .logo-blue { color: #2196f3; } /*логотип-фуутер*/ .logo-footer { color: #212121; } .logo-white { color: #ffffff; } /*шапка*/ .navigation { display: flex; align-items: baseline; padding-top: 0; padding-bottom: 0; border-bottom: 1px solid #ececec; } .nav-list { display: flex; margin-left: 93px; } .nav-link { position: relative; padding-top: 32px; padding-bottom: 32px; color: #212121; font-weight: 500; font-size: 14px; line-height: 1.14; letter-spacing: 0.02em; transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1); } .nav-link:hover, .nav-link:focus { color: #2196f3; } .selected-page { position: relative; color: #2196f3; } .selected-page::after { /*display: block;*/ content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 4px; background: #2196f3; border-radius: 2px; } .nav-list .list:not(:last-child) { margin-right: 50px; } /*адрес і мейл*/ .adress-list .lists { margin-right: 50px; } .adress-list { display: flex; margin-left: auto; } .adress-list .lists:not(:last-child) { margin-right: 50px; } .adress-list .lists { display: flex; align-items: center; margin-left: auto; color: .adress-list .lists tittle-text-color; font-size: 14px; line-height: 1.14; font-weight: 500; letter-spacing: 0.02em; color: #757575; transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1); } .link-adress { padding-top: 32px; padding-bottom: 32px; } .icon-contact { display: inline-block; margin-right: 10px; } .adress-list :hover, .adress-list :focus { color: #2196f3; --color4: currentColor; } /* Меню сайта WEBSTUDIO*/ .hero { padding-top: 200px; padding-bottom: 200px; margin: 0 auto; text-align: center; background-color: rgba(47, 48, 58, 0.8); background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero.jpg"); max-width: 1600px; height: 600px; width: var(--max-width); } .hero-title { margin: 0; padding: 0; color: #ffffff; font-weight: 900; font-size: 44px; line-height: 1.36; text-align: center; letter-spacing: 0.06em; text-transform: uppercase; } /*кнопка заказать услугу*/ .order-service { display: inline-block; margin-top: 30px; text-align: center; border-radius: 4px; padding-left: 32px; padding-right: 32px; padding-top: 10px; padding-bottom: 10px; border-radius: 4px; border: none; color: #ffffff; background: #2196f3; font-weight: 700; font-size: 16px; line-height: 1.87; letter-spacing: 0.06em; } .backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .backdrop.is-hidden { opacity: 0; pointer-events: none; visibility: visible; } .backdrop.is-hidden .modal { transform: translate(-50%, -50%) scale(1.1); } .modal { position: absolute; top: 50%; left: 50%; min-height: 581px; min-width: 528px; padding: 40px; background-color: #ffffff; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 4px; /*background-color: var(---primary-bg-color);*/ transform: translate(-50%, -50%) scale(1); transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form { display: flex; flex-direction: column; } .form-title { margin-bottom: 12px; font-weight: 700; font-size: 20px; line-height: 23px; text-align: center; letter-spacing: 0.03em; color: #212121; } .inputs { margin-bottom: 20px; } .form-label { position: relative; display: flex; flex-direction: column; margin-bottom: 10px; } .form-label span { margin-bottom: 4px; font-weight: 400; font-size: 12px; line-height: 1.16; letter-spacing: 0.01em; color: #757575; } .form-input { padding-top: 12px; padding-bottom: 12px; padding-left: 42px; border: 1px solid rgba(33, 33, 33, 0.2); box-sizing: border-box; border-radius: 4px; cursor: pointer; font-size: 16px; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .comment { padding-top: 12px; padding-right: 16px; padding-bottom: 12px; padding-left: 16px; max-width: 448px; max-height: 120px; } .comment::placeholder { font-weight: normal; font-size: 14px; line-height: 1.14; letter-spacing: 0.01em; color: rgba(117, 117, 117, 0.5); } .form-label svg { position: absolute; bottom: 13.5px; left: 12px; fill: #212121; } .modal input:focus, .modal textarea:focus { border-color: #2196f3; outline: none; cursor: pointer; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .modal input::placeholder { cursor: pointer; } .modal input:focus::placeholder { cursor: pointer; } .modal input:focus ~ svg { fill: #2196f3; cursor: pointer; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .checkbox { align-self: center; } .checkbox-input { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; } .checkbox-label { display: flex; align-items: center; margin-bottom: 30px; } .checkbox span { align-self: center; font-weight: 400; font-size: 14px; line-height: 1.71; letter-spacing: 0.03em; color: #757575; } .checkbox a { text-decoration-line: underline; color: #2196f3; } .checkbox-input + svg { display: inline-block; margin-right: 7px; height: 15px; width: 16px; background-color: #ffffff; border: 2px solid #212121; border-radius: 2px; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .checkbox-input:checked + svg { background-color: #2196f3; background-image: url("../images/check.svg"); background-size: contain; background-origin: border-box; border-color: transparent; border-radius: 2px; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form-button { display: flex; align-items: center; text-align: center; padding-top: 10px; padding-bottom: 10px; background-color: #2196f3; color: #ffffff; --color5: $primary-bg-color; background: #2196f3; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; font-weight: 700; font-size: 16px; line-height: 1.87; letter-spacing: 0.06em; border-radius: 4px; border: none; align-self: center; padding-right: 55px; padding-left: 56px; } .form-button:hover, .form-button:focus { background: #188ce8; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; cursor: pointer; } .modal-close-svg { position: absolute; top: 8px; right: 8px; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; fill: #000000; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); background: #ffffff; transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1); } .modal-close-svg:hover, .modal-close-svg:focus { fill: var(--accent-color); cursor: pointer; } /*ЧТО МЫ УМЕЕМ-*/ .section { justify-content: space-between; } .features { display: flex; } .features .item { width: calc((100%-90px) / 4); margin-right: 30px; /*outline: 2px solid red;*/ } .features .item:last-child { margin-right: 0px; } .thumb-features { padding-top: 25px; padding-bottom: 25px; padding-left: 100px; padding-right: 100px; margin-bottom: 30px; width: 270px; height: 120px; border-radius: 4px; background-color: #f5f4fa; } .features-info { margin-top: 10px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-style: normal; font-weight: normal; color: #757575; } .work-list { display: block; width: calc((100%-60px) / 3); } .work-list:not(:last-child) { margin-right: 30px; } .work-title { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 36px; line-height: 1.2; text-align: center; letter-spacing: 0.03em; } .foto-work { display: flex; margin-top: 50px; } .foto-work .work-list { position: relative; } .foto-work h3 { position: absolute; display: flex; justify-content: center; align-items: center; bottom: 0; left: 0; margin: 0; width: 370px; height: 70px; color: #ffffff; background-color: rgba(47, 48, 58, 0.8); } .teams { background-color: #f5f4fa; } .our-title { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 36px; line-height: 1.2; text-align: center; letter-spacing: 0.03em; } .team-list { display: flex; margin-top: 50px; margin-bottom: 0; } .team-list .list-item { width: calc((100%-90px) / 4); overflow: hidden; text-align: center; background-color: #ffffff; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 4px 4px; } .list-item:not(:last-child) { margin-right: 30px; } .title-card-team { font-family: Roboto; font-style: normal; font-weight: 500; font-size: 16px; line-height: 1.2; text-align: center; letter-spacing: 0.03em; } .info-card-team { font-style: normal; font-weight: 400; font-size: 16px; line-height: 1.2; text-align: center; margin-top: 10px; letter-spacing: 0.03em; color: #757575; } .card-content-team { padding-top: 30px; padding-bottom: 30px; margin: 0; } .socials-links { display: flex; justify-content: space-between; padding-left: 32px; padding-right: 32px; margin-top: 16px; } .socials-links a { width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transition-property: color, background-color; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .socials-links a:hover, .socials-links a:focus { background-color: #2196f3; --color5: #fff; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); border-radius: 50%; } .clients h2 { margin-right: 0; margin-bottom: 50px; margin-left: 0; text-align: center; } .clients-list { display: flex; flex-wrap: wrap; margin: 0; padding-inline-start: 0; } .clients-list .item { display: block; width: calc((100% - 150px) / 6); margin-right: 30px; } .clients-list .item:last-child { margin-right: 0px; } .thumb-clients { display: flex; justify-content: center; align-items: center; width: 170px; height: 90px; /*background-color: $primary-bg-color;*/ border: 1px solid #afb1b8; border-radius: 4px; box-sizing: border-box; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); color: #afb1b8; } /*.clients-icon { max-width: 100%; }*/ .clients-list a { transition-property: color, border; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .clients-list a:hover, .clients-list a:focus, .thumb-clients :hover, .thumb-clients:focus { --color5: #2196f3; border: 1px solid #2196f3; border-radius: 4px; transform: scale(1.3); } /* Подвал */ footer { background-color: #2f303a; } .footer-contacts { display: flex; align-items: baseline; padding-top: 60px; padding-bottom: 60px; /* background-color: #2f303a;*/ } .footer-soc-links { --color5: #ffff; padding: 0; display: inline-flex; justify-content: space-between; width: 209px; } .footer-soc-links a { width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transition-property: color, background-color; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer-soc-links a:hover, .footer-soc-links a:focus { background-color: #2196f3; --color5: #fff; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); border-radius: 50%; } .join { margin-right: 93px; width: 206px; } .footer-contacts h3 { color: #ffffff; margin-bottom: 20px; } .footer-list { margin: 0; font-style: normal; font-weight: 400; font-size: 14px; line-height: 1.71em; letter-spacing: 0.03em; list-style-type: none; padding-inline-start: 0; margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; } .list-footer { margin-top: 9px; } .footer-list .list-footer:first-child { margin-right: 70px; } .footer-adress-text { margin: 0; color: #ffffff; } .footer-link { color: rgba(255, 255, 255, 0.6); } /*----buton----*/ .form-submit { display: flex; } .form-submit .form-input-footer { margin-right: 12px; padding-top: 15px; padding-right: 16px; padding-bottom: 15px; padding-left: 16px; width: 358px; height: 50px; background-color: #2f303a; color: #fff; border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15)); border-radius: 4px; } .form-input-footer::placeholder { display: flex; align-items: center; color: rgba(255, 255, 255, 0.6); font-weight: 400; font-size: 16px; line-height: 1.25; letter-spacing: 0.03em; } .form-input-footer:not(:placeholder-shown) + .form-input-footer { background-color: #2f303a; } .button-submit { display: flex; align-items: center; text-align: center; padding-top: 10px; padding-right: 28px; padding-bottom: 10px; padding-left: 29px; background-color: #2196f3; color: #ffffff; --color5: $primary-bg-color; background: #2196f3; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; font-weight: 700; font-size: 16px; line-height: 1.87; letter-spacing: 0.06em; border-radius: 4px; border: none; } .button-submit svg { margin-left: 10px; background-color: #2196f3; --color5: $primary-bg-color; } /*# sourceMappingURL=main.css.map */
css/main.css
@charset "UTF-8"; .container { width: 1200px; padding-left: 15px; padding-right: 15px; padding-top: 94px; padding-bottom: 94px; margin: 0 auto; } /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ /* Document ======== */ /** Use a better box model (opinionated). */ *, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; } ul { list-style: none; } a { text-decoration: none; } /** Use a more readable tab size (opinionated). */ :root { -moz-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; padding: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } address { font-style: normal; } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ ::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule. */ :-moz-focusring { outline: 1px dotted ButtonText; } /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ :-moz-ui-invalid { box-shadow: none; } /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /*$header-logo-span: #000000 $bg-color #fff;*/ /*$footer-text-color: rgba(255, 255, 255, 0.6); $additional-color: rgba(47, 48, 58, 0.8); */ /*$familyRaleway: Raleway, sans-serif; /*:root { --main-text-color: #212121; --auxiliary-text-color: #757575; --accent-color: #2196f3; --section-bg-color: #f5f4fa; --additional-color: #ffffff; --second-additional-color: rgba(255, 255, 255, 0.6); } */ body { margin: 0; padding: 0; background-color: #ffffff; color: #212121; font-family: Roboto, sans-serif; font-weight: 400; letter-spacing: 0.03em; line-height: 1.71; } img { display: block; max-width: 100%; height: auto; } ul, li { list-style-type: none; margin: 0; padding: 0; } a { text-decoration: none; color: inherit; display: block; cursor: pointer; } h2 { font-weight: 700; font-size: 36px; line-height: 1.16; } h3 { font-weight: 700; font-size: 14px; line-height: 1.14; text-transform: uppercase; } p { margin: 0; padding: 0; color: #757575; font-size: 14px; line-height: 1.71; letter-spacing: 0.03em; } button { font-family: inherit; cursor: pointer; } /* спрятать заголовок */ .visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; } /*header*/ /* Логотип */ .logotip { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 26px; line-height: 1.19; color: #212121; } .logo-blue { color: #2196f3; } /*логотип-фуутер*/ .logo-footer { color: #212121; } .logo-white { color: #ffffff; } /*шапка*/ .navigation { display: flex; align-items: baseline; padding-top: 0; padding-bottom: 0; border-bottom: 1px solid #ececec; } .nav-list { display: flex; margin-left: 93px; } .nav-link { position: relative; padding-top: 32px; padding-bottom: 32px; color: #212121; font-weight: 500; font-size: 14px; line-height: 1.14; letter-spacing: 0.02em; transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1); } .nav-link:hover, .nav-link:focus { color: #2196f3; } .selected-page { position: relative; color: #2196f3; } .selected-page::after { /*display: block;*/ content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 4px; background: #2196f3; border-radius: 2px; } .nav-list .list:not(:last-child) { margin-right: 50px; } /*адрес і мейл*/ .adress-list .lists { margin-right: 50px; } .adress-list { display: flex; margin-left: auto; } .adress-list .lists:not(:last-child) { margin-right: 50px; } .adress-list .lists { display: flex; align-items: center; margin-left: auto; color: .adress-list .lists tittle-text-color; font-size: 14px; line-height: 1.14; font-weight: 500; letter-spacing: 0.02em; color: #757575; transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1); } .link-adress { padding-top: 32px; padding-bottom: 32px; } .icon-contact { display: inline-block; margin-right: 10px; } .adress-list :hover, .adress-list :focus { color: #2196f3; --color4: currentColor; } /* Меню сайта WEBSTUDIO*/ .hero { padding-top: 200px; padding-bottom: 200px; margin: 0 auto; text-align: center; background-color: rgba(47, 48, 58, 0.8); background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero.jpg"); max-width: 1600px; height: 600px; width: var(--max-width); } .hero-title { margin: 0; padding: 0; color: #ffffff; font-weight: 900; font-size: 44px; line-height: 1.36; text-align: center; letter-spacing: 0.06em; text-transform: uppercase; } /*кнопка заказать услугу*/ .order-service { display: inline-block; margin-top: 30px; text-align: center; border-radius: 4px; padding-left: 32px; padding-right: 32px; padding-top: 10px; padding-bottom: 10px; border-radius: 4px; border: none; color: #ffffff; background: #2196f3; font-weight: 700; font-size: 16px; line-height: 1.87; letter-spacing: 0.06em; } .backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .backdrop.is-hidden { opacity: 0; pointer-events: none; visibility: visible; } .backdrop.is-hidden .modal { transform: translate(-50%, -50%) scale(1.1); } .modal { position: absolute; top: 50%; left: 50%; min-height: 581px; min-width: 528px; padding: 40px; background-color: #ffffff; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 4px; /*background-color: var(---primary-bg-color);*/ transform: translate(-50%, -50%) scale(1); transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form { display: flex; flex-direction: column; } .form-title { margin-bottom: 12px; font-weight: 700; font-size: 20px; line-height: 23px; text-align: center; letter-spacing: 0.03em; color: #212121; } .inputs { margin-bottom: 20px; } .form-label { position: relative; display: flex; flex-direction: column; margin-bottom: 10px; } .form-label span { margin-bottom: 4px; font-weight: 400; font-size: 12px; line-height: 1.16; letter-spacing: 0.01em; color: #757575; } .form-input { padding-top: 12px; padding-bottom: 12px; padding-left: 42px; border: 1px solid rgba(33, 33, 33, 0.2); box-sizing: border-box; border-radius: 4px; cursor: pointer; font-size: 16px; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .comment { padding-top: 12px; padding-right: 16px; padding-bottom: 12px; padding-left: 16px; max-width: 448px; max-height: 120px; } .comment::placeholder { font-weight: normal; font-size: 14px; line-height: 1.14; letter-spacing: 0.01em; color: rgba(117, 117, 117, 0.5); } .form-label svg { position: absolute; bottom: 13.5px; left: 12px; fill: #212121; } .modal input:focus, .modal textarea:focus { border-color: #2196f3; outline: none; cursor: pointer; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .modal input::placeholder { cursor: pointer; } .modal input:focus::placeholder { cursor: pointer; } .modal input:focus ~ svg { fill: #2196f3; cursor: pointer; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .checkbox { align-self: center; } .checkbox-input { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; } .checkbox-label { display: flex; align-items: center; margin-bottom: 30px; } .checkbox span { align-self: center; font-weight: 400; font-size: 14px; line-height: 1.71; letter-spacing: 0.03em; color: #757575; } .checkbox a { text-decoration-line: underline; color: #2196f3; } .checkbox-input + svg { display: inline-block; margin-right: 7px; height: 15px; width: 16px; background-color: #ffffff; border: 2px solid #212121; border-radius: 2px; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .checkbox-input:checked + svg { background-color: #2196f3; background-image: url("../images/check.svg"); background-size: contain; background-origin: border-box; border-color: transparent; border-radius: 2px; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form-button { display: flex; align-items: center; text-align: center; padding-top: 10px; padding-bottom: 10px; background-color: #2196f3; color: #ffffff; --color5: $primary-bg-color; background: #2196f3; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; font-weight: 700; font-size: 16px; line-height: 1.87; letter-spacing: 0.06em; border-radius: 4px; border: none; align-self: center; padding-right: 55px; padding-left: 56px; } .form-button:hover, .form-button:focus { background: #188ce8; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; cursor: pointer; } .modal-close-svg { position: absolute; top: 8px; right: 8px; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; fill: #000000; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); background: #ffffff; transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1); } .modal-close-svg:hover, .modal-close-svg:focus { fill: var(--accent-color); cursor: pointer; } /*ЧТО МЫ УМЕЕМ-*/ .section { justify-content: space-between; } .features { display: flex; } .features .item { width: calc((100%-90px) / 4); margin-right: 30px; /*outline: 2px solid red;*/ } .features .item:last-child { margin-right: 0px; } .thumb-features { padding-top: 25px; padding-bottom: 25px; padding-left: 100px; padding-right: 100px; margin-bottom: 30px; width: 270px; height: 120px; border-radius: 4px; background-color: #f5f4fa; } .features-info { margin-top: 10px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-style: normal; font-weight: normal; color: #757575; } .work-list { display: block; width: calc((100%-60px) / 3); } .work-list:not(:last-child) { margin-right: 30px; } .work-title { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 36px; line-height: 1.2; text-align: center; letter-spacing: 0.03em; } .foto-work { display: flex; margin-top: 50px; } .foto-work .work-list { position: relative; } .foto-work h3 { position: absolute; display: flex; justify-content: center; align-items: center; bottom: 0; left: 0; margin: 0; width: 370px; height: 70px; color: #ffffff; background-color: rgba(47, 48, 58, 0.8); } .teams { background-color: #f5f4fa; } .our-title { font-family: Roboto; font-style: normal; font-weight: bold; font-size: 36px; line-height: 1.2; text-align: center; letter-spacing: 0.03em; } .team-list { display: flex; margin-top: 50px; margin-bottom: 0; } .team-list .list-item { width: calc((100%-90px) / 4); overflow: hidden; text-align: center; background-color: #ffffff; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 4px 4px; } .list-item:not(:last-child) { margin-right: 30px; } .title-card-team { font-family: Roboto; font-style: normal; font-weight: 500; font-size: 16px; line-height: 1.2; text-align: center; letter-spacing: 0.03em; } .info-card-team { font-style: normal; font-weight: 400; font-size: 16px; line-height: 1.2; text-align: center; margin-top: 10px; letter-spacing: 0.03em; color: #757575; } .card-content-team { padding-top: 30px; padding-bottom: 30px; margin: 0; } .socials-links { display: flex; justify-content: space-between; padding-left: 32px; padding-right: 32px; margin-top: 16px; } .socials-links a { width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transition-property: color, background-color; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .socials-links a:hover, .socials-links a:focus { background-color: #2196f3; --color5: #fff; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); border-radius: 50%; } .clients h2 { margin-right: 0; margin-bottom: 50px; margin-left: 0; text-align: center; } .clients-list { display: flex; flex-wrap: wrap; margin: 0; padding-inline-start: 0; } .clients-list .item { display: block; width: calc((100% - 150px) / 6); margin-right: 30px; } .clients-list .item:last-child { margin-right: 0px; } .thumb-clients { display: flex; justify-content: center; align-items: center; width: 170px; height: 90px; /*background-color: $primary-bg-color;*/ border: 1px solid #afb1b8; border-radius: 4px; box-sizing: border-box; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); color: #afb1b8; } /*.clients-icon { max-width: 100%; }*/ .clients-list a { transition-property: color, border; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .clients-list a:hover, .clients-list a:focus, .thumb-clients :hover, .thumb-clients:focus { --color5: #2196f3; border: 1px solid #2196f3; border-radius: 4px; transform: scale(1.3); } /* Подвал */ footer { background-color: #2f303a; } .footer-contacts { display: flex; align-items: baseline; padding-top: 60px; padding-bottom: 60px; /* background-color: #2f303a;*/ } .footer-soc-links { --color5: #ffff; padding: 0; display: inline-flex; justify-content: space-between; width: 209px; } .footer-soc-links a { width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transition-property: color, background-color; transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer-soc-links a:hover, .footer-soc-links a:focus { background-color: #2196f3; --color5: #fff; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); border-radius: 50%; } .join { margin-right: 93px; width: 206px; } .footer-contacts h3 { color: #ffffff; margin-bottom: 20px; } .footer-list { margin: 0; font-style: normal; font-weight: 400; font-size: 14px; line-height: 1.71em; letter-spacing: 0.03em; list-style-type: none; padding-inline-start: 0; margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; } .list-footer { margin-top: 9px; } .footer-list .list-footer:first-child { margin-right: 70px; } .footer-adress-text { margin: 0; color: #ffffff; } .footer-link { color: rgba(255, 255, 255, 0.6); } /*----buton----*/ .form-submit { display: flex; } .form-submit .form-input-footer { margin-right: 12px; padding-top: 15px; padding-right: 16px; padding-bottom: 15px; padding-left: 16px; width: 358px; height: 50px; background-color: #2f303a; color: #fff; border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15)); border-radius: 4px; } .form-input-footer::placeholder { display: flex; align-items: center; color: rgba(255, 255, 255, 0.6); font-weight: 400; font-size: 16px; line-height: 1.25; letter-spacing: 0.03em; } .form-input-footer:not(:placeholder-shown) + .form-input-footer { background-color: #2f303a; } .button-submit { display: flex; align-items: center; text-align: center; padding-top: 10px; padding-right: 28px; padding-bottom: 10px; padding-left: 29px; background-color: #2196f3; color: #ffffff; --color5: $primary-bg-color; background: #2196f3; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; font-weight: 700; font-size: 16px; line-height: 1.87; letter-spacing: 0.06em; border-radius: 4px; border: none; } .button-submit svg { margin-left: 10px; background-color: #2196f3; --color5: $primary-bg-color; } /*# sourceMappingURL=main.css.map */
0.66769
0.07989
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img:active{ width: 100%; height: 560px; } .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{ width: 100%; height: 580px; } .carousel{ margin-top: -20px; margin-bottom: -17px; } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{ font-size: 10px; width: 37px; height: 34px; padding-top: 11px; border-radius: 50%; } .carousel-control.right{ background: none; } .carousel-control.left{ background: none; cursor: context-menu; } .carousel-control.left:hover{ text-shadow: none; } .carousel-control.right:hover{ text-shadow: none; cursor: context-menu; } .carousel-caption{ width: auto; top: 200px; text-align: left; height: auto; } .link_pri{ background: #000; } .link_aft{ background: #000; } #link_aft{ } .depertment{ padding-bottom: 10px; } .depertment h2 { background: #066aab; color: #fff; } .depertment .second{ margin-top: 10px; margin-bottom: 30px; } .dept-div{ margin-bottom: 20px; } .depertment .first{ margin-top: 50px; } .link_aft:hover{ background: #0072bc; cursor: pointer; } .link_pri:hover{ background: #0072bc; cursor: pointer; } .adverts1{ margin-bottom: 30px; } .adverts1 .btn{ width: 220px } .adverts1 h2{ background: #066aab; color: #fff; margin-bottom: 30px; } .adverts1 .adver-box { background: #fff; padding: 10px; margin-bottom: 20px; } .adverts1 .adver-box img{ width: 225px; height: 250px; border-radius: 6%; margin-bottom: 10px } .adverts1 .inter-p{ font-size: 15px; margin-bottom: 20px; margin-top: 20px; } .statistic{ background: url(../image/477911131-1880x1254.jpg) no-repeat center center fixed; min-height: 300px; } .statistic .data{ min-height: 300px; background-color: rgba(37, 40, 41, 0.7); padding-bottom: 40px; color: #34b1ec; } .statistic .data span{ font-size: 20px; color: #fff; } .statistic h2{ margin-bottom: 50px; color: #fff; } .statistic p{ font-size: 3.5rem; font-weight: 300; color: #fff; margin-top: 25px; } .statistic .stats{ margin-bottom: 30px; } .overlo{ top: 0; left: 0; background: #166aab; position: absolute; width: 100%; height: 100%; color: #fff; z-index: 999999999; } .spinner { margin: 100px auto; width: 40px; height: 40px; position: relative; } .cube1, .cube2 { background-color: #fff; width: 15px; height: 15px; position: absolute; top: 300px; left: 0; -webkit-animation: sk-cubemove 1.8s infinite ease-in-out; animation: sk-cubemove 1.8s infinite ease-in-out; } .cube2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } @-webkit-keyframes sk-cubemove { 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg) } } @keyframes sk-cubemove { 25% { transform: translateX(42px) rotate(-90deg) scale(0.5); -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); } 50% { transform: translateX(42px) translateY(42px) rotate(-179deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); } 50.1% { transform: translateX(42px) translateY(42px) rotate(-180deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); } 75% { transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); } 100% { transform: rotate(-360deg); -webkit-transform: rotate(-360deg); } } .owwll{ margin-bottom: 33px; } .owwll .items { width: 300px; height: auto; margin: auto; } .owwll h2{ color: #fff; margin-bottom: 50px; } .owwll .items img { width: 250px; height: 150px; margin: auto; } .owwll .owl-nav span{ font-size: 30px; outline: 0; margin: 10px; } .owwll .items p{ width: 250px; margin: auto; margin-top: 10px; font-size: 17px; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{ outline: 0; } .register { padding: 10px; } .register .btn-nav { text-align: center; margin-bottom: 20px; } .register #btn1,#btn2,#btn3 { width: 200px; padding: 10px; border: none; background: #fff; outline:0 ; } .register .active { border-top: 3px solid !important; } .register #doctor { display: none; } .register #advertiser { display: none; } .register .work-time { border: 1px solid #ccc; padding: 10px; padding-top: 16px; padding-bottom: 15px; border-radius: 4px; color: #b4a8a8; } .icon-footer { background-color: #3d4142; padding: 4px 15px 4px 15px; color: white; border-radius: 5px; margin-right: 26px; } .offer { background: url(../image/477911131-1880x1254.jpg) no-repeat center center fixed; background-size: cover; } .offer .into { background-color: rgba(37, 40, 41, 0.7); padding: 10px; } .offer h2 { text-align: center; color: white; font-weight: bold; } .offer .into .week h3 { color: white; } .offer .into .week p { color: #ccc; font-size: 19px; margin-bottom: 29px; }.offer .into .week i { color: white; font-size: 22px; }
public/css/english.css
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img:active{ width: 100%; height: 560px; } .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{ width: 100%; height: 580px; } .carousel{ margin-top: -20px; margin-bottom: -17px; } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{ font-size: 10px; width: 37px; height: 34px; padding-top: 11px; border-radius: 50%; } .carousel-control.right{ background: none; } .carousel-control.left{ background: none; cursor: context-menu; } .carousel-control.left:hover{ text-shadow: none; } .carousel-control.right:hover{ text-shadow: none; cursor: context-menu; } .carousel-caption{ width: auto; top: 200px; text-align: left; height: auto; } .link_pri{ background: #000; } .link_aft{ background: #000; } #link_aft{ } .depertment{ padding-bottom: 10px; } .depertment h2 { background: #066aab; color: #fff; } .depertment .second{ margin-top: 10px; margin-bottom: 30px; } .dept-div{ margin-bottom: 20px; } .depertment .first{ margin-top: 50px; } .link_aft:hover{ background: #0072bc; cursor: pointer; } .link_pri:hover{ background: #0072bc; cursor: pointer; } .adverts1{ margin-bottom: 30px; } .adverts1 .btn{ width: 220px } .adverts1 h2{ background: #066aab; color: #fff; margin-bottom: 30px; } .adverts1 .adver-box { background: #fff; padding: 10px; margin-bottom: 20px; } .adverts1 .adver-box img{ width: 225px; height: 250px; border-radius: 6%; margin-bottom: 10px } .adverts1 .inter-p{ font-size: 15px; margin-bottom: 20px; margin-top: 20px; } .statistic{ background: url(../image/477911131-1880x1254.jpg) no-repeat center center fixed; min-height: 300px; } .statistic .data{ min-height: 300px; background-color: rgba(37, 40, 41, 0.7); padding-bottom: 40px; color: #34b1ec; } .statistic .data span{ font-size: 20px; color: #fff; } .statistic h2{ margin-bottom: 50px; color: #fff; } .statistic p{ font-size: 3.5rem; font-weight: 300; color: #fff; margin-top: 25px; } .statistic .stats{ margin-bottom: 30px; } .overlo{ top: 0; left: 0; background: #166aab; position: absolute; width: 100%; height: 100%; color: #fff; z-index: 999999999; } .spinner { margin: 100px auto; width: 40px; height: 40px; position: relative; } .cube1, .cube2 { background-color: #fff; width: 15px; height: 15px; position: absolute; top: 300px; left: 0; -webkit-animation: sk-cubemove 1.8s infinite ease-in-out; animation: sk-cubemove 1.8s infinite ease-in-out; } .cube2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } @-webkit-keyframes sk-cubemove { 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg) } } @keyframes sk-cubemove { 25% { transform: translateX(42px) rotate(-90deg) scale(0.5); -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); } 50% { transform: translateX(42px) translateY(42px) rotate(-179deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); } 50.1% { transform: translateX(42px) translateY(42px) rotate(-180deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); } 75% { transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); } 100% { transform: rotate(-360deg); -webkit-transform: rotate(-360deg); } } .owwll{ margin-bottom: 33px; } .owwll .items { width: 300px; height: auto; margin: auto; } .owwll h2{ color: #fff; margin-bottom: 50px; } .owwll .items img { width: 250px; height: 150px; margin: auto; } .owwll .owl-nav span{ font-size: 30px; outline: 0; margin: 10px; } .owwll .items p{ width: 250px; margin: auto; margin-top: 10px; font-size: 17px; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{ outline: 0; } .register { padding: 10px; } .register .btn-nav { text-align: center; margin-bottom: 20px; } .register #btn1,#btn2,#btn3 { width: 200px; padding: 10px; border: none; background: #fff; outline:0 ; } .register .active { border-top: 3px solid !important; } .register #doctor { display: none; } .register #advertiser { display: none; } .register .work-time { border: 1px solid #ccc; padding: 10px; padding-top: 16px; padding-bottom: 15px; border-radius: 4px; color: #b4a8a8; } .icon-footer { background-color: #3d4142; padding: 4px 15px 4px 15px; color: white; border-radius: 5px; margin-right: 26px; } .offer { background: url(../image/477911131-1880x1254.jpg) no-repeat center center fixed; background-size: cover; } .offer .into { background-color: rgba(37, 40, 41, 0.7); padding: 10px; } .offer h2 { text-align: center; color: white; font-weight: bold; } .offer .into .week h3 { color: white; } .offer .into .week p { color: #ccc; font-size: 19px; margin-bottom: 29px; }.offer .into .week i { color: white; font-size: 22px; }
0.318803
0.072703
-------------------------------------------------------------- */ .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } .aligncenter { display: block; margin: 5px auto 5px auto; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } /* Generic styles ---------------- */ html, body { font-family: "Ubuntu", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; color: #242424; height: 100%; } body.header-sticky { padding-top: 46px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { font-size: 44px; font-weight: 300; } h1 img.img-circle { max-width: 110px; max-height: 110px; /*border: 2px solid #157eab;*/ box-shadow: 0 0 0 2px #157eab; margin-right: 40px; border-radius: 180px; position: relative; z-index: 10; } h2 { font-size: 36px; font-weight: 300; color: #242424; line-height: 42px; margin: 0 0 12px } .row h2 { font-size: 24px; line-height: 28px; } h3 { font-size: 22px; font-weight: 400; color: #919191; margin: 0 0 12px; } .row h3 { font-size: 24px; font-weight: 500; color: #242424; } h3.sponsor { font-size: 18px; border-bottom: 1px solid; text-transform: uppercase; margin: 0.5em 0 1em; color: #e73955; } h3.sponsor span { position: relative; bottom: -4px; padding-right: 1px; display: inline-block; background: #fff; } h5 { font-size: 18px; font-weight: 400; color: #919191; } p { line-height: 1.58; margin: 6px 0 12px; } a { color:#35aadc; } hr { border-top: 2px solid #d2d2d2; margin: 32px 0; } img { max-width: 100%; height: auto; } .img-rounded { border-radius: 4px; } .light { font-weight: 300; } .normal { font-weight: 400; } .medium { font-weight: 500; } .bg-primary { background-color: #35aadc; } .bg-secondary { background-color: #e83a56; } .bg-fb-light { background-color: #3468af; } .bg-fb-dark { background-color: #1a4e95; } .bg-twitter { background-color: #35aadc; } .bg-gray { background-color: #f1f1f1; } .color-secondary { color: #e73955; } .border-secondary { border-color: #e73955; } .color-primary { color: #35aadc; } .border-primary { border-color: #35aadc; } /* widget */ .widget { margin-bottom: 2.5em; } /* tabs */ .nav-tabs { border-bottom: none; font-size: 14px; font-weight: 500; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #fff; background-color: #35aadc; border: 1px solid #509cbc; border-bottom-color: transparent; } .nav-tabs > li > a:hover, .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus { border-color: #509cbc #509cbc #509cbc; text-decoration: none; background-color: #35aadc; } .nav-tabs > li > a { margin-right: 3px; margin-left: 0; line-height: 1; border-radius: 0; background-color: #3f3f3f; border-color: #afafaf; border-bottom-color: transparent; color: #fff; padding: 9px 12px; } .nav-tabs > li > a:after { content: " "; display: inline-block; background: url("../images/icons.png"); background-position: -120px -60px; width: 12px; height: 8px; font-size: 0.75em; margin: 0 0 0 1em; } .nav-tabs.pull-right > li > a { margin-right: 0; margin-left: 3px; } /* CONTAINER ------------ */ @media (min-width: 1024px) { .container { width: 1008px; } } /* HEADER --------- */ header { background: #fff; text-align: center; height: 147px; font-size: 16px; } header .navbar, header .navbar-collapse { border: none; } header.transition, header .transition { -webkit-transition: height 300ms linear, margin 300ms linear; -moz-transition: height 300ms linear, margin 300ms linear; -ms-transition: height 300ms linear, margin 300ms linear; -o-transition: height 300ms linear, margin 300ms linear; transition: height 300ms linear, margin 300ms linear; } header #logo { position: absolute; display: block; max-height: 100%; width: 100%; overflow: hidden; text-align: center; margin: 21px auto; z-index: 50; } header #logo img { max-width: 100%; max-height: 60px; } header #menu-primary { margin-top: 101px; } header #tyler-navigation.text-fit { max-height: 46px; } header ul { text-align: center; list-style: none; margin: 0; padding: 0; } header ul li { display: inline-block; font-size: 1em; font-weight: 500; color: #5b5959; text-transform: uppercase; } header ul li a { display: block; color: inherit; padding: 12px 12px; box-sizing: border-box; height: 46px; } header ul li.current-menu-item a, header ul li a:hover { background: #35aadc; color: #fff; text-decoration: none; } header ul li.register a { background-color: #e83a56; color: #fff; } header ul ul { display: none; position: absolute; background-color: #3d3d3d; height: auto; min-width: 180px; text-align: left; border-radius: 0; text-transform: none; margin: 0; padding: 0; z-index: 100; } header ul .expand > ul { display: block; } header ul ul li { position: relative; display: block; color: #fff; font-size: 0.875em; } header ul ul li a { padding: 7px 14px; max-height: none; height: auto; } header ul ul ul { position: absolute; left: 100%; top: 0; margin: 0; background-color: #818181; border: none; border-radius: 0; } header.sticky { position: fixed; top:0; left: 0; right: 0; max-width: 100%; z-index: 1000; height: 46px; } header.sticky #logo { display: none; } header.sticky #menu-primary { position: relative; float: none; margin: 0; } @media (min-width: 1200px) { header { max-width: 1260px; width: 100%; margin: 0 auto; height: 100px; } header #logo { position: relative; width: auto; float: left; margin: 18px 0 -18px; } header #menu-primary { margin-top: 54px; position: absolute; right: 0; } } /* heading */ .heading { position: relative; display: block; background: #35aadc; color: #fff; margin: 0 0 45px; } .heading .container { position: relative; display: table; } .heading h1 { display: table-cell; vertical-align: middle; color: #fff; font-size: 44px; font-weight: 300; margin: 0; padding: 27px 0; line-height: 1.2; height: 158px; } .heading .nav { display: table-cell; width: 30%; margin: 0; color: #fff; font-size: 32px; vertical-align: middle; text-align: right; } .heading .nav a { color: #fff; margin: 0 12px; } .heading .nav .icon-angle-left { background-position: -240px -60px; width: 18px; height: 30px; } .heading .nav .icon-angle-right { background-position: -360px -60px; width: 18px; height: 30px; } /* time counter */ .timecounter { position: relative; border-radius: 6px; color: #fff; font-size: 34px; font-weight: 300; margin: 0; padding: 21px 32px; overflow: auto; background-color: #e83a56; } .timecounter:before { background: url("../images/icons.png"); background-position: 0 -60px; width: 37px; height: 37px; content: " "; position: absolute; left: 34px; top: 50%; margin-top: -18px; } .timecounter>div { display: table; width: 100%; height: 100%; } .timecounter .title, .timecounter .time { display: table-cell; vertical-align: middle; width: 50%; } .timecounter .title { padding-left: 65px; } .timecounter .time { text-align: center; } .timecounter .time span { font-size: 44px; display: inline-block; text-align: center; margin: 0 10px; line-height: 1.15em; } .timecounter .time span span { display: block; margin: 0; font-size: 18px; font-weight: 500; } /* forms */ input[type=text], textarea { font-size: 18px; background: #f1f1f1; border: none; box-sizing: border-box; padding: 0.9em; border-radius: 2px; outline: none; margin: 0 0 1em; } input.placeholder, textarea.placeholder { color: #6d6d6d; } /* buttons */ .btn { border-radius: 0; font-size: 16px; font-weight: 500; padding: 12px 30px; margin: 0 0 0.15em; transition: background .8s ease, opacity .8s ease; } .btn:active, .btn.active { -webkit-box-shadow: none; box-shadow: none; } .btn.btn-lg { font-size: 21px; padding: 17px 60px; } .btn.btn-sm, .btn.btn-xs { padding: 5px 10px; font-size: 12px; border-radius: 0; } .btn-primary { color: #ffffff; background-color: #35aadc; border-color: transparent; } .btn-primary:hover, .btn-primary:active, .btn-primary:focus { color: #ffffff; border-color: transparent; opacity: 0.8; } .btn-secondary { color: #fff; background-color: #e83a56; border-color: rgba(232,58,86,0.5); } .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus { color: #fff; background-color: #f19aa8; border-color: transparent; } .btn-header { min-width: 230px; text-transform: uppercase; vertical-align: top; } h2 + .btn-header { margin-top: -2em; } .btn-group-header { margin-top:-1em; text-transform: uppercase; } .btn-group-header .btn { width: 110px; } .btn-check { border-width: 2px; border-style: solid; padding: 3px 16px 4px; background-color: transparent; min-width: 110px; } .btn-check.btn-primary { border-color: #35aadc; color: #35aadc; } .btn-check.btn-primary.active, .btn-check.btn-primary:hover { color: #fff; background-color: #35aadc; } /* carousel */ .carousel { padding-bottom: 50px; } .carousel-indicators { bottom: 0; } .carousel-indicators .active { width: 17px; height: 17px; background-color: #919191; margin: 0 5px; } .carousel-indicators li { width: 17px; height: 17px; background-color: transparent; border: 1px solid #919191; border-radius: 17px; margin: 0 5px; } /* jumbotron */ .jumbotron { text-align: center; background: #ebebeb; background-repeat: no-repeat; background-size: cover; padding: 86px 0; } .container .jumbotron { border-radius: 0; } .jumbotron .bg { position: absolute; left:0; right: 0; height: 100%; z-index: 0; } .jumbotron h1 { font-size: 48px; font-weight: 300; color: #242424; margin: 0 0 19px; } .jumbotron .lead { color: #5b5959; font-size: 22px; font-weight: normal; margin-bottom: 0.5em; } /* scroll to top */ #scroll-up { display: none; position: fixed; top: 50%; right: 20px; font-size: 14px; font-weight: 300; color: #fff; width: 46px; height: 32px; line-height: 32px; background: #919191; text-align: center; text-decoration: none; z-index: 50; } #scroll-up:before { display: inline-block; background: url("../images/icons.png"); background-position: -90px -60px; width: 16px; height: 9px; content: " "; } /* backdrop */ #backdrop { display: none; position: fixed; background: #000; opacity: 0.7; top:0; left:0; right: 0; bottom: 0; z-index: 1; } /* LANDING - big image */ .landing { padding: 0; margin: 0; text-align: center; color: #fff; background: transparent; border-radius: 0; height: 752px; font-size: 30px; } .landing h1 { display: block; font-size: 80px; font-weight: 300; line-height: 1; letter-spacing: 0; text-transform: uppercase; padding: 89px 0 0; margin: 0 0 20px; } .landing h1 > span { display: block; max-height: 164px; } .landing .lead { height: 84px; text-transform: uppercase; font-size: 30px; } .landing .btn { margin: 22px 0 96px; } .landing .bg { position: absolute; left: 0; right: 0; height: 675px; background-repeat: no-repeat; background-size: cover; z-index: -1; } .landing .box { border-radius: 4px; height: 160px; text-align: left; padding: 40px 40px 40px 96px; box-sizing: border-box; opacity: .92; background: #35aadc; } .landing .box .box-inner { display: table; width: 100%; height: 100%; } .landing .box .box-inner>div { display: table-cell; vertical-align: middle; } .landing .box span { display: block; line-height: 1.2em; } .landing i[class^=icon] { position: absolute; top: 50%; left: 55px; margin-top: -18px; font-size: 36px; } .landing .box .sub { font-size: 16px; font-weight: 500; } .landing .box .title { font-size: 36px; font-weight: 300; } .landing .box .desc { font-size: 20px; font-weight: 500; } /* CONTENT ------- */ /* speakers */ .speakers { margin-left: -15px; margin-right: -15px; text-align: center; } .speakers.carousel { text-align: center; white-space: nowrap; } .speakers .speaker { display: inline-block; padding: 0 15px; margin: 15px -1.5px; width: 33.33333%; white-space: normal; /* safari inline-block fix */ display: -moz-inline-stack; vertical-align: top; } .speakers .speaker .speaker-inner { position: relative; display: block; padding: 40px 12px 20px; height: 387px; border-radius: 4px; text-align: center; text-decoration: none; overflow: hidden; line-height: 24px; background: #35aadc; } .speakers .speaker.featured .speaker-inner { background: #e83a56; } .speakers .speaker.featured .speaker-inner:after { position: absolute; top: 14px; right: 14px; display: block; content: " "; background: url("../images/icons.png"); background-position: -420px 0; width: 48px; height: 48px; z-index: 30; } .speakers .photo { display: block; width: 212px; max-width: 100%; margin: 0 auto 10px; z-index: 20; position: relative; } .speakers .photo img { max-width: 100%; border-radius: 180px; /*border: 2px solid #157eab;*/ box-shadow: 0px 0px 0px 2px #157eab; } .speakers .featured .photo img { border-color: #9d1127; box-shadow: 0px 0px 0px 2px #9d1127; } .speakers .name { display: table; font-size: 24px; font-weight: 500; color: #fff; height: 55px; width: 100%; margin: 0 0 20px; } .speakers .name>span{ display: table-cell; max-height: 55px; vertical-align: middle; text-align: center; } .speaker .description { display: block; text-align: center; color: #393939; font-size: 14px; font-weight: normal; line-height: normal; } .speakers .speaker .view { display: none; position: absolute; bottom: 0; left: 0; right: 0; line-height: 60px; color: #fff; background: #3f3f3f; font-size: 16px; font-weight: 500; z-index: 20; text-transform: uppercase; } .speakers .speaker .view [class^=icon] { margin: 1px 0 -2px 6px; } .speakers .speaker .speaker-inner:hover { color: #35aadc; } .speakers .speaker.featured .speaker-inner:hover { color: #e83a56; } .speakers .speaker .speaker-inner:hover:before { content: ""; position: absolute; top:0; left: 0; right: 0; bottom: 0; z-index: 10; background: #fff; opacity: 0.9; } .speakers .speaker .speaker-inner:hover .view { display: block; } .speakers .speaker .speaker-inner:hover .name { position: relative; color: inherit; z-index: 20; } /* connect with us */ .connect { position: relative; border-radius: 4px; box-shadow: none; -moz-box-shadow: none; color: #fff; font-size: 34px; font-weight: 300; padding: 20px 20px; margin: 0; background-color: #e83a56; } .connect:before { content: " "; background: url("../images/icons.png"); background-position: 0 -120px; width: 38px; height: 38px; position: absolute; left: 34px; top:50%; margin-top:-18px; } .connect .connect-inner { display: table; margin:0; padding: 0; width: 100%; min-height: 80px; } .connect .connect-inner>span { display: table-cell; width: 34%; height: 100%; padding-left:65px; vertical-align: middle; } .connect .links { display: table-cell; height: 100%; vertical-align: middle; margin: 0; padding: 0; text-align: center; } .connect .links a { display: inline-block; position: relative; font-size: 42px; width: 58px; height: 70px; color: #fff; text-decoration: none; text-align: center; line-height: 1; vertical-align: bottom; } .connect .links a i { display: block; height: 60px; width: 60px; position: relative; margin: 5px 0 0 5px; z-index: 10; } .connect .links a:hover:before { position: absolute; left: 0; top: 0; width: 70px; height: 70px; content: ""; opacity: .46; -moz-border-radius: 35px / 35px 35px 35px 35px; -webkit-border-radius: 35px / 35px 35px 35px 35px; border-radius: 35px / 35px 35px 35px 35px; background-clip: padding-box; background-color: #3f3f3f; z-index: 0; } /* sessions */ .sessions { margin-left: -15px; margin-right: -15px; } .sessions.carousel { text-align: center; white-space: nowrap; } .sessions .session { display: inline-block; padding: 0 15px; margin: 15px -1.5px; width: 33.33333%; white-space: normal; overflow: hidden; } .sessions .session .session-inner { position: relative; display: block; height: 402px; padding: 19px 19px 47px; border-radius: 4px; text-align: center; text-decoration: none; overflow: hidden; background: #ebebeb; color: #5b5959; } .sessions.condensed .session .session-inner { height: auto; } .sessions .session .title { display: table; color: #7a9e00; font-size: 20px; font-weight: 500; line-height: 22px; margin-bottom: 10px; text-transform: uppercase; height: 98px; } .sessions .session .title>span { display: table-cell; vertical-align: middle; max-height: 98px; } .sessions .session .desc { text-transform: uppercase; font-weight: 300; display: block; } .sessions .session .desc strong { text-transform: none; font-weight: bold; } .sessions .session .speakers-thumbs { display: block; margin: 16px -7px; width: 100%; height: 135px; text-align: center; overflow: hidden; z-index: 20; position: relative; float: left; } .sessions .session .speaker { position: relative; display: inline-block; width: 64px; height: 64px; margin: 2px 1px; padding: 0; } .sessions .session .speaker img { max-width: 100%; border-radius: 180px; /*border: 1px solid #157eab;*/ box-shadow: 0px 0px 0px 1px #157eab; } .sessions .session .speaker.featured img { border-color: #e83a56; box-shadow: 0px 0px 0px 1px #e83a56; } .sessions .session .more { position: absolute; bottom: 0; left: 0; right: 0; line-height: 47px; color: #fff; background: #3f3f3f; font-size: 16px; font-weight: 500; z-index: 20; padding: 0 19px; } .sessions .session .more i { margin: 2px 0 -2px 6px; } .sessions.condensed .session .more { line-height: 34px; } /* sessions - list */ .sessions.list { margin: 2px 0 0; clear: both; } .sessions.list .day-floating { position: relative; color: #3f3f3f; font-size: 21px; font-weight: 500; z-index: 40; margin-top:-2px; /*height: 60px;*/ background: #fff; } .sessions.list .day-floating > span { display: block; clear: both; border-top: 4px solid #35aadc; padding: 14px 0; max-height: 60px; background: #fff; border-bottom: 2px solid #d2d2d2; } .sessions.list .day-floating.fixed { position: fixed; top: 46px; left:0; right: 0; z-index: 30; } .sessions.list .day-floating.fixed.absolute { position: absolute; } .sessions.list .session { float: none; display: block; padding: 16px 0; margin: 0; width: 100%; border-bottom: 2px solid #d2d2d2; } .sessions.list .time { display: block; float: left; width: 20%; padding-right: 7%; color: #939393; font-size: 14px; font-weight: 300; } .sessions.list .session-inner { margin: 0; padding: 0; height: auto; width: auto; background: none; text-align: left; border-radius: 0; } .sessions.list .session .title { display: block; margin: 0; padding: 0 120px 0 0; height: auto; font-size: 16px; line-height: normal; } .sessions.list .session .location { color: #5b5959; font-size: 16px; font-weight: 300; margin: 0; } .sessions.list .session .speakers-thumbs { margin: 6px 0 0; height: auto; text-align: left; overflow: inherit; } .sessions.list .session .speaker { display: block; float: left; height: 54px; width: 20%; margin: 6px 0; padding: 0 16px 0 1px; color: #242424; font-size: 14px; font-weight: 500; text-decoration: none; } .sessions.list .session .speaker img { float: left; width: 54px; } .sessions.list .session .speaker .name { display: block; margin: 0 0 0 62px; padding: 0; height: 100%; } .sessions.list .session .speaker .name>span { display: table-cell; position: relative; vertical-align: middle; height: 54px; max-height: 54px; } .sessions.list .more { top: 0; right: 0; left: auto; bottom: auto; display: inline-block; float: right; line-height: 32px; width: auto; background-color: #3f3f3f; border: none; font-size: 14px; font-weight: normal; } /* sessions filtering */ .schedule ul ul { display: none; position: absolute; background-color: #3d3d3d; height: auto; min-width: 180px; text-align: left; border-radius: 0; text-transform: none; margin: 0; padding: 0; z-index: 100; margin-left: 3px; } .schedule ul li:hover > ul { display: block; } .schedule ul ul li { position: relative; display: block; color: #fff; padding: 3px 0; } .schedule ul ul li a { padding: 7px 14px; max-height: none; height: auto; } .schedule ul ul li a:hover { color:#fff; } /* single session */ .sessions.single { margin-left: 0; margin-right: 0; } .sessions.single .session { font-size: 16px; font-weight: 300; margin: 6px 0 0; padding: 0; overflow: inherit; width: 100%; color: #5b5959; } .sessions.single .session > span { display: block; text-transform: uppercase; } .sessions.single .session > span strong { text-transform: none; } .sessions.single .location strong { color: #35aadc; } .sessions.single .session .speakers-thumbs { display: block; margin: 0 -1em; padding: 1em 0; height: auto; text-align: left; } .sessions.single .session .speaker { display: block; float: left; width:100%; height: auto; margin: 0 0 6px; padding: 0 1em; font-size: 14px; font-weight: 500; line-height: 1; color: #242424; } .sessions.single .session .speaker img { max-width: 54px; margin: 0 0.5em 0 0; float: left; } .sessions.single .speaker .name { display: table; height: 54px; } .sessions.single .speaker .name>span { display: table-cell; vertical-align: middle; height: 54px; max-height: 54px; max-width: 70px; } .single-session-link { cursor: default; } /* mediabox */ .mediabox { margin-top: 2em; } .mediabox:after { content: ""; clear: both; } .mediabox a.post { position: relative; display: block; width: 25%; height: 245px; float: left; overflow: hidden; color: #fff; text-decoration: none; } .mediabox a.post .wrapper { display:inline-block; width:100%; text-align:center; line-height:245px; height:250px; vertical-align:top; } .mediabox a.post img { min-width: 100%; min-height: 100%; max-width: none; vertical-align: middle; /*margin:-100%;*/ vertical-align:middle; position:relative; z-index:-1; } .mediabox a.post .desc { display: none; position: absolute; top: 50%; left: 0; right: 0; text-align: center; font-size: 14px; font-weight: 500; line-height: normal; z-index: 20; } .mediabox a.post .desc strong { text-transform: uppercase; display: block; font-size: 20px; font-weight: 300; color: #35aadc; } .mediabox a.post:hover .desc { display: block; } .mediabox a.post:hover:after { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: " "; background: #000000; opacity: 0.7; z-index: 10; } .mediabox a.post:hover:before { position: absolute; top: 0; left: 50%; bottom: 0; text-align: center; margin-top: 65px; content: " "; display: inline-block; width: 50px; height: 50px; margin-left: -25px; background: url(../images/icons.png); background-position: -420px -60px; z-index: 11; } .mediabox a.post.video:hover:before { background-position: 0 -180px; width: 22px; height: 30px; margin-top: 70px; margin-left: -11px; } /* explore map */ .location { } .location .explore { background: #f1f1f1; padding: 0 4px; font-size: 16px; font-weight: 500; border-radius: 4px; overflow: hidden; height: 475px; text-align: center; color: #e73955; } .location .explore .heading { margin: 0 -4px 32px; padding: 19px 15px; color: #fff; text-align: center; text-transform: uppercase; font-size: 18px; font-weight: 500; background: #e73955; } .location .explore .heading a { color: #fff; text-decoration: none; } .location .explore .scrollable { height: 350px; overflow: auto; } .location .explore ul { list-style-type: none; margin: 25px 0 0; padding: 0; } .location .explore ul li a { display: block; padding: 4px 0; color: inherit; text-transform: uppercase; } .location .map { height: 475px; border-radius: 4px; border: 1px solid #e73955; overflow: hidden; } #tile_explore .map img{max-width: none !important;} /* articles */ .articles { margin-top: 0; } .articles article { padding-top: 16px; padding-bottom: 16px; } .articles article:after { content: ""; clear: both; } .articles article .image { float: left; width: 310px; height: 189px; border-radius: 4px; position: relative; overflow: hidden; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; } .articles article:hover .image, .articles article:hover .post-content { border-color: #e73955; } .articles article .image img { min-width: 100%; min-height: 100%; max-width: none; width: auto; height: auto; } .articles article .image .date { position: absolute; top: 13px; left: 13px; display: block; width: 54px; height: 74px; color: #fff; text-align: center; text-transform: uppercase; font-weight: 300; line-height: normal; padding: 4px 0 0; background-color: #e83a56; } .articles article .image .date span { display: block; } .articles article .image .date .day { font-size: 30px; margin: -4px 0; } .articles article .image .date .month { font-size: 16px; } .articles article .image .date .year { font-size: 12px; } .articles article .post-content { margin-left: 340px; border-radius: 0; border:1px solid transparent; box-sizing: border-box; } .articles article .post-content a { display: block; padding: 15px 21px; height: 189px; text-decoration: none; color: inherit; } .articles article .post-content .heading { display: block; font-weight: normal; font-size: 24px; margin: 0.5em 0; background: none; color: #e73955; line-height: 1.2; } .articles article .post-content .perex { display: block; font-size: 14px; color: #000; } /* vertical articles */ .articles.vertical { margin: -15px -15px 15px -15px; } .articles.vertical:after { content: " "; display: block; clear: both; } .articles.vertical article { width: 50%; padding: 15px; float: left; } .articles.vertical article:nth-child(2n-1) { clear: both; } .articles.vertical article .image { float: none; width: 100%; height: 188px; } .articles.vertical article .post-content { margin-left: 0; padding: 16px 21px; background: #f1f1f1; border: none; } .articles.vertical article .post-content a { padding: 0; height: auto; } .articles.vertical article .share { display: block; padding: 28px 0 0; } /* post */ .post-info { font-size: 16px; font-weight: 300; margin-top: 3em; } /* paging */ .nav-paging { clear: both; margin: 1em 0 0; } .nav-paging:after { content: " "; display: block; clear: both; } .nav-paging .nav-previous, .nav-paging .nav-next { padding: 0 15px; font-size: 24px; max-width: 50%; text-align: left; } .nav-paging .nav-next { text-align: right; } .nav-paging .nav-previous a, .nav-paging .nav-next a { color: #121212; } .nav-paging .nav-previous a:before { content: "« "; } .nav-paging .nav-next a:after { content: " »"; } /* contact us */ form.contact-us { padding-top: 1em; } form.contact-us input[type=text] { width: 100%; } form.contact-us textarea { width: 100%; height: 220px; resize: vertical; } /* facebook */ .facebook .fb-event { height: 291px; color: #fff; font-size: 18px; font-weight: 500; text-align: center; line-height: 2em; padding: 12% 8% 0; border-radius: 4px; } .facebook .fb-event .col { width: 33%; float: left; } .facebook .fb-event i { font-size: 50px; } .facebook .fb-event .num { display: block; margin: 17px 0 6px; font-size: 50px; font-weight: 300; } .facebook .fb-view { display: block; position: relative; width: 100%; height: 291px; padding: 231px 32px 15px; text-align: center; text-transform: uppercase; color: #fff; font-size: 18px; font-weight: 500; border-radius: 4px; } .facebook .fb-view i { font-size: 0.75em; } .facebook .fb-view .icon-facebook-alt { position: absolute; top: 50px; left: 45px; font-size: 50px; } /* twitter */ .twitter.row { margin-top: -15px; margin-bottom: -15px; } .twitter.row > div[class^=col] { padding-top: 15px; padding: 15px; } .twitter .view { display: block; position: relative; width: 100%; height: 291px; padding: 196px 32px 15px; text-align: center; text-transform: uppercase; color: #fff; font-size: 18px; font-weight: 500; border-radius: 4px; } .twitter .view .icon-twitter-alt { position: absolute; top: 50px; left: 45px; font-size: 50px; } .twitter .view a { display: block; color: inherit; margin-top: 12px; } .twitter .view a i { font-size: 0.75em; } .twitter .tweet { height: 291px; border:1px solid #4fc4f6; border-radius: 4px; padding: 22px; } .twitter .tweet .text { font-size: 18px; color: #000; margin: 1em 0; max-height: 150px; } .twitter .tweet .date { color: #5b5959; font-size: 14px; } .twitter .tweet.featured { padding: 64px 46px; } .twitter .tweet.featured .avatar { float: left; } .twitter .tweet.featured .text { font-size: 26px; margin: -12px 0 0 95px; } .twitter .tweet.featured .date { font-size: 20px; margin: 1em 0 0 95px; } /* sponsors */ .sponsors { margin-bottom: 2em; text-align: center; margin-left: -15px; margin-right: -15px; } .sponsors .sponsor { display: inline-block; text-align: left; vertical-align: middle; padding: 15px; margin-bottom: 1em; } .sponsors .sponsor img { max-width: 100%; } .sponsors-lg .sponsor { width: 33.3%; } .sponsors-md .sponsor { width: 25%; } .sponsors-sm .sponsor { width: 16.6%; } /* SIDEBAR -----------*/ .sidebar ul { list-style-type: none; margin: 0; padding: 0; } .sidebar ul li { list-style-type: none; margin: 0 0 40px; padding: 0; } .sidebar .tyler_comments_display h2 { font-size: 18px; font-weight: 500; color: #fff; text-align: center; text-transform: uppercase; background: #35aadc; padding: 25px; margin: 0 0 8px; border-radius: 4px; } .sidebar .tyler_comments_display h2:before { background: url("../images/icons.png"); background-position: -360px -120px; content: " "; height: 36px; width: 50px; display: inline-block; vertical-align: top; margin-bottom: -1em; } .sidebar .tyler_comments_display li a { display: block; border: 1px solid transparent; border-radius: 4px; padding: 24px 16px; margin: 8px 0; font-size: 18px; color: #313131; text-decoration: none; } .sidebar .tyler_comments_display li a:hover { border-color: #35aadc; } .sidebar .tyler_comments_display li .time { font-size: 16px; color: #e83a56; display: block; margin: 16px 0 0; } .sidebar .widget_text h2 { font-size: 18px; font-weight: 400; color: #e83a56; border-bottom: 1px solid #e83a56; border-radius: 0; background: none; padding: 0; margin: 0 0 14px; text-align: left; text-transform: uppercase; } .sidebar .widget_text h2 > span { position: relative; bottom: -8px; padding-right: 8px; display: inline-block; background: #fff; } .sidebar .widget_text li { padding: 8px 0; text-align: center; } /* COMMENTS */ .comments-area { margin: 2em 0; } .comments-area h2 { font-size: 18px; font-weight: 500; color: #fff; text-align: left; text-transform: uppercase; background: #35aadc; padding: 13px; margin: 0 0 12px; border-radius: 4px; } .comments-area h2:before { background: url("../images/icons.png"); background-position: -360px -120px; content: " "; height: 36px; width: 45px; display: inline-block; vertical-align: top; margin: -3px 0; } .comments-area form input, .comments-area form textarea { width: 100%; margin: 0 0 10px; } .comments-area form input[type=submit] { font-size: 24px; font-weight: 500; background: #e83a56; color: #fff; text-align: center; text-transform: uppercase; border: none; padding: 14px; } .comments-area .commentlist { position: relative; } .comments-area .commentlist:before { display: table; content: " "; } .comments-area .commentlist, .comments-area .commentlist .comment { display: block; list-style-type: none; margin: 0; padding: 0; } .comments-area .commentlist .comment { position: relative; padding: 0 0 1em; margin: 12px 0; font-size: 16px; } .commentlist .comment .comment-content { position: relative; border: 1px solid #35aadc; padding: 22px; border-radius: 4px; } .commentlist .comment .comment-content p { margin: 0; } .commentlist .comment .comment-content:after { display: block; content: " "; width: 16px; height: 16px; border: 1px solid #35aadc; border-top: 0; border-right: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; background: #fff; bottom: -9px; left: 22px; } .commentlist .comment .comment-meta { margin-top: 15px; font-weight: 500; color: #393939; } .commentlist .comment .comment-author .fn:after { content: ", "; } .commentlist .comment .comment-meta a { color: inherit; } .commentlist .comment .reply, .commentlist .comment .comment-author img, .commentlist .comment .comment-author .says { display: none; } /* FOOTER ------- */ footer { position: relative; z-index: 30; margin-top: 2em; border-top: 1px solid #d3d3d3; background: #393939; padding-top: 48px; } footer .col>div { color: #f1f1f1; padding: 34px 26px; } footer .col h4 { font-size: 18px; font-weight: normal; text-transform: uppercase; display: block; margin: 0 0 0.5em; } footer .col ul { list-style: none; margin: 0; padding: 0; } footer .col ul li a { font-size: 14px; color: #f1f1f1; } footer .credits { padding: 22px 15px; margin-top: 45px; font-size: 14px; background: #313131; text-align: center; color: #35aadc; } /* Footer Widget */ footer .ef_footer_text_columns h1, footer .ef_footer_text_columns h2, footer .ef_footer_text_columns h3 { color: #f1f1f1; } /* TWITTER FULLSCREEN ------- */ #twitter_fullscreen { padding: 172px 0 62px; text-align: center; } #twitter_fullscreen ul { margin: 0; padding: 0; } #twitter_fullscreen li { border: 1px solid #35aadc; border-radius: 10px; float: left; list-style: none; margin: 30px 2.06% 32px 0; min-height: 330px; padding: 60px 20px 20px; position: relative; width: 31.08%; height: 330px; } #twitter_fullscreen li span:before { content: ""; height: 82px; left: 50%; margin-left: -54px; position: absolute; top: -41px; width: 108px; } #twitter_fullscreen li:last-child { margin-right: 0; } #twitter_fullscreen li span { color: #121212; font-size: 18px; line-height: 32px; } #twitter_fullscreen li span + a { display: block; font-size: 18px; margin-top: 5px; } #twitter_fullscreen li a { color: #6d6d6d; } #twitter_fullscreen li a:hover { color: #6d6d6d; opacity: .5; } #twitter_fullscreen li:first-child { border: none; border-radius: 0; margin: 0 0 32px; min-height: inherit; padding: 0; width: 100%; height: auto;} #twitter_fullscreen li:first-child span { font-size: 42px; line-height: 52px; } #twitter_fullscreen li:first-child span:before { display: none; } #twitter_fullscreen li:first-child span + a { font-size: 22px !important; } #twitter_fullscreen li span a:hover {opacity:1;} .page-template-twitter-php header, .page-template-twitter-php footer { display:none; } .page-template-twitter-php #twitter_fullscreen {padding: 90px 0 62px; text-align: center; } .page-template-twitter-php #twitter_fullscreen li:first-child .avatar {display:none;} .page-template-twitter-php #twitter_fullscreen .avatar {width: 70px;position: absolute;top: 0;left: 40%;top: -29px; border-radius: 6px;} .page-template-twitter-php #twitter_fullscreen span:before {background-image: none;} /* EVENT ESPRESSO ------- */ .tkt-slctr-tbl{width:100%} .tkt-slctr-tbl thead th:nth-child(2){text-align:right;} /* MEDIA CUSTOMIZATION ------- */ .blueimp-gallery>.close { width: 100px; height: 100px; margin-top: 10px; margin-right: 50px; display: block; font-size: 150px; }
css/layout.css
-------------------------------------------------------------- */ .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } .aligncenter { display: block; margin: 5px auto 5px auto; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } /* Generic styles ---------------- */ html, body { font-family: "Ubuntu", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; color: #242424; height: 100%; } body.header-sticky { padding-top: 46px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { font-size: 44px; font-weight: 300; } h1 img.img-circle { max-width: 110px; max-height: 110px; /*border: 2px solid #157eab;*/ box-shadow: 0 0 0 2px #157eab; margin-right: 40px; border-radius: 180px; position: relative; z-index: 10; } h2 { font-size: 36px; font-weight: 300; color: #242424; line-height: 42px; margin: 0 0 12px } .row h2 { font-size: 24px; line-height: 28px; } h3 { font-size: 22px; font-weight: 400; color: #919191; margin: 0 0 12px; } .row h3 { font-size: 24px; font-weight: 500; color: #242424; } h3.sponsor { font-size: 18px; border-bottom: 1px solid; text-transform: uppercase; margin: 0.5em 0 1em; color: #e73955; } h3.sponsor span { position: relative; bottom: -4px; padding-right: 1px; display: inline-block; background: #fff; } h5 { font-size: 18px; font-weight: 400; color: #919191; } p { line-height: 1.58; margin: 6px 0 12px; } a { color:#35aadc; } hr { border-top: 2px solid #d2d2d2; margin: 32px 0; } img { max-width: 100%; height: auto; } .img-rounded { border-radius: 4px; } .light { font-weight: 300; } .normal { font-weight: 400; } .medium { font-weight: 500; } .bg-primary { background-color: #35aadc; } .bg-secondary { background-color: #e83a56; } .bg-fb-light { background-color: #3468af; } .bg-fb-dark { background-color: #1a4e95; } .bg-twitter { background-color: #35aadc; } .bg-gray { background-color: #f1f1f1; } .color-secondary { color: #e73955; } .border-secondary { border-color: #e73955; } .color-primary { color: #35aadc; } .border-primary { border-color: #35aadc; } /* widget */ .widget { margin-bottom: 2.5em; } /* tabs */ .nav-tabs { border-bottom: none; font-size: 14px; font-weight: 500; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #fff; background-color: #35aadc; border: 1px solid #509cbc; border-bottom-color: transparent; } .nav-tabs > li > a:hover, .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus { border-color: #509cbc #509cbc #509cbc; text-decoration: none; background-color: #35aadc; } .nav-tabs > li > a { margin-right: 3px; margin-left: 0; line-height: 1; border-radius: 0; background-color: #3f3f3f; border-color: #afafaf; border-bottom-color: transparent; color: #fff; padding: 9px 12px; } .nav-tabs > li > a:after { content: " "; display: inline-block; background: url("../images/icons.png"); background-position: -120px -60px; width: 12px; height: 8px; font-size: 0.75em; margin: 0 0 0 1em; } .nav-tabs.pull-right > li > a { margin-right: 0; margin-left: 3px; } /* CONTAINER ------------ */ @media (min-width: 1024px) { .container { width: 1008px; } } /* HEADER --------- */ header { background: #fff; text-align: center; height: 147px; font-size: 16px; } header .navbar, header .navbar-collapse { border: none; } header.transition, header .transition { -webkit-transition: height 300ms linear, margin 300ms linear; -moz-transition: height 300ms linear, margin 300ms linear; -ms-transition: height 300ms linear, margin 300ms linear; -o-transition: height 300ms linear, margin 300ms linear; transition: height 300ms linear, margin 300ms linear; } header #logo { position: absolute; display: block; max-height: 100%; width: 100%; overflow: hidden; text-align: center; margin: 21px auto; z-index: 50; } header #logo img { max-width: 100%; max-height: 60px; } header #menu-primary { margin-top: 101px; } header #tyler-navigation.text-fit { max-height: 46px; } header ul { text-align: center; list-style: none; margin: 0; padding: 0; } header ul li { display: inline-block; font-size: 1em; font-weight: 500; color: #5b5959; text-transform: uppercase; } header ul li a { display: block; color: inherit; padding: 12px 12px; box-sizing: border-box; height: 46px; } header ul li.current-menu-item a, header ul li a:hover { background: #35aadc; color: #fff; text-decoration: none; } header ul li.register a { background-color: #e83a56; color: #fff; } header ul ul { display: none; position: absolute; background-color: #3d3d3d; height: auto; min-width: 180px; text-align: left; border-radius: 0; text-transform: none; margin: 0; padding: 0; z-index: 100; } header ul .expand > ul { display: block; } header ul ul li { position: relative; display: block; color: #fff; font-size: 0.875em; } header ul ul li a { padding: 7px 14px; max-height: none; height: auto; } header ul ul ul { position: absolute; left: 100%; top: 0; margin: 0; background-color: #818181; border: none; border-radius: 0; } header.sticky { position: fixed; top:0; left: 0; right: 0; max-width: 100%; z-index: 1000; height: 46px; } header.sticky #logo { display: none; } header.sticky #menu-primary { position: relative; float: none; margin: 0; } @media (min-width: 1200px) { header { max-width: 1260px; width: 100%; margin: 0 auto; height: 100px; } header #logo { position: relative; width: auto; float: left; margin: 18px 0 -18px; } header #menu-primary { margin-top: 54px; position: absolute; right: 0; } } /* heading */ .heading { position: relative; display: block; background: #35aadc; color: #fff; margin: 0 0 45px; } .heading .container { position: relative; display: table; } .heading h1 { display: table-cell; vertical-align: middle; color: #fff; font-size: 44px; font-weight: 300; margin: 0; padding: 27px 0; line-height: 1.2; height: 158px; } .heading .nav { display: table-cell; width: 30%; margin: 0; color: #fff; font-size: 32px; vertical-align: middle; text-align: right; } .heading .nav a { color: #fff; margin: 0 12px; } .heading .nav .icon-angle-left { background-position: -240px -60px; width: 18px; height: 30px; } .heading .nav .icon-angle-right { background-position: -360px -60px; width: 18px; height: 30px; } /* time counter */ .timecounter { position: relative; border-radius: 6px; color: #fff; font-size: 34px; font-weight: 300; margin: 0; padding: 21px 32px; overflow: auto; background-color: #e83a56; } .timecounter:before { background: url("../images/icons.png"); background-position: 0 -60px; width: 37px; height: 37px; content: " "; position: absolute; left: 34px; top: 50%; margin-top: -18px; } .timecounter>div { display: table; width: 100%; height: 100%; } .timecounter .title, .timecounter .time { display: table-cell; vertical-align: middle; width: 50%; } .timecounter .title { padding-left: 65px; } .timecounter .time { text-align: center; } .timecounter .time span { font-size: 44px; display: inline-block; text-align: center; margin: 0 10px; line-height: 1.15em; } .timecounter .time span span { display: block; margin: 0; font-size: 18px; font-weight: 500; } /* forms */ input[type=text], textarea { font-size: 18px; background: #f1f1f1; border: none; box-sizing: border-box; padding: 0.9em; border-radius: 2px; outline: none; margin: 0 0 1em; } input.placeholder, textarea.placeholder { color: #6d6d6d; } /* buttons */ .btn { border-radius: 0; font-size: 16px; font-weight: 500; padding: 12px 30px; margin: 0 0 0.15em; transition: background .8s ease, opacity .8s ease; } .btn:active, .btn.active { -webkit-box-shadow: none; box-shadow: none; } .btn.btn-lg { font-size: 21px; padding: 17px 60px; } .btn.btn-sm, .btn.btn-xs { padding: 5px 10px; font-size: 12px; border-radius: 0; } .btn-primary { color: #ffffff; background-color: #35aadc; border-color: transparent; } .btn-primary:hover, .btn-primary:active, .btn-primary:focus { color: #ffffff; border-color: transparent; opacity: 0.8; } .btn-secondary { color: #fff; background-color: #e83a56; border-color: rgba(232,58,86,0.5); } .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus { color: #fff; background-color: #f19aa8; border-color: transparent; } .btn-header { min-width: 230px; text-transform: uppercase; vertical-align: top; } h2 + .btn-header { margin-top: -2em; } .btn-group-header { margin-top:-1em; text-transform: uppercase; } .btn-group-header .btn { width: 110px; } .btn-check { border-width: 2px; border-style: solid; padding: 3px 16px 4px; background-color: transparent; min-width: 110px; } .btn-check.btn-primary { border-color: #35aadc; color: #35aadc; } .btn-check.btn-primary.active, .btn-check.btn-primary:hover { color: #fff; background-color: #35aadc; } /* carousel */ .carousel { padding-bottom: 50px; } .carousel-indicators { bottom: 0; } .carousel-indicators .active { width: 17px; height: 17px; background-color: #919191; margin: 0 5px; } .carousel-indicators li { width: 17px; height: 17px; background-color: transparent; border: 1px solid #919191; border-radius: 17px; margin: 0 5px; } /* jumbotron */ .jumbotron { text-align: center; background: #ebebeb; background-repeat: no-repeat; background-size: cover; padding: 86px 0; } .container .jumbotron { border-radius: 0; } .jumbotron .bg { position: absolute; left:0; right: 0; height: 100%; z-index: 0; } .jumbotron h1 { font-size: 48px; font-weight: 300; color: #242424; margin: 0 0 19px; } .jumbotron .lead { color: #5b5959; font-size: 22px; font-weight: normal; margin-bottom: 0.5em; } /* scroll to top */ #scroll-up { display: none; position: fixed; top: 50%; right: 20px; font-size: 14px; font-weight: 300; color: #fff; width: 46px; height: 32px; line-height: 32px; background: #919191; text-align: center; text-decoration: none; z-index: 50; } #scroll-up:before { display: inline-block; background: url("../images/icons.png"); background-position: -90px -60px; width: 16px; height: 9px; content: " "; } /* backdrop */ #backdrop { display: none; position: fixed; background: #000; opacity: 0.7; top:0; left:0; right: 0; bottom: 0; z-index: 1; } /* LANDING - big image */ .landing { padding: 0; margin: 0; text-align: center; color: #fff; background: transparent; border-radius: 0; height: 752px; font-size: 30px; } .landing h1 { display: block; font-size: 80px; font-weight: 300; line-height: 1; letter-spacing: 0; text-transform: uppercase; padding: 89px 0 0; margin: 0 0 20px; } .landing h1 > span { display: block; max-height: 164px; } .landing .lead { height: 84px; text-transform: uppercase; font-size: 30px; } .landing .btn { margin: 22px 0 96px; } .landing .bg { position: absolute; left: 0; right: 0; height: 675px; background-repeat: no-repeat; background-size: cover; z-index: -1; } .landing .box { border-radius: 4px; height: 160px; text-align: left; padding: 40px 40px 40px 96px; box-sizing: border-box; opacity: .92; background: #35aadc; } .landing .box .box-inner { display: table; width: 100%; height: 100%; } .landing .box .box-inner>div { display: table-cell; vertical-align: middle; } .landing .box span { display: block; line-height: 1.2em; } .landing i[class^=icon] { position: absolute; top: 50%; left: 55px; margin-top: -18px; font-size: 36px; } .landing .box .sub { font-size: 16px; font-weight: 500; } .landing .box .title { font-size: 36px; font-weight: 300; } .landing .box .desc { font-size: 20px; font-weight: 500; } /* CONTENT ------- */ /* speakers */ .speakers { margin-left: -15px; margin-right: -15px; text-align: center; } .speakers.carousel { text-align: center; white-space: nowrap; } .speakers .speaker { display: inline-block; padding: 0 15px; margin: 15px -1.5px; width: 33.33333%; white-space: normal; /* safari inline-block fix */ display: -moz-inline-stack; vertical-align: top; } .speakers .speaker .speaker-inner { position: relative; display: block; padding: 40px 12px 20px; height: 387px; border-radius: 4px; text-align: center; text-decoration: none; overflow: hidden; line-height: 24px; background: #35aadc; } .speakers .speaker.featured .speaker-inner { background: #e83a56; } .speakers .speaker.featured .speaker-inner:after { position: absolute; top: 14px; right: 14px; display: block; content: " "; background: url("../images/icons.png"); background-position: -420px 0; width: 48px; height: 48px; z-index: 30; } .speakers .photo { display: block; width: 212px; max-width: 100%; margin: 0 auto 10px; z-index: 20; position: relative; } .speakers .photo img { max-width: 100%; border-radius: 180px; /*border: 2px solid #157eab;*/ box-shadow: 0px 0px 0px 2px #157eab; } .speakers .featured .photo img { border-color: #9d1127; box-shadow: 0px 0px 0px 2px #9d1127; } .speakers .name { display: table; font-size: 24px; font-weight: 500; color: #fff; height: 55px; width: 100%; margin: 0 0 20px; } .speakers .name>span{ display: table-cell; max-height: 55px; vertical-align: middle; text-align: center; } .speaker .description { display: block; text-align: center; color: #393939; font-size: 14px; font-weight: normal; line-height: normal; } .speakers .speaker .view { display: none; position: absolute; bottom: 0; left: 0; right: 0; line-height: 60px; color: #fff; background: #3f3f3f; font-size: 16px; font-weight: 500; z-index: 20; text-transform: uppercase; } .speakers .speaker .view [class^=icon] { margin: 1px 0 -2px 6px; } .speakers .speaker .speaker-inner:hover { color: #35aadc; } .speakers .speaker.featured .speaker-inner:hover { color: #e83a56; } .speakers .speaker .speaker-inner:hover:before { content: ""; position: absolute; top:0; left: 0; right: 0; bottom: 0; z-index: 10; background: #fff; opacity: 0.9; } .speakers .speaker .speaker-inner:hover .view { display: block; } .speakers .speaker .speaker-inner:hover .name { position: relative; color: inherit; z-index: 20; } /* connect with us */ .connect { position: relative; border-radius: 4px; box-shadow: none; -moz-box-shadow: none; color: #fff; font-size: 34px; font-weight: 300; padding: 20px 20px; margin: 0; background-color: #e83a56; } .connect:before { content: " "; background: url("../images/icons.png"); background-position: 0 -120px; width: 38px; height: 38px; position: absolute; left: 34px; top:50%; margin-top:-18px; } .connect .connect-inner { display: table; margin:0; padding: 0; width: 100%; min-height: 80px; } .connect .connect-inner>span { display: table-cell; width: 34%; height: 100%; padding-left:65px; vertical-align: middle; } .connect .links { display: table-cell; height: 100%; vertical-align: middle; margin: 0; padding: 0; text-align: center; } .connect .links a { display: inline-block; position: relative; font-size: 42px; width: 58px; height: 70px; color: #fff; text-decoration: none; text-align: center; line-height: 1; vertical-align: bottom; } .connect .links a i { display: block; height: 60px; width: 60px; position: relative; margin: 5px 0 0 5px; z-index: 10; } .connect .links a:hover:before { position: absolute; left: 0; top: 0; width: 70px; height: 70px; content: ""; opacity: .46; -moz-border-radius: 35px / 35px 35px 35px 35px; -webkit-border-radius: 35px / 35px 35px 35px 35px; border-radius: 35px / 35px 35px 35px 35px; background-clip: padding-box; background-color: #3f3f3f; z-index: 0; } /* sessions */ .sessions { margin-left: -15px; margin-right: -15px; } .sessions.carousel { text-align: center; white-space: nowrap; } .sessions .session { display: inline-block; padding: 0 15px; margin: 15px -1.5px; width: 33.33333%; white-space: normal; overflow: hidden; } .sessions .session .session-inner { position: relative; display: block; height: 402px; padding: 19px 19px 47px; border-radius: 4px; text-align: center; text-decoration: none; overflow: hidden; background: #ebebeb; color: #5b5959; } .sessions.condensed .session .session-inner { height: auto; } .sessions .session .title { display: table; color: #7a9e00; font-size: 20px; font-weight: 500; line-height: 22px; margin-bottom: 10px; text-transform: uppercase; height: 98px; } .sessions .session .title>span { display: table-cell; vertical-align: middle; max-height: 98px; } .sessions .session .desc { text-transform: uppercase; font-weight: 300; display: block; } .sessions .session .desc strong { text-transform: none; font-weight: bold; } .sessions .session .speakers-thumbs { display: block; margin: 16px -7px; width: 100%; height: 135px; text-align: center; overflow: hidden; z-index: 20; position: relative; float: left; } .sessions .session .speaker { position: relative; display: inline-block; width: 64px; height: 64px; margin: 2px 1px; padding: 0; } .sessions .session .speaker img { max-width: 100%; border-radius: 180px; /*border: 1px solid #157eab;*/ box-shadow: 0px 0px 0px 1px #157eab; } .sessions .session .speaker.featured img { border-color: #e83a56; box-shadow: 0px 0px 0px 1px #e83a56; } .sessions .session .more { position: absolute; bottom: 0; left: 0; right: 0; line-height: 47px; color: #fff; background: #3f3f3f; font-size: 16px; font-weight: 500; z-index: 20; padding: 0 19px; } .sessions .session .more i { margin: 2px 0 -2px 6px; } .sessions.condensed .session .more { line-height: 34px; } /* sessions - list */ .sessions.list { margin: 2px 0 0; clear: both; } .sessions.list .day-floating { position: relative; color: #3f3f3f; font-size: 21px; font-weight: 500; z-index: 40; margin-top:-2px; /*height: 60px;*/ background: #fff; } .sessions.list .day-floating > span { display: block; clear: both; border-top: 4px solid #35aadc; padding: 14px 0; max-height: 60px; background: #fff; border-bottom: 2px solid #d2d2d2; } .sessions.list .day-floating.fixed { position: fixed; top: 46px; left:0; right: 0; z-index: 30; } .sessions.list .day-floating.fixed.absolute { position: absolute; } .sessions.list .session { float: none; display: block; padding: 16px 0; margin: 0; width: 100%; border-bottom: 2px solid #d2d2d2; } .sessions.list .time { display: block; float: left; width: 20%; padding-right: 7%; color: #939393; font-size: 14px; font-weight: 300; } .sessions.list .session-inner { margin: 0; padding: 0; height: auto; width: auto; background: none; text-align: left; border-radius: 0; } .sessions.list .session .title { display: block; margin: 0; padding: 0 120px 0 0; height: auto; font-size: 16px; line-height: normal; } .sessions.list .session .location { color: #5b5959; font-size: 16px; font-weight: 300; margin: 0; } .sessions.list .session .speakers-thumbs { margin: 6px 0 0; height: auto; text-align: left; overflow: inherit; } .sessions.list .session .speaker { display: block; float: left; height: 54px; width: 20%; margin: 6px 0; padding: 0 16px 0 1px; color: #242424; font-size: 14px; font-weight: 500; text-decoration: none; } .sessions.list .session .speaker img { float: left; width: 54px; } .sessions.list .session .speaker .name { display: block; margin: 0 0 0 62px; padding: 0; height: 100%; } .sessions.list .session .speaker .name>span { display: table-cell; position: relative; vertical-align: middle; height: 54px; max-height: 54px; } .sessions.list .more { top: 0; right: 0; left: auto; bottom: auto; display: inline-block; float: right; line-height: 32px; width: auto; background-color: #3f3f3f; border: none; font-size: 14px; font-weight: normal; } /* sessions filtering */ .schedule ul ul { display: none; position: absolute; background-color: #3d3d3d; height: auto; min-width: 180px; text-align: left; border-radius: 0; text-transform: none; margin: 0; padding: 0; z-index: 100; margin-left: 3px; } .schedule ul li:hover > ul { display: block; } .schedule ul ul li { position: relative; display: block; color: #fff; padding: 3px 0; } .schedule ul ul li a { padding: 7px 14px; max-height: none; height: auto; } .schedule ul ul li a:hover { color:#fff; } /* single session */ .sessions.single { margin-left: 0; margin-right: 0; } .sessions.single .session { font-size: 16px; font-weight: 300; margin: 6px 0 0; padding: 0; overflow: inherit; width: 100%; color: #5b5959; } .sessions.single .session > span { display: block; text-transform: uppercase; } .sessions.single .session > span strong { text-transform: none; } .sessions.single .location strong { color: #35aadc; } .sessions.single .session .speakers-thumbs { display: block; margin: 0 -1em; padding: 1em 0; height: auto; text-align: left; } .sessions.single .session .speaker { display: block; float: left; width:100%; height: auto; margin: 0 0 6px; padding: 0 1em; font-size: 14px; font-weight: 500; line-height: 1; color: #242424; } .sessions.single .session .speaker img { max-width: 54px; margin: 0 0.5em 0 0; float: left; } .sessions.single .speaker .name { display: table; height: 54px; } .sessions.single .speaker .name>span { display: table-cell; vertical-align: middle; height: 54px; max-height: 54px; max-width: 70px; } .single-session-link { cursor: default; } /* mediabox */ .mediabox { margin-top: 2em; } .mediabox:after { content: ""; clear: both; } .mediabox a.post { position: relative; display: block; width: 25%; height: 245px; float: left; overflow: hidden; color: #fff; text-decoration: none; } .mediabox a.post .wrapper { display:inline-block; width:100%; text-align:center; line-height:245px; height:250px; vertical-align:top; } .mediabox a.post img { min-width: 100%; min-height: 100%; max-width: none; vertical-align: middle; /*margin:-100%;*/ vertical-align:middle; position:relative; z-index:-1; } .mediabox a.post .desc { display: none; position: absolute; top: 50%; left: 0; right: 0; text-align: center; font-size: 14px; font-weight: 500; line-height: normal; z-index: 20; } .mediabox a.post .desc strong { text-transform: uppercase; display: block; font-size: 20px; font-weight: 300; color: #35aadc; } .mediabox a.post:hover .desc { display: block; } .mediabox a.post:hover:after { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: " "; background: #000000; opacity: 0.7; z-index: 10; } .mediabox a.post:hover:before { position: absolute; top: 0; left: 50%; bottom: 0; text-align: center; margin-top: 65px; content: " "; display: inline-block; width: 50px; height: 50px; margin-left: -25px; background: url(../images/icons.png); background-position: -420px -60px; z-index: 11; } .mediabox a.post.video:hover:before { background-position: 0 -180px; width: 22px; height: 30px; margin-top: 70px; margin-left: -11px; } /* explore map */ .location { } .location .explore { background: #f1f1f1; padding: 0 4px; font-size: 16px; font-weight: 500; border-radius: 4px; overflow: hidden; height: 475px; text-align: center; color: #e73955; } .location .explore .heading { margin: 0 -4px 32px; padding: 19px 15px; color: #fff; text-align: center; text-transform: uppercase; font-size: 18px; font-weight: 500; background: #e73955; } .location .explore .heading a { color: #fff; text-decoration: none; } .location .explore .scrollable { height: 350px; overflow: auto; } .location .explore ul { list-style-type: none; margin: 25px 0 0; padding: 0; } .location .explore ul li a { display: block; padding: 4px 0; color: inherit; text-transform: uppercase; } .location .map { height: 475px; border-radius: 4px; border: 1px solid #e73955; overflow: hidden; } #tile_explore .map img{max-width: none !important;} /* articles */ .articles { margin-top: 0; } .articles article { padding-top: 16px; padding-bottom: 16px; } .articles article:after { content: ""; clear: both; } .articles article .image { float: left; width: 310px; height: 189px; border-radius: 4px; position: relative; overflow: hidden; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; } .articles article:hover .image, .articles article:hover .post-content { border-color: #e73955; } .articles article .image img { min-width: 100%; min-height: 100%; max-width: none; width: auto; height: auto; } .articles article .image .date { position: absolute; top: 13px; left: 13px; display: block; width: 54px; height: 74px; color: #fff; text-align: center; text-transform: uppercase; font-weight: 300; line-height: normal; padding: 4px 0 0; background-color: #e83a56; } .articles article .image .date span { display: block; } .articles article .image .date .day { font-size: 30px; margin: -4px 0; } .articles article .image .date .month { font-size: 16px; } .articles article .image .date .year { font-size: 12px; } .articles article .post-content { margin-left: 340px; border-radius: 0; border:1px solid transparent; box-sizing: border-box; } .articles article .post-content a { display: block; padding: 15px 21px; height: 189px; text-decoration: none; color: inherit; } .articles article .post-content .heading { display: block; font-weight: normal; font-size: 24px; margin: 0.5em 0; background: none; color: #e73955; line-height: 1.2; } .articles article .post-content .perex { display: block; font-size: 14px; color: #000; } /* vertical articles */ .articles.vertical { margin: -15px -15px 15px -15px; } .articles.vertical:after { content: " "; display: block; clear: both; } .articles.vertical article { width: 50%; padding: 15px; float: left; } .articles.vertical article:nth-child(2n-1) { clear: both; } .articles.vertical article .image { float: none; width: 100%; height: 188px; } .articles.vertical article .post-content { margin-left: 0; padding: 16px 21px; background: #f1f1f1; border: none; } .articles.vertical article .post-content a { padding: 0; height: auto; } .articles.vertical article .share { display: block; padding: 28px 0 0; } /* post */ .post-info { font-size: 16px; font-weight: 300; margin-top: 3em; } /* paging */ .nav-paging { clear: both; margin: 1em 0 0; } .nav-paging:after { content: " "; display: block; clear: both; } .nav-paging .nav-previous, .nav-paging .nav-next { padding: 0 15px; font-size: 24px; max-width: 50%; text-align: left; } .nav-paging .nav-next { text-align: right; } .nav-paging .nav-previous a, .nav-paging .nav-next a { color: #121212; } .nav-paging .nav-previous a:before { content: "« "; } .nav-paging .nav-next a:after { content: " »"; } /* contact us */ form.contact-us { padding-top: 1em; } form.contact-us input[type=text] { width: 100%; } form.contact-us textarea { width: 100%; height: 220px; resize: vertical; } /* facebook */ .facebook .fb-event { height: 291px; color: #fff; font-size: 18px; font-weight: 500; text-align: center; line-height: 2em; padding: 12% 8% 0; border-radius: 4px; } .facebook .fb-event .col { width: 33%; float: left; } .facebook .fb-event i { font-size: 50px; } .facebook .fb-event .num { display: block; margin: 17px 0 6px; font-size: 50px; font-weight: 300; } .facebook .fb-view { display: block; position: relative; width: 100%; height: 291px; padding: 231px 32px 15px; text-align: center; text-transform: uppercase; color: #fff; font-size: 18px; font-weight: 500; border-radius: 4px; } .facebook .fb-view i { font-size: 0.75em; } .facebook .fb-view .icon-facebook-alt { position: absolute; top: 50px; left: 45px; font-size: 50px; } /* twitter */ .twitter.row { margin-top: -15px; margin-bottom: -15px; } .twitter.row > div[class^=col] { padding-top: 15px; padding: 15px; } .twitter .view { display: block; position: relative; width: 100%; height: 291px; padding: 196px 32px 15px; text-align: center; text-transform: uppercase; color: #fff; font-size: 18px; font-weight: 500; border-radius: 4px; } .twitter .view .icon-twitter-alt { position: absolute; top: 50px; left: 45px; font-size: 50px; } .twitter .view a { display: block; color: inherit; margin-top: 12px; } .twitter .view a i { font-size: 0.75em; } .twitter .tweet { height: 291px; border:1px solid #4fc4f6; border-radius: 4px; padding: 22px; } .twitter .tweet .text { font-size: 18px; color: #000; margin: 1em 0; max-height: 150px; } .twitter .tweet .date { color: #5b5959; font-size: 14px; } .twitter .tweet.featured { padding: 64px 46px; } .twitter .tweet.featured .avatar { float: left; } .twitter .tweet.featured .text { font-size: 26px; margin: -12px 0 0 95px; } .twitter .tweet.featured .date { font-size: 20px; margin: 1em 0 0 95px; } /* sponsors */ .sponsors { margin-bottom: 2em; text-align: center; margin-left: -15px; margin-right: -15px; } .sponsors .sponsor { display: inline-block; text-align: left; vertical-align: middle; padding: 15px; margin-bottom: 1em; } .sponsors .sponsor img { max-width: 100%; } .sponsors-lg .sponsor { width: 33.3%; } .sponsors-md .sponsor { width: 25%; } .sponsors-sm .sponsor { width: 16.6%; } /* SIDEBAR -----------*/ .sidebar ul { list-style-type: none; margin: 0; padding: 0; } .sidebar ul li { list-style-type: none; margin: 0 0 40px; padding: 0; } .sidebar .tyler_comments_display h2 { font-size: 18px; font-weight: 500; color: #fff; text-align: center; text-transform: uppercase; background: #35aadc; padding: 25px; margin: 0 0 8px; border-radius: 4px; } .sidebar .tyler_comments_display h2:before { background: url("../images/icons.png"); background-position: -360px -120px; content: " "; height: 36px; width: 50px; display: inline-block; vertical-align: top; margin-bottom: -1em; } .sidebar .tyler_comments_display li a { display: block; border: 1px solid transparent; border-radius: 4px; padding: 24px 16px; margin: 8px 0; font-size: 18px; color: #313131; text-decoration: none; } .sidebar .tyler_comments_display li a:hover { border-color: #35aadc; } .sidebar .tyler_comments_display li .time { font-size: 16px; color: #e83a56; display: block; margin: 16px 0 0; } .sidebar .widget_text h2 { font-size: 18px; font-weight: 400; color: #e83a56; border-bottom: 1px solid #e83a56; border-radius: 0; background: none; padding: 0; margin: 0 0 14px; text-align: left; text-transform: uppercase; } .sidebar .widget_text h2 > span { position: relative; bottom: -8px; padding-right: 8px; display: inline-block; background: #fff; } .sidebar .widget_text li { padding: 8px 0; text-align: center; } /* COMMENTS */ .comments-area { margin: 2em 0; } .comments-area h2 { font-size: 18px; font-weight: 500; color: #fff; text-align: left; text-transform: uppercase; background: #35aadc; padding: 13px; margin: 0 0 12px; border-radius: 4px; } .comments-area h2:before { background: url("../images/icons.png"); background-position: -360px -120px; content: " "; height: 36px; width: 45px; display: inline-block; vertical-align: top; margin: -3px 0; } .comments-area form input, .comments-area form textarea { width: 100%; margin: 0 0 10px; } .comments-area form input[type=submit] { font-size: 24px; font-weight: 500; background: #e83a56; color: #fff; text-align: center; text-transform: uppercase; border: none; padding: 14px; } .comments-area .commentlist { position: relative; } .comments-area .commentlist:before { display: table; content: " "; } .comments-area .commentlist, .comments-area .commentlist .comment { display: block; list-style-type: none; margin: 0; padding: 0; } .comments-area .commentlist .comment { position: relative; padding: 0 0 1em; margin: 12px 0; font-size: 16px; } .commentlist .comment .comment-content { position: relative; border: 1px solid #35aadc; padding: 22px; border-radius: 4px; } .commentlist .comment .comment-content p { margin: 0; } .commentlist .comment .comment-content:after { display: block; content: " "; width: 16px; height: 16px; border: 1px solid #35aadc; border-top: 0; border-right: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; background: #fff; bottom: -9px; left: 22px; } .commentlist .comment .comment-meta { margin-top: 15px; font-weight: 500; color: #393939; } .commentlist .comment .comment-author .fn:after { content: ", "; } .commentlist .comment .comment-meta a { color: inherit; } .commentlist .comment .reply, .commentlist .comment .comment-author img, .commentlist .comment .comment-author .says { display: none; } /* FOOTER ------- */ footer { position: relative; z-index: 30; margin-top: 2em; border-top: 1px solid #d3d3d3; background: #393939; padding-top: 48px; } footer .col>div { color: #f1f1f1; padding: 34px 26px; } footer .col h4 { font-size: 18px; font-weight: normal; text-transform: uppercase; display: block; margin: 0 0 0.5em; } footer .col ul { list-style: none; margin: 0; padding: 0; } footer .col ul li a { font-size: 14px; color: #f1f1f1; } footer .credits { padding: 22px 15px; margin-top: 45px; font-size: 14px; background: #313131; text-align: center; color: #35aadc; } /* Footer Widget */ footer .ef_footer_text_columns h1, footer .ef_footer_text_columns h2, footer .ef_footer_text_columns h3 { color: #f1f1f1; } /* TWITTER FULLSCREEN ------- */ #twitter_fullscreen { padding: 172px 0 62px; text-align: center; } #twitter_fullscreen ul { margin: 0; padding: 0; } #twitter_fullscreen li { border: 1px solid #35aadc; border-radius: 10px; float: left; list-style: none; margin: 30px 2.06% 32px 0; min-height: 330px; padding: 60px 20px 20px; position: relative; width: 31.08%; height: 330px; } #twitter_fullscreen li span:before { content: ""; height: 82px; left: 50%; margin-left: -54px; position: absolute; top: -41px; width: 108px; } #twitter_fullscreen li:last-child { margin-right: 0; } #twitter_fullscreen li span { color: #121212; font-size: 18px; line-height: 32px; } #twitter_fullscreen li span + a { display: block; font-size: 18px; margin-top: 5px; } #twitter_fullscreen li a { color: #6d6d6d; } #twitter_fullscreen li a:hover { color: #6d6d6d; opacity: .5; } #twitter_fullscreen li:first-child { border: none; border-radius: 0; margin: 0 0 32px; min-height: inherit; padding: 0; width: 100%; height: auto;} #twitter_fullscreen li:first-child span { font-size: 42px; line-height: 52px; } #twitter_fullscreen li:first-child span:before { display: none; } #twitter_fullscreen li:first-child span + a { font-size: 22px !important; } #twitter_fullscreen li span a:hover {opacity:1;} .page-template-twitter-php header, .page-template-twitter-php footer { display:none; } .page-template-twitter-php #twitter_fullscreen {padding: 90px 0 62px; text-align: center; } .page-template-twitter-php #twitter_fullscreen li:first-child .avatar {display:none;} .page-template-twitter-php #twitter_fullscreen .avatar {width: 70px;position: absolute;top: 0;left: 40%;top: -29px; border-radius: 6px;} .page-template-twitter-php #twitter_fullscreen span:before {background-image: none;} /* EVENT ESPRESSO ------- */ .tkt-slctr-tbl{width:100%} .tkt-slctr-tbl thead th:nth-child(2){text-align:right;} /* MEDIA CUSTOMIZATION ------- */ .blueimp-gallery>.close { width: 100px; height: 100px; margin-top: 10px; margin-right: 50px; display: block; font-size: 150px; }
0.469277
0.167253
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; } .container { display: flex; justify-content: center; align-items: center; height: 18vh; } .content { border-radius: 15px; width: 100%; height: 100%; justify-content: space-between; align-items: center; position: relative; } .content::before { content: ""; position: absolute; background-color: #08bcfa; width: 40%; height: 100%; border-top-left-radius: 0px; border-bottom-left-radius: 0px; left: 0; } .title { font-size: 28px; font-weight: bold; text-transform: capitalize; } .title-primary { color: #fff; } .title-second { margin:6rem; color: #add8e6; } .title-seconds { margin:2rem; color: #add8e6; } .description { font-size: 14px; font-weight: 300; line-height: 30px; } .description-primary { color: #fff; } .description-second { color:white; } .btn { border-radius: 15px; text-transform: uppercase; color: #fff; font-size: 15px; font-weight: bold; width: 50%; align-self: center; border: none; margin-top: 1rem; height: 4rem; border: 0; border-radius: 8rem; cursor: pointer; align-items: center; justify-content: center; text-decoration: none; transition: 0.2s; margin-top: 3rem; } .btn-primary { background-color: transparent; border: 1px solid #fff; transition: background-color .5s; } .btn-primary:hover { background-color: #fff; border: 1px solid #08bcfa; color: #08bcfa; } .btn-second { width: 100%; background-color: #08bcfa; border: 1px solid #08bcfa; transition: background-color .5s; } .btn-second:hover { background-color: #fff; border: 1px solid #08bcfa; color: #08bcfa; } .first-content { display: flex; } .first-content .second-column { z-index: 11; } .first-column { text-align: center; width: 40%; z-index: 10; } .second-column { width: 60%; display: flex; flex-direction: column; align-items: center; } .social-media { margin: 1rem 0; } .link-social-media:not(:first-child){ margin-left: 10px; } .link-social-media .item-social-media { transition: background-color .5s; } .link-social-media:hover .item-social-media{ background-color: #c84e42; color: #fff; border-color: #c84e42; } .list-social-media { display: flex; list-style-type: none; } .item-social-media { border: 1px solid #c84e42; border-radius: 50%; width: 35px; height: 35px; line-height: 35px; text-align: center; color: #c84e42; } .form { display: flex; flex-direction: column; } .form input { height: 45px; width: 100%; border: none; background-color: #add8e6; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #add8e6 inset !important; -webkit-text-fill-color: #000 !important; } .label-input { background-color: #add8e6; display: flex; align-items: center; margin: 10px; } .icon-modify { padding: 0 5px; } /* second content*/ .second-content { position: absolute; display: flex; } .second-content .first-column { order: 2; z-index: -1; } .second-content .second-column { order: 1; z-index: -1; } .password { color: #<PASSWORD>; font-size: 14px; margin: 15px 0; text-align: center; } .password::first-letter { text-transform: capitalize; } .sign-in-js .first-content .first-column { z-index: -1; } .sign-in-js .second-content .second-column { z-index: 11; } .sign-in-js .second-content .first-column { z-index: 13; } .sign-in-js .content::before { left: 60%; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0px; border-bottom-right-radius: 0px; animation: slidein 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ z-index: 12; } .sign-up-js .content::before { animation: slideout 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ z-index: 12; } .sign-up-js .second-content .first-column, .sign-up-js .second-content .second-column { z-index: -1; } .sign-up-js .first-content .second-column { z-index: 11; } .sign-up-js .first-content .first-column { z-index: 13; } /* DESLOCAMENTO CONTEÚDO ATRÁS DO CONTENT:BEFORE*/ .sign-in-js .first-content .second-column { z-index: -1; position: relative; animation: deslocamentoEsq 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ } .sign-up-js .second-content .second-column { position: relative; z-index: -1; animation: deslocamentoDir 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ } /*ANIMAÇÃOO CSS PARA O CONTEÚDO*/ @keyframes deslocamentoEsq { from { left: 0; opacity: 1; z-index: 12; } 25% { left: -80px; opacity: .5; /* z-index: 12; NÃO HÁ NECESSIDADE */ } 50% { left: -100px; opacity: .2; /* z-index: 12; NÃO HÁ NECESSIDADE */ } to { left: -110px; opacity: 0; z-index: -1; } } @keyframes deslocamentoDir { from { left: 0; z-index: 12; } 25% { left: 80px; /* z-index: 12; NÃO HÁ NECESSIDADE*/ } 50% { left: 100px; /* z-index: 12; NÃO HÁ NECESSIDADE*/ /* background-color: yellow; Exemplo que dei no vídeo*/ } to { left: 110px; z-index: -1; } } /*ANIMAÇÃO CSS*/ @keyframes slidein { from { left: 0; width: 40%; } 25% { left: 5%; width: 50%; } 50% { left: 25%; width: 60%; } 75% { left: 45%; width: 50%; } to { left: 60%; width: 40%; } } @keyframes slideout { from { left: 60%; width: 40%; } 25% { left: 45%; width: 50%; } 50% { left: 25%; width: 60%; } 75% { left: 5%; width: 50%; } to { left: 0; width: 40%; } }
SistemaClinica/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; } .container { display: flex; justify-content: center; align-items: center; height: 18vh; } .content { border-radius: 15px; width: 100%; height: 100%; justify-content: space-between; align-items: center; position: relative; } .content::before { content: ""; position: absolute; background-color: #08bcfa; width: 40%; height: 100%; border-top-left-radius: 0px; border-bottom-left-radius: 0px; left: 0; } .title { font-size: 28px; font-weight: bold; text-transform: capitalize; } .title-primary { color: #fff; } .title-second { margin:6rem; color: #add8e6; } .title-seconds { margin:2rem; color: #add8e6; } .description { font-size: 14px; font-weight: 300; line-height: 30px; } .description-primary { color: #fff; } .description-second { color:white; } .btn { border-radius: 15px; text-transform: uppercase; color: #fff; font-size: 15px; font-weight: bold; width: 50%; align-self: center; border: none; margin-top: 1rem; height: 4rem; border: 0; border-radius: 8rem; cursor: pointer; align-items: center; justify-content: center; text-decoration: none; transition: 0.2s; margin-top: 3rem; } .btn-primary { background-color: transparent; border: 1px solid #fff; transition: background-color .5s; } .btn-primary:hover { background-color: #fff; border: 1px solid #08bcfa; color: #08bcfa; } .btn-second { width: 100%; background-color: #08bcfa; border: 1px solid #08bcfa; transition: background-color .5s; } .btn-second:hover { background-color: #fff; border: 1px solid #08bcfa; color: #08bcfa; } .first-content { display: flex; } .first-content .second-column { z-index: 11; } .first-column { text-align: center; width: 40%; z-index: 10; } .second-column { width: 60%; display: flex; flex-direction: column; align-items: center; } .social-media { margin: 1rem 0; } .link-social-media:not(:first-child){ margin-left: 10px; } .link-social-media .item-social-media { transition: background-color .5s; } .link-social-media:hover .item-social-media{ background-color: #c84e42; color: #fff; border-color: #c84e42; } .list-social-media { display: flex; list-style-type: none; } .item-social-media { border: 1px solid #c84e42; border-radius: 50%; width: 35px; height: 35px; line-height: 35px; text-align: center; color: #c84e42; } .form { display: flex; flex-direction: column; } .form input { height: 45px; width: 100%; border: none; background-color: #add8e6; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #add8e6 inset !important; -webkit-text-fill-color: #000 !important; } .label-input { background-color: #add8e6; display: flex; align-items: center; margin: 10px; } .icon-modify { padding: 0 5px; } /* second content*/ .second-content { position: absolute; display: flex; } .second-content .first-column { order: 2; z-index: -1; } .second-content .second-column { order: 1; z-index: -1; } .password { color: #<PASSWORD>; font-size: 14px; margin: 15px 0; text-align: center; } .password::first-letter { text-transform: capitalize; } .sign-in-js .first-content .first-column { z-index: -1; } .sign-in-js .second-content .second-column { z-index: 11; } .sign-in-js .second-content .first-column { z-index: 13; } .sign-in-js .content::before { left: 60%; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0px; border-bottom-right-radius: 0px; animation: slidein 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ z-index: 12; } .sign-up-js .content::before { animation: slideout 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ z-index: 12; } .sign-up-js .second-content .first-column, .sign-up-js .second-content .second-column { z-index: -1; } .sign-up-js .first-content .second-column { z-index: 11; } .sign-up-js .first-content .first-column { z-index: 13; } /* DESLOCAMENTO CONTEÚDO ATRÁS DO CONTENT:BEFORE*/ .sign-in-js .first-content .second-column { z-index: -1; position: relative; animation: deslocamentoEsq 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ } .sign-up-js .second-content .second-column { position: relative; z-index: -1; animation: deslocamentoDir 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/ } /*ANIMAÇÃOO CSS PARA O CONTEÚDO*/ @keyframes deslocamentoEsq { from { left: 0; opacity: 1; z-index: 12; } 25% { left: -80px; opacity: .5; /* z-index: 12; NÃO HÁ NECESSIDADE */ } 50% { left: -100px; opacity: .2; /* z-index: 12; NÃO HÁ NECESSIDADE */ } to { left: -110px; opacity: 0; z-index: -1; } } @keyframes deslocamentoDir { from { left: 0; z-index: 12; } 25% { left: 80px; /* z-index: 12; NÃO HÁ NECESSIDADE*/ } 50% { left: 100px; /* z-index: 12; NÃO HÁ NECESSIDADE*/ /* background-color: yellow; Exemplo que dei no vídeo*/ } to { left: 110px; z-index: -1; } } /*ANIMAÇÃO CSS*/ @keyframes slidein { from { left: 0; width: 40%; } 25% { left: 5%; width: 50%; } 50% { left: 25%; width: 60%; } 75% { left: 45%; width: 50%; } to { left: 60%; width: 40%; } } @keyframes slideout { from { left: 60%; width: 40%; } 25% { left: 45%; width: 50%; } 50% { left: 25%; width: 60%; } 75% { left: 5%; width: 50%; } to { left: 0; width: 40%; } }
0.298696
0.098686