@charset "UTF-8"; body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 { color: #3a3a3a; } img { max-width: 100%; } a, a:focus, a:hover, a:visited { text-decoration: none; } a:focus { outline: thin dotted; } /*-------------------------------------------------------------- # Heading --------------------------------------------------------------*/ .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-bottom: 20px; } h1, .entry-content h1 { font-size: 40px; font-size: 2.6666666666667rem; } h2, .entry-content h2 { font-size: 30px; font-size: 2rem; } h3, .entry-content h3 { font-size: 25px; font-size: 1.6666666666667rem; } h4, .entry-content h4 { font-size: 20px; font-size: 1.3333333333333rem; } h5, .entry-content h5 { font-size: 18px; font-size: 1.2rem; } h6, .entry-content h6 { font-size: 15px; font-size: 1rem; } /*-------------------------------------------------------------- # Table --------------------------------------------------------------*/ table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.5em; width: 100%; } td, th { padding: 8px; text-align: left; border-width: 0 1px 1px 0; } table, td, th { border: 1px solid rgba(0, 0, 0, 0.1); } /* Code */ code, pre { font-size: 0.9rem; line-height: 1.50001; font-variant-ligatures: none; word-wrap: break-word; word-break: normal; -webkit-tab-size: 4; -moz-tab-size: 4; tab-size: 4; } code { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; background-color: #f8f8f8; color: #e01e5a; } pre { margin-bottom: 16px; padding: 8px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; background: #f8f8f8; } blockquote { margin: 1.5em 1em 1.5em 3em; padding: 1.2em; font-size: 1.1em; line-height: inherit; position: relative; border-left: 5px solid rgba(0, 0, 0, 0.05); background-color: #fbfbfb; } .gallery-columns-4 .gallery-item, .gallery-item { margin: 0; } img { vertical-align: middle; border-style: none; } svg { overflow: hidden; vertical-align: middle; } /* align */ /* .alignleft, .alignright{ margin-top: 0; } */ /* Colors */ /* Fonts */ /* Z-index */ /* General Setting */ html { font-size: 15px; } body { font-size: 15px; font-family: "Poppins"; font-weight: 400; } /* Mixins */ .no-comments:before { font: normal normal normal 14px FontAwesome; content: "\F05E"; margin-right: 0.3rem; margin-right: 0.4rem; font-size: 1.1rem; position: relative; top: 0.05rem; } @media (max-width: 768px) { .order-mobile-2 { order: 2; } } @media (max-width: 768px) { .order-mobile-1 { order: 1; } } @media (max-width: 768px) { .hide-on-mobile { display: none !important; } } .display-on-mobile { display: none; } @media (max-width: 768px) { .display-on-mobile { display: block; } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(1turn); -ms-transform: rotate(1turn); transform: rotate(1turn); } } /* Placeholders */ .wrap-breadcrumb ul, .widget-area .widget ul, .business-power-main-menu > ul, .business-power-main-menu > ul ul { list-style: none; padding: 0; margin: 0; } .business-power-btn-primary, .comment-respond .comment-form input[type="submit"], .no-results.not-found a { background: #1a55cb; color: #fff; border-radius: 10px 0 10px 0; padding: 13px 23px; position: relative; overflow: hidden; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; overflow: hidden; transition: all .3s; cursor: pointer; } .business-power-btn-primary i, .comment-respond .comment-form input[type="submit"] i, .no-results.not-found a i { margin-left: 0.3rem; } .business-power-btn-primary:visited, .comment-respond .comment-form input:visited[type="submit"], .no-results.not-found a:visited { color: #fff; } .business-power-btn-primary:hover, .comment-respond .comment-form input:hover[type="submit"], .no-results.not-found a:hover { color: #fff; text-decoration: none; } .no-comments { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; padding: 0.8rem 1rem; font-size: 0.9rem; } /* https://bootsnipp.com/fullscreen/ZkMKE */ .comment-respond .comment-form .comment-form-cookies-consent label { display: inline-block; position: relative; padding-left: 1.5rem; } .comment-respond .comment-form .comment-form-cookies-consent label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; top: 2px; left: 0; border: 1px solid #cccccc; border-radius: 0; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .comment-respond .comment-form .comment-form-cookies-consent label::after { top: 2px; display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; } .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] { opacity: 0; visibility: hidden; position: absolute; } .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\F00C"; } .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label { opacity: 0.65; } .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } .comment-respond .comment-form .checkbox-circle.comment-form-cookies-consent label::before { border-radius: 50%; } .comment-respond .comment-form .checkbox-inline.comment-form-cookies-consent { margin-top: 0; } body:not(.home) #content, body.home.blog #content { padding-top: 5rem; padding-bottom: 5rem; } /* when admin panel is open */ .admin-bar.business-power-search-opened .business-power-main-header-wrapper { top: 32px; } @media (max-width: 783px) { .admin-bar.business-power-search-opened .business-power-main-header-wrapper { top: 46px; } } @media (max-width: 600px) { .admin-bar.business-power-search-opened .business-power-main-header-wrapper { top: 0; } } .business-power-main-header-wrapper { position: relative; } .business-power-main-header-wrapper .menu-toggler { display: none; } @media (max-width: 992px) { .business-power-main-header-wrapper .menu-toggler { display: block; } } .business-power-main-header-wrapper .business-power-header-icons { font-size: 1.3rem; margin-left: 1.2rem; } .business-power-main-header-wrapper .business-power-header-icons .business-power-search-icon { padding: 0px 0.5rem; display: inline-block; color: #000; } .business-power-main-header-wrapper .business-power-main-header { display: flex; } .business-power-main-header-wrapper .business-power-main-header .business-power-navigation-n-options { flex-grow: 1; display: flex; justify-content: flex-end; align-items: center; } .site-branding { display: flex; align-items: center; flex: 0 0 30%; } @media (max-width: 992px) { .site-branding { flex: 0 0 50%; } } .site-branding .site-title { font-size: 2rem; margin: 0; } .site-branding .site-title a { color: #1a55cb; font-weight: 600; } .site-branding .site-description { font-size: 0.95rem; margin: 0; color: #e8effc; } .wrap-breadcrumb { margin-top: 1rem; position: relative; z-index: 9; } .wrap-breadcrumb ul { display: flex; justify-content: center; margin-bottom: 0; flex-wrap: wrap; } .wrap-breadcrumb ul li { margin: 0 0.3rem; font-size: 1.1rem; } @media (max-width: 768px) { .wrap-breadcrumb ul li { font-size: 1rem; } } .wrap-breadcrumb ul li a { color: #9b9b9b; } .wrap-breadcrumb ul li a:after { font-family: fontAwesome; padding-left: 0.5rem; font-size: 0.9rem; } .business-power-inner-banner-wrapper { min-height: 420px; background: #f7f7f7; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; } @media (max-width: 768px) { .business-power-inner-banner-wrapper { min-height: 300px; } .business-power-inner-banner-wrapper h1 { font-size: 2rem; } } .business-power-inner-banner-wrapper:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; } .business-power-inner-banner-wrapper svg { position: absolute; bottom: -28px; left: -100px; width: calc( 100% + 100px); fill: #fff; z-index: 1; display: none; } .business-power-inner-banner-wrapper .business-power-inner-banner { position: relative; z-index: 9; text-align: center; } .business-power-inner-banner-wrapper .business-power-inner-banner .entry-title { margin: 0; font-size: 40px; } .business-power-inner-banner-wrapper .search-form { max-width: 600px; margin: 0 auto; margin-bottom: 2rem; } .business-power-inner-banner-wrapper .search-form label input.search-field { background-color: #fff; } .business-power-inner-banner-wrapper .search-form label input.search-field:focus { background: #fff; } .business-power-search-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.35); z-index: 9; } .search-form { display: flex; position: relative; } .search-form label { flex-grow: 1; margin: 0; } .search-form label input.search-field { min-height: 54px; border: none; background: #fff; font-size: 1rem; padding: 0.8rem 1rem 0.8rem 4rem; width: 100%; box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.121569); } .search-form label input.search-field:focus { background: #f7f7f7; outline: thin dotted; } .search-form button { border: none; position: absolute; left: 25px; top: 0; bottom: 0; font-size: 1.5rem; padding: 0; cursor: pointer; background: transparent; } .business-power-header-search { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(220, 220, 220, 0.9); z-index: 10; visibility: hidden; opacity: 0; justify-content: center; align-items: center; } .business-power-header-search label input.search-field { padding: 1.3rem 1rem 1.3rem 4rem; font-size: 1.5rem; } .business-power-search-opened { overflow: hidden; } .business-power-search-opened .business-power-header-search { display: flex; visibility: visible; opacity: 1; transition: all 0.1s linear; } .business-power-search-opened .business-power-header-search .search-form { opacity: 1; transition: all 0.3s ease-in-out; } .business-power-search-opened .business-power-header-search .close { transform: scale(1); opacity: 1; font-size: 1.2rem; transition: all 0.3s linear; } .business-power-header-search .close { font-size: 1.2rem; transform: scale(0.5); opacity: 0; border: none; padding: 0; background: #fff; cursor: pointer; border-radius: 50%; position: fixed; text-align: center; width: 40px; height: 40px; top: 15px; right: 15px; } .business-power-header-search .close:focus { outline: thin dotted; } .business-power-header-search .close:hover { background-color: #cacaca; } .business-power-header-search .search-form { align-items: center; width: 800px; max-width: calc(100% - 60px); height: 47px; transform: translate(0, -15vh); opacity: 0; } .calendar_wrap { box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0588235); padding: 1rem; } .calendar_wrap table { border: none; } .calendar_wrap table th { color: #a7a1a1; font-weight: 600; text-align: center; } .calendar_wrap table th, .calendar_wrap table td { border: none; } .calendar_wrap table .caption { caption-side: top; } .calendar_wrap table tbody th, .calendar_wrap table tbody td { position: relative; text-align: center; } .calendar_wrap table tbody th a, .calendar_wrap table tbody td a { background: #f6f5f7; position: absolute; left: 2px; top: 2px; right: 2px; bottom: 2px; line-height: 2.2; border-radius: 0.3rem; color: #000; } .calendar_wrap #today { background: #565555; color: #fff; } .footer-widget table { width: auto; } .widget select { width: 100%; border: 1px solid #ddd; padding: 0.75rem 0.6rem; border-radius: 0; } .widget-area .widget ul li { position: relative; padding-left: 1.3rem; } .widget-area .widget ul li:before { position: absolute; left: 0; top: 0.7rem; font: normal normal normal 14px FontAwesome; content: "\F105"; margin-right: 0.3rem; } .widget-area .widget ul li a { font-size: 0.95rem; line-height: 36px; color: #282835; text-decoration: underline; } .widget_tag_cloud .tagcloud a { color: #282835; padding: 3px 10px; color: #5a5a77; background: #f0f2f9; border-radius: 4px; margin: 2px; display: inline-block; } .widget-area .widget:not(:last-child) { margin-bottom: 30px; } .widget-area .widget .widget-title { margin-top: 0; font-size: 1.5rem; font-weight: 600; margin-bottom: 1.4rem; } .business-power-post { margin-bottom: 30px; box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.02); border-radius: 6px; overflow: hidden; transition: all 0.3s; transform: translateY(0); } .business-power-post.sticky { position: relative; border: 3px solid #047CAE; } .business-power-post.sticky .image-full { border-radius: 0; } .business-power-post.sticky .post-content-wrap { padding: 1.5rem; } .business-power-post.sticky:after { font: normal normal normal 14px FontAwesome; content: "\F08D"; margin-right: 0.3rem; margin-right: 0.3rem; position: absolute; top: 0.7rem; z-index: 2; font-size: 1.7rem; border-radius: 0.2rem; right: 0.7rem; color: #fff; transform: rotate(45deg); } .business-power-post:hover { transform: translateY(-10px); box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.02); } .business-power-post:hover .image-full .business-power-post-type-icon { visibility: visible; opacity: 1; transform: translate(-50%, -50%) scale(0.9); } .business-power-post .image-full { padding-bottom: 70%; background-size: cover; background-position: center; background-color: #f8f6fe; position: relative; overflow: hidden; } .business-power-post .image-full .business-power-post-type-icon { position: absolute; top: 50%; left: 50%; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 0.2rem; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; visibility: hidden; opacity: 0; transform: translate(-50%, -50%) scale(1.1); transition: all 0.3s linear; } .business-power-post .image-full .business-power-post-type-icon i { color: #000; } .business-power-post .image-full:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.2); z-index: 1; } .business-power-post .post-title { margin-bottom: 0; word-break: break-all; margin-top: 0; } .business-power-post .post-title a { display: block; font-size: 1.4rem; margin: 0.5rem 0 0.7rem; color: #000; } .business-power-post .entry-content-stat { color: #767676; margin-bottom: 1.4rem; } .business-power-post .entry-content-stat + a { color: #000; display: inline-flex; align-items: center; } .business-power-post .entry-content-stat + a i { margin-left: 0.3rem; transition: margin 0.3s linear; } .business-power-post .entry-content-stat + a:hover { text-decoration: underline; } .business-power-post .entry-content-stat + a:hover i { margin-left: 0.5rem; } .business-power-post .post-content-wrap { padding: 30px 45px; position: relative; } .business-power-post .post-content-wrap img { position: absolute; top: -23px; left: 45px; background: #fff; z-index: 1; border-radius: 50%; overflow: hidden; padding: 0.15rem; } .business-power-post .business-power-comments { float: right; } .business-power-post .business-power-comments a { color: #000; } .business-power-post .business-power-comments a:hover { text-decoration: underline; } @media (max-width: 992px) { .business-power-main-menu { display: none; } } .business-power-main-menu > ul { display: flex; margin-bottom: 0; flex-wrap: wrap; } .business-power-main-menu > ul li:focus-within > ul { visibility: visible; transform: translateY(0); opacity: 1; } .business-power-main-menu > ul li:focus-within > ul, .business-power-main-menu > ul li:hover > ul { visibility: visible; transform: translateY(0); opacity: 1; } .business-power-main-menu > ul li ul { margin-left: 0; visibility: hidden; transform: translateY(0.7rem); opacity: 1; transition: all 0.2s linear; position: absolute; z-index: 99; width: 230px; background-color: #fff; padding: 1.5rem 0; box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05); border-radius: 0 0 6px 6px; padding: 0.5rem 0; } .business-power-main-menu > ul li a { color: #383838; } .business-power-main-menu > ul > li { padding: 2rem 0; } .business-power-main-menu > ul > li > a { font-weight: 500; position: relative; } .business-power-main-menu > ul > li > a:after { content: ""; width: 10%; left: 50%; transform: translateX(-50%); bottom: -7px; height: 2px; background: black; position: absolute; transition: all 0.3s; visibility: hidden; } .business-power-main-menu > ul > li:hover > a:after { width: 100%; visibility: visible; } .business-power-main-menu > ul > li:not(:first-child) { margin-left: 40px; } .business-power-main-menu > ul > li.current-menu-item > a { color: #1a55cb; } .business-power-main-menu > ul > li.current-menu-item > a:after { width: 100%; background: #1a55cb; width: 100%; visibility: visible; } .business-power-main-menu > ul > li { position: relative; } .business-power-main-menu > ul > li > ul { left: 0; top: 100%; } .business-power-main-menu > ul > li > ul li.menu-item-has-children > a { position: relative; } .business-power-main-menu > ul > li > ul li.menu-item-has-children > a:after { position: absolute; right: 0.7rem; top: 50%; transform: translateY(-50%); font: normal normal normal 14px FontAwesome; content: "\F105"; margin-right: 0.3rem; } .business-power-main-menu > ul > li > ul li:hover > a { background-color: #efefef; color: #000; } .business-power-main-menu > ul > li > ul li a { padding: 0.3rem 1.5rem; display: block; font-size: 15px; line-height: 1.6; color: #383838; } .business-power-main-menu > ul > li li { position: relative; } .business-power-main-menu > ul > li li ul { left: 100%; top: 0; } .footer-widget { color: #b5b5b5; } .footer-widget ul { margin: 0; padding: 0; list-style: none; color: #b5b5b5; } .footer-widget ul li { color: #b5b5b5; padding-bottom: 8px; } .footer-widget ul li a { color: #b5b5b5; } .footer-widget ul li a:hover { text-decoration: none; } .footer-widget .widget-title { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 35px; text-transform: uppercase; } .footer-widget .footer-widget-wrapper { /* @include media(mobile) { flex-basis: 100%; } */ } .footer-widget .footer-widget-wrapper section { width: 100%; } .business-power-main-footer-section { background: #2b2b2b; } .business-power-main-footer-section .widget { margin-bottom: 20px; } .business-power-lower-footer-section { background: #2f2e2e; padding: 16px 0; } .business-power-lower-footer-section .author-link { text-align: right; } @media (max-width: 576px) { .business-power-lower-footer-section .author-link { text-align: center; } } .business-power-lower-footer-section .author-link a { color: #1a55cb; } @media (max-width: 576px) { .business-power-lower-footer-section #business-power-copyright { display: block; text-align: center; } } .business-power-lower-footer-section .social-menu { text-align: center; } .business-power-lower-footer-section span, .business-power-lower-footer-section a { font-size: 14px; } .pagination { display: flex; justify-content: center; } .pagination .nav-links > * { padding: 8px 10px 5px; min-width: 43px; display: inline-block; margin: 0 1px; text-align: center; border: 1.3px solid #000; color: #000; font-size: 15px; line-height: 23px; } .pagination .nav-links > *:hover { background-color: white; } .pagination .nav-links > *.current { background-color: #000; color: #fff; } .comment-notes { padding: 1rem; border-left: 4px solid #000000; background: #fff; font-size: 0.9rem; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.0588235); border-radius: 0; } .comment-respond .required { color: red; } .comment-respond .comment-reply-title { margin: 4rem 0 1.5rem; font-size: 1.5rem; font-weight: 700; } .comment-respond .comment-reply-title:before { font: normal normal normal 14px FontAwesome; content: "\F0E5"; margin-right: 0.3rem; font-size: 1.8rem; margin-right: 0.8rem; } .comment-respond .comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-respond .comment-form textarea { width: 100%; border: none; background-color: #f7f7f7; font-size: 1rem; padding: 0.8rem; border-radius: 0; } .comment-respond .comment-form input[type="submit"]:hover { background: #2419b9; } .comment-respond .comment-form label { font-size: 0.9rem; color: #727272; } .entry-meta { display: flex; align-items: center; margin-bottom: 1.3rem; } .entry-meta.single { min-height: 50px; padding: 0.5rem; margin-top: 1.5rem; margin-bottom: 2rem; border: 2px solid #f7f7f7; } .entry-meta.single .author-info { margin-left: 1rem; } .entry-meta.single .author-info .posted-on a { text-decoration: underline; color: #000; } .entry-meta.single .url { color: #000; text-transform: uppercase; font-weight: 600; font-size: 1rem; } .entry-meta.single .url img { border-radius: 0; } .entry-meta.single .posted-date { font-size: 0.8rem; } .entry-meta.single .posted-date a { color: #767676; } .entry-meta:not(.single) .author-info:before { font: normal normal normal 14px FontAwesome; content: "\F073"; margin-right: 0.3rem; } .entry-meta .author-info { font-size: 0.9rem; color: #767676; } .entry-meta .author-info .posted-on a { text-decoration: underline; color: #767676; } .entry-meta .url { color: #000; text-transform: uppercase; font-weight: 600; font-size: 0.95rem; text-decoration: underline; } .comments-area .comments-title { margin: 3.5rem 0 2rem; font-size: 1.6rem; font-weight: 700; padding-left: 2.5rem; position: relative; } .comments-area .comments-title:before { font: normal normal normal 14px FontAwesome; content: "\F0E6"; margin-right: 0.3rem; font-size: 1.8rem; position: absolute; left: 0; } .comments-area .comment-list { list-style: none; } .comments-area .comment-list ol { list-style: none; } .comments-area .comment-list .comment-body { padding-left: 3rem; position: relative; margin-bottom: 3rem; } .comments-area .comment-list .comment-body + .comment-respond { padding-left: 3rem; margin-bottom: 4rem; } .comments-area .comment-list .comment-body .comment-awaiting-moderation { background: #f7f7f7; display: block; padding: 0.8rem; font-size: 0.85rem; margin: 0.5rem 0; border-left: 2px solid #000; border-radius: 0; } .comments-area .comment-list .comment-body .comment-awaiting-moderation + br { display: none; } .comments-area .comment-list .comment-body .comment-meta { color: #000; font-size: 0.8rem; } .comments-area .comment-list .comment-body .comment-meta * { color: #767676; } .comments-area .comment-list .comment-body .comment-author cite { font-weight: 600; font-style: inherit; } .comments-area .comment-list .comment-body .comment-author cite a { color: #000; text-decoration: underline; } .comments-area .comment-list .comment-body p { margin-top: 0.5rem; background: #f7f7f7; padding: 0.8rem; font-size: 0.9rem; margin-bottom: 0.4rem; } .comments-area .comment-list .comment-body .reply a { font-weight: 600; color: #000; font-size: 0.85rem; } .comments-area .comment-list .comment-body .comment-reply-link:before { font: normal normal normal 14px FontAwesome; content: "\F112"; margin-right: 0.3rem; font-size: 0.85rem; } .comments-area .comment-list .comment-body .comment-author img { position: absolute; left: 0; top: 0; border-radius: 0; } .comment-respond .comment-reply-title a, .comment-respond .logged-in-as a { font-size: 0.9rem; color: #767676; text-decoration: underline; } .comment-respond .comment-reply-title a { float: right; margin-top: 0.5rem; margin-left: 0.7rem; } @media (max-width: 576px) { .comment-respond .comment-reply-title a { display: block; float: none; text-align: right; } } .comment-navigation + * { margin-top: 65px; } .no-results.not-found { text-align: center; } .no-results.not-found h1 { margin: 2.5rem 0 1.5rem; } .no-results.not-found .page-content p { margin-bottom: 40px; } .no-results.not-found svg { max-width: 650px; } .no-results.not-found a { display: inline-block; border-radius: 10px 0px 10px 0; text-transform: uppercase; } .no-results.not-found .search-form { max-width: 400px; margin: 45px auto; } .post-navigation .nav-links { display: flex; justify-content: space-between; margin-top: 5rem; } @media (max-width: 992px) { .post-navigation .nav-links { margin-top: 3rem; margin-bottom: 2rem; flex-direction: column; } } .post-navigation .nav-links > div { width: calc(50% - 15px); padding: 1rem; border: 2px solid #f7f7f7; transition: all 0.3s linear; position: relative; background: #f7f7f7; } @media (max-width: 992px) { .post-navigation .nav-links > div { width: 100%; margin-bottom: 0.7rem; } } .post-navigation .nav-links > div:hover { background-color: #f7f7f7; } .post-navigation .nav-links > div a span { display: block; } .post-navigation .nav-links > div a .nav-title { font-size: 1.1rem; margin-top: 0.3rem; color: #000; font-weight: 600; } .post-navigation .nav-links > div.nav-next { text-align: right; padding-right: 3rem; } .post-navigation .nav-links > div.nav-next:hover:after { right: 10px; } .post-navigation .nav-links > div.nav-next:after { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); transition: all 0.3s linear; font: normal normal normal 14px FontAwesome; content: "\F061"; margin-right: 0.3rem; } .post-navigation .nav-links > div.nav-previous { padding-left: 3rem; } .post-navigation .nav-links > div.nav-previous:hover:after { left: 10px; } .post-navigation .nav-links > div.nav-previous:after { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); transition: all 0.3s linear; font: normal normal normal 14px FontAwesome; content: "\F060"; margin-right: 0.3rem; } /* fs = font size */ .business-power-mobile-menu ul { margin: 0; padding: 0; } .business-power-mobile-menu a { text-decoration: none; } .business-power-mobile-menu-overlay { background-color: rgba(0, 0, 0, 0.5); position: fixed; left: 0; bottom: 0; right: 0; top: 0; z-index: 99; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .business-power-mobile-menu-overlay.business-power-menu-open { opacity: 1; visibility: visible; } body { overflow-X: hidden; } body.business-power-menu-open { overflow-y: hidden; } .business-power-mobile-menu { position: fixed; top: 0; height: 100%; overflow-y: auto; width: 300px; z-index: 99999; overflow-x: hidden; background-color: #fff; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; right: -300px; } .business-power-mobile-menu.business-power-menu-open { right: 0; } .business-power-mobile-menu ul.menu { margin: 0; padding: 0; list-style: none; } .business-power-mobile-menu ul.menu > li > a { padding: 10px 35px 10px 15px; display: block; font-weight: 300; font-size: 1.03rem; text-transform: capitalize; color: #000; position: relative; } .business-power-mobile-menu ul.menu > li ul { background-color: #f7f7f7; display: none; } .business-power-mobile-menu ul.menu > li ul li { list-style: none; position: relative; } .business-power-mobile-menu ul.menu > li ul li a { display: block; padding: 10px 35px 10px 15px; border-bottom: 1px solid #f2f2f2; color: #000; font-size: 0.95rem; position: relative; } .business-power-mobile-menu ul.menu > li ul li ul li a { padding: 8px 0 8px 25px; } .business-power-arrow-box { display: inline-block; float: right; width: 30px; transition: all 0.3s linear; position: absolute; right: 0; top: 0; bottom: 0; -webkit-transfrom: scale(0.5); -moz-transfrom: scale(0.5); transform: scale(0.5); } .business-power-menu-open .business-power-arrow-box { -webkit-transfrom: scale(1); -moz-transfrom: scale(1); transform: scale(1); -webkit-transition: all 0.4s ease-in-out 0.2s; -moz-transition: all 0.4s ease-in-out 0.2s; transition: all 0.4s ease-in-out 0.2s; } .business-power-arrow-box.open { transform: rotate(180deg); } .business-power-arrow-box .business-power-down-arrow { width: 8px; height: 8px; position: absolute; top: 46%; left: 60%; transform: translate(-50%, -50%); } .business-power-arrow-box .business-power-down-arrow:after, .business-power-arrow-box .business-power-down-arrow:before { content: ''; position: absolute; height: 100%; width: 1px; background-color: #000; } .business-power-arrow-box .business-power-down-arrow:after { transform: rotate(45deg) translateX(3px); transform-origin: right; } .business-power-arrow-box .business-power-down-arrow:before { transform: rotate(-45deg) translateX(-3px); transform-origin: left; } .business-power-close-wrapper { text-align: right; padding: 10px 7px; } .business-power-close-wrapper .business-power-inner-box { width: 20px; height: 20px; cursor: pointer; display: inline-block; position: relative; -webkit-transform: scale(0) rotate(180deg); -moz-transform: scale(0) rotate(180deg); transform: scale(0) rotate(180deg); } .business-power-menu-open .business-power-close-wrapper .business-power-inner-box { -webkit-transform: scale(1) rotate(0deg); -moz-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition: all 0.4s ease-in-out 0.3s; -moz-transition: all 0.4s ease-in-out 0.3s; transition: all 0.4s ease-in-out 0.3s; } .business-power-close-wrapper .business-power-inner-box .business-power-inner { display: inline-block; } .business-power-close-wrapper .business-power-inner-box .business-power-inner:after, .business-power-close-wrapper .business-power-inner-box .business-power-inner:before { content: ""; position: absolute; background-color: #000; top: 50%; left: 50%; width: 2px; height: 100%; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); } .business-power-close-wrapper .business-power-inner-box .business-power-inner:before { -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); } .menu-toggler { margin-top: 0.55rem; margin-left: 0.3rem; background: transparent; border: none; box-shadow: none; float: right; font-size: 32px; width: 24px; height: 24px; cursor: pointer; padding: 0; position: relative; } .menu-toggler span { display: block; position: absolute; height: 2px; width: 100%; background: #000; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: transform 0.35s ease; -moz-transition: transform 0.35s ease; transition: transform 0.35s ease; } .menu-toggler span:nth-child(1) { top: 0px; } .menu-toggler span:nth-child(2), .menu-toggler span:nth-child(3) { top: 8px; } .menu-toggler span:nth-child(4) { top: 16px; } .menu-toggler.business-power-menu-open { z-index: 9; } .menu-toggler.business-power-menu-open span:nth-child(1) { top: 8px; width: 0%; left: 50%; } .menu-toggler.business-power-menu-open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); } .menu-toggler.business-power-menu-open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-toggler.business-power-menu-open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } .post-categories { padding: 0; list-style: none; display: flex; flex-wrap: wrap; margin-bottom: 0; } .post-categories li { margin-top: 0.3rem; } .post-categories li a { background-color: #f3f3f3; color: #000; font-size: 0.75rem; padding: 0.2rem 0.4rem; margin-right: 0.3rem; display: inline-block; transition: all 0.3s linear; } .post-categories li a:hover { color: #000; background-color: #eeeeee; } .error404 { /* This code create the bug on search popup form you can experiment uncomment this code on 404 page .search-form { max-width: 500px; margin: auto; margin-bottom: 25px; } */ } .error404 .error-404 { padding: 30px; text-align: center; background: #f8f8f8; margin: 30px 0; border: 1px solid #e1e1e1; border-radius: 3px; } .error404 svg { max-width: 700px; } .error404 .not-found { text-align: center; } .error404 .not-found h1 { margin-bottom: 1.1rem; font-size: 70px; color: #000; margin-top: 0; } .banner-content-left .business-power-inner-banner { text-align: left; } .banner-content-left #business-power-breadcrumb ul { justify-content: flex-start; } .banner-content-left .search-form { margin: 0 0 2rem; } .banner-content-right .business-power-inner-banner { text-align: right; } .banner-content-right #business-power-breadcrumb ul { justify-content: flex-end; } .banner-content-right .search-form { margin: 0 0 2rem auto; } .business-power-inner-banner-wrapper { background-repeat: no-repeat; background-size: cover; background-position: center; } .banner-background-attachment-fixed { background-attachment: fixed; } .business-power-left-sidebar .content-order { order: 2; } @media (max-width: 768px) { .business-power-left-sidebar .content-order { order: 1; } } .business-power-left-sidebar .sidebar-order { order: 1; padding-right: 50px; } @media (max-width: 768px) { .business-power-left-sidebar .sidebar-order { order: 2; } } .business-power-right-sidebar .content-order { order: 1; } .business-power-right-sidebar .sidebar-order { order: 2; padding-left: 50px; } .widget-area .widget:not(:last-child) { margin-bottom: 50px; } .widget-area .widget { border-radius: 0.3rem; } .widget-area .widget ul li a { text-decoration: none; } .widget-area .widget .search-form label input.search-field { background: #ffffff; box-shadow: 0 0 10px 0 #e2e2e2; } .widget-area #calendar_wrap { background: #fff; } .business-power-post .business-power-comments a:hover { text-decoration: none; } .business-power-post .entry-content-stat + a:hover { text-decoration: none; } .business-power-site-header { box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1); background: #fff; } .pagination { margin-top: 40px; } .pagination .nav-links > * { padding: 6px 12px 4px; border-radius: 3px; } .business-power-site-header { position: fixed; height: 82px; left: 0; top: 0; z-index: 99; width: 100%; } .business-power-site-header + * { margin-top: 82px; } .admin-bar .business-power-site-header { top: 32px; } .entry-meta { margin-bottom: 1rem; } .entry-meta .url { text-decoration: none; } .entry-meta .author-info .posted-on a { text-decoration: none; } .post .post-content-wrap:after, .post .post-content-wrap:before { content: ''; display: table; clear: both; } .post .post-categories li a { color: #767676; } .edit-link { margin: 10px 0; display: block; } .edit-link .post-edit-link { color: #767676; font-size: 0.9rem; } .edit-link .post-edit-link:before { font: normal normal normal 14px FontAwesome; content: "\F040"; margin-right: 0.3rem; } .pagination .prev:before { font: normal normal normal 14px FontAwesome; content: "\F100"; margin-right: 0.3rem; } .pagination .next:after { font: normal normal normal 14px FontAwesome; content: "\F101"; margin-right: 0.3rem; margin-right: 0; margin-left: 0.3rem; } .container-box { max-width: 1200px; margin: auto; box-shadow: 0 20px 25px -5px rgba(177, 177, 177, 0.1), 0 10px 10px -5px rgba(191, 191, 191, 0.04); } .business-power-arrow { position: absolute; top: 50%; z-index: 1; transform: translate(0, -50%); cursor: pointer; transition: all .3s; } .business-power-arrow svg { width: 35px; height: 35px; opacity: 1; transition: all .3s; fill: #fff; } .business-power-arrow svg:hover { fill: #1a55cb; } .business-power-arrow-prev { left: 30px; } .business-power-arrow-prev:hover { left: 35px; } @media (max-width: 768px) { .business-power-arrow-prev { left: 0; } .business-power-arrow-prev:hover { left: 5px; } } .business-power-arrow-next { right: 30px; } .business-power-arrow-next:hover { right: 35px; } @media (max-width: 768px) { .business-power-arrow-next { right: 0; } .business-power-arrow-next:hover { right: 5px; } } ul.slick-dots { display: flex; list-style: none; margin: 0; padding: 0; position: absolute; bottom: 30px; align-items: center; justify-content: center; width: 100%; z-index: 1; } ul.slick-dots li button { background: transparent; border: none; color: transparent; position: relative; width: 35px; margin: 0 2px; cursor: pointer; } ul.slick-dots li button:focus { outline: none; } ul.slick-dots li button:before { left: 0; content: ""; background: #bdbdbd; width: 30px; height: 6px; position: absolute; border-radius: 10px; } ul.slick-dots li.slick-active button:before { background: #fff; } .business-power-header-btn { margin-left: 30px; } .business-power-btn-primary:after { content: ""; position: absolute; left: 0; width: 0; height: 100%; background: #2419b9; top: 0; opacity: 0; transition: all .3s; border-radius: 10px 0 10px 0; } .business-power-btn-primary > * { position: relative; z-index: 99; } .business-power-btn-primary:hover:after { opacity: 1; width: 100%; } .business-power-section-title { font-size: 40px; text-transform: uppercase; font-weight: 900; margin: 0 0 50px; z-index: 9; position: relative; } .business-power-section-title.section-title-black { color: #000; } .business-power-section-title.section-title-white { color: #fff; } @media (max-width: 768px) { .business-power-section-title { font-size: 28px; } } .business-power-content-center { text-align: center; max-width: 560px; margin: auto; } .business-power-content-center .business-power-section-title { margin-bottom: 30px; } .business-power-content-center p { line-height: 1.8; } .business-power-social-menu ul[id^='social-menu-'], .business-power-social-menu .business-power-demo-social-menu { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; justify-content: center; } .business-power-social-menu ul[id^='social-menu-'] li a span, .business-power-social-menu .business-power-demo-social-menu li a span { display: none; } .business-power-social-menu ul[id^='social-menu-'] li a:before, .business-power-social-menu .business-power-demo-social-menu li a:before { display: flex; font-family: fontAwesome; background: #fff; padding: 10px; margin-left: 10px; width: 25px; height: 25px; align-items: center; justify-content: center; border-radius: 2px; transition: all .3s; font-size: 16px; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="facebook.com"]:before, .business-power-social-menu ul[id^='social-menu-'] li a[href*="fb.me"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="facebook.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="fb.me"]:before { content: "\F09A"; color: #1877f2; } .business-power-social-menu ul[id^='social-menu-'] li a[href^="tel:"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href^="tel:"]:before { content: "\F095"; color: #000; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="twitter.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="twitter.com"]:before { content: "\F099"; color: #1da1f2; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="linkedin.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="linkedin.com"]:before { content: "\F0E1"; color: #007bb5; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="wordpress.org"]:before, .business-power-social-menu ul[id^='social-menu-'] li a[href*="wordpress.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="wordpress.org"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="wordpress.com"]:before { content: "\F19A"; color: #0073aa; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="instagram.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="instagram.com"]:before { content: "\F16D"; color: #c32aa3; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="youtube.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="youtube.com"]:before { content: "\F167"; color: #ff0000; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="vimeo.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="vimeo.com"]:before { content: "\F27D"; color: #1ab7ea; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="dribbble.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="dribbble.com"]:before { content: "\F17D"; color: #ea4c89; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="aboutme.google.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="aboutme.google.com"]:before { content: "\F0D5"; color: #db4437; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="vine.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="vine.com"]:before { content: "\F1CA"; color: #00b489; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="whatsapp.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="whatsapp.com"]:before { content: "\F232"; color: #25d366; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="wechat.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="wechat.com"]:before { content: "\F1D7"; color: #25d366; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="line.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="line.com"]:before { content: "\F0E5"; color: #25d366; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="snapchat.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="snapchat.com"]:before { content: "\F2AC"; color: #fffc00; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="mailto:"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="mailto:"]:before { content: "\F0E0"; color: #ff0000; } .business-power-social-menu ul[id^='social-menu-'] li a[href*="github.com"]:before, .business-power-social-menu .business-power-demo-social-menu li a[href*="github.com"]:before { content: "\F09B"; color: #000; } .business-power-social-menu ul[id^='social-menu-'] li:first-child a:before, .business-power-social-menu .business-power-demo-social-menu li:first-child a:before { margin-left: 0; } .business-power-demo-social-menu li:first-child a:before { content: "\F09A"; color: #1877f2; } .business-power-demo-social-menu li:nth-child(2) a:before { content: "\F099"; color: #1da1f2; } .business-power-demo-social-menu li:nth-child(3) a:before { content: "\F0E1"; color: #007bb5; } .business-power-demo-social-menu li:nth-child(4) a:before { content: "\F16D"; color: #c32aa3; } .business-power-wave-buttom { overflow: hidden; position: absolute; left: 0; width: 100%; line-height: 0; direction: ltr; z-index: 1; bottom: -3px; transform: rotate(180deg); } .business-power-wave-buttom svg { fill: #fff; height: 89px; width: calc( 161% + 1.3px); transform: translateX(-50%) rotateY(180deg); position: relative; left: 50%; } .business-power-wave-buttom svg:not(:root) { overflow: hidden; } .business-power-wave-buttom.small-wave { bottom: -1px; } .business-power-wave-buttom.small-wave svg { height: 40px; display: none; } .business-power-stt { position: fixed; bottom: 90px; background: #1955ca; height: 50px; width: 50px; display: none; align-items: center; justify-content: center; border-radius: 3px; z-index: 9999; cursor: pointer; color: #fff; line-height: 50px; text-align: center; right: 25px; } /* */ .business-power-loader-wrapper { position: fixed; left: 0; right: 0; bottom: 0; top: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: #fff; z-index: 99999; } .business-power-loader-wrapper .business-power-loader { position: relative; width: 150px; height: 150px; animation: rotate 4s linear infinite; } .business-power-loader-wrapper .business-power-loader circle { width: 100%; height: 100%; fill: none; stroke-width: 5px; stroke: #4285f4; stroke-linecap: round; transform: translate(5px, 5px); stroke-dasharray: 210; stroke-dashoffset: 210; animation: animate 2s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes animate { 0%, 100% { stroke-dashoffset: 210; } 50% { stroke-dashoffset: 0; } 50.1% { stroke-dashoffset: 400; } } .business-power-feature-slider-inner, .business-power-cta-section { background-size: cover !important; background-repeat: no-repeat !important; background-position: center !important; } .business-power-feature-slider { position: relative; } .business-power-feature-slider-inner { height: 90vh; display: flex !important; align-items: center; } .business-power-feature-slider-inner:after { content: ''; height: 100%; width: 100%; position: absolute; background: #0000000f; left: 0; top: 0; z-index: 1; } .business-power-feature-slider-inner .business-power-feature-slider-inner-content { position: relative; z-index: 99; max-width: 800px; width: 100%; margin: auto; text-align: center; padding: 0 15px; } .business-power-feature-slider-inner .business-power-feature-slider-inner-content h2 { font-size: 58px; font-weight: 600; } .business-power-feature-slider-inner .business-power-feature-slider-inner-content h2 a { color: #fff; } @media (max-width: 768px) { .business-power-feature-slider-inner .business-power-feature-slider-inner-content h2 { font-size: 32px; } } @media (max-width: 768px) { .business-power-feature-slider-inner { height: 80vh; } } .business-power-about-section { padding: 120px 0; } .business-power-about-section .business-power-about-text-wrapper { padding-right: 50px; } .business-power-about-section .business-power-about-text-wrapper p { margin: 0 0 50px; line-height: 1.8; } @media (max-width: 768px) { .business-power-about-section .business-power-about-text-wrapper { padding-right: 0; } } @media (max-width: 768px) { .business-power-about-section { padding: 60px 0; text-align: center; } } .business-power-fun-facts { display: flex; align-items: center; margin-top: 50px; } .business-power-fun-facts .business-power-fun-facts-items { max-width: 33.33%; flex: 0 0 33.33%; padding-right: 20px; text-align: center; } .business-power-fun-facts .business-power-fun-facts-items h3 { margin: 0; color: #1a55cb; font-size: 48px; font-weight: 500; } @media (max-width: 768px) { .business-power-fun-facts .business-power-fun-facts-items h3 { font-size: 22px; } } .business-power-fun-facts .business-power-fun-facts-items h4 { margin: 0; font-size: 16px; text-transform: capitalize; color: #000; } @media (max-width: 768px) { .business-power-fun-facts .business-power-fun-facts-items h4 { font-size: 14px; } } @media (max-width: 768px) { .business-power-fun-facts .business-power-fun-facts-items { padding-right: 6px; } } @media (max-width: 768px) { .business-power-fun-facts { margin-top: 20px; margin-bottom: 40px; } } .business-power-about-image { position: relative; } .business-power-about-image:after { height: 100%; width: 100%; content: ""; background: #f5f5f5; position: absolute; left: 25px; top: 25px; z-index: -1; border-radius: 20px 0px 20px 0px; } .business-power-about-image .about-image-with-shadow { border-radius: 20px 0px 20px 0px; box-shadow: 0px 3px 22.75px 12.25px rgba(0, 0, 0, 0.09); } .business-power-about-image .business-power-about-image-overlay { position: absolute; background: #3571e459; border-radius: 20px 0px 20px 0px; top: 0; left: 0; transition: all .3s; height: 10px; width: 10px; visibility: hidden; opacity: 0; } .business-power-about-image:hover .business-power-about-image-overlay { height: 100%; width: 100%; visibility: visible; opacity: 1; } .business-power-services-section { padding: 110px 0 200px; position: relative; } .business-power-services-section > svg { position: absolute; left: -10%; top: 0; } @media (max-width: 768px) { .business-power-services-section > svg { display: none; } } .business-power-services-section .business-power-services-icon-box-wrapper { display: flex; flex-wrap: wrap; margin: 0 -15px; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box { max-width: 33.33%; flex: 0 0 33.33%; padding: 15px; } @media (max-width: 768px) { .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box { max-width: 50%; flex: 0 0 50%; } } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner { box-shadow: 0px 3px 22.75px 12.25px rgba(0, 0, 0, 0.09); padding: 40px 20px; text-align: center; border-radius: 20px 0px 20px 0px; height: 100%; position: relative; overflow: hidden; background: #fff; transform: translateY(0); transition: all .3s; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner * { position: relative; z-index: 9; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner h3 { margin: 35px auto 0; font-size: 15px; font-weight: 700; color: #000; text-transform: uppercase; padding: 0 7px; word-break: keep-all; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner a { position: absolute; height: 100%; width: 100%; left: 0; top: 0; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner:after { content: ""; background: #e6e6e6; position: absolute; height: 10%; width: 100%; left: 0; top: 0; transition: all .3s; opacity: 0; visibility: hidden; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner:hover { transform: translateY(-6px); } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner:hover:after { visibility: visible; opacity: 1; height: 100%; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner:hover h3 { color: #1a55cb; } .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner img { max-width: 60px; } @media (max-width: 768px) { .business-power-services-section .business-power-services-icon-box-wrapper .business-power-services-icon-box-inner { padding: 20px 15px; } } .business-power-services-section .business-power-services-text-wrapper { height: 100%; display: flex; flex-wrap: wrap; align-items: center; padding-left: 60px; } .business-power-services-section .business-power-services-text-wrapper .business-power-services-text-desc { margin: 0 0 50px; line-height: 1.8; } @media (max-width: 768px) { .business-power-services-section .business-power-services-text-wrapper .business-power-services-text-desc { margin: 0 0 25px; } } @media (max-width: 768px) { .business-power-services-section .business-power-services-text-wrapper { padding-left: 0; text-align: center; margin-bottom: 40px; } } @media (max-width: 768px) { .business-power-services-section { padding: 0 0 60px 0; } } .more-services-mbl { text-align: center; margin-top: 30px; } .business-power-team-section { padding-bottom: 120px; position: relative; } .business-power-team-section > svg { position: absolute; right: -181px; top: 0; } @media (max-width: 768px) { .business-power-team-section > svg { display: none; } } .business-power-team-section .business-power-content-center { margin-bottom: 75px; } .business-power-team-section .business-power-team-box { box-shadow: 0px 3px 22.75px 12.25px rgba(0, 0, 0, 0.09); background: #fff; position: relative; transition: all .3s; transform: translateY(0); } .business-power-team-section .business-power-team-box .business-power-team-description { text-align: center; padding: 30px 15px; } .business-power-team-section .business-power-team-box .business-power-team-description h3 { margin: 0; font-size: 16px; color: #000; } .business-power-team-section .business-power-team-box .business-power-team-description h4 { margin: 10px 0 0; color: #707070; font-size: 14px; font-weight: 400; } .business-power-team-section .business-power-team-box a { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .business-power-team-section .business-power-team-box:hover { transform: translateY(-10px); } .business-power-team-section .business-power-team-box:hover h3 { color: #1a55cb; } @media (max-width: 768px) { .business-power-team-section .business-power-team-box { margin-bottom: 40px; text-align: center; } } .business-power-team-section .business-power-team-btn { text-align: center; margin-top: 50px; } .business-power-team-section .business-power-team-image { position: relative; } @media (max-width: 768px) { .business-power-team-section { padding-bottom: 60px; } } /* team page template */ .page-template-team-archive .business-power-team-section { padding-bottom: 0; } .page-template-team-archive .business-power-team-section .business-power-team-box { margin-bottom: 30px; } /* team per row */ .business-power-team-col-inner { padding: 15px; } .business-power-team-col-2 .business-power-team-col-inner { max-width: 50%; flex: 0 0 50%; } @media (max-width: 576px) { .business-power-team-col-2 .business-power-team-col-inner { max-width: 100%; flex: 0 0 100%; } } .business-power-team-col-3 .business-power-team-col-inner { max-width: 33.33%; flex: 0 0 33.33%; } @media (max-width: 576px) { .business-power-team-col-3 .business-power-team-col-inner { max-width: 100%; flex: 0 0 100%; } } .business-power-team-col-4 .business-power-team-col-inner { max-width: 25%; flex: 0 0 25%; } @media (max-width: 768px) { .business-power-team-col-4 .business-power-team-col-inner { max-width: 50%; flex: 0 0 50%; } } @media (max-width: 576px) { .business-power-team-col-4 .business-power-team-col-inner { max-width: 100%; flex: 0 0 100%; } } .business-power-cta-section { background-attachment: fixed !important; padding: 130px 0; position: relative; } .business-power-cta-section .business-power-cta-text { max-width: 850px; text-align: center; margin: auto; position: relative; z-index: 1; } .business-power-cta-section .business-power-cta-text p { color: #fff; line-height: 1.8; margin: 0 auto 50px; width: 80%; } .business-power-cta-section:after { position: absolute; background: #073b9e; content: ""; height: 100%; width: 100%; top: 0; left: 0; opacity: .5; } .business-power-news-section { padding: 120px 0; position: relative; } .business-power-news-section > svg { position: absolute; top: 150px; left: -50%; transform: translateX(50%); } @media (max-width: 768px) { .business-power-news-section > svg { display: none; } } .business-power-news-section .business-power-content-center { margin-bottom: 75px; } .business-power-news-section .business-power-news-box { box-shadow: 0px 3px 22.75px 12.25px rgba(0, 0, 0, 0.09); background: #fff; border-radius: 3px; overflow: hidden; transition: all .3s; transform: translateY(0); } .business-power-news-section .business-power-news-box .business-power-news-content { padding: 35px 25px; } .business-power-news-section .business-power-news-box .business-power-news-content h3 { font-size: 18px; margin: 0; } .business-power-news-section .business-power-news-box .business-power-news-content h3 a { color: #000; } .business-power-news-section .business-power-news-box .business-power-news-content p { margin-bottom: 0; line-height: 1.8; } .business-power-news-section .business-power-news-box .business-power-news-content .business-power-news-box-meta { margin: 25px 0 0; } .business-power-news-section .business-power-news-box .business-power-news-content .business-power-news-box-meta h4 { margin: 0 0 15px; color: #000; font-size: 12px; text-transform: uppercase; } .business-power-news-section .business-power-news-box .business-power-news-content .business-power-news-box-meta .post-categories a { color: #707070; background-color: transparent; border: 1px solid #1a55cb; border-radius: 5px 0 5px 0; font-size: 11px; padding: 4px 7px; transition: all .3s; margin-right: 6px; } .business-power-news-section .business-power-news-box .business-power-news-content .business-power-news-box-meta .post-categories a:hover { background: #1a55cb; color: #fff; } .business-power-news-section .business-power-news-box .business-power-news-img { position: relative; display: block; } .business-power-news-section .business-power-news-box .business-power-news-img:after { height: 10px; width: 100%; background: #073b9e; position: absolute; content: ""; top: 0; left: 0; opacity: 0; transition: all .3s; } .business-power-news-section .business-power-news-box .business-power-news-date { position: absolute; top: 15px; right: 15px; background: #fff; padding: 20px 15px; border-radius: 10px 0; } .business-power-news-section .business-power-news-box .business-power-news-date span { display: block; text-align: center; line-height: 1; } .business-power-news-section .business-power-news-box .business-power-news-date span.news-post-day { font-size: 18px; color: #1a55cb; margin-bottom: 5px; } .business-power-news-section .business-power-news-box .business-power-news-date span.news-post-month { margin-bottom: 8px; font-size: 13px; } .business-power-news-section .business-power-news-box .business-power-news-date span.news-post-year { color: #000; margin-top: 5px; } .business-power-news-section .business-power-news-box:hover { transform: translateY(-6px); } .business-power-news-section .business-power-news-box:hover h3 a { color: #1a55cb; } .business-power-news-section .business-power-news-box:hover .business-power-news-img:after { height: 100%; opacity: 0.4; } @media (max-width: 768px) { .business-power-news-section .business-power-news-box { margin-bottom: 40px; } } .business-power-news-section .business-power-news-more-btn { text-align: center; margin-top: 50px; } @media (max-width: 768px) { .business-power-news-section { padding: 60px 0; } } /* news per row */ .business-power-blog-col-inner { padding: 15px; } .business-power-blog-col-2 .business-power-blog-col-inner { max-width: 50%; flex: 0 0 50%; } @media (max-width: 576px) { .business-power-blog-col-2 .business-power-blog-col-inner { max-width: 100%; flex: 0 0 100%; } } .business-power-blog-col-3 .business-power-blog-col-inner { max-width: 33.33%; flex: 0 0 33.33%; } @media (max-width: 576px) { .business-power-blog-col-3 .business-power-blog-col-inner { max-width: 100%; flex: 0 0 100%; } } .business-power-blog-col-4 .business-power-blog-col-inner { max-width: 25%; flex: 0 0 25%; } @media (max-width: 768px) { .business-power-blog-col-4 .business-power-blog-col-inner { max-width: 50%; flex: 0 0 50%; } } @media (max-width: 576px) { .business-power-blog-col-4 .business-power-blog-col-inner { max-width: 100%; flex: 0 0 100%; } } .business-power-testimonials-section { padding-bottom: 120px; position: relative; } .business-power-testimonials-section > svg { position: absolute; right: -9%; top: 18%; } @media (max-width: 768px) { .business-power-testimonials-section > svg { display: none; } } .business-power-testimonials-section .business-power-content-center { margin-bottom: 90px; } .business-power-testimonials-section .business-power-testimonials-box { box-shadow: 0px 3px 22.75px 12.25px rgba(0, 0, 0, 0.09); padding: 50px 30px; border-radius: 20px 0px 20px 0px; position: relative; background: #fff; margin: 40px 20px; } .business-power-testimonials-section .business-power-testimonials-box .quote-img { position: absolute; top: -35px; max-width: 70px; left: 0; } @media (max-width: 768px) { .business-power-testimonials-section .business-power-testimonials-box .quote-img { top: -20px; max-width: 35px; } } .business-power-testimonials-section .business-power-testimonials-box p { line-height: 1.8; } .business-power-testimonials-section .business-power-testimonials-box h3 { margin: 0; font-size: 18px; color: #1a55cb; } .business-power-testimonials-section .business-power-testimonials-box h3 a { color: #1a55cb; } .business-power-testimonials-section .business-power-testimonials-box .business-power-testimonials-client-info { display: flex; align-items: center; } .business-power-testimonials-section .business-power-testimonials-box .business-power-testimonials-client-info .business-power-testimonials-image { height: 70px; width: 70px; overflow: hidden; border-radius: 50%; } .business-power-testimonials-section .business-power-testimonials-box .business-power-testimonials-client-info .business-power-testimonials-image > img { max-width: 70px; } .business-power-testimonials-section .business-power-testimonials-box .business-power-testimonials-client-info .business-power-testimonials-name { padding-left: 15px; } .business-power-testimonials-section .business-power-testimonials-box .business-power-testimonials-client-info .business-power-testimonials-name span { color: #b4b4b4; font-size: 12px; font-weight: 400; display: block; } .business-power-testimonials-section .business-power-testimonials-box > * { position: relative; z-index: 1; } .business-power-testimonials-section .business-power-testimonials-box:after { content: ""; background: #f3f3f3; position: absolute; height: 10%; width: 100%; left: 0; top: 0; transition: all .3s; opacity: 0; visibility: hidden; border-radius: 0 0 20px 0; } .business-power-testimonials-section .business-power-testimonials-box:hover:after { opacity: 1; visibility: visible; height: 100%; } @media (max-width: 768px) { .business-power-testimonials-section .business-power-testimonials-box { margin-bottom: 40px; } } @media (max-width: 768px) { .business-power-testimonials-section { padding-bottom: 60px; } } .business-power-testimonial { margin: 0 -35px; } .home.business-power-dark-mood-enable { background: #000; } .home.business-power-dark-mood-enable .business-power-testimonials-box, .home.business-power-dark-mood-enable .business-power-news-box, .home.business-power-dark-mood-enable .business-power-services-icon-box-inner, .home.business-power-dark-mood-enable .business-power-team-box, .home.business-power-dark-mood-enable .business-power-cta-section:after { background: #333; } .home.business-power-dark-mood-enable .section-title-black, .home.business-power-dark-mood-enable .business-power-fun-facts-items h4 { color: #fff; } .wc-block-sort-select__select { height: 50px; border-radius: 5px; padding: 0 10px; } /* product list from wp_woo_block */ ul.wc-block-grid__products { margin: 0 -15px 16px -15px !important; } ul.wc-block-grid__products li.wc-block-grid__product { position: relative; padding: 0 10px 20px 10px; border-bottom: 8px solid transparent; } ul.wc-block-grid__products li.wc-block-grid__product button, ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link { font-size: 14px; padding: 15px; display: flex; width: 100%; text-align: center; align-items: center; justify-content: center; border-radius: 0; position: relative; font-weight: normal; flex-direction: row; line-height: 1; } ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button:not(.added):after { content: '\F07A'; font-family: fontAwesome; } ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale { background: #f0694e; color: #fff; border: none; position: absolute; top: 10px; left: 10px; border-radius: 50%; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 8px; margin: 0; height: 45px; width: 45px; font-weight: normal; } ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title { font-size: 16px; font-weight: 500; color: #000; } ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a { color: #000; } ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a:hover { color: #fc7216; } ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price { display: flex; align-items: center; justify-content: center; } ul.wc-block-grid__products li.wc-block-grid__product del { margin-top: 0; margin-right: 6px; font-size: 14px !important; } ul.wc-block-grid__products li.wc-block-grid__product ins { color: #000; font-size: 14px; } ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-Price-amount.amount { font-size: 16px; font-weight: 600; color: #000; } /*product list from default woocommerce */ .woocommerce .page-title { width: 100%; } .woocommerce select.orderby { height: 50px; margin-left: 10px; border-radius: 3px; } .woocommerce ul.products { width: 100%; } .woocommerce ul.products:after, .woocommerce ul.products:before { content: ''; clear: both; display: table; } .woocommerce ul.products li.product { box-shadow: 0 0 10px #f4f4f4; transition: all .3s; overflow: hidden; background: #fff; } .woocommerce ul.products li.product:hover { box-shadow: 0 11px 10px #d3cccc; } .woocommerce ul.products li.product .star-rating { margin: auto auto 10px !important; left: 0; right: 0; color: #fc7216; } .woocommerce ul.products li.product .onsale { background: #f0694e; color: #fff; border: none; position: absolute; top: 10px; left: 10px; border-radius: 50%; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 8px; margin: 0; height: 45px; width: 45px; font-weight: normal; } .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart.wc-forward { display: block; width: 75%; align-items: center; justify-content: center; text-align: center; color: #fff; font-weight: normal; border-radius: 3px; margin: 20px auto 20px; background: #1955ca; } .woocommerce ul.products li.product .button:after, .woocommerce ul.products li.product .added_to_cart.wc-forward:after { font-family: fontAwesome; margin-left: 6px; } .woocommerce ul.products li.product .add_to_cart_button.product_type_simple:after, .woocommerce ul.products li.product .added_to_cart.wc-forward:after { content: '\F07A'; } .woocommerce ul.products li.product .add_to_cart_button.product_type_variable:after, .woocommerce ul.products li.product .product_type_grouped:after { content: '\F061'; } .woocommerce ul.products li.product .added_to_cart.wc-forward { margin-top: 8px; line-height: 1; padding: 10px; } .woocommerce ul.products li.product .added_to_cart.wc-forward:after { content: '\F06E'; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { text-align: center; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title { font-size: 16px; font-weight: 500; color: #000; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a { color: #000; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a:hover { color: #fc7216; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wc-block-grid__product-price { display: flex; align-items: center; justify-content: center; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-Price-amount.amount { font-size: 16px; font-weight: 600; color: #000; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link del { color: #f44927; margin-top: 0; margin-right: 6px; font-size: 14px !important; } .woocommerce ul.products li.product a.woocommerce-LoopProduct-link ins { color: #000; font-size: 14px; } .woocommerce nav.woocommerce-pagination { display: none; } .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before { color: #fc7216; } .product-with-slider li.product, .product-with-slider li.first { clear: none !important; margin: 0 15px !important; } .page-description { width: 100%; } .woocommerce-result-count { display: flex; align-items: center; } body.post-type-archive-product .products { margin-top: 30px; } @media (max-width: 768px) { body.post-type-archive-product .products div#load-more { padding: 0 15px; } } .woocommerce-cart { background: #f1f1f1; } .woocommerce-cart header#masthead { background: #fff; } .woocommerce-cart .woocommerce { display: flex; flex-wrap: wrap; justify-content: space-between; } .woocommerce-cart .woocommerce .woocommerce-notices-wrapper { flex: 0 0 100%; } .woocommerce-cart .woocommerce form.woocommerce-cart-form { flex: 0 0 100%; margin-bottom: 30px; } @media (max-width: 768px) { .woocommerce-cart .woocommerce form.woocommerce-cart-form { flex: 0 0 100%; margin-bottom: 30px; } } .woocommerce-cart .woocommerce form.woocommerce-cart-form table { margin-bottom: 0; background: #fff; } .woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon { min-width: 300px; } .woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon input#coupon_code { width: 165px; } .woocommerce-cart .woocommerce form.woocommerce-cart-form table button.button { background: #1955ca; font-weight: 400; color: #fff; } .woocommerce-cart .woocommerce .cart-collaterals { flex: 0 0 100%; } @media (max-width: 768px) { .woocommerce-cart .woocommerce .cart-collaterals { flex: 0 0 100%; } } .woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; padding: 0; height: 100%; } .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 { margin: 18px 0 40px; line-height: 1; text-align: left; font-size: 18px; text-transform: uppercase; } .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table { background: #fff; padding: 30px; border: none; border-radius: 0; } .woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward { background: #1955ca; border-radius: 0; font-weight: 400; display: inline-block; font-size: 14px; } .woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; } .woocommerce-cart table, .woocommerce-cart th, .woocommerce-cart td { border: none !important; border-collapse: collapse !important; padding: 15px 12px !important; color: #000; } .woocommerce-cart tr { border-bottom: 1px solid #f1f1f1; } .woocommerce-checkout { background: #f1f1f1; } .woocommerce-checkout header#masthead { background: #fff; } form.woocommerce-checkout { display: flex; flex-wrap: wrap; justify-content: space-between; } form.woocommerce-checkout div#customer_details { flex: 0 0 100%; } @media (max-width: 768px) { form.woocommerce-checkout div#customer_details { flex: 0 0 100%; } } form.woocommerce-checkout div#customer_details > div { width: 100%; float: none; max-width: initial; } form.woocommerce-checkout div#customer_details > div input, form.woocommerce-checkout div#customer_details > div select, form.woocommerce-checkout div#customer_details > div span.select2-selection { height: 45px; padding: 10px !important; } form.woocommerce-checkout div#customer_details > div .form-row label { font-size: 13px; } form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox input#ship-to-different-address-checkbox { height: auto; } form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox span { font-size: 13px; } form.woocommerce-checkout h3#order_review_heading { display: none; } form.woocommerce-checkout div#order_review { flex: 0 0 100%; background: #fff; padding: 30px; } @media (max-width: 768px) { form.woocommerce-checkout div#order_review { flex: 0 0 100%; margin-top: 30px; } } form.woocommerce-checkout div#order_review table { background: #fff; } form.woocommerce-checkout div#order_review #payment { background: #fff; border-radius: 0; } form.woocommerce-checkout div#order_review #payment button#place_order { background: #1955ca; border-radius: 0; font-weight: 400; float: left; } form.woocommerce-checkout div#order_review #payment button#place_order:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; } .woocommerce-billing-fields__field-wrapper { background: #fff; padding: 30px; display: flex; flex-wrap: wrap; } .woocommerce-billing-fields__field-wrapper .form-row { flex: 0 0 33.33%; position: relative; padding-top: 20px !important; } .woocommerce-billing-fields__field-wrapper .form-row label { position: absolute; top: 0; } div#customer_details div[class^="col-"] { padding: 0; } .woocommerce-billing-fields h3 { margin: 18px 0 40px; line-height: 1; text-align: left; font-size: 18px; text-transform: uppercase; } .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout { flex: 0 0 100%; } @media (max-width: 768px) { .single-product .product { padding: 0 15px; } } .single-product .product .onsale { background: #f0694e; color: #fff; border: none; position: absolute; top: 10px; left: 10px; border-radius: 50%; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 8px; margin: 0; height: 45px; width: 45px; font-weight: normal; } .single-product .product .images .woocommerce-product-gallery__image:nth-child(n+2) { margin-top: 10px; padding: 10px; } .single-product .product .entry-summary { margin-top: 0; } .single-product .product .entry-summary .product_title { font-size: 20px; } .single-product .product .entry-summary .price { color: #000; font-weight: 600; } .single-product .product .entry-summary .price del { color: #1955ca; opacity: 1; } .single-product .product .entry-summary .product_meta > span { display: block; color: #000; } .single-product .product .entry-summary .product_meta > span a { color: #1955ca; } .single-product .product .entry-summary .star-rating span::before, .single-product .product .entry-summary a.woocommerce-review-link { color: #1955ca; } .single-product .product .entry-summary table.variations select { height: 45px; border-radius: 3px; } .single-product .product .entry-summary .quantity input { height: 45px; min-width: 80px; } .single-product .product .entry-summary button.button { background: #1955ca; height: 45px; position: relative; } .single-product .product .entry-summary button.button:after { content: '\F07A'; font-family: fontAwesome; margin-left: 6px; } .single-product .woocommerce-Tabs-panel h2 { margin: 0 0 15px; font-size: 18px; } .single-product .related.products h2 { font-size: 24px; text-align: center; margin: 40px 0; } .single-product .reset_variations { color: red; } .single-product .stars a, .single-product .star-rating span::before { color: #1955ca; } .single-product span#reply-title { font-size: 16px; margin-bottom: 20px; display: block; margin-top: 10px; } .wp-block-woocommerce-product-search { padding: 15px; } .wp-block-woocommerce-product-search label.wc-block-product-search__label { font-size: 18px; color: #000; font-weight: bold; margin-bottom: 16px; display: block; } .product-with-slider .business-power-arrow { position: absolute; top: 50%; z-index: 99; transform: translate(0, -50%); cursor: pointer; transition: all .3s; } .product-with-slider .business-power-arrow svg { width: 50px; height: 50px; opacity: .5; transition: all .3s; fill: #fc7216; } .product-with-slider .business-power-arrow svg:hover { opacity: 1; fill: #fc7216; } .product-with-slider .business-power-arrow-prev { left: 0; } .product-with-slider .business-power-arrow-prev:hover { left: 4px; } .product-with-slider .business-power-arrow-next { right: 0; } .product-with-slider .business-power-arrow-next:hover { right: 4px; } .woocommerce ul.products li.product-category.product { overflow: visible; box-shadow: none; } .woocommerce ul.products li.product-category.product h2 { position: absolute; bottom: -5px; width: 90%; margin: auto; left: 0; right: 0; padding: 10px; border-radius: 5px; text-align: center; color: #fff; display: flex; align-items: center; justify-content: center; } .woocommerce ul.products li.product-category.product h2 mark.count { background: #fff; border-radius: 50%; font-size: 10px; height: 26px; width: 26px; display: inline-flex; align-items: center; justify-content: center; color: #ff3afb; margin-left: 10px; } .woocommerce.widget_price_filter .price_slider_amount .button { color: #fff !important; } .widget .woocommerce-product-search input { height: 45px; vertical-align: top; } .widget .woocommerce-product-search button { background: #000; border: none; color: #fff; height: 45px; border-radius: 3px; font-size: 17px; cursor: pointer; } .widget .select2-selection.select2-selection--single { height: 45px; } .widget .select2-selection.select2-selection--single .select2-selection__rendered { line-height: 45px; } .widget .star-rating { margin: 0 0 13px; } .woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 { max-width: 100%; width: 100%; } .woocommerce-notices-wrapper { flex: 0 0 100%; } .woocommerce-order-received h2, p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { font-weight: bold; color: #000; font-size: 18px; } table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details, .woocommerce-order-received th, .woocommerce-order-received tr, .woocommerce-order-received td { border: 0; } .woocommerce-order-received address { background: #fcfcfc; border: 0; } a.cart-icon { margin-left: 20px; font-size: 18px; position: relative; } a.cart-icon span { position: absolute; font-size: 8px; height: 15px; width: 15px; background: #3431d6; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; top: -6px; right: -13px; } @media (max-width: 576px) { a.cart-icon { margin-right: 0; margin-left: 0; } } .error404 .error-404 { border: none; background-color: transparent; padding: 150px 0; margin: 0; } .error404 .error-404 h1 { font-size: 140px; margin: 0 0 30px 0; line-height: 1.3; } .error404 .error-404 p { margin: 0 0 30px 0; } /*# sourceMappingURL=main.css.map*/