@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 */ .bizline-text-center { text-align: center; } 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; } @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, .bizline-main-menu > ul, .bizline-main-menu > ul ul { list-style: none; padding: 0; margin: 0; } .bizline-btn-primary, .comment-respond .comment-form input[type="submit"], .no-results.not-found a { padding: 1rem 1.3rem; border: none; background: #000; color: #fff; display: inline-block; font-size: 1rem; } .bizline-btn-primary i, .comment-respond .comment-form input[type="submit"] i, .no-results.not-found a i { margin-left: 0.3rem; } .bizline-btn-primary:visited, .comment-respond .comment-form input:visited[type="submit"], .no-results.not-found a:visited { color: #fff; } .bizline-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(.page-template-full-width) #content { padding-top: 5rem; padding-bottom: 5rem; } /* when admin panel is open */ .admin-bar.bizline-search-opened .bizline-bottom-header-wrapper { top: 32px; } @media (max-width: 783px) { .admin-bar.bizline-search-opened .bizline-bottom-header-wrapper { top: 46px; } } @media (max-width: 600px) { .admin-bar.bizline-search-opened .bizline-bottom-header-wrapper { top: 0; } } .bizline-bottom-header-wrapper { position: relative; } .bizline-bottom-header-wrapper .menu-toggler { display: none; } @media (max-width: 992px) { .bizline-bottom-header-wrapper .menu-toggler { display: block; } } .bizline-bottom-header-wrapper .bizline-header-icons { font-size: 1.3rem; margin-left: 1.2rem; } .bizline-bottom-header-wrapper .bizline-header-icons .bizline-search-icon { padding: 0px 0.5rem; display: inline-block; color: #000; } .bizline-bottom-header-wrapper .bizline-bottom-header { display: flex; } .bizline-bottom-header-wrapper .bizline-bottom-header .bizline-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 35%; } @media (max-width: 992px) { .site-branding { flex: 0 0 55%; } } .site-branding .site-title { font-size: 2rem; margin: 0; } .site-branding .site-title a { color: #000; font-weight: 600; } .site-branding .site-description { font-size: 0.95rem; margin: 0; color: gray; } .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; } .bizline-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) { .bizline-inner-banner-wrapper { min-height: 300px; } .bizline-inner-banner-wrapper h1 { font-size: 2rem; } } .bizline-inner-banner-wrapper:after { content: ""; position: absolute; top: 0; width: 100%; height: 100%; } .bizline-inner-banner-wrapper svg { position: absolute; bottom: -28px; left: -100px; width: calc( 100% + 100px); fill: #fff; z-index: 1; display: none; } .bizline-inner-banner-wrapper .bizline-inner-banner { position: relative; z-index: 9; text-align: center; } .bizline-inner-banner-wrapper .bizline-inner-banner .entry-title { margin: 0; font-size: 40px; } .bizline-inner-banner-wrapper .search-form { max-width: 600px; margin: 0 auto; margin-bottom: 2rem; } .bizline-inner-banner-wrapper .search-form label input.search-field { background-color: #fff; } .bizline-inner-banner-wrapper .search-form label input.search-field:focus { background: #fff; } .bizline-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: #f7f7f7; padding: 0.9rem 2.5rem 0.9rem 1rem; width: 100%; } .search-form label input.search-field:focus { background: #f7f7f7; } .search-form button { border: none; background: no-repeat; position: absolute; right: 0; top: 0; bottom: 0; padding: 0 1rem; font-size: 1.2rem; cursor: pointer; } .search-form button:focus { outline: none; } .bizline-header-search { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; z-index: 9; visibility: hidden; opacity: 0; justify-content: center; align-items: center; } .bizline-search-opened { overflow: hidden; } .bizline-search-opened .bizline-header-search { display: flex; visibility: visible; opacity: 1; transition: all 0.1s linear; } .bizline-search-opened .bizline-header-search .search-form { transform: translateX(0); opacity: 1; transition: all 0.3s ease-in-out; } .bizline-search-opened .bizline-header-search .close { transform: scale(1); opacity: 1; font-size: 1.2rem; transition: all 0.6s linear; } .bizline-header-search .close { padding: 0 0 0 0.8rem; font-size: 1.2rem; transform: scale(0.5); opacity: 0; border: none; background: transparent; cursor: pointer; } .bizline-header-search .close:focus { outline: none; } .bizline-header-search .search-form { display: flex; align-items: center; width: 800px; max-width: calc(100% - 60px); height: 47px; position: relative; transform: translateX(-2rem); opacity: 0; } #calendar_wrap { box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0588235); padding: 1rem; } #calendar_wrap #wp-calendar { border: none; } #calendar_wrap #wp-calendar th { color: #a7a1a1; font-weight: 600; text-align: center; } #calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td { border: none; } #calendar_wrap #wp-calendar .caption { caption-side: top; } #calendar_wrap #wp-calendar tbody th, #calendar_wrap #wp-calendar tbody td { position: relative; text-align: center; } #calendar_wrap #wp-calendar tbody th a, #calendar_wrap #wp-calendar 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: 3.5rem; } .widget-area .widget .widget-title { margin-top: 0; font-size: 1.5rem; font-weight: 600; margin-bottom: 1.4rem; } .bizline-post { margin-bottom: 30px; } .bizline-post.sticky { position: relative; border: 3px solid #047CAE; border-radius: 0.2rem; } .bizline-post.sticky .image-full { border-radius: 0; } .bizline-post.sticky .post-content-wrap { padding: 1.5rem; } .bizline-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); } .bizline-post:hover .image-full .bizline-post-type-icon { visibility: visible; opacity: 1; transform: translate(-50%, -50%) scale(0.9); } .bizline-post .image-full { padding-bottom: 70%; background-size: cover; background-position: center; background-color: #f8f6fe; position: relative; overflow: hidden; } .bizline-post .image-full .bizline-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; } .bizline-post .image-full .bizline-post-type-icon i { color: #000; } .bizline-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; } .bizline-post .post-title { margin-bottom: 0; word-break: break-all; margin-top: 0; } .bizline-post .post-title a { display: block; font-size: 1.4rem; margin: 0.5rem 0 0.7rem; color: #000; } .bizline-post .entry-content-stat { color: #767676; margin-bottom: 1.4rem; } .bizline-post .entry-content-stat + a { color: #000; display: inline-flex; align-items: center; } .bizline-post .entry-content-stat + a i { margin-left: 0.3rem; transition: margin 0.3s linear; } .bizline-post .entry-content-stat + a:hover { text-decoration: underline; } .bizline-post .entry-content-stat + a:hover i { margin-left: 0.5rem; } .bizline-post .post-content-wrap { padding: 1.5rem 1rem 0.5rem; position: relative; } .bizline-post .post-content-wrap img { position: absolute; top: -23px; right: 1rem; background: #fff; z-index: 1; padding: 0.15rem; } .bizline-post .bizline-comments { float: right; } .bizline-post .bizline-comments a { color: #000; } .bizline-post .bizline-comments a:hover { text-decoration: underline; } @media (max-width: 992px) { .bizline-main-menu { display: none; } } .bizline-main-menu > ul { display: flex; margin-bottom: 0; flex-wrap: wrap; } .bizline-main-menu > ul li:focus-within > ul { visibility: visible; transform: translateY(0); opacity: 1; } .bizline-main-menu > ul li:focus-within > ul, .bizline-main-menu > ul li:hover > ul { visibility: visible; transform: translateY(0); opacity: 1; } .bizline-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); } .bizline-main-menu > ul li a { color: #595959; } .bizline-main-menu > ul > li { padding: 2rem 0; } .bizline-main-menu > ul > li.current-menu-item > a:after { width: 100%; } .bizline-main-menu > ul > li > a { font-weight: 500; position: relative; } .bizline-main-menu > ul > li > a:after { content: ""; width: 0%; left: 0; bottom: -7px; height: 2px; background: black; position: absolute; transition: all 0.3s linear; } .bizline-main-menu > ul > li:hover > a:after { width: 100%; } .bizline-main-menu > ul > li:not(:first-child) { margin-left: 40px; } .bizline-main-menu > ul > li { position: relative; } .bizline-main-menu > ul > li > ul { left: 0; top: 100%; } .bizline-main-menu > ul > li > ul li.menu-item-has-children > a { position: relative; } .bizline-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; } .bizline-main-menu > ul > li > ul li:hover > a { color: #000; } .bizline-main-menu > ul > li > ul li a { padding: 0.3rem 1.5rem; display: block; font-size: 0.95rem; line-height: 1.6; color: #a6a6a6; } .bizline-main-menu > ul > li li { position: relative; } .bizline-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%; } .footer-top-section { background: #2b2b2b; } .footer-top-section .widget { margin-bottom: 20px; } .footer-bottom-section { background: #2f2e2e; /* #bizline-copyright{ @include media(mobile) { display: block; text-align: center; } } */ } .footer-bottom-section .credit-link { text-align: right; /* @include media(mobile) { text-align: center; } */ } .footer-bottom-section .credit-link a { color: #fff !important; } .footer-bottom-section .social-menu { text-align: center; } .footer-bottom-section span, .footer-bottom-section a { font-size: 14px; } .pagination { display: flex; justify-content: center; } .pagination .nav-links > * { padding: 0.3rem 0.5rem; min-width: 2.2rem; display: inline-block; text-align: center; border: 1.3px solid #000; color: #000; font-size: 0.88rem; } .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 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: 1.5rem; } .no-results.not-found svg { max-width: 650px; } .no-results.not-found a { display: inline-block; } .no-results.not-found .search-form { max-width: 300px; margin: auto; margin-bottom: 25px; } .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; } @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 a .screen-reader-text { position: relative !important; display: block; overflow: inherit; clip: initial; clip-path: inherit; width: inherit; height: inherit; color: #919191; text-transform: uppercase; font-size: 0.8rem; 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 */ .mr-mobile-menu ul { margin: 0; padding: 0; } .mr-mobile-menu a { text-decoration: none; } .mr-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; } .mr-mobile-menu-overlay.mr-menu-open { opacity: 1; visibility: visible; } body { overflow-X: hidden; } body.mr-menu-open { overflow-y: hidden; } .mr-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; } .mr-mobile-menu.mr-menu-open { right: 0; } .mr-mobile-menu ul.menu { margin: 0; padding: 0; list-style: none; } .mr-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; } .mr-mobile-menu ul.menu > li ul { background-color: #f7f7f7; display: none; } .mr-mobile-menu ul.menu > li ul li { list-style: none; position: relative; } .mr-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; } .mr-mobile-menu ul.menu > li ul li ul li a { padding: 8px 0 8px 25px; } .mr-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); } .mr-menu-open .mr-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; } .mr-arrow-box.open { transform: rotate(180deg); } .mr-arrow-box .mr-down-arrow { width: 8px; height: 8px; position: absolute; top: 46%; left: 60%; transform: translate(-50%, -50%); } .mr-arrow-box .mr-down-arrow:after, .mr-arrow-box .mr-down-arrow:before { content: ''; position: absolute; height: 100%; width: 1px; background-color: #000; } .mr-arrow-box .mr-down-arrow:after { transform: rotate(45deg) translateX(3px); transform-origin: right; } .mr-arrow-box .mr-down-arrow:before { transform: rotate(-45deg) translateX(-3px); transform-origin: left; } .mr-close-wrapper { text-align: right; padding: 10px 7px; } .mr-close-wrapper .mr-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); } .mr-menu-open .mr-close-wrapper .mr-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; } .mr-close-wrapper .mr-inner-box .mr-inner { display: inline-block; } .mr-close-wrapper .mr-inner-box .mr-inner:after, .mr-close-wrapper .mr-inner-box .mr-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); } .mr-close-wrapper .mr-inner-box .mr-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:focus { outline: none; } .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.mr-menu-open { z-index: 9; } .menu-toggler.mr-menu-open span:nth-child(1) { top: 8px; width: 0%; left: 50%; } .menu-toggler.mr-menu-open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); } .menu-toggler.mr-menu-open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-toggler.mr-menu-open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999999; background: #fff; } #loader-wrapper #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; animation: spin 2s linear infinite; } #loader-wrapper #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #e74c3c; animation: spin 3s linear infinite; } #loader-wrapper #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #f9c922; animation: spin 1.5s linear infinite; } .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 svg { max-width: 700px; } .error404 .not-found { padding: 5rem 0; text-align: center; } .error404 .not-found h1 { margin-bottom: 1.1rem; } .error404 .search-form { max-width: 300px; margin: auto; margin-bottom: 25px; } .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); } .bizline-button-primary { background: #fe780c; color: #fff; padding: 15px 30px; } .bizline-button-primary:hover { background: #ff5e00; } .bizline-button-primary:visited { color: #fff; } .bizline-button-primary i { margin-left: 6px; } .banner-content-left .bizline-inner-banner { text-align: left; } .banner-content-left #bizline-breadcrumb ul { justify-content: flex-start; } .banner-content-left .search-form { margin: 0 0 2rem; } .banner-content-right .bizline-inner-banner { text-align: right; } .banner-content-right #bizline-breadcrumb ul { justify-content: flex-end; } .banner-content-right .search-form { margin: 0 0 2rem auto; } .bizline-inner-banner-wrapper { background-repeat: no-repeat; background-size: cover; background-position: center; } .banner-background-attachment-fixed { background-attachment: fixed; } .bizline-left-sidebar .content-order { order: 2; } @media (max-width: 768px) { .bizline-left-sidebar .content-order { order: 1; } } .bizline-left-sidebar .sidebar-order { order: 1; padding-right: 50px; } @media (max-width: 768px) { .bizline-left-sidebar .sidebar-order { order: 2; } } .bizline-right-sidebar .content-order { order: 1; } .bizline-right-sidebar .sidebar-order { order: 2; padding-left: 50px; } .widget-area .widget ul li a { text-decoration: none; } .bizline-post .bizline-comments a:hover { text-decoration: none; } .bizline-post .entry-content-stat + a:hover { text-decoration: none; } .bizline-slider-content, .bizline-feature-section .feature-inner-box, .bizline-testimonial-section, .bizline-team-section .bizline-team-image, .bizline-cta-section { background-size: cover !important; background-repeat: no-repeat !important; background-position: center !important; } .bizline-slider-content { height: 90vh; display: flex !important; align-items: center; } .bizline-slider-content .bizline-slider-content-inner-text { max-width: 800px; position: relative; z-index: 99; } .bizline-slider-content .bizline-slider-content-inner-text h2 { font-size: 60px; font-weight: 900; margin: 0; color: #fff; } .bizline-slider-content .bizline-slider-content-inner-text h2 span { font-size: 22px; display: block; font-weight: 500; text-transform: uppercase; color: #fe780c; } .bizline-slider-content .bizline-slider-content-inner-text p { color: #fff; margin-top: 25px; margin-bottom: 60px; font-size: 14px; line-height: 28px; } .bizline-slider-content:after { content: ''; height: 100%; width: 100%; position: absolute; background: #0000000f; left: 0; top: 0; z-index: 1; } .bizline-arrow { position: absolute; top: 50%; z-index: 99; transform: translate(0, -50%); cursor: pointer; transition: all .3s; } .bizline-arrow svg { width: 50px; height: 50px; opacity: .5; transition: all .3s; fill: #fff; } .bizline-arrow svg:hover { opacity: 1; fill: #fe780c; } .bizline-arrow-prev { left: 0; } .bizline-arrow-prev:hover { left: 4px; } .bizline-arrow-next { right: 0; } .bizline-arrow-next:hover { right: 4px; } .bizline-slider-section .slick-dots { margin: 0; padding: 0; list-style: none; display: flex !important; align-items: center; justify-content: center; position: absolute; width: 100%; bottom: 40px; } .bizline-slider-section .slick-dots li button { background: #fe780c; border: 0; margin: 0 5px; width: 40px; color: #ffffff; height: 25px; border-radius: 5px; box-shadow: 0 2px 2px #3f1c00; cursor: pointer; } .bizline-slider-section .slick-dots li.slick-active button { background: #fe5a0c; } .bizline-services-section { position: relative; } .bizline-services-section .bizline-services-bg-half { background-repeat: no-repeat !important; background-size: cover !important; background-position: left !important; position: absolute; height: 100%; width: 50%; left: 0; top: 0; } .bizline-services-section:after { content: ""; position: absolute; height: 100%; width: 50%; right: 0; background: #f1f6fc; top: 0; } .bizline-services-section .bizline-services-content { justify-content: flex-end; position: relative; z-index: 9; } .bizline-services-section .bizline-services-content .bizline-services-content-inner { padding: 60px 40px; } .bizline-services-section .bizline-services-content .bizline-services-content-inner h2 { margin: 0; } .bizline-services-section .bizline-services-content .bizline-services-content-inner .bizline-services-box-inner { display: flex; align-items: center; justify-content: center; margin-top: 30px; } .bizline-services-section .bizline-services-content .bizline-services-content-inner .bizline-services-box-inner img { max-width: 50px; } .bizline-services-section .bizline-services-content .bizline-services-content-inner .bizline-services-box-inner > div { padding-left: 20px; } .bizline-services-section .bizline-services-content .bizline-services-content-inner .bizline-services-box-inner > div h3 { margin: 0; font-size: 18px; font-weight: 600; color: #000; font-family: Poppins, sans-serif; margin-bottom: 5px; } .bizline-services-section .bizline-services-content .bizline-services-content-inner .bizline-services-box-inner > div h3 a { color: #000; transition: all .3s; } .bizline-services-section .bizline-services-content .bizline-services-content-inner .bizline-services-box-inner > div h3 a:hover { color: #fe780c; } .bizline-services-section .bizline-services-content .bizline-services-content-inner .bizline-services-box-inner > div p { margin: 0; font-weight: 300; } .bizline-feature-section { padding: 90px 0; } .bizline-feature-section h2 { margin-bottom: 30px; margin-left: 10px; } .bizline-feature-section .feature-inner-box { height: 200px; position: relative; border-radius: 4px; overflow: hidden; box-shadow: 0 0 10px #cfcfcf; margin-top: 30px; } .bizline-feature-section .feature-inner-box h3 { position: absolute; z-index: 9; bottom: 0; color: #fe780c; background: #000000bf; padding: 10px; font-size: 16px; font-weight: 300; font-family: Poppins, sans-serif; margin: 0; } .bizline-feature-section .feature-inner-box h3:after { content: ''; position: absolute; top: -1px; right: -47px; border-bottom: 91px solid #000000bf; border-right: 47px solid transparent; } .bizline-feature-section .feature-inner-box a { position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: 99; } .bizline-feature-section .feature-inner-box:after { content: ""; top: 50%; position: absolute; transition: all .3s; opacity: 0; height: 20%; width: 20%; border-radius: 50%; } .bizline-feature-section .feature-inner-box:hover:after { height: 100%; width: 100%; background: #000; opacity: .5; top: 0; border-radius: 0; } .bizline-testimonial-section { background-attachment: fixed !important; position: relative; padding: 90px 0; } .bizline-testimonial-section .bizline-testimonial-slider-init { z-index: 9; } .bizline-testimonial-section .bizline-testimonial-slider-inner { text-align: center; max-width: 600px; margin: auto; position: relative; z-index: 9; display: block !important; } .bizline-testimonial-section .bizline-testimonial-slider-inner img { height: 60px; width: 60px; border-radius: 50%; overflow: hidden; margin: 0 auto 30px; } .bizline-testimonial-section .bizline-testimonial-slider-inner p { color: #fff; font-size: 14px; line-height: 25px; margin: 30px 0; } .bizline-testimonial-section .bizline-testimonial-slider-inner .testimonial-position h3 { margin: 0; font-size: 18px; color: #fff; } .bizline-testimonial-section .bizline-testimonial-slider-inner .testimonial-position h3 span { color: #fe780c; } .bizline-testimonial-section:after { content: ""; height: 100%; width: 100%; position: absolute; background: #0000008a; top: 0; left: 0; } .bizline-team-section { padding: 90px 0; } .bizline-team-section h2 { display: inline-block; margin-bottom: 60px; } .bizline-team-section .bizline-team-image { height: 300px; border-radius: 10px; } .bizline-team-section .bizline-team-box { background: #fff; border-radius: 10px; overflow: hidden; } .bizline-team-section .bizline-team-box .bizline-team-intro { max-width: 90%; text-align: center; margin: auto; left: 0; right: 0; background: #eaeaea; margin-top: -40px; border-radius: 5px; padding: 12px; box-shadow: -2px -6px 4px #00000038; } .bizline-team-section .bizline-team-box .bizline-team-intro h3 { margin: 0; color: #000; font-size: 18px; } .bizline-team-section .bizline-team-box .bizline-team-intro h3 span { margin: 0; color: #000; font-size: 12px; display: block; font-weight: 300; } .bizline-team-section .bizline-team-box:hover .bizline-team-intro { background: #fe780c; transition: all .3s; } .bizline-team-section .bizline-team-box:hover .bizline-team-intro h3, .bizline-team-section .bizline-team-box:hover .bizline-team-intro span { color: #fff; } .bizline-cta-section { position: relative; padding: 90px 0; } .bizline-cta-section:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000e0; } .bizline-cta-section > * { position: relative; z-index: 22; } .bizline-cta-section .bizline-section-title { padding: 0; color: #fff; } .bizline-cta-section p { color: #fff; margin: 30px 0 60px; line-height: 1.8; } .bizline-news-section { padding: 90px 0; } .bizline-news-section h2 { display: inline-block; margin-bottom: 60px; } .bizline-news-section .bizline-news-content { display: flex; align-items: center; background: #f8f8f8; padding: 15px; box-shadow: 0 0 3px #dfdfdf; margin-bottom: 30px; } .bizline-news-section .bizline-news-content .bizline-news-image { max-width: 40%; flex: 0 0 40%; } .bizline-news-section .bizline-news-content .news-text { max-width: 60%; flex: 0 0 60%; padding-left: 20px; } .bizline-news-section .bizline-news-content .news-text h3 { margin: 0; font-size: 16px; font-family: Poppins, sans-serif; } .bizline-news-section .bizline-news-content .news-text h3 a { color: #000; transition: all .3s; } .bizline-news-section .bizline-news-content .news-text h3 a:hover { color: #fe780c; } .bizline-news-section .bizline-news-content .news-text p { margin: 10px 0; font-size: 14px; font-family: Poppins, sans-serif; line-height: 1.8; } .bizline-news-section .bizline-news-content .news-text .news-read-more { text-decoration: underline; transition: all .3s; color: #fe780c; font-size: 12px; } .bizline-news-section .bizline-news-content .news-text .news-read-more:hover, .bizline-news-section .bizline-news-content .news-text .news-read-more:focus, .bizline-news-section .bizline-news-content .news-text .news-read-more:visited { color: #fe780c; } .bizline-section-title { position: relative; font-weight: 900; font-size: 36px; padding-left: 15px; color: #000; margin: 0; } .bizline-section-title.title-line-before:before { content: ""; height: 2px; width: 40px; background: #fe780c; left: -10px; position: absolute; top: 50%; transform: translate(0, -50%); z-index: -1; } .bizline-section-title span { color: #fe780c; } /*# sourceMappingURL=main.css.map*/