/*!
Theme Name: Bizzweb
Theme URI: https://ascendoor.com/themes/bizzweb/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: Bizzweb, a WordPress theme built for business websites, stands out for its high level of customization and compatibility with Gutenberg. It boasts a unique design, adaptability across devices, and search engine optimization, catering to a range of business categories such as startups, agencies, and corporate portals. Users can easily construct professional websites even without coding knowledge. Additionally, its diverse front page section styles and ability to function on different web browsers amplify the options for customization. Bizzweb emerges as a versatile and intuitive theme, empowering businesses to craft visually captivating and fully functional websites. Check the theme documentation at: https://docs.ascendoor.com/docs/bizzweb/ and demo at: https://demos.ascendoor.com/bizzweb/
Version: 1.1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bizzweb
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, e-commerce, blog, portfolio
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Bizzweb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments
--------------------------------------------------------------*/
.section-wrapper {
max-width: 1250px;
margin: 0 auto;
width: 100%;
padding: 0 20px;
}
.section-splitter {
margin-top: 80px;
}
@media (max-width: 768px) {
.section-splitter {
margin-top: 40px;
}
}
.section-splitter:last-child {
margin-bottom: 80px;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
font-size: 1em;
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: var(--font-heading);
}
h1 {
font-size: 50px;
}
P {
font-size: var(--font-small);
}
.title-heading {
margin-bottom: 40px;
text-align: center;
}
@media (max-width: 568px) {
.title-heading {
margin-bottom: 20px;
}
}
.title-heading .main-title {
color: #404040;
font-size: var(--font-large);
font-family: var(--font-heading);
margin: 0;
line-height: 1.2;
}
.title-heading .sub-title {
font-size: var(--font-xsmall);
color: #4f4f4f;
font-weight: 500;
margin-top: 10px;
margin-bottom: 0;
margin: 0;
}
.title-heading.title-heading-alternate {
display: flex;
text-align: left;
flex-direction: column;
margin-bottom: 30px;
font-size: var(--font-normal);
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
/* Elements
--------------------------------------------- */
:root {
--primary-color: #4D5DB4;
--header-text-color: #4D5DB4;
--font-heading: "adam";
--font-main: "poppins";
--font-xxsmall: clamp(0.81rem, 0.69rem + 0.8vw, 0.91rem);
--font-xsmall: clamp(0.91rem, 0.89rem + 0.10vw, 1rem);
--font-small: clamp(1.09rem,1.05rem + 0.21vw, 1.14rem);
--font-base: clamp(1.31rem,1.24rem + 0.37vw, 1.50rem);
--font-normal: clamp(1.58rem,1.46rem + 0.59vw, 1.88rem);
--font-large: clamp(1.89rem,1.71rem + 0.89vw, 2.34rem);
--font-xlarge: clamp(2.27rem,2.01rem + 1.29vw, 2.93rem);
--font-xxlarge: clamp(2.72rem,2.36rem + 1.83vw, 4rem);
}
body {
background: #fff;
font-family: var(--font-main);
color: #404040;
}
body.page {
margin-bottom: 0;
}
body.menu-opened {
overflow: hidden;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
/* Links
--------------------------------------------- */
a {
color: #4169e1;
}
a:visited {
color: #bbbbbb;
}
a:hover, a:focus, a:active {
color: #191970;
}
a:focus-within {
outline: thin dotted;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
.our-team-socialicon,
ul.social-links {
margin: 0;
padding: 0;
}
.our-team-socialicon li,
ul.social-links li {
list-style: none;
display: inline;
}
.our-team-socialicon a,
ul.social-links a {
color: #ffff;
font-size: 18px;
display: inline;
margin-right: 15px;
text-decoration: none;
transition: all 0.4s ease;
}
.our-team-socialicon a::before,
ul.social-links a::before {
content: "";
font-family: "fontawesome";
}
.our-team-socialicon a[href*="facebook.com"]::before,
ul.social-links a[href*="facebook.com"]::before {
content: "\f09a";
}
.our-team-socialicon a[href*="twitter.com"]::before,
ul.social-links a[href*="twitter.com"]::before {
content: "\e61b";
}
.our-team-socialicon a[href*="instagram.com"]::before,
ul.social-links a[href*="instagram.com"]::before {
content: "\f16d";
}
.our-team-socialicon a[href*="youtube.com"]::before,
ul.social-links a[href*="youtube.com"]::before {
content: "\f16a";
}
.our-team-socialicon a[href*="discord.com"]::before,
ul.social-links a[href*="discord.com"]::before {
content: "\f392";
}
.our-team-socialicon a[href*="dribbble.com"]::before,
ul.social-links a[href*="dribbble.com"]::before {
content: "\f17d";
}
.our-team-socialicon a[href*="google.com"]::before,
ul.social-links a[href*="google.com"]::before {
content: "\f1a0";
}
.our-team-socialicon a[href*="line.me"]::before,
ul.social-links a[href*="line.me"]::before {
content: "\f3c0";
}
.our-team-socialicon a[href*="linkedin.com"]::before,
ul.social-links a[href*="linkedin.com"]::before {
content: "\f0e1";
}
.our-team-socialicon a[href*="medium.com"]::before,
ul.social-links a[href*="medium.com"]::before {
content: "\f23a";
}
.our-team-socialicon a[href*="messenger.com"]::before,
ul.social-links a[href*="messenger.com"]::before {
content: "\f39f";
}
.our-team-socialicon a[href*="paypal.com"]::before,
ul.social-links a[href*="paypal.com"]::before {
content: "\f1ed";
}
.our-team-socialicon a[href*="pinterest.com"]::before,
ul.social-links a[href*="pinterest.com"]::before {
content: "\f0d2";
}
.our-team-socialicon a[href*="reddit.com"]::before,
ul.social-links a[href*="reddit.com"]::before {
content: "\f1a1";
}
.our-team-socialicon a[href*="skype.com"]::before,
ul.social-links a[href*="skype.com"]::before {
content: "\f17e";
}
.our-team-socialicon a[href*="slack.com"]::before,
ul.social-links a[href*="slack.com"]::before {
content: "\f198";
}
.our-team-socialicon a[href*="snapchat.com"]::before,
ul.social-links a[href*="snapchat.com"]::before {
content: "\f2ad";
}
.our-team-socialicon a[href*="spotify.com"]::before,
ul.social-links a[href*="spotify.com"]::before {
content: "\f1bc";
}
.our-team-socialicon a[href*="stackoverflow.com"]::before,
ul.social-links a[href*="stackoverflow.com"]::before {
content: "\f16c";
}
.our-team-socialicon a[href*="telegram.org"]::before,
ul.social-links a[href*="telegram.org"]::before {
content: "\f3fe";
}
.our-team-socialicon a[href*="twitch.tv"]::before,
ul.social-links a[href*="twitch.tv"]::before {
content: "\f1e8";
}
.our-team-socialicon a[href*="vimeo.com"]::before,
ul.social-links a[href*="vimeo.com"]::before {
content: "\f27d";
}
.our-team-socialicon a[href*="whatsapp.com"]::before,
ul.social-links a[href*="whatsapp.com"]::before {
content: "\f232";
}
.our-team-socialicon a[href*="wordpress.com"]::before, .our-team-socialicon a[href*="wordpress.org"]::before,
ul.social-links a[href*="wordpress.com"]::before,
ul.social-links a[href*="wordpress.org"]::before {
content: "\f19a";
}
.our-team-socialicon a[href*="youtube.com"]::before,
ul.social-links a[href*="youtube.com"]::before {
content: "\f167";
}
.our-team-socialicon a[href*="tiktok.com"]::before,
ul.social-links a[href*="tiktok.com"]::before {
content: "\e07b";
}
.our-team-socialicon a[href*="vk.com"]::before,
ul.social-links a[href*="vk.com"]::before {
content: "\f189";
}
.our-team-socialicon a[href*="qq.com"]::before,
ul.social-links a[href*="qq.com"]::before {
content: "\f1d6";
}
.our-team-socialicon a[href*="weibo.com"]::before,
ul.social-links a[href*="weibo.com"]::before {
content: "\f18a";
}
.our-team-socialicon a[href*="mastodon.social"]::before,
ul.social-links a[href*="mastodon.social"]::before {
content: "\f4f6";
}
.our-team-socialicon a[href*="github.com"]::before,
ul.social-links a[href*="github.com"]::before {
content: "\f09b";
}
.our-team-socialicon a[href*="threads.net"]::before,
ul.social-links a[href*="threads.net"]::before {
content: "\e618";
}
.our-team-socialicon a:focus-within, .our-team-socialicon a:hover,
ul.social-links a:focus-within,
ul.social-links a:hover {
color: #212121;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: var(--primary-color);
color: #ffff;
padding: 10px 25px;
font-size: 16px;
font-weight: 600;
transition: all 0.5s ease-in-out;
border: none;
}
button:focus, button:focus-within,
input[type="button"]:focus,
input[type="button"]:focus-within,
input[type="reset"]:focus,
input[type="reset"]:focus-within,
input[type="submit"]:focus,
input[type="submit"]:focus-within {
border: 1px solid grey;
}
a.bizzweb-button {
text-decoration: none;
font-size: 16px;
font-weight: 600;
color: #fff;
background-color: var(--primary-color);
padding: 14px 25px;
display: inline-block;
transition: all 0.5s ease-in-out;
}
a.bizzweb-button::after {
position: relative;
display: inline-block;
content: " ";
width: 25px;
height: 10px;
transition: all 0.3s ease;
transform-origin: right;
margin-inline-start: 10px;
z-index: 1;
-webkit-mask-image: url("data:image/svg+xml;utf8,");
mask-image: url("data:image/svg+xml;utf8,");
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
background: white;
}
a.bizzweb-button:focus-within, a.bizzweb-button:hover {
box-shadow: 500px 0 0 #f4f4f4 inset;
color: #404040;
}
a.bizzweb-button:focus-within::after, a.bizzweb-button:hover::after {
background: black;
transition: all 0.5s ease-in-out;
animation: moing-arrow 1000ms ease-out;
}
@keyframes moing-arrow {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(15px);
}
100% {
transform: translateX(0px);
}
}
.slick-button.banner-btn button {
background: none;
background-color: none;
padding: 0;
border-radius: 0;
}
.slick-button.banner-btn .slick-arrow {
font-size: 10px;
transition: all 0.3s ease;
position: absolute;
width: 45px;
height: 45px;
z-index: 100;
opacity: 0.8;
background-color: #ffff;
color: black;
cursor: pointer;
}
.slick-button.banner-btn .slick-arrow:hover {
opacity: 1;
}
.slick-button.banner-btn .slick-arrow.fa-chevron-left {
top: 50%;
left: 1%;
transform: translateY(-50%);
}
.slick-button.banner-btn .slick-arrow.fa-chevron-right {
top: 50%;
right: 1%;
transform: translateY(-50%);
}
.slick-button.testimonial-slick-btn button {
background: none;
background-color: none;
padding: 0;
border-radius: 0;
border: 1px dashed black;
}
.slick-button.testimonial-slick-btn .slick-arrow {
font-size: 10px;
transition: all 0.2s ease;
position: absolute;
opacity: 0.8;
width: 45px;
height: 45px;
z-index: 200;
color: #404040;
cursor: pointer;
}
.slick-button.testimonial-slick-btn .slick-arrow:hover {
color: var(--primary-color);
opacity: 1;
border: 1px dashed var(--primary-color);
}
.slick-button.testimonial-slick-btn .slick-arrow.fa-chevron-left {
top: 50%;
left: 0;
transform: translateY(-50%);
}
.slick-button.testimonial-slick-btn .slick-arrow.fa-chevron-right {
top: 50%;
right: 0;
transform: translateY(-50%);
}
.bizzweb-banner .slick-dots {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
margin: 0;
padding: 0;
display: flex;
gap: 6px;
}
.bizzweb-banner .slick-dots li {
width: 16px;
height: 16px;
border: 1px solid white;
border-radius: 50%;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
}
.bizzweb-banner .slick-dots li button {
cursor: pointer;
font-size: 0;
width: 8px;
height: 8px;
border: none;
border-radius: 50%;
background-color: white;
opacity: 0;
padding: 2px;
}
.bizzweb-banner .slick-dots .slick-active button {
width: 16px;
height: 16px;
background: white;
opacity: 1;
}
.bizzweb-testimonial .slick-dots {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
margin: 0;
padding: 0;
display: flex;
gap: 6px;
}
.bizzweb-testimonial .slick-dots li {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #c8c8c8;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
}
.bizzweb-testimonial .slick-dots li button {
cursor: pointer;
font-size: 0;
width: 8px;
height: 8px;
border: none;
border-radius: 50%;
background-color: white;
opacity: 0;
padding: 2px;
}
.bizzweb-testimonial .slick-dots .slick-active button {
width: 10px;
height: 10px;
background: black;
opacity: 1;
}
.bizzweb-news .slick-dots {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
margin: 0;
padding: 0;
display: flex;
gap: 6px;
}
.bizzweb-news .slick-dots li {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #c8c8c8;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
}
.bizzweb-news .slick-dots li button {
cursor: pointer;
font-size: 0;
width: 8px;
height: 8px;
border: none;
border-radius: 50%;
background-color: white;
opacity: 0;
padding: 2px;
}
.bizzweb-news .slick-dots .slick-active button {
width: 10px;
height: 10px;
background: black;
opacity: 1;
}
.pagination .nav-links {
display: flex;
gap: 5px;
margin: 10px 0 20px;
}
.pagination .nav-links a {
text-decoration: none;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
color: #404040;
border: 1px solid black;
transition: 0.3s ease;
}
.pagination .nav-links a:focus-within, .pagination .nav-links a:hover {
color: var(--primary-color);
border: 1px solid var(--primary-color);
}
.pagination .nav-links .current {
color: #ffff;
background-color: var(--primary-color);
text-decoration: none;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
border: 1px solid black;
}
.pagination .nav-links .next {
padding: 0 30px;
}
.pagination .nav-links .prev {
padding: 0 40px;
}
.posts-navigation {
margin-top: 20px;
}
.posts-navigation .nav-links {
display: flex;
justify-content: space-between;
gap: 20px;
margin-block-end: 2px;
}
.posts-navigation .nav-links .nav-previous {
position: relative;
}
.posts-navigation .nav-links .nav-previous a {
color: #404040;
text-decoration: none;
font-weight: 400;
padding-left: 20px;
transition: all 0.3s ease;
}
.posts-navigation .nav-links .nav-previous a::before {
content: '\f100';
position: absolute;
font-family: fontawesome;
left: 2px;
}
.posts-navigation .nav-links .nav-previous a:focus-within, .posts-navigation .nav-links .nav-previous a:hover {
color: var(--primary-color);
}
.posts-navigation .nav-links .nav-next {
position: relative;
}
.posts-navigation .nav-links .nav-next a {
color: #404040;
text-decoration: none;
font-weight: 400;
padding-right: 20px;
transition: all 0.3s ease;
}
.posts-navigation .nav-links .nav-next a::after {
content: '\f101';
position: absolute;
font-family: fontawesome;
right: 2px;
}
.posts-navigation .nav-links .nav-next a:focus-within, .posts-navigation .nav-links .nav-next a:hover {
color: var(--primary-color);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.right-sidebar .bizzweb-main-wrapper {
margin-top: 20px;
}
.right-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper {
display: flex;
gap: 40px;
margin-bottom: 20px;
}
@media (max-width: 990px) {
.right-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper {
flex-direction: column;
}
}
.right-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #primary {
width: 70%;
}
@media (max-width: 990px) {
.right-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #primary {
width: 100%;
padding-right: 0;
}
}
.right-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #secondary {
width: 30%;
}
@media (max-width: 990px) {
.right-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #secondary {
width: 100%;
}
}
.no-sidebar .bizzweb-main-wrapper {
margin-top: 20px;
}
.no-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #primary {
width: 100%;
padding-right: 0;
}
.left-sidebar .bizzweb-main-wrapper {
margin-top: 20px;
}
.left-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper {
display: flex;
gap: 40px;
flex-direction: row-reverse;
margin-bottom: 20px;
}
@media (max-width: 990px) {
.left-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper {
flex-direction: column;
}
}
.left-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #primary {
width: 70%;
}
@media (max-width: 990px) {
.left-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #primary {
width: 100%;
padding-left: 0;
}
}
.left-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #secondary {
width: 30%;
}
@media (max-width: 990px) {
.left-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #secondary {
width: 100%;
}
}
.no-sidebar .bizzweb-main-wrapper {
margin-top: 20px;
}
.no-sidebar .bizzweb-main-wrapper .bizzweb-container-wrapper #primary {
width: 100%;
padding-right: 0;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.bizzweb-navigation {
background-color: #ffff;
box-shadow: 1px 1px 15px 1px #80808038;
}
.bizzweb-navigation .bizzweb-navigation-container {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
/* Small menu. */
}
@media (max-width: 991px) {
.bizzweb-navigation .bizzweb-navigation-container {
padding: 4px 0;
min-height: 42px;
}
}
.bizzweb-navigation .bizzweb-navigation-container .site-branding {
display: flex;
flex-grow: 1;
align-items: center;
}
.bizzweb-navigation .bizzweb-navigation-container .site-branding .site-logo {
padding-right: 8px;
}
.bizzweb-navigation .bizzweb-navigation-container .site-branding .site-identity .site-title {
font-size: 28px;
font-weight: 800;
line-height: 1;
margin: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .site-branding .site-identity .site-title a {
text-decoration: none;
color: var(--header-text-color);
}
.bizzweb-navigation .bizzweb-navigation-container .site-branding .site-identity .site-title a:hover {
color: #6c6c6c;
}
.bizzweb-navigation .bizzweb-navigation-container .site-branding .site-identity .site-description {
color: var(--header-text-color);
font-size: 16px;
margin: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .fa-bars {
display: none;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul ul {
top: 100%;
float: none;
left: -999em;
z-index: 999;
position: absolute;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul ul ul {
left: -999em;
top: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul ul li:hover > ul,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul ul li.focus > ul {
display: block;
left: 100%;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul ul a {
width: 200px;
display: block;
text-decoration: none;
font-size: 14px;
color: #404040;
padding: 10px 18px;
transition: all 0.3s ease;
font-weight: 500;
border-bottom: 1px solid #f0f0f0;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul li:hover > ul,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul li.focus > ul {
left: auto;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li {
position: relative;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li:hover > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li.focus > a {
color: var(--primary-color);
}
@media (max-width: 991px) {
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li:hover > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li.focus > a {
color: var(--primary-color);
}
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li a {
display: block;
text-decoration: none;
font-size: 15px;
color: #404040;
padding: 10px 18px;
transition: all 0.3s ease;
font-weight: 500;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li > a:focus {
outline-offset: -1px;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current_page_item::after,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current-menu-item::after {
transform: scaleX(1);
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current_page_item > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current-menu-item > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current_page_ancestor > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current-menu-ancestor > a {
color: var(--primary-color);
}
@media (max-width: 991px) {
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current_page_item > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current-menu-item > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current_page_ancestor > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .current-menu-ancestor > a {
color: var(--primary-color);
}
}
@media (min-width: 992px) {
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children {
transition: all 0.3s ease;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > a::after {
top: -3px;
font-size: 12px;
cursor: pointer;
margin-left: 7px;
content: "\f0dd";
position: relative;
font-style: normal;
line-height: inherit;
font-variant: normal;
display: inline-block;
font-family: "fontawesome";
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul {
flex-direction: column;
background-color: #ffff;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
top: 50%;
transform: translateY(-50%);
right: 15px;
font-size: 12px;
cursor: pointer;
margin-left: 7px;
content: "\f0da";
position: absolute;
font-style: normal;
line-height: inherit;
font-variant: normal;
display: inline-block;
font-family: "fontawesome";
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > li:nth-last-child(1):hover > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > li:nth-last-child(2):hover > .menu-item-has-children {
margin: 0;
margin-top: 0px;
right: 0;
left: unset;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > li:nth-last-child(1):focus-within > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > li:nth-last-child(2):focus-within > .menu-item-has-children {
margin: 0;
margin-top: 0px;
right: 0;
left: unset;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) li.menu-item-has-children > a,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) li.menu-item-has-children > a {
padding-left: 25px;
padding-right: 20px;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) li.menu-item-has-children > a::after,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) li.menu-item-has-children > a::after {
content: "\f0d9";
position: absolute;
font-family: "fontawesome 4";
font-variant: normal;
font-style: normal;
display: inline-block;
font-size: 12px;
margin-right: 10px;
margin-left: 0;
left: 5px;
right: unset;
top: 50%;
transform: translateY(-50%);
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .menu-item-has-children > li:focus-within > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .menu-item-has-children > li:focus-within > .sub-menu,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .menu-item-has-children > li:hover > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .menu-item-has-children > li:hover > .sub-menu,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .sub-menu > li:focus-within > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .sub-menu > li:focus-within > .sub-menu,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .sub-menu > li:hover > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(1) .sub-menu > li:hover > .sub-menu,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .menu-item-has-children > li:focus-within > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .menu-item-has-children > li:focus-within > .sub-menu,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .menu-item-has-children > li:hover > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .menu-item-has-children > li:hover > .sub-menu,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .sub-menu > li:focus-within > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .sub-menu > li:focus-within > .sub-menu,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .sub-menu > li:hover > .menu-item-has-children,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu > li:nth-last-child(2) .sub-menu > li:hover > .sub-menu {
right: 100%;
left: unset;
margin-left: 0px;
margin-top: 0px;
}
}
@media (max-width: 991px) {
.bizzweb-navigation .bizzweb-navigation-container .main-navigation li a {
padding: 10px 16px 10px 10px;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle {
cursor: pointer;
background: none;
border: none;
padding: 0;
margin-inline-end: 10px;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle .ham-icon {
width: 26px;
height: 3px;
background-color: var(--primary-color);
margin: 6px 0;
display: block;
transition: all 0.35s ease-in;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle.show {
position: fixed;
z-index: 199;
top: 65px;
right: 40px;
transition: all 0.2s ease-in;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle.show .ham-icon {
background-color: #404040;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle.show .ham-icon:nth-child(1) {
transform: translateY(10px) rotate(45deg);
transition: all 0.25s ease-in;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle.show .ham-icon:nth-child(2) {
opacity: 0;
width: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle.show .ham-icon:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
transition: all 0.25s ease-in;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation button.menu-toggle:focus {
outline: 1px dashed #000;
outline-offset: 2px;
border-radius: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area {
top: 0;
z-index: 190;
right: -100%;
height: 100%;
position: fixed;
width: 100%;
max-width: 420px;
visibility: hidden;
overflow-y: scroll;
padding: 100px 20px 100px 10px;
transition: all 0.5s ease;
background-color: #ffff;
box-shadow: -5px -4px 14px 0px rgba(0, 0, 0, 0.12);
}
}
@media (max-width: 991px) and (max-width: 425px) {
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area {
max-width: 310px;
}
}
@media (max-width: 991px) and (max-width: 320px) {
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area {
max-width: 250px;
}
}
@media (max-width: 991px) {
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children {
transition: all 0.3s ease;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children > a::after {
top: -3px;
font-size: 12px;
cursor: pointer;
margin-left: 7px;
content: "\f0dd";
position: relative;
font-style: normal;
line-height: inherit;
font-variant: normal;
display: inline-block;
font-family: "fontawesome";
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul {
position: unset;
padding-left: 15px;
height: 0;
transform: scaleY(0);
overflow: hidden;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
top: -2px;
font-size: 12px;
cursor: pointer;
margin-left: 7px;
content: "\f0dd";
position: relative;
font-style: normal;
line-height: inherit;
font-variant: normal;
display: inline-block;
font-family: "fontawesome";
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children:focus-within > ul, .bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children:hover > ul, .bizzweb-navigation .bizzweb-navigation-container .main-navigation .navigation-area ul.menu li.menu-item-has-children.focus > ul {
height: auto;
transform: scaleY(1);
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation.toggled .navigation-area {
visibility: visible;
right: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search {
display: none;
}
}
.bizzweb-navigation .bizzweb-navigation-container .menu-toggle,
.bizzweb-navigation .bizzweb-navigation-container .main-navigation.toggled {
display: block;
}
@media screen and (min-width: 992px) {
.bizzweb-navigation .bizzweb-navigation-container .menu-toggle {
display: none;
}
.bizzweb-navigation .bizzweb-navigation-container .main-navigation ul {
display: flex;
}
}
.site-main .bizzweb-navigation .bizzweb-navigation-container .comment-navigation, .site-main
.bizzweb-navigation .bizzweb-navigation-container .posts-navigation, .site-main
.bizzweb-navigation .bizzweb-navigation-container .post-navigation {
margin: 0 0 1.5em;
}
.bizzweb-navigation .bizzweb-navigation-container .comment-navigation .nav-links,
.bizzweb-navigation .bizzweb-navigation-container .posts-navigation .nav-links,
.bizzweb-navigation .bizzweb-navigation-container .post-navigation .nav-links {
display: flex;
}
.bizzweb-navigation .bizzweb-navigation-container .comment-navigation .nav-previous,
.bizzweb-navigation .bizzweb-navigation-container .posts-navigation .nav-previous,
.bizzweb-navigation .bizzweb-navigation-container .post-navigation .nav-previous {
flex: 1 0 50%;
}
.bizzweb-navigation .bizzweb-navigation-container .comment-navigation .nav-next,
.bizzweb-navigation .bizzweb-navigation-container .posts-navigation .nav-next,
.bizzweb-navigation .bizzweb-navigation-container .post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search {
width: 25px;
position: relative;
display: inline-block;
text-align: center;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap a.search-icon {
text-decoration: none;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap a.search-icon i {
display: block;
color: #404040;
font-size: 14px;
padding-block: 6px;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap a.search-icon:focus-within i {
border: 1px dotted #6e6e6e;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form {
z-index: 50;
top: 100%;
width: 330px;
padding: 6px 0 0 0;
right: 0;
position: absolute;
visibility: hidden;
opacity: 0;
}
@media (max-width: 425px) {
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form {
width: 405px;
}
}
@media (max-width: 320px) {
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form {
width: 300px;
}
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form .search-form {
display: flex;
background: white;
padding: 6px;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form .search-form label {
flex-basis: 75%;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form .search-form label .search-field {
width: 100%;
height: 38px;
padding: 6px;
border-radius: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form .search-form .search-submit {
flex-basis: 25%;
padding: 4px 8px;
border-radius: 0;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form .search-form .search-submit:focus-within, .bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap .header-search-form .search-form .search-submit:hover {
box-shadow: 180px 0 0 white inset;
color: var(--primary-color);
border: 1px solid var(--primary-color);
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search .header-search-wrap.show .header-search-form {
opacity: 1;
visibility: visible;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-header-search:focus {
border: 1px dotted black;
}
.bizzweb-navigation .bizzweb-navigation-container .bizzweb-nav-search {
display: none;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.7em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.post .entry-header h1 {
font-size: 32px;
line-height: 1.3;
transition: 0.3s ease;
}
@media (max-width: 768px) {
.post .entry-header h1 {
font-size: 32px;
}
}
@media (max-width: 425px) {
.post .entry-header h1 {
font-size: 28px;
}
}
.post .entry-meta {
margin-bottom: 6px;
}
.post .entry-meta .posted-on {
margin-right: 8px;
}
.post .entry-meta .posted-on a {
color: black;
text-decoration: none;
transition: all 0.3s ease;
}
.post .entry-meta .posted-on a:hover {
color: var(--primary-color);
}
.post .entry-meta .byline .author a {
text-decoration: none;
color: black;
transition: all 0.3s ease;
font-weight: 600;
}
.post .entry-meta .byline .author a:hover {
color: var(--primary-color);
}
.post-navigation {
margin: 30px 0;
}
.post-navigation .nav-links {
display: flex;
}
.post-navigation .nav-links .nav-previous {
text-align: start;
width: 50%;
}
.post-navigation .nav-links .nav-previous a {
padding-block: 8px;
color: #474747;
text-decoration: none;
transition: 0.3s ease;
display: flex;
align-items: center;
}
.post-navigation .nav-links .nav-previous a::before {
content: "";
width: 25px;
height: 10px;
transition: all 0.3s ease;
z-index: 1;
transform: rotate(180deg);
-webkit-mask-image: url("data:image/svg+xml;utf8,");
mask-image: url("data:image/svg+xml;utf8,");
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
background: black;
}
@media (max-width: 1050px) {
.post-navigation .nav-links .nav-previous a::before {
top: -12px;
}
}
.post-navigation .nav-links .nav-previous a:focus-within, .post-navigation .nav-links .nav-previous a:hover {
color: var(--primary-color);
}
.post-navigation .nav-links .nav-previous a:focus-within::before, .post-navigation .nav-links .nav-previous a:hover::before {
background-color: var(--primary-color);
}
.post-navigation .nav-links .nav-previous a span {
margin-left: 14px;
}
.post-navigation .nav-links .nav-next {
text-align: end;
width: 50%;
flex: 1;
}
.post-navigation .nav-links .nav-next a {
padding-block: 8px;
color: #474747;
text-decoration: none;
transition: 0.3s ease;
display: flex;
align-items: center;
justify-content: end;
}
.post-navigation .nav-links .nav-next a::after {
content: "";
width: 25px;
height: 10px;
transition: all 0.3s ease;
transform-origin: right;
z-index: 1;
-webkit-mask-image: url("data:image/svg+xml;utf8,");
mask-image: url("data:image/svg+xml;utf8,");
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
background: black;
}
@media (max-width: 1050px) {
.post-navigation .nav-links .nav-next a::after {
top: -12px;
}
}
.post-navigation .nav-links .nav-next a:focus-within, .post-navigation .nav-links .nav-next a:hover {
color: var(--primary-color);
}
.post-navigation .nav-links .nav-next a:focus-within::before, .post-navigation .nav-links .nav-next a:hover::before {
background-color: var(--primary-color);
}
.post-navigation .nav-links .nav-next a span {
margin-right: 14px;
}
.blog-archive-layout {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 22px;
margin-top: 8px;
}
.blog-archive-layout article {
border: 1px solid #e5e3e3;
margin-bottom: 0;
}
.blog-archive-layout article .post-thumbnail img {
width: 100%;
aspect-ratio: 1/0.8;
object-fit: cover;
}
.blog-archive-layout article .post-detail {
padding: 0 10px 10px 10px;
}
.blog-archive-layout article .post-detail .entry-title {
padding-bottom: 10px;
}
.blog-archive-layout article .post-detail .entry-title a {
color: #404040;
text-decoration: none;
font-size: var(--font-base);
font-weight: 600;
line-height: 1.3;
transition: 0.3s ease;
}
.blog-archive-layout article .post-detail .entry-title a:focus-within, .blog-archive-layout article .post-detail .entry-title a:hover {
color: var(--primary-color);
}
.blog-archive-layout article .post-detail .entry-meta {
padding-bottom: 10px;
padding-top: 0;
}
.blog-archive-layout article .post-detail .entry-meta .posted-on {
margin-inline-end: 10px;
}
.blog-archive-layout article .post-detail .entry-meta .posted-on a {
font-size: var(--font-snall);
color: #404040;
text-decoration: none;
}
.blog-archive-layout article .post-detail .entry-meta .posted-on a:focus-within, .blog-archive-layout article .post-detail .entry-meta .posted-on a:hover {
color: var(--primary-color);
}
.blog-archive-layout article .post-detail .entry-meta .byline a {
font-size: var(--font-snall);
font-weight: 600;
color: #404040;
text-decoration: none;
text-transform: capitalize;
transition: all 0.5;
}
.blog-archive-layout article .post-detail .entry-meta .byline a:focus-within, .blog-archive-layout article .post-detail .entry-meta .byline a:hover {
color: var(--primary-color);
}
.blog-archive-layout article .post-detail .entry-content {
margin: 0;
}
.blog-archive-layout article .post-detail .entry-content p {
font-size: 17px;
margin: 4px 0 8px 0;
}
.blog-archive-layout article .post-detail .entry-footer {
margin: 0;
border-top: 1px solid #e5e3e3;
padding-top: 8px;
}
.site-main .page-header h1 {
font-size: var(--font-large);
font-weight: 600;
}
@media (max-width: 768px) {
.site-main .page-header h1 {
font-size: 36px;
}
}
.wp-block-page-list li {
margin: 6px 0;
}
.wp-block-page-list a {
font-size: 18px;
}
.page-content .search-form {
display: flex;
}
.page-content .search-form input {
color: #666;
border: 1px solid #ccc;
border-radius: 4px 0 0 4px;
padding: 8px;
}
.page-content .search-form .search-submit {
background-color: var(--primary-color);
color: #ffff;
padding: 8px 16px;
border: 1px solid var(--primary-color);
font-size: 16px;
font-weight: 600;
border-radius: 0 4px 4px 0;
transition: all 0.5s ease-in-out;
margin: 0;
}
.page-content .search-form .search-submit:hover {
box-shadow: 0 55px 0 white inset;
border: 1px solid var(--primary-color);
color: var(--primary-color);
}
.entry-footer {
margin: 12px 0;
font-size: 16px;
}
.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link,
.entry-footer .comments-link {
margin-right: 12px;
font-weight: 600;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.entry-footer .edit-link a,
.entry-footer .comments-link a {
font-weight: 400;
transition: all 0.4s ease-out;
text-decoration: none;
background: linear-gradient(to right, var(--primary-color) 50%, black 50%);
background-size: 200%;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.entry-footer .edit-link a:focus,
.entry-footer .edit-link a:hover,
.entry-footer .comments-link a:focus,
.entry-footer .comments-link a:hover {
background-position: -100%;
}
.entry-footer .cat-links a:focus,
.entry-footer .tags-links a:focus,
.entry-footer .edit-link a:focus,
.entry-footer .comments-link a:focus {
outline-color: #404040;
}
.related-posts h2 {
font-size: 32px;
font-weight: 600;
}
@media (max-width: 600px) {
.related-posts h2 {
font-size: 30px;
text-align: center;
}
}
.related-posts .row {
margin-top: 20px;
display: flex;
flex-wrap: wrap;
margin-inline: -15px;
}
@media (max-width: 700px) {
.related-posts .row {
flex-direction: column;
}
}
.related-posts .row div {
flex-basis: 33.33%;
}
.related-posts .row div article {
padding-inline: 15px;
margin: 0;
border-bottom: none;
margin-bottom: 30px;
}
.related-posts .row div article .post-thumbnail {
line-height: 0;
overflow: hidden;
}
@media (max-width: 700px) {
.related-posts .row div article .post-thumbnail {
flex: 1 0 40%;
}
}
.related-posts .row div article .post-thumbnail img {
width: 100%;
height: 200px;
object-fit: cover;
transform: scale(1);
transition: all 0.3s ease;
}
.related-posts .row div article .post-text {
margin-top: 8px;
}
@media (max-width: 700px) {
.related-posts .row div article .post-text {
flex-basis: 60%;
text-align: start;
}
}
.related-posts .row div article .post-text .entry-header {
margin-top: unset;
}
.related-posts .row div article .post-text .entry-header .entry-title a {
font-size: 22px;
text-decoration: none;
color: #000;
}
.related-posts .row div article .post-text .entry-content {
margin-top: 6px;
}
.related-posts .row div article .post-text .entry-content p {
font-size: 16px;
margin-top: 0;
}
.related-posts .row div article:focus-visible .post-thumbnail img, .related-posts .row div article:hover .post-thumbnail img {
transform: scale(1.1);
}
body.no-sidebar .alignfull {
margin-left: calc(50% - 50vw - -50px);
margin-right: calc(50% - 50vw - -50px);
max-width: 100vw;
width: 95vw;
}
@media (max-width: 1200px) {
body.no-sidebar .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
padding: 0 20px;
}
}
body.no-sidebar .alignfull .alignwide {
margin-inline: auto;
}
body.no-sidebar .alignfull .aligncenter {
margin-inline: auto;
}
body.no-sidebar .alignwide {
max-width: 100vw;
}
@media (min-width: 768px) and (max-width: 1170px) {
body.no-sidebar .alignwide {
width: calc(100% + (100vw - 100%) / 2);
margin-left: calc((100% - 100vw) / 4);
}
}
@media (min-width: 1171px) {
body.no-sidebar .alignwide {
margin-left: -65px;
width: 1350px;
}
}
body.no-sidebar .alignwide .alignwide {
width: 100%;
margin-right: auto;
margin-left: auto;
}
/* Comments
--------------------------------------------- */
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area {
margin-block: 40px;
padding: 30px;
box-shadow: 0px 0px 10px 0px #ececec;
}
.comments-area .comments-title {
margin: 0 0 20px 0;
font-size: 24px;
font-weight: 500;
}
.comments-area .comments-title span {
font-size: 24px;
}
.comments-area .required {
color: red;
}
.comments-area .comment-list {
margin: 0 0 0 1px;
padding: 0 0 0 1px;
}
.comments-area .comment-list .comment-body .comment-meta {
margin: 10px 0;
}
.comments-area .comment-list .comment-body .comment-meta .vcard {
display: flex;
}
.comments-area .comment-list .comment-body .comment-meta .vcard .avatar {
width: 45px;
height: 45px;
margin-right: 20px;
}
.comments-area .comment-list .comment-body .comment-meta .vcard .fn {
margin-right: 6px;
}
.comments-area .comment-list .comment-body .comment-meta .vcard .fn a {
text-decoration: none;
color: #404040;
font-weight: 400;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
margin-left: 62px;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata a {
text-decoration: none;
color: #404040;
transition: all 0.3s ease;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata a:hover {
color: var(--primary-color);
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata .edit-link {
margin-left: 20px;
}
.comments-area .comment-list .comment-body .comment-content {
background-color: #f3f3f3;
padding: 22px;
border-radius: 6px;
margin: 15px;
}
.comments-area .comment-list .comment-body .comment-content p {
margin: 0;
}
.comments-area .comment-list .comment-body .reply {
margin-bottom: 10px;
}
.comments-area .comment-list .comment-body .reply a {
text-decoration: none;
color: #404040;
transition: all 0.3s ease;
}
.comments-area .comment-list .comment-body .reply a:hover {
color: var(--primary-color);
}
.comment-respond {
margin-top: 32px;
}
.comment-respond .comment-form .logged-in-as a {
text-decoration: none;
color: #404040;
margin-right: 6px;
transition: all 0.3s ease;
}
.comment-respond .comment-form .logged-in-as a:focus-within, .comment-respond .comment-form .logged-in-as a:hover {
color: var(--primary-color);
}
.comment-form .comment-form-author {
flex-direction: column;
}
/* Widgets
--------------------------------------------- */
.widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
.widget h2,
.widget h6 {
font-size: var(--font-base);
padding-left: 10px;
position: relative;
}
.widget h2::before,
.widget h6::before {
position: absolute;
content: '';
top: 50%;
left: 0;
transform: translateY(-50%);
height: 20px;
width: 4px;
background: var(--primary-color);
}
.widget p {
font-size: var(--font-xsmall);
line-height: 1.8;
}
.widget ol,
.widget ul {
margin: 0;
padding: 0;
}
.widget ol li,
.widget ul li {
padding: 6px 0;
list-style: none;
border-bottom: 1px solid #efeeee;
}
.widget ol li a,
.widget ul li a {
text-decoration: none;
color: #404040;
font-size: var(--font-xsmall);
transition: all 0.4s ease;
}
.widget ol li a:focus-within, .widget ol li a:hover,
.widget ul li a:focus-within,
.widget ul li a:hover {
color: var(--primary-color);
}
form .wp-block-search__label {
font-family: var(--font-heading);
font-size: var(--font-base);
padding-left: 10px;
position: relative;
}
form .wp-block-search__label::before {
position: absolute;
content: '';
top: 50%;
left: 0;
transform: translateY(-50%);
height: 20px;
width: 4px;
background: var(--primary-color);
}
form .wp-block-search__inside-wrapper {
margin-top: 12px;
}
form .wp-block-search__inside-wrapper input {
color: #666;
border: 1px solid #ccc;
border-radius: 4px 0 0 4px;
padding: 8px;
}
form .wp-block-search__inside-wrapper button {
background-color: var(--primary-color);
color: #ffff;
padding: 8px 16px;
font-size: 16px;
font-weight: 600;
border-radius: 0 4px 4px 0;
transition: all 0.5s ease-in-out;
margin: 0;
}
form .wp-block-search__inside-wrapper button:focus-within, form .wp-block-search__inside-wrapper button:hover {
box-shadow: 175px 0 0 white inset;
color: #404040;
}
.widget .wp-block-tag-cloud {
font-size: 0;
}
.widget .wp-block-tag-cloud a {
color: #fff;
font-size: 16px !important;
text-decoration: none;
transition: all 0.3s ease-in;
background-color: var(--primary-color);
padding: 4px 12px;
display: inline-block;
margin-bottom: 6px;
margin-right: 6px;
}
.widget .wp-block-tag-cloud a:focus-within, .widget .wp-block-tag-cloud a:hover {
color: #e9e9e9;
background-color: #404040;
}
.site-footer .widget .wp-block-tag-cloud a {
background-color: unset;
border: 1px solid grey;
padding: 4px 12px;
transition: all 0.3s ease;
}
.site-footer .widget .wp-block-tag-cloud a:focus-within, .site-footer .widget .wp-block-tag-cloud a:hover {
color: var(--primary-color);
border: 1px solid var(--primary-color);
}
.widget .wp-block-social-links {
display: flex;
}
.widget .wp-block-social-links li {
padding: 5px;
margin-right: 5px;
}
.wp-block-calendar .wp-calendar-table tbody td {
transition: all 0.3s ease;
}
.wp-block-calendar .wp-calendar-table tbody td a {
color: var(--primary-color);
text-decoration: none;
}
.wp-block-calendar .wp-calendar-table tbody td a:focus-within, .wp-block-calendar .wp-calendar-table tbody td a:hover {
color: var(--primary-color);
}
.wp-block-calendar .wp-calendar-table tbody #today {
color: #ffff;
background-color: var(--primary-color);
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a {
color: #73777B;
text-decoration: none;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:focus-within, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover {
color: var(--primary-color);
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
color: #73777B;
text-decoration: none;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:focus-within, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
color: var(--primary-color);
}
.widget_media_gallery .wp-block-gallery {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.widget_search form.search-form {
display: flex;
}
.widget_search form.search-form label input {
width: 100%;
}
.widget_search form.search-form .search-submit {
padding: 4px 12px;
}
.widget_tag_cloud .tagcloud a {
color: #fff;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease-in;
background-color: var(--primary-color);
padding: 8px 16px;
display: inline-block;
margin: 0 6px 6px 0;
}
.widget_tag_cloud .tagcloud a:focus-within, .widget_tag_cloud .tagcloud a:hover {
color: #e9e9e9;
background-color: #404040;
}
.widget_media_gallery .gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.widget_media_gallery .gallery .gallery-item {
overflow: hidden;
margin: 0;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon {
transition: all 0.3s ease;
font-size: 0;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon:focus-within, .widget_media_gallery .gallery .gallery-item .gallery-icon:hover {
transform: scale(1.1);
}
.widget_calendar .calendar_wrap .wp-calendar-table caption {
background: var(--primary-color);
color: #fff;
}
.widget_calendar .calendar_wrap .wp-calendar-table tbody a {
color: var(--primary-color);
text-decoration: none;
}
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
color: #73777B;
text-decoration: none;
}
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:focus-within, .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
color: var(--primary-color);
}
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
color: #73777B;
text-decoration: none;
}
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:focus-within, .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
color: var(--primary-color);
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
/*rtl:ignore*/
float: left;
/*rtl:ignore*/
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
/*rtl:ignore*/
float: right;
/*rtl:ignore*/
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
/* preloader CSS start
--------------------------------------------- */
#loader {
overflow-x: hidden;
overflow-y: hidden;
vertical-align: top;
background-color: #fff;
position: fixed;
display: table;
width: 100%;
top: 0;
height: 100%;
min-height: 100%;
z-index: 99999;
}
#loader .loader-container {
position: relative;
display: table-cell;
vertical-align: middle;
z-index: 12;
text-align: center;
text-transform: uppercase;
}
#loader #preloader {
position: relative;
margin: auto;
width: 100px;
}
#loader.loader-1 .loader-container #preloader {
width: 50px;
aspect-ratio: 1;
border-radius: 50%;
border: 8px solid #0000;
border-right-color: #00000097;
position: relative;
animation: spin 1s infinite linear;
}
#loader.loader-1 .loader-container #preloader::before, #loader.loader-1 .loader-container #preloader::after {
content: "";
position: absolute;
inset: -8px;
border-radius: 50%;
border: inherit;
animation: inherit;
animation-duration: 2s;
}
#loader.loader-1 .loader-container #preloader::after {
animation-duration: 4s;
}
@keyframes spin {
100% {
transform: rotate(1turn);
}
}
#loader.loader-2 .loader-container #preloader {
width: 120px;
padding: 15px;
background: var(--primary-color);
aspect-ratio: 1;
border-radius: 50%;
--_m: conic-gradient(#0000, #000), linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m);
mask: var(--_m);
-webkit-mask-composite: source-out;
mask-composite: subtract;
box-sizing: border-box;
animation: load 1s linear infinite;
}
@keyframes load {
to {
transform: rotate(1turn);
}
}
#loader.loader-3 .loader-container #preloader {
width: 45px;
aspect-ratio: 1;
--c: no-repeat
linear-gradient(
#000 calc(50% - 10px),
#0000 0 calc(50% + 10px),
#000 0
);
background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
background-size: 20% calc(200% + 20px);
animation: bar-1 1s infinite linear;
}
@keyframes bar-1 {
33% {
background-position: 0% 50%, 50% 100%, 100% 100%;
}
50% {
background-position: 0% 0%, 50% 50%, 100% 100%;
}
66% {
background-position: 0% 0%, 50% 0%, 100% 50%;
}
100% {
background-position: 0% 0%, 50% 0%, 100% 0%;
}
}
#loader.loader-4 .loader-container #preloader {
width: 45px;
aspect-ratio: 1;
--c: no-repeat linear-gradient(#000 0 0);
background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
background-size: 20% 100%;
animation: bar-2 1s infinite linear;
}
@keyframes bar-2 {
0% {
background-size: 20% 100%, 20% 100%, 20% 100%;
}
33% {
background-size: 20% 10%, 20% 100%, 20% 100%;
}
50% {
background-size: 20% 100%, 20% 10%, 20% 100%;
}
66% {
background-size: 20% 100%, 20% 100%, 20% 10%;
}
100% {
background-size: 20% 100%, 20% 100%, 20% 100%;
}
}
#loader.loader-5 .loader-container #preloader {
width: 45px;
aspect-ratio: 1;
--c: conic-gradient(from -90deg, #000 90deg, #0000 0);
background: var(--c), var(--c);
background-size: 40% 40%;
animation: bar-3 1.5s infinite;
}
@keyframes bar-3 {
0%,
20% {
background-position: 0 0, 0 calc(100% / 3);
}
33% {
background-position: 0 0, calc(100% / 3) calc(100% / 3);
}
66% {
background-position: 0 calc(100% / 3), calc(100% / 3) 0;
}
80%,
100% {
background-position: 0 calc(100% / 3), 0 0;
}
}
#loader.loader-6 .loader-container #preloader {
position: relative;
display: inline-block;
margin: 0 12.5% 100px;
width: 50px;
height: 50px;
border: 2px solid black;
border-radius: 50%;
animation: spin-3 0.75s infinite linear;
border-color: transparent;
border-top-color: black;
animation-duration: 5s;
}
#loader.loader-6 .loader-container #preloader::before, #loader.loader-6 .loader-container #preloader::after {
left: -2px;
top: -2px;
display: none;
position: absolute;
content: "";
width: inherit;
height: inherit;
border: inherit;
border-radius: inherit;
}
#loader.loader-6 .loader-container #preloader::after {
display: block;
border-color: transparent;
border-top-color: black;
animation: spin 0.75s infinite ease-in-out alternate;
}
@keyframes spin-3 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#loader.loader-7 .loader-container #preloader {
border: 8px solid #ddd;
border-top: 8px solid #42a5f5;
border-radius: 50%;
height: 75px;
width: 75px;
animation: spin 1s linear infinite;
}
@keyframes spin {
to {
border-top-color: var(--primary-color);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.bizzweb-top-header {
position: relative;
padding: 4px 0;
background-color: var(--primary-color);
}
.bizzweb-top-header .bizzweb-top-header-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
@media (max-width: 650px) {
.bizzweb-top-header .bizzweb-top-header-wrapper {
justify-content: center;
}
}
@media (max-width: 460px) {
.bizzweb-top-header .bizzweb-top-header-wrapper {
flex-direction: column;
}
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact {
display: flex;
gap: 20px;
}
@media (max-width: 460px) {
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact {
flex-direction: column;
gap: 6px;
}
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-phone {
display: flex;
align-items: center;
}
@media (max-width: 460px) {
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-phone {
justify-content: center;
}
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-phone .brand-contact p {
margin: 0;
font-size: 14px;
color: #ffff;
margin-right: 10px;
font-weight: 800;
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-phone .brand-contact-info a {
color: #ffff;
text-decoration: none;
transition: all 0.3s ease;
font-size: 14px;
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-phone .brand-contact-info a:focus-within, .bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-phone .brand-contact-info a:hover {
color: #d7d7d7;
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-mail {
display: flex;
align-items: center;
}
@media (max-width: 460px) {
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-mail {
justify-content: center;
}
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-mail .brand-mail p {
margin: 0;
font-size: 14px;
color: #ffff;
margin-right: 10px;
font-weight: 800;
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-mail .brand-mail-info a {
color: #ffff;
text-decoration: none;
transition: all 0.3s ease;
font-size: 14px;
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-mail .brand-mail-info a:focus-within, .bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-left .bizzweb-brand-contact-wrapper .bizzweb-brand-contact .brand-mail .brand-mail-info a:hover {
color: #d7d7d7;
}
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-right .top-right-header-container .social-links li.menu-item a {
font-size: 14px;
margin-right: 8px;
}
@media (max-width: 650px) {
.bizzweb-top-header .bizzweb-top-header-wrapper .bizzweb-top-header-right {
margin-top: 10px;
}
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container {
display: flex !important;
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image {
position: relative;
width: 100%;
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image img {
width: 100%;
height: 800px;
object-fit: cover;
min-height: 550px;
}
@media (max-width: 991px) {
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image img {
height: 700px;
}
}
@media (max-width: 600px) {
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image img {
height: 590px;
}
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image .banner-text {
position: absolute;
top: 50%;
width: 100%;
left: 0;
transform: translateY(-50%);
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image .banner-text .section-wrapper {
max-width: 850px;
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image .banner-text .section-wrapper .banner-description {
justify-content: center;
text-align: center;
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image .banner-text .section-wrapper .banner-description .banner-heading {
font-size: var(--font-xxlarge);
color: #ffff;
line-height: 1.2;
margin-bottom: 8px;
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image .banner-text .section-wrapper .banner-description .description {
font-size: var(--font-small);
margin: 0;
color: #ffff;
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image .banner-text .banner-button {
text-align: center;
margin-top: 40px;
}
.bizzweb-banner .bizzweb-container .bizzweb-banner-container .banner-image::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, black 49%, rgba(255, 255, 255, 0) 100%);
opacity: 0.4;
}
.bizzweb-banner .slick-active .banner-image .banner-text {
visibility: visible;
}
.bizzweb-banner .slick-active .banner-image .banner-text .banner-description {
transform-origin: top;
animation: text-animation 0.7s forwards;
}
@keyframes text-animation {
from {
opacity: 0;
transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
}
}
.bizzweb-service .bizzweb-service-wrapper {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container {
flex-basis: 33.33%;
}
@media (max-width: 991px) {
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container {
flex-basis: 50%;
}
}
@media (max-width: 600px) {
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container {
flex-basis: 100%;
}
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-image {
position: relative;
background: var(--primary-color);
width: 90px;
height: 90px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin: 0 auto;
flex-shrink: 0;
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-image img {
position: relative;
width: 50px;
object-fit: cover;
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-image::before, .bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-image::after {
content: "";
position: absolute;
border-left: 2px solid var(--primary-color);
border-right: 2px solid var(--primary-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transform: scale(0);
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-image::after {
transition: all 0.3s ease 0;
width: 80px;
height: 80px;
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-text {
flex-basis: 70%;
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-text .service-text-title {
font-size: var(--font-small);
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-text .service-text-title a {
transition: all 0.3s ease-in;
text-decoration: none;
background: linear-gradient(to right, black 50%, var(--primary-color) 50%);
background-size: 200%;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.bizzweb-service .bizzweb-service-wrapper .bizzweb-service-container .service-text .service-text-description {
margin-top: 5px;
margin-bottom: 0px;
font-size: var(--font-xsmall);
line-height: 1.4;
}
.bizzweb-service.bizzweb-service-style-2 .bizzweb-service-inner {
padding: 15px;
margin-inline: 10px;
margin-bottom: 10px;
display: flex;
flex-direction: column;
gap: 20px;
text-align: center;
justify-content: center;
position: relative;
border: 3px solid transparent;
transition: all 0.3s ease-in;
}
.bizzweb-service.bizzweb-service-style-2 .bizzweb-service-inner:focus-within, .bizzweb-service.bizzweb-service-style-2 .bizzweb-service-inner:hover {
box-shadow: 0px 4px 18px #dbdbdb8c;
}
.bizzweb-service.bizzweb-service-style-2 .bizzweb-service-inner:focus-within .service-text .service-text-title a, .bizzweb-service.bizzweb-service-style-2 .bizzweb-service-inner:hover .service-text .service-text-title a {
background-position: -100%;
}
.bizzweb-service.bizzweb-service-style-2 .bizzweb-service-inner:focus-within .service-text .service-text-title a:focus, .bizzweb-service.bizzweb-service-style-2 .bizzweb-service-inner:hover .service-text .service-text-title a:focus {
outline-color: #404040;
}
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper {
z-index: 100;
position: relative;
display: flex;
align-items: center;
gap: 30px;
}
@media (max-width: 768px) {
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper {
flex-direction: column;
padding-block: 40px;
}
}
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-text {
flex-basis: 50%;
text-align: start;
}
@media (max-width: 768px) {
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-text {
text-align: start;
flex-basis: unset;
max-width: 600px;
flex-basis: 100%;
}
}
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-text .title-heading .main-title {
text-align: start;
}
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-text .about-us-content p {
font-size: var(--font-small);
margin: 0;
margin-bottom: 6px;
}
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-text .about-us-button {
margin-top: 40px;
}
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-image {
flex-basis: 50%;
}
@media (max-width: 768px) {
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-image {
flex-basis: 100%;
}
}
.bizzweb-about-us.bizzweb-about-us-style-1 .bizzweb-about-us-wrapper .bizzweb-about-us-image img {
width: 100%;
object-fit: cover;
}
.bizzweb-about-us.bizzweb-about-us-style-1.fixed-background {
background-attachment: fixed;
}
.bizzweb-mission {
position: relative;
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper {
display: flex;
gap: 30px;
}
@media (max-width: 991px) {
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper {
flex-direction: column-reverse;
}
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .bizzweb-mission-image {
flex-basis: 50%;
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .bizzweb-mission-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .mission-text {
flex-basis: 50%;
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .mission-text .title-heading a {
text-decoration: none;
color: #404040;
transition: 0.3s ease;
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .mission-text .title-heading a:hover {
color: var(--primary-color);
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .mission-text .mission-text-container .mission-text-paragraph {
margin: 0;
margin: 10px 0;
font-size: var(--font-small);
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .mission-text .mission-text-container .mission-list {
margin: 0;
padding: 0;
}
.bizzweb-mission.bizzweb-mission-style-2 .bizzweb-mission-container .bizzweb-mission-wrapper .mission-text .mission-text-container .mission-list li {
padding: 10px 0;
font-weight: 600;
margin-left: 18px;
font-size: var(--font-xsmall);
}
.bizzweb-team .bizzweb-team-container .bizzweb-team-wrapper {
display: flex;
flex-wrap: wrap;
}
.bizzweb-team.team-style-1 .bizzweb-team-content {
flex-basis: 33.33%;
}
@media (max-width: 1170px) {
.bizzweb-team.team-style-1 .bizzweb-team-content {
flex-basis: 50%;
}
}
@media (max-width: 768px) {
.bizzweb-team.team-style-1 .bizzweb-team-content {
flex-basis: 100%;
}
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner {
margin-inline: 15px;
margin-bottom: 30px;
transition: all 0.3s ease-in;
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-image {
line-height: 0;
overflow: hidden;
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-image img {
transition: all 0.3s;
width: 100%;
height: 400px;
object-fit: cover;
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-designation-wrapper {
margin-top: 10px;
display: flex;
justify-content: space-between;
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-designation-wrapper .team-designation .team-name {
font-size: var(--font-small);
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-designation-wrapper .team-designation .designation {
font-size: var(--font-xsmall);
margin: 0;
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-designation-wrapper .our-team-socialicon .social-links a {
color: #747474;
transition: all 0.3s ease;
font-size: var(--font-xsmall);
margin-right: 8px;
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-designation-wrapper .our-team-socialicon .social-links a:focus-within, .bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner .team-designation-wrapper .our-team-socialicon .social-links a:hover {
color: var(--primary-color);
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner:focus-within, .bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner:hover {
transform: translateY(10px);
}
.bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner:focus-within .team-image img, .bizzweb-team.team-style-1 .bizzweb-team-content .bizzweb-team-inner:hover .team-image img {
transform: scale(1.05);
}
.bizzweb-counter {
margin-top: 80px;
padding-block: 80px;
position: relative;
background-color: #000;
}
@media (max-width: 768px) {
.bizzweb-counter {
padding-block: 40px;
margin-top: 30px;
}
}
.bizzweb-counter .counter-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.2;
}
.bizzweb-counter .counter-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bizzweb-counter.counter-style-1 .title-heading {
position: relative;
z-index: 3;
}
.bizzweb-counter.counter-style-1 .title-heading .main-title {
color: #fff;
}
.bizzweb-counter.counter-style-1 .title-heading .sub-title {
color: #fff;
}
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper {
z-index: 111;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (max-width: 991px) {
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper {
justify-content: unset;
}
}
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container {
flex-basis: 25%;
color: #ffff;
text-align: center;
}
@media (max-width: 991px) {
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container {
flex-basis: 50%;
margin-bottom: 40px;
}
}
@media (max-width: 468px) {
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container {
flex-basis: 100%;
}
}
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container .counter-icon img {
width: 65px;
object-fit: cover;
}
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container .counter-text .data-counter .counter {
font-size: var(--font-large);
font-weight: 600;
}
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container .counter-text .data-counter .suffix {
font-size: var(--font-large);
margin-left: 2px;
}
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container .counter-text .counter-description {
color: #ffff;
}
.bizzweb-counter.counter-style-1 .bizzweb-counter-wrapper .bizzweb-counter-container .counter-text .counter-description p {
font-size: var(--font-xsmall);
margin: 0;
}
.bizzweb-video {
margin-top: 80px;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding-block: 120px;
}
@media (max-width: 425px) {
.bizzweb-video {
padding-block: 60px;
}
}
.bizzweb-video .bizzweb-video-wrapper .video-heading-container {
z-index: 111;
position: relative;
text-align: center;
color: #ffff;
}
.bizzweb-video .bizzweb-video-wrapper .video-heading-container .subtitle {
font-size: var(--font-small);
margin: 0;
}
.bizzweb-video .bizzweb-video-wrapper .video-heading-container .video-heading {
font-size: var(--font-xlarge);
}
.bizzweb-video .bizzweb-video-wrapper .play-button {
margin-top: 60px;
}
.bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button {
position: relative;
z-index: 10;
display: inline-block;
display: flex;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
align-items: center;
justify-content: center;
width: 32px;
height: 44px;
border-radius: 50%;
padding: 18px 20px 18px 28px;
}
.bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button::before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: block;
width: 80px;
height: 80px;
background: white;
border-radius: 50%;
transition: all 0.3s ease;
animation: pulse-border 1500ms ease-out infinite;
}
.bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button::after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: block;
width: 60px;
height: 60px;
background: white;
border-radius: 50%;
transition: all 0.3s ease;
}
.bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
border-left: 15px solid black;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
transition: all 0.3s ease;
}
.bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button:focus-within span, .bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button:hover span {
border-left: 15px solid white;
}
.bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button:focus-within::before, .bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button:hover::before {
background-color: var(--primary-color);
}
.bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button:focus-within::after, .bizzweb-video .bizzweb-video-wrapper .play-button .video-play-button:hover::after {
background-color: var(--primary-color);
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
.bizzweb-video::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #404040;
opacity: 0.5;
}
.bizzweb-video.fixed-background {
background-attachment: fixed;
}
.bizzweb-news {
margin-top: 80px;
background-color: #f4f4f4;
padding-block: 80px;
}
@media (max-width: 600px) {
.bizzweb-news {
padding-block: 40px;
margin-top: 40px;
}
}
.bizzweb-news .bizzweb-news-container {
margin: 0 -15px;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper {
display: flex;
flex-wrap: wrap;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content {
flex-basis: 33.33%;
}
@media (max-width: 991px) {
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content {
flex-basis: 50%;
}
}
@media (max-width: 700px) {
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content {
flex-basis: 100%;
}
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside {
position: relative;
padding: 15px;
margin-inline: 15px;
margin-bottom: 30px;
background-color: #ffff;
box-shadow: 0px 0px 10px 6px #dddbdb47;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-image {
margin-bottom: 15px;
overflow: hidden;
line-height: 0;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-image img {
margin: 0 auto;
width: 100%;
height: 300px;
object-fit: cover;
transition: all 0.3s ease;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .cat-links {
font-size: 0;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .cat-links a {
font-size: 1rem;
transition: all 0.4s ease-out;
text-decoration: none;
background: linear-gradient(to right, var(--primary-color) 50%, black 50%);
background-size: 200%;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .cat-links a:focus, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .cat-links a:hover {
background-position: -100%;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .cat-links a:focus {
outline-color: #404040;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-title {
font-size: var(--font-small);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-title a {
transition: all 0.4s ease-out;
text-decoration: none;
background: linear-gradient(to right, black 50%, var(--primary-color) 50%);
background-size: 200%;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-title a:focus {
outline-color: #404040;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-title a:focus, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-title a:hover {
background-position: -100%;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date {
margin-bottom: 15px;
display: flex;
gap: 10px;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .post-author {
margin: 0;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .post-author a {
text-decoration: none;
font-size: var(--font-xxsmall);
color: #919191;
transition: 0.3s ease;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .post-author a:focus-within, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .post-author a:hover {
color: var(--primary-color);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .post-author .fa {
margin-right: 4px;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .posted-on {
font-size: 0;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .posted-on a {
font-size: 1rem;
text-decoration: none;
color: #919191;
transition: 0.3s ease;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .posted-on a:focus-within, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .posted-on a:hover {
color: var(--primary-color);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-date .post-author + .posted-on a::before {
content: "/";
margin-inline-end: 10px;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time {
border-top: 1px solid #e3e0e0;
padding-top: 15px;
display: flex;
justify-content: space-between;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment {
display: flex;
align-items: center;
gap: 10px;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment a {
text-decoration: none;
color: #404040;
transition: 0.3s ease;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment a:focus-within, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment a:hover {
color: var(--primary-color);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment p {
margin: 0;
font-size: var(--font-xxsmall);
transition: 0.3s ease;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment p:focus-within, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment p:hover {
color: var(--primary-color);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment i {
color: #b6b5b5;
font-size: var(--font-xxsmall);
transition: 0.3s ease;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment i:focus-within, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .comment i:hover {
color: var(--primary-color);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .time {
display: flex;
align-items: center;
gap: 10px;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .time a {
text-decoration: none;
color: #404040;
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .time p {
margin: 0;
font-size: var(--font-xxsmall);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside .news-comment-time .time i {
color: #b6b5b5;
font-size: var(--font-xxsmall);
}
.bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside:focus-within .news-image img, .bizzweb-news .bizzweb-news-container .bizzweb-news-wrapper .news-content .news-inside:hover .news-image img {
transform: scale(1.1);
}
footer.site-footer {
background-color: #212121;
color: #ffff;
padding-block: 40px;
}
footer.site-footer .bizzweb-top-footer {
padding: 20px 0;
margin: 0 -15px;
}
@media (max-width: 525px) {
footer.site-footer .bizzweb-top-footer {
padding: 10px 0;
}
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper {
display: flex;
}
@media (max-width: 991px) {
footer.site-footer .bizzweb-top-footer .top-footer-wrapper {
flex-wrap: wrap;
}
}
@media (max-width: 525px) {
footer.site-footer .bizzweb-top-footer .top-footer-wrapper {
flex-direction: column;
}
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper {
flex-basis: 25%;
}
@media (max-width: 991px) {
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper {
flex-basis: 50%;
margin-top: 20px;
}
}
@media (max-width: 525px) {
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper {
flex-basis: 100%;
}
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside {
padding: 0 10px;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget-title {
font-size: 18px;
margin: 0px 0 20px 0;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol,
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul {
padding: 0;
margin: 0;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li,
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li {
list-style: none;
border: none;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li a,
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li a {
text-decoration: none;
transition: all 0.5s ease;
color: #ffffff;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li a:focus-within, footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ol li a:hover,
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li a:focus-within,
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget ul li a:hover {
color: var(--primary-color);
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper {
flex-basis: 25%;
}
@media (max-width: 991px) {
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper {
flex-basis: 50%;
margin-top: 20px;
}
}
@media (max-width: 525px) {
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper {
flex-basis: 100%;
}
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside {
padding: 0 15px;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-logo img {
object-fit: cover;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-sub-content p {
margin: 10px 0;
color: #bbbbbb;
font-size: 16px;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons {
display: flex;
margin-top: 25px;
}
@media (max-width: 425px) {
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons {
justify-content: center;
}
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons a {
color: grey;
font-size: 22px;
text-decoration: none;
margin-right: 20px;
transition: all 0.4s ease;
}
footer.site-footer .bizzweb-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons a:hover {
color: var(--primary-color);
}
footer.site-footer .bizzweb-bottom-footer {
padding-block-start: 20px;
border-top: 1px solid #707070;
}
footer.site-footer .bizzweb-bottom-footer .bottom-footer-content a {
text-decoration: none;
}
footer.site-footer .bizzweb-bottom-footer .bottom-footer-content p {
margin: 0;
font-size: 14px;
text-align: center;
color: #ffffff;
}
footer.site-footer .bizzweb-bottom-footer .bottom-footer-content a {
transition: all 0.5s ease;
color: #ffffff;
}
footer.site-footer .bizzweb-bottom-footer .bottom-footer-content a:focus-within, footer.site-footer .bizzweb-bottom-footer .bottom-footer-content a:hover {
color: var(--primary-color);
}
a.scroll-to-top {
opacity: 0;
width: 50px;
height: 50px;
right: 30px;
bottom: 30px;
z-index: 300;
position: fixed;
border-radius: 50px;
text-align: center;
visibility: hidden;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease-in;
background-color: var(--primary-color);
box-shadow: -2px 3px 10px #00000045;
overflow: hidden;
}
a.scroll-to-top::before, a.scroll-to-top::after {
content: "";
position: absolute;
bottom: 20%;
left: 50%;
border: 2px solid white;
height: 8px;
width: 8px;
margin-bottom: 12px;
transform: translate(-50%, 10%) rotate(45deg);
border-bottom: transparent;
border-right: transparent;
}
a.scroll-to-top::after {
bottom: 0%;
animation-delay: 0.1s;
}
a.scroll-to-top:hover {
cursor: pointer;
transform: translateY(-10px);
}
a.scroll-to-top:hover::before, a.scroll-to-top:hover::after {
animation: scroll-top 1s ease-in-out infinite;
}
@keyframes scroll-top {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
bottom: 80%;
}
}
a.scroll-to-top.show {
opacity: 1;
visibility: visible;
}
.breadcrumbs ul {
padding: 0;
margin: 0;
padding-bottom: 10px;
}
.breadcrumbs ul li {
list-style: none;
display: inline-block;
}
.breadcrumbs ul li::after {
margin: 0 5px;
}
.breadcrumbs ul li:last-child::after {
content: "";
display: none;
}
.breadcrumbs ul a {
text-decoration: none;
color: #404040;
transition: all 0.3s ease;
margin: 0 3px;
}
.breadcrumbs ul a:focus-within, .breadcrumbs ul a:hover {
color: var(--primary-color);
}
.section-grey-background + .section-image-background {
margin-top: 0;
}
.section-image-background + .section-grey-background {
margin-top: 0;
}
.section-grey-background + .section-grey-background {
margin-top: 0;
}
.section-image-background + .section-image-background {
margin-top: 0;
}
.section-grey-background:nth-child(2) {
margin-top: 0;
}
.section-image-background:nth-child(2) {
margin-top: 0;
}
/*# sourceMappingURL=style.css.map */