/*!
Theme Name: Bitsurance Starter
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: bitsurance-starter
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.

Bitsurance Starter 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%;
}



/* Fonts
	 ========================================================================== */

@font-face {
  font-family: "Rouben Bold";
  src: url('./fonts/RoubenBold/font.woff2') format('woff2'), url('./fonts/RoubenBold/font.woff') format('woff');
}
@font-face {
  font-family: 'Rouben SemiBold';
  src: url('./fonts/RoubenSemiBold/font.woff2') format('woff2'), url('./fonts/RoubenSemiBold/font.woff') format('woff');
}
@font-face {
  font-family: "Rouben Regular";
  src: url('./fonts/RoubenRegular/font.woff2') format('woff2'), url('./fonts/RoubenRegular/font.woff') format('woff');
}
@font-face {
  font-family: "Rouben Medium";
  src: url('./fonts/RoubenMedium/font.woff2') format('woff2'), url('./fonts/RoubenMedium/font.woff') format('woff');
}
@font-face {
  font-family: "Rouben Light";
  src: url('./fonts/RoubenLight/font.woff2') format('woff2'), url('./fonts/RoubenLight/font.woff') format('woff');
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

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
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	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,
input[type="submit"]: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,
input[type="submit"]:active,
input[type="submit"]: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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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 ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	
}

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

.main-navigation li {
	position: relative;
	padding: 0px 10px;
}

.main-navigation ul.sub-menu li{
	padding: 0px 0px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Rouben Medium', sans-serif;
	letter-spacing: 1.8px;
	font-size: 0.8em;
	display: inline-block;
    position: relative;
}

.main-navigation a::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.main-navigation a:hover::after{
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.main-navigation li.current_page a::after{
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.main-navigation .wpml-ls-current-language{
	position: relative;
	margin-left: 50px;
	padding-left: 30px;
}

.main-navigation .wpml-ls-current-language::before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/language.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	left: 0;
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	min-width: 40%;
}

.menu-toggle {
  position: relative;
  margin: auto;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, white 0%, white 100%);
  background-size: 30px 3px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.2s background;
  border: none;
  font-size: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  z-index: 999999;
}

.menu-toggle::before,
.menu-toggle::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 30px;
    height: 3px;
    background: white;
    transition: 0.2s transform;
    transform-origin: 2px 9px;
  }

.menu-toggle::after {
    top: 40px;
    transform-origin: 2px -5px;
  }

.toggled .menu-toggle{
	background-size: 0px 3px;
	z-index: 999999;
}

.toggled .menu-toggle::before{
      transform: rotate(45deg);
}

.toggled .menu-toggle::after{
      transform: rotate(-45deg);
}

.toggled .menu-header-menue-container{
	position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100vh;
    background: rgb(10,26,70);
	background: linear-gradient(45deg, rgba(10,26,70,1) 38%, rgba(40,53,131,1) 98%);
    z-index: 999;
	display: flex;
    justify-content: center;
    align-items: center;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.28); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.28);
}

.main-navigation.toggled li{
	margin-bottom: 40px;
	padding: 0px;
}

.main-navigation.toggled .wpml-ls-current-language{
	margin-left: 0px;
	padding-top: 20px;
	padding: 30px;
	border-top: 1px solid #fff;
}


@media screen and (min-width: 1000px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main {

}

.site-main{
	min-height: calc(100vh - 173px);
}

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

.nav-links{
	border-top: 1px solid #1e3a8a;
	padding-top: 20px;
}

.nav-links .nav-subtitle{
	display: none;
}

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

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

/* Custom: Swiper Demo Slides
--------------------------------------------- */
.swiper {
	width: 100%;
	height: 100%;	
}

.swiper-wrapper{
	min-height: calc(100vh - 50px);
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	background-color: #0a1a46;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/slider-bg.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 75%;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto !important;
	min-height: 20vh;
	flex-wrap: wrap;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-progressbar{
	background: #fff !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: rgb(29,113,184) !important;
	background: linear-gradient(90deg, rgba(29,113,184,1) 5%, rgba(40,53,131,1) 38%, rgba(10,26,70,1) 94%) !important;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	height: 2px !important;
}
.swiper .text{
	text-align: left;
}
.swiper .text h1{
	color: #fff;
	background-color: #283583;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Rouben SemiBold', sans-serif;
	padding: 2px 10px 0px 10px;
	letter-spacing: 2px;
	display: inline-block;
}
.swiper .text p{
	color: #fff;
	font-size: 1.6em;
	font-family: 'Rouben SemiBold', sans-serif;
}
.swiper .text p span{
	font-size: 0.6em;
	font-family: 'Rouben SemiBold', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.swiper .image{
	width: 23%;
}

.swiper .image.first{
	width: 35%;
}

.swiper-button-next, .swiper-button-prev{
	color: #fff !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 2em !important;
}

.button-mobil{
		display: none;
}


/* Custom: header
--------------------------------------------- */

header.site-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgb(10,26,70);
	background: linear-gradient(90deg, rgba(10,26,70,1) 0%, rgba(40,53,131,1) 66%, rgba(29,113,184,1) 93%);
	padding: 20px;
}
header.site-header .site-branding{
	max-width: 280px;
	margin-right: 70px;
}

header.site-header .site-branding a{
	display: flex;
}

footer.entry-footer{
	display: none;
}
.entry-content{
	margin-top: 0px;
	display: grid;
}
#post-6 header.entry-header,
.page-id-658 header.entry-header {
	display: none;
}


/* Custom: footer
--------------------------------------------- */

footer.site-footer{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(10,26,70);
	background: linear-gradient(90deg, rgba(10,26,70,1) 0%, rgba(40,53,131,1) 66%, rgba(29,113,184,1) 93%);
	padding: 20px;
}

footer.site-footer ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 0px;
}

footer.site-footer li{
	list-style: none;
	padding: 0px 8px;
	font-size: 0.8em;
}

footer.site-footer li a{
	font-family: 'Rouben Medium', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

footer.site-footer li a::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

footer.site-footer li a:hover::after{
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}



/* Custom: button
--------------------------------------------- */
.entry-content button{	
	background: none;
	border: none;
	position: relative;
  	padding: 15px 20px;
	cursor: pointer;
	font-family: 'Rouben SemiBold', sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.entry-content button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px; 
  border: 2px solid transparent;
  background: linear-gradient(45deg, #1d71b8, #312783) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

button{
  	transition: 0.25s;
}

button:hover,
button:focus {
      transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 28%);
}


/* Custom Block Startseite
--------------------------------------------- */
#info{
	padding: 50px 20px;
}

#info .inside{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	align-items: center;
	margin: auto;
	min-height: 40vh;
	flex-wrap: wrap;
}

#info .inside .left{
	text-align: center;
	border-top: 1px solid #283583;
	border-bottom: 1px solid #283583;
	padding: 20px 0px;
	position: relative;
}

#info .inside .left::before{
	content: '';
	width: 50px;
	height: 30px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/favicon.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
    top: -15px;
	left: 0;
	right: 0;
	margin: auto;
    background-color: #fff;
}

#info .inside .left p{
	color: #283583;
	font-family: 'Rouben Medium', sans-serif;
	font-size: 1.6em;
}

#info .inside .left span{
	color: #1d71b8;
	font-size: 0.6em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#info .inside .right p{
	font-size: 1.2em;
	max-width: 750px;
	font-family: 'Rouben Light', sans-serif;
}

#info .inside .right p strong{
	font-family: 'Rouben SemiBold', sans-serif;
}

#wallets{
	background-color: #283583;
	padding: 80px 20px;
	position: relative;
}

#wallets::before{
	content: '';
	width: 70px;
	height: 35px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/ecke-white.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
    top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

#wallets .inside{
	max-width: 1200px;
	margin: auto;
}

#wallets .inside h3{
	font-family: 'Rouben Medium', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
}

#wallets .inside .images{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

#wallets .inside .images img{
	width: 30%;
	background-color: rgba(255,255,255,0.2);
	padding: 30px 10%;
	border-right: 2px solid #283583;
}

#details{
	padding: 50px 20px;
	max-width: 1200px;
	margin: auto;
	min-height: 80vh;
	display: flex;
    flex-wrap: wrap;
}

#details h2, #pricing h2, #about h2{
	color: #fff;
	background-color: #283583;
	text-transform: uppercase;
	font-size: 1.4em;
	font-family: 'Rouben Medium', sans-serif;
	padding: 2px 10px 0px 10px;
	font-weight: normal;
	letter-spacing: 2px;
	display: table;
	text-align: center;
	margin: auto;
}

#details .contentbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}

#details .image{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
}

#details .image::after{
	content: '';
	width: 150px;
	height: 10px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/line.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
    top: 0px;
	right: 0;
	margin-left: -5px;
}

#details img{
	width: 100px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.28); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.28);
	z-index: 1;
}

#details .text{
	width: 75%;
}

#details .text p{
	color: #000;
	font-family: 'Rouben Light', sans-serif;
	font-size: 1.2em;
	margin: 0px;
}

#details .text h3{
	color: #000;
	font-family: 'Rouben Medium', sans-serif;
	font-size: 1.2em;
	margin: 0px;
	font-weight: normal;
}

#pricing{
	background: rgb(29,113,184);
	background: linear-gradient(180deg, rgba(29,113,184,1) 5%, rgba(40,53,131,1) 82%);
	padding: 50px 20px;
	min-height: 80vh;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

#pricing::before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/pricing-bg-1.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
    top: 0px;
	right: 0;
	margin-left: auto;
	display: block;
    position: absolute;
}

#pricing .container{
	width: 100%;
	z-index: 1;
}

#pricing .container .button{
	text-align: center;
	margin: 80px 0px 0px 0px;
}

#pricing .container .button button{
	background-color: rgba(10,27,70,0.1);
   	border-radius: 5px;
	border: 1px solid #fff;
}
	
#pricing .container .button button::before{
	display: none;
}


#pricing .inside{
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

#pricing h2{
	margin-bottom: 50px;
}

#pricing .inside .container{
	background-color: #fff;
	border-radius: 4px;
	width: calc(32% - 40px);
	padding: 20px;
	text-align: center;
}

#pricing .inside .container p.head{
	font-size: 1.8em;
	line-height: 1.2em;
	font-family: 'Rouben Bold', sans-serif;
	color: #283583;
	border-bottom: 1px solid #283583;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


#pricing .inside .container p.head::before{
	content: '';
	width: 50px;
	height: 30px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/favicon.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
    top: -15px;
	left: 0;
	right: 0;
	margin: auto;
    background-color: #fff;
	display: block;
    position: relative;
}

#pricing .inside .container p.head span{
	font-size: 0.6em;
	font-family: 'Rouben SemiBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#pricing .inside .container p.middle{
	color: #1d71b8;
	font-family: 'Rouben Medium', sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid rgba(40,53,131,0.15);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#pricing .inside .container p.last{
	color: #000;
	font-family: 'Rouben Light', sans-serif;
	font-size: 1em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#pricing .explanation{
	max-width: 1200px;
	text-align: right;
	color: #fff;
	font-family: 'Rouben Regular', sans-serif;
	font-size: 0.8em;
	margin: auto;
	font-weight: normal;
	margin-top: 30px;
}

#about .content{
	max-width: 940px;
	padding: 90px 20px;
	margin: auto;
}

#about .content p{
	color: #000;
	font-family: 'Rouben Light', sans-serif;
	font-size: 1.2em;
	margin: 0px;
}
#about .content h4{
	color: #000;
	font-family: 'Rouben Medium', sans-serif;
	font-size: 1.2em;
	margin: 50px 0px 0px 0px;
	font-weight: normal;
}

#about .inside{
	background-color: #283583;
	padding: 80px 20px;
	position: relative;
}

#about .inside::before{
	content: '';
	width: 70px;
	height: 35px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/ecke-white.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
    top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

#about .inside .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

#about .inside .wrapper .container{
	width: 32%;
	text-align: center;
	background-color: rgba(29,113,184, 0.25);
	border-radius: 4px;
	padding: 30px 20px;
}

#about .inside .wrapper .container p {
	color: #fff;
	font-family: 'Rouben Light', sans-serif;
	font-size: 1em;
}

#about .inside .wrapper .container h3 {
	color: #fff;
	font-family: 'Rouben Medium', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}

#about .inside .wrapper .container .links{
	display: flex;
	justify-content: center;
}
#about .inside .wrapper .container .links img{
	width: 30px;
	height: 30px;
	margin: 5px;
	transition: all ease-in-out 0.3s;
}

#about .inside .wrapper .container .links img:hover{
	background-color: rgba(0,0,0,0.3);
	transition: all ease-in-out 0.3s;
	border-radius: 100%;
}


#kontakt{
	background: rgb(10,26,70);
	background: linear-gradient(90deg, rgba(10,26,70,1) 0%, rgba(40,53,131,1) 66%, rgba(29,113,184,1) 93%);
	padding: 30px 20px 0px 20px;
}

#kontakt p{
	color: #fff;
	font-family: 'Rouben Light', sans-serif;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin-bottom: 0px;
}

#kontakt p span{
	font-family: 'Rouben Medium', sans-serif;
}

#kontakt p a{
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 30px;
	transition: all ease-in-out 0.3s;
	position: relative;
}



#kontakt p a img{
	width: 15px;
	margin-right: 10px;
}

#kontakt p a::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#kontakt p a:hover::after{
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* Custom Unterseiten
--------------------------------------------- */

.type-post{
	font-family: 'Rouben Regular', sans-serif;
	border-bottom: 1px solid #283583;
	padding-bottom: 30px;
	margin-bottom: 50px;
	display: flex;
    align-items: flex-start;
}

.single .type-post{
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.type-post picture{
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: block;
	margin-right: 50px;
	transition: all ease-in-out 0.3s;
}

.blog .type-post picture:hover{
	transition: all ease-in-out 0.3s;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.08); 
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.08);
}

.type-post picture img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.type-post h2{
	margin-top: 0px;
}

.type-post:last-child{
	border-bottom: 0px;
}

.type-post h2{
	font-size: 1em;
}

.type-post h2 a{
	text-decoration: none;
	color: #1e3a8a;
	font-family: 'Rouben Medium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 1.2em;
	font-weight: normal;
}

.posted-on{
	text-decoration: none;
	color: rgba(187,176,220,1);
	font-family: 'Rouben Medium', sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}

.type-post time{
	color: rgba(187,176,220,1);
	font-family: 'Rouben Medium', sans-serif;
}


.type-post a{
	text-decoration: none;
}

.type-post .continue_btn a, .nav-previous a, .nav-next a{
	text-decoration: none;
	color: #1e3a8a;
	position: relative;
	display: flex;
    align-items: center;
}

.type-post .continue_btn a:hover, .nav-previous a:hover, .nav-next a:hover{
	color: #009fe3;
}

.type-post .continue_btn a:hover:before{
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/acc-top-1.svg');
	transform: rotate(90deg);
}

.type-post 
.nav-next a:hover:after{
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/acc-top-1.svg');
	transform: rotate(90deg);
}

.nav-previous a:hover:before{
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/acc-top-1.svg');
	transform: rotate(-90deg);
}

.type-post .continue_btn a::before, .nav-previous a:before{
	content: '';
	width: 15px;
	height: 15px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/continue.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
}

.nav-previous a:before{
	transform: rotate(180deg);
}

.nav-next a{
	justify-content: flex-end;
}

.nav-next a:after{
	content: '';
	width: 15px;
	height: 15px;
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/continue.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: relative;
	display: block;
	float: right;
	margin-left: 10px;
}


main.blog, main.subpage, .single .post-content, .single .post-navigation, .single .post-thumbnail{
	max-width: 980px;
    padding: 0px 20px;
    margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.single .post-thumbnail{
	padding-bottom: 0px;
}

.single .type-post picture{
	width: 100%;
	height: auto;
}

.single .post-content p{
	margin-bottom: 0px;
}

.single .post-content h1{
	color: #1e3a8a;
	font-family: 'Rouben Medium', sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.7em;
}

.single .type-post{
	display: block;
}


.single .post-content h2{
	color: #1e3a8a;
	font-family: 'Rouben SemiBold', sans-serif;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
}

.subpage{
	overflow-x:hidden;
}

.subpage h1.entry-title, h1.page-title{
	color: #fff;
    background-color: #283583;
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: 'Rouben SemiBold', sans-serif;
    padding: 2px 10px 0px 10px;
    letter-spacing: 2px;
    display: inline-block;
}

.subpage h2{
	font-family: 'Rouben SemiBold', sans-serif;
	font-size: 1.2em;
	color: #283583;
	margin: 30px 0px 0px 0px;
}

.subpage h3{
	font-family: 'Rouben SemiBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	color: #283583;
	margin: 30px 0px 0px 0px;
}

.subpage p{
	font-family: 'Rouben Regular', sans-serif;
	font-size: 1em;
    line-height: 1.5;
	margin-top: 16px;
	margin-bottom: 0px;
}

.subpage p strong{
	font-weight: normal;
	font-family: 'Rouben SemiBold', sans-serif;
}

.subpage a{
	color: #009fe3;
	display: block;
	text-decoration: none;
	display: inline-block;
    position: relative;
}

.subpage a:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #283583;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.subpage a:hover::after{
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.subpage a:hover{
	color: #283583;
}

.subpage ul{
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
}

.subpage ul li{
	list-style-type: square;
	font-family: 'Rouben Regular', sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

.subpage ul li strong{
	font-size: 1em;
	font-weight: normal;
	font-family: 'Rouben SemiBold', sans-serif;
}

.subpage ul li::marker{
	color: #283583;
}

.subpage .entry-content{
	display: block;
}

.blog h1{
	margin-bottom: 50px;
}

.blog .entry-content p{
	margin-top: 0px;
}

.wp-block-pb-accordion-item:first-child{
	margin-top: 30px;
}

.wp-block-pb-accordion-item:first-child h2{
	border-top: 0px !important;
}

h2.c-accordion__title{
	font-family: 'Rouben Medium', sans-serif;
	font-weight: normal !important;
	font-size: 1.4em;
	color: #1e3a8a;
	border-top: 1px solid #1e3a8a;
	margin: 0px;
    padding-bottom: 20px;
	padding-top: 20px;
}


h2.c-accordion__title strong{
	font-weight: normal !important;
}

.c-accordion__title:after{
	content: ' ';
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/acc-bottom.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 20px;
	height: 20px;
}

.is-open>.c-accordion__title:after{
	content: ' ';
	background-image: url('https://wpdemo.bitsurance.eu/wp-content/uploads/2022/06/acc-top-1.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 20px;
	height: 20px;
}

.is-open h2.c-accordion__title, h2.c-accordion__title:hover{
	color: #009fe3;
}

.c-accordion__content p{
	font-family: 'Rouben Light', sans-serif;
	padding-right: 40px;
	margin-top: 0px;
	font-size: 1.1em;
}

.c-accordion__content{
	padding-bottom: 30px;
}

ul .wpml-ls-menu-item a {
  margin-top: 4px;
}

@media screen and (max-width: 1200px) {
	.swiper-wrapper{
		min-height: auto;
	}
	.swiper-slide{
		background-image: none;
		background: rgb(29,113,184);
		background: linear-gradient(45deg, rgba(29,113,184,1) 5%, rgba(40,53,131,1) 90%);
		align-items: flex-start;
		padding-top: 50px;
		padding-bottom: 50px;
		height: auto !important;
	}
	.swiper .text{
		width: 100%;
		text-align: center;
		padding: 0px 20px;
	}
	
	.swiper .text p{
		margin-bottom: 0px;
	}

	.swiper .image, .swiper .image.first{
		width: 60%;
		max-width: 500px;
	}
	
	#info .inside .left{
		width: 40%;
	}	
	
	#info .inside .right{
		width: 57%;
	}
	
	.button-mobil{
		display: block;
		width: 100%;
	}
	
	.button-mobil button{
		background-color: rgba(10,27,70,0.1);
   	 	border-radius: 5px;
		border: 1px solid #fff;
		font-size: 97%;
		margin-top: 30px;
	}
	
	.button-mobil button::before{
		display: none;
	}
	
	.swiper .text button{
		display: none;
	}
	
	ul .wpml-ls-menu-item a {
  		margin-top: 0;
	}
}


@media screen and (max-width: 1000px) {

	#pricing .inside .container {
    	width: calc(36% - 40px);
	}
}


@media screen and (max-width: 800px) {

	.entry-content, footer.site-footer, .nav-previous a, .nav-next a{
		font-size: 75%;
	}
	
	.type-post .continue_btn a::before, .nav-previous a:before, .nav-next a:after{
		width: 13px;
		height: 13px;
	}
	.swiper-slide, .single .post-content h1, .blog .type-post h2 a, .subpage h1.entry-title, h1.page-title, .c-accordion__item{
		font-size: 90%;
	}
	.wp-block-pb-accordion-item:first-child{
		margin-top: 0px;
	}
	#info .inside .left{
		width: 100%;
		max-width: 500px;
		margin: auto;
		padding: 0px;
	}	
	#info .inside .right{
		width: 100%;
	}
	#wallets .inside .images img {
    	padding: 30px 6%;
	}
	#details img{
		width: 80px;
	}
	#pricing .inside {
    	justify-content: center;
	}
	#pricing .inside .container {
    	width: 100%;
		margin-bottom: 20px;
	}
	#pricing .inside .container p.last{
		padding-bottom: 0px;
	}
	#pricing .explanation{
		margin-top: 0px;
		text-align: left;
	}
	#about .inside .wrapper .container{
		width: 100%;
		margin-bottom: 20px;
	}
	#pricing .container .button {
		margin: 30px 0px 0px 0px;
	}
	#pricing .container .button button{
	font-size: 95%;
	}
	
	.type-post{
		align-items: flex-start;
	}
	
	.type-post picture{
		width: 100px;
		height: 100px;
		margin-right: 30px;
	}
	
	.subpage ul{
		padding-left: 13px;
	}

}