@charset "UTF-8";
/*!
Theme Name: QreativeThemes Docs
Author: QreativeThemes
Author URI: https://qreativethemes.com
Description: #
Version: 1.0
Tags: custom-background, custom-colors, custom-menu, custom-header, featured-images, sticky-post, theme-options, translation-ready, rtl-language-support
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01 ----- Normalize
02 ----- Typography
03 ----- Utilities
04 ----- Shortcodes
05 ----- Buttons
06 ----- Forms
07 ----- Layout
08 ----- Header
09 ----- Navigation
10 ----- Page Header
11 ----- Breadcrumbs
12 ----- Footer
13 ----- Widgets WordPress
14 ----- Widgets Custom
15 ----- Blog
16 ----- Comments
17 ----- Pagination
18 ----- Media
29 ----- 404
20 ----- Gutenberg
--------------------------------------------------------------*/
/* 01 - Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/* Inherit box-sizing to more easily change it's value on a component level */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #fff;
}

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

/* 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: 700;
  color: #212121;
}

/**
 * 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;
  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;
  line-height: 1.55;
}

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

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

figure {
  margin: 1em 0;
}

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

ul,
li,
ol {
  outline: none;
}

/* 02 - Typography */
body,
button,
input,
select,
optgroup {
  color: #939393;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 20px 0;
  word-break: break-word;
}

.site-content,
.footer {
  line-height: 1.75;
}

.widget-title {
  font-size: 22px;
  margin-bottom: 20px;
}

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

blockquote {
  margin: 20px 0 30px 0;
  padding: 10px 0 10px 40px;
  border-left: 4px solid #224e9d;
  color: #212121;
  font-style: italic;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease;
}
blockquote:hover {
  border-color: #069dfd;
}
blockquote cite {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #224e9d;
}
blockquote > p:last-of-type {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  display: block;
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: auto;
  color: #343434;
  font-size: 14px;
  font-family: monospace;
  white-space: pre;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f7f7f7;
}

code,
kbd,
tt,
var {
  padding: 3px 7px;
  font-size: 14px;
  color: #bb0000;
  border-radius: 3px;
  background-color: #eee;
}

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

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  color: #224e9d;
  text-decoration: none;
}
a:visited {
  color: #224e9d;
}
a:hover {
  color: #069dfd;
  outline: 0;
}

.read-more-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.read-more-link::after {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  content: "\f30b";
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 0.3);
  text-shadow: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.read-more-link:hover::after {
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.primary-color {
  color: #224e9d;
}

.secondary-color {
  color: #f6d72d;
}

/* 03 - Utilities */
.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;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* 04 - Shortcodes */
/* 05 - Buttons */
.btn,
input[type="submit"] {
  position: relative;
  padding: 20px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  outline: none;
  border-radius: 2px;
  background-color: #d90429;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.btn:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #b60522;
}
.btn.fullwidth,
input[type="submit"].fullwidth {
  width: 100%;
}
.btn.round,
input[type="submit"].round {
  border-radius: 25px;
}
.btn.btn-outline,
input[type="submit"].btn-outline {
  color: #212121;
  text-shadow: none;
  border-color: rgba(50, 50, 50, 0.3);
  background-color: transparent;
}
.btn.btn-outline:hover,
input[type="submit"].btn-outline:hover {
  border-color: rgba(50, 50, 50, 0.5);
}

body.button-round .btn,
body.button-round .comment-form input[type="submit"],
body.button-round .header-button a {
  border-radius: 30px;
}
body.button-round .search-overlay .search-form .search-field {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body.button-round .search-overlay .search-form .search-submit {
  border-radius: 0 30px 30px 0;
}
body.button-round .widget_search .search-form .search-field,
body.button-round .elementor-widget .search-form .search-field {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body.button-round .widget_search .search-form .search-submit,
body.button-round .elementor-widget .search-form .search-submit {
  border-radius: 0 30px 30px 0;
}

/* 06 - Forms */
/* 07 - Layout */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

.clearfix {
  clear: both;
}

ol,
ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

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

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  padding: 13px 30px;
  color: #fff;
  border-color: transparent;
  background-color: #224e9d;
}
table th,
table td {
  padding: 12px 30px;
  border: 1px solid #e2e2e2;
}
table tr td {
  font-weight: 400;
}

.site-content {
  position: relative;
}

.sidebar {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget:last-of-type {
  margin-bottom: 0;
}

body.search .post-loop {
  padding: 60px 0;
}

@media screen and (min-width: 1200px) {
  .site-content .col-lg-9.order-lg-1 > .site-main {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-content .col-lg-9.order-lg-2 > .site-main {
    margin-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .site-content .col-lg-9.main-content {
    flex: 0 0 73%;
    max-width: 73%;
  }
}
@media screen and (min-width: 992px) {
  .site-content .col-lg-3.main-sidebar {
    flex: 0 0 27%;
    max-width: 27%;
  }
}

/* 08 - Header */
.header {
  position: relative;
  z-index: 100;
}
.header a {
  text-decoration: none;
}
.header p {
  margin-top: 0;
  margin-bottom: 0;
}

.header-middle {
  position: relative;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.08);
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .header-middle {
    padding: 28px 0;
  }
}
.header-middle > .container {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  flex: 100%;
}
@media screen and (min-width: 992px) {
  .header-middle > .container > div:last-of-type {
    margin-right: 0;
  }
}

.header-logo,
.header-actions,
.header-button {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-logo {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .header-logo {
    order: 2;
    margin-right: 20px;
    padding: 20px 0;
  }
}
.header-logo img {
  flex-shrink: 0;
  max-width: 200px;
}
.header-logo .site-title {
  margin: 0;
  color: #fff;
  font-size: 28px;
}

a.header-button {
  padding: 16px 35px;
  margin-left: 40px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background-color: #d90429;
  transition: background-color 100ms ease;
}

a.header-button:hover {
  background-color: #b60522;
}

@media (max-width: 992px) {
  a.header-button {
    display: none;
  }
}
body.admin-bar .search-overlay {
  top: 32px;
}

/* 09 - Navigation */
.navbar-toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  .navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 3;
    margin-left: 25px;
    height: 54px;
    width: 58px;
    padding: 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    background-color: #224e9d;
  }
}
.navbar-toggle:not(.collapsed) {
  background-color: #069dfd;
}
.navbar-toggle-icon {
  margin: 0 auto;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.header-navigation {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-navigation {
    justify-content: flex-start;
    order: 3;
    flex-wrap: wrap;
    flex: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .header-navigation {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .collapse:not(.show) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation #main-nav {
    flex: 1;
  }
}
.header-navigation li {
  position: relative;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .header-navigation ul {
    display: inline-flex;
    align-items: center;
  }
}
.header-navigation ul > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
@media screen and (max-width: 991px) {
  .header-navigation ul > li > a {
    padding: 18px 30px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #224e9d;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation ul > li > a {
    padding: 11px 0;
    color: #212121;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation ul > li:first-of-type > a {
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation ul > li.menu-item-has-children > a::after {
    position: relative;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    top: -4px;
    margin-left: 5px;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
    -webkit-transition: border-color .15s ease;
    transition: border-color .15s ease;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation > ul > li:last-of-type {
    margin-bottom: 25px;
  }
  .header-navigation > ul > li:last-of-type > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .header-navigation > ul > li:first-of-type > a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
  }
  .header-navigation > ul > li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-navigation > ul > li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.current-menu-item > a, .header-navigation > ul > li.current_page_parent > a, .header-navigation > ul > li.current-menu-ancestor > a {
    color: #069dfd;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.current-menu-item > a::before, .header-navigation > ul > li.current_page_parent > a::before, .header-navigation > ul > li.current-menu-ancestor > a::before {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li.menu-item-has-children > a::before {
    right: 17px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li:hover > a {
    color: #212121;
  }
  .header-navigation > ul > li:hover > a::before {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li:hover .sub-menu__toggle::before {
    border-top-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation > ul > li > a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    max-width: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
}
.header-navigation .sub-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    position: absolute;
    top: 100%;
    left: -21px;
    padding: 25px;
    z-index: 1;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
  }
}
.header-navigation .sub-menu > li > a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu > li > a {
    padding: 18px 35px;
    color: #fff;
    background-color: #069dfd;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li > a {
    padding: 10px 0;
    color: #212121;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu > li:hover > a {
    color: #069dfd;
  }
}
.header-navigation .sub-menu > li.current-menu-item > a, .header-navigation .sub-menu > li.current_page_parent > a {
  color: #224e9d;
}
.header-navigation .sub-menu > li ul.sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
  border-top-left-radius: 0px;
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu > li ul.sub-menu li > a {
    padding-left: 70px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    right: 22px;
    top: calc(50% - 5px);
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .sub-menu li.menu-item-has-children:hover > a::after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu li.menu-item-has-children .sub-menu__toggle {
    height: 51px;
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle {
    position: absolute;
    right: 0;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 54px;
    font-size: 16px;
    z-index: 100;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    border-radius: 2px;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__toggle::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu__toggle {
    border-left-color: transparent;
    background-color: #069dfd;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation .sub-menu__opened > .sub-menu__toggle::before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 992px) {
  .sticky-header .header-navigation ul > li.menu-item-has-children > a::after {
    border-color: rgba(50, 50, 50, 0.3) transparent transparent transparent;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .header-navigation > ul > li.current-menu-item > a, .sticky-header .header-navigation > ul > li.current_page_parent > a, .sticky-header .header-navigation > ul > li.current-menu-ancestor > a {
    color: #224e9d;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .header-navigation > ul > li:hover > a {
    color: #224e9d;
  }
}
.sticky-header .header-search i,
.sticky-header .header-cart i {
  color: #212121;
}
.sticky-header .header-actions > div:hover i {
  color: #212121;
}

/* 10 - Page Header */
.page-header {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #343434;
}
@media screen and (min-width: 992px) {
  .page-header {
    padding: 80px 0;
  }
}
.page-header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.page-header .page-title {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 2.625rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .page-header .page-title {
    font-size: 42px;
  }
}
.page-header .page-subtitle {
  position: relative;
  color: #828282;
  font-size: 18px;
}
.page-header .widget_search {
  margin-top: 20px;
}
.page-header .widget_search .search-form {
  position: relative;
}
.page-header .widget_search .search-form .search-submit {
  background: transparent;
  position: absolute;
  text-indent: -9999px;
  padding: 0;
  width: 100px;
}

body.post-type-archive-docs .page-header {
  background-color: #f7f7f7;
}
body.post-type-archive-docs .page-header .page-title {
  color: #212121;
}

@media screen and (min-width: 992px) {
  body.single-docs .page-header,
  body.search .page-header {
    padding: 60px 0;
  }
}

/* 11 - Breadcrumbs */
/* 12 - Footer */
.footer {
  position: relative;
  color: #747474;
  background-color: #343434;
}
.footer p + p {
  margin-top: 20px;
}
.footer .widget-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.375rem;
  font-family: "Roboto", sans-serif;
}
.footer .scroll__top {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 55px;
  height: 55px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.footer .scroll__top::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}
.footer .scroll__top.is-visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
@media screen and (min-width: 992px) {
  .footer .scroll__top.is-visible:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}
.footer .widget_recent_entries ul li > a::before,
.footer .widget_recent_comments ul li > a::before,
.footer .widget_archive ul li > a::before,
.footer .widget_categories ul li > a::before,
.footer .widget_meta ul li > a::before,
.footer .widget_pages ul li > a::before,
.footer .widget_calendar ul li > a::before {
  color: rgba(250, 250, 250, 0.3);
}
.footer .widget_recent_entries ul li:hover > a::before,
.footer .widget_recent_comments ul li:hover > a::before,
.footer .widget_archive ul li:hover > a::before,
.footer .widget_categories ul li:hover > a::before,
.footer .widget_meta ul li:hover > a::before,
.footer .widget_pages ul li:hover > a::before,
.footer .widget_calendar ul li:hover > a::before {
  color: rgba(250, 250, 250, 0.5);
}
.footer .widget_recent_entries ul > li,
.footer .widget_recent_comments ul > li,
.footer .widget_archive ul > li,
.footer .widget_categories ul > li,
.footer .widget_meta ul > li,
.footer .widget_pages ul > li,
.footer .widget_calendar ul > li {
  border-bottom-color: rgba(250, 250, 250, 0.2);
}
.footer .widget_rss li {
  border-bottom-color: rgba(250, 250, 250, 0.2);
}
.footer .widget_rss li .rss-date {
  color: #f6d72d;
}

.footer-main {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  .footer-main {
    padding: 80px 0 60px 0;
  }
}
.footer-main > .container {
  position: relative;
}
.footer-main .row {
  margin-right: -25px;
  margin-left: -25px;
}
.footer-main a:not(.btn) {
  color: #747474;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.footer-main a:not(.btn):hover {
  color: #fff;
}
.footer-main .footer-main__column {
  flex-basis: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .footer-main .footer-main__column + .footer-main__column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer-main.footer__2 .footer-main__column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-main.footer__3 .footer-main__column {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .footer-main.footer__4 .footer-main__column {
    flex-basis: 25%;
    max-width: 25%;
  }
  .footer-main.footer__5 .footer-main__column {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.footer-main .widget + .widget {
  margin-top: 50px;
}
.footer-main .widget_text + .widget_icon_box {
  margin-top: 34px;
}
.footer-main .widget_icon_box a.icon-box,
.footer-main .widget_icon_box a.icon-box:hover {
  color: inherit;
}
.footer-main .widget_icon_box + .widget_icon_box {
  margin-top: 27px;
  margin-bottom: 27px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-main .icon-box .icon-box-icon {
  color: inherit;
  font-size: 32px;
}
.footer-main .icon-box .title {
  margin-bottom: 3px;
  color: #fff;
  font-size: 1rem;
}
.footer-main .icon-box:hover .icon-box-icon {
  color: #f6d72d;
}
.footer-main .opening-hours ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-main .opening-hours ul li .time {
  color: #979797;
  font-size: 15px;
  font-family: inherit;
}
.footer-main .opening-hours ul li .highlight {
  color: #f6d72d;
}
.footer-main .widget_nav_menu .menu > li {
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-main .widget_nav_menu .menu > li > a::before {
  position: relative;
  display: inline-block;
  left: 0;
  content: "→";
  margin-right: 15px;
  font-size: 15px;
  font-weight: 900;
  color: rgba(250, 250, 250, 0.3);
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.footer-main .widget_nav_menu .menu > li:first-of-type {
  padding-top: 0;
}
.footer-main .widget_nav_menu .menu > li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.footer-main .widget_nav_menu .menu li a {
  color: #747474;
  font-weight: 700;
}
.footer-main .widget_nav_menu .menu li a:hover {
  color: #fff;
}
.footer-main .widget_nav_menu .menu li a:hover::before {
  color: #fff;
}
.footer-main .widget_nav_menu .menu li.current-menu-item > a, .footer-main .widget_nav_menu .menu li.current_page_item > a, .footer-main .widget_nav_menu .menu li.current_page_ancestor > a, .footer-main .widget_nav_menu .menu li.current_page_parent > a {
  color: #fff;
}
.footer-main .widget_nav_menu .menu li.current-menu-item > a::before, .footer-main .widget_nav_menu .menu li.current_page_item > a::before, .footer-main .widget_nav_menu .menu li.current_page_ancestor > a::before, .footer-main .widget_nav_menu .menu li.current_page_parent > a::before {
  color: #fff;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu {
  padding: 4px 0 0 35px;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu > li + li {
  padding-top: 4px;
}
.footer-main .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
  padding-left: 10px;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #2c2c2c;
}
@media screen and (min-width: 992px) {
  .footer-bottom {
    padding: 30px 0;
  }
}
.footer-bottom a {
  color: #fff;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.footer-bottom p {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .footer-bottom > .container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom__left {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom__left + .footer-bottom__right {
    margin-top: 10px;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 580px) {
  .footer-bottom .widget {
    padding: 0 10px;
  }
}
.footer-bottom .widget:first-of-type {
  padding-left: 0;
}
.footer-bottom .widget:last-of-type {
  padding-right: 0;
}
.footer-bottom .widget_nav_menu .menu > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.footer-bottom .widget_nav_menu .menu > li:first-of-type > a {
  padding-left: 0;
}
.footer-bottom .widget_nav_menu .menu > li:last-of-type > a {
  padding-right: 0;
}
.footer-bottom .widget_nav_menu .menu > li > a::before {
  display: none;
}
.footer-bottom .widget_nav_menu .menu li {
  display: inline-block;
  position: relative;
}
.footer-bottom .widget_nav_menu .menu li a {
  padding: 0 6px;
}
.footer-bottom .widget_nav_menu .sub-menu {
  float: right;
}

/* 13 - Widgets WordPress */
.widget_nav_menu ul, .widget_pages ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li, .widget_pages ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li {
  position: relative;
}
.widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a {
  word-break: break-word;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.widget_recent_entries ul > li, .widget_recent_comments ul > li, .widget_archive ul > li, .widget_categories ul > li, .widget_meta ul > li, .widget_pages ul > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_entries ul > li:last-of-type, .widget_recent_comments ul > li:last-of-type, .widget_archive ul > li:last-of-type, .widget_categories ul > li:last-of-type, .widget_meta ul > li:last-of-type, .widget_pages ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_recent_entries ul > li a:not(:hover), .widget_recent_comments ul > li a:not(:hover), .widget_archive ul > li a:not(:hover), .widget_categories ul > li a:not(:hover), .widget_meta ul > li a:not(:hover), .widget_pages ul > li a:not(:hover) {
  color: inherit;
}
.widget_recent_entries ul > li > a, .widget_recent_comments ul > li > a, .widget_archive ul > li > a, .widget_categories ul > li > a, .widget_meta ul > li > a, .widget_pages ul > li > a {
  padding-left: 15px;
}
.widget_recent_entries ul > li > a::before, .widget_recent_comments ul > li > a::before, .widget_archive ul > li > a::before, .widget_categories ul > li > a::before, .widget_meta ul > li > a::before, .widget_pages ul > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color .15s ease;
  transition: color 0.15s ease;
}
.widget_recent_entries ul > li > a:hover::before, .widget_recent_comments ul > li > a:hover::before, .widget_archive ul > li > a:hover::before, .widget_categories ul > li > a:hover::before, .widget_meta ul > li > a:hover::before, .widget_pages ul > li > a:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.widget_recent_entries ul.children, .widget_recent_comments ul.children, .widget_archive ul.children, .widget_categories ul.children, .widget_meta ul.children, .widget_pages ul.children {
  padding: 2px 0 2px 15px;
}

.widget_search .search-form,
.elementor-widget .search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.widget_search .search-form label,
.elementor-widget .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field,
.elementor-widget .search-form .search-field {
  height: 60px;
  width: 100%;
  padding: 0 30px;
  outline: none;
  border: transparent;
  -webkit-appearance: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.widget_search .search-form .search-submit,
.elementor-widget .search-form .search-submit {
  position: relative;
  padding: 14px 24px;
  top: 0;
  right: 0;
  width: 20%;
  height: 60px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.widget_calendar #wp-calendar {
  width: 100%;
  margin-bottom: 10px;
}
.widget_calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.widget_calendar caption {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  caption-side: top;
  color: #fff;
  background-color: #224e9d;
}
.widget_calendar thead {
  background-color: #dedede;
}
.widget_calendar thead tr th {
  padding: 5px 0;
  color: inherit;
  text-align: center;
  background: transparent;
  border: 1px solid #dedede;
}
.widget_calendar tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dedede;
}
.widget_calendar tbody tr td#today {
  font-weight: 700;
}
.widget_calendar tfoot tr td {
  padding: 5px;
  border-top: 1px solid #dedede;
}
.widget_calendar tfoot #next a {
  float: right;
}
.widget_calendar tfoot #next,
.widget_calendar tfoot #prev {
  font-weight: 400;
}

.widget_recent_comments ul > li {
  padding-left: 15px;
}
.widget_recent_comments ul > li > a {
  padding-left: 0;
}
.widget_recent_comments ul > li:hover > a::before {
  color: rgba(0, 0, 0, 0.5);
}

.widget_tag_cloud a {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.widget_tag_cloud a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #069dfd;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 13px;
}

.widget_archive select,
.widget_categories select,
.widget_text select {
  height: 50px;
  padding: 0 40px 0 20px;
  border: 1px solid #eee;
  border-radius: 1px;
  background: #f9f9f9 url("assets/images/select-bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget_archive select:focus,
.widget_categories select:focus,
.widget_text select:focus {
  border-color: #cecece;
  outline: none;
}

.widget_archive ul li,
.widget_categories ul li {
  clear: both;
}
.widget_archive ul li .cat-count,
.widget_categories ul li .cat-count {
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #212121;
  text-align: center;
  border-radius: 50%;
  background-color: #f6d72d;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.widget_archive ul li.cat-item-none,
.widget_categories ul li.cat-item-none {
  padding-left: 0;
}

.widget_rss .widget-title {
  margin-bottom: 15px;
}
.widget_rss .widget-title a:last-of-type {
  color: inherit;
}
.widget_rss .widget-title img {
  position: relative;
  vertical-align: baseline;
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget_rss li a {
  display: block;
  font-weight: 500;
}
.widget_rss li .rss-date {
  display: block;
  margin-top: 2px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #212121;
}
.widget_rss li cite {
  display: block;
  margin-top: 10px;
}
.widget_rss li:last-of-type {
  border-bottom: none;
}

.site-content .widget_nav_menu {
  position: relative;
  padding: 30px 35px;
  border-radius: 2px;
}
@media screen and (min-width: 1200px) {
  .site-content .widget_nav_menu {
    padding: 35px;
  }
}
.site-content .widget_nav_menu .widget-title,
.site-content .widget_nav_menu .widgettitle {
  color: #fff;
}
.site-content .widget_nav_menu .menu > li > a {
  position: relative;
}
.site-content .widget_nav_menu .menu > li > a::before {
  position: relative;
  display: inline-block;
  content: "\f30b";
  padding-right: 12px;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: rgba(250, 250, 250, 0.5);
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.site-content .widget_nav_menu .menu li {
  list-style: none;
  position: relative;
}
.site-content .widget_nav_menu .menu li a {
  display: inline-block;
  margin: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.site-content .widget_nav_menu .menu li a:hover {
  color: #fff;
}
.site-content .widget_nav_menu .menu li a:hover::before {
  color: #fff;
}
.site-content .widget_nav_menu .menu li:last-of-type a {
  margin-bottom: 0;
}
.site-content .widget_nav_menu .menu li.current-menu-item > a, .site-content .widget_nav_menu .menu li.current_page_item > a, .site-content .widget_nav_menu .menu li.current_page_ancestor > a, .site-content .widget_nav_menu .menu li.current_page_parent > a {
  color: #fff;
}
.site-content .widget_nav_menu .menu li.current-menu-item > a::before, .site-content .widget_nav_menu .menu li.current_page_item > a::before, .site-content .widget_nav_menu .menu li.current_page_ancestor > a::before, .site-content .widget_nav_menu .menu li.current_page_parent > a::before {
  color: #fff;
}
.site-content .widget_nav_menu .menu li ul.sub-menu {
  position: relative;
  padding-left: 30px;
}
.site-content .widget_nav_menu .menu li ul.sub-menu li a:hover {
  color: #fff;
}
.site-content .widget_nav_menu .menu li ul.sub-menu li ul.sub-menu {
  padding-left: 10px;
}

.footer-main .widget_rss li .rss-date {
  color: inherit;
}
.footer-main .widget_calendar thead tr th {
  color: #212121;
}
.footer-main .widget_calendar tbody tr td {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-main .widget_calendar tbody tr td#today {
  color: #fff;
}
.footer-main .widget_tag_cloud a:not(:hover) {
  border-color: rgba(255, 255, 255, 0.2);
}

/* 14 - Widgets Custom */
/* 15 - Blog */
.post-inner.sticky .entry-wrapper {
  box-shadow: none;
}
.post-inner .entry-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post-inner .entry-image .post-date {
  position: absolute;
  padding: 2px 15px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
  background-color: #224e9d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.post-inner .entry-image .post-date > a {
  color: #fff;
}
.post-inner .entry-meta {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 15px;
  color: #212121;
  font-weight: 700;
  border-bottom: 1px solid rgba(50, 50, 50, 0.08);
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta {
    margin-bottom: 25px;
  }
}
.post-inner .entry-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-inner .entry-meta ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta ul li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .post-inner .entry-meta ul li::after {
    display: inline-block;
    position: relative;
    top: 0;
    content: "";
    width: 2px;
    height: 14px;
    margin: 0 15px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
  }
}
.post-inner .entry-meta ul li:last-of-type::after {
  display: none;
}
.post-inner .entry-meta ul li a {
  color: #212121;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.post-inner .entry-meta ul li a + a {
  margin-left: 2px;
}
.post-inner .entry-meta ul i {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #224e9d;
}
.post-inner .post-date.updated {
  display: inline-flex;
}
.post-inner .entry-title {
  font-size: 28px;
  margin-bottom: 25px;
  word-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .post-inner .entry-title {
    font-size: 32px;
  }
}
.post-inner .entry-title a {
  color: #212121;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.post-inner .entry-title a:hover {
  color: #224e9d;
}
.post-inner.product .entry-image img {
  width: 100%;
}

body.blog .post-inner .entry-meta {
  padding-top: 0;
}
body.blog .post-inner.sticky .entry-content {
  border-color: transparent;
  background-color: #f9f9f9;
}

.entry-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.entry-title-wrapper img {
  width: 30px;
  margin-right: 15px;
}
.entry-title-wrapper span {
  padding: 1px 8px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  color: #212121;
  border-radius: 4px;
  background-color: #eee;
}

.blog-list .post-inner {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.blog-list .post-inner:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.blog-list .post-inner .entry-title {
  font-size: 22px;
  margin-bottom: 0;
}
.blog-list .post-inner .entry-image {
  margin-bottom: -1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.blog-list .post-inner .entry-image .post-date {
  bottom: 30px;
  left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list .post-inner .entry-image .post-date {
    left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog-list .post-inner .entry-image .post-date {
    left: 50px;
    bottom: 40px;
  }
}
.blog-list .post-inner .entry-image + .entry-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-list .post-inner .entry-excerpt p:last-of-type {
  margin-bottom: 0;
}
.blog-list .post-inner .entry-excerpt .read-more-link {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .blog-grid {
    display: grid;
    grid-column-gap: 40px;
  }
}
.blog-grid .post-inner {
  margin-bottom: 40px;
}
.blog-grid .post-inner:not(.sticky) .entry-wrapper {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
.blog-grid .post-inner:hover:not(.sticky) .entry-wrapper {
  box-shadow: 0 2px 15px rgba(50, 50, 50, 0.1);
}
.blog-grid .post-inner .entry-image {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.blog-grid .post-inner .entry-image + .entry-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 992px) {
  .blog-grid .post-inner .entry-image .post-date {
    left: 40px;
    bottom: 30px;
  }
}
.blog-grid .post-inner .entry-image img {
  width: 100%;
}
.blog-grid .post-inner .entry-content {
  padding: 40px;
  border-radius: 2px;
}
.blog-grid .post-inner .entry-meta {
  position: absolute;
  bottom: 25px;
  left: 35px;
  margin: 0;
  padding: 0;
  min-height: auto;
  box-shadow: none;
}
.blog-grid .post-inner .entry-meta ul li {
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #224e9d;
}
.blog-grid .post-inner .entry-meta ul li::after {
  display: none;
}
.blog-grid .post-inner .entry-content {
  margin: 0;
}
.blog-grid .post-inner .entry-title {
  margin-bottom: 20px;
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-grid.blog-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.blog-cards .post-inner.hentry {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner.hentry {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner.has-post-thumbnail .entry-content {
    flex-basis: 50%;
  }
}
.blog-cards .post-inner:not(.sticky) .entry-wrapper {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
.blog-cards .post-inner:hover:not(.sticky) .entry-wrapper {
  box-shadow: 0 2px 15px rgba(50, 50, 50, 0.1);
}
.blog-cards .post-inner .entry-wrapper {
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner .entry-wrapper {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .blog-cards .post-inner .entry-image {
    flex-basis: 50%;
  }
}
.blog-cards .post-inner .entry-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-cards .post-inner .entry-image .date-label {
  top: 40px;
  left: 40px;
}
.blog-cards .post-inner .entry-content {
  padding: 40px;
}
.blog-cards .post-inner .entry-title {
  margin-bottom: 20px;
  font-size: 22px;
}

body.single-post .post-inner .entry-image .post-date {
  left: 30px;
  bottom: 30px;
}
@media screen and (min-width: 992px) {
  body.single-post .post-inner .entry-title {
    font-size: 36px;
  }
}
body.single-post .pagination {
  margin-top: 0;
}

body.search .post-inner .entry-meta {
  padding-top: 0;
}

/* 16 - Comments */
.post-inner + .comments-area {
  margin-top: 50px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  padding: 20px;
  border-radius: 2px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 579px) {
  .comment-list {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .comment-list {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.comment-list > li {
  margin-bottom: 40px;
}
.comment-list li:last-of-type {
  margin-bottom: 0;
}
.comment-list li .children {
  margin: 0;
  padding: 20px 0 0 30px;
  list-style: none;
}
@media screen and (max-width: 579px) {
  .comment-list li .children {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .comment-list li .children {
    padding: 40px 0 0 65px;
  }
}
.comment-list li .children > li {
  margin-bottom: 30px;
}
.comment-list .comment-author {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-author {
    width: 30px;
    margin-right: 15px;
  }
}
.comment-list .comment-author img {
  border-radius: 2px;
}
.comment-list .comment-details {
  position: relative;
  display: flex;
  flex: 100%;
  flex-direction: column;
  padding: 35px 40px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-details {
    padding: 15px 20px;
  }
}
.comment-list .comment-details p:first-of-type {
  margin-top: 0;
}
.comment-list .comment-details p:last-of-type {
  margin-bottom: 0;
}
.comment-list .comment-meta {
  display: flex;
  margin-bottom: 25px;
  flex-direction: column;
}
.comment-list .comment-meta .author-name {
  color: #212121;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: initial;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-meta .author-name {
    margin-right: 50px;
  }
}
.comment-list .comment-meta .author-name a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.comment-list .comment-meta .author-name a:hover {
  color: #224e9d;
}
.comment-list .comment-meta .author-meta {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.comment-list .comment-meta .author-meta .comment-date a {
  color: #939393;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}
.comment-list .comment-meta .author-meta .comment-date a:hover {
  color: #224e9d;
}
.comment-list .comment-meta .reply {
  display: inline-flex;
  margin-left: 0;
  position: absolute;
  top: 35px;
  right: 40px;
}
@media screen and (max-width: 579px) {
  .comment-list .comment-meta .reply {
    top: 15px;
    right: 15px;
  }
}
.comment-list .comment-meta .reply .comment-reply-link {
  display: inline-flex;
  padding: 5px 12px;
  font-size: 13px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  background-color: #224e9d;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.comment-list .comment-awaiting-moderation {
  font-weight: 400;
  color: #224e9d;
}
.comment-list .comment + .comment-respond {
  max-width: calc(100% - 94px);
  margin-top: 35px;
  margin-left: auto;
}
.comment-list #cancel-comment-reply-link {
  position: relative;
  top: -3px;
  padding: 5px 12px;
  margin-left: 15px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background-color: #d90429;
}
.comment-list #cancel-comment-reply-link:hover {
  background-color: #b60522;
}
.comment-list .trackback,
.comment-list .pingback {
  margin-bottom: 15px;
}
.comment-list .comment-form input:not([type="submit"]),
.comment-list .comment-form textarea {
  background-color: #fff;
}

.comment-form label {
  display: block;
  margin-bottom: 8px;
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px #d3d7e3;
}
.comment-form textarea {
  max-width: 100%;
}
.comment-form input[type="submit"] {
  border: none;
}
@media screen and (min-width: 992px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(33.33% - 23px);
    margin: 0 30px 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .comment-form .comment-form-url {
    margin-right: 0;
  }
}
.comment-form .comment-form-comment {
  margin-bottom: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: inline-flex;
  align-items: center;
  margin: 15px 0 10px 0;
}
.comment-form .comment-form-cookies-consent label {
  margin: 0;
}
.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 9px;
}

.comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.comment-respond .comment-notes {
  float: right;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .comment-respond .logged-in-as {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.comment-respond .comment-form {
  position: relative;
}
.comment-respond .comment-form .form-allowed-tags {
  margin: 20px 0;
}
.comment-respond .comment-form .form-allowed-tags code {
  font-size: 12px;
}
.comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 0;
}

.bypostauthor {
  position: relative;
}
.bypostauthor span.label {
  position: relative;
  top: 1px;
  margin-left: 6px;
  padding: 2px 11px 3px 11px;
  font-size: 12px;
  color: #fff;
  text-transform: lowercase;
  border-radius: 2px;
  background: #315499;
}

.comments-title,
.comment-reply-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #212121;
}

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

/* 17 - Pagination */
.pagination {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination .page-numbers,
.pagination .post-page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  margin-right: 7px;
  color: #212121;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.pagination .page-numbers.current,
.pagination .post-page-numbers.current {
  color: #fff;
  background-color: #069dfd;
}
.pagination .page-numbers:not(.current):hover,
.pagination .post-page-numbers:not(.current):hover {
  color: #fff;
  background-color: #224e9d;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next,
.pagination .post-page-numbers.prev,
.pagination .post-page-numbers.next {
  width: auto;
  padding: 0 30px;
}
.pagination .page-numbers.next,
.pagination .post-page-numbers.next {
  margin-left: auto;
  margin-right: 0;
}
.pagination .nav-links {
  display: flex;
  flex: 100%;
}
.pagination .page-links-title {
  margin-right: 15px;
  background: transparent;
}

.blog-grid + .pagination {
  margin-top: 40px;
}

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

/* 18 - Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

iframe {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.embed-responsive::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery .gallery-item {
  max-width: inherit !important;
}

.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;
  margin-top: 10px;
  font-size: 15px;
  color: #a5a5a5;
}

/* 19 - 404 Page */
body.error404 .page-header,
body.error404 .breadcrumb {
  text-align: center;
}
@media screen and (min-width: 992px) {
  body.error404 .error-404 {
    text-align: center;
  }
}
body.error404 .site-main {
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  body.error404 .site-main {
    padding: 120px 0;
  }
}

/* 20 - Gutenberg */
/*--------------------------------------------------------------
3.5 Gutenberg
--------------------------------------------------------------*/
/* Gutenberg align classes */
body:not(.blog).sidebar-hide .alignfull {
  width: 100vw;
  margin-left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not(.blog).sidebar-hide .alignfull img {
  width: 100vw;
}
@media screen and (min-width: 992px) {
  body:not(.blog).sidebar-hide .alignwide {
    left: 0;
    width: 970px;
    margin-left: 50%;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  body:not(.blog).sidebar-hide .alignwide {
    width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  body:not(.blog).sidebar-hide .alignwide {
    width: 1300px;
  }
}

/* Table */
.wp-block-table {
  margin: 0;
}
.wp-block-table th {
  border-color: transparent;
}
.wp-block-table td,
.wp-block-table th {
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
}
.wp-block-table figcaption {
  font-size: 15px;
  color: #a5a5a5;
}
.wp-block-table.is-style-stripes td {
  border-bottom-color: #f2f2f2;
}
.wp-block-table.is-style-stripes tr:last-of-type td {
  border-bottom: none;
}

/* Block Quote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #224e9d;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease;
}
.wp-block-quote:not(.is-large):not(.is-style-large):hover {
  border-color: #069dfd;
}
.wp-block-quote:not(.is-large):not(.is-style-large):not(.has-text-align-right) {
  padding-left: 50px;
  border-width: 0 0 0 4px;
}
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
  padding-right: 50px;
  border-width: 0 4px 0 0;
}
.wp-block-quote > p {
  margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #224e9d;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  border: none;
  margin: 20px 0 30px 0;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 15px;
  text-align: left;
}
.wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
  display: none;
}

/* Pull Quote */
.wp-block-pullquote {
  margin: 30px 0;
  padding: 47px 0;
  border-left: none;
  border-top-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.wp-block-pullquote.alignleft {
  margin-top: 10px;
  margin-right: 30px;
}
.wp-block-pullquote.alignright {
  margin-top: 10px;
  margin-left: 30px;
}
@media (max-width: 580px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: inherit;
  }
}
.wp-block-pullquote blockquote {
  margin: auto;
  padding: 0;
  border-left: none;
}
.wp-block-pullquote blockquote p {
  padding: 0 50px;
  font-size: 22px;
  color: inherit;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer, .wp-block-pullquote blockquote__citation {
  display: block;
  margin-top: 15px;
  text-transform: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #224e9d;
}
.wp-block-pullquote blockquote::before {
  display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
}

/* Code Block */
.wp-block-code {
  display: flex;
  padding: 0;
  color: #343434;
  font-family: monospace;
  font-size: 14px;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: none;
  background-color: transparent;
}
.wp-block-code code {
  padding: 10px;
  color: #212121;
  border: 1px solid #dcdcdc;
}

/* Gutenberg button */
.wp-block-button {
  margin-bottom: 28px;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  padding: 20px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: #d90429;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active:focus {
  border-color: transparent;
  background-color: #b60522;
}
.wp-block-button .wp-block-button__link:first-of-type {
  margin-right: 5px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 19px 34px;
  color: #969696;
  text-shadow: none;
  border-radius: 1px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #969696;
  border-color: rgba(0, 0, 0, 0.2);
}
.wp-block-button.aligncenter {
  text-align: center;
  margin-bottom: 20px;
}

/* Buttons (Group) */
.wp-block-buttons {
  margin-bottom: 28px;
}

.wp-block-buttons .wp-block-button {
  margin: 0 10px 0 0;
}

/* Latest Posts Block */
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.wp-block-latest-posts__post-date {
  font-size: 14px;
  color: #939393;
}

/* Category & Archive Blocks */
.wp-block-categories,
.wp-block-archives {
  padding-left: 0;
  margin-bottom: 30px;
}
.wp-block-categories select,
.wp-block-archives select {
  width: auto;
  padding: 13px 20px;
  border: 1px solid #eee;
  background: #f9f9f9 url("assets/images/select-bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wp-block-categories select:focus,
.wp-block-archives select:focus {
  border-color: #cecece;
  outline: none;
}
.wp-block-categories li,
.wp-block-archives li {
  position: relative;
  list-style: none;
}
.wp-block-categories li a,
.wp-block-archives li a {
  position: relative;
  font-weight: 500;
}
.wp-block-categories li a::before,
.wp-block-archives li a::before {
  position: relative;
  margin-right: 10px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.wp-block-categories li a:hover::before,
.wp-block-archives li a:hover::before {
  color: rgba(0, 0, 0, 0.5);
}
.wp-block-categories li .cat-count,
.wp-block-archives li .cat-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  width: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #212121;
  text-align: center;
  border-radius: 50%;
  background-color: #f6d72d;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
  text-align: center;
}

/* Archive dropdown */
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

/* Column Block */
.wp-block-column {
  margin-bottom: 0;
}

/* Seperator Block */
.wp-block-separator {
  height: auto;
  margin: 30px auto;
  border-bottom: 1px solid #d0d5da;
  background: none;
}
.wp-block-separator + h2 {
  clear: left;
}

.wp-block-columns {
  margin-bottom: 30px;
}

/* Image Block */
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Gallery Block */
.wp-block-gallery {
  margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px;
  font-style: 15px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption {
  padding: 15px 10px;
  font-size: 15px;
}

.blocks-gallery-caption,
.wp-block-embe figcaption,
.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}

/* Block Cover Block */
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.25;
}
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
  color: #fff;
}

/* Verse */
pre.wp-block-verse {
  display: block;
  font-family: monospace;
}

/* Embedd Block */
.wp-block-embed {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  /* Media */
}
.wp-block-embed figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #a5a5a5;
}
@media screen and (max-width: 580px) {
  .wp-block-embed__wrapper {
    overflow: scroll;
  }
}
.wp-block-embed__wrapper .embed-responsive {
  overflow: visible;
  margin-bottom: 0;
}

/* Twitter Embed Block */
.wp-block-embed-twitter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-embed-twitter .embed-responsive::before {
  padding-top: 0;
}

/* Facebook Embed Block */
.wp-block-embed-facebook .embed-responsive::before {
  padding-top: 0;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper .embed-responsive::before {
  padding-top: 68%;
}

/* Calendar Block */
.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.wp-block-calendar table > caption {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  caption-side: top;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #224e9d;
}
.wp-block-calendar table thead {
  background-color: #dedede;
}
.wp-block-calendar table thead tr th {
  padding: 5px 0;
  color: inherit;
  text-align: center;
  background: transparent;
  border: 1px solid #dedede;
}

/* Comments Block */
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment-avatar {
  margin-right: 20px;
}
.wp-block-latest-comments__comment-date {
  font-size: 14px;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 58px;
}

/* Search Block */
.wp-block-search {
  margin-bottom: 25px;
}
.wp-block-search .wp-block-search__input {
  color: #a5a5a5;
  width: 100%;
  max-width: 100%;
  padding: 19px 20px;
  border-radius: 2px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
}
.wp-block-search .wp-block-search__input:active, .wp-block-search .wp-block-search__input:focus {
  color: #a5a5a5;
  outline: none;
  border-color: #cecece;
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  color: #040404;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  height: 60px;
  padding: 14px 35px;
  color: #fff;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: none;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #d90429;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: #b60522;
}

/* Audio Block */
.wp-block-audio audio {
  min-width: auto;
}
.wp-block-audio figure {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-audio figcaption {
  font-size: 15px;
  color: #a5a5a5;
}

/* File Block */
.wp-block-file .wp-block-file__button {
  font-weight: 700;
  background-color: #224e9d;
}
.wp-block-file .wp-block-file__button:hover {
  opacity: 1;
  background-color: #069dfd;
}

/* Tagcloud Block */
.wp-block-tag-cloud .tag-cloud-link {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  color: #fff;
  border-color: transparent;
  background-color: #069dfd;
}

/* Media Block */
p:last-of-type + .wp-block-media-text,
p:last-of-type + .wp-block-cover {
  margin-top: 20px;
}

/* Block Group */
.wp-block-group + p:last-of-type {
  margin-top: 25px;
}

.label {
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  margin: 20px 0px;
  white-space: inherit;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
}

.label-danger {
  background-color: #d9534f;
}

.label-success {
  background-color: #5cb85c;
}

.wp-block-columns {
  display: flex;
}

.docspress-archive .docspress-archive-list {
  width: calc(100% + 30px);
}

.docspress-archive .docspress-archive-list > li {
  margin-bottom: 30px;
}

.docspress-archive .docspress-archive-list > .docspress-archive-list-item .docspress-archive-list-item-title {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eee;
  border-bottom-width: 2px;
}

.docspress-archive .docspress-archive-list > .docspress-archive-list-item .docspress-archive-list-item-title:hover {
  border-color: #e2e2e2;
}

.docspress-archive .docspress-archive-list > .docspress-archive-list-item .docspress-archive-list-item-title > span span {
  color: #a5a5a5;
  font-size: 13px;
}

.docspress-archive .docspress-archive-list > .docspress-archive-list-item .docspress-archive-list-item-title > span h2 {
  font-size: 20px;
}

.docspress-archive .docspress-archive-list > .docspress-archive-list-item .docspress-archive-list-item-title:hover > span h2 {
  color: #212121;
}

.docspress-single-breadcrumbs {
  display: inline-flex;
  padding: 5px 15px;
  margin-left: 0;
  margin-bottom: 40px;
  border-radius: 4px;
  font-size: 13px;
  background-color: #eee;
}

.docspress-single-breadcrumbs a {
  color: #212121;
}

.docspress-single-breadcrumbs a span {
  color: inherit;
}

.docspress-single-breadcrumbs li:last-of-type a {
  color: #069dfd;
  font-weight: 700;
}

.docspress-single .docspress-single-content {
  padding-top: 50px;
}

.docspress-single .docspress-single-content .entry-title {
  margin-bottom: 30px;
  font-size: 36px;
}

@media (min-width: 992px) {
  .docspress-single .docspress-single-content {
    padding: 60px 40px 60px 60px;
  }
}
.docspress-single .docspress-single-sidebar {
  padding-top: 50px;
}

.docspress-archive {
  padding-top: 80px;
  padding-bottom: 50px;
}

.docspress-single-content img {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

.docspress-single .docspress-single-content .entry-footer {
  margin-bottom: 20px;
}

.docspress-single .docspress-single-content .entry-footer time {
  font-size: 14px;
}

body:not(.search-results) .docspress-single .docspress-single-content .entry-footer {
  display: none;
}

@media (min-width: 992px) {
  .docspress-single-feedback {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .docspress-single-feedback div:first-of-type {
    padding-left: 0;
  }
  .docspress-single-feedback div:last-of-type {
    padding-right: 0;
  }
}
.docspress-btn {
  padding: 6px 15px;
  color: #fff;
  border-radius: 4px;
  border-color: transparent;
}
.docspress-btn:hover {
  border-color: transparent;
}
.docspress-btn:first-of-type {
  background-color: #27b463;
}
.docspress-btn:last-of-type {
  background-color: #ea4e3e;
}

.docspress-single-articles ul li,
.docspress-single .docspress-single-sidebar .docspress-nav-list {
  font-size: inherit;
}

.docspress-single .docspress-single-sidebar .docspress-nav-list {
  padding: 0;
}
.docspress-single .docspress-single-sidebar .docspress-nav-list li ul.children {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-left: 20px;
  border-left: 1px dashed #cccccc;
}
.docspress-single .docspress-single-sidebar .docspress-nav-list li ul.children a {
  font-size: 15px;
}

.search-live input[type="text"].search-live-field {
  height: 60px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  border-bottom-width: 2px;
}

body .search-live div.search-live-results {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 20;
}
