/*
  Theme Name:   WSCOM
  Theme URI:    https://themes.wooserv.com/wscom/
  Description:  Beautiful, Powerful & Flexible WordPress Theme for News, Magazine and Blog websites.
  Author:       WooServ
  Author URI:   https://www.wooserv.com/
  Version:      1.0.0
  Tested up to: 5.5
  Requires PHP: 5.6.0
  License:      license purchased
  License URI:  http://themeforest.net/licenses/regular_extended
  Tags:         two-columns, buddypress, none-sidebar, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
  Text Domain:  wscom
*/
/*
======
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
======
*/
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
  font-family: Helvetica,Tahoma,sans-serif;
  background-color: var(--fill-bl-color);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
 ========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
 ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: var(--fill-bl-color);
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0 0 1.2rem;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
 ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}
/* Tables
 ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
* Global styles
*
* Typography
* Header
* Footer
* Main content area
* Accessiblity helper classes
* 404
* Comments
* Content (posts etc)
* Forms
* Media
* Menus
* pagination
* Post formats
* Widgets
*/
/**
* Typography
*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body,
button,
input,
optgroup,
select,
textarea {
  color: #7990A3;
  font-family: var(--ws-font-family);
  font-size: 1rem;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #204666;
  clear: both
}

.h2,
h2 {
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 48em) {
  .h2,
  h2 {
    font-size: 3rem;
    line-height: 60px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 300;
}


hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em;
}
p {
  margin: 0 0 1.875em;
}
ul,
ol {
  margin: 0 0 1.41575em 3em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: 600;
}
dd {
  margin: 0 0 1.618em;
}
b,
strong {
  font-weight: 600;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
}
address {
  margin: 0 0 1.41575em;
}
pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: 'Courier 10 Pitch', Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  text-decoration: none;
  font-weight: 600;
  background: transparent;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
table {
  margin: 0 0 1.41575em;
  width: 100%;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 3px;
}
a {
  color: #2c2d33;
  text-decoration: none;
}
a:focus {
  outline: none;
}

/**
* Global styles
* BiBfly ROOT COLOR
*/

:root {
  --main-bg-color: #020611;
  --fill-bl-color: #000;
  --hero-bg-color: #020611;
  --hero-bg-image: url(assets/images/front/home.hero-bg.jpg);
  --hero-mbg-image: url(assets/images/front/home.hero-mbg.jpg);
  --ws-font-family: 'Poppins';
}

* {
  box-sizing: border-box;
}
body {
  background-color: var(--main-bg-color);
  overflow-x: hidden;
}
body.noscroll {
  overflow: hidden;
}
.site-wrap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem
}

.site-wrap {
  width: 100%;
  margin: 0 auto;
  /*padding: 0 2rem*/
}

@media (min-width: 48em) {
  .container {
    max-width: 1260px;
  }
  .site-wrap {
    /*max-width: 1260px;*/
  }
}

/** 
* BiBfly HomePage Start
*/

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

.start-project-cta {
	padding: 15px 25px;
	border-radius: 40px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, .2);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: var(--ws-font-family);
}

.start-project-cta:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, .4)
}

.start-project-cta.no-border {
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	font-style: normal;
	padding: 10px 20px
}

.start-project-cta.big {
	padding: 20px 30px;
	font-size: 14px
}

.start-project-cta.blue {
	border: none;
	color: #fff;
	background-color: #2e71f0
}

.start-project-cta.blue:hover {
	color: #fff;
	background-color: rgba(46, 114, 240, .7)
}

.start-project-cta.black {
	border: none;
	color: #222;
	background-color: rgba(0, 0, 0, .1)
}

.start-project-cta.black:hover {
	color: #222;
	background-color: rgba(0, 0, 0, .3)
}

.home .site-main {
  background-image: var(--hero-mbg-image);
  height: auto;
  padding-bottom: 0;
  width: 100%;
  background-color: var(--hero-bg-color);
  background-size: cover;
  background-position: center center;
  color: #fff;
}

@media (min-width: 48em) {
  .home .site-main {
    padding-top: 140px;
    background-image: var(--hero-bg-image);
    height: 100vh;
  }
}

.front-page__hero-sv {
  opacity: 1;
  transition: opacity .2s;
  padding-top: 40px;
}

.front-page__hero-sv.open {
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden
}

.front-page__hero-sv .front-page__hero-title {
	opacity: 0;
	letter-spacing: 2px;
	font-size: 3.5rem;
	text-align: center;
	transition: opacity .6s;
	color: #fff;
}

.front-page__hero-sv .front-page__hero-title.visible {
	opacity: 1
}

.front-page__hero-sv .services-container {
	max-width: 1260px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr
}

.front-page__hero-sv .services-content-container {
	display: flex;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 3rem
}

.front-page__hero-sv .services {
	margin-top: 10rem;
	width: 100%;
	height: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.front-page__hero-sv .services.work {
	background: linear-gradient(to right, rgba(255, 255, 255, .9), rgba(255, 255, 255, .6), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(to right, rgba(255, 255, 255, .9), rgba(255, 255, 255, .6), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0))
}

.front-page__hero-sv .services.webdev {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4), rgba(255, 255, 255, .9), rgba(255, 255, 255, .45), rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4), rgba(255, 255, 255, .9), rgba(255, 255, 255, .45), rgba(255, 255, 255, .1), rgba(255, 255, 255, 0))
}

.front-page__hero-sv .services.marketing {
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4), rgba(255, 255, 255, .9), rgba(255, 255, 255, .45), rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4), rgba(255, 255, 255, .9), rgba(255, 255, 255, .45), rgba(255, 255, 255, .1), rgba(255, 255, 255, 0))
}

.front-page__hero-sv .services.addons {
	background: linear-gradient(to left, rgba(255, 255, 255, .9), rgba(255, 255, 255, .5), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(to left, rgba(255, 255, 255, .9), rgba(255, 255, 255, .5), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0))
}

.front-page__hero-sv .services .service {
	position: relative;
	opacity: .5;
	transition: opacity .5s;
	height: 10rem;
	margin-top: -5rem
}

.front-page__hero-sv .services .service .icon {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center
}

.front-page__hero-sv .services .service .icon img {
	width: 39px;
	display: inline-block;
}

.front-page__hero-sv .services .service .dot {
	position: absolute;
	top: 4.6rem;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%
}

.front-page__hero-sv .services .service .name {
	position: absolute;
	top: 7rem;
	width: 100%;
	font-size: .9rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px
}

.front-page__hero-sv .services .service .content {
	display: none
}

.front-page__hero-sv .services .service.not-faded {
	opacity: 1
}

.front-page__hero-sv .services .service:hover {
	cursor: pointer;
	opacity: 1
}

.front-page__hero-sv .services-content {
	position: relative;
	top: 1rem;
	max-width: 700px;
	margin: 8.5rem auto 0;
	opacity: 0;
	text-align: center;
	line-height: 2rem;
	font-weight: 400;
	font-size: 1.3rem;
	color: rgba(255, 255, 255, .9);
	transition: .6s ease-in-out
}

.front-page__hero-sv .services-content.visible {
	opacity: 1;
	-webkit-transform: translateY(-2rem);
	transform: translateY(-2rem)
}

.front-page__hero-sv .start-project-cta {
	display: none;
	margin: 10px 0
}

@media (max-width: 64em) { /** 1024px */
	.front-page__hero-sv .front-page__hero-title {
		font-size: 3.3rem
	}
	.front-page__hero-sv .services .service .icon img {
		width: 35px
	}
	.front-page__hero-sv .services .service .name {
		font-size: .8rem;
		letter-spacing: 2px
	}
	.front-page__hero-sv .services-content {
		margin-top: 7.5rem;
		font-size: 1.2rem
	}
}

@media (max-width: 48em) { /** 768px */
	.front-page__hero-sv .start-project-cta {
		display: inline-block
	}
	.front-page__hero-sv {
		height: auto;
		padding-bottom: 0;
	}
	.front-page__hero-sv .front-page__hero-title {
		margin-top: 5rem;
		font-size: 2.6rem;
		letter-spacing: 1px;
    padding: 0 1.5rem;
    line-height: 3rem;
	}
	.front-page__hero-sv .services-content-container {
		display: none
	}
	.front-page__hero-sv .services-container {
		max-width: 1260px;
		margin: 0 auto;
		display: block
	}
	.front-page__hero-sv .services {
		display: block;
		width: auto;
		margin-top: 9.5rem;
		margin-left: 4rem;
		height: auto
	}
	.front-page__hero-sv .services.addons,
	.front-page__hero-sv .services.marketing,
	.front-page__hero-sv .services.webdev,
	.front-page__hero-sv .services.work {
		background-image: none
	}
	.front-page__hero-sv .services .service {
		position: relative;
		top: -1.5rem;
		display: block;
		width: 100%;
		margin-top: 0;
		padding-bottom: 5rem;
		padding-left: 4rem;
		height: auto;
		border-left: 1px solid #fff;
		opacity: 1
	}
	.front-page__hero-sv .services .service:last-child {
		border-left: none;
		padding-bottom: 2rem
	}
	.front-page__hero-sv .services .service .content,
	.front-page__hero-sv .services .service .icon,
	.front-page__hero-sv .services .service .name {
		position: static
	}
	.front-page__hero-sv .services .service .icon {
		width: 100%;
		text-align: left;
		margin-bottom: 1.5rem
	}
	.front-page__hero-sv .services .service .icon img {
		width: 39px
	}
	.front-page__hero-sv .services .service .dot {
		top: 0;
		left: 0
	}
	.front-page__hero-sv .services .service .name {
		margin-bottom: 1.5rem;
		font-size: .9rem;
		text-align: left
	}
	.front-page__hero-sv .services .service .content {
		display: inline-block;
		width: 100%;
		padding-right: 3rem;
		line-height: 1.5rem
	}
	.front-page__hero-sv .services-content {
		display: none
	}
}

@media (max-width: 30em) {
	/** 480px */
	.front-page__hero-sv .front-page__hero-title {
		margin-top: 3rem
	}
	.front-page__hero-sv .services {
		margin-left: 3rem
	}
	.front-page__hero-sv .services .service {
		padding-left: 3rem
	}
}

@media (max-width: 25em) {
	/** 400px */
	.front-page__hero-sv .front-page__hero-title {
		margin-top: 2.5rem
	}
	.front-page__hero-sv .services {
		margin-top: 7rem;
		margin-left: 2rem
	}
	.front-page__hero-sv .services .service {
		padding-left: 2rem;
		opacity: 1
	}
	.front-page__hero-sv .services .service .content {
		display: inline-block;
		width: 100%;
		padding-right: 1rem;
		line-height: 1.5rem
	}
}

@media (max-height: 700px) {
  .home .site-main {
    padding-top: 100px;
  }
}
@media (max-height: 600px) {
  .home .site-main {
    padding-top: 70px;
  }
  .front-page__hero-sv .services {
    margin-top: 8rem
  }
  .front-page__hero-sv .services-content {
    position: relative;
    top: -.8rem;
    font-size: 1.1rem
  }
}


/**
* BiBfly HomePage End
*/

/**
* Header
*/
/*
.site-header {
  font-size: .875rem;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  height: 250px;
  left: 0;
  right: 0;
  background-color: var(--hero-bg-color);
  background-image: var(--wmsk-bg-image);
  background-image: var(--dmsk-bg-image);
  z-index: -1;
}
.site-header::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  top: 72px;
  left: 0;
  right: 0;
}

.home.page.is-frontpage .site-header::before {
  background-color: unset;
  height: 108px;
}

.home.page:not(.is-frontpage) .site-header {
  margin-bottom: 4.235801032em;
}
.home.blog .site-header,
.home.page .site-header {
  margin-bottom: 0;
  background-color: unset;
}
*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  z-index: 1;
  background: var(--fill-bl-color);
  transition: box-shadow .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home .site-header {
  background: linear-gradient(to bottom,#070c16,rgba(7,12,22,.9),rgba(7,12,22,.7),rgba(7,12,22,0));
}

.site-branding {
  display: inline-block;
  vertical-align: middle;
}
.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}
.site-branding .site-title a {
  font-weight: 700;
}

.site-branding[data-type="image"] {
  height: 100px;
  width: 124px;
}
.site-branding[data-type="image"] img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-top: -8px;
}

.site-branding .Uo7X3s {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  z-index: -1000
}

/**
* Main content area
*/
.site-wrap {
  outline: none;
  position: relative;
  /*z-index: 2;*/
}

.page-inner__header {
  width: 100%;
  padding: 4rem 0;
}

@supports (display: grid) {
  .items-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 2rem;
  }

  @media (min-width: 30em) {
    .items-grid {
      grid-template-columns: repeat(2,1fr);
    }
  }

  @media (min-width: 48em) {
    .items-grid {
      grid-template-columns: repeat(3,1fr);
    }
  }
}

/* flexbox fallback is the browser does not support display:grid */

@supports not (display: grid) {

  .items-grid {
    display: flex;
    flex-flow: row wrap;
    min-height: 100vh;
    padding: 0.75vw;
  }

  .items-grid .single-item {
    flex-direction: column;
    min-width: 150px;
    width: 30%;
    justify-content: space-between;
    margin: 1.1vw;
  }



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

  }

}


.single-item {
  box-shadow: 0 5px 15px 0 rgba(37,44,97,.15), 0 2px 4px 0 rgba(93,100,148,.2);
  border-radius: 5px;
}

.single-item .list-item__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
}

.single-item .list-item__summary {
  height: 100px;
  max-height: 100px;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 400;
}

.single-item .list-item__title,
.single-item .list-item__summary,
.single-item .list-item__meta {
  padding: 5px 24px;
}

.single-item .list-item__title:hover {
  text-shadow: 0 0 2px currentColor;
}

.single-item .list-item__meta {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  margin-top: auto;
  line-height: 1.3em;
  font-size: 12px;
  color: #000;
}

.single-item:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

/**
* Footer
*/
.site-footer {
  padding: 4rem 0 0;
  background: #141517;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #333437;
}
.site-footer a.button,
.site-footer a.components-button:not(.is-link),
.site-footer a.wp-block-button__link {
  text-decoration: none;
}

.home .site-footer {
  display: none;
}

@media (min-width: 48em) {
  .home .site-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: unset;
    padding: 0;
    text-align: unset;
    border-top: unset;
  }
}

.site-footer__icons {
  position: relative;
  width: 100%;
  display: inline-block;
}

.site-footer__icons .copyright {
  float: left;
  font-size: .9rem;
  letter-spacing: 1px;
}

.site-footer__icons .policies {
  position: absolute;
  left: 60%;
  top: 0;
  transform: translateX(-60%);
}

.site-footer__icons a {
  color: #fff;
  fill: #fff;
}

.site-footer__icons .policies a {
  padding: 0 10px;
  font-weight: 400;
  font-size: .9rem;
}
.site-footer__icons .social {
  float: right;
}

.site-footer__icons .social a {
  padding: 0 10px;
  font-size: 1.2rem;
}

/**
* Alignment
*/
.alignleft {
  display: inline;
  margin-right: 1em;
}
.alignright {
  display: inline;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/**
* Accessibility
*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  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;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: none;
}
/**
* Clearing
*/
.clear::before,
.clear::after,
.comment-content::before,
.comment-content::after {
  content: '';
  display: table;
}
.clear::after,
.comment-content::after {
  clear: both;
}
/**
* Tables
*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}
table caption {
  padding: 1em 0;
  font-weight: 600;
}
table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: 600;
}
table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
/**
* 404 Styles
*/
.not-found.none-sidebar .site-main,
.not-found.right-sidebar .site-main,
.not-found.left-sidebar .site-main {
  width: 100%;
}
.not-found .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  margin-bottom: 2.617924em;
}
.not-found .fourohfour-columns-2::before,
.not-found .fourohfour-columns-2::after {
  content: '';
  display: table;
}
.not-found .fourohfour-columns-2::after {
  clear: both;
}
.not-found .fourohfour-columns-2 .widget {
  margin-bottom: 0;
}
.not-found .fourohfour-columns-2 .col-2 {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}
/**
* Comments
*/

.comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5407911001em;
  margin-bottom: 1.618em;
}
.comment-list {
  list-style: none;
  position: relative;
  margin: 0;
}

.comment-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  left: 32px;
  top: 0;
}

.comment-list:after {
  content: '';
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  left: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comment-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.comment-list ul.children {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
  margin-left: 0;
}

.comment-list ul.children li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
}

.comment-list ul.children ul.children,
.comment-list ul.children ul.children ul.children,
.comment-list ul.children ul.children ul.children ul.children {
  padding: 0;
}

.comment-wrap:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  float: left;
  border: 3px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
}

.comment-list ul.children .comment-avatar {
  width: 50px;
  height: 50px;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  background: #000;
}

.comment-content {
  width: 90%;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comment-list ul.children .comment-content {
  width: 90%;
}

.comment-content:before,
.comment-content:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #fcfcfc;
  top: 8px;
  left: -11px;
}

.comment-content:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0,0,0,0.05);
  left: -12px;
}

.comment-head {
  background: #fcfcfc;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.comment-author {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}

.comment-author.by-author,
.comment-author.by-author a {
  color: #03658c;
}

.comment-author.by-author:after {
  content: 'autor';
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.comment-date {
  float: left;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.comment-action span {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #a6a6a6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.comment-text {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.comment-list .children {
  list-style: none;
}

.comment-respond {
  padding-bottom: 10px;
}

.comment-respond textarea {
  max-height: 85px;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url],
.comment-respond textarea {
  font-size: 14px;
  padding: 8px 15px;
  color: #666;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  width: 100%;
}
.comment-respond .submit {
  font-size: 14px;
  line-height: 22px;
  padding: 9px 16px;
  background: #f9bf3b;
  color: #212529;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.comment-respond .submit:hover {
  background: #f8b316;
  color: #212529;
  text-decoration: none;
}

/**
* Content
*/
.post .wp-post-image {
  width: 100%;
}

.page-inner__header,
.post .article-post__header,
.page .article-page__header,
.page .sitespeed-page__header {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1260px;
  position: relative;
}
.page-inner__header,
.post .article-post__header,
.page .article-page__header,
.page .sitespeed-page__header {
  padding: 32px 40px 0;
}

@media (min-width: 48em) {
  .post .article-post__header {
    padding: 70px 40px 0 120px;
  }
  .page .sitespeed-page__header {
    padding: 70px 40px 0 40px;
  }
}

.page-inner__header h1,
.post .article-post__header h1,
.page .article-page__header h1,
.page .sitespeed-page__header h1 {
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
  -webkit-transition: text-shadow .2s linear;
  color: var(--fill-bl-color);
  margin-bottom: 0;
  text-decoration: none;
  transition: text-shadow .2s linear;
}

.post .article-post__header h1,
.page .sitespeed-page__header h1 {
  font-size: 2rem;
  letter-spacing: -.0875rem;
  line-height: 1.25;
}

.page-inner__header h1 {
  font-size: 2.75rem;
}

@media (min-width: 48em) {
  .post .article-post__header h1,
  .page .sitespeed-page__header h1 {
    font-size: 3.75rem;
    letter-spacing: -.15625rem;
    line-height: 1.2;
  }
  .page-inner__header h1 {
    font-size: 4.875rem;
  }
}

.post .article-post__header .article-post__published-at,
.post .article-post__header .article-post__author,
.post .article-post__header .post-comments,
.post .article-post__header .byline {
  font-size: 0.875em;
}
.post .article-post__header .article-post__published-at a,
.post .article-post__header .article-post__author a,
.post .article-post__header .post-comments a,
.post .article-post__header .byline a {
  font-weight: 600;
  text-decoration: underline;
}
.post .article-post__header .article-post__published-at a:hover,
.post .article-post__header .article-post__author a:hover,
.post .article-post__header .post-comments a:hover,
.post .article-post__header .byline a:hover {
  text-decoration: none;
}

.blog-base,
.post .article-post__content,
.post .article-post__footer,
.page .article-page__content,
.page .article-page__footer,
.page .sitespeed-page__content {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  width: 100%;
}

.single-post .site-main nav.navigation {
  padding: unset;
}

.single-post .site-main nav.navigation,
.site-main .comments-area {
  background-color: #fff;
  padding: 32px 40px 0;
}

@media (min-width: 48em) {
  .single-post .site-main nav.navigation,
  .site-main .comments-area {
    background-color: #fff;
    padding: 50px 120px 0 120px;
  }
}

.post .article-base__inner,
.post .article-post__footer,
.page .article-base__inner,
.page .article-page__footer,
.page .sitespeed-base__inner,
.page .sitespeed-page__footer,
.site-main .post-navigation,
.site-main .comments-area {
  margin: 0 auto;
  max-width: 1260px;
}

.post .article-post,
.post .article-post__footer,
.page .article-page,
.page .article-page__footer,
.page .sitespeed-page,
.page .sitespeed-page__footer {
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 30px;
}

@media (min-width: 48em) {
  .post .article-post,
  .post .article-post__footer,
  .page .article-page,
  .page .article-page__footer,
  .page .sitespeed-page,
  .page .sitespeed-page__footer {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: space-between;
    padding: 50px 70px 0 24px;
  }
}

.post .article-base__inner .article-post__meta,
.page .sitespeed-base__inner .sitespeed-page__meta {
  margin-top: 40px;
  min-width: 120px;
}

.post .article-base__inner .article-post__meta,
.page .sitespeed-base__inner .sitespeed-page__meta {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media (min-width: 48em) {
  .post .article-base__inner .article-post__meta,
  .page .sitespeed-base__inner .sitespeed-page__meta {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.post .article-base__inner .article-post__author-photo {
  background-color: var(--fill-bl-color);
  border-radius: 50%;
  display: block;
  height: 87px;
  min-width: 87px;
  overflow: hidden;
  width: 87px;
  margin-bottom: 15px;
}

.post .article-base__inner .article-post__author-name,
.post .article-base__inner .article-post__published,
.post .article-base__inner .article-post__updated {
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
  display: block;
}

.post .article-base__inner .article-post__author-name:after,
.post .article-base__inner .article-post__published:after,
.post .article-base__inner .article-post__updated:after {
  background-color: #9b9b9b;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 15px;
}

.post .article-base__inner .article-post__author-name a,
.post .article-base__inner .article-post__published-at time,
.article-post__inscription {
  -webkit-box-shadow: 0 2px 1px -1px transparent;
  -webkit-transition: text-shadow .2s linear,-webkit-box-shadow .2s linear;
  box-shadow: 0 2px 1px -1px transparent;
  color: #9b9b9b;
  display: block;
  font-family: Helvetica,Tahoma,sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .125rem;
  line-height: 1.06;
  text-transform: uppercase;
  transition: text-shadow .2s linear,-webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear,text-shadow .2s linear;
  transition: box-shadow .2s linear,text-shadow .2s linear,-webkit-box-shadow .2s linear;
}

.post .article-base__inner .article-post__author-name a,
.post .article-base__inner .article-post__published-at time {
  color: #4a4a4a;
  font-size: 1.25rem;
  text-decoration: none;
}

.post .article-base__inner .article-post__inscription {
  color: #e81747;
  font-size: .875rem;
  line-height: 2.29;
}

.post .article-post__header .article-post__author-name,
.post .article-post__header .article-post__published,
.post .article-post__header .article-post__updated {
  display: inline-block;
}

.post .article-post__header .article-post__inscription {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.post .article-post__richtext,
.page .article-page__richtext,
.page .sitespeed-page__richtext {
  font-weight: 400;
  max-width: 850px;
  width: 100%;
}

.post .article-post__richtext,
.page .article-page__richtext,
.page .sitespeed-page__richtext {
  padding-bottom: 50px;
  position: relative;
}

.post .article-post__richtext,
.page .article-page__richtext,
.page .sitespeed-page__richtext {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media (min-width: 48em) {
  .post .article-post__richtext,
  .page .article-page__richtext,
  .page .sitespeed-page__richtext {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

@media (min-width: 1260px) {
  .post .article-post__richtext,
  .page .article-page__richtext,
  .page .sitespeed-page__richtext {
    margin-left: 40px;
  }
}

.post .article-post__richtext p,
.page .article-page__richtext p,
.page .sitespeed-page__richtext p {
  color: var(--fill-bl-color);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.78;
}
@media (min-width: 48em) {
  .post .article-post__richtext p,
  .page .article-page__richtext p,
  .page .sitespeed-page__richtext p {
    font-size: 1.125rem;
  }
}

.post .article-post__richtext ol,
.page .article-page__richtext ol,
.page .sitespeed-page__richtext ol {
  counter-reset: li;
}

.post .article-post__richtext ol,
.post .article-post__richtext ul,
.page .article-page__richtext ol,
.page .article-page__richtext ul,
.page .sitespeed-page__richtext ol,
.page .sitespeed-page__richtext ul {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 32px;
  list-style: none;
  padding: 0 0 50px;
  margin: 0;
}

.post .article-post__richtext ol>li,
.page .article-page__richtext ol>li,
.page .sitespeed-page__richtext ol>li {
  color: var(--fill-bl-color);
  padding-left: 20px;
  position: relative;
}

.post .article-post__richtext ol>li:before,
.page .article-page__richtext ol>li:before,
.page .sitespeed-page__richtext ol>li:before {
  color: #e81747;
  content: counter(li) ".";
  counter-increment: li;
  left: 0;
  position: absolute;
  top: 0;
}

.post .article-post__richtext h1,
.post .article-post__richtext h2,
.post .article-post__richtext h5,
.post .article-post__richtext h6,
.page .article-page__richtext h1,
.page .article-page__richtext h2,
.page .article-page__richtext h5,
.page .article-page__richtext h6,
.page .sitespeed-page__richtext h1,
.page .sitespeed-page__richtext h2,
.page .sitespeed-page__richtext h5,
.page .sitespeed-page__richtext h6 {
    color: var(--fill-bl-color);
    font-weight: 400;
    margin-bottom: 30px;
}

.post ul.article-post__socials,
.page ul.sitespeed-page__socials {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.post .article-post__socials,
.page .sitespeed-page__socials {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 48em) {
  .post .article-post__socials,
  .page .sitespeed-page__socials {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: block;
    justify-content: space-between;
    margin-top: 50px;
    width: auto;
  }
}

.post .article-post__socials,
.page .sitespeed-page__socials {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.post .article-socials__link,
.page .sitespeed-socials__link {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: background-color .3s ease;
  align-items: center;
  border: 2px solid #e81747;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  transition: background-color .3s ease;
  width: 40px;
}

.post .article-socials__link:hover,
.page .sitespeed-socials__link:hover {
  background-color: #e81747
}

.post .article-socials__icon,
.page .sitespeed-socials__icon {
  display: block;
  height: 20px;
  width: 20px;
}

.post .article-socials__item+.article-socials__item,
.page .sitespeed-socials__item+.sitespeed-socials__item {
  margin-top: 0px;
}
@media (min-width: 48em) {
  .post .article-socials__item+.article-socials__item,
  .page .sitespeed-socials__item+.sitespeed-socials__item {
    margin-top: 20px;
  }
}

.article-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;

  max-width: 850px;
}
.article-categories__item {
  margin: 20px auto;
}
@media (min-width: 48em) {
  .article-categories__item {
    margin: 40px auto;
  }
}
.article-categories__item a {
  -webkit-box-shadow: 0 2px 1px -1px transparent;
  -webkit-transition: text-shadow .2s linear,-webkit-box-shadow .2s linear;
  box-shadow: 0 2px 1px -1px transparent;
  color: #e81747;
  font-family: Helvetica,Tahoma,sans-serif;
  
  font-weight: 400;
  letter-spacing: .125rem;
  
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: text-shadow .2s linear,-webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear,text-shadow .2s linear;
  transition: box-shadow .2s linear,text-shadow .2s linear,-webkit-box-shadow .2s linear;
}
.article-categories__item a {
  font-size: .875rem;
  line-height: 1;
}
@media (min-width: 48em) {
  .article-categories__item a {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.article-post__summary,
.sitespeed-page__form {
  margin: 0 auto;
  max-width: 850px;
  
  font-weight: 700;
  
  color: var(--fill-bl-color);
  min-height: 144px;
}
.article-post__summary,
.sitespeed-page__form {
  font-size: .875rem;
  line-height: 1.71;
}
@media (min-width: 48em) {
  .article-post__summary,
  .sitespeed-page__form {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.article-tags__item {
  font-size: 0.875em;
}
.article-tags__item a {
  color: #7990A3;
  font-size: 13px;
  font-weight: 600;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}

.blog .site-main,
.archive .site-main,
.search .site-main,
.single .site-main,
.page .site-main,
.not-found .site-main {
  padding-top: 105px;
}

.blog .items-grid,
.archive .items-grid,
.search .items-grid {
  margin: 0 auto;
  max-width: 1260px;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}
/**
* Forms
*/
form {
  margin-bottom: 1.618em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer;
  padding: 0.25em .50em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
}
button::after,
input[type='button']::after,
input[type='reset']::after,
input[type='submit']::after,
.button::after {
  display: none;
}
button.cta,
button.alt,
input[type='button'].cta,
input[type='button'].alt,
input[type='reset'].cta,
input[type='reset'].alt,
input[type='submit'].cta,
input[type='submit'].alt,
.button.cta,
.button.alt {
  background-color: #2c2d33;
  border-color: #2c2d33;
}
button.cta:hover,
button.alt:hover,
input[type='button'].cta:hover,
input[type='button'].alt:hover,
input[type='reset'].cta:hover,
input[type='reset'].alt:hover,
input[type='submit'].cta:hover,
input[type='submit'].alt:hover,
.button.cta:hover,
.button.alt:hover {
  background-color: #2c2d33;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
  color: #fff;
}
button.loading,
input[type='button'].loading,
input[type='reset'].loading,
input[type='submit'].loading,
.button.loading {
  opacity: 0.5;
}
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.button.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
button.disabled,
button:disabled,
input[type='button'].disabled,
input[type='button']:disabled,
input[type='reset'].disabled,
input[type='reset']:disabled,
input[type='submit'].disabled,
input[type='submit']:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover,
button:disabled:hover,
input[type='button'].disabled:hover,
input[type='button']:disabled:hover,
input[type='reset'].disabled:hover,
input[type='reset']:disabled:hover,
input[type='submit'].disabled:hover,
input[type='submit']:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  opacity: 0.5 !important;
}
input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  margin: 0 0 0 0.3819820591em;
}
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type='search'] {
  box-sizing: border-box;
}
input[type='search']::-webkit-input-placeholder {
  color: #616161;
}
input[type='search']::-moz-placeholder {
  color: #616161;
}
input[type='search']:-ms-input-placeholder {
  color: #616161;
}
input[type='search']::-ms-input-placeholder {
  color: #616161;
}
input[type='search']::placeholder {
  color: #616161;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
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],
input[type=number],
input[type=search],
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=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,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
  border-color: var(--dark-bg-color);
}
textarea {
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  width: 100%;
}
label {
  font-weight: 400;
}
label.inline input {
  width: auto;
}
fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
}
fieldset legend {
  font-weight: 600;
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
/**
* Media
*/
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}
/**
* Captions
*/
.wp-caption {
  color: #737373;
  font-family: var(--ws-font-family);
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  margin-top: .5em;
}
/**
* Galleries
*/
.gallery {
  margin-bottom: 1em;
}
.gallery::before,
.gallery::after {
  content: '';
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}
/**
* Embeds
*/
embed,
iframe,
object,
video {
  max-width: 100%;
}
/**
* Main Naivgation
*/
/**
* General Menu Styles
*/
.site-header .hamburger {
  float: right;
  position: relative;
  height: 26px;
  width: 35px;
  margin-top: calc((100px - 26px)/ 2);
}
.site-header .hamburger:hover {
  cursor: pointer;
}
.site-header .hamburger span {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  transition: .3s;
}
.site-header .hamburger span:nth-child(1) {
  top: 0;
  left: 0;
}
.site-header .hamburger span:nth-child(2) {
  top: 12px;
  left: 0;
}
.site-header .hamburger span:nth-child(3) {
  top: 24px;
  left: 0;
}
.site-header .hamburger.toggled span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(7px) translateX(-10px);
  transform: rotate(-45deg) translateY(7px) translateX(-10px);
}
.site-header .hamburger.toggled span:nth-child(2) {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.site-header .hamburger.toggled span:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-7px) translateX(-10px);
  transform: rotate(45deg) translateY(-7px) translateX(-10px);
}

.primary-navigation {
  float: none;
  display: none;
}

.primary-navigation.toggled {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  margin-top: 16px;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  transition: .2s;
  background-color: var(--fill-bl-color);
}

.primary-navigation.toggled ul {
  list-style: none;
  margin: 0;
}

.primary-navigation.toggled ul.menu li a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  line-height: 4.5rem;
}

/**
* Blog Naivgation
*/
.blog-navigation {
	clear: both
}

.blog-navigation {
	display: block;
	float: left;
	width: auto
}

.blog-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
}

.blog-navigation ul ul {
  box-shadow: none;
	float: none;
	left: auto;
	top: auto;
	z-index: unset;
	position: relative;
	padding: 0 0 0 15px
}

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

.blog-navigation ul ul li.focus>ul,
.blog-navigation ul ul li:hover>ul {
	left: 100%
}

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

.blog-navigation li {
	float: none;
	position: relative
}

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

.blog-navigation.toggled ul,
.menu-toggle {
	display: block
}

.menu-toggle {
	line-height: 22px;
	padding: 9px 16px;
	cursor: pointer;
	font-size: 14px
}

.menu-toggle,
.menu-toggle:hover {
	background: 0 0;
	text-decoration: none
}

.menu-toggle {
	border-radius: 2px;
	color: #7990A3;
	border: 1px solid #7990A3
}

.menu-toggle:hover {
	color: #212529;
	border: 1px solid #212529
}

.blog-navigation {
	font-size: 14px;
	padding: 0 15px
}

.blog-navigation ul ul {
	background: #fff
}

.blog-navigation ul ul a {
  width: 100%
}

.blog-navigation a,
.blog-navigation a:visited {
	padding: 15px;
	color: #7990A3
}

.blog-navigation a:first-child {
  padding-left: 0;
}


.blog-navigation a:hover {
	color: #204666;
	text-decoration: none
}

.blog-navigation ul.menu>.menu-item-has-children>a:after {
  display: none
}

/**
* Blog Search
*/
.blog-search {
  display: block;
  width: auto;
  float: right;
}
.blog-search .search-form {
  width: 100%;
  max-width: 100%;
  margin: 8px 0;
}


/**
* Pagination
*/
.site-main nav.navigation {
  width: 100%;
  background: #fff;
}
.site-main nav.navigation::before,
.site-main nav.navigation::after {
  content: '';
  display: table;
}
.site-main nav.navigation::after {
  clear: both;
}
.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
  display: inline-block;
}
.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}
.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/**
* Pagination
*/
.pagination {
  padding: 1em 0;
  border-width: 1px 0;
  text-align: center;
  clear: both;
}
.pagination ul.page-numbers::before,
.pagination ul.page-numbers::after {
  content: '';
  display: table;
}
.pagination ul.page-numbers::after {
  clear: both;
}
.pagination .page-numbers {
  list-style: none;
  margin: 0;
  vertical-align: middle;
}
.pagination .page-numbers li {
  display: inline-block;
}
.pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  color: #7990A3;
}
.pagination .page-numbers li .page-numbers.current {
  color: #204666;
  font-weight: 700;
}
.pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}
.pagination .page-numbers li .page-numbers.prev,
.pagination .page-numbers li .page-numbers.next {
  padding-left: 1em;
  padding-right: 1em;
}
.pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.rtl .pagination a.next,
.rtl .pagination a.prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/**
* Widgets
*/
.widget__inner {
  margin: 0 0 2em;
}
.widget__inner select {
  max-width: 100%;
}
.widget__inner .widget-search .search-submit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.widget__inner .widget__title {
  font-size: 100%;
  color: rgba(255,255,255,.7);
  font-weight: 700;
}
.widget__inner ul {
  margin-left: 0;
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget__inner ul ul {
  margin-left: 1.618em;
}
.widget__inner a {
  color: rgba(255,255,255,.7);
}
.widget__inner a:hover {
  color: #fff;
}
.widget-area .widget {
  font-weight: 400;
}
.widget-area .widget a.button {
  font-weight: 600 !important;
}
.widget_search form {
  position: relative;
}
.widget_search form input[type=text],
.widget_search form input[type=search] {
  width: 100%;
}
.widget_search form input[type=submit],
.widget_search form button[type=submit] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  top: 0;
  left: 0;
}
.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
  margin: 0;
}
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children {
  margin-top: 0.6180469716em;
  margin-left: 1.618em;
}
.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children {
  margin-left: 0;
  margin-top: 1em;
}
#wp-calendar th,
#wp-calendar td,
.wp-calendar-table th,
.wp-calendar-table td {
  padding: 0.236em;
  text-align: center;
}
.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: 0.6180469716em 0 0 1.41575em;
}
.widget-area .widget {
  font-size: 0.875em;
}
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.widget-area .widget a {
  font-weight: 600;
  text-decoration: underline;
}
.widget-area .widget a:hover {
  text-decoration: none;
}
.widget-area .widget a.button,
.widget-area .widget a.components-button:not(.is-link),
.widget-area .widget a.wp-block-button__link {
  text-decoration: none;
}

/**
* Strictly Layout Styles
*/

@media (min-width: 48em) {
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  /*
  .site-header {
    height: 72px;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    overflow: visible;
  }
  .site-header::before {
      height: 108px;
  }
  .site-header::after {
      content: '';
      display: block;
  }
  .site-branding {
    float: left;
  }
  */
  .site-branding[data-type="text"] {
    width: auto;
  }
  .site-search {
      margin-bottom: 1.41575em;
  }
  .site-header .subscribe-and-connect-connect {
      float: right;
      margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
      list-style: none;
      margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
      font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
      margin: 0 0 0 0.5407911001em !important;
      display: inline-block;
  }
  .site-main {
      width: 100%;
  }
  .blog .site-main,
  .archive .site-main,
  .search .site-main,
  .single .site-main,
  .page .site-main,
  .not-found .site-main {
    padding-top: 140px;
  }
  .widget-area {
      width: 21.7391304348%;
      float: right;
      margin-right: 0;
  }
  .none-sidebar .site-main {
      float: none;
  }
  .right-sidebar .site-main {
      width: 73.9130434783%;
      float: left;
      margin-right: 4.347826087%;
  }
  .right-sidebar .widget-area {
      width: 21.7391304348%;
      float: right;
      margin-right: 0;
  }
  .left-sidebar .site-main {
      width: 73.9130434783%;
      float: right;
      margin-right: 0;
  }
  .left-sidebar .widget-area {
      width: 21.7391304348%;
      float: left;
      margin-right: 4.347826087%;
  }
  .wscom-full-width-content .site-main {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }
  /**
  * Full width & homepage template
  * @todo BiBfly WSCOM Frontpage as fullwidth
  */

  .home .site-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 0;
  }

  /**
   * Single Post
   */


  /**
   * Footer widgets
   */
  .base-footer__widgets {
    display: flex;
    position: relative;
  }

  .base-footer__widgets.col-2 .block {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .base-footer__widgets.col-2 .block.footer__widget-2 {
    float: right;
    margin-right: 0;
  }
  .base-footer__widgets.col-3 .block {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .base-footer__widgets.col-3 .block.footer__widget-3 {
    float: right;
    margin-right: 0;
  }
  .base-footer__widgets.col-4 .block {
    width: 25%;
  }
  .base-footer__widgets.col-4 .block.footer__widget-4 {
    float: right;
    margin-right: 0;
  }


  /**
   * Comments
   */

  .comments-title,
  .comment-list,
  .comment-respond {
    max-width: 850px;
    margin: 0 auto;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
      width: 29.4117647059%;
      float: left;
      margin-right: 5.8823529412%;
  }
  .comment-form-url {
      float: right;
      margin-right: 0;
  }
  
  /**
   * Primary Navigation
   */
  .site-header .hamburger {
    display: none;
  }
  .primary-navigation {
    float: right;
    display: block;
  }
  .primary-navigation .menu {
      margin: 0;
  }
  .primary-navigation .menu li {
      display: inline-block;
  }
  .primary-navigation ul li a {
      padding: 10px 0;
      margin: 0 15px;
      background-color: transparent;
      text-decoration: none;
      font-family: var(--ws-font-family);
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1rem;
      letter-spacing: 1px;
      position: relative;
  }
  .primary-navigation ul.menu li a {
      color: #fff;
  }
  .primary-navigation .menu a:hover {
      text-decoration: none;
  }

  /**
   * Blog Navigation
   */
  .blog-navigation {
		padding: 5px 0
	}
	.blog-navigation ul {
    display: block
	}
	.blog-navigation li {
		float: left;
		position: relative
	}
	.blog-navigation ul ul {
		box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	  float: left;
	  position: absolute;
	  top: 100%;
	  left: -999em;
    z-index: 99999
	}
	.blog-navigation a,
	.blog-navigation a:visited {
		padding: 8px 15px
	}
	.blog-navigation ul.menu>.menu-item-has-children>a:after {
    display: inline-block;
		content: '▾';
    padding-left: 7px;
	}
	.blog-navigation ul ul a {
		width: 300px;
    padding: 8px 15px;
    text-align: left;
	}
  

  /**
   * 404 Styles
   */
  .not-found .fourohfour-columns-2 .col-1 {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%;
  }
  .not-found .fourohfour-columns-2 .col-2 {
      width: 47.8260869565%;
      float: right;
      margin-right: 0;
  }
}