PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
themes
/
tryo
/
assets
/
css
/* @File: Tryo Theme Styles * This file contains the styling for the actual template, this is the file you need to edit to change the look of the template. This files table contents are outlined below >>>>> ******************************************* ******************************************* ** - Default CSS ** - Preloader Area CSS ** - Navbar Area CSS ** - Main Banner Area CSS ** - About Area CSS ** - Featured Boxes Area CSS ** - Services Area CSS ** - Comparisons Area CSS ** - Features Area CSS ** - How It Works Area CSS ** - Team Area CSS ** - Invoicing Area CSS ** - Information Area CSS ** - Pricing Area CSS ** - FunFacts Area CSS ** - Feedback Area CSS ** - Ready To Talk Area CSS ** - Partner Area CSS ** - App Download Area CSS ** - Account Create Area CSS ** - Blog Area CSS ** - Blog Details Area CSS ** - Page Title Area CSS ** - Pagination Area CSS ** - Widget Sidebar Area CSS ** - 404 Error Area CSS ** - FAQ Area CSS ** - Contact Area CSS ** - Footer Area CSS ** - Go Top CSS */ /*================================================ Default CSS =================================================*/ $main-font-family: 'Roboto', sans-serif; $optional-font-family: 'Raleway', sans-serif; $font-size: 16px; $main-color: #ee0979; $main-gradient-color: linear-gradient(90deg, rgba(238,9,121,1) 0%, rgba(255,106,0,1) 100%);; $optional-color: #44ce6f; $optional-gradient-color: linear-gradient(135deg, #23bdb8 0%, #43e794 100%); $white-color: #ffffff; $black-color: #0e314c; $paragraph-color: #57647c; $transition: .5s; body { padding: 0; margin: 0; font: { family: $main-font-family; size: $font-size; } overflow-x: hidden; } img { max-width: 100%; height: auto; } .dropdown-toggle::after { margin-left: 0; vertical-align: 0; font-size: 10px; content: "\f078"; margin-left: 5px; font-family: "Font Awesome 5 Free"; font-weight: 700; border-top: 0; border-right: 0; border-left: 0; } .d-table { width: 100%; height: 100%; &-cell { vertical-align: middle; } } a { color: $black-color; text-decoration: none; transition: $transition; display: inline-block; outline: 0 !important; &:hover { text-decoration: none; } } button { outline: 0 !important; } .ptb-70 { padding: { top: 80px; bottom: 80px; } } .pt-70 { padding-top: 80px; } .pb-40 { padding-bottom: 50px; } .bg-f7fafd { background-color: #f7fafd; } .bg-f6f4f8 { background-color: #f6f4f8; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: $optional-font-family; font-weight: 600; } p { line-height: 1.7; margin-bottom: 15px; font: { weight: 300; size: $font-size; } &:last-child { margin-bottom: 0; } } /*btn btn-primary*/ .btn { font-weight: 500; border: none; padding: 14.5px 30px; text-transform: uppercase; font-size: 14px; line-height: initial; border-radius: 4px; transition: $transition; position: relative; z-index: 1; &.disabled, &:disabled { opacity: 1; } } .btn-primary { background-color: transparent; &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; border-radius: 4px; transition: $transition; } &::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; border-radius: 4px; transition: $transition; opacity: 0; visibility: hidden; } &:hover, &:focus { background-color: transparent !important; color: $white-color !important; box-shadow: unset !important; &::before { opacity: 0; visibility: hidden; } &::after { opacity: 1; visibility: visible; } } } /*section-title*/ .section-title { text-align: center; max-width: 720px; margin: { left: auto; right: auto; bottom: 30px; top: -9px; } h2 { margin-bottom: 0; font: { size: 40px; } } .bar { height: 5px; width: 90px; background: #cdf1d8; margin: 15px auto 20px; position: relative; border-radius: 30px; &::before { content: ''; position: absolute; left: 0; top: -2.6px; height: 10px; width: 10px; border-radius: 50%; animation-duration: 3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-name: MOVE-BG; } } p { max-width: 500px; margin: { left: auto; right: auto; bottom: 0; } } } /*form-control*/ .form-control { height: 50px; padding: 0 15px; font-size: $font-size; line-height: 50px; color: $black-color; border: 1px solid #eeeeee; border-radius: 0; transition: $transition; &:focus { box-shadow: unset !important; } } /*================================================ Preloader Area CSS =================================================*/ .preloader { position: fixed; width: 100%; height: 100%; z-index: 99999; top: 0; left: 0; .loader { position: absolute; top: 43%; left: 0; right: 0; transform: translateY(-43%); text-align: center; margin: 0 auto; width: 50px; height: 50px; } .box { width: 100%; height: 100%; background: $white-color; animation: animate .5s linear infinite; position: absolute; top: 0; left: 0; border-radius: 3px; } .shadow { width: 100%; height: 5px; background: #000; opacity: 0.1; position: absolute; top: 59px; left: 0; border-radius: 50%; animation: shadow .5s linear infinite; } } @keyframes loader { 0% { left: -100px } 100% { left: 110%; } } @keyframes animate { 17% { border-bottom-right-radius: 3px; } 25% { transform: translateY(9px) rotate(22.5deg); } 50% { transform: translateY(18px) scale(1,.9) rotate(45deg); border-bottom-right-radius: 40px; } 75% { transform: translateY(9px) rotate(67.5deg); } 100% { transform: translateY(0) rotate(90deg); } } @keyframes shadow { 50% { transform: scale(1.2,1); } } /*================================================ Navbar Area CSS =================================================*/ .hide-adminbar .is-sticky { margin-top: 32px; } .hide-adminbar { margin-top: 25px; } .luvion-responsive-nav { display: none; } .navbar-brand { padding: { top: 0; bottom: 0; } img { transition: $transition; &:nth-child(2) { display: none; } } h2 { &:nth-child(2) { display: none; } color: #fff; font-size: 28px; margin-bottom: 0; text-transform: uppercase; font-weight: 800; letter-spacing: 2px; } } .luvion-nav { background-color: transparent; padding: { top: 0; bottom: 0; right: 0; left: 0; } .navbar { padding: { right: 0; top: 0; left: 0; bottom: 0; } ul { padding-left: 0; list-style-type: none; margin-bottom: 0; } .navbar-nav { font-family: $optional-font-family; margin-left: auto; .nav-item { position: relative; padding: { top: 10px; bottom: 10px; left: 0; right: 0; } a { font: { size: 17px; weight: 400; } text-transform: capitalize; padding: { left: 0; right: 0; top: 0; bottom: 0; } margin: { left: 15px; right: 15px; } i { font-size: 10px; margin-left: 1px; } border-bottom: 1px solid transparent; &:hover { border-bottom: 1px solid; } } &:last-child { a { margin-right: 0; } } &:first-child { a { margin-left: 0; } } .dropdown-menu { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); background: $white-color; position: absolute; border: none; top: 80px; left: 0; width: 270px; z-index: 99; display: block; opacity: 0; visibility: hidden; border-radius: 0; transition: all 0.3s ease-in-out; padding: { top: 15px; left: 0; right: 0; bottom: 15px; } li { padding: { left: 0; right: 0; top: 0; bottom: 0; } a { text-transform: capitalize; padding: 5px 25px; margin: 0; color: $black-color; line-height: 1.6; border: none; font: { size: 15px; weight: 400; } &:hover { // padding-left: 25px; background-color: transparent !important; } } .dropdown-menu { left: -100%; top: 0; opacity: 0; visibility: hidden; li { a { color: $black-color; } .dropdown-menu { left: 220px; top: 0; opacity: 0; visibility: hidden; li { a { color: $black-color; } .dropdown-menu { left: -250px; top: 0; opacity: 0; visibility: hidden; li { a { color: $black-color; } .dropdown-menu { left: -250px; top: 0; opacity: 0; visibility: hidden; li { a { color: $black-color; } .dropdown-menu { left: -250px; top: 0; opacity: 0; visibility: hidden; li { a { color: $black-color; } .dropdown-menu { left: -250px; top: 0; opacity: 0; visibility: hidden; li { a { color: $black-color; } } } &:hover { .dropdown-menu { opacity: 1; visibility: visible; top: -15px; } } } } &:hover { .dropdown-menu { opacity: 1; visibility: visible; top: -15px; } } } } &:hover { .dropdown-menu { opacity: 1; visibility: visible; top: -15px; } } } } &:hover { .dropdown-menu { opacity: 1; visibility: visible; top: -15px; } } } } &:hover { .dropdown-menu { opacity: 1; visibility: visible; top: -15px; } } } } &:hover { .dropdown-menu { opacity: 1; visibility: visible; top: -15px; } } } } &:hover { .dropdown-menu { opacity: 1; visibility: visible; top: 100%; } } } .dropdown-item { white-space: inherit; } } .others-options { margin-left: 25px; .cart-btn { display: inline-block; position: relative; top: 0; color: $white-color; } .login-btn { color: $white-color; font: { size: 17px; weight: 400; family: $optional-font-family; } i { margin-right: 2px; color: #eae563; } } } } .dropdown-item.active, .dropdown-item:active { background-color: transparent; } } .header-area { position: absolute; left: 0; top: 0; z-index: 999; width: 100%; height: auto; } .navbar-area { /*position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index: 999; */ background-color: transparent; transition: $transition; padding: { top: 20px; bottom: 20px; } &.is-sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06); background-color: $white-color !important; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; transition: $transition; .navbar-brand { img { &:nth-child(1) { display: none; } &:nth-child(2) { display: block; } } h2 { color: #0e314c; padding: 23px 0; } } .luvion-nav { .navbar { .navbar-nav { .nav-item { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } } } } } } } } } } } } } } } } } .others-options { .login-btn { color: $black-color; } .cart-btn { color: $black-color; } } } } } &.navbar-style-two { .navbar-brand { img { display: block !important; } h2 { color: $black-color; } } .luvion-nav { .navbar { .navbar-nav { .nav-item { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } .dropdown-menu { li { a { color: $black-color; } } } } } } } } } } } } } } } } } } .others-options { .login-btn { color: $black-color; i { color: $black-color; } } .cart-btn { color: $black-color; i { color: $black-color; } } } } } } .navbar-area.is-sticky { padding-top: 0; padding-bottom: 0; .luvion-nav { .navbar { .navbar-nav { .nav-item { padding-top: 25px; padding-bottom: 25px; .dropdown-menu { margin: 0; .nav-item { padding-top: 0; padding-bottom: 0; } } } } } } } // Mobile and iPad Navbar @media only screen and (max-width: 991px) { .luvion-responsive-nav { display: block; .luvion-responsive-menu { position: relative; &.mean-container { .mean-nav { ul { font-size: 14px; li { li { a { font-size: 13.5px; } } } } } .navbar-nav { overflow-y: scroll; height: 350px; box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1); } } } .logo { position: relative; width: 50%; z-index: 999; a { img { max-width: 90px; &:nth-child(1) { display: none; } } h2 { &:nth-child(1) { display: none; } margin-bottom: 0; color: $black-color; font-weight: 800; margin-top: 0; text-transform: uppercase; letter-spacing: 2px; } } } .others-options { position: absolute; right: 52px; top: 3px; .login-btn { font: { size: $font-size; weight: 400; family: $optional-font-family; } i { margin-right: 2px; color: #eae563; } } .cart-btn { margin-right: 10px; } } } .navbar-area { background-color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.09); padding: { top: 15px; bottom: 15px; } &.is-sticky { border-bottom: none; box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1); .luvion-responsive-nav { .logo { a { img { &:nth-child(1) { display: none; } &:nth-child(2) { display: block; } } } } .others-options { .login-btn { color: $black-color; } } } } &.navbar-style-two { .luvion-responsive-nav { .mean-container { a { &.meanmenu-reveal { color: $black-color; span { background: $black-color; } } } } .logo { a { img { display: inline-block !important; } } } .others-options { .login-btn { color: $black-color; } } } } } .luvion-nav { display: none; } } /*================================================ Main Banner Area CSS =================================================*/ .main-banner { height: 100vh; background: { image: url(../../assets/img/main-banner1.jpg); position: center center; size: cover; repeat: no-repeat; } } .main-banner-content { margin-top: -20px; max-width: 600px; h1 { margin-bottom: 0; color: $white-color; font-size: 52px; font-weight: bold; } p { color: $white-color; font: { family: $optional-font-family; size: 18px; } max-width: 400px; margin: { top: 20px; bottom: 0; } } } .banner-btn { margin-top: 30px; overflow: hidden; .btn { margin-right: 15px; float: left; height: 46px; } .video-btn { display: inline-block; position: relative; height: 46px; float: left; border: none; z-index: 1; color: $white-color; border-radius: 4px; padding: 14.5px 30px; text-transform: uppercase; line-height: initial; font: { weight: 500; size: 14px; } i { margin-right: 3px; } &::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; border-radius: 4px; transition: $transition; } &::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; border-radius: 4px; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::after { opacity: 1; visibility: visible; } &::before { opacity: 0; visibility: hidden; } } } } .main-banner-section { height: 850px; background: { image: url(../../assets/img/main-banner2.jpg); position: center center; size: cover; repeat: no-repeat; } } .banner-content { margin-top: -50px; padding-right: 30px; h1 { margin-bottom: 0; color: $white-color; font-size: 52px; font-weight: bold; } p { color: $white-color; font: { family: $optional-font-family; size: 18px; } max-width: 400px; margin: { top: 20px; bottom: 0; } } } .money-transfer-form { background-color: $white-color; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); position: relative; z-index: 1; padding: 30px; border-radius: 5px; margin: { top: -50px; } &::before { content: ''; position: absolute; z-index: -1; background: $white-color; width: 96%; opacity: .62; height: 50%; bottom: -10px; left: 0; right: 0; margin: auto; border-radius: 3px; } &::after { content: ''; position: absolute; z-index: -1; background: $white-color; width: 96%; opacity: .62; height: 50%; top: -10px; left: 0; right: 0; margin: auto; border-radius: 3px; } h3 { text-align: center; margin-bottom: 20px; } form { text-align: center; .form-group { margin-bottom: 15px; position: relative; padding: 36px 10px 12px 15px; border-radius: 5px; .amount-currency-select { right: 0; top: 0; position: absolute; height: 100%; } label { position: absolute; left: 15px; top: 10px; color: #f9f9f9; margin-bottom: 0; display: block; font: { weight: 300; size: 13.5px; } } .form-control { background-color: transparent; border: none; padding-left: 0; height: auto; line-height: initial; padding-right: 95px; color: #fff; font: { size: 17px; weight: 500; } &::placeholder { color: $white-color; } } } .currency-info { margin: { bottom: 25px; top: 25px; } text-align: left; position: relative; padding: { top: 5px; bottom: 5px; left: 20px; } .bar { height: 100%; width: 2px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); &::before { width: 6px; height: 6px; border-radius: 50%; content: ''; position: absolute; top: -1px; left: -2px; } &::after { width: 6px; height: 6px; border-radius: 50%; content: ''; position: absolute; bottom: -1px; left: -2px; } } span { display: inline-block; font-size: 14px; strong { color: $black-color; } &:last-child { margin-left: 15px; } } } .money-transfer-info { font-size: 14px; strong { display: block; margin-top: 3px; color: $black-color; font-size: 16px; } } button { margin-top: 15px; } .terms-info { margin-top: 20px; p { font-size: 15px; a { display: inline-block; color: $black-color; } } } } } .banner-section { position: relative; z-index: 1; background: transparent url(../../assets/img/shape-bg.png) left bottom no-repeat; padding: { top: 160px; } } .hero-content { margin-top: -50px; h1 { margin-bottom: 0; font-size: 52px; font-weight: bold; } p { font: { family: $optional-font-family; size: 18px; } max-width: 400px; margin: { top: 20px; bottom: 0; } } .btn { margin-top: 30px; } } .hero-image { text-align: center; position: relative; z-index: 1; .main-image { img { &:nth-child(2) { position: absolute; left: -30px; bottom: 60px; border-radius: 5px; } &:nth-child(3) { position: absolute; right: -80px; top: 110px; } } } .main-mobile-image { display: none; } .circle-image { position: absolute; left: 0; right: 0; top: -15px; margin: 0 auto; z-index: -1; } .video-btn { display: inline-block; position: absolute; z-index: 1; color: $white-color; border-radius: 30px; padding: 10px 25px; bottom: 55px; left: 50%; transform: translateX(-50%); font: { family: $optional-font-family; weight: 500; size: $font-size; } i { margin-right: 2px; } &::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; border-radius: 30px; transition: $transition; } &::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; border-radius: 30px; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::after { opacity: 1; visibility: visible; } &::before { opacity: 0; visibility: hidden; } } } } /*================================================ About Area CSS =================================================*/ .about-content { padding-right: 25px; span { display: block; margin-bottom: 10px; text-transform: uppercase; font: { size: 12.5px; family: $optional-font-family; weight: 500; } } h2 { font: { size: 40px; } } p { line-height: 1.8; color: #5d7079; margin: { bottom: 0; top: 12px; } } } .about-image { position: relative; .video-btn { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); width: 60px; height: 60px; line-height: 61px; text-align: center; border-radius: 50%; color: $white-color; font-size: 23px; z-index: 1; &::after { z-index: -1; content: ''; position: absolute; left: 0; top: 0; width: 60px; height: 60px; animation: ripple 1.9s ease-out infinite; opacity: 0; border-radius: 50%; background: rgba(255, 255, 255, .5); } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; border-radius: 50%; transition: $transition; } &:hover { &::before { opacity: 0; visibility: hidden; } } } } @keyframes ripple { 0%, 35% { transform: scale(0); opacity: 1; } 50% { transform: scale(1.5); opacity: 0.8; } 100% { opacity: 0; transform: scale(2); } } /*================================================ Featured Boxes Area CSS =================================================*/ .featured-boxes-area { position: relative; z-index: 1; margin-top: -100px; } .featured-boxes-inner { background-color: $white-color; border-radius: 5px; box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10); .col-lg-3 { border-right: 1px solid #eeeeee; &:last-child { border-right: none; } } } .single-featured-box { text-align: center; position: relative; padding: 115px 25px 40px 25px; overflow: hidden; .icon { transition: .4s; position: absolute; top: 40px; left: 50%; transform: translate(-50%, 0); margin: { top: -12px; } i { &::before { font-size: 55px; } } &.color-fb7756 { color: #fb7756; } &.color-facd60 { color: #facd60; } &.color-1ac0c6 { color: #1ac0c6; } } h3 { transition: .4s; margin-bottom: 0; font: { size: 20px; } } p { transition: .4s; font-size: 15px; margin: { top: 10px; bottom: 0; } } .read-more-btn { -webkit-background-clip: text !important; -webkit-text-fill-color: transparent; display: inline-block; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: .6; font: { size: $font-size; weight: 400; } &::before { content: ''; position: absolute; left: 0; bottom: 1px; width: 0; transition: $transition; height: 1px; } &:hover { &::before { width: 100%; } } } &:hover { .icon { top: 23px; animation: iconTop 0.4s ease-in-out; } h3 { transform: translateY(-20px); } p { transform: translateY(-20px); } .read-more-btn { opacity: 1; visibility: visible; bottom: 23px; } } } @keyframes iconTop { 0% { transform: translate(-50%, 0); } 25% { opacity: 0; transform: translate(-50%, -70%); } 50% { opacity: 0; transform: translate(-50%, -40%); } 100% { opacity: 1; transform: translate(-50%, 0); } } /*================================================ Services Area CSS =================================================*/ .services-area { position: relative; z-index: 1; overflow: hidden; } .overview-box { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center!important; align-items: center!important; .overview-content { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; .content { max-width: 555px; padding-left: 0; .sub-title { display: block; margin-bottom: 10px; text-transform: uppercase; font: { size: 12.5px; family: $optional-font-family; weight: 500; } } &.left-content { margin-left: auto; padding: { right: 20px; left: 0; } } h2 { margin-bottom: 0; font: { size: 40px; } } .bar { height: 5px; width: 90px; background: #cdf1d8; margin: 20px 0 25px; position: relative; border-radius: 30px; &::before { content: ''; position: absolute; left: 0; top: -2.7px; height: 10px; width: 10px; border-radius: 50%; animation-duration: 3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-name: MOVE-BG; } } .services-list { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center!important; align-items: center!important; padding-left: 0; list-style-type: none; margin: { left: -15px; right: -15px; bottom: 0; top: -5px; } li { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: { top: 20px; left: 15px; right: 15px; } span { display: block; position: relative; background-color: $white-color; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); z-index: 1; border-radius: 5px; transition: $transition; padding: { right: 15px; top: 10px; bottom: 10px; left: 35px; } font: { size: 15px; weight: 400; } i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); transition: $transition; &::before { font-size: 12px; } } &::before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 0; height: 100%; border-radius: 5px; transition: $transition; } &:hover { color: $white-color; i { color: $white-color; } &::before { width: 100%; } } } } } .features-list { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center!important; align-items: center!important; padding-left: 0; list-style-type: none; margin: { left: -15px; right: -15px; bottom: 0; top: -5px; } li { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: { top: 15px; left: 15px; right: 15px; } span { display: block; position: relative; padding: { left: 31px; } font: { size: 14px; weight: 400; } i { position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: $white-color; transition: $transition; width: 22px; height: 20px; text-align: center; line-height: 18px; border-radius: 3px; &::before { font-size: 10px; } } } } } .btn { margin-top: 35px; } } } .overview-image { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; .image { text-align: center; position: relative; z-index: 1; .circle-img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1; right: 0; margin: 0 auto; img { animation-name: rotateMe; animation-duration: 35s; animation-iteration-count: infinite; animation-timing-function: linear; } } } } } @keyframes MOVE-BG { from { transform: translateX(0); } to { transform: translateX(88px); } } @keyframes rotateMe { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .automated-accounting-section { .overview-box .overview-content .content { padding-left: 40px; } } /*================================================ Comparisons Area CSS =================================================*/ .comparisons-area { .elementor-element-populated { padding-top: 0 !important; padding-bottom: 0 !important; } } .comparisons-table { background-color: $white-color; box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05); overflow: hidden; table { margin-bottom: 0; text-align: center; thead { th { vertical-align: middle; border: none; color: $white-color; padding: 16px 20px; font: { family: $optional-font-family; size: 19px; weight: 400; } &:nth-child(1) { text-align: left; padding-left: 50px; } } } tbody { td { vertical-align: middle; color: $black-color; padding: 16px 20px; border-color: #eeeeee; font: { family: $optional-font-family; size: $font-size; weight: 400; } &:nth-child(1) { text-align: left; padding-left: 50px; } i { width: 20px; height: 20px; line-height: 17px; border-radius: 100%; color: $white-color; display: block; margin: 0 auto; &::before { font-size: 8px; } } } tr { &:nth-child(1), &:nth-child(8) { td { i { background-color: #facd60; } } } &:nth-child(2), &:nth-child(9) { td { i { background-color: #44cd6f; } } } &:nth-child(3), &:nth-child(10) { td { i { background-color: #fd6c28; } } } &:nth-child(5), &:nth-child(12) { td { i { background-color: #1ac0c6; } } } &:nth-child(6), &:nth-child(13) { td { i { background-color: #f45271; } } } &:nth-child(7), &:nth-child(14) { td { i { background-color: #fd6d27; } } } } } } } /*================================================ Features Area CSS =================================================*/ .single-features-box { margin-bottom: 30px; background-color: $white-color; border-radius: 5px; transition: $transition; position: relative; z-index: 1; padding: 30px; text-align: center; .icon { width: 65px; height: 65px; text-align: center; line-height: 65px; background-color: rgba(231, 70, 69, .20); border-radius: 50%; transition: $transition; margin-bottom: 20px; margin-left: auto; margin-right: auto; i { &::before { font-size: 30px; } } &.bg-f78acb { background-color: rgba(247, 138, 203, 0.3); color: #f78acb; } &.bg-cdf1d8 { background-color: #cdf1d8; } &.bg-c679e3 { color: #c679e3; background: #edc3fc; } &.bg-eb6b3d { color: #eb6b3d; background: rgba(235, 107, 61, 0.3); } } h3 { margin-bottom: 0; transition: $transition; font: { size: 20px; } a { display: inline-block; &:hover { color: #fff; } } } p { font-size: 15.5px; transition: $transition; margin: { top: 10px; bottom: 0; } } &::before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 0; height: 100%; border-radius: 5px; transition: $transition; } &:hover { transform: translateY(-10px); &::before { width: 100%; } .icon { transform: rotate(360deg); background-color: $white-color; } h3 { a { color: $white-color !important; } } p { color: $white-color; } } } .features-box-list { margin-left: auto; max-width: 425px; .col-lg-12 { &:last-child { .features-box { margin-bottom: 0; } } } } .features-box { margin-bottom: 20px; background-color: $white-color; transition: $transition; position: relative; z-index: 1; padding: { top: 35px; bottom: 35px; right: 25px; left: 110px; } .icon { width: 65px; height: 65px; text-align: center; line-height: 65px; background-color: rgba(231, 70, 69, .20); border-radius: 50%; transition: $transition; position: absolute; left: 25px; top: 35px; i { &::before { font-size: 30px; } } &.bg-f78acb { background-color: rgba(247, 138, 203, 0.3); color: #f78acb; } &.bg-cdf1d8 { background-color: #cdf1d8; } &.bg-c679e3 { color: #c679e3; background: #edc3fc; } &.bg-eb6b3d { color: #eb6b3d; background: rgba(235, 107, 61, 0.3); } } h3 { margin-bottom: 0; transition: $transition; font: { size: 20px; } a { display: inline-block; } } p { font-size: 15px; transition: $transition; margin: { top: 10px; bottom: 0; } } &::before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 2px; height: 100%; transition: $transition; } &:hover { transform: translateY(-10px); &::before { width: 100%; } .icon { transform: rotate(360deg); background-color: $white-color; } h3 { color: $white-color; a { color: $white-color; } } p { color: $white-color; } } } .features-image { text-align: center; } /*================================================ How It Works Area CSS =================================================*/ .how-it-works-area { padding-bottom: 50px; .elementor-element-populated { padding-top: 0 !important; padding-bottom: 0 !important; } } .single-how-it-works { text-align: center; background-color: $white-color; margin-bottom: 30px; box-shadow: 0 7px 20px rgba(0, 0, 0, 0.03); padding: 35px 25px; border-radius: 5px; transition: $transition; border: 1px solid #efefef; img { display: inline-block; margin-bottom: 20px; } h3 { margin-bottom: 0; font: { size: 20px; } } p { margin: { top: 10px; bottom: 0; } } &:hover { transform: translateY(-10px); box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); } } /*================================================ Team Area CSS =================================================*/ .team-area { padding-bottom: 50px; .elementor-column-wrap { padding-top: 0 !important; padding-bottom: 0 !important; } } .single-team-member { box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07); text-align: center; border-radius: 5px; margin: { bottom: 30px; } .member-image { position: relative; overflow: hidden; border-radius: 5px; img { border-radius: 5px; transition: 0.5s; } .social { position: absolute; left: 0; right: 0; text-align: center; margin: 0 auto; bottom: 0; list-style-type: none; padding-left: 0; margin-bottom: 0; opacity: 0; visibility: hidden; transition: $transition; li { display: inline-block; a { margin: 0 2px; display: inline-block; i { display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; color: $white-color; font-size: 13px; transition: $transition; &:hover { background: #ffffff; } } } } } } .member-content { padding: 25px; h3 { margin-bottom: 0; font: { size: 20px; } } span { display: block; font-size: 14px; margin-top: 5px; color: $paragraph-color; } p { font-size: 15px; margin: { bottom: 0; top: 10px; } } } &:hover { .member-image { img { -webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg); } .social { bottom: 20px; opacity: 1; visibility: visible; } } } } /*================================================ Invoicing Area CSS =================================================*/ .invoicing-area { overflow: hidden; } .invoicing-content { margin-left: auto; max-width: 542px; h2 { margin-bottom: 0; font: { size: 40px; } } .bar { height: 5px; width: 90px; background: #cdf1d8; margin: 20px 0 25px; position: relative; border-radius: 30px; &::before { content: ''; position: absolute; left: 0; top: -2.7px; height: 10px; width: 10px; border-radius: 50%; animation-duration: 3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-name: MOVE-BG; } } p { margin-bottom: 0; margin-top: 10px; } .btn { margin-top: 25px; } } .invoicing-image { text-align: center; position: relative; z-index: 1; max-width: 950px; width: 100%; margin: auto; .main-image { img { &:nth-child(2) { position: absolute; left: 40px; top: 15px; } &:nth-child(3) { position: absolute; left: 40px; top: 170px; } &:nth-child(4) { position: absolute; right: 40px; top: 60px; } } } .main-mobile-image { display: none; } .circle-image { img { position: absolute; z-index: -1; &:nth-child(1) { top: -30px; left: 50px; animation: moveLeftBounce 5s linear infinite; } &:nth-child(2) { right: 50px; bottom: -30px; animation: moveBounce 5s linear infinite; } } } } @keyframes moveBounce { 0% { transform: translateY(0px); } 50% { transform: translateY(20px); } 100% { transform: translateY(0px); } } @keyframes moveLeftBounce { 0% { transform: translateX(0px); } 50% { transform: translateX(20px); } 100% { transform: translateX(0px); } } /*================================================ Information Area CSS =================================================*/ .information-area { padding-top: 70px; .col-lg-3 { &:last-child { .single-information-box { padding-left: 0; } } } } .single-information-box { position: relative; padding-left: 70px; border: 1px solid #eee; padding-top: 15px; padding-bottom: 15px; .icon { width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; color: #ffffff; position: absolute; left: 15px; top: 16px; i { &::before { font-size: 16px; } } } h3 { margin-bottom: 0; font: { size: 20px; } } p { line-height: initial; font-size: 14px; margin: { top: 5px; bottom: 0; } } .btn-box { .app-store-btn { border-radius: 3px; display: inline-block; position: relative; z-index: 1; color: $white-color; padding: 10px 15px 10px 35px; font-size: 11px; i { position: absolute; left: 8px; top: 50%; transform: translateY(-50%); &::before { font-size: 20px; } } span { display: block; font: { size: 15px; weight: 500; } } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; } &::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::after { opacity: 1; visibility: visible; } &::before { opacity: 0; visibility: hidden; } } } .play-store-btn { margin-left: 5px; border-radius: 3px; display: inline-block; position: relative; z-index: 1; color: $white-color; padding: 10px 15px 10px 35px; font-size: 11px; i { position: absolute; left: 8px; top: 50%; transform: translateY(-50%); &::before { font-size: 20px; } } span { display: block; font: { size: 15px; weight: 500; } } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; opacity: 0; visibility: hidden; } &::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; } &:hover { &::after { opacity: 0; visibility: hidden; } &::before { opacity: 1; visibility: visible; } } } } } .single-information-box.pl-0 { padding: 7px 0; text-align: center; } /*================================================ Pricing Area CSS =================================================*/ .pricing-area { padding-bottom: 50px; .elementor-element-populated { padding-top: 0 !important; padding-bottom: 0 !important; } } .single-pricing-box { background-color: $white-color; margin-bottom: 30px; box-shadow: 0 11px 60px 0 rgba(0, 0, 0, .1); transition: $transition; border-radius: 5px; .pricing-header { text-align: center; padding: 25px 15px; position: relative; &::before { background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e); content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.5s; } h3 { margin-bottom: 0; color: #fff; font: { size: 22px; weight: 600; } position: relative; z-index: 5; } p { font-size: 14px; color: #fff; position: relative; z-index: 5; margin: { top: 8px; bottom: 0; } } } .price { text-align: center; border-bottom: 1px solid #eee; line-height: 1; margin: 0; padding: 20px 15px 25px; font: { size: 50px; weight: 600; family: $optional-font-family; } span { display: inline-block; margin-left: -8px; font: { size: 18px; weight: 300; } } .symbol { font-size: 18px; margin-right: -5px; } } .buy-btn { text-align: center; border-top: 1px solid #eee; padding: 30px 15px; .btn { padding: 13px 30px; font-size: 13px; } .btn-primary { border-radius: 30px; &::after { border-radius: 30px; } &::before { background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e); border-radius: 30px; } } } .pricing-features { padding: 30px; margin-bottom: 0; list-style-type: none; li { margin-bottom: 12px; position: relative; padding-right: 19px; &:last-child { margin-bottom: 0; } i { font-size: 12px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); &::before { font-size: 12px; } } } } &:hover { .pricing-header { &::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.5s; } } .buy-btn { .btn-primary { &::after { opacity: 1; visibility: visible; } } } } } .single-pricing-box.active { .pricing-header { &::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.5s; } } .buy-btn { .btn-primary { &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.5s; } } } } /*================================================ FunFacts Area CSS =================================================*/ .funfacts-area { position: relative; z-index: 1; .map-bg { position: absolute; z-index: -1; top: 120px; left: 0; right: 0; text-align: center; margin: 0 auto; } .row { padding: { left: 100px; right: 100px; } } .elementor-element-populated { padding-top: 0 !important; padding-bottom: 0 !important; } } .funfact { text-align: center; h3 { margin-bottom: 2px; font: { size: 35px; } .odometer { position: relative; top: -2px; } } p { line-height: initial; margin-bottom: 0; } } .contact-cta-box { margin: 70px auto 0; max-width: 600px; border: 1px dashed #ebebeb; padding: 30px 210px 30px 30px; border-radius: 5px; position: relative; h3 { margin-bottom: 8px; font: { size: 22px; } } p { margin-bottom: 0; line-height: initial; } .btn { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); } } /*================================================ Feedback Area CSS =================================================*/ .feedback-area { .elementor-element-populated { padding-top: 0 !important; padding-bottom: 0 !important; } } .feedback-slides { position: relative; max-width: 750px; margin: 0 auto; .client-feedback { position: relative; .single-feedback { background: $white-color; border-radius: 5px; margin-bottom: 60px; position: relative; padding: 40px; text-align: center; .quote-icon { font-size: 40px; margin-bottom: 25px; } .client-img { display: flex; width: 100%; text-align: left; max-width: 250px; margin: 25px auto 0; img { border-radius: 50%; border: 2px solid; padding: 3px; width: 75px; margin-right: 15px; } i { position: absolute; } } h3 { font-size: 20px; margin: 14px 0 0; font-weight: 600; } span { display: block; margin-top: 3px; font: { weight: 300; size: 13.4px; } color: $paragraph-color; } &::before { content: ''; position: absolute; left: 0; bottom: -25px; width: 50px; height: 50px; background: $white-color; right: 0; margin: 0 auto; transform: rotate(45deg); } p { font-weight: 400; margin: 0; color: #5a5a5a; } } } .client-thumbnails { position: relative; margin: auto; max-width: 350px; width: 100%; .item { .img-fill { cursor: pointer; position: relative; text-align: center; img { opacity: 0.4; transition: $transition; display: inline-block; position: relative; border: 2px solid; border-radius: 50%; padding: 3px; width: 60px; } } &:hover, &.slick-center { .img-fill { img { opacity: 1; } } } } .next-arrow, .prev-arrow { position: absolute; width: 40px; height: 40px; cursor: pointer; top: 50%; transform: translateY(-50%); background: transparent; color: #5e5e5e; border: 1px solid #5e5e5e; z-index: 1; border-radius: 50%; line-height: 36px; outline: 0 !important; transition: $transition; &::before, &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: $transition; border-radius: 50%; z-index: -1; } &:hover { color: #fff; &::before { opacity: 1; visibility: visible; } } } .next-arrow { right: -45px; } .prev-arrow { left: -45px; } } } /*================================================ Ready To Talk Area CSS =================================================*/ .ready-to-talk { text-align: center; position: relative; } .ready-to-talk-content { h3 { text-transform: capitalize; margin-bottom: 10px; font: { size: 40px; weight: 300; } } p { margin-bottom: 20px; } .btn-primary { &::after { background: $white-color; } } span { a { margin-left: 15px; color: $white-color; text-decoration: underline; } } } /*================================================ Partner Area CSS =================================================*/ .partner-area { .elementor-element-populated { padding-top: 0 !important; padding-bottom: 0 !important; } } .single-partner-item { text-align: center; margin-bottom: 10px; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; padding: { left: 5px; right: 5px; } a { display: block; position: relative; overflow: hidden; background-color: #F4F7FC; border-radius: 5px; padding: 20px; img { &:nth-child(1) { position: relative; display: inline-block !important; width: auto !important; transition: transform .4s ease; } &:nth-child(2) { position: absolute; top: 50%; left: 50%; transform: translate(-50%, 200%); transition: transform .4s ease; display: inline-block !important; width: auto !important; } } &:hover { img { &:nth-child(1) { transform: translateY(-200%); } &:nth-child(2) { transform: translate(-50%, -50%); } } } } } .partner-area.ptb-70.bg-f6f4f8 { .single-partner-item { a { background-color: #ffffff; } } } /*================================================ App Download Area CSS =================================================*/ .app-download-area { padding: { top: 0; bottom: 50px; } } .app-image { position: relative; z-index: 1; text-align: left; .main-image { img { &:nth-child(2) { position: absolute; right: 0; top: 0; } } } .main-mobile-image { display: none; } .circle-img { position: absolute; left: 0; top: 50%; transform: translateY(-55%); z-index: -1; right: 0; margin: 0 auto; img { animation-name: rotateMe; animation-duration: 35s; animation-iteration-count: infinite; animation-timing-function: linear; } } } .app-download-content { padding-left: 20px; margin-top: -40px; h2 { margin-bottom: 0; font: { size: 40px; } } .bar { height: 5px; width: 90px; background: #cdf1d8; margin: 20px 0 25px; position: relative; border-radius: 30px; &::before { content: ''; position: absolute; left: 0; top: -2.7px; height: 10px; width: 10px; border-radius: 50%; animation-duration: 3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-name: MOVE-BG; } } p { br { display: none; } } .btn-box { margin-top: 30px; .app-store-btn { border-radius: 3px; display: inline-block; position: relative; z-index: 1; color: $white-color; padding: 12px 25px 12px 60px; font-size: 12px; i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); &::before { font-size: 35px; } } span { display: block; font: { size: 18px; weight: 500; } } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; } &::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::after { opacity: 1; visibility: visible; } &::before { opacity: 0; visibility: hidden; } } } .play-store-btn { margin-left: 12px; border-radius: 3px; display: inline-block; position: relative; z-index: 1; color: $white-color; padding: 12px 25px 12px 60px; font-size: 12px; i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); &::before { font-size: 35px; } } span { display: block; font: { size: 18px; weight: 500; } } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; opacity: 0; visibility: hidden; } &::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; z-index: -1; transition: $transition; } &:hover { &::after { opacity: 0; visibility: hidden; } &::before { opacity: 1; visibility: visible; } } } } } .pt-0 { .ptb-70 { padding-top: 0; } } /*================================================ Account Create Area CSS =================================================*/ .account-create-area { position: relative; z-index: 1; padding: { top: 100px; bottom: 100px; } &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: .20; height: 100%; z-index: -1; background: { image: url(../../assets/img/bg_lines.svg); repeat: no-repeat; position: center; size: 200%; } } } .account-create-content { h2 { color: #ffffff; margin: { left: auto; right: auto; bottom: 0; } font: { size: 40px; } } p { line-height: initial; font-size: 18px; color: #ffffff; margin: { top: 15px; bottom: 0; } } .create-account { text-align: right; } .btn-primary { margin-top: 20px; padding: 16px 30px; &::after { background: $white-color; } &:hover, &:focus { color: $black-color !important; } } } blockquote { background-color: #fafafa; padding: 30px !important; line-height: 25px; font-weight: 500; position: relative; margin: 20px 0; border-left: 3px solid; p { font-size: 15px; margin-bottom: 10px !important; font-weight: 500; color: #212529; &:last-child { margin-bottom: 0 !important; } } cite { color: #212529; font-size: 14px; font-style: normal !important; } } /*================================================ Page Title Area CSS =================================================*/ .page-title-area { position: relative; z-index: 1; background: { color: $black-color; position: center center; size: cover; repeat: no-repeat; } padding: { top: 200px; bottom: 120px; } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000000; z-index: -1; opacity: .60; } &::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: .04; height: 100%; z-index: -1; background: { image: url(../../assets/img/bg_lines.svg); repeat: no-repeat; position: center; size: 200%; } } &.item-bg1 { background: { image: url(../../assets/img/page-title-bg1.jpg); } } &.item-bg2 { background: { image: url(../../assets/img/page-title-bg2.jpg); } } } .page-title-content { text-align: center; h2 { color: $white-color; max-width: 700px; -ms-word-wrap: break-word; word-wrap: break-word; margin: { left: auto; right: auto; bottom: 0; } font: { size: 40px; } font-weight: bold; } p { color: $white-color; max-width: 600px; font: { family: $optional-font-family; } margin: { top: 10px; bottom: 0; left: auto; right: auto; } } } .page-title-section { background: transparent url(../../assets/img/page-title-shape.jpg) right top no-repeat; padding: { top: 200px; bottom: 120px; } border-bottom: 1px solid #eee; } .page-title-text { position: relative; h2 { max-width: 700px; margin: { bottom: 0; } font: { size: 40px; weight: 500; } } p { max-width: 600px; font: { family: $optional-font-family; } margin: { top: 8px; bottom: 0; } } ul { padding-left: 0; list-style-type: none; font-family: $optional-font-family; position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin: { bottom: 0; } li { display: inline-block; margin: { right: 10px; left: 10px; } position: relative; font: { weight: 500; size: 15px; } a { color: $black-color; } &::before { content: "\f054"; position: absolute; right: -15px; top: 5px; color: $black-color; font: { weight: 900; family: "Font Awesome 5 Free"; size: 10px; } } &:last-child { &::before { display: none; } } &:first-child { margin-left: 0; } } } } /*================================================ Blog Post =================================================*/ .single-blog-post-box { background: #ffffff; position: relative; transition: $transition; margin-bottom: 30px; box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); .blog-image { position: relative; a { display: block; } .date { position: absolute; left: 20px; bottom: -20px; color: $white-color; padding: 10px 16px 8px; border-radius: 50px; font: { family: $optional-font-family; size: 13px; } i { margin-right: 2px; } } } .entry-meta { margin: 0 0 5px; } .blog-post-content { transition: $transition; padding: 30px; h3 { line-height: 30px; font-weight: bold; font: { size: 20px; } } p { margin: 0; } span { display: block; color: $black-color; font-size: 14px; margin: { top: 13px; bottom: 12px; } } a { text-transform: capitalize; } .btn { margin-top: 20px; font: { size: 13px; weight: 500; } } } &:hover { transform: translateY(-7px); } } /*================================================ Pagination Area CSS =================================================*/ .pagination-area { margin-top: 20px; text-align: center; .page-numbers { width: 40px; height: 40px; margin-top: 11px !important; margin: 0 3px; display: inline-block; background: $white-color; line-height: 42px; color: $black-color; box-shadow: 0 2px 10px 0 #d8dde6; position: relative; z-index: 1; font: { size: 16px; weight: 400; } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; opacity: 0; visibility: hidden; transition: $transition; } &.current, &:hover, &:focus { color: $white-color; &::before { opacity: 1; visibility: visible; } } } } /*================================================ Widget Sidebar Area CSS =================================================*/ .widget-area { .widget { margin-top: 30px; &:first-child { margin-top: 0; } .widget-title { border-bottom: 1px solid #eeeeee; padding-bottom: 10px; margin-bottom: 20px; position: relative; font: { weight: 300; size: 21px; } &::before { content: ''; position: absolute; bottom: -1px; left: 0; width: 50px; height: 1px; } } } .widget_search { box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1); background-color: $white-color; padding: 15px; form { position: relative; label { display: block; margin-bottom: 0; } .screen-reader-text { display: none; } .search-field { background-color: transparent; height: 50px; padding: 6px 15px; border: 1px solid #eeeeee; width: 100%; display: block; outline: 0; transition: $transition; } button { position: absolute; right: 0; outline: 0; bottom: 0; height: 50px; color: #fff; width: 50px; z-index: 1; border: none; background-color: transparent; &::before { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; } &::after { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::before { opacity: 0; visibility: hidden; } &::after { opacity: 1; visibility: visible; } } } } } .widget_luvion_posts_thumb { position: relative; overflow: hidden; .item { overflow: hidden; margin-bottom: 15px; &:last-child { margin-bottom: 0; } .thumb { float: left; height: 80px; overflow: hidden; position: relative; width: 80px; margin-right: 15px; .fullimage { width: 80px; height: 80px; display: inline-block; background: { size: cover !important; repeat: no-repeat; position: center center !important; } &.bg1 { background-image: url(../../assets/img/blog-image/1.jpg); } &.bg2 { background-image: url(../../assets/img/blog-image/2.jpg); } &.bg3 { background-image: url(../../assets/img/blog-image/3.jpg); } } } .info { overflow: hidden; time { display: block; text-transform: uppercase; margin: { top: 5px; bottom: 3px; } font: { size: 11px; } } .title { margin-bottom: 0; line-height: 1.5; font: { size: 16px; weight: 400; } } } } } .widget_recent_entries { ul { padding-left: 0; margin-bottom: 0; list-style-type: none; li { position: relative; margin-bottom: 12px; padding-left: 14px; line-height: 1.5; font: { weight: 400; size: 14.5px; } &:last-child { margin-bottom: 0; } &::before { position: absolute; height: 7px; width: 7px; content: ''; left: 0; top: 7px; } .post-date { display: block; font-size: 13px; margin-top: 4px; } } } } .widget_recent_comments { ul { padding-left: 0; margin-bottom: 0; list-style-type: none; li { position: relative; margin-bottom: 12px; color: $black-color; padding-left: 14px; line-height: 1.5; font: { weight: 400; size: 14.5px; } &:last-child { margin-bottom: 0; } &::before { height: 7px; width: 7px; content: ''; left: 0; top: 7px; position: absolute; } span { display: inline-block; } a { display: inline-block; } } } } .widget_archive { ul { padding-left: 0; margin-bottom: 0; list-style-type: none; li { position: relative; margin-bottom: 12px; padding-left: 14px; font: { weight: 400; size: 14.5px; } &:last-child { margin-bottom: 0; } &::before { height: 7px; width: 7px; content: ''; left: 0; top: 7px; position: absolute; } } } } .widget_categories { ul { padding-left: 0; margin-bottom: 0; list-style-type: none; li { position: relative; margin-bottom: 12px; padding-left: 14px; font: { weight: 400; size: 14.5px; } &:last-child { margin-bottom: 0; } &::before { height: 7px; width: 7px; content: ''; left: 0; top: 7px; position: absolute; } .post-count { float: right; } } } } .widget_meta { ul { padding-left: 0; margin-bottom: 0; list-style-type: none; li { position: relative; margin-bottom: 12px; padding-left: 14px; font: { weight: 400; size: 14.5px; } &:last-child { margin-bottom: 0; } &::before { height: 7px; width: 7px; content: ''; left: 0; top: 7px; position: absolute; } } } } .widget_tag_cloud { .widget-title { margin-bottom: 12px; } } .tagcloud { a { display: inline-block; font: { weight: 400; size: 14px !important; } padding: 6px 13px; border: 1px dashed #eeeeee; position: relative; margin: { top: 8px; right: 4px; } &::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; opacity: 0; visibility: hidden; transition: $transition; transform: scale(.8); } &:hover, &:focus { &::before { opacity: 1; visibility: visible; transform: scale(1); } } } } } /*================================================ 404 Error Area CSS =================================================*/ .error-area { height: 100vh; } .error-content { text-align: center; margin: 0 auto; max-width: 700px; h3 { font: { size: 40px; weight: 700; } margin: { top: 35px; bottom: 15px; } } p { max-width: 520px; margin: 0 auto 20px; } } /*================================================ FAQ Area CSS =================================================*/ .faq-area { .section-title { h2 { font-size: 38px; } } .faq-img { padding-right: 20px; } } .faq-content { h2 { margin-bottom: 0; font: { size: 40px; } } .bar { height: 5px; width: 90px; background: #cdf1d8; margin: 20px 0 25px; position: relative; border-radius: 30px; &::before { content: ''; position: absolute; left: 0; top: -2.7px; height: 10px; width: 10px; border-radius: 50%; animation-duration: 3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-name: MOVE-BG; } } .faq-image { margin-top: 20px; } } .faq-accordion { .accordion { list-style-type: none; padding-left: 0; margin: { bottom: 0; } .accordion-item { display: block; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); background: $white-color; margin-bottom: 15px; &:last-child { margin-bottom: 0; } } .accordion-title { padding: 12px 20px 12px 55px; color: #212529; position: relative; border-bottom: 1px solid transparent; margin-bottom: -1px; display: block; font: { size: 15px; weight: 600; family: $optional-font-family; } i { position: absolute; left: 0; top: 0; color: #fff; width: 40px; text-align: center; height: 100%; &::before { position: absolute; left: 0; top: 50%; right: 0; transform: translateY(-50%); font-size: 13px; } } &.active { border-bottom-color: #eeeeee; i { &::before { content: "\f068"; } } } } .accordion-content { display: none; position: relative; padding: 20px 25px; &.show { display: block; } } } } .elementor-accordion { .elementor-accordion-item { box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); background: $white-color; margin-bottom: 15px; border: none !important; position: relative; &:last-child { margin-bottom: 0; } .elementor-tab-title { padding: 15px 20px 15px 60px; position: relative; } .elementor-tab-title { color: $black-color !important; font: { family: $optional-font-family !important; weight: 500 !important; }; } .elementor-tab-content { font: { family: $optional-font-family !important; }; } .elementor-accordion-icon { background-color: #ee0979; color: $white-color; position: absolute; left: 0; top: 0; width: 47px !important; height: 100% !important; text-align: center !important; &.elementor-accordion-icon-left { float: unset !important; } i { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); } } } .elementor-widget-accordion .elementor-accordion .elementor-tab-content { border-top: 1px solid #d4d4d4; } } .faq-contact { margin-top: 70px; } .wpcf7-validation-errors, .wpcf7-acceptance-missing { max-width: 750px; margin: 0 auto !important; margin-top: 24px !important; } .faq-contact-form { max-width: 750px; margin: 0 auto; text-align: center; .wpcf7-not-valid-tip { margin-top: 7px; float: left; margin-bottom: 7px; } .form-control { background-color: $white-color; border: none; box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important; height: 50px; font: { family: $optional-font-family; size: 14.5px; } } .row { margin: { left: -7px; right: -7px; } .col-lg-12, .col-lg-6 { padding: { left: 7px; right: 7px; } } } textarea.form-control { height: auto; padding-top: 15px; line-height: initial; } .btn { margin-top: 8px; box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2); } } /*================================================ Contact Area CSS =================================================*/ .contact-area { position: relative; z-index: 1; } .contact-form { .form-control { background-color: $white-color; border: none; box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important; height: 50px; font: { family: $optional-font-family; size: 14.5px; } } .row { margin: { left: -7px; right: -7px; } .col-lg-12, .col-lg-6 { padding: { left: 7px; right: 7px; } } } textarea.form-control { height: auto; padding-top: 15px; line-height: initial; } .btn { margin-top: 8px; box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2); } .help-block { ul { padding-left: 0; list-style-type: none; margin: { top: 5px; bottom: 0; } li { color: red; font-weight: 300; } } } #msgSubmit { margin-bottom: 0; text-align: left !important; &.text-danger, &.text-success { margin-top: 8px; font: { size: 22px; weight: 300; } } } .gdpr { .wpcf7-list-item { margin: 0; label { margin: 0; padding-left: 7px; font-size: 14px; a { color: #23bdb8; &:hover { text-decoration: underline; } } } } } } .contact-info { padding-right: 25px; ul { padding-left: 0; margin-bottom: 0; list-style-type: none; li { position: relative; padding-left: 95px; margin-bottom: 35px; font-weight: 300; line-height: 1.7; .icon { border: 1px dashed; width: 75px; height: 75px; border-radius: 50%; text-align: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; transition: $transition; transition: $transition; i { font-size: 30px; line-height: 75px; color: $white-color; } &::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 50%; margin: 5px; z-index: -1; transition: $transition; } &::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 50%; margin: 5px; z-index: -1; transition: $transition; opacity: 0; visibility: hidden; } } span { display: block; margin-bottom: 3px; color: #212529; font-weight: 600; font: { size: 20px; family: $optional-font-family; } } a { display: block; } &:hover { .icon { &::before { opacity: 0; visibility: hidden; } &::after { opacity: 1; visibility: visible; } } } &:last-child { margin-bottom: 0; } } } } .bg-map { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: -1; text-align: center; margin: 0 auto; opacity: .5; } /*================================================ Footer Area CSS =================================================*/ .footer-area { position: relative; z-index: 1; padding-top: 80px; background-color: #070d13; } .single-footer-widget { .logo { a { display: block; } p { margin: { top: 20px; bottom: 0; } } } h3 { margin-bottom: 24px; position: relative; font: { size: 22px; } } .list { padding-left: 0; margin-bottom: 0; list-style-type: none; li { margin-bottom: 10px; font: { weight: 300; } a { display: inline-block; &:hover { padding-left: 5px; } } &:last-child { margin-bottom: 0; } } } .footer-contact-info { margin-bottom: 0; padding-left: 0 !important; list-style-type: none; li { position: relative; margin-bottom: 8px; line-height: 1.7; padding-left: 25px; &::before { display: none; } i { position: absolute; left: 0; top: 6px; } font: { weight: 300; size: 14.5px; } a { display: inline-block; } &:last-child { margin-bottom: 0; } span { display: inline-block; font-weight: 400; } } } .social-links { padding-left: 0 !important; list-style-type: none !important; margin-top: 13px !important; margin-bottom: 0 !important; li { margin-right: 2px; display: inline-block; a { width: 30px; text-align: center; line-height: 29px; height: 30px; border: 1px solid #ece9e9; border-radius: 50%; display: inline-block; font-size: 12px; background-color: #fff; &:hover { color: $white-color !important; padding-left: 0 !important; } } &::before { display: none; } } } } .copyright-area { border-top: 1px solid #192129; text-align: center; margin-top: 50px; padding: { top: 25px; bottom: 25px; } p { font: { size: 15px; } color: #e4e4e4; a { display: inline-block; color: #e4e4e4; font-weight: 400; } } } .map-image { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); margin: 0 auto; text-align: center; z-index: -1; opacity: .7; img { max-width: 40%; } } /*================================================ Go Top CSS =================================================*/ .go-top { position: fixed; cursor: pointer; top: 50%; right: 15px; z-index: 4; width: 40px; text-align: center; height: 40px; line-height: 40px; opacity: 0; visibility: hidden; transition: .9s; color: $white-color; &.active { top: 98%; transform: translateY(-98%); opacity: 1; visibility: visible; } &::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0; visibility: hidden; transition: $transition; } &:hover, &:focus { color: $white-color; &::before { opacity: 1; visibility: visible; } } } /*================================================ Blog CSS =================================================*/ .blog-area { position: relative; z-index: 1; background: #f6f4f7; } .single-blog-post { margin-bottom: 30px; background-color: $white-color; .blog-image { position: relative; overflow: hidden; a { display: block; img { transition: $transition; } } .post-tag { position: absolute; right: 0; top: 60px; transition: $transition; a { padding: 9px 28px; } } } .blog-post-content { border: 1px solid #eee; background-color: #ffffff; position: relative; padding: 40px 30px; .date { display: block; text-transform: uppercase; font: { size: 14px; } transition: $transition; } h3 { margin: { bottom: 15px; } font-weight: bold; line-height: 1.4; font-size: 28px; font-weight: bold; -ms-word-wrap: break-word; word-wrap: break-word; a { color: $black-color; display: initial; transition: 0.4s; } } p { margin-bottom: 0; } } .read-more-link-content { margin-top: 25px; } &:hover, &:focus { .blog-image { a { img { transform: scale(1.1); } } .post-tag { top: 70px; a { color: $white-color; } } } } -webkit-transition: 0.5s; transition: 0.5s; &:hover { -webkit-transform: translateY(-7px); transform: translateY(-7px); -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); background-color: #ffffff; } } .blog-section { padding-bottom: 90px; } .single-blog-card { position: relative; margin-bottom: 30px; &::before { opacity: .80; background: $black-color; content: ""; height: 100%; bottom: 0; left: 0; z-index: 1; right: 0; position: absolute; width: 100%; } .post-tag { position: absolute; right: 0; top: 30px; transition: $transition; z-index: 2; a { color: $white-color; padding: 9px 28px; } } .blog-post-content { position: absolute; bottom: 0; left: 0; padding: 20px 30px 0; transition: $transition; z-index: 2; h3 { font-size: 22px; margin-bottom: 15px; line-height: 28px; } p { color: $white-color; opacity: .77; } .read-more-btn { position: relative; opacity: 0; visibility: hidden; font-weight: 600; &:hover { letter-spacing: 1px; } } ul.entry-meta { li { color: #fff; a { color: #fff; } } } } &:hover, &:focus { .post-tag { top: 40px; } .blog-post-content { padding-bottom: 30px; .read-more-btn { opacity: 1; visibility: visible; } } } } /* Sticky Post */ .sticky { .single-blog-post { .blog-post-content { padding-left: 60px; border: 1px solid #686969; background-color: #686969; .read-more-btn { color: #fff; &::before { background: #fff; } } h3 { color: #fff; position: relative; &::before { font-family: "Font Awesome 5 Free"; content: "\f08d"; position: absolute; left: -30px; top: 6px; font-size: 22px; font-weight: 900; } a { color: #fff; } } p { color: #fff; } ul.entry-meta { li { color: #fff; i { color: #fff !important; } a { color: #fff; transition: 0.4s; &:hover { text-decoration: underline; } } } } } } } /* End Sticky Post */ /* Entry meta */ ul.entry-meta { list-style-type: none; padding: 0; margin: 0 0 5px; line-height: 1; li { display: inline-block; font-size: 13.5px; color: $paragraph-color; line-height: 1; margin-right: 15px; margin-bottom: 10px; font-weight: 300; &:last-child { margin-right: 0; } a { color: $paragraph-color; text-decoration: none; display: inline-block; text-transform: capitalize; } i { padding-right: 5px; font-style: normal; } } } /* End Entry meta */ /* Widget sidebar */ .blog-sidebar { padding-left: 15px; .widget { margin-top: 30px; &:first-child { margin-top: 0; } } .widget { border: 1px solid #eee; padding: 30px; background-color: #fff; .widget-title { font-weight: bold; font-size: 20px; border-bottom: 1px solid #eeeeee; padding-bottom: 10px; margin-bottom: 20px; text-transform: capitalize; position: relative; &::before { content: ''; height: 20px; width: 2px; left: -30px; position: absolute; } } ul { padding-left: 17px; list-style-type: none; margin: 0; li { position: relative; margin-bottom: 8px; line-height: 1.8; font-size: 15px; font-weight: 400; &:last-child { margin-bottom: 0; } &::before { height: 7px; width: 7px; content: ''; left: -17px; top: 8px; position: absolute; } a { &:hover { .post_count { border: 1px solid; } } .post_count { position: absolute; right: 0; border: 1px solid #eee; width: 25px; text-align: center; height: 25px; line-height: 25px; font-size: 13px; } } } } } .widget_search { box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1); background-color: $white-color; form { position: relative; label { display: block; margin-bottom: 0; } .screen-reader-text { display: none; } .search-field { background-color: transparent; height: 50px; padding: 6px 15px; border: 1px solid #eeeeee; width: 100%; display: block; outline: 0; transition: $transition; } button { position: absolute; right: 0; bottom: 0; color: #fff; height: 50px; width: 50px; z-index: 1; border: none; background-color: transparent; &::before { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; } &::after { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::before { opacity: 0; visibility: hidden; } &::after { opacity: 1; visibility: visible; } } } } } select { height: 45px; border: 1px solid #eee; width: 100%; color: $paragraph-color; font-size: 13.5px; padding: 8px 15px; } .nice-select { float: unset; word-break: break-word; width: 100%; white-space: inherit; .option { padding-top: 8px; padding-bottom: 5px; } ul li::before { display: none; } ul { padding-top: 12px; li { margin-bottom: 0px; } } .option.selected.focus { display: none; } .list { padding-left: 0; margin-bottom: 0; list-style-type: none; } } .widget_categories { ul { li { a { text-transform: capitalize; } .children { margin-top: 10px; } } } } .widget_pages { ul { li.page_item_has_children { > a { margin-bottom: 10px; display: inline-block; } } li { a { text-transform: capitalize; } } } } .widget_rss { ul { li { margin-bottom: 20px; &::before { top: 10px; } &:last-child { margin-bottom: 0; } .rsswidget { display: block; color: #222222; font-weight: 500; font-size: 15px; } .rss-date { font-size: 13px; margin: 3px 0 10px; display: block; } .rssSummary { color: $paragraph-color; line-height: 25px; font-size: 14px; } cite { font-weight: 400; display: block; margin-top: 10px; font-style: normal; color: #222; font-size: 13.5px; } } } } .tagcloud { a { border: 1px solid #eee; padding: 6px 12px; font-size: 14px !important; margin-top: 4px; margin-bottom: 4px; display: inline-block; margin-right: 4px; text-transform: capitalize; &:hover { color: #fff; } } } .widget_text { p { img { margin: 10px 0; } } .wp-caption-text { border: none; text-align: center; font-size: 13px; } } .calendar_wrap { table { margin: 0; th, td { font-size: 14px; padding: 8px 5px; a { text-decoration: none; } } text-align: center; #today { background-color: #eee; font-weight: 500; } } caption { padding-top: 0; color: #393d40; caption-side: top; font-weight: 600; } } .widget_nav_menu { .sub-menu { margin-top: 8px; } } .widget_recent_comments { .recentcomments { .comment-author-link { font-weight: 400; font-size: 14px; } a { font-weight: 400; } } } .widget_media_gallery { .gallery { margin: 0; .gallery-item { margin: 0; } } } .widget_recent_entries { ul { li { a { font-weight: 400; } .post-date { display: block; font-size: 13px; color: #767676; } } } } p { font-size: 14px; } span.post-count { float: right; } } /* Post search not found form */ .no-results { -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1); box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1); background-color: #ffffff; padding: 35px; h1.page-title { font-size: 25px; font-weight: 500; } form { position: relative; label { display: block; margin-bottom: 0; } .screen-reader-text { display: none; } .search-field { background-color: #f6f4f7; height: 50px; padding: 6px 15px; border: 1px solid #f6f4f7; width: 100%; display: block; outline: 0; transition: $transition; } button { position: absolute; right: 0; bottom: 0; height: 50px; width: 50px; z-index: 1; border: none; color: $white-color; background-color: transparent; &::before { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; } &::after { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::before { opacity: 0; visibility: hidden; } &::after { opacity: 1; visibility: visible; } } } } } /* End Post search not found form */ /*================================================ Blog Details CSS =================================================*/ .blog-details { .blog-meta { ul { list-style-type: none; padding: 0 !important; margin: 0 0 10px !important; line-height: 1; li { display: inline-block; font-size: 14px; color: $paragraph-color; line-height: 1 !important; margin-right: 15px; margin-bottom: 10px !important; &:last-child { margin-right: 0; } a { color: $paragraph-color !important; text-decoration: none !important; text-transform: capitalize; display: inline-block; } i { padding-right: 5px; font-style: normal; } } } } } .post-tag-media { background-color: #fafafa; clear: both; margin: { top: 20px; } padding: 10px 25px; ul { padding: 0 !important; margin: 0 !important; li { display: inline-block; margin: 5px 0; span { font: { weight: 600; } margin-right: 5px; display: inline-block; } a { color: $paragraph-color !important; margin-left: 5px; text-transform: uppercase; font-size: 13px; border: 1px solid #ececec; padding: 3px 15px; display: inline-block; text-decoration: none !important; background-color: #fff; border-radius: 30px; &:hover { color: #fff !important; } } } &.social-share { text-align: right; } } } /* HTML Tags and Formatting */ .blog-details { .blog-details-content { padding: 30px; overflow: hidden; border: 1px solid #eee; background-color: #fff; .entry-meta { margin-top: 10px; } .nice-select { width: 100%; margin-bottom: 10px; ul { padding-left: 0; margin-top: 10px; li { list-style-type: none; padding-top: 8px; padding-left: 20px; } } } h1 { font-size: 40px; margin-bottom: 15px; } h2 { font-size: 35px; margin-bottom: 15px; } h3 { font-size: 30px; margin-bottom: 15px; } h4 { font-size: 25px; margin-bottom: 15px; } h5 { font-size: 20px; margin-bottom: 15px; } h6 { font-size: 18px; margin-bottom: 15px; } p { a { text-decoration: underline; &:hover { text-decoration: none; } } } .entry-content { a { text-decoration: underline; &:hover { text-decoration: none; } } } dl, ol, ul { margin-top: 20px; margin-bottom: 20px; } dt { margin-bottom: 5px; color: #0d1028; } dd { margin: 0 1rem 1rem; font-size: 15px; line-height: 26px; a { text-decoration: underline; &:hover { text-decoration: none; } } } ul { list-style: disc; padding-left: 20px; li { list-style: disc; line-height: 1.8; margin-bottom: 5px; a { text-decoration: underline; &:hover { text-decoration: none; } } ol { margin: 5px 0 0; list-style-type: decimal; li { list-style-type: decimal; } } ul { margin: 5px 0 0; list-style-type: circle; li { list-style-type: circle; ol { list-style-type: decimal; li { list-style-type: decimal; } } } } } } ol { padding-left: 20px; li { line-height: 1.8; margin-bottom: 5px; a { text-decoration: underline; &:hover { text-decoration: none; } } ol, ul { margin: 5px 0 0; } } } b, strong { font-weight: 500; } dfn, cite, em, i { font-style: italic; } code, kbd, tt, var { font-size: .88889em; font-family: Menlo,monaco,Consolas,Lucida Console,monospace; } kbd { background-color: #676767; } mark, ins { background: #fff9c0; text-decoration: none; } pre { font-size: .88889em; font-family: "Courier 10 Pitch",Courier,monospace; line-height: 1.8; overflow: auto; } abbr, acronym { border-bottom: 1px dotted #484848; cursor: help; } } } /* End HTML Tags and Formatting */ /* Template: Comments */ .comments-area { background-color: $white-color; padding: 25px; .comments-title { position: relative; margin: { bottom: 30px; } font: { size: 22px; weight: bold; } &::before { content: ''; height: 25px; width: 3px; left: -25px; position: absolute; top: 50%; transform: translateY(-50%); } } ol, ul { padding: 0; margin: 0; list-style-type: none; } .comment-list { padding: 0; margin: 0; list-style-type: none; } .children { margin-left: 20px; } .comment-body { border-bottom: 1px solid #eeeeee; padding-left: 0; color: $black-color; font-size: 14px; margin-bottom: 20px; padding-bottom: 20px; .reply { margin-top: 15px; a { display: inline-block; border: 1px solid; padding: 5px 20px; border-radius: 30px; text-transform: uppercase; font: { size: 13px; weight: 600; } &:hover { color: $white-color; } } } } .comment-meta { margin-bottom: .8em; } .comment-author { font-size: 15px; margin-bottom: 0.4em; position: relative; z-index: 2; .avatar { height: 50px; left: -65px; position: absolute; width: 50px; } .fn { font: { weight: 600; } } .says { display: none; } } .comment-metadata { letter-spacing: 0.10em; text-transform: uppercase; font: { size: 11px; weight: 600; } } .comment-content { p { font-size: 14px; } } .comment-respond { .comment-reply-title { margin: 0; position: relative; font: { size: 19px; weight: 600; } &::before { content: ''; height: 20px; width: 2px; left: -30px; position: absolute; top: 2px; } #cancel-comment-reply-link { font-size: 15px; display: inline-block; } } .comment-form { overflow: hidden; } .comment-notes { margin: { bottom: 0; top: 15px; } .required { color: red; } } .comment-form-comment { margin-top: 15px; float: left; width: 100%; } label { display: block; margin-bottom: 10px; font-weight: 500; font-size: 14px; color: $black-color; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea { display: block; width: 100%; background-color: $white-color; border: 1px solid #eeeeee; padding: 0.625em 0.7375em; outline: 0; transition: $transition; } .comment-form-author { float: left; width: 50%; padding-right: 10px; } .comment-form-email { float: left; width: 50%; padding-left: 12px; } .comment-form-url { float: left; width: 100%; } .comment-form-cookies-consent { width: 100%; float: left; position: relative; padding-left: 20px; margin-bottom: 20px; input { position: absolute; left: 0; top: 2px; } label { display: inline-block; margin: 0; font-weight: normal; } } .form-submit { float: left; width: 100%; input { border: none; padding: 15px 25px; display: inline-block; cursor: pointer; outline: 0; border-radius: 0; text-transform: uppercase; transition: $transition; font: { weight: 600; size: 13px; } &:hover, &:focus { color: $white-color; border: none; } } } } } .comments-area { .comments-title { margin-bottom: 25px; font-size: 22px; font-weight: bold; border-bottom: 1px solid #eee; position: relative; padding-bottom: 10px; &::before { content: ''; height: 24px; width: 3px; left: -32px; position: absolute; } } .comment-content { h1 { font-size: 35px; margin-bottom: 15px; } h2 { font-size: 30px; margin-bottom: 15px; } h3 { font-size: 26px; margin-bottom: 15px; } h4 { font-size: 22px; margin-bottom: 15px; } h5 { font-size: 20px; margin-bottom: 15px; } h6 { font-size: 18px; margin-bottom: 15px; } p { margin-bottom: 10px; font-size: 14px; &:last-child { margin-bottom: 0; } a { text-decoration: underline; &:hover { text-decoration: none; } } } .entry-content { a { text-decoration: underline; &:hover { text-decoration: none; } } } dl, ol, ul { margin-top: 20px; margin-bottom: 20px; } dt { margin-bottom: 5px; color: #0d1028; } dd { margin: 0 1rem 1rem; font-size: 15px; line-height: 26px; a { text-decoration: underline; &:hover { text-decoration: none; } } } ul { list-style: disc; padding-left: 20px; li { list-style: disc; line-height: 1.8; margin-bottom: 5px; ul { margin: 5px 0 0; list-style-type: circle; li { list-style-type: circle; } } } } ol { padding-left: 20px; li { line-height: 1.8; margin-bottom: 5px; list-style-type: decimal; ol { margin: 5px 0 0; } } } b, strong { font-weight: 600; color: #212529; } dfn, cite, em, i { font-style: italic; } code, kbd, tt, var { font-size: .88889em; font-family: Menlo,monaco,Consolas,Lucida Console,monospace; } kbd { background-color: #676767; } mark, ins { background: #fff9c0; text-decoration: none; } pre { font-size: .88889em; font-family: "Courier 10 Pitch",Courier,monospace; line-height: 1.8; overflow: auto; background: #fafafa; } abbr, acronym { border-bottom: 1px dotted #484848; cursor: help; } } blockquote { background-color: #fff; border-bottom: 1px solid #eee; border-top: 1px solid #eee; border-right: 1px solid #eee; } } /* End Template: Comments */ /* Comments list style */ #comments { clear: both; padding: 30px; margin-top: 30px; list-style: none; background-color: #fff; border: 1px solid #eee; .comment-list { margin: 0 0 30px; padding: 0; list-style-type: none; .children { margin: 0; padding: 0; list-style-type: none; } &:before { display: none; } .comment-body { border-bottom: 1px solid #eee; margin-left: 65px; font-size: 14px; margin-bottom: 20px; padding-bottom: 20px; .comment-content { img { margin: 7px 0; } } .reply { margin-top: 15px; a { border: 1px solid; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: 7px 15px; line-height: 1; border-radius: 30px; font-size: 11px; text-decoration: none; &:hover { color: #fff; } } } } } .comment-author { font-size: 15px; margin-bottom: 0.4em; position: relative; text-transform: capitalize; z-index: 2; .avatar { height: 50px; left: -65px; position: absolute; width: 50px; } .says { display: none; } b.fn { font-weight: 600; } } .comment-meta { margin-bottom: 1em; } .comment-metadata { color: #615b5b; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; a { color: #615b5b; } a.comment-edit-link { color: #222; margin-left: 1em; } } .comment-reply-link { font-weight: 600; position: relative; .icon { color: #222; left: -2em; height: 1em; position: absolute; top: 0; width: 1em; } } .children { padding-left: 10px !important; .comment-author { .avatar { height: 30px; left: -45px; width: 30px; } } } .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { border: 1px solid #575757; padding: 2px; } .no-comments, .comment-awaiting-moderation { color: #767676; font-size: 14px; font-size: 0.875rem; font-style: italic; } .comments-pagination { margin: 2em 0 3em; } } .comments-area { .comment-list { .comment { .comment-respond { margin-bottom: 30px; } } } } /* End Comments list style */ /* Comment form */ .comment-respond { .comment-reply-title { margin-bottom: 15px; font-size: 18px; font-weight: 600; border-bottom: 1px solid #eee; position: relative; padding-bottom: 10px; &::before { content: ''; height: 24px; width: 3px; left: -32px; position: absolute; } } form { overflow: hidden; label { display: block; font-weight: 500; color: #444967; margin-bottom: 10px } } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea { background-image: none; background-color: #fff; border: 1px solid #eee; border-radius: 0; color: #686868; padding: 0.625em 0.4375em; width: 100%; height: 45px; } textarea { height: auto !important; } .form-submit { text-align: left; margin-top: 0; input { border: 1px solid; color: #fff; padding: 15px 25px; display: inline-block; font-weight: 500; cursor: pointer; font-size: 12px; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; transition: .5s; -webkit-transition: .5s; &:hover { background-color: #000; border: 1px solid #000; color: #fff; } } } input, textarea { &:focus { outline: 0; border: 1px solid; } } p { line-height: 1; margin-bottom: 0; margin-top: 25px; } .comment-form-cookies-consent { label { display: inline-block; margin: 0; line-height: 20px; font-weight: normal; font-size: 14px; } } p.comment-notes { line-height: 25px; font-size: 14px; margin-top: 5px; } p.comment-form-comment { float: left; width: 100%; margin-bottom: 0; } p.comment-form-author { width: 50%; float: left; padding-right: 12px; margin-bottom: 0; } p.comment-form-email { width: 50%; float: left; padding-left: 12px; margin-bottom: 0; } p.comment-form-url { float: left; width: 100%; margin-bottom: 0; } p.comment-form-cookies-consent { width: 100%; float: left; position: relative; padding-left: 20px; input { position: absolute; left: 0; top: 3px; } } p.form-submit { float: left; width: 100%; } p.logged-in-as { line-height: 26px; font-size: 15px; margin-top: 15px !important; margin-bottom: 10px; a { text-decoration: underline; font-size: 13.5px; &:hover { text-decoration: none; } } } .required { color: red; } } /* End Comment form */ /* Unit test all post style */ .wp-block-image { margin-bottom: 20px; figcaption { font-size: 14px; margin-top: 12px; text-align: center; a { text-decoration: underline; &:hover { text-decoration: none; } } } } .wp-block-button { margin: 20px 0; clear: both; .wp-block-button__link { font-size: 16px; border-radius: 5px; br { display: none; } &:hover { background-color: #222; color: #fff; } } } .is-style-outline { .wp-block-button__link { background-color: transparent !important; font-size: 16px; border-radius: 5px; &:hover { background-color: transparent; } } } pre.wp-block-code { border: 1px solid #eee; padding: 10px 15px; } pre.wp-block-preformatted { background-color: #fafafa; padding: 20px; margin: 20px 0; } .wp-block-pullquote { border-top: 4px solid #555d66; border-bottom: 4px solid #555d66; color: #40464d; border-color: transparent; border-width: 2px; padding: 0; blockquote { color: #111; border: none; margin-right: 0; padding-left: 0; p { font-size: 2.25em; font-style: italic; } cite { display: inline-block; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; line-height: 1.6; text-transform: none; color: #767676; font-size: 15px; font-style: normal; } } } .wp-block-table.is-style-stripes td { border-color: #eaeaea; } .wp-block-verse { font-family: "Poppins", sans-serif !important; font-size: 16px !important; } .wp-block-columns { margin-top: 20px; margin-bottom: 20px; } .wp-block-media-text { margin-top: 30px; margin-bottom: 30px; .has-large-font-size { font-size: 25px; margin-top: 0 !important; } } .page-links { margin-top: 20px; margin-bottom: 20px; clear: both; span.page-links-title { font-weight: 500; font-size: 20px; padding-right: 10px; } .post-page-numbers{ width: 35px; height: 35px; border-radius: 25px; background-color: #ffffff; border: 1px solid #eee; font-size: 15px; line-height: 35px; color: #0a0c19; text-align: center; display: inline-block; margin-left: 5px; text-decoration: none !important; &:hover { color: #ffffff; } } .current { color: #ffffff; } } .wp-block-archives-list { padding: 0 !important; li { list-style: none !important; a { &:hover { text-decoration: underline; } } } } .wp-block-categories-list { padding: 0 !important; li { list-style: none !important; a { text-transform: capitalize; &:hover { text-decoration: underline; } } span.post-count { padding-left: 8px; } .children { li { a { position: relative; &::before { content: '-'; position: absolute; left: -13px; top: -2px; } } } } } } .wp-block-archives-dropdown { margin-bottom: 20px; select { height: 45px; border: 1px solid #eee; width: 100%; font-size: 14px; padding: 8px 15px; color: $paragraph-color; } } .wp-block-latest-comments { padding: 0 !important; .wp-block-latest-comments__comment-meta { a { font-weight: 500; text-decoration: underline; &:hover { text-decoration: none; } } } } .wp-block-latest-posts { li { a { font-weight: 500; } } } .blog-details-area { background: #F6F4F7; iframe, video { width: 100%; } } .wp-block-gallery { padding: 0 !important; margin-bottom: 5px !important; .blocks-gallery-item { margin-bottom: 15px !important; } .blocks-gallery-grid { padding: 0 !important; margin-top: 10px !important; margin-bottom: 5px !important; } } .wp-block-cover { margin-top: 30px; margin-bottom: 30px; p.wp-block-cover-text { font-weight: 400; margin-bottom: 20px !important; font-size: 30px !important; line-height: 1.5; color: #fff; strong { color: #fff; } } } .wp-block-cover.has-background-dim.alignleft { margin-top: 0; } .wp-block-cover.has-background-dim-60.has-background-dim { .wp-block-cover-text { a { color: #fff; } } } .wp-block-file { a { text-decoration: underline; font-size: 15px; &:hover { text-decoration: none; } } .wp-block-file__button { border-radius: 4px !important; font-size: 14px !important; font-weight: 500; display: table; margin: 15px 0 0; &:hover { background-color: #000 !important; color: #fff; } } } .wp-block-quote.is-style-large { border: none; padding-left: 0; margin: 20px 0; } .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color { p { color: #fff; } cite { color: #fff; font-style: normal; } blockquote { max-width: 80%; background: transparent; } } .wp-block-gallery.alignwide { width: 100%; } .wp-caption { .wp-caption-text { font-size: 14px; line-height: 20px; margin: 0; text-align: center; padding: 15px 0 0; color: $paragraph-color; a { text-decoration: underline; &:hover { text-decoration: none; } } } } .has-very-light-gray-color.has-very-light-gray-color { color: #fff; } /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .screen-reader-text:focus { background-color: #eee; clip: auto !important; clip-path: none; color: #444; display: block; font-size: 1em; 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-caption{z-index: 99990;} .bypostauthor{z-index: 99990;} /* End Unit test all post style */ /* Post Format: Gallery */ .gallery { margin: 30px -1.1666667% 0; } .gallery-item { display: inline-block; max-width: 33.33%; padding: 0 1.1400652% 2.2801304%; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .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%; } .gallery-icon img { margin: 0 auto; } .gallery-caption { display: block; font-size: 13px; font-style: italic; line-height: 1.6153846154; padding-top: 10px; color: $paragraph-color; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } /* End Post Format: Gallery */ /* Pingback style */ .comments-area { .comment-list { .trackback { .comment-body { margin-left: 0 !important; font-size: 15px !important; a { text-decoration: underline; color: red; &:hover { text-decoration: none; } } } a.url { margin-top: 5px; font-size: 14px; } } .pingback { .comment-body { margin-left: 0 !important; font-size: 15px !important; a { color:red; text-decoration: underline; &:hover { text-decoration: none; } } } a.url { margin-top: 5px; font-size: 14px; } } } } /* End Pingback style */ /* Post password form style */ .post-password-form { label { font-weight: 600; font-size: 15px; input { border: 1px solid #ccc; height: 45px; margin: 0 10px; padding: 6px 15px; &:focus { outline: 0; } } } input[type="submit"] { border: 1px solid; color: #fff; height: 45px; padding: 5px 20px; font-weight: 600; cursor: pointer; &:hover { border: 1px solid; color: #fff; } } } /* End Post password form style */ /* Comment navigation */ .comment-navigation { .nav-links { overflow: hidden; margin-bottom: 25px; .nav-previous { float: left; a { border: 1px solid #eee; background: #fff; padding: 7px 18px; font-size: 14px; &:hover { color: #fff; } } } .nav-next { float: right; a { border: 1px solid #eee; background: #fff; padding: 7px 18px; font-size: 14px; &:hover { color: #fff; } } } } } /* End Comment navigation */ /* Post search not found form */ .no-results { h1.page-title { font-size: 25px; } form { position: relative; .search-submit { position: absolute; cursor: pointer; top: 0; right: 0; border: none; color: #fff; font-size: 15px; height: 50px; padding: 05px 15px; &:hover { background-color: #222; color: #fff; } } } } /* End Post search not found form */ /* Resent posts with thumb */ .widget_tryo_posts_thumbs { .item { margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 15px; position: relative; overflow: hidden; &:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; } .thumb { float: left; height: 80px; overflow: hidden; position: relative; width: 80px; margin-right: 15px; .fullimage { width: 80px; height: 80px; display: inline-block; background-size: cover !important; background-position: center center !important; } } .info { overflow: hidden; .title { font-size: 13.6px; margin: 0; line-height: 1.5; font-weight: bold; a { color: #212529; } } time { display: block; font-size: 12px; color: #767676; text-transform: capitalize; margin-top: 5px; margin-bottom: 3px; } } } .no-thumb { .info { time { margin-top: 0; } } } } /* End Resent posts with thumb */ /* Unit test pages style ====================================================================*/ /* WP core style */ .alignnone { display: block; margin-bottom: 15px; } .aligncenter, div.aligncenter { display: block; margin: 15px auto 15px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } 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 { max-width: 100%; } .wp-caption.alignnone { margin: 15px auto 10px; } .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: 100%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 13px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .screen-reader-text { display: none; } /* End WP core style */ /* Page Markup And Formatting */ .page-main-content { padding-top: 70px; padding-bottom: 70px; overflow: hidden; h1 { font-size: 35px; margin-bottom: 15px; font-weight: bold; } h2 { font-size: 30px; margin-bottom: 15px; font-weight: bold; } h3 { font-size: 25px; margin-bottom: 15px; font-weight: bold; } h4 { font-size: 20px; margin-bottom: 15px; } h5 { font-size: 18px; margin-bottom: 15px; font-weight: bold; } h6 { font-size: 15px; margin-bottom: 15px; font-weight: bold; } p { margin-top: 20px; margin-bottom: 20px; &:first-child { margin-top: 0; } img.size-full.wp-image-904.alignright { margin: 15px 0 20px 20px; } } .entry-content { a { text-decoration: underline; &:hover { text-decoration: none; } } } footer.entry-footer { clear: both; .edit-link { margin-top: 10px; margin-bottom: 10px; display: block; } } dl, ol, ul { margin-top: 20px; margin-bottom: 20px; } dt { margin-bottom: 5px; color: #0d1028; } dd { margin: 0 1rem 1rem; font-size: 15px; line-height: 26px; } ul { list-style: disc; padding-left: 20px; li { list-style: disc; line-height: 1.8; margin-bottom: 5px; ul { margin: 5px 0 0; list-style-type: circle; li { list-style-type: circle; } } } } ol { padding-left: 20px; li { line-height: 1.8; margin-bottom: 5px; ol { margin: 5px 0 0; } } } b, strong { color: #212529; } dfn, cite, em, i { font-style: italic; } code, kbd, tt, var { font-size: .88889em; font-family: Menlo,monaco,Consolas,Lucida Console,monospace; } kbd { background-color: #616161; } mark, ins { background: #fff9c0; text-decoration: none; } pre { font-size: .88889em; font-family: "Courier 10 Pitch",Courier,monospace; line-height: 1.8; background: #f1f1f1; overflow: auto; } abbr, acronym { border-bottom: 1px dotted #484848; cursor: help; } } address { margin: 20px 0; font-style: italic; line-height: 30px; } table { margin: 0 0 2rem; border-collapse: collapse; width: 100%; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; td, th { padding: 12px 10px; border: 1px solid #eaeaea; //word-break: break-all; } td { a { font-weight: 600; text-decoration: underline; &:hover { text-decoration: none; } } } th { a { text-decoration: underline; &:hover { text-decoration: none; } } } tbody { tr { th { font-weight: 500; } } } } .tryo-single-blank-page { height: 320px; } /* End Page Markup And Formatting */ /* Single footer widget */ .footer-p { padding-top: 32px; } .footer-area { .logo { h2 { font-size: 24px; color: #fff; padding-bottom: 10px; border-bottom: 1px solid #192129; position: relative; font-weight: 700; &::before { content: ''; position: absolute; bottom: -1px; left: 0; height: 1.2px; width: 45px; } } } .single-footer-widget { margin-bottom: 30px; img.alignnone.size-full { margin: 15px 0 30px; } h3 { margin-bottom: 25px; position: relative; padding-bottom: 10px; border-bottom: 1px solid #192129; color: $white-color; font: { size: 24px; } &::before { content: ''; position: absolute; bottom: -1px; left: 0; height: 1.2px; width: 45px; } a { color: #e4e4e4 !important; } } p { color: #e4e4e4 !important; } ul { padding-left: 17px; list-style-type: none; margin: 0; li { position: relative; margin-bottom: 8px; line-height: 1.8; font-weight: 300; color: #e4e4e4 !important; &:last-child { margin-bottom: 0; } &::before { height: 7px; width: 7px; content: ''; left: -17px; top: 8px; position: absolute; } a { color: #e4e4e4 ; transition: prop time; } } } .item .info time { color: #d3d3d3; } } .widget_search { form { position: relative; label { display: block; margin-bottom: 0; } .screen-reader-text { display: none; } .search-field { background-color: white; height: 50px; padding: 6px 15px; border: 1px solid #eeeeee; width: 100%; display: block; outline: 0; transition: $transition; } button { position: absolute; right: 0; bottom: 0; height: 50px; width: 50px; color: #fff; z-index: 1; border: none; background-color: transparent; &::before { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; } &::after { content: ''; position: absolute; left: 0; width: 100%; height: 100%; z-index: -1; top: 0; transition: $transition; opacity: 0; visibility: hidden; } &:hover { &::before { opacity: 0; visibility: hidden; } &::after { opacity: 1; visibility: visible; } } } } } select { height: 45px; border: 1px solid #fff; width: 100%; color: #fff; font-size: 15px; padding: 8px 15px; } .nice-select { float: unset; word-break: break-word; width: 100%; white-space: inherit; .option { padding-top: 8px; padding-bottom: 5px; } ul li::before { display: none; } ul { padding-top: 12px; li { margin-bottom: 0px; } } .option.selected.focus { display: none; } .list { padding-left: 0; margin-bottom: 0; list-style-type: none; } } .widget_categories { ul { li { a { display: inline-block; text-transform: capitalize; } .children { margin-top: 10px; } } } } .widget_pages { ul { li.page_item_has_children { > a { margin-bottom: 10px; display: inline-block; } } li { a { text-transform: capitalize; } } } } .widget_rss { ul { li { margin-bottom: 20px; &::before { top: 10px; } &:last-child { margin-bottom: 0; } .rsswidget { display: block; font-weight: 500; font-size: 17px; color: #e4e4e4 !important; transition: prop time; } .rss-date { font-size: 12px; margin: 7px 0 10px; display: block; text-transform: capitalize; letter-spacing: 1px; color: #e4e4e4 !important; } cite { color: #e4e4e4 !important; display: block; margin-top: 10px; font-style: normal; } .rssSummary { color: #e4e4e4 !important; } } } } .tagcloud { a { border: 1px solid #eee; display: inline-block; padding: 5px 10px; font-size: 14px !important; margin: 5px 5px 5px 0; text-transform: capitalize; background: #fff; &:hover { color: #fff; } } } .widget_text { p { margin-top: 5px; &:first-child { margin-top: 0; } strong { font-size: 14px; } img { margin: 10px 0; max-width: 100%; width: auto; } } } .calendar_wrap { table { text-align: center; margin: 0; background: #fff; caption { color: #fff; } th, td { font-size: 14px; padding: 8px 5px; a { text-decoration: none; } } #today { text-decoration: none; font-weight: 400; a { text-decoration: none; } } #prev, #next { font-size: 14px; a { text-decoration: none; } } } caption { caption-side: top; font-weight: 600; padding: 0 0 15px; line-height: 1; color: #e4e4e4; } } .widget_nav_menu { .sub-menu { margin-top: 8px; } } .widget_recent_comments { .recentcomments { .comment-author-link { font-weight: 500; font-size: 14px; } a { color: #e4e4e4 !important; } } } .widget_media_gallery { .gallery { margin: 0; .gallery-item { margin: 0; } } } .widget_recent_entries { ul { li { line-height: 1.5; a { font-weight: 600; font-size: 14px; color: #e4e4e4 !important; } .post-date { display: block; font-size: 13px; color: #fff; text-transform: uppercase; margin-top: 5px; } } } } span.post-count { float: right; color: #e4e4e4 !important; } img.rss-widget-icon { margin-top: -5px; } .nice-select { .current { display: block; padding-top: 1px; } ul { li { color: #0c0c0c !important; text-transform: capitalize; } } } } .is-style-squared .wp-block-button__link { border-radius: 0; } .navbar-area.navbar-style-two .luvion-responsive-nav .logo a .main-logo { display: none !important; } /* End Single footer widget */ span.wpcf7-not-valid-tip { font-size: 13px; font-weight: 300; margin-top: 10px; } div.wpcf7-response-output { margin: 30px 0.5em 1em; padding: 20px 25px; color: $paragraph-color; text-align: center; background-color: #ffffff; } .wp-block-embed { margin-bottom: 30px; figcaption { text-align: center; } } .services-area, .invoicing-area { .container-fluid { max-width: 1920px; } } .login-image { height: 100%; width: 100%; background-image: url(../../assets/img/login-page-bg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; img { display: none; } } .login-content { height: 100vh; .login-form { text-align: center; max-width: 500px; margin-left: auto; margin-right: auto; .logo { margin-bottom: 20px; a { display: inline-block; h2 { margin-bottom: 0; } } } h3 { margin-bottom: 0; font-size: 30px; font-weight: 600; } p { margin-top: 7px; margin-bottom: 0; a { font-weight: 500; } } form { margin-top: 35px; .btn { display: block; width: 100%; -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2); box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2); font-weight: bold; } .check-class { margin-right: 10px; position: relative; top: 2px; } .form-checkbox { text-align: left; font-size: 14px; label { margin-bottom: 0; } } .form-control { background-color: #eee; border-radius: 4px; } } } } .signup-image { height: 100%; width: 100%; background-image: url(../../assets/img/signup-bg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; img { display: none; } } .signup-content { height: 100vh; .signup-form { text-align: center; max-width: 500px; margin-left: auto; margin-right: auto; .logo { margin-bottom: 20px; a { display: inline-block; h2 { margin-bottom: 0; color: #0e314c; } } } h3 { margin-bottom: 0; font-size: 30px; font-weight: 600; } p { margin-top: 7px; margin-bottom: 0; a { font-weight: 500; } } form { margin-top: 25px; .btn { display: block; width: 100%; -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2); box-shadow: 0 5px 28.5px 1.5px rgba(149,152,200,.2); font-weight: bold; } .check-class { margin-right: 10px; position: relative; top: 2px; } .form-checkbox { text-align: left; font-size: 14px; label { margin-bottom: 0; } } .form-control { background-color: #eee; border-radius: 4px; } } } } .payments-buttons { list-style: none; margin: 0; padding: 0; li { a { border: 1px solid #eee; color: #62618d; display: block; padding: 15px 20px; transition: .4s; -webkit-transition: .4s; text-transform: capitalize; font-weight: 500; margin-bottom: 20px; .fa.fa-arrow-circle-right { font-size: 17px; line-height: 27px; } } &.active { a { color: #fff; } } } } .send-table { .pagination-area { margin-top: 10px; } } .tryo-seo-breadcrumbs { span { a { color: #fff; } } } .top-header { padding-top: 12px; padding-bottom: 12px; .header-left-content { p { color: $white-color; margin: 0; } } .header-right-content { ul { text-align: right; margin-bottom: 0; padding-left: 0; li { display: inline-block; color: $white-color; font-size: 14px; padding-left: 26px; position: relative; margin-right: 20px; text-align: left; &:last-child { margin-right: 0; } i { color: $white-color; font-size: 18px; position: absolute; top: 3px; left: 0; } span { display: block; font-size: 13px; line-height: 1; } a { color: $white-color; } } } } } .et-demo-options-toolbar { position: fixed; top: 50%; width: 40px; right: 0; line-height: 60px; border: 1px solid #eee; border-right: 0; border-radius: 5px 0 0 5px; z-index: 99999; background: #fff; text-align: center; box-shadow: -3px 0 10px -2px rgba(0,0,0,.1); a { display: block; width: 40px; height: 40px; line-height: 40px; color: #111; &:focus, &:hover { color: #111!important; } } } [class*=hint--] { position: relative; display: inline-block } [class*=hint--]:before, [class*=hint--]:after { position: absolute; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: hidden; opacity: 0; z-index: 1000000; pointer-events: none; -webkit-transition: .3s ease; -moz-transition: .3s ease; transition: .3s ease; -webkit-transition-delay: 0ms; -moz-transition-delay: 0ms; transition-delay: 0ms } [class*=hint--]:hover:before, [class*=hint--]:hover:after { visibility: visible; opacity: 1 } [class*=hint--]:hover:before, [class*=hint--]:hover:after { -webkit-transition-delay: .1s; -moz-transition-delay: .1s; transition-delay: .1s } [class*=hint--]:before { content: ''; position: absolute; background: 0 0; border: 7px solid transparent; z-index: 1000001 } [class*=hint--]:after { background: #000; color: #fff; padding: 8px 10px; font-size: 14px; line-height: 15px; white-space: nowrap; border-radius: 5px } [class*=hint--][aria-label]:after { content: attr(aria-label) } [class*=hint--][data-hint]:after { content: attr(data-hint) } [aria-label='']:before, [aria-label='']:after, [data-hint='']:before, [data-hint='']:after { display: none !important } .hint--top-left:before { border-top-color: #000 } .hint--top-right:before { border-top-color: #000 } .hint--top:before { border-top-color: #000 } .hint--bottom-left:before { border-bottom-color: #000 } .hint--bottom-right:before { border-bottom-color: #000 } .hint--bottom:before { border-bottom-color: #000 } .hint--left:before { border-left-color: #000 } .hint--right:before { border-right-color: #000 } .hint--top:before { margin-bottom: -13px } .hint--top:before, .hint--top:after { bottom: 100%; left: 50% } .hint--top:before { left: calc(50% - 7px) } .hint--top:after { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%) } .hint--top:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--top:hover:after { -webkit-transform: translateX(-50%) translateY(-8px); -moz-transform: translateX(-50%) translateY(-8px); transform: translateX(-50%) translateY(-8px) } .hint--bottom:before { margin-top: -13px } .hint--bottom:before, .hint--bottom:after { top: 100%; left: 50% } .hint--bottom:before { left: calc(50% - 7px) } .hint--bottom:after { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%) } .hint--bottom:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--bottom:hover:after { -webkit-transform: translateX(-50%) translateY(8px); -moz-transform: translateX(-50%) translateY(8px); transform: translateX(-50%) translateY(8px) } .hint--right:before { margin-left: -13px; margin-bottom: -7px } .hint--right:after { margin-bottom: -15px } .hint--right:before, .hint--right:after { left: 100%; bottom: 50% } .hint--right:hover:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px) } .hint--right:hover:after { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px) } .hint--left:before { margin-right: -13px; margin-bottom: -7px } .hint--left:after { margin-bottom: -15px } .hint--left:before, .hint--left:after { right: 100%; bottom: 50% } .hint--left:hover:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px) } .hint--left:hover:after { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px) } .hint--top-left:before { margin-bottom: -13px } .hint--top-left:before, .hint--top-left:after { bottom: 100%; left: 50% } .hint--top-left:before { left: calc(50% - 7px) } .hint--top-left:after { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%) } .hint--top-left:after { margin-left: 14px } .hint--top-left:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--top-left:hover:after { -webkit-transform: translateX(-100%) translateY(-8px); -moz-transform: translateX(-100%) translateY(-8px); transform: translateX(-100%) translateY(-8px) } .hint--top-right:before { margin-bottom: -13px } .hint--top-right:before, .hint--top-right:after { bottom: 100%; left: 50% } .hint--top-right:before { left: calc(50% - 7px) } .hint--top-right:after { -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0) } .hint--top-right:after { margin-left: -14px } .hint--top-right:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--top-right:hover:after { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--bottom-left:before { margin-top: -13px } .hint--bottom-left:before, .hint--bottom-left:after { top: 100%; left: 50% } .hint--bottom-left:before { left: calc(50% - 7px) } .hint--bottom-left:after { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%) } .hint--bottom-left:after { margin-left: 14px } .hint--bottom-left:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--bottom-left:hover:after { -webkit-transform: translateX(-100%) translateY(8px); -moz-transform: translateX(-100%) translateY(8px); transform: translateX(-100%) translateY(8px) } .hint--bottom-right:before { margin-top: -13px } .hint--bottom-right:before, .hint--bottom-right:after { top: 100%; left: 50% } .hint--bottom-right:before { left: calc(50% - 7px) } .hint--bottom-right:after { -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0) } .hint--bottom-right:after { margin-left: -14px } .hint--bottom-right:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--bottom-right:hover:after { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } [class*=hint--]:after { box-shadow: 4px 4px 8px rgba(0, 0, 0, .3) } .hint--white:after { color: #111; background-color: #fff; text-shadow: 0 -1px 0px #bfbfbf } .hint--white.hint--top-left:before { border-top-color: #fff } .hint--white.hint--top-right:before { border-top-color: #fff } .hint--white.hint--top:before { border-top-color: #fff } .hint--white.hint--bottom-left:before { border-bottom-color: #fff } .hint--white.hint--bottom-right:before { border-bottom-color: #fff } .hint--white.hint--bottom:before { border-bottom-color: #fff } .hint--white.hint--left:before { border-left-color: #fff } .hint--white.hint--right:before { border-right-color: #fff } .hint--rounded:after { border-radius: 4px } .hint--no-animate:before, .hint--no-animate:after { -webkit-transition-duration: 0ms; -moz-transition-duration: 0ms; transition-duration: 0ms } .hint--bounce:before, .hint--bounce:after { -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24); -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24); transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24) } /*V2.2*/ .bg-f4fcff { background-color: #f4fcff; } /*================================================ Main Banner Area CSS =================================================*/ .banner-wrapper { position: relative; z-index: 1; padding-top: 90px; &::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: linear-gradient(151.59deg,#ff2f2f 10.43%,#000460 92.78%),radial-gradient(100% 246.94% at 100% 0,#fff 0,#020063 100%),linear-gradient(143.18deg,#1400ff .45%,#3a0000),linear-gradient(167.55deg,#ff002e,#ff003d 74.04%),linear-gradient(351.18deg,#b25bba 7.52%,#1700a7 77.98%),linear-gradient(202.44deg,#a90000 12.99%,#00ffe0 87.21%),linear-gradient(165.77deg,#b7d500 15.35%,#20a 89.57%); background-blend-mode: overlay,color-burn,screen,overlay,difference,difference,normal; -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%); clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%); } .container-fluid { padding: { left: 0; right: 0; }; .row { margin: { left: 0; right: 0; }; .col-lg-6 { padding: { left: 0; right: 0; }; } } } } .banner-wrapper-content { max-width: 555px; padding-right: 20px; margin: { left: auto; top: -50px; }; h1 { margin-bottom: 0; color: $white-color; font-size: 50px; font-weight: 700; } p { color: $white-color; font: { family: $optional-font-family; size: 18px; } max-width: 400px; margin: { top: 20px; bottom: 0; } } .btn { margin-top: 30px; } } .banner-wrapper-image { text-align: right; } /*================================================ Partner Area CSS =================================================*/ .single-partner-item { text-align: center; img { display: inline-block !important; width: auto !important; } } /*================================================ Payment Experience Area CSS =================================================*/ .payment-experience-content { h2 { margin-bottom: 18px; font: { size: 40px; weight: 600; }; } .link-btn { display: inline-block; font-weight: 600; position: relative; margin-top: 5px; line-height: 1; &::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: $main-gradient-color; transition: $transition; } &:hover { &::before { width: 0; } } } } .single-payment-experience-box { margin-top: 20px; .icon { margin-bottom: 22px; width: 90px; height: 90px; text-align: center; line-height: 97px; background-color: #f3c7db; border-radius: 50%; position: relative; font-size: 40px; color: $white-color; transition: $transition; padding-right: 5px; i { position: relative; font-size: 40px; z-index: 1; } &::before { content: ''; transition: $transition; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #f281ac; border-radius: 50%; margin: { top: 5px; right: 5px; }; } } h3 { margin-bottom: 10px; font: { size: 22px; weight: 600; }; } &:hover { .icon { background-color: $black-color; } } } .col-lg-3 { &:nth-child(2) { .single-payment-experience-box { .icon { background-color: #c1e9c5; &::before { background-color: #7dd179; } } &:hover { .icon { background-color: $black-color; } } } } &:nth-child(3) { .single-payment-experience-box { .icon { background-color: #bdc7d4; &::before { background-color: #73819c; } } &:hover { .icon { background-color: $black-color; } } } } &:nth-child(4) { .single-payment-experience-box { .icon { background-color: #bce5e5; &::before { background-color: #72c7c2; } } &:hover { .icon { background-color: $black-color; } } } } } /*================================================ Support Area CSS =================================================*/ .support-image { position: relative; padding-right: 130px; text-align: left; img { &:nth-child(2) { position: absolute; right: 0; top: 50%; transform: translateY(-50%); } } } .support-content { padding-left: 30px; h2 { margin-bottom: 20px; font: { size: 40px; weight: 600; }; } .btn { margin-top: 10px; } } /*================================================ Business Area CSS =================================================*/ .business-area { background-color: #051947; } .business-content { h2 { color: $white-color; margin-bottom: 0; font: { size: 40px; weight: 600; }; } .single-business-box { margin-top: 30px; h3 { color: $white-color; margin-bottom: 12px; font: { size: 21px; weight: 600; }; } p { color: $white-color; opacity: 0.9; } } } .business-image { margin-left: 50px; text-align: center; background: linear-gradient(125deg, #FDFF9C 0%, #0500FF 100%), linear-gradient(180deg, #D3D3D3 0%, #161616 100%), linear-gradient(310deg, #00F0FF 0%, #00F0FF 20%, #0017E3 calc(20% + 1px), #0017E3 40%, #000F8F calc(40% + 1px), #000F8F 70%, #00073F calc(70% + 1px), #00073F 100%), linear-gradient(285deg, #FFB6B9 0%, #FFB6B9 35%, #FAE3D9 calc(35% + 1px), #FAE3D9 45%, #BBDED6 calc(45% + 1px), #BBDED6 65%, #61C0BF calc(65% + 1px), #61C0BF 100%); background-blend-mode: overlay, overlay, exclusion, normal; padding: 50px; } /*================================================ Testimonials Area CSS =================================================*/ .testimonials-area { padding-bottom: 40px; } .single-testimonials-box { box-shadow: 5px 5px #8b98b5; margin-bottom: 30px; padding: 30px; transition: $transition; border: 1px solid #8b98b5; .rating { margin-bottom: 15px; i { font-size: 15px; color: #ffc107; } } p { margin: 0; color: #374d7f; font: { size: 15px; weight: 500; }; } h3 { color: $black-color; margin: { top: 20px; bottom: 0; }; font: { size: 15px; weight: 700; }; span { font-weight: 400; color: $paragraph-color; display: inline-block; margin-left: 5px; } } &:hover { box-shadow: 5px 5px $black-color; } } /*================================================ Global Area CSS =================================================*/ .global-area { background-color: #051947; .section-title { h2 { color: $white-color; } p { color: $white-color; } } } .global-content { padding-right: 30px; ul { padding-left: 0; margin-bottom: 0; list-style-type: none; li { margin-bottom: 12px; color: $white-color; background-color: rgba(0, 0, 0, .12); padding: 30px 40px 28px; position: relative; border-radius: 2px; z-index: 1; font: { size: 20px; weight: 600; }; &:last-child { margin-bottom: 0; } &::before { content: ''; position: absolute; left: 0; top: 0; width: 0%; border-radius: 2px; height: 100%; z-index: -1; background: $main-gradient-color; transition: $transition; } &:hover { &::before { width: 100%; } } } } } /*================================================ Success Story Area CSS =================================================*/ .success-story-inner { background-color: #051947; position: relative; z-index: 1; padding: { top: 50px; bottom: 50px; left: 90px; right: 135px; }; &::before { content: ''; position: absolute; right: 0; top: 0; height: 100%; width: 30%; z-index: -1; background: linear-gradient(125deg, #00FF57 0%, #010033 40%, #460043 70%, #F0FFC5 100%), linear-gradient(55deg, #0014C9 0%, #410060 100%), linear-gradient(300deg, #FFC700 0%, #001AFF 100%), radial-gradient(135% 215% at 115% 40%, #393939 0%, #393939 40%, #849561 calc(40% + 1px), #849561 60%, #EED690 calc(60% + 1px), #EED690 80%, #ECEFD8 calc(80% + 1px), #ECEFD8 100%), linear-gradient(125deg, #282D4F 0%, #282D4F 40%, #23103A calc(40% + 1px), #23103A 70%, #A0204C calc(70% + 1px), #A0204C 88%, #FF6C00 calc(88% + 1px), #FF6C00 100%); background-blend-mode: overlay, screen, overlay, overlay, normal; } .owl-theme { .owl-nav { margin-top: 0; position: absolute; right: -90px; top: 50%; transform: translateY(-50%); [class*=owl-] { display: block; width: 45px; height: 45px; line-height: 48px; background-color: $white-color; border-radius: 50%; margin: 10px 0; font-size: 18px; transition: $transition; &:hover { color: $white-color; } } } } } .single-success-story-box { .content { padding-right: 40px; p { margin: 0; color: $white-color; font: { size: 22px; weight: 600; }; } h3 { color: #e8e8e8; margin: { top: 25px; bottom: 0; }; font: { size: 15px; weight: 700; }; span { font-weight: 300; color: #e7e7e7; display: inline-block; margin-left: 5px; } } .btn { margin-top: 30px; } } } /*================================================ Payment Features Area CSS =================================================*/ .payment-features-area { position: relative; z-index: 1; &::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background-color: #f4fcff; -webkit-clip-path: polygon(0 63%, 100% 30%, 100% 100%, 0% 100%); clip-path: polygon(0 63%, 100% 30%, 100% 100%, 0% 100%); } } .payment-features-overview { display: flex; align-items: center !important; flex-wrap: wrap; margin: { right: -15px; left: -15px; top: 70px; }; .payment-features-content { flex: 0 0 50%; max-width: 50%; padding: { left: 15px; right: 15px; }; .content { padding-left: 15px; h2 { margin-bottom: 18px; font: { size: 40px; weight: 600; }; } .link-btn { display: inline-block; font-weight: 600; position: relative; margin-top: 5px; line-height: 1; &::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: $main-gradient-color; transition: $transition; } &:hover { &::before { width: 0; } } } } } .payment-features-image { flex: 0 0 50%; max-width: 50%; padding: { left: 15px; right: 15px; }; .image { margin-right: 15px; text-align: center; background: linear-gradient(45deg, #000850 0%, #000320 100%), radial-gradient(100% 225% at 100% 0%, #FF6928 0%, #000000 100%), linear-gradient(225deg, #FF7A00 0%, #000000 100%), linear-gradient(135deg, #CDFFEB 10%, #CDFFEB 35%, #009F9D 35%, #009F9D 60%, #07456F 60%, #07456F 67%, #0F0A3C 67%, #0F0A3C 100%); background-blend-mode: screen, overlay, hard-light, normal; padding: 50px; } } &:first-child { margin-top: 0; } .payment-features-content-two { .payment-features-content { .content { padding: { left: 0; right: 15px; }; } } } .payment-features-image-two { .image { background: linear-gradient(123deg, #FFFFFF 0%, #00B2FF 100%), linear-gradient(236deg, #BAFF99 0%, #005E64 100%), linear-gradient(180deg, #FFFFFF 0%, #002A5A 100%), linear-gradient(225deg, #0094FF 20%, #BFF4ED 45%, #280F34 45%, #280F34 70%, #FF004E 70%, #E41655 85%, #B30753 85%, #B30753 100%), linear-gradient(135deg, #0E0220 15%, #0E0220 35%, #E40475 35%, #E40475 60%, #48E0E4 60%, #48E0E4 68%, #D7FBF6 68%, #D7FBF6 100%); background-blend-mode: overlay, overlay, overlay, darken, normal; margin: { right: 0; left: 15px; }; } } } .partner-area-two { .single-partner-item-new { img { max-width: 100%; width: auto; } } } /*================================================ Get Started Area CSS =================================================*/ .get-started-area { background: linear-gradient(129.96deg, #FF2F2F 10.43%, #000460 92.78%), radial-gradient(100% 246.94% at 100% 0%, #FFFFFF 0%, #020063 100%), linear-gradient(58.72deg, #2200F2 0%, #530000 100%), linear-gradient(154.03deg, #B70000 0%, #FF003D 74.04%), linear-gradient(341.1deg, #FF0000 7.52%, #0038FF 77.98%), linear-gradient(136.23deg, #00C2FF 11.12%, #FF0000 86.47%), radial-gradient(57.37% 100% at 50% 0%, #B50000 0%, #0034BB 100%); background-blend-mode: overlay, color-burn, screen, overlay, difference, difference, normal; } .get-started-title { h2 { color: $white-color; margin-bottom: 30px; font: { size: 40px; weight: 600; }; } } .get-started-content { p { color: #e9fffe; font: { size: 16px; weight: 600; }; } }
[-] woocommerce.scss
[edit]
[-] woocommerce.css
[edit]
[-] responsive.css
[edit]
[+]
..
[-] style.min.css
[edit]
[-] bootstrap.min.css
[edit]
[-] admin-dashboard.min.css
[edit]
[-] magnific-popup.min.css
[edit]
[-] meanmenu.css
[edit]
[-] responsive.scss
[edit]
[-] flat-icon.css
[edit]
[-] responsive.min.css
[edit]
[-] animate.min.css
[edit]
[-] vendors.min.css
[edit]
[-] odometer.min.css
[edit]
[-] style.css
[edit]
[-] style.css.map
[edit]
[-] all.css
[edit]
[-] style.scss
[edit]
[-] slick.min.css
[edit]
[-] nice-select.min.css
[edit]
[-] woocommerce.min.css
[edit]