/*!
Theme Name: Develit
Theme URI: http://underscores.me/
Author: Develit
Author URI: https://develit.se/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: develit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Develit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	border: none;
	margin-bottom: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body {
	font-size: calc(16px + (20 - 16)*((100vw - 1440px) /(1920 - 1440)));
	font-weight: 400;
	line-height: 1.4;
	font-family: "Open Sans", sans-serif;
}


@media screen and  (min-width: 1920px) {
	body {
		font-size: 20px;
	}
}


@media screen and  (max-width: 1440px) {
	body {
		font-size: 16px;
	}
}

body,
button,
select,
optgroup {
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	border-top: none;
	border-right: none;
	border-left: none;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	padding: 0 0 calc(10px + (16 - 10)*((100vw - 390px) / (1920 - 390))) calc(5px + (15 - 5)*((100vw - 390px) / (1920 - 390)));
	background: transparent;
	outline: none;
	color: #FFF;
	width: 100%;
}

form p {
	margin-bottom: 0;
}

form input {
	margin-bottom: 50px;
}

form textarea {
	margin-bottom: 46px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #FFF;
}

input[type="text"]: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: #fff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

@media screen and (min-width: 1920px) {
	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 {
		padding: 0 0 16px 15px;
	}
}

@media screen and (max-width: 389.98px) {
	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 {
		padding: 0 0 10px 5px;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Container */

.site-container {
	width: 83.33%;
	margin: auto;
	max-width: 1600px;
}

body .small-container {
	width: 100%;
	margin: auto;
	padding-right: 50px;
	padding-left: 50px;
	max-width: 1130px;
}


@media screen and (max-width: 1023.98px) {
	.site-container {
		min-width: 718px;
	}

	body .small-container {
		padding-right: 25px;
		padding-left: 25px;
	}

}

@media screen and (max-width: 767.98px) {
	.site-container {
		width: calc(100% - 50px);
		min-width: 0;
		margin-left: 25px;
		margin-right: 25px;
	}


}

/* Headings */
body .knowledgebasefs .knowledgebasefs__heading h1,
body .knowledgebase__acc-title,
body .knowledgebase__item-heading,
body .knowledgebase__post-title,
[class*="__heading"] h1, h1, .h1, [class*="__heading"].h1 *,
[class*="__heading"] h2, h2, .h2, [class*="__heading"].h2 *,
[class*="__heading"] h4, h4, .h4, [class*="__heading"].h3 *,
[class*="__heading"] h5, h5, .h5, [class*="__heading"].h4 *,
[class*="__heading"] h6, h6, .h6 [class*="__heading"].h6 * {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

[class*="__heading"] h1, h1, .h1, [class*="__heading"].h1 * {
	font-size: calc(45px + (60 - 45)*((100vw - 1440px) /(1920 - 1440)));
}

[class*="__heading"] h2, h2, .h2, [class*="__heading"].h2 *,
body .knowledgebasefs .knowledgebasefs__heading h1,
body .knowledgebase__post-title{
	font-size: calc(36px + (48 - 36)*((100vw - 1440px) /(1920 - 1440)));
}

[class*="__heading"] h3, h3, .h3, [class*="__heading"].h3 * {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: calc(24px + (30 - 24)*((100vw - 1440px) /(1920 - 1440)));
}

[class*="__heading"] h4, h4, .h4, [class*="__heading"].h4 *,
body .knowledgebase__acc-title,
body .knowledgebase__item-heading{
	font-size: calc(20px + (24 - 20)*((100vw - 1440px) /(1920 - 1440)));
}

[class*="__heading"] h5, h5, .h5, [class*="__heading"].h5 * {
	font-size: calc(16px + (22 - 18)*((100vw - 1390px) /(1920 - 390)));
}

[class*="__heading"] h6, h6, .h6, [class*="__heading"].h6 * {
	font-size: calc(16px + (20 - 16)*((100vw - 390px) /(1920 - 1390)));
}


@media screen and (min-width: 1920px) {
	[class*="__heading"] h1, h1, .h1, [class*="__heading"].h1 * {
		font-size: 60px;
	}

	[class*="__heading"] h2, h2, .h2, [class*="__heading"].h2 *,
	body .knowledgebasefs .knowledgebasefs__heading h1,
	body .knowledgebase__post-title{
		font-size: 48px;
	}

	[class*="__heading"] h3, h3, .h3, [class*="__heading"].h3 * {
		font-size: 30px;
	}

	[class*="__heading"] h4, h4, .h4, [class*="__heading"].h4 *,
	body .knowledgebase__acc-title,
	body .knowledgebase__item-heading{
		font-size: 24px;
	}

	[class*="__heading"] h5, h5, .h5, [class*="__heading"].h5 * {
		font-size: 22px;
	}

	[class*="__heading"] h6, h6, .h6, [class*="__heading"].h6 * {
		font-size: 20px;
	}
}

@media screen and (max-width: 1439.98px) {
	[class*="__heading"] h1, h1, .h1, [class*="__heading"].h1 * {
		font-size: calc(40px + (45 - 40)*((100vw - 390px) / (1440 - 390)));
	}

	[class*="__heading"] h2, h2, .h2, [class*="__heading"].h2 *,
	body .knowledgebasefs .knowledgebasefs__heading h1,
	body .knowledgebase__post-title{
		font-size: calc(32px + (36 - 32)*((100vw - 390px) / (1440 - 390)));
	}

	[class*="__heading"] h3, h3, .h3, [class*="__heading"].h3 * {
		font-size: 24px;
	}

	[class*="__heading"] h4, h4, .h4, [class*="__heading"].h4 *,
	body .knowledgebase__acc-title,
	body .knowledgebase__item-heading{
		font-size: 20px;
	}
}

@media screen and (max-width: 389.98px) {
	[class*="__heading"] h1, h1, .h1, [class*="__heading"].h1 * {
		font-size: 32px;
	}

	[class*="__heading"] h2, h2, .h2, [class*="__heading"].h2 *,
	body .knowledgebasefs .knowledgebasefs__heading h1,
	body .knowledgebase__post-title{
		font-size: 25px;
	}

	[class*="__heading"] h5, h5, .h5, [class*="__heading"].h5 * {
		font-size: 18px;
	}

	[class*="__heading"] h6, h6, .h6, [class*="__heading"].h6 * {
		font-size: 16px;
	}
}

/* Headings */


/* Buttons */

.btn {
	display: inline-flex;
	width: fit-content;
    align-items: center;
	justify-content: center;
	padding: calc(11.5px + (14 - 11.5)*((100vw - 390px) / (1920 - 390))) 15px;
	font-size: calc(14px + (16 - 14)*((100vw - 390px) / (1920 - 390)));
	background: #d52d27;
	border-radius: 11px;
	border: 2px solid transparent;
	color: #FFF;
	transition: all 0.3s ease;
}

.btn:hover {
	border: 2px solid #d52d27;
	background: #282828;
}

.btn[type="submit"] {
	padding: calc(12px + (14.5 - 12)*((100vw - 390px) / (1920 - 390))) 15px;
	cursor: pointer;
}

@media screen and (min-width: 1920px) {
	.btn {
		padding: 14px 15px;
		font-size: 16px;
	}

	.btn[type="submit"] {
		padding: 14.5px 15px;
	}
}

@media screen and (max-width: 389.98px) {
	.btn {
		padding: 11.5px 15px;
		font-size: 14px;
	}

	.btn[type="submit"] {
		padding: 12px 15px;
	}
}


/* Buttons */

/* cf7 */
input.wpcf7-not-valid {
	border-color: red;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: red;
	color: #C6C5C5;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #C6C5C5;
	color: #C6C5C5;

}

.wpcf7 form .wpcf7-response-output {
	border-color: #FFF;
	padding: calc(10px + (15 - 10)*((100vw - 390px) / (1920 - 390))) calc(10px + (20 - 10)*((100vw - 390px) / (1920 - 390))) calc(10px + (20 - 10)*((100vw - 390px) / (1920 - 390))) calc(10px + (20 - 10)*((100vw - 390px) / (1920 - 390)));
	margin: 0;
	border-radius: 10px;
	text-align: center;
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}

.wpcf7-spinner {
	display: none;
}
/* cf7 */


/* margin/padding */

.margin-bottom {
margin-bottom: calc(80px + (100 - 80)*((100vw - 390px) / (1920 - 390)));
}

.padding {
	padding: calc(80px + (100 - 80)*((100vw - 390px) / (1920 - 390))) 0;
}

.padding-top {
	padding-top: calc(80px + (210 - 80)*((100vw - 390px) / (1920 - 390)));
}

@media screen and (min-width: 1920px) {
	.margin-bottom {
		margin-bottom: 100px;
	}

	.padding {
		padding: 100px 0;
	}

	.padding-top {
		padding-top: 210px;
	}

}

@media screen and (max-width: 389.98px) {
	.margin-bottom {
		margin-bottom: 80px;
	}

	.padding {
		padding: 80px 0;
	}

	.padding-top {
		padding-top: 80px;
	}
}

/* margin/padding */

/* background */

.bg-gray {
	background: #f6f6f6;
}

/* background */

/* Hover header & footer */
header .menu-item:hover a,
body .header-scrolling.header .header__navigation ul .menu-item:hover a,
footer .menu-item:hover a,
body .header-scrolling.header .header__navigation ul .menu-item:hover .sub-menu .menu-item:hover a,
body .header .header__navigation ul .menu-item:hover .sub-menu .menu-item:hover a {
	color: #D52D27;
}

header .menu-item:hover .sub-menu a,
body .header-scrolling.header .header__navigation ul .menu-item:hover .sub-menu a  {
	color: #000;
}


body .header__desktop-navigation .menu-item:has(.sub-menu):hover::after,
body .header-scrolling.header .header__desktop-navigation .menu-item:has(.sub-menu):hover::after{
	background-image: url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1.5L6 6.5L11 1.5" stroke="%23D52D27" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E');
}


/* Hover header & footer END */


/* FAQ First screen style */

body .knowledgebasefs {
	background: center/ cover no-repeat url("/wp-content/uploads/2024/09/faq-back.png");
}

body .knowledgebasefs__search .asl_w {
	background: #FFFFFF;
	border-radius: 50px;
	padding: 13px 24px;
	display: flex;
	align-items: center;
}

body .probox {
	background: transparent!important;
	display: flex;
	align-items: center;
	width: 100%!important;
}

body .proinput {
	width: 100%;
}

body div.asl_w .probox .promagnifier {
	width: 25px;
	height: 25px!important;
	background: center/contain no-repeat url("/wp-content/uploads/2024/09/faq-search.svg");
}

body .knowledgebasefs__search .proclose {
	 margin-right: 0px !important;
}

body div.asl_r.vertical {
	background: rgb(255, 255, 255);
}

body div.asl_r .results .item div.etc {
	display: none;
}

body div.asl_r.vertical .results .resdrg .item {
	padding: 8px !important;
}

body .results {
	height: 150px!important;
}

body .knowledgebasefs .knowledgebasefs__container .knowledgebasefs__search #ajaxsearchlite1 input::placeholder {
	color: #757575!important;
}
@media screen and (min-width: 1024px) {
	body .knowledgebasefs {
		padding: 190px 0px 75px 0px;
	}

	.knowledgebasefs__heading {
		margin-bottom: 30px;
	}

	.knowledgebasefs__text {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1023.98px) {
	.knowledgebasefs__heading {
		margin-bottom: 20px;
	}

	.knowledgebasefs__text {
		margin-bottom: 20px;
	}

	body .knowledgebasefs {
		padding: 90px 0px 50px 0px;
	}
}

/* FAQ First screen style END */


/* FAQ style */

body .knowledgebase__acc-title {
	color: #0B0B0B;
}

body .knowledgebase__item-heading {
	padding: 0;
}

body .knowledgebase__acc-wrapper .c-accordion__title:after {
	content: '';
	width: 15px;
	height: 8px;
	transition: all ease 0.3s;
	transform: rotate(180deg) translateY(50%);
	background: center / contain no-repeat url(/wp-content/uploads/2024/09/faq-acc-arrow.svg);
}

body .knowledgebase__item-wrapper.is-open .c-accordion__title:after {
	transform: rotate(0deg);
}

body  .knowledgebase__item-text a {
	padding: 14px 31px;
	color: #393939!important;
	font-size: 17px;
	font-weight: 600;
	display: block;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
}

body  .knowledgebase__item-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body  .knowledgebase__item-text .for-list-item-decor {
	border-radius: 10px;
}

body  .knowledgebase__item-text .for-list-item-decor.post-active {
	background: #F6F6F6;
}

body .is-open .knowledgebase__item-heading {
	color: #D62C27;
}

body .knowledgebase__post-cat {
	display: none;
}

@media screen and (min-width: 1024px) {
	body .knowledgebase {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	body .knowledgebase__container {
		gap: 110px;
	}

	body .knowledgebase__acc-wrapper {
		flex-basis: 20%;
	}

	body .knowledgebase__post-content {
		flex-basis: 73%;
	}

	body .knowledgebase__acc-title {
		margin-bottom: 33px;
	}

	body .knowledgebase__item-heading,
	body .knowledgebase__item-wrapper {
		margin-bottom: 32px;
	}

	body .knowledgebase__post-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1023.98px) {
	body .knowledgebase {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	body .knowledgebase__acc-title {
		margin-bottom: 20px;
	}

	body .knowledgebase__item-heading,
	body .knowledgebase__item-wrapper{
		margin-bottom: 20px;
	}

	body .knowledgebase__post-title {
		margin-bottom: 20px;
	}
}

/* FAQ style END */

[data-cky-tag="detail-powered-by"] {
  display: none !important;
}

.dark-back {
	background: #101010;
}

.dark-back p,
.dark-back a,
.dark-back h6,
.dark-back h2,
.dark-back h3,
.dark-back h4,
.dark-back h5,
.dark-back div {
	color: #FFFFFF;
}

.std-subtitle {
	border: 1px dashed #333333;
	padding: 10px 18px;
	text-align: center;
	display: flex;
	max-width: fit-content;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border-radius: 13px;
	font-size: 21px;
}

body .color-red,
body .dark-back .color-red {
	color: #D52D27;
}

@media screen and (min-width: 1440px) {
	.std-subtitle {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1439.98px) {
	.std-subtitle {
		margin-bottom: 20px;
	}
}