/*!
Theme Name: businnes-idea
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: businnes-idea
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.

businnes-idea 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 {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Manrope,
		Oxygen-Sans, Montserrat, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	opacity: 1;
	transition: all 0.5s;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background: linear-gradient(
			271.85deg,
			rgba(80, 162, 167, 0.33) -6.79%,
			rgba(0, 0, 0, 0) 55.41%
		),
		linear-gradient(
			87.71deg,
			rgba(80, 162, 167, 0.33) -6.93%,
			rgba(0, 0, 0, 0) 51.05%
		),
		#141414;
	width: 100%;
	z-index: 99;
	top: 0;
	opacity: 1;
	transition: all 0.5s;
}

.menu-toggle {
	background: transparent;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
.site-main {
	min-height: 100vh;
	padding: 60px 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# 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;
}

::after,
::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Manrope,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 0rem;
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}
select,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #b1b1b1;
}
select,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #b1b1b1;
}
select,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #b1b1b1;
}
select,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #b1b1b1;
}
select,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-moz-placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #b1b1b1;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}

@font-face {
	font-family: "AmaticSC";
	font-display: swap;
	src: url("/wp-content/themes/businnes-idea/assets/fonts/AmaticSC.eot");
	src: url("/wp-content/themes/businnes-idea/assets/fonts/AmaticSC.eot?#iefix")
			format("embedded-opentype"),
		url("/wp-content/themes/businnes-idea/assets/fonts/AmaticSC.woff")
			format("woff"),
		url("/wp-content/themes/businnes-idea/assets/fonts/AmaticSC.ttf")
			format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Thin.eot");
	src: local("Montserrat Thin"), local("Montserrat-Thin"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Thin.eot?#iefix")
			format("embedded-opentype"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Thin.woff")
			format("woff"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Thin.ttf")
			format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-ExtraLight.eot");
	src: local(
			"/wp-content/themes/businnes-idea/assets/fonts/Montserrat ExtraLight"
		),
		local(
			"/wp-content/themes/businnes-idea/assets/fonts/Montserrat-ExtraLight"
		),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-ExtraLight.eot?#iefix")
			format("embedded-opentype"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-ExtraLight.woff")
			format("woff"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-ExtraLight.ttf")
			format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Light.eot");
	src: local("Montserrat Light"), local("Montserrat-Light"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Light.eot?#iefix")
			format("embedded-opentype"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Light.woff")
			format("woff"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Light.ttf")
			format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Regular.eot");
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Regular.woff")
			format("woff"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Regular.ttf")
			format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Medium.eot");
	src: local("Montserrat Medium"), local("Montserrat-Medium"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Medium.eot?#iefix")
			format("embedded-opentype"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Medium.woff")
			format("woff"),
		url("/wp-content/themes/businnes-idea/assets/fonts/Montserrat-Medium.ttf")
			format("truetype");
	font-weight: 500;
	font-style: normal;
}

/****************************************/

* {
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
}

.txt-white {
	color: #fff;
}

.btn {
	width: 262px;
	height: 64px;
	background: #e05865;
	border-radius: 222px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	transition: all 0.5s;
	cursor: pointer;
	color: #fff;
}
a.btn {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	/* identical to box height */

	text-align: center;
	text-transform: uppercase;

	color: #e9e8e6;
}

.btn:hover {
	background: #d64250;
	transition: all 0.5s;
}
.btn-tranparent {
	width: 185px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #223645;
	margin-right: 0;
	background: #fff;
	border: 1px solid #223645;
}
.btn-header a{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 3em;
	height: 100%
	/* identical to box height, or 133% */

	text-align: center;

	/* white */

	color: #FFFFFF;
}
.btn-header a:hover{
	color: #fff!important;
	text-decoration:none;
	    cursor: url(/wp-content/themes/businnes-idea/assets/icons/white-paw.svg), pointer;
    transition: all 0.5s;
}
.btn-tranparent a {
	font-weight: 700;
	font-size: 16px;
	line-height: 4em;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #223645;
	text-decoration: none;
}

.btn-tranparent:hover {
	background: #dadada;
}
.btn.btn-black {
	background: #2f2e2c;
}
.btn.btn-black a {
	color: #fff;
}
.btn-center {
	margin: 20px auto !important;
}
a.btn-white,
.btn-white {
	background: #fff;
	color: #383643;
}
a.btn-grey,
.btn-grey {
	background: #ececec;
	color: #2b2a29;
}
.btn-grey:hover,
.btn-white:hover {
	background: #383643;
	color: #fff;
}

/*///////////grid////////////*/

.container {
	max-width: 1260px;
	padding: 0 10px;
	margin: 0 auto;
}
.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.m-0 {
	margin: 0 auto;
}
.wrapper__column {
	display: flex;
	flex-direction: column;
}
.align-start {
	align-items: flex-start;
}
.align-end {
	align-items: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-around {
	justify-content: space-around;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.pos-rel {
	position: relative;
}
/*///////////end grid////////////*/
.title {
	font-family: "AmaticSC", sans-serif;
	font-weight: 400;
	font-size: 112px;
	line-height: 1em;
	margin-bottom: 0;
	color: #236941;
}
.seo h2,
h2.title {
	font-family: "Montserrat", sans-serif;
	padding-bottom: 35px;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #000000;
}
h3.title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 1rem;
	color: #000000;
}
h2.title-center {
	text-align: center;
}
h1.title-white,
h2.title-white,
h3.title-white {
	color: #fefefe;
}
.tac {
	text-align: center;
}
/************************************************************************main slider*************************************************************************************/
.promotion__item.slick-slide {
	display: flex !important;
	justify-content: center;
}
.slick-prev:before,
.slick-next:before {
	content: none;
}
.slick-prev,
.slick-next {
	width: 30px;
	height: auto;
}
.slick-prev {
	left: 0;
	z-index: 99;
}
.slick-next {
	right: 0;
}

/************************************************************************Header*************************************************************************************/
.site-header {
	min-height: 124px;
	padding: 24px 10px 14px 10px;
	position: fixed;
	width: 100%;
	z-index: 99999;

	top: 0;
	left: 50%;
	transform: translate(-50%);
}
.site-header.bg {
	background: #fff;
	transition: all 0.5s;
	opacity: 0.9;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 15%);
}
.site-branding {
	margin-right: 50px;
}

h1.page-title {
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	text-align: right;
	color: #ffffff;
}
.menu {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}
ul#primary-menu li::before {
	content: unset;
}
.menu a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	transition: all 1s;
	width: fit-content;
	margin-right: 24px;
	color: #333333;
}
.menu a:hover {
	color: #0c8ccc;
	transition: all 1s;
	text-decoration: none;
}
.menu .current-menu-item a,
.menu .current_page_item a {
	color: #0c8ccc;
	transition: all 0.5s;
}
.site-footer .menu .current-menu-item a,
.site-footer .menu .current_page_item a {
	color: #0c8ccc;
	border-bottom: unset;
}
.footer-ico {
	margin-right: 10px;
}
.header__contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* .header__contact a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	transition: all 0.5s;
} */
.site-header-revers .header__contact a {
	color: #fff;
}

.social a {
	margin-right: 30px;
}
.header__contact a svg {
	fill: #fff;
	transition: all 0.5s;
	margin-right: 5px;
}
.header__contact a:hover {
	color: #ff0808;
	transition: all 0.5s;
}
.header__contact a:hover svg {
	fill: #ff0808;
	transition: all 0.5s;
}
.site-header-revers .social a:hover svg {
	stroke: #fff;
	transition: all 0.5s;
}

.header__contact span {
	padding-right: 5px;
}

/************************************************************************Footer*************************************************************************************/
.site-footer {
	min-height: 122px;
	padding-bottom: 52px;
}
.footer-txt {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #333333;
	padding-bottom: 60px;
}
.footer-item,
.footer-item a {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #4f4f4f;
	transition: all 0.5s;
}
.footer-item a:hover {
	color: #91b4a0;
	transition: all 0.5s;
}
.pr-150 {
	padding-right: 150px;
}
.site-header-revers,
.site-footer .social a:hover svg {
	fill: #fff;
	transition: all 0.5s;
}
.site-footer .tel {
	text-align: right;
}
.site-header-revers,
.site-footer .tel a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #fefefe;
}
.copyright {
	text-align: center;
	color: #fff;
}

.site-header-revers {
	background: #000000;
}

/************************************************************************Footer end*************************************************************************************/

.button,
button {
	overflow: hidden;
	max-width: 414px;
	height: 54.91px;
	display: flex;
	justify-content: center;
	align-items: center;

	background: #d3b35a;
	transition: all 0.5s;
	border: none;
}
.button a,
button {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #191b1c;
	text-decoration: none;
	transition: all 0.5s;
	width: 100%;
	text-align: center;
}
.button:hover {
	cursor: pointer;
	background: #9e8644;
	border: none;
	transition: all 0.5s;
}
.button:hover a {
	color: #fff;
	transition: all 0.5s;
}

.tel:hover,
.tel:hover svg,
.mail:hover,
.mail:hover svg {
	color: #9e8644;
	fill: #9e8644;
	transition: all 0.5s;
}

.flare-button .button-anim {
	position: relative;

	overflow: hidden;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);
}

.flare-button .button-anim:before {
	content: "";

	background-color: rgba(255, 255, 255, 0.5);

	height: 100%;

	width: 3em;

	display: block;

	position: absolute;

	top: 0;

	left: -4.5em;

	-webkit-transform: skewX(-45deg) translateX(0);

	transform: skewX(-45deg) translateX(0);

	-webkit-transition: none;

	transition: none;

	webkit-animation: moving 3s ease-in-out infinite;

	-moz-animation: moving 3s ease-in-out infinite;

	-ms-animation: moving 3s ease-in-out infinite;

	-o-animation: moving 3s ease-in-out infinite;

	animation: moving 3s ease-in-out infinite;
}

@keyframes moving {
	30% {
		webkit-transform: skewX(-45deg) translateX(33.5em);

		transform: skewX(-45deg) translateX(33.5em);
	}

	100% {
		webkit-transform: skewX(-45deg) translateX(33.5em);

		transform: skewX(-45deg) translateX(33.5em);
	}
}

.flare-button .button-anim:hover {
	box-shadow: none;

	-webkit-animation: si-button-pulse 0.8s 0s ease-out 1;

	-moz-animation: si-button-pulse 0.8s 0s ease-out 1;

	animation: si-button-pulse 0.8s 0s ease-out 1;

	overflow: hidden;
}

.flare-button .button-anim {
	overflow: visible !important;
}

@keyframes si-button-pulse {
	from {
		box-shadow: 0 0 8px 6px #cd5055, 0 0 12px 14px #cd5055;
	}

	to {
		box-shadow: 0 0 10px 4px rgba(255, 48, 26, 0),
			0 0 5px 30px rgba(255, 48, 26, 0);
	}
}

.flare-button :before {
	content: "";

	background-color: rgba(255, 255, 255, 0.5);

	height: 100%;

	width: 3em;

	display: block;

	position: absolute;

	top: 0;

	left: -4.5em;

	-webkit-transform: skewX(-45deg) translateX(0);

	transform: skewX(-45deg) translateX(0);

	-webkit-transition: none;

	transition: none;

	webkit-animation: moving 3s ease-in-out infinite;

	-moz-animation: moving 3s ease-in-out infinite;

	-ms-animation: moving 3s ease-in-out infinite;

	-o-animation: moving 3s ease-in-out infinite;

	animation: moving 3s ease-in-out infinite;
}

.wpcf7 form .wpcf7-response-output {
	color: #222;
}

/*******************************************modal********************************************/
.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.56);
	top: 0;
	z-index: 99999;
}
.modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: auto;
	background: #fff;
	padding: 65px;
}
.modal__descr {
	font-weight: 400;
	font-size: 25px;
	line-height: 140%;
	/* or 35px */

	color: #2f2e2c;
}
.modal .contact__form {
}
.modal__close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	right: 0px;
	font-size: 35px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100px;
}

.modal__subtitle {
	font-size: 18px;
	font-weight: 700;
	color: #0d0d0d;
	text-align: center;
}
.modal input,
textarea {
	margin-top: 0;
}
.modal .input-50 {
	margin-top: 70px;
	margin-right: 0;
}
.modal .input-100 {
	width: 100%;
	margin: 20px 0 30px 0;
}
.modal form .btn {
	max-width: 450px;
	height: 40px;
	margin-top: 40px !important;
}
.modal .wrapper-form .wrapper {
	width: 100%;
}
.modal .form-descr a,
.modal .form-descr {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */
	color: #2f2e2c;
	max-width: 410px;
}

.modal_mini {
	min-height: 140px;
}

.modal .error {
	border: 1px solid #c70101;
}

.modal label.error {
	border: none;
	text-align: center;
	margin-bottom: 15px;
}

#consultation,
#modal-footer,
#new-consultation,
#order,
#thanks,
#none {
	display: none;
}
.d-none {
	display: none !important;
}
.d-block {
	display: block !important;
}
.modal-flex {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sub-menu {
	flex-direction: column;
}
.form {
	width: 530px;
}
.input-form {
	padding: 10px 0 10px 17px;
	background: transparent;
	border: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;

	border-bottom: 1px solid #c8ac48;
	width: 100%;
	margin-bottom: 25px;
}
.form .button {
	width: 100%;
	max-width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #f5f5f5;
}
form .input-form {
	outline: none;
	border: 0;
	border-bottom: 1px solid #19191c;
}
.input input,
.input textarea {
	max-width: 100%;
}
.input-reverse .button {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #191b1c;
	text-decoration: none;
	transition: all 0.5s;
	width: 100%;
	text-align: center;
}

/* .contact-us .wpcf7-form{
  max-width: 670px;
  margin: 0 auto;
  padding: 25px 65px;
  background: #141414;
	border: 1px solid #50A2A7;
	box-shadow: 0px 0px 62px 15px rgba(80, 162, 167, 0.22);
  margin-top: 30px;
} */

label {
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #2b2a29;
	margin-top: 22px;
}
select,
input,
textarea {
	width: 100%;
	border: 0;
	margin-top: 20px;
	outline: none;
	padding: 15px 20px;
	background: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
textarea {
	max-height: 150px;
}

/* .wpcf7-form-control[type="submit"]{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: 540px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FEFEFE;
  margin-top: 22px;
  outline: none;
}
.wpcf7-form-control[type="submit"]:hover{
	color: #FF0808;
} */
.twenty-for-work{
	display: none;
}
@media (max-width: 800px) {
	.header__contact.wrapper.wrapper__column{
		justify-content: flex-start
	}
	.twenty-for-work{
		display: block;
	}
	.main-navigation.toggled .menu a {
		display: block;
		margin: 0 auto;
		width: fit-content;
		position: relative;
	}
	.main-navigation ul {
		padding: 76px 0 46px 0;
		text-align: center;
	}
	.custom-logo {
		max-width: 55px;
	}
	.header__contact {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}
	.header__contact a {
		margin-top: 10px;
	}

	.main-navigation ul {
		display: none;
	}
	.title {
		font-size: 40px;
	}
	.promo {
		min-height: 400px;
		padding: 107px 0 0 0;
	}

	.services .item {
		max-width: 100%;
	}
	.about .wrapper {
		flex-direction: column;
	}
	.about__img,
	.about__descr {
		width: 100%;
	}

	.menu-toggle {
		width: 23px;
		height: 17px;
		top: 23px;
		right: 14px;
		display: flex;
		flex-direction: column;
		position: absolute;
		z-index: 999;
	}
	.menu-toggle span {
		width: 23px;
		height: 1px;
		background: #ffffff;
		margin: 2px 0 2px 0;
		display: block;
		transition: all 0.5s;
	}
	.main-navigation.toggled .menu-toggle span {
		margin: 0 0 -1px 0;
	}
	.main-navigation.toggled .menu-toggle :nth-child(1) {
		rotate: 45deg;
	}
	.main-navigation.toggled .menu-toggle :nth-child(2) {
		display: none;
	}
	.main-navigation.toggled .menu-toggle :nth-child(3) {
		rotate: -45deg;
	}
	.nav-menu {
		position: absolute;
		right: 0;

		padding-left: 15px !important;
		padding-bottom: 15px;
	}
	footer .main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}
	ul#footer li a {
		margin-right: 15px;
	}
	ul#footer :nth-child(6) {
		margin-left: 0;
	}

	footer .main-navigation li a::before {
		content: unset !important;
	}
	footer .wrapper {
		width: 100%;
		justify-content: flex-start;
	}

	.site-footer .wrapper-small {
		padding-top: 40px;
		text-align: center;
		justify-content: center;
		width: 100%;
	}
	.site-footer .menu a {
		margin-right: 0;
	}
	.site-footer .header__contact {
		justify-content: center;
	}

	.modal {
		max-width: 100%;
	}
	.modal__close {
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
	}
	.modal .feed-form {
		max-width: 100%;
	}
	.modal .button_submit,
	.modal button {
		font-size: 13px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		right: 0;
	}
	.site-header {
		padding: 10px 0 0 0;
	}
	.main-navigation li {
		position: relative;
		margin: 20px auto;
	}
	.menu-toggle {
		top: 25px;
	}

	.custom-logo {
		max-width: 100%;
	}
	.site-branding {
		margin: auto;
	}
	.header__contact {
		flex-direction: row;
		padding: 0 0 0 5px;
	}
	.social a {
		margin-right: 20px;
	}
	.btn {
		max-width: 100%;
	}
	.flare-button .button-anim {
		overflow: hidden !important;
	}

	.front__catalog .item {
		width: 100%;
	}
	.technologies .tech_descr,
	.technologies .technologies-slider {
		width: 100%;
	}
	.technologies .technologies-slider {
		margin-top: 20px;
	}
	.cert-item-second {
		font-size: 25px;
	}
	.cert-item-first span {
		font-size: 30px;
	}
	.gallery .gallery-item {
		width: 48%;
	}
	.contact__item .ico {
		margin-right: 5px;
	}
	.wpcf7-form-control[type="submit"] {
		max-width: 100%;
		width: 100%;
	}
	.contact-us .wpcf7-form {
		padding: 25px 25px;
	}
	textarea {
		max-height: 110px;
	}
	.contact .contact-info,
	.contact .map {
		width: 100%;
	}
	.site-footer .custom-logo-link {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.site-footer .social :nth-child(3) {
		margin-right: 0;
	}
	.site-footer .w-30 {
		width: 100%;
		margin: 15px 0;
	}
	.site-footer .tel {
		text-align: center;
	}
	.catalog-inner {
		max-width: 100%;
	}
	.catalog-item {
		max-height: none;
		width: 100%;
	}
	.catalog-item-left,
	.catalog-item-right {
		width: 100%;
	}
	.catalog-item-left {
		padding: 0;
		margin-bottom: 10px;
	}
	.catalog-item {
		background: #fff;
		padding: 10px;
		margin: 50px 0;
	}
	.catalog .wrapper {
		justify-content: center;
	}
	.delivery .tabs {
		min-height: auto;
	}
	.tabs__content {
		padding: 10px 20px;
		min-height: auto;
	}
	.tabs__caption li {
		padding: 0;
		font-size: 20px;
	}
	.tabs__content .right {
		flex-direction: row;
		justify-content: space-between;
	}
	.tabs__content .descr {
		font-size: 18px;
	}
	.bank {
		max-width: 30%;
		padding: 20px 0;
	}
	.product .left,
	.product .right {
		width: 100%;
	}
	.character {
		width: 100%;
	}
	.tabs-color {
		flex-direction: column-reverse;
	}
	.info-inner {
		max-width: 100%;
	}
	.product .btn {
		width: 100%;
	}
	.tabs-info__caption li {
		padding: 0 5px;
	}
	.tabs-info__caption li span {
		font-size: 12px;
	}
	.tabs-info__caption {
		padding-left: 14px;
	}
	.tabs-info__content {
		padding: 20px;
		max-width: 100%;
		overflow: auto;
	}
	.product .left {
		align-items: center;
	}
	#mega-menu-service {
		display: none;
	}
	.cat-menu {
		min-height: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.xs-none {
		display: none;
	}
}

.lb-number {
	display: none;
}

a {
	color: #0b85c3;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #0b85c3;
}
