/*
Theme Name: Marsh Blog
Theme URI: http://creativthemes.com/downloads/marsh-blog/
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Marsh Blog is a clean and minimal blog for the users who want to create simple blog with amazing features. This theme is suitable for personal blogs, fashion, lifestyle blogs, craft galleries, photography sites and similar projects.
Version: 1.0
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marsh-blog
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, custom-colors, custom-header, custom-logo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Marsh Blog is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Layouts and Titles
# Media
    ## Captions
    ## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
    ## Slider Section
    ## Featured Posts Section
    ## Video Section
    ## Latest Posts Section
    ## Gallery Section
# Footer
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

#content {
    position: relative;
}

.boxed-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
}

.frame-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 50px auto;
    box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #282828;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
}

mark {
    background: #ff0;
    color: #111;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wp-calendar {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
tbody {
    text-align: left;
}

tr {
    border: 1px solid #aaa;
}

td,
th {
    padding: 5px;
    font-weight: 400;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 28px;
    word-wrap: break-word;
}
p {
    margin: 0 0 1em;
}
p:last-child {
    margin-bottom: 0;
}
dfn,
cite,
em,
i {
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f6f6f6;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin: 0;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0.5em;
}

dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 20px;
    position: relative;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 0;
    text-decoration: none;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #00c853;
    border-color: #00c853;
    text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #fff;
    background-color: #00c853;
    border-color: #00c853;
    outline: thin dotted;
    text-decoration: none;
}

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: #333;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    padding: 12px;
}

select {
    border: 1px solid #ccc;
}

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: #333;
    outline: thin dotted;
}

textarea {
    width: 100%;
} */
#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    margin-top: 0;
}
#respond label {
    margin-bottom: 15px;
    display: block;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
    margin: 21px 0 0;
}
#comments {
    padding: 25px 0;
}
#respond {
    padding: 25px 0;
}
.logged-in-as a {
    color: #000;
}
.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #00c853;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #00c853;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-bar {
    padding: 15px 0;
    color: #fff;
    background-color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
#top-bar a {
    text-decoration: none;
}
#top-bar form.search-form {
    max-width: 300px;
    margin: 0 auto 15px;
}
#top-bar input,
#top-bar .search-submit {
    background-color: transparent;
    border-color: #333;
    color: #fff;
}
#top-bar .social-icons {
    text-align: center;
}
#top-bar .social-icons li a:hover,
#top-bar .social-icons li a:focus {
    color: #fff;
}
#masthead {
    position: relative;
    z-index: 3000;
    background-color: #fff;
}
#masthead a {
    text-decoration: none;
}
.site-branding {
    padding: 15px 0;
    text-align: left;
}
.site-logo, 
#site-identity {
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1.3;
}
.site-title a {
    color: #000;
}
.site-description {
    margin: 0;
    line-height: 12px;
    color: #5e5e5e;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.site-logo a {
    display: block;
    margin-right: 15px;
}
.site-logo img {
    max-height: 80px;
    width: auto;
}
.main-navigation {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul ul a:after {
    float: right;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu > li.focus > a {
    color: #00c853;
}
.main-navigation form.search-form input {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 5px;
}
.main-navigation a {
    display: block;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 1.67em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: #00c853;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation li li {
    display: block;
}
.main-navigation ul.nav-menu .current-menu-item > a,
.main-navigation ul.nav-menu > li:hover > a, 
.main-navigation ul.nav-menu > li.focus > a {
    color: #00c853;
}
.main-navigation ul.nav-menu > li:before {
    background-color: #5750A0;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
input.search-field {
    width: 100%;
    height: 45px;
    padding: 0 50px 0 15px;
}
.menu-toggle {
    font-size: 16px;
    margin: 0;
    display: block;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    z-index: 100;
}
.menu-toggle:hover,
.menu-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    border-color: transparent;
}
.menu-toggle:focus,
.dropdown-toggle:focus {
    outline: thin dotted #000;
}
.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    right: 0;
    margin: 0 auto;
}
.menu-toggle span:before, 
.menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.menu-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
}
.menu-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}
.menu-toggle.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-toggle.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.menu-toggle.active span {
    background-color: transparent;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    color: #000;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
}
button.dropdown-toggle.active i {
    transform: rotate(-180deg);
    transform-origin: center;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.nav-links .nav-next a:after {
    content: "\f0da";
    margin-left: 10px;
    margin-right: 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    display: block;
    color: #212529;
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
    color: #00c853;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: #00c853;
    background-color: #f6f6f6;
    text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #00c853;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    width: auto;
    height: auto;
    color: #00c853;
    padding: 0 15px;
}
.pagination .page-numbers.prev:hover, 
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus, 
.pagination .page-numbers.next:focus {
    color: #fff;
}
.nav-previous span {
    padding-left: 30px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 30px;
    float: right;
    text-align: right;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}
#colophon .widget.widget_text {
    margin-bottom: 20px;
}
#colophon .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    padding: 0 15px;
    border: none;
    background-color: #f6f6f6;
}
form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    width: 45px;
    padding: 0;
    background-color: transparent;
    color: #666;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    height: 50px;
    padding: 0;
}
.widget_search form.search-form input[type="search"] {
    padding: 0 55px 0 25px;
    height: 50px;
    background-color: #fff;
    color: #000;
    border: none;
}
.widget_search form.search-form input[type="search"]:focus {
    border-color: #00c853;
}
form.search-form {
    position: relative;
}

form.search-form input {
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    font-weight: 600;
}

.widget-title {
    font-size: 18px;
    margin: 0 0 32px;
    color: #fff;
}

.widget li:not(:last-child) {
    margin-bottom: 10px;
}

#secondary {
    margin-top: 50px;
}

#secondary .widget ul, 
#secondary .widget ol {
    border: 1px solid #eee;
    padding: 25px 50px;
    background-color: #f6f6f6;
}

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6,
#colophon  .wp-block-search .wp-block-search__label {
    border-bottom: none;
    color: #fff;
}

#secondary .widget_block h1,
#colophon .widget_block h1 {
    font-size: 24px;
}
#secondary .widget_block h2,
#colophon .widget_block h2 {
    font-size: 22px;
}
#secondary .widget_block h3,
#colophon .widget_block h3 {
    font-size: 17px;
}
#secondary .widget_block h4,
#colophon .widget_block h4 {
    font-size: 16px;
}
#secondary .widget_block h5,
#colophon .widget_block h5 {
    font-size: 15px;
}
#secondary .widget_block h6,
#colophon .widget_block h6 {
    font-size: 14px;
}

#secondary .widget_block h1,
#secondary .widget_block h2,
#secondary .widget_block h3,
#secondary .widget_block h4,
#secondary .widget_block h5,
#secondary .widget_block h6,
#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6,
.wp-block-search .wp-block-search__label {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
}

#colophon .widget_block h1,
#colophon .widget_block h2,
#colophon .widget_block h3,
#colophon .widget_block h4,
#colophon .widget_block h5,
#colophon .widget_block h6,
#colophon .wp-block-search .wp-block-search__label {
    color: #fff;
}

#secondary .widget_block h1,
#secondary .widget_block h2,
#secondary .widget_block h3,
#secondary .widget_block h4,
#secondary .widget_block h5,
#secondary .widget_block h6,
#secondary .wp-block-search .wp-block-search__label {
    font-size: 16px;
    background-color: #111;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.wp-block-search .wp-block-search__label {
    font-family: 'Lora', serif;
}

#secondary .wp-block-group__inner-container h1,
#secondary .wp-block-group__inner-container h2,
#secondary .wp-block-group__inner-container h3,
#secondary .wp-block-group__inner-container h4,
#secondary .wp-block-group__inner-container h5,
#secondary .wp-block-group__inner-container h6,
#colophon .wp-block-group__inner-container h1,
#colophon .wp-block-group__inner-container h2,
#colophon .wp-block-group__inner-container h3,
#colophon .wp-block-group__inner-container h4,
#colophon .wp-block-group__inner-container h5,
#colophon .wp-block-group__inner-container h6 {
    margin-bottom: 25px;
}

#secondary .wp-block-latest-comments article,
#colophon .wp-block-latest-comments article {
    margin-bottom: 0;
}

.wp-block-search .wp-block-search__label {
    display: block;
    margin-bottom: 20px;
    font-family: 'Mulish', sans-serif;
}

.wp-block-search__button {
    height: 40px;
    background-color: #00c853;
    border-color: #00c853;
    color: #fff;
    padding: 0 15px;
}

#secondary .wp-block-search__button:hover,
#secondary .wp-block-search__button:focus,
#colophon .wp-block-search__button:hover,
#colophon .wp-block-search__button:focus {
    background-color: #000;
    border-color: #000;
}

#secondary a {
    color: #333;
    font-weight: 400;
}
#secondary a:hover,
#secondary a:focus {
    color: #00c853;
}
#secondary .wp-block-latest-comments__comment {
    list-style: disc;
}
#secondary ul li a,
#secondary ol li a {
    text-decoration: none;
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77em;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 30px;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: disc;
    padding-left: 1.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.author img {
    display: block;
    text-align: center;
    margin: 20px auto;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}
.page-header small {
    font-size: 12px;
    color: #00c853;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.posts-wrapper.col-3 article:nth-child(3n) {
    border-right: 1px solid #e4e4e4;
}
.post-categories a {
    color: #00c853;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.archive-description {
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.tags-links {
    margin-bottom: 20px;
    display: inline-block;
}
.tags-links span {
    margin: 0 8px 8px 0;
}
.tags-links a {
    display: inline-block;
    color: #000;
    background-color: #F5F5F5;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    padding: 10px 20px;
    margin: 6px 3px;
}
.tags-links a:hover,
.tags-links a:focus {
    background-color: #000;
    color: #fff;
}
.single-featured-image {
    margin-bottom: 30px;
}
.single-page-title,
.category-page-title {
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
.single-page-title h1,
.category-page-title h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 500;
}
.disable-single-page-title .single-page-title,
.disable-category-page-title .category-page-title {
    display: none;
}
.disable-single-post-title.single .blog-posts-wrapper .entry-header,
.disable-single-post-image.single .blog-posts-wrapper .featured-image,
.disable-single-post-content.single .blog-posts-wrapper .entry-content,
.disable-single-post-pagination .navigation.post-navigation,
.disable-single-author-meta.single .blog-posts-wrapper .entry-meta .byline,
.disable-single-date-meta.single .blog-posts-wrapper .entry-meta .date,
.disable-single-category-meta.single .blog-posts-wrapper .entry-meta .cat-links,
.disable-single-comment-meta.single .blog-posts-wrapper .entry-meta .comments-link,
.disable-single-post-comment-form #primary #comments {
    display: none;
}

.disable-blog-post-featured-image .blog-posts-wrapper .post-item .featured-image,
.disable-blog-post-category .blog-posts-wrapper .post-item .cat-links,
.disable-blog-post-title .blog-posts-wrapper .post-item .entry-header,
.disable-blog-post-content .blog-posts-wrapper .post-item .entry-content,
.disable-blog-post-date .blog-posts-wrapper .post-item .date,
.disable-blog-post-read-more .blog-posts-wrapper .post-item .read-more {
    display: none;
}
.single-entry-content {
    margin-bottom: 25px;
}
.page .single-entry-content {
    margin-bottom: 0;
}
.single-meta.entry-meta {
    background-color: #f6f6f6;
    padding: 20px 25px;
    margin-bottom: 25px;
}
.single span.edit-link {
    margin-bottom: 25px;
    display: inline-block;
}
.entry-meta a, 
.entry-meta span:before, 
.entry-meta .cat-links:before, 
.entry-meta .author:before {
    color: #000;
}
.entry-meta a:hover,
.entry-meta a:focus {
    color: #00c853;
}
.author.vcard {
    margin-left: 5px;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
    margin-bottom: 25px;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #f6f6f6;
    border: 1px solid #eee;
    padding: 25px;
    margin-top: 25px;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.error-404.not-found {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.error-404.not-found .page-title {
    font-size: 38px;
}
.no-sidebar #secondary {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
}
.comments-title,
#reply-title {
    font-size: 22px;
    font-weight: 500;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 50px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    text-align: right;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
    padding: 30px;
    background-color: #f6f6f6;
    text-decoration: none;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
    border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 49px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
    border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 20px;
    position: relative;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 0;
    text-decoration: none;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.reply a:hover,
.reply a:focus {
    color: #fff;
    background-color: #00c853;
    border-color: #00c853;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
    color: #00c853;
}
.comment-metadata a,
.comment-metadata a time {
    color: #333;
    text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
    color: #00c853;
}
.comment-metadata time {
    font-weight: 500;
}
.comment-metadata {
    display: block;
    margin-bottom: 0;
}
.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 80px;
}
.comment-content p {
    font-weight: 400;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
    position: relative;
}
.relative {
    display: block;
    position: relative;
}
/* .relative:before,
.relative:after {
    content: "";
    display: table;
    clear: both;
} */
.entry-content {
    margin-top: 0;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.section-gap {
    padding: 50px 0;
}
.entry-title,
.section-title {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 400;
    word-wrap: break-word;
}
.section-header {
    margin-bottom: 40px;
    text-align: center;
}
.section-title {
    font-size: 25px;
    margin: 0;
    line-height: 1.6em;
}
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #00c853;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 9px 26px;
    position: relative;
    background-color: #00c853;
    border: 2px solid #00c853;
    border-radius: 0;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.featured-image {
    position: relative;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article,
.col-5 article,
.col-6 article {
    margin-bottom: 30px;
    width: 100%;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## 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: -4px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 4px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.wp-block-gallery {
    margin: 0;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Brands";
}
.social-icons li a:hover,
.social-icons li a:focus {
    color: #fff;
    background-color: #FF3366;
}
.social-icons li a:before {
    content: "\f1d0";
}
.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
  content: "\f39e";
}

.social-icons li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-icons li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-icons li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-icons li a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-icons li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-icons li a[href*="pinterest.com"]:before {
  content: "\f231";
}

.social-icons li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.social-icons li a[href*="github.com"]:before {
  content: "\f113";
}

.social-icons li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-icons li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-icons li a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-icons li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-icons li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-icons li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-icons li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-icons li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-icons li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-icons li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-icons li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icons li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-icons li a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-icons li a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-icons li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}

.social-icons li a[href*="tripadvisor.com"]:before {
  content: "\f262";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="angel.co"]:before {
  content: "\f209";
}

.social-icons li a[href*="slack.com"]:before {
  content: "\f198";
}

.social-icons li a[href*="tiktok.com"]:before {
  content: "\e07b";
}

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
    background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
    background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
    background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
    background-color: #ec7161 !important;
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
    background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
    background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
    background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
    background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
    background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
    background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
    background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
    background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
    background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
    background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
    background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
    background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
    background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
    background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
    background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
    background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
    background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.social-icons li a[href*="wordpress.com"]:focus {
    background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
    background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
    background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="tiktok.com"]:hover,
.social-icons li a[href*="tiktok.com"]:focus {
    background-color: #7d88e3 !important;
}

/*--------------------------------------------------------------
#  Header Image
--------------------------------------------------------------*/
#header-image {
    text-align: center;
    margin-top: 50px;
}
#header-image img {
    width: 100%;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.blog-posts-wrapper .post-item {
    text-align: left;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    height: 100%;
}
.blog-posts-wrapper .entry-meta {
    padding: 15px 25px 5px;
}
.blog-posts-wrapper .entry-header {
    padding: 0 25px;
}
.blog-posts-wrapper .entry-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.blog-posts-wrapper .post-item .entry-content {
    border-bottom: 1px solid #ddd;
    padding: 15px 25px;
}
.single .blog-posts-wrapper .entry-header {
    padding: 25px 25px 0;
}
.single .blog-posts-wrapper .entry-meta {
    padding: 0 25px 25px;
}
.single .blog-posts-wrapper .entry-footer {
    padding: 0 25px;
}
.entry-meta a,
.entry-meta a:before {
    text-decoration: none;
}
.entry-meta a {
    font-size: 14px;
    font-weight: 500;
}
.entry-meta span {
    position: relative;
}
.entry-meta span:not(:last-child) {
    padding-right: 24px;
}
.entry-meta > span:not(:last-child):after {
    content: "";
    background-color: #000;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 9px;
}
#primary #main > article .entry-content {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/ 
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 .wp-block-search .wp-block-search__label {
    font-family: 'Raleway', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 .wp-block-search .wp-block-search__label {
    font-family: 'Mulish', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 .wp-block-search .wp-block-search__label {
    font-family: 'Montserrat', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 .wp-block-search .wp-block-search__label {
    font-family: 'Open Sans', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 .wp-block-search .wp-block-search__label {
    font-family: 'Lato', sans-serif;
}

.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6,
.header-font-6 .wp-block-search .wp-block-search__label {
    font-family: 'Ubuntu', sans-serif;
}

.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6,
.header-font-7 .wp-block-search .wp-block-search__label {
    font-family: 'Playfair Display', serif;
}

.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6,
.header-font-8 .wp-block-search .wp-block-search__label {
    font-family: 'Lora', serif;
}

.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6,
.header-font-9 .wp-block-search .wp-block-search__label {
    font-family: 'Titillium Web', sans-serif;
}

.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6,
.header-font-10 .wp-block-search .wp-block-search__label {
    font-family: 'Muli', sans-serif;
}

.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6,
.header-font-11 .wp-block-search .wp-block-search__label {
    font-family: 'Oxygen', sans-serif;
}

.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6,
.header-font-12 .wp-block-search .wp-block-search__label {
    font-family: 'Nunito Sans', sans-serif;
}

.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6,
.header-font-13 .wp-block-search .wp-block-search__label {
    font-family: 'Maven Pro', sans-serif;
}

.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6,
.header-font-14 .wp-block-search .wp-block-search__label {
    font-family: 'Cairo', serif;
}

.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6,
.header-font-15 .wp-block-search .wp-block-search__label {
    font-family: 'Philosopher', sans-serif;
}

.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6,
.header-font-16 .wp-block-search .wp-block-search__label {
    font-family: 'Dosis', sans-serif;
}

.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6,
.header-font-17 .wp-block-search .wp-block-search__label {
    font-family: 'Sniglet', cursive;
}

.header-font-18 h1,
.header-font-18 h2,
.header-font-18 h3,
.header-font-18 h4,
.header-font-18 h5,
.header-font-18 h6,
.header-font-18 .wp-block-search .wp-block-search__label {
    font-family: 'Gloria Hallelujah', cursive;
}

.header-font-19 h1,
.header-font-19 h2,
.header-font-19 h3,
.header-font-19 h4,
.header-font-19 h5,
.header-font-19 h6,
.header-font-19 .wp-block-search .wp-block-search__label {
    font-family: 'Patrick Hand', cursive;
}

.header-font-20 h1,
.header-font-20 h2,
.header-font-20 h3,
.header-font-20 h4,
.header-font-20 h5,
.header-font-20 h6,
.header-font-20 .wp-block-search .wp-block-search__label {
    font-family: 'Shadows Into Light', cursive;
}

.header-font-21 h1,
.header-font-21 h2,
.header-font-21 h3,
.header-font-21 h4,
.header-font-21 h5,
.header-font-21 h6,
.header-font-21 .wp-block-search .wp-block-search__label {
    font-family: 'Aboreto', cursive;
}

.header-font-22 h1,
.header-font-22 h2,
.header-font-22 h3,
.header-font-22 h4,
.header-font-22 h5,
.header-font-22 h6,
.header-font-22 .wp-block-search .wp-block-search__label {
    font-family: 'Josefin Sans', sans-serif;
}

.header-font-23 h1,
.header-font-23 h2,
.header-font-23 h3,
.header-font-23 h4,
.header-font-23 h5,
.header-font-23 h6,
.header-font-23 .wp-block-search .wp-block-search__label {
    font-family: 'Karla', sans-serif;
}

.body-font-1,
.body-font-1 .main-navigation a {
    font-family: 'Raleway', sans-serif;
}

.body-font-2,
.body-font-2 .main-navigation a {
    font-family: 'Mulish', sans-serif;
}

.body-font-3,
.body-font-3 .main-navigation a {
    font-family: 'Montserrat', sans-serif;
}

.body-font-4,
.body-font-4 .main-navigation a {
    font-family: 'Open Sans', sans-serif;
}

.body-font-5,
.body-font-5 .main-navigation a {
    font-family: 'Lato', sans-serif;
}

.body-font-6,
.body-font-6 .main-navigation a {
    font-family: 'Ubuntu', sans-serif;
}

.body-font-7,
.body-font-7 .main-navigation a {
    font-family: 'Playfair Display', serif;
}

.body-font-8,
.body-font-8 .main-navigation a {
    font-family: 'Lora', serif;
}

.body-font-9,
.body-font-9 .main-navigation a {
    font-family: 'Titillium Web', sans-serif;
}

.body-font-10,
.body-font-10 .main-navigation a-10 {
    font-family: 'Muli', sans-serif;
}

.body-font-11,
.body-font-11 .main-navigation a {
    font-family: 'Oxygen', sans-serif;
}

.body-font-12,
.body-font-12 .main-navigation a {
    font-family: 'Nunito Sans', sans-serif;
}

.body-font-13,
.body-font-13 .main-navigation a {
    font-family: 'Maven Pro', sans-serif;
}

.body-font-14,
.body-font-14 .main-navigation a {
    font-family: 'Cairo', serif;
}

.body-font-15,
.body-font-15 .main-navigation a {
    font-family: 'Philosopher', sans-serif;
}

.body-font-16,
.body-font-16 .main-navigation a {
    font-family: 'Dosis', sans-serif;
}

.body-font-17,
.body-font-17 .main-navigation a {
    font-family: 'Sniglet', cursive;
}

.body-font-18,
.body-font-18 .main-navigation a {
    font-family: 'Gloria Hallelujah', cursive;
}

.body-font-19,
.body-font-19 .main-navigation a {
    font-family: 'Quicksand', sans-serif;
}

.body-font-20,
.body-font-20 .main-navigation a {
    font-family: 'Josefin Sans', sans-serif;
}

.body-font-21,
.body-font-21 .main-navigation a {
    font-family: 'Karla', sans-serif;
}

/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    position: relative;
    background-color: #000;
}
#colophon h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
#colophon ul {
    list-style: none;
    padding: 0;
}
#colophon,
#colophon a,
#colophon p,
#colophon li {
    color: #a7a7a7;
}
#colophon a:hover,
#colophon a:focus {
    text-decoration: underline;
}
#secondary .wp-block-social-link a, 
#colophon .wp-block-social-link a,
#secondary .wp-block-social-link a:hover, 
#secondary .wp-block-social-link a:focus, 
#colophon .wp-block-social-link a:hover,
#colophon .wp-block-social-link a:focus {
    color: #fff;
}
#secondary .wp-block-social-link,
#colophon .wp-block-social-link {
    margin-bottom: 0;
}
.site-info {
    position: relative;
    background-color: #111;
    color: #fff;
    padding: 15px 0;
}
.site-info span {
    display: block;
    text-align: center;
    color: #a7a7a7;
}
.footer-widgets-area .widget ul li {
    margin-bottom: 12px;
}
.footer-widgets-area .widget ul li a {
    text-decoration: none;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
    margin-bottom: 0;
}
.footer-widgets-area .hentry {
    margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry:last-child {
    margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
}
#colophon #wp-calendar caption {
    font-weight: 600;
    text-align: left;
}
.widget_nav_menu ul ul {
    padding-left: 25px;
    margin-top: 15px;
}
.wp-block-tag-cloud a {
    font-size: 14px !important;
    color: #fff !important;
    line-height: 1;
    background-color: #00c853;
    padding: 5px 8px;
    margin: 0 4px 8px 0;
    display: inline-block;
    text-decoration: none;
}
#secondary .wp-block-tag-cloud a:hover,
#secondary .wp-block-tag-cloud a:focus,
#colophon .wp-block-tag-cloud a:hover,
#colophon .wp-block-tag-cloud a:focus {
    background-color: #000;
    color: #fff;
}
#colophon .widget_search form.search-form button.search-submit {
    background-color: #00c853;
}
#colophon .widget_recent_entries li:before {
    float: left;
}
.backtotop {
    z-index: 300;
    font-size: 22px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    color: #fff;
    background-color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.backtotop:hover,
.backtotop:focus {
    background-color: #000;
}
#loader-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position:fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    z-index:9999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
}
.preloader-one #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader-one #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader-one #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite; 
}
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  
        -ms-transform: rotate(0deg);  
        transform: rotate(0deg);  
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}
#loader svg,
.preloader-disable #loader-wrapper {
    display: none;

}
#loader svg {
    width: 70px;
    height: 70px;
    fill: #00c853;
}
.preloader-two #loader .loader-two,
.preloader-three #loader .loader-three,
.preloader-four #loader .loader-four,
.preloader-five #loader .loader-five {
    display: block;
}

/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
    #top-bar {
        padding: 5px 0;
    }
    #top-bar form.search-form {
        width: 50%;
        float: left;
        margin: 0;
    }
    #top-bar .social-icons {
        width: 50%;
        float: right;
        text-align: right;
        padding: 2px 0;
    }
    #top-bar input, 
    #top-bar .search-submit {
        border-color: transparent;
    }
    .footer-widgets-area.col-2 .hentry,
    .footer-widgets-area.col-4 .hentry {
        width: 50%;
        float: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(odd),
    .footer-widgets-area.col-4 .hentry:nth-child(odd) {
        padding-right: 40px;
    }
    .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 767px) {
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
    }
    .col-2 article,
    .col-3 article,
    .col-4 article,
    .col-5 article,
    .col-6 article {
        padding: 0 15px;
        width: 50%;
        margin-bottom: 30px;
    }
    .single-page-title h1,
    .single-post-title h1,
    .category-page-title h1 {
        font-size: 28px;
    }
    .single .blog-posts-wrapper .entry-title {
        font-size: 32px;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous {
        padding-right: 25px;
    }
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        padding-left: 25px;
    }
    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }
    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }
    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }
    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .col-3 article,
    .col-5 article,
    .col-6 article {
        width: 33.33%;
    }
    .col-4 article {
        width: 25%;
    }
    .col-5 article {
        width: 20%;
    }
    .col-6 article {
        width: 16.66%;
    }
    #top-bar .widget + .widget {
        margin-top: 0;
    }
    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }
    #top-bar.col-2 .widget + .widget {
        float: right;
        text-align: right;
        padding: 0;
    }
    nav.navigation.pagination {
        margin-top: 63px;
    }
    #colophon .social-icons {
        margin-left: -15px;
    }
    .footer-widgets-area.col-4 .hentry {
        width: 25%;
        padding-right: 40px;
    }
    .footer-widgets-area.col-4 .hentry:last-child {
        padding-right: 0;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
        clear: left;
    }
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1024px) {
    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }
    .menu-sticky #masthead.nav-shrink {
        box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    }
    .customize-support.menu-sticky #masthead.nav-shrink {
        top: 32px;
    }
    .site-branding {
        padding: 25px 0;
        text-align: center;
    }
    .site-title {
        font-size: 32px;
    }
    .main-navigation {
        width: auto;
        text-align: center;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }
    .main-navigation ul.nav-menu > li {
        text-align: center;
    }
    .main-navigation ul.nav-menu > li > a {
        text-align: center;
        padding: 21px 25px;
    }
    .main-navigation.icons-active ul.nav-menu > li {
        padding: 15px 25px 8px;
    }
    .main-navigation ul.nav-menu > .menu-item-has-children > a:after {
        content: "\f0d7";
        padding-left: 10px;
        font-size: 12px;
        position: relative;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    .main-navigation ul ul .menu-item-has-children > a:before {
        content: "\f067";
        font-size: 10px;
        position: relative;
        top: 20px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 15px;
    }
    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
    }
    .main-navigation ul ul {
        box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
        width: 250px;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0;
        right: auto;
        display: block !important;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .main-navigation ul ul ul {
        top: 0;
    }
    .main-navigation ul ul a {
        padding: 15px;
    }
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #search {
        position: absolute;
        z-index: 30;
        right: 0;
        top: 100%;
        display: none;
    }
    .main-navigation .search-active .icon-search {
        display: none;
    }
    .main-navigation .search-active .icon-close {
        display: inline-block;
    }
    #search:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #111;
        position: absolute;
        top: -9px;
        right: 5px;
    }
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation .left-menu {
        padding-left: 50px;
    }
    .main-navigation ul.nav-menu > li.left-menu > a,
    .main-navigation ul.nav-menu > li.right-menu > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main-navigation li.left-menu + li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #secondary {
        margin-top: 0;
        position: sticky;
        top: 20px;
    }
    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 40px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }
    .left-sidebar #primary { 
        float: right;
        padding-right: 0;
        padding-left: 40px;
    }
    .no-sidebar #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}
@media screen and (max-width: 1023px) {
    .main-navigation ul ul {
        border-top: 1px solid #f5f5f5;
    }
    .main-navigation ul ul ul {
        margin-top: 0;
    }
    .main-navigation ul.nav-menu li {
        border-bottom: 1px solid #f5f5f5;
        display: block;
        width: 100%;
    }
    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }
    .main-navigation ul.nav-menu > li {
        width: 100%;
        padding: 0;
    }
    .main-navigation ul ul li a {
        padding-left: 35px;
    }
    .main-navigation ul ul ul li a {
        padding-left: 60px;
    }
    .main-navigation ul ul ul ul li a {
        padding-left: 80px;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .main-navigation ul.nav-menu > li:before {
        display: none;
    }
    .main-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .main-navigation ul.sub-menu li a {
        border-left: none;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
    }
    .main-navigation {
        position: static;
    }
    .main-navigation a {
        padding: 15px;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 10;
    }
    .body-overlay #content, 
    .body-overlay #colophon,
    .body-overlay .backtotop {
        filter: blur(25px);
    }
    #page-site-header {
        padding: 250px 0;
    }
}

@media screen and (max-width: 992px) {
    #page-site-header {
        padding: 200px 0;
    }
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous,
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        width: 100%;
        margin: 15px 0;
    }
    .post-navigation span.previous-article b, 
    .post-navigations span.previous-article b, 
    .post-navigation span.next-article b, 
    .post-navigations span.next-article b {
        font-size: 18px;
    }
    #respond {
        margin-top: 40px;
    }
    .comment-meta img {
        margin-right: 15px;
    }
    .comments-title, 
    #reply-title {
        margin-bottom: 0;
    }
    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }
    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }
    .comments-title, 
    #reply-title {
        font-size: 26px;
    }
    #comments {
        margin-top: 40px;
    }
    .tags-links {
        margin-bottom: 25px;
    }
    .backtotop {
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        top: 0;
    }
    .pagination .prev.page-numbers:before, 
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }
    .trail-items li {
        font-size: 12px;
    }
    #breadcrumb-list {
        padding: 10px 0;
    }
    blockquote.alignright {
        margin-left: 0;
    }
    .comment-meta img {
        margin: 0 0 25px;
        float: none;
    }
    .comment-meta .url, 
    .comment-meta .fn {
        display: block;
    }
    .comment-content {
        padding-left: 0;
    }
    #comments ol.children {
        margin-left: 50px;
    }
    .reply {
        padding-left: 0;
    }
    .footer-widgets-area .hentry:last-child,
    .footer-widgets-area.col-3 .hentry:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
# Highlighted Posts Section
--------------------------------------------------------------*/
#section-highlighted-posts {
    margin-bottom: 50px;
}
#section-highlighted-posts .grid {
    margin: 0 -25px;
}
#section-highlighted-posts article {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 30px;
}
#section-highlighted-posts .highlighted-posts-image {
    height: 175px;
    margin-bottom: 25px;
    position: relative;
    background-color: #eee;
    background-position: center center;
    background-size: cover;
}
#section-highlighted-posts .cat-links {
    display: inline-block;
}
#section-highlighted-posts .highlighted-posts-title {
    font-size: 18px;
    margin-bottom: 15px;
}
#section-highlighted-posts .highlighted-posts-title a {
    text-decoration: none;
    color: #000;
}
#section-highlighted-posts .highlighted-posts-title a:hover,
#section-highlighted-posts .highlighted-posts-title a:focus {
    color: #00c853;
}

.read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
}

.read-more a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.read-more a:hover,
.read-more a:focus {
    color: #00c853;
    border-bottom-color: #00c853;
}

@media screen and (min-width: 567px) {
    #section-highlighted-posts article {
        width: 50%;
    }
}

@media screen and (min-width: 767px) {
    #section-highlighted-posts article {
        width: 25%;
    }
    #section-highlighted-posts article:nth-child(2) {
        width: 50%;
    }
    #section-highlighted-posts article:nth-child(2) .highlighted-posts-image {
        height: 540px;
    }
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
#section-featured-posts {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#section-featured-posts .featured-post-item {
    width: 100%;
    display: flex;
    align-items: center;
}

#section-featured-posts .featured-image {
    background-color: #eee;
    background-size: cover;
    background-position: center center;
    padding: 0;
    float: left;
    min-width: 110px;
    width: 110px;
    height: 110px;
    margin: 0 20px 0 0;
    border-radius: 100%;
}

#section-featured-posts .entry-container {
    display: table-cell;
}

#section-featured-posts .entry-meta {
    display: inline-block;
    margin-bottom: 5px;
}

#section-featured-posts .entry-title,
#section-featured-posts .entry-meta a {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77em;
}

#section-featured-posts .entry-title a {
    color: #000;
}

#section-featured-posts .entry-title a:hover,
#section-featured-posts .entry-title a:focus,
#section-featured-posts .entry-meta a:hover,
#section-featured-posts .entry-meta a:focus {
    color: #00c853;
}
[class*=__container] {max-width: 73.125rem;-webkit-box-sizing: content-box;box-sizing: content-box;margin: 0 auto;padding: 0 .9375rem;}
.header__container {padding-top: 14px;padding-bottom: 14px;}.header__menu {margin-left: auto;}@media (max-width: 900px) {.header {background: #f8fbff;}.header__container {justify-content: space-between;padding-top: 50px;padding-bottom: 16px;}.header__logo {order: 1;z-index: 3;}.header__logo img {width: 100px;height: 35px;}.header__menu {margin-left: 0;}}.menu {font-weight: 600;font-size: 18px;line-height: 25px;}.menu__list.auth-list {column-gap: 40px;}.menu__item {position: relative;font-size: 14px;font-weight: 700;}.menu__item.drop {position: static;}.menu__item.drop svg {margin-top: 3px;}.menu__item.drop ._spoller-active button {font-weight: 800;}.menu__link:hover {text-decoration: underline;}.menu__body {z-index: 3;}@media (min-width: 1200px) {.menu__list {display: flex;align-items: center;justify-content: space-between;column-gap: 50px;}.menu__item {padding: 10px 0;}}@media (max-width: 1200px) {.menu__link {font-size: 16px;font-weight: 700;}.menu__item .spollers__title {font-size: 16px;font-weight: 700;}.menu__item.drop .spollers__item button[data-spoller] {padding-left: 0;}.menu__body {position: fixed;top: 96px;left: -100%;width: 100%;transition: left 0.3s ease 0s;overflow: auto;padding: 0 15px;}.menu__body._active {left: 0;}.menu__body::before {content: '';position: fixed;width: 100%;top: 0;left: 0;height: 70px;z-index: 2;}.menu__list {display: flex;flex-direction: column;align-items: flex-start;font-size: 24px;row-gap: 28px;border: 1px solid #e1ecff;border-radius: 8px;background: #fff;padding: 32px 30px;height: 100%;}.menu__list .dropdown-menu {height: 350px;overflow: auto;}.menu__list .dropdown-menu::-webkit-scrollbar {display: none;}.menu__list > li {flex-wrap: wrap;}.menu__list > li:last-child {margin-bottom: 0;}.menu__item.drop svg {transform: rotate(-90deg);}}.icon-menu {display: none;}@media (max-width: 1200px) {.icon-menu {display: block;position: relative;width: 15px;height: 12px;cursor: pointer;z-index: 5;}.icon-menu span, .icon-menu::before, .icon-menu::after {content: '';transition: all 0.3s ease 0s;right: 0;position: absolute;width: 100%;height: 2px;background-color: #000;}.icon-menu::before {top: 0;}.icon-menu::after {bottom: 0;}.icon-menu span {top: calc(50% - 1px);}.menu-open .icon-menu span {width: 0;}.menu-open .icon-menu::before {top: calc(50% - 1px);transform: rotate(-45deg);}.menu-open .icon-menu::after {bottom: calc(50% - 1px);transform: rotate(45deg);}}.dropdown-menu-title {font-size: 16px !important;font-weight: 700;text-decoration: none;transition: 0.3s all;}.dropdown-menu-title:hover {text-decoration: underline;text-underline-offset: 3px;}.dropdown-wrapper {display: flex;flex-wrap: wrap;justify-content: space-between;column-gap: 40px;row-gap: 20px;font-weight: 600;}.dropdown-wrapper .dropdown-item {font-size: 14px;padding: 0;width: fit-content !important;}.dropdown-wrapper .dropdown-item:hover {transform: scale(1.05);background: transparent;font-weight: 700;}.dropdown-menu-item {display: flex;flex-direction: column;gap: 16px;}.dropdown-menu-wrapper {display: flex;justify-content: flex-start;flex-wrap: wrap;column-gap: 65px;}.dropdown-list {display: flex;flex-direction: column;flex-wrap: wrap;column-gap: 15px;row-gap: 7px;font-weight: 500;padding-left: 0;margin-bottom: 0;}.dropdown-item.with-arrow {position: relative;padding-right: 20px;}.dropdown-item.with-arrow::after {position: absolute;content: '';width: 10px;height: 10px;transform: translate(50%, 100%);background-image: url(./assets/images/arrow.svg);background-repeat: no-repeat;background-size: cover;}@media (max-width: 600px) {.dropdown-list {row-gap: 8px;}.dropdown-menu-wrapper {row-gap: 8px;}}
.footer {padding: 80px 0;background: rgba(225, 236, 255, 0.2);}.footer__col-1 {max-width: 255px;}.footer__col-1 svg {min-width: 26px;}.footer__col-2 {width: calc((100% - 310px));}.footer a {transition: 0.3s opacity;}.footer a:hover {opacity: 0.75;}.footer__list {justify-content: space-between;}@media (max-width: 1200px) {.footer__col-2 ul {max-width: 270px;width: 100%;}}@media (max-width: 1200px) {.footer {padding: 40px 0;}.footer__wrapper {flex-wrap: wrap;gap: 30px;justify-content: flex-start;}.footer__list {justify-content: flex-start;flex-wrap: wrap;column-gap: 30px;}.footer__col-2 {width: 100%;}}@media (max-width: 840px) {.footer__col-2 {row-gap: 30px;}.footer__list {row-gap: 20px;}}@media (max-width: 560px) {.footer__list a {font-size: 14px;}.footer__col-1 {max-width: none;}}
.pageLoader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);display: flex;justify-content: center;align-items: center;z-index: 1000;}.pageLoader img {animation: scaleAnimation 3s ease-in-out infinite;}@keyframes scaleAnimation {0% {transform: scale(1);}50% {transform: scale(1.5);}100% {transform: scale(1);}}input:disabled {opacity: 0.5;}.disabled-btn {pointer-events: none;opacity: 70%;background: #eaeaea !important;color: #000 !important;border: none !important;}.disabled-btn:before {border: none !important;}.disabled-btn svg {stroke: #000 !important;fill: #000 !important;}.post-item h2 {font-size: 32px;}.post-item h3 {font-size: 26px;}@media (max-width: 600px) {.post-item h2 {font-size: 26px;}.post-item h3 {font-size: 20px;}}.flex {display: flex;}.page__section {padding: 100px 0;}.basic__padding {padding: 50px 0;}.flex-col {flex-direction: column;}.flex-row {flex-direction: row;}.flex-row-imp {flex-direction: row !important;}.flex-wrap {flex-wrap: wrap;}.items-center {align-items: center;}.items-center-imp {align-items: center !important;}.items-stretch {align-items: stretch;}.items-start {align-items: flex-start;}.items-end {align-items: flex-end;}.justify-between {justify-content: space-between;}.justify-end {justify-content: flex-end;}.justify-center {justify-content: center;}.justify-center-imp {justify-content: center !important;}.justify-start {justify-content: flex-start;}.gap-y-1 {row-gap: 4px;}.gap-y-2 {row-gap: 8px;}.gap-y-3 {row-gap: 12px;}.gap-y-4 {row-gap: 16px;}.gap-y-5 {row-gap: 20px;}.gap-y-6 {row-gap: 24px;}.gap-y-7 {row-gap: 28px;}.gap-y-8 {row-gap: 32px;}.gap-y-9 {row-gap: 36px;}.gap-y-10 {row-gap: 40px;}.gap-y-11 {row-gap: 44px;}.gap-y-15 {row-gap: 60px;}.gap-x-1 {column-gap: 4px;}.gap-x-2 {column-gap: 8px;}.gap-x-3 {column-gap: 12px;}.gap-x-4 {column-gap: 16px;}.gap-x-5 {column-gap: 20px;}.gap-x-6 {column-gap: 24px;}.gap-x-7 {column-gap: 28px;}.gap-x-8 {column-gap: 32px;}.gap-x-9 {column-gap: 36px;}.gap-x-11 {column-gap: 44px;}.gap-7 {gap: 28px;}.mt-0 {margin-top: 0 !important;}.-mt-10 {margin-top: -40px;}.order-1 {order: 1;}.color-C81C17 {color: #c81c17;}.mt-1 {margin-top: 4px;}.mt-2 {margin-top: 8px;}.mt-3 {margin-top: 12px;}.mt-4 {margin-top: 16px;}.mt-5 {margin-top: 20px;}.mt-6 {margin-top: 24px;}.mt-7 {margin-top: 28px;}.mt-8 {margin-top: 32px;}.mt-9 {margin-top: 36px;}.mt-10 {margin-top: 40px;}.mt-12 {margin-top: 48px;}.mt-13 {margin-top: 52px;}.mt-15 {margin-top: 60px;}.mt-17 {margin-top: 68px;}.mt-auto {margin-top: auto;}.mr-0 {margin-right: 0;}.mr-0-important {margin-right: 0 !important;}.-mr-20 {margin-right: -80px;}.ml-1 {margin-left: 4px;}.mb-3 {margin-bottom: 12px;}.mb-14 {margin-bottom: 56px;}.ml-auto {margin-left: auto;}.pt-0 {padding-top: 0;}.pt-0-imp {padding-top: 0 !important;}.pt-5 {padding-top: 20px;}.pt-8 {padding-top: 32px;}.pt-10 {padding-top: 40px;}.pt-15 {padding-top: 60px;}.pt-25 {padding-top: 100px;}.pl-1 {padding-left: 4px;}.pl-3 {padding-left: 12px;}.pl-5 {padding-left: 20px;}.pl-7 {padding-left: 28px;}.pl-14 {padding-left: 56px;}.pr-4 {padding-right: 16px !important;}.pr-0 {padding-right: 0px !important;}.pr-14 {padding-right: 54px;}.pb-4 {padding-bottom: 16px;}.pb-10 {padding-bottom: 40px;}.pb-15 {padding-bottom: 60px;}.pb-18 {padding-bottom: 72px;}.pb-20 {padding-bottom: 80px;}.pb-25 {padding-bottom: 100px;}.text-base {font-size: 14px;line-height: 22px;}.text-md {font-size: 16px;line-height: 24px;}.text-lg {font-size: 18px;line-height: 24px;}.text-xl {font-size: 20px;line-height: normal;}.text-2xl {font-size: 32px;line-height: normal;}.text-4xl {font-size: 40px;line-height: normal;}.leading-4 {line-height: 16px !important;}.leading-6 {line-height: 24px;}h3 {font-weight: 900;font-size: 24px;line-height: 30px;}.font-medium {font-weight: 500;}.font-semibold {font-weight: 600;}.font-bold {font-weight: 700;}.font-extrabold {font-weight: 800 !important;}.font-black {font-weight: 900;}.text-extra-sm {font-size: 9px;line-height: 11px;}.text-extra-m {font-size: 12px;line-height: 15px;}.bg-1D9BE2 {background-color: #1d9be2;}.bg-F8FBFF {background-color: #f8fbff;}.bg-FFF {background: #fff;}.bg-FFF {background: #fff;}.bg-78757508 {background-color: #0f0f0f08;}.fit-contain {object-fit: contain;}.rounded-full {border-radius: 1000px;}.border-none {border: none !important;}.p-1 {padding: 4px;}.p-5 {padding: 20px;}.text-00C853 {color: #00c853;}.text-2979FF {color: #2979ff;}.text-FF3A44 {color: #ff3a44;}.page__link {color: #00c853;transition: 0.3s color;font-weight: 600;}.page__link:hover {color: #058d3e;}.page__link:hover svg {stroke: #058d3e;}.page__link svg {stroke: #00c853;transition: 0.3s stroke;}.cursor-default {cursor: default;}.cursor-pointer {cursor: pointer;}.btn {font-weight: 400;line-height: 1.5;color: #212529;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.25rem;position: relative;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}.btnMain {background-color: #00c853;color: #fff;font-size: 14px;font-weight: 700;border: 1px solid #00c853;text-transform: uppercase;padding: 15px 37px;border-radius: 50rem;position: relative;}@media (max-width: 480px) {.btnMain {font-size: 14px;}}.btnMain:hover {background-color: transparent;color: #00c853;}.btnMain::before {content: '';border: 1px solid #00c853;border-radius: 50rem !important;display: block;height: 100%;position: absolute;transition: all 0.3s ease 0s;width: 100%;top: 4px;left: 3px;}.page__titles {display: flex;flex-direction: column;row-gap: 26px;margin: 0 auto;text-align: center;align-items: center;}.page__titles h2 {max-width: 675px;}.page__titles p {font-size: 18px;line-height: 24px;max-width: 770px;}.py-2 {padding-top: 0.5rem !important;padding-bottom: 0.5rem !important;}.py-4 {padding-top: 16px;padding-bottom: 16px;}.py-6 {padding-top: 24px;padding-bottom: 24px;}.py-10 {padding-top: 40px;padding-bottom: 40px;}.py-11 {padding-top: 44px;padding-bottom: 44px;}.py-15 {padding-top: 60px;padding-bottom: 60px;}.py-20 {padding-top: 80px;padding-bottom: 80px;}.py-25 {padding-top: 100px;padding-bottom: 100px;}.px-con {padding-left: 16px;padding-right: 16px;}.px-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}.px-5 {padding-left: 20px;padding-right: 20px;}.px-12 {padding-right: 48px;padding-left: 48px;}.px-12-imp {padding-right: 48px !important;padding-left: 48px !important;}.px-16 {padding-right: 54px;padding-left: 54px;}.mx-4 {margin-right: 15px;margin-left: 15px;}.highlighted {background-color: #b3efcb;}.pointer-none {pointer-events: none;}.rounded-pill {border-radius: 50rem !important;}.rounded-3 {border-radius: 12px;}.rounded-2 {border-radius: 8px;}.relative {position: relative;}.absolute {position: absolute;}.letter-spacing-1 {letter-spacing: 1px;}.top-0 {top: 0;}.bottom-0 {bottom: 0;}.right-0 {right: 0;}.left-0 {left: 0;}.w-1-4 {width: 25%;}.w-1-3 {width: 33%;}.w-1-2 {width: 50%;}.w-2-3 {width: 66%;}.w-3-4 {width: 75%;}.w-full {width: 100%;}.w-full-imp {width: 100% !important;}.w-fit-content {width: fit-content;}.w-max-content {width: max-content;}.w-30 {max-width: 125px;width: 100%;}.w-65 {max-width: 260px;width: 100%;}.w-130 {max-width: 520px;width: 100%;}.max-w-100-56 {max-width: calc((100% - 56px) / 3);}.max-w-fit-content {max-width: fit-content;}.h-auto {height: auto;}.h-9 {height: 36px !important;}.z-1 {z-index: 1;}.z-2 {z-index: 2;}.rotate-0 {transform: rotate(0) !important;}.rotate-90 {transform: rotate(90deg);}.rotate-180 {transform: rotate(180deg) !important;}.none {display: none;}.none-imp {display: none !important;}.noneImp {display: none !important;}.flexImp {display: flex !important;}.block {display: block;}.m-centered {margin-left: auto;margin-right: auto;}.section__title {font-size: 36px;font-weight: 900;line-height: normal;text-align: center;}.section__title-md {font-size: 32px;font-weight: 900;line-height: normal;}.block-title {font-size: 14px;line-height: 18px;font-weight: 600;text-transform: uppercase;padding-bottom: 6px;border-bottom: 1px solid rgba(36, 36, 36, 0.2);margin-bottom: 30px;}.min-w-100 {min-width: 100px;}textarea {min-height: 95px;}input:disabled.common-input {color: #242424;opacity: 1;}@media (max-width: 640px) {textarea {min-height: 130px;}}.text-capitalize {text-transform: capitalize;}.text-uppercase {text-transform: uppercase;}h1.section__title {font-size: 40px;}.color-fff {color: #fff;}.color-3480FF {color: #3480ff;}.color-C83C00 {color: #c83c00;}button.delete {color: #c83c00;transition: 0.3s color;}button.delete:hover {color: #892c05;}.max-w-870 {max-width: 870px;}.max-w-670 {max-width: 670px;}.max-w-500 {max-width: 500px;}.max-w-540 {max-width: 540px;}.max-w-420 {max-width: 420px;}.max-w-400 {max-width: 400px;}.max-w-390 {max-width: 390px;}.max-w-370 {max-width: 370px;}.max-w-320 {max-width: 320px;}.max-w-320-imp {max-width: 320px !important;}.max-w-180 {max-width: 180px;}.max-w-136 {max-width: 136px;}.max-w-none-imp {max-width: none !important;}ul.round li {list-style: disc;}ul.inside li {list-style: inside;}.text-left {text-align: left;}.text-right {text-align: right;}.text-center {text-align: center;}.vertical-align-top {vertical-align: top;}.opacity-70 {opacity: 70%;}.social-links a {transition: 0.3s opacity;}.social-links a:hover {opacity: 0.8;}.withForm__wrapper {display: flex;justify-content: center;column-gap: 50px;align-items: center;}.withForm__form {padding: 70px 60px 70px 50px;margin-right: -50px;position: relative;z-index: 1;}.withForm__form form, .withForm__form .form_wrapper {background: #ffffff;border: 1px solid #e1ecff;box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);border-radius: 8px;display: flex;flex-direction: column;row-gap: 24px;width: 100%;}.withForm__form .stars-1, .withForm__form .stars-2 {position: absolute;}.withForm__form .stars-1 {left: 0;top: 10px;}.withForm__form .stars-2 {right: -15px;bottom: -50px;transform: rotate(90deg);z-index: -1;}.nice-select.open .nice-select-dropdown {width: 100%;}.input-style, .invoices__order input, .invoices__order textarea, .datatable-input, .form-el input, .form-el select, .form-el .nice-select, .form-el textarea {border: 1px solid #bbd3ff;border-radius: 8px;font-size: 14px;line-height: 22px;padding: 11px 12px;font-weight: 500;}.input-style::placeholder, .invoices__order input::placeholder, .invoices__order textarea::placeholder, .datatable-input::placeholder, .form-el input::placeholder, .form-el select::placeholder, .form-el .nice-select::placeholder, .form-el textarea::placeholder {color: #c9c9c9;}.datatable-input {height: 40px;}.pageTable tbody {display: flex;flex-direction: column;width: 100%;}.pageTable thead tr {display: flex;justify-content: space-between;}.form-el {display: flex;flex-direction: column;row-gap: 4px;width: 100%;}.form-el input, .form-el select, .form-el .nice-select {height: 44px;width: 100%;}.form-el label {font-size: 13px;line-height: 18px;font-weight: 500;}.form-el .nice-select {margin-top: 3px;}.form-el input {padding-right: 35px;}.form-el.isRequired label {position: relative;}.form-el.isRequired label::after {content: '*';color: red;margin-left: 2px;}.just-validate-error-field {position: relative;background-position: right calc(0.375em + 0.1875rem) center;background-repeat: no-repeat;background-image: url(../img/images/alert.png);background-size: calc(0.75em + 0.375rem);background-repeat: no-repeat;}.just-validate-error-label {display: none;}.just-validate-success-field {position: relative;background-position: right calc(0.375em + 0.1875rem) center;background-repeat: no-repeat;background-image: url(../img/images/check.png);background-size: calc(0.75em + 0.375rem);background-repeat: no-repeat;}#sysErrTable {font-weight: 600;color: #00c853;font-size: 17px;}#sysErrTable .error_message {color: #df0000;}.no-gap {row-gap: 0;}.form-two {display: flex;justify-content: space-between;column-gap: 20px;}textarea {resize: none;overflow: hidden;}.h-22 {height: 88px;}.blueLink {color: #3480ff;transition: 0.3s color;}.blueLink:hover {color: #104bb2;}.blackLink {transition: 0.3s opacity;}.blackLink:hover {opacity: 0.8;}.redLink {color: #df0000;transition: 0.3s color;}.redLink:hover {color: #c10202;}.apps__grad {font-size: 52px;line-height: 65px;font-weight: 800;}.apps__stars {column-gap: 6px;}.apps__item {background: #fff;border: 1px solid #e1ecff;box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);border-radius: 8px;padding: 55px;}.tooltip {position: fixed;padding: 10px 20px;border: 1px solid #7b7878;border-radius: 4px;text-align: center;color: #333;background: #fff;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);}.pageBtn {height: 40px;padding: 10px 20px;font-weight: 500;font-size: 16px;border-radius: 8px;border: 1px solid #2979ff;display: flex;align-items: center;justify-content: center;transition: 0.3s background;}.pageBtn:hover {background: #eaf2ff;}.pageBtn.disable {border: 1px solid #7b7878;color: #7b7878;background: #fff;}.pageBtn.disable:hover {cursor: default;background: #fff;}.underline-link {text-decoration: underline;transition: 0.3s opacity;cursor: pointer;text-underline-offset: 2px;}.underline-link:hover {opacity: 0.8;text-decoration: none;}.long-text {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;display: block;}.hidden {overflow: hidden;}.break-all {word-break: break-all;}button.blue, span.blue, a.blue {background: #2979ff;color: #fff;transition: 0.3s background;}button.blue:hover, span.blue:hover, a.blue:hover {background: #2062d4;}.isTaxable {visibility: hidden;}.separator {width: 100%;height: 1px;}.separator.grey {background-color: rgba(36, 36, 36, 0.2);}.separator.blue {background-color: #bbd3ff;}.section-border {background: #ffffff;border: 1px solid #e1ecff;box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);border-radius: 8px;}.datatable-wrapper {display: flex;flex-direction: column;}.datatable-wrapper .datatable-top {order: 0;}.datatable-wrapper .datatable-container {order: 2;}.datatable-wrapper .datatable-bottom {order: 3;}.datatable-wrapper .sortingSelect {order: 1;display: none;}.word-no-wrap {white-space: nowrap;}.pageTable {border-collapse: collapse;width: 100%;display: flex;flex-direction: column;}.pageTable .no-items-tr:hover {background-color: transparent;cursor: default;}.pageTable__th {font-size: 12px;color: #404040;font-weight: 400;}.pageTable thead {background: rgba(41, 121, 255, 0.1);border: 1px solid #bbd3ff;border-width: 1px 0;}.pageTable th {padding: 12px 8px;text-align: left;font-size: 13px;font-weight: 500;line-height: 18px;cursor: default;}.pageTable th button {position: relative;font-weight: 700;}.pageTable th button.withArrow {position: relative;padding-right: 15px;}.pageTable th button.withArrow.datatable-ascending::after {transform: translate(50%, -50%) rotate(0deg);}.pageTable th button.withArrow.datatable-descending::after {transform: translate(50%, -50%) rotate(180deg);}.pageTable th button.withArrow::after {content: '';position: absolute;width: 12px;min-width: 12px;height: 12px;top: 50%;background-image: url(../img/images/tab-arr.webp);transform: translate(50%, -50%) rotate(180deg);background-repeat: repeat;background-size: cover;}.pageTable th.withArrow {position: relative;padding-right: 15px;}.pageTable th.withArrow.datatable-ascending button::after {transform: translate(50%, -50%) rotate(0deg);}.pageTable th.withArrow.datatable-descending button::after {transform: translate(50%, -50%) rotate(180deg);}.pageTable th.withArrow button::after {content: '';position: absolute;width: 12px;min-width: 12px;height: 12px;top: 50%;background-image: url(../img/images/tab-arr.webp);transform: translate(50%, -50%) rotate(180deg);background-repeat: repeat;background-size: cover;}.pageTable td {padding: 16px 8px;font-size: 13px;font-weight: 600;line-height: 18px;}.pageTable td .inv-count {font-size: 12px;line-height: 15px;font-weight: 400;}.pageTable tr {border-bottom: 1px solid #bbd3ff;cursor: pointer;}.pageTable tr:hover {background-color: rgba(41, 121, 255, 0.02);}.pageTable th, .pageTable td {word-wrap: break-word;}.pageTable th:first-child, .pageTable td:first-child {padding-left: 15px;}.pageTable .text-right {text-align: right;}.pageTable .text-center {text-align: center;}.datatable-container tbody tr:last-child .spollers__body, .datatable-container tbody tr:nth-last-child(2) .spollers__body {top: -90px;right: 50px;}.invoice__table th:nth-child(1), .invoice__table td:nth-child(1) {width: 23%;max-width: 225px;}.invoice__table th:nth-child(2), .invoice__table td:nth-child(2) {width: 30%;max-width: 410px;}.invoice__table th:nth-child(3), .invoice__table td:nth-child(3) {width: 20%;max-width: 311px;}.invoice__table th:nth-child(4), .invoice__table td:nth-child(4) {width: 10%;max-width: 130px;}.invoice__table th:nth-child(5), .invoice__table td:nth-child(5) {width: 23%;max-width: 150px;}.invoice__table th:nth-child(6), .invoice__table td:nth-child(6) {width: 5%;max-width: 30px;}.invoice__table tr {align-items: center;column-gap: 5px;}.estimates__table th:nth-child(1), .estimates__table td:nth-child(1) {width: 23%;max-width: 225px;}.estimates__table th:nth-child(2), .estimates__table td:nth-child(2) {width: 30%;max-width: 410px;}.estimates__table th:nth-child(3), .estimates__table td:nth-child(3) {width: 20%;max-width: 311px;}.estimates__table th:nth-child(4), .estimates__table td:nth-child(4) {width: 12%;max-width: 130px;}.estimates__table th:nth-child(5), .estimates__table td:nth-child(5) {width: 15%;max-width: 80px;justify-content: flex-end !important;}.estimates__table tr {align-items: center;}.client__table th:nth-child(1), .client__table td:nth-child(1) {width: 26%;max-width: 280px;}.client__table th:nth-child(2), .client__table td:nth-child(2) {width: 30%;max-width: 330px;}.client__table th:nth-child(3), .client__table td:nth-child(3) {width: 16%;max-width: 170px;}.client__table th:nth-child(4), .client__table td:nth-child(4) {width: 12%;max-width: 130px;}.client__table th:nth-child(5), .client__table td:nth-child(5) {width: 10%;max-width: 110px;}.client__table th:nth-child(6), .client__table td:nth-child(6) {width: 8%;max-width: 66px;}.items__table th:nth-child(1), .items__table td:nth-child(1) {width: 30%;max-width: 450px;min-width: 450px;}.items__table th:nth-child(2), .items__table td:nth-child(2) {width: 30%;max-width: 450px;min-width: 450px;}.items__table th:nth-child(3), .items__table td:nth-child(3) {width: 10%;max-width: 100px;min-width: 100px;}.items__table th:nth-child(4), .items__table td:nth-child(4) {width: 10%;max-width: 110px;min-width: 110px;}@media (max-width: 1200px) {.items__table .no-data-tr td {max-width: none !important;}.items__table th:nth-child(1), .items__table td:nth-child(1) {width: 30%;max-width: 350px;min-width: 350px;}.items__table th:nth-child(2), .items__table td:nth-child(2) {width: 30%;max-width: 350px;min-width: 350px;}.items__table th:nth-child(3), .items__table td:nth-child(3) {width: 10%;max-width: 100px;min-width: 100px;}.items__table th:nth-child(4), .items__table td:nth-child(4) {width: 10%;max-width: 80px;min-width: 80px;}}.client__wrapper {padding: 30px;}.clientMenuSpoller {display: flex;justify-content: center;align-items: center;}.clientMenuSpoller .spollers__item {position: relative;width: 15px;display: flex;align-items: center;justify-content: center;}.clientMenuSpoller .spollers__body {position: absolute;top: -90px;width: max-content;right: 50px;z-index: 1;}.spollers__item button[data-spoller] {padding: 10px 45px 10px 15px;}.openMenu {display: flex;flex-direction: column;row-gap: 3px;transition: 0.3s opacity;}.openMenu:hover {opacity: 0.75;}.openMenu div {width: 4px;height: 4px;border-radius: 100%;background-color: #242424;}.datatable-search {display: flex;column-gap: 8px;justify-content: flex-end;width: 100%;}.datatable-search .datatable-input {max-width: 320px;width: 100%;}.datatable-top {display: flex;justify-content: space-between;align-items: center;}.pageTable td.datatable-empty, .pageTable.items__table td.datatable-empty {padding: 10px 0;padding-left: 0 !important;border: none;width: 100% !important;max-width: none !important;}.datatable-empty td, .datatable-empty thead {border: none;}.datatable-empty thead {display: none;}.datatable-empty .sortingSelect {display: none !important;}.datatable-empty .datatable-bottom {display: none;}.datatable-empty .datatable-container {overflow: hidden;}.datatable-empty .pageTable tr {border: none !important;padding: 0 !important;}.datatable-pagination {background: linear-gradient(#3480ff, #00c853);padding: 1px;border-radius: 40px;width: 100%;max-width: 210px;margin: auto;margin-top: 50px;}.datatable-pagination-list {background: #fff;border-radius: 40px;display: flex;align-items: center;justify-content: space-between;padding: 6px;column-gap: 5px;}button.datatable-pagination-list-item {background: #d2e3ff;width: 10px;height: 10px;min-width: 10px;border-radius: 50%;opacity: 1;}button.datatable-pagination-list-item.active {background: linear-gradient(#3480ff, #00c853);}.datatable-pagination-dots {width: 40px;overflow: hidden;}.datatable-pagination-dots-container {display: flex;align-items: center;column-gap: 5px;transition: transform 0.3s ease-in-out;transform: translateX(0px);}.datatable-pagination-list-item .dis {display: none;}.datatable-pagination-list-item .dis svg {transform: rotate(180deg);}.datatable-pagination-list-item .dis-0 svg {transform: rotate(360deg);}.datatable-pagination-list-item .enb {display: block;}.datatable-pagination-list-item .enb-0 svg {transform: rotate(180deg);}.datatable-pagination-list-item .nav {width: 54px;height: 54px;}.datatable-pagination-list-item .disabled .enb {display: none;}.datatable-pagination-list-item .disabled .dis {display: block;}input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}.apps__btn {display: flex;align-items: center;justify-content: center;padding: 9px 20px;background: #f0f5f7;border-radius: 12px;transition: 0.3s background;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);}.apps__btn:hover {background: #e0e3e4;}.captcha {border: 1px solid #bbd3ff;border-radius: 8px;}.no-items-tr {display: flex;flex-direction: column;row-gap: 30px;}.filteredNone {display: none !important;}.bigBtnWrap {border: 1px solid #bbd3ff;border-radius: 8px;display: flex;}.bigBtnWrap button {background: transparent;font-size: 16px;font-weight: 300;padding: 10px 20px;white-space: nowrap;transition: 0.3s all;}.bigBtnWrap button.active {color: #2979ff;background-color: rgba(41, 121, 255, 0.1);font-weight: 700;border-radius: 8px;}@media (max-width: 560px) {.bigBtnWrap button {width: 100%;}}.popup textarea {min-height: 66px;}.items-dropdown-menu {position: absolute;z-index: 2;background: #fff;border: 1px solid #bbd3ff;border-width: 0 1px 1px 1px;padding: 8px 0;width: 100%;top: 90%;}.items-dropdown-menu .separator {width: calc(100% - 30px);}.items-dropdown-menu li {font-weight: 600;font-size: 14px;line-height: 22px;padding: 4px 15px;cursor: pointer;}.items-dropdown-menu li:hover {background: rgba(41, 121, 255, 0.1);}.items-dropdown-menu li a {word-wrap: break-word;}.nice-select-dropdown .list li.disabled {opacity: 0.7;}.checkbox__label {cursor: pointer;display: inline-flex;align-items: center;position: relative;gap: 8px;}.checkbox__input {position: absolute;width: 0;height: 0;opacity: 0;}.pageCheckbox label:before {content: '';align-self: flex-start;position: relative;mix-blend-mode: normal;border-radius: 12px;border: 1px solid #bbd3ff;min-width: 21px;height: 21px;outline: none;}.pageCheckbox .checkbox__input:checked + .checkbox__label:before {background: url(../img/images/check.png);align-items: center;justify-content: center;background-repeat: no-repeat;background-position: center;}input[type='checkbox'] {-webkit-appearance: none;appearance: none;}.sorted .customSelect .current {position: relative;}.sorted .customSelect .current:after {content: '';position: absolute;width: 12px;min-width: 12px;height: 12px;top: 50%;background-image: url(../img/images/tab-arr.webp);transform: translate(50%, -50%) rotate(180deg);background-repeat: repeat;background-size: cover;}.sortingSelect.datatable-ascending .nice-select .option.selected::after {transform: translate(50%, -50%) rotate(0deg);}.sortingSelect.datatable-ascending .customSelect .current {position: relative;}.sortingSelect.datatable-ascending .customSelect .current:after {transform: translate(50%, -50%) rotate(0deg);}.sortingSelect.datatable-descending .nice-select .option.selected::after {transform: translate(50%, -50%) rotate(180deg);}.sortingSelect .nice-select .option {position: relative;}.sortingSelect .nice-select .option.selected::after {content: '';position: absolute;width: 12px;min-width: 12px;height: 12px;top: 50%;background-image: url(../img/images/tab-arr.webp);transform: translate(50%, -50%) rotate(180deg);background-repeat: repeat;background-size: cover;}.sortingSelect .nice-select .option.disabled::after {display: none;}input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}input[type='number'] {-moz-appearance: textfield;}.lightBg {background-color: rgba(41, 121, 255, 0.1019607843);}.recordPayments {margin: 0 -30px;padding: 30px;margin-top: 40px;margin-bottom: 30px;background-color: #78757508;border: 1px solid #efeaea;border-width: 1px 0 1px 0;}.addPhoto {max-width: 136px !important;max-height: 152px;}.addPhoto .imagePreview {height: 100%;width: 100%;overflow: hidden;}.addPhoto a {left: 50% !important;top: 50% !important;transform: translate(-50%, -50%);height: 44px !important;width: 44px !important;border-radius: 50%;}@media (max-width: 1400px) {.page__section {padding: 80px 0;}.py-1400-20 {padding-top: 80px;padding-bottom: 80px;}.py-1400-15 {padding-top: 60px;padding-bottom: 60px;}.pt-1400-20 {padding-top: 80px;}.withForm__form {padding-right: 0px;margin-right: 0px;}.mr-1400-0 {margin-right: 0;}}@media (max-width: 1200px) {.no-data-tr td {max-width: none !important;}.mt-1200-0 {margin-top: 0;}.basic__padding {padding: 40px 0;}.pr-1200-0 {padding-right: 0;}.flex-1200 {display: flex;}.row-1200 {flex-direction: row;}.none-1200 {display: none;}.text-1200-md {font-size: 16px;}.text-1200-xl {font-size: 32px;}.pb-1200-5 {padding-bottom: 20px;}.pb-1200-10 {padding-bottom: 40px;}.pb-1200-15 {padding-bottom: 60px;}.pb-1200-20 {padding-bottom: 80px;}.pt-1200-10 {padding-top: 40px;}.pt-1200-5 {padding-top: 20px;}.pt-1200-15 {padding-top: 60px;}.justify-1200-start {justify-content: flex-start;}.justify-1200-between {justify-content: space-between;}.justify-1200-between-imp {justify-content: space-between !important;}.gap-1200-y-3 {row-gap: 12px;}.gap-1200-x-3 {column-gap: 12px;}h1.section__title {font-size: 32px;}.section__title {font-size: 30px;}.section__title-md {font-size: 28px;}.w-1200-1-2 {width: 50%;}.w-1200-wrap {flex-wrap: wrap;}.page__section {padding-top: 60px;padding-bottom: 60px;}.py-1200-15 {padding-top: 60px;padding-bottom: 60px;}.py-1200-10 {padding-top: 40px;padding-bottom: 40px;}.max-w-1200-300 {max-width: 300px;}.max-w-1200-line {max-width: calc(100% - 398px);}.mb-1200-8 {margin-bottom: 32px;}.order-1200-order-1 {order: 1;}.max-w-1200-none {max-width: none;}.adaptive__table.pageTable tr:not([data-year]) {justify-content: space-between !important;}.adaptive__table.pageTable td:nth-child(1), .adaptive__table.pageTable th:nth-child(1) {max-width: 120px !important;width: 100% !important;}.adaptive__table.pageTable td:nth-child(2), .adaptive__table.pageTable th:nth-child(2) {max-width: 400px !important;min-width: 400px;width: 100% !important;}.adaptive__table.pageTable td:nth-child(3), .adaptive__table.pageTable th:nth-child(3) {max-width: 120px !important;width: 100% !important;}.adaptive__table.pageTable td:nth-child(4), .adaptive__table.pageTable th:nth-child(4) {max-width: 120px !important;width: 100% !important;}.adaptive__table.pageTable td:nth-child(5), .adaptive__table.pageTable th:nth-child(5) {max-width: 150px !important;width: 100% !important;}.estimates-adaptive__table.pageTable tr:not([data-year]) {justify-content: space-between !important;}.estimates-adaptive__table.pageTable td:nth-child(1), .estimates-adaptive__table.pageTable th:nth-child(1) {max-width: 150px !important;width: 100% !important;}.estimates-adaptive__table.pageTable td:nth-child(2), .estimates-adaptive__table.pageTable th:nth-child(2) {max-width: 450px !important;min-width: 450px;width: 100% !important;}.estimates-adaptive__table.pageTable td:nth-child(3), .estimates-adaptive__table.pageTable th:nth-child(3) {max-width: 150px !important;width: 100% !important;}.estimates-adaptive__table.pageTable td:nth-child(4), .estimates-adaptive__table.pageTable th:nth-child(4) {max-width: 150px !important;width: 100% !important;}}.client__table tr {display: flex;justify-content: space-between;}.invoice__table tbody {display: flex;flex-direction: column;}.invoice__table tr {display: flex;}.invoice__table td, .invoice__table th {display: flex;flex-grow: 1;}.invoice__table td.tbl__spl, .invoice__table th.tbl__spl {justify-content: center;}@media (max-width: 980px) {.adaptive__table.pageTable tr:not([data-year]) {justify-content: space-between !important;}.adaptive__table.pageTable td:nth-child(5), .adaptive__table.pageTable th:nth-child(5) {justify-content: flex-start;}.adaptive__table.pageTable td:nth-child(6), .adaptive__table.pageTable th:nth-child(6) {max-width: 30px !important;}.adaptive__table.pageTable td:nth-child(2), .adaptive__table.pageTable th:nth-child(2) {min-width: 0;margin-right: auto;}.adaptive__table.pageTable td:nth-child(4), .adaptive__table.pageTable th:nth-child(4) {margin-right: auto;justify-content: flex-start !important;}.adaptive__table.pageTable td:nth-child(1), .adaptive__table.pageTable th:nth-child(1) {max-width: 120px !important;}.estimates-adaptive__table.pageTable tr:not([data-year]) {justify-content: space-between !important;}.estimates-adaptive__table.pageTable td:nth-child(5), .estimates-adaptive__table.pageTable th:nth-child(5) {max-width: 30px !important;}.estimates-adaptive__table.pageTable td:nth-child(2), .estimates-adaptive__table.pageTable th:nth-child(2) {min-width: 0;max-width: calc((100% - 210px)) !important;margin-right: auto;}.estimates-adaptive__table.pageTable td:nth-child(4), .estimates-adaptive__table.pageTable th:nth-child(4) {justify-content: flex-start !important;max-width: calc((100% - 400px)) !important;margin-right: auto;}.estimates-adaptive__table.pageTable td:nth-child(1), .estimates-adaptive__table.pageTable th:nth-child(1) {max-width: 200px !important;}.estimates-adaptive__table.pageTable td:nth-child(3), .estimates-adaptive__table.pageTable th:nth-child(3) {max-width: 200px !important;}.invoice__table tr {align-items: flex-start;}.items__table th:nth-child(1), .items__table td:nth-child(1) {min-width: 0;}.items__table th:nth-child(2), .items__table td:nth-child(2) {min-width: 0;}.ml-980-1 {margin-left: 4px;}.w-980-wrap {flex-wrap: wrap;}.datatable-wrapper .sortingSelect {display: flex;margin-top: 28px;}.items-980-start {align-items: flex-start;}.pageTable tr {display: flex;flex-wrap: wrap;row-gap: 24px;justify-content: space-between;padding: 24px 0 !important;}.pageTable tr:first-child {border-top: 1px solid #bbd3ff;}.pageTable td {max-width: 350px !important;text-align: left !important;padding: 0 !important;}.client__table.pageTable, .items__table.pageTable {display: flex;}.client__table.pageTable .clientMenuSpoller, .items__table.pageTable .clientMenuSpoller {justify-content: flex-end;}.client__table.pageTable tbody, .items__table.pageTable tbody {width: 100%;}.client__table.pageTable tr, .items__table.pageTable tr {flex-wrap: wrap;justify-content: space-between;padding: 0 8px;}.client__table.pageTable td, .items__table.pageTable td {width: calc((100% - 24px) / 2) !important;padding-left: 0;padding-right: 0;max-width: none !important;text-align: left;}.client__table thead, .items__table thead, .invoice__table thead {display: none;}.client__table tbody, .items__table tbody, .invoice__table tbody {display: flex;flex-direction: column;}.mt-980-9 {margin-top: 36px;}.p-980-8 {padding: 32px;}.pb-980-0 {padding-bottom: 0;}.w-980-full {width: 100%;}.w-980-2-3 {width: 75%;}.none-980 {display: none;}.m-980-centered {margin-left: auto;margin-right: auto;}.text-980-center {text-align: center;}.w-980-full {width: 100%;}.max-w-980-full {max-width: none !important;}.block-980 {display: block;}.section__title {font-size: 28px;}.section__title-md {font-size: 26px;}.flex-980-col {flex-direction: column;}.gap-980-x-4 {column-gap: 16px;}.gap-980-y-4 {row-gap: 16px;}.gap-980-y-5-imp {row-gap: 20px !important;}.gap-980-y-1 {row-gap: 4px;}.gap-980-y-10 {row-gap: 40px;}.withForm__form {padding: 60px 0;}.withForm__form .stars-1, .withForm__form .stars-2 {display: none;}.mt-980-none {margin-top: 0;}.mt-980-4 {margin-top: 16px;}.pageTable td.max-w-980-none-imp {max-width: none !important;text-align: center !important;justify-content: center;}}@media (max-width: 1200px) {.headerSpollerBack {display: flex;column-gap: 8px;color: #00c853;transition: 0.3s color;cursor: pointer;font-size: 14px;}.headerSpollerBack svg {stroke: #00c853;transform: rotate(180deg) !important;margin: 0 !important;}.headerSpollerBack:hover {color: #0aaa4c;}.headerSpollerBack:hover svg {stroke: #0aaa4c;}}@media (max-width: 900px) {.justify-900-start {justify-content: flex-start;}.clearBtnStyle {background: #fff;color: #242424;border: none;padding: 0;color: #00c853;}.clearBtnStyle::before {display: none;}.sync-popup .popup__content {padding: 45px;}.w-900-wrap {flex-wrap: wrap;}h3 {font-size: 20px;}.w-900-450 {width: 450px;}.none-900 {display: none;}.block-900 {display: block;}.w-900-full {width: 100%;}.max-w-900-full {max-width: 100% !important;}.m-900-centered {margin-left: auto;margin-right: auto;}.gap-900-4 {gap: 16px;}.withForm__form {padding: 0;}.withForm__form form {border: none;box-shadow: none;}.withForm__wrapper {flex-direction: column;row-gap: 0px;}.text-900-center {text-align: center;}.mt-900-10 {margin-top: 40px;}.mt-900-2 {margin-top: 8px;}.pb-900-10 {padding-bottom: 40px;}.px-900-7 {padding-left: 28px;padding-right: 28px;}.order-900-1 {order: 1;}}@media (max-width: 840px) {.mt-840-0 {margin-top: 0;}}@media (max-width: 768px) {.formLabel {font-size: 13px;line-height: 18px;font-weight: 500;margin-bottom: 4px;}.items-dropdown-menu {width: 100%;}.mt-768-none {margin: 0;}.none-768 {display: none !important;}.flex-768 {display: flex;}.flex-col-768 {flex-direction: column;}.gap-y-768-5 {row-gap: 20px;}.items-768-center {align-items: center;}.datatable-top {flex-direction: column;row-gap: 20px;}.client__wrapper {padding: 30px 15px;}.mb-768-6 {margin-bottom: 24px;}.py-768-10 {padding-top: 40px;padding-bottom: 40px;}.w-768-full {width: 100%;}.flex-768-col {flex-direction: column;}.gap-768-y-4 {row-gap: 16px;}.gap-768-y-5 {row-gap: 20px;}.w-768-fit-content {width: fit-content !important;}.m-768-centered {margin-left: auto;margin-right: auto;}.mt-768-0 {margin-top: 0;}.mt-768-5 {margin-top: 20px;}.mt-768-11 {margin-top: 44px;}.mt-768-9 {margin-top: 36px;}.text-768-base {font-size: 14px;}.text-768-lg {font-size: 18px;}.text-768-xl {font-size: 20px;}.text-768-center {text-align: center;}.block-768 {display: block;}}@media (max-width: 640px) {.items-640-start {align-items: flex-start;}.justify-640-end {justify-content: flex-end;}.estimates-adaptive__table.pageTable td:nth-child(2), .estimates-adaptive__table.pageTable th:nth-child(2) {min-width: 0;max-width: none !important;margin-right: auto;}.sync-popup .popup__content {padding: 20px;}.text-640-left {text-align: left !important;}.invoice__table td {min-width: 47% !important;justify-content: flex-start;}.invoice__table td.tbl__spl {justify-content: flex-end;margin-left: auto;}.clientMenuSpoller {justify-content: flex-end;}.order-640-1 {order: 1;}.basic__padding {padding: 30px 0;}h3 {font-size: 18px;}.flex-640-col {flex-direction: column;}.flex-640-wrap {flex-wrap: wrap;}.justify-640-center {justify-content: center;}.gap-640-y-3 {row-gap: 12px;}.gap-640-y-0 {row-gap: 0;}.w-640-full {width: 100% !important;}.max-w-640-full {max-width: none !important;}.m-640-centered {margin-left: auto;margin-right: auto;}.mt-640-8 {margin-top: 32px;}.mt-640-6 {margin-top: 24px;}.mt-640-3 {margin-top: 12px;}.mt-640-0 {margin-top: 0px;}.page__titles {row-gap: 16px;}.page__titles p {font-size: 16px;line-height: 22px;}.py-640-5 {padding-top: 20px;padding-bottom: 20px;}.py-640-15 {padding-top: 60px;padding-bottom: 60px;}.pt-640-5 {padding-top: 20px;}.pt-640-15 {padding-top: 60px;}.pb-640-5 {padding-bottom: 20px;}.pb-640-8 {padding-bottom: 32px;}.pb-640-15 {padding-bottom: 60px;}.form-two {flex-direction: column;row-gap: 20px;}.withForm__form form {padding: 32px 0;}.invoice__table td {max-width: 450px;}}@media (max-width: 560px) {.items__table.pageTable td {width: calc((100% - 24px) / 2) !important;}.client__table.pageTable td {width: calc((100% - 24px) / 2) !important;}.pageTable td.datatable-empty, .pageTable.items__table td.datatable-empty, .pageTable.client__table td.datatable-empty {width: 100% !important;}.px-560-4 {padding-left: 16px;padding-right: 16px;}.datatable-search {flex-direction: column;row-gap: 12px;}.datatable-search .datatable-input {max-width: none;}.w-560-full {width: 100%;}.text-560-center {text-align: center;}.text-560-md {font-size: 16px;line-height: 20px;}.pt-560-3 {padding-top: 12px;}.mt-560-5 {margin-top: 20px;}.mt-560-none {margin-top: 0;}.pt-560-10 {padding-top: 40px;}.max-w-560-none {max-width: none !important;}}@media (max-width: 500px) {.w-500-full {width: 100%;}.py-500-4 {padding-top: 16px;padding-bottom: 16px;}.gap-x-500-4 {column-gap: 16px;}}@media (max-width: 430px) {.items-430-center {align-items: center;}.mt-430-1 {margin-top: 4px;}.px-430-0 {padding-left: 0;padding-right: 0;}.border-430-none {border: none;}.shadow-430-none {box-shadow: none;}.client__wrapper-remover {border: none;box-shadow: none;padding-left: 0;padding-right: 0;padding-bottom: 0;}.section__title {font-size: 24px;}.section__title-md {font-size: 24px;}.p-430-5 {padding: 20px;}.apps__item {padding: 40px;}.flex-430-col {flex-direction: column;}.flex-430-row {flex-direction: row;}.max-w-430-none {max-width: none;}.gap-430-y-3 {row-gap: 12px;}.w-430-full {width: 100%;}}.addLogoWrapper .addLogo .imagePreview a {left: -25px;right: auto;}@media (max-width: 640px) {.addLogoWrapper .addLogo .imagePreview a {right: -25px;left: auto;}}@media (max-width: 400px) {.client__table.pageTable td, .items__table.pageTable td {width: 100% !important;}}.blue-billet {background: #2879fe;}.red-billet {background: #eb5757;}.green-billet {background: #00c853;}.billet {font-size: 13px;line-height: 18px;display: flex;align-items: center;justify-content: center;border-radius: 4px;color: #fff;width: 112px;height: 30px;}.clear-button {position: absolute;right: 2px;top: 45%;transform: translateY(-50%);cursor: pointer;font-size: 18px;color: #888;width: 30px;height: calc((100% - 10px));display: none;align-items: center;justify-content: center;background: rgba(40, 121, 254, 0.1);border-radius: 6px;z-index: 4;margin: 2px;}.clear-button.active {display: flex;}.clear-button:hover {background: rgba(40, 121, 254, 0.2);}.resizableTable.pageTable tr {display: flex;justify-content: space-between;flex-wrap: wrap;}.currency {display: flex;align-items: flex-start;}.currency span:first-of-type {order: 1;}.currency span:last-of-type {order: 0;white-space: nowrap;}@media (max-width: 980px) {.currency {padding: 0;margin: 0;}}.contured {margin: 0 -30px;padding: 30px;margin-top: 40px;margin-bottom: 30px;background-color: rgba(120, 117, 117, 0.031372549);border: 1px solid #efeaea;border-width: 1px 0 1px 0;}.finances__image {width: 400px;}@media (max-width: 980px) {.finances__image {width: 400px;margin: 0 auto;}.finances__image img {width: 100%;}}@media (max-width: 560px) {.finances__image {width: 75%;}}.templates__wrapper-grid-six {display: grid;grid-template-columns: repeat(3, 1fr);gap: 16px;}@media (max-width: 768px) {.templates__wrapper-grid-six {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 560px) {.templates__wrapper-grid-six {grid-template-columns: repeat(1, 1fr);}}.support {display: flex;align-items: flex-start;column-gap: 20px;justify-content: space-between;}.support__navigation {display: flex;flex-direction: column;row-gap: 16px;align-items: flex-start;width: 100%;max-width: 240px;}.support__navigation button {padding: 15px 20px;color: #323232;opacity: 0.9;font-size: 18px;font-weight: 400;line-height: normal;border: none;text-align: left;background: 0 0;cursor: pointer;border-radius: 10px;width: 100%;}.support__navigation button:hover {background: linear-gradient(126deg, rgba(52, 128, 255, 0.1) 12.02%, rgba(0, 200, 83, 0.1) 128.81%);}.support__navigation button._tab-active {background: linear-gradient(126deg, rgba(52, 128, 255, 0.1) 12.02%, rgba(0, 200, 83, 0.1) 128.81%);color: #2979ff;font-weight: 600;}@media (max-width: 1200px) {.support {flex-direction: column;row-gap: 20px;}.support__navigation {flex-direction: row;column-gap: 12px;max-width: none;}.support__navigation button {width: fit-content;max-width: none;}.support__content {width: 100%;}}.grid-cols-3 {display: grid;grid-template-columns: repeat(3, 1fr);gap: 16px;}.grid-cols-3 .templSm__item {width: 100%;}@media (max-width: 980px) {.grid-cols-3 {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 560px) {.grid-cols-3 {grid-template-columns: repeat(1, 1fr);}}

@font-face {
        font-family: Mulish;
        font-display: swap;
        src:
          url('./assets/webfonts/Mulish-Black.woff2') format('woff2'),
          url('./assets/webfonts/Mulish-Black.woff') format('woff');
        font-weight: 900;
        font-style: normal;
      }
      @font-face {
        font-family: Mulish;
        font-display: swap;
        src:
          url('./assets/webfonts/Mulish-ExtraBold.woff2') format('woff2'),
          url('./assets/webfonts/Mulish-ExtraBold.woff') format('woff');
        font-weight: 800;
        font-style: normal;
      }
      @font-face {
        font-family: Mulish;
        font-display: swap;
        src:
          url('./assets/webfonts/Mulish-ExtraLight.woff2') format('woff2'),
          url('./assets/webfonts/Mulish-ExtraLight.woff') format('woff');
        font-weight: 200;
        font-style: normal;
      }
      @font-face {
        font-family: Mulish;
        font-display: swap;
        src:
          url('./assets/webfonts/Mulish-Medium.woff2') format('woff2'),
          url('./assets/webfonts/Mulish-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
      }
      @font-face {
        font-family: Mulish;
        font-display: swap;
        src:
          url('./assets/webfonts/Mulish-Regular.woff2') format('woff2'),
          url('./assets/webfonts/Mulish-Regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
      }
      @font-face {
        font-family: Mulish;
        font-display: swap;
        src:
          url('./assets/webfonts/Mulish-SemiBold.woff2') format('woff2'),
          url('./assets/webfonts/Mulish-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
      }
      @font-face {
        font-family: Mulish;
        font-display: swap;
        src:
          url('./assets/webfonts/Mulish-Bold.woff2') format('woff2'),
          url('./assets/webfonts/Mulish-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
      }
      * {padding: 0px;margin: 0px;border: 0px;}*, *:before, *:after {box-sizing: border-box;}:focus, :active {outline: none;}a:focus, a:active {outline: none;}html, body {height: 100%;min-width: 320px;}body {color: #242424;line-height: 1;font-family: 'Mulish';font-size: 16px;-ms-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}input, button, textarea {font-family: 'Mulish';font-size: inherit;}button {cursor: pointer;color: inherit;background-color: inherit;}a {color: inherit;}a:link, a:visited {text-decoration: none;}a:hover {text-decoration: none;}ul li {list-style: none;}img {vertical-align: top;}h1, h2, h3, h4, h5, h6 {font-weight: inherit;font-size: inherit;}

.menu__body button, .menu__body a{text-decoration: none}
.template-spoller .spollers__body {position: absolute;left: -60px;top: 60px;width: 110%;transform: translate(0px, 20px);padding: 36px 80px;border: 1px solid #e1ecff;background: #fff;border-radius: 24px;color: #242424;z-index: 2;}.getApp-spoller .spollers__body {width: 100%;max-width: 380px;right: 130px;padding: 40px 50px;left: auto;}.getApp-spoller p {font-size: 15px;line-height: 22px;font-weight: 400;}@media (max-width: 1400px) {.template-spoller .spollers__body {padding: 36px;left: 15px;width: calc((100% - 30px));}.getApp-spoller .spollers__body {left: auto;}}@media (max-width: 900px) {.template-spoller .spollers__body {border-radius: 8px;top: -20px;}}
body::after {content: '';background-color: rgba(255, 255, 255, 0.2);backdrop-filter: blur(5px);position: fixed;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;transition: opacity 0.8s ease 0s;pointer-events: none;z-index: 149;}.popup-show body::after {opacity: 1;}.menu-show body::after {opacity: 1;z-index: 1 !important;}.popup {position: fixed;top: 0;left: 0;bottom: 0;right: 0;padding: 30px 10px;transition: visibility 0.8s ease 0s;visibility: hidden;pointer-events: none;}.popup_show {z-index: 150;visibility: visible;overflow: auto;pointer-events: auto;}.popup_show .popup__content {visibility: visible;transform: scale(1);}.popup__wrapper {display: flex;flex-direction: column;align-items: center;min-height: 100%;flex: 1 1 auto;width: 100%;display: flex;justify-content: center;align-items: center;}.popup__content {visibility: hidden;transform: scale(0);transition: transform 0.3s ease 0s;background-color: #fff;padding: 60px 50px 60px 70px;width: 100%;max-width: 970px;border-radius: 8px;box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);}.lock .popup__content {visibility: visible;}
.lock body {overflow: hidden;-ms-touch-action: none;touch-action: none;}
.entry-content p{font-size:16px;line-height:24px;}
.spollers__item button span{line-height: 1.286}