/*!
Theme Name: Vigour
Theme URI: https://www.cssigniter.com/themes/vigour/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: A fitness theme for WordPress
Version: 1.4.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vigour
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. Normalize
.. General
.. Main Navigation
.. Header
.. Hero Area
.. Modules
.. Footer
.. Comments
.. Widgets Styling
.. WordPress defaults
.. Mobile Menu
.. Vendor
.. Grid Effects
.. Utilities
.. Animations
*/

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* -----------------------------------------
	General
----------------------------------------- */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

* {
  box-sizing: inherit;
}

*::before,
*::after {
  box-sizing: inherit;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[hidden] {
  display: none !important;
}

/* Basic Typography
=================================== */

body {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.75;
  font-size: 16px;
  background-color: #fff;
  color: #2F2F2F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 35px;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 35px;
}

strong {
  font-weight: 600;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  color: #db1d57;
  text-decoration: none;
}

a:hover {
  color: #e64576;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted #db1d57;
}

.group::after {
  content: "";
  display: table;
  clear: both;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite {
  display: block;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(47, 47, 47, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: 600;
}

.entry-content table,
.comment-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th,
.comment-content th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}

.entry-content td,
.comment-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
}

/* Various */

address {
  margin: 0 0 15px;
  font-style: normal;
  line-height: inherit;
}

abbr,
abbr[title] {
  text-decoration: none;
  border: 0;
}

mark {
  color: inherit;
  font: inherit;
  background: none;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
  border: 0;
}

p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
  margin-bottom: 0;
}

#map *,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

form > p {
  margin-bottom: 15px;
}

label,
.label {
  display: block;
  margin: 0 0 8px;
  font-weight: normal;
  line-height: normal;
  cursor: pointer;
  font-size: 14px;
  color: #5C5C5C;
}

input,
textarea,
select {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 10px 15px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  font-family: inherit;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 0 3px #f5f5f5;
}

input[type="file"] {
  height: auto;
}

textarea {
  padding: 20px 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

select:invalid {
  font-style: italic;
  color: #5C5C5C;
}

.input-group {
  margin-bottom: 30px;
  position: relative;
}

.input-group [class^="fa"] {
  position: absolute;
  right: 10px;
  bottom: 18px;
  opacity: .7;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  height: auto;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 2px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}

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

input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  font-weight: normal;
  opacity: 1;
  color: #5C5C5C;
}

:-moz-placeholder {
  font-weight: normal;
  opacity: 1;
  color: #5C5C5C;
}

::-moz-placeholder {
  font-weight: normal;
  opacity: 1;
  color: #5C5C5C;
}

:-ms-input-placeholder {
  font-weight: normal;
  opacity: 1;
  color: #5C5C5C;
}

/* Buttons
=================================== */

.btn,
.button,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button[type="submit"] {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  letter-spacing: 0;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  background-color: #281a4e;
  border: 2px solid #281a4e;
  padding: 12px 42px;
  font-size: 16px;
}

.btn:hover,
.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover {
  text-decoration: none;
}

.btn:focus,
.button:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus {
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover {
  color: #fff;
  background-color: #db1d57;
  border-color: #db1d57;
}

.footer .btn,
.footer
.button,
.footer
.comment-reply-link,
.footer
input[type="submit"],
.footer
input[type="reset"],
.footer
button[type="submit"] {
  background-color: #db1d57;
  border-color: #db1d57;
}

.btn.disabled,
.button.disabled {
  cursor: not-allowed;
  opacity: .65;
}

input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn-xs {
  padding: 10px 36px;
  font-size: 13px;
}

.btn-sm {
  padding: 14px 38px;
  font-size: 15px;
}

.btn-lg {
  padding: 15px 68px;
  font-size: 18px;
}

.btn-white {
  background-color: transparent;
  border: 3px solid #db1d57;
  color: #fff;
}

.btn-white:hover {
  color: #fff;
  border-color: #db1d57;
  background-color: #db1d57;
}

.btn-block {
  min-width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

.nav {
  display: block;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.head-mast [class^="col-lg-12"] .navigation-main {
  margin-top: 10px;
}

.navigation-main li {
  position: relative;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  margin-left: 12px;
}

.navigation-main ul ul {
  top: -12px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.navigation-main > li:first-child ul {
  margin-left: 0;
}

.navigation-main li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main > .nav-open-left ul {
  right: 0;
}

.navigation-main > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main ul {
  padding: 15px 0;
  list-style: none;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

.navigation-main a {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.navigation-main > li > a {
  padding: 10px 0;
  margin: 0 12px;
}

.navigation-main > li:first-child > a {
  margin-left: 0;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a,
.navigation-main > .current_page_item > a,
.navigation-main > .current_page_ancestor > a {
  color: #db1d57;
}

.navigation-main li li a {
  padding: 6px 15px;
  font-size: 14px;
  color: #2F2F2F;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a,
.navigation-main li .current_page_item > a,
.navigation-main li .current_page_ancestor > a {
  color: #db1d57;
}

.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -3px;
  right: -6px;
  line-height: normal;
}

.navigation-main li .menu-item-has-children > a,
.navigation-main li .page_item_has_children > a {
  padding-right: 25px;
}

.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation-main .nav-button > a {
  border: 2px solid currentColor;
  padding: 7px 28px;
  margin-left: 10px;
}

.navigation-main .nav-button > a::before {
  display: none;
}

.navigation-main .nav-button:last-child > a {
  margin-right: 0;
}

.navigation-main .mega-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-main .mega-menu > ul > li > a {
  font-weight: 700;
  font-size: 1.05em;
}

.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > a:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > a,
.navigation-main .mega-menu > ul > li.current-menu-parent > a,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > a {
  background-color: transparent;
  color: initial;
}

.navigation-main .mega-menu > ul ul {
  display: block;
  opacity: 1;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  background: none;
  min-width: 180px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.navigation-main .mega-menu > ul a::after {
  display: none;
}

.navigation-main .mega-menu:hover ul ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.navigation-main-right {
  text-align: right;
}

.navigation-main-right > li:last-child ul {
  right: 0;
}

.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.navigation-main-right > li:last-child .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

/* -----------------------------------------
	Header
----------------------------------------- */

/* Generic header styling
========================================= */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 30;
}

.header-fixed {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/* Site branding
========================================= */

.site-branding {
  max-width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.site-logo {
  font-size: 26px;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-logo a {
  color: #fff;
}

.site-tagline {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.05em;
}

/* Header content slots
========================================= */

.head-content-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-intro .head-content-slot {
  margin-left: -10px;
  margin-right: -10px;
}

.head-content-slot-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.head-content-slot-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.head-content-slot-item {
  margin: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.head-menu-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
}

.head-menu-slot .head-mast {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

/* Top header bar (head intro)
========================================= */

.head-intro {
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
  line-height: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.head-intro a {
  color: inherit;
}

.head-intro a:hover {
  color: inherit;
}

.head-intro .container,
.head-intro .row {
  height: 100%;
}

/* Main header (head mast)
========================================= */

.head-mast {
  padding: 40px 0;
  background-color: transparent;
  color: #fff;
}

.header-sticky .head-mast {
  will-change: transform;
}

.head-mast a {
  color: inherit;
}

.head-mast .head-content-slot {
  color: inherit;
}

.head-mast-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

/* Header variations
========================================= */

/* Menu right */

.header-full-nav-right .head-menu-slot {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Menu next to logo */

.header-full-nav-left .head-menu-slot {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

/* Menu centered */

.header-full-nav-center .site-branding,
.header-full-nav-center .head-mast .head-content-slot {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}

.header-full-nav-center .head-menu-slot {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Branding center / Split Menu */

.header-nav-split .site-branding {
  text-align: center;
}

.header-nav-split .head-menu-slot {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 35%;
}

.header-nav-split .head-menu-slot:last-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Branding when menu is in navbar */

.header-navbar .head-mast-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-navbar .site-branding {
  text-align: center;
}

.header-navbar-h-reverse .head-outro-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header-navbar-v-reverse .head-mast {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header-navbar-h-center .head-outro-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-navbar-stretch .head-menu-slot {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.header-navbar-stretch .nav {
  width: 100%;
}

.header-navbar-stretch .navigation-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Head outro
========================================= */

.head-outro {
  padding: 10px 0;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.header-sticky .head-outro {
  will-change: transform;
}

.head-outro a {
  color: inherit;
}

.head-outro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

/* Sticky header
========================================= */

.header-sticky-wrapper {
  z-index: 150;
}

.header-sticky-fixed {
  height: auto !important;
}

/* -----------------------------------------
	03b. Slot Items
----------------------------------------- */

/* Global search form / trigger
========================================= */

.global-search-form {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  z-index: 200;
}

.global-search-form-expanded {
  max-width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.global-search-input {
  height: 56px;
  font-size: 16px;
}

.global-search-form-dismiss {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  width: 50px;
  height: 56px;
  top: calc(50% - 2px);
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  padding: 0;
  line-height: 0;
  opacity: .5;
}

/* Social icons
========================================= */

.social-icon-inset {
  margin: 0 2px;
}

/* Menu shortcode
========================================= */

.head-content-slot .menu,
.footer-content-slot .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-content-slot .menu li,
.footer-content-slot .menu li {
  margin: 0 5px;
}

.head-content-slot .menu li:first-child,
.footer-content-slot .menu li:first-child {
  margin-left: 0;
}

.head-content-slot .menu li:last-child,
.footer-content-slot .menu li:last-child {
  margin-right: 0;
}

/* Header Mobile Styles
========================================= */

/* -----------------------------------------
	Hero Area
----------------------------------------- */

/* Basic Styles
=================================== */

.page-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 110px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  height: 545px;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.slick-initialized .page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-hero .btn {
  margin-top: 40px;
}

.page-hero-background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #281a4e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.page-hero-lg {
  height: 100vh;
  overflow: hidden;
}

.page-hero-slideshow .page-hero-lg {
  height: 100%;
}

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

.page-hero-align-center .page-hero-content {
  margin: 0 auto;
}

.page-hero-align-left {
  text-align: left;
}

.page-hero-align-right {
  text-align: right;
}

.page-hero-align-right .page-hero-content {
  margin-left: auto;
}

.page-hero-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-hero-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hero-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-hero-content {
  position: relative;
  z-index: 15;
}

.page-hero-subtitle {
  color: inherit;
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.page-hero-lg .page-hero-subtitle {
  font-size: 64px;
}

.page-hero-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: normal;
}

/* Video Backgrounds
=================================== */

.page-hero-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-hero-video-wrap.visible .page-hero-video-background {
  opacity: 1;
}

.page-hero-video-wrap.visible::before {
  display: none;
}

.page-hero-video-wrap::before {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
}

.page-hero-video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.page-hero-video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

.page-hero-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
}

/* Slideshow
=================================== */

.page-hero-slideshow {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.page-hero-slideshow:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
  height: 100%;
}

.page-hero-slideshow .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.page-hero-image-slideshow {
  height: auto;
}

.page-hero-image-slideshow .slick-list,
.page-hero-image-slideshow .slick-track {
  height: auto;
}

.page-hero-image-slideshow img {
  width: 100%;
}

.vigour-slick-slider .slick-arrow {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border: 3px solid #db1d57;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  outline: 0;
  font-size: 20px;
  padding: 0;
}

.vigour-slick-slider .slick-arrow:hover {
  background-color: #db1d57;
}

.vigour-slick-slider .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 75px;
}

.vigour-slick-slider .slick-dots li {
  display: block;
  margin: 20px 0;
  line-height: 0;
}

.vigour-slick-slider .slick-dots button {
  position: relative;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  min-width: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.vigour-slick-slider .slick-dots button::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  opacity: 0;
}

.vigour-slick-slider .slick-dots .slick-active button {
  opacity: 1;
  background-color: #db1d57;
}

.vigour-slick-slider .slick-dots .slick-active button::before {
  opacity: 1;
}

.slick-arrow:focus,
.slick-arrow:active,
.slick-dots button:focus,
.slick-dots button:active {
  outline: 0;
}

.page-hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.page-hero-actions .btn {
  margin-top: 0;
}

/* -----------------------------------------
	Modules
----------------------------------------- */

/* General Layout
=================================== */

.page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.layout-boxed .page-wrap {
  width: 1400px;
  background-color: #fdfdfd;
  position: relative;
}

.site-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.main {
  padding: 110px 0;
}

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

.widget-section {
  margin-bottom: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.widget-section.widget-section-no-pad-bottom {
  padding-bottom: 0;
}

.widget-section:last-child {
  margin-bottom: 0;
}

.footer-widget-sections .widget-section:first-child:not(.widget-section-padded) {
  padding-top: 0;
}

.widget-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.widget-section + .no-title-subtitle {
  margin-top: -110px;
}

.widget-section-parallax {
  background-attachment: fixed;
}

.section-heading {
  margin-bottom: 50px;
  text-align: center;
}

.section-title {
  margin: 0;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.02em;
}

.widget-section > .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.content-narrow {
  margin: 0 auto;
  max-width: 66.6667%;
}

.section-subtitle {
  margin: 0;
  font-size: 18px;
  color: #5C5C5C;
}

.section-subtitle a {
  color: #2F2F2F;
}

.section-hero .entry-content :last-child {
  margin-bottom: 0;
}

.section-hero .btn {
  margin-top: 15px;
}

.section-hero-thumb {
  margin-bottom: 45px;
  text-align: center;
}

/* Entry Styles
=================================== */

.entry-item {
  margin: 0 0 100px;
}

.entry-item-content-wrap {
  min-width: 0;
}

.entry-header {
  margin-bottom: 45px;
}

.entry-item .entry-header {
  margin-bottom: 25px;
}

.entry-title {
  display: block;
  font-size: 30px;
  line-height: normal;
  color: #2F2F2F;
  margin: 0 0 5px;
}

.entry-title a {
  color: inherit;
  text-decoration: none !important;
}

.entry-title a:hover {
  color: #db1d57;
}

.row-columns-2 .entry-title,
.row-columns-3 .entry-title,
.row-columns-4 .entry-title {
  font-size: 26px;
}

.entry-meta {
  font-size: 14px;
  color: #868686;
  letter-spacing: 0;
}

.entry-meta a {
  color: inherit;
}

.entry-meta a:hover {
  color: #db1d57;
}

.entry-meta span::after {
  content: "\2022";
  margin: 0 4px;
  opacity: .5;
}

.entry-meta span:last-child::after {
  display: none;
}

.entry-meta-item [class^="fa"] {
  margin-right: 3px;
  font-size: 12px;
}

.entry-thumb {
  margin-bottom: 45px;
}

.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
  margin-top: 0;
}

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 40px 0 20px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content .button,
.entry-content .btn,
.entry-content button {
  text-decoration: none;
}

.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
  margin: 50px 0;
}

.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}

.entry-content blockquote {
  font-size: 24px;
  font-style: italic;
  line-height: 1.45;
  position: relative;
  padding-left: 60px;
  border: 0;
}

.entry-content blockquote::before {
  content: "\00201C";
  font-style: normal;
  font-size: 6rem;
  line-height: 0;
  position: absolute;
  left: -5px;
  top: 45px;
  color: #db1d57;
}

.theme-table {
  margin: 40px 0;
  border: 2px solid #2F2F2F;
}

.theme-table th,
.theme-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.theme-table caption,
.theme-table th,
.theme-table td {
  font-weight: normal;
  text-align: left;
  padding: 8px 15px;
  vertical-align: middle;
}

.theme-table th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 85%;
  background-color: #2F2F2F;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.theme-table td {
  border: 1px solid #e8e8e8;
  font-size: 14px;
}

.entry-tags {
  margin-top: 25px;
}

.entry-content-intro {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.entry-content-intro::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content-intro::first-letter {
  float: left;
  font-size: 4em;
  line-height: 0.75;
  margin: 0.1em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

.entry-more-btn {
  margin-top: 0;
}

.entry-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-author-thumbnail {
  width: 78px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}

.entry-author-desc {
  font-size: 14px;
}

.entry-author-desc :last-child {
  margin: 0;
}

.entry-author-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.entry-author-subtitle {
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: -15px 0 15px;
}

.entry-section {
  border-top: 1px solid #e8e8e8;
  padding-top: 100px;
  margin-top: 100px;
}

/* Items & Item Listings
=================================== */

.row-items {
  margin-bottom: -45px;
  position: relative;
}

.row-items.no-gutters {
  margin-bottom: 0;
}

.ci-item {
  margin-bottom: 45px;
  position: relative;
}

.no-gutters .ci-item {
  margin-bottom: 0;
}

.ci-item-thumb {
  margin-bottom: 30px;
}

.ci-item-content {
  text-align: center;
}

.ci-item-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #2F2F2F;
  margin-bottom: 15px;
}

.ci-item-title a {
  text-decoration: none;
  color: currentColor;
}

.ci-item-title a:hover {
  color: #db1d57;
}

.ci-item-overlay {
  position: relative;
  height: 0;
  padding-bottom: 57.5%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ci-item-overlay::before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ci-item-overlay .ci-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.ci-item-overlay .ci-item-title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 25px;
  display: block;
}

.ci-item-overlay .ci-item-title a {
  color: #fff;
}

[class^="col-xl-3"] .ci-item-overlay .ci-item-title {
  font-size: 22px;
}

.ci-item-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  margin: -10px 0 20px;
}

.ci-item-subtitle:last-child {
  margin-bottom: 0;
}

.ci-item-excerpt {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}

.ci-item-more-btn {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  letter-spacing: 0;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  background-color: #281a4e;
  border: 2px solid #281a4e;
  padding: 10px 36px;
  font-size: 13px;
}

.ci-item-more-btn:hover {
  text-decoration: none;
}

.ci-item-more-btn:focus {
  outline: 0;
  box-shadow: none;
}

.ci-item-more-btn:hover {
  color: #fff;
  background-color: #db1d57;
  border-color: #db1d57;
}

.ci-item-entry {
  margin-bottom: 45px;
}

.ci-item-entry-thumb {
  margin-bottom: 30px;
}

.ci-item-list-meta {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.type-product .ci-item-list-meta {
  margin-top: -30px;
  font-size: 14px;
}

.ci-item-entry-content {
  text-align: center;
}

.ci-item-entry-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #2F2F2F;
}

.ci-item-entry-title a {
  color: currentColor;
  text-decoration: none;
}

.ci-item-entry-title a:hover {
  color: #db1d57;
}

.ci-item-entry-meta {
  display: block;
  font-size: 14px;
  margin: -15px 0 20px;
  text-transform: uppercase;
  color: #868686;
}

.ci-item-entry-meta:last-child {
  margin-bottom: 0;
}

.ci-item-entry-meta a {
  color: inherit;
}

.ci-item-badge {
  text-transform: uppercase;
  color: #fff;
  background-color: #db1d57;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: 0;
  padding: 6px 15px;
}

.ci-item-filters {
  margin-bottom: 30px;
}

.ci-item-filter {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  letter-spacing: 0;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  background-color: #281a4e;
  border: 2px solid #281a4e;
  padding: 10px 36px;
  font-size: 13px;
  margin: 1px;
}

.ci-item-filter:hover {
  text-decoration: none;
}

.ci-item-filter:focus {
  outline: 0;
  box-shadow: none;
}

.ci-item-filter:hover {
  color: #fff;
  background-color: #db1d57;
  border-color: #db1d57;
}

.filter-active {
  color: #fff;
  border-color: #db1d57;
  background-color: #db1d57;
}

/* Pagination
=================================== */

.navigation,
.woocommerce-pagination {
  margin: 60px 0 0;
  text-align: center;
}

.navigation a,
.navigation .page-numbers,
.woocommerce-pagination a,
.woocommerce-pagination .page-numbers {
  display: inline-block;
  padding: 11px 19px;
  font-size: 13px !important;
  margin-right: 10px;
  margin-bottom: 3px;
  border: 2px solid #e8e8e8;
  color: #2F2F2F;
  border-radius: 3px;
}

.navigation a:hover,
.navigation .current,
.woocommerce-pagination a:hover,
.woocommerce-pagination .current {
  border-color: #db1d57;
}

.navigation .nav-links::after,
.woocommerce-pagination .nav-links::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .nav-previous,
.woocommerce-pagination .nav-previous {
  float: left;
}

.navigation .nav-next,
.woocommerce-pagination .nav-next {
  float: right;
}

.comment-navigation {
  margin: 30px 0;
}

.page-links {
  margin: 60px 0 0;
  clear: both;
}

.page-links .page-number {
  display: inline-block;
  padding: 11px 19px;
  font-size: 13px !important;
  margin-right: 10px;
  margin-bottom: 3px;
  border: 2px solid #e8e8e8;
  color: #2F2F2F;
  background: none;
}

.page-links .page-number:hover {
  border-color: #db1d57;
}

.page-links > .page-number {
  border-color: #db1d57;
}

.page-links > a:first-child,
.page-links > span:first-child {
  margin-left: 10px;
}

/* Button Items
========================================= */

.ci-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  line-height: normal;
  background-color: #281a4e;
  color: #fff;
  border: 2px solid #281a4e;
  border-radius: 3px;
  margin-bottom: 10px;
}

.ci-item-btn:hover {
  background-color: #db1d57;
  color: #fff;
  border-color: #db1d57;
}

.ci-item-btn:last-child {
  margin-bottom: 0;
}

.footer .ci-item-btn {
  background-color: #db1d57;
  color: #fff;
  border-color: #db1d57;
}

.ci-item-btn-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 12px;
  line-height: 1;
  font-size: 32px;
}

.ci-item-btn-sm .ci-item-btn-icon {
  font-size: inherit;
}

.ci-item-btn-title {
  font-size: 15px;
  display: block;
}

.ci-item-btn-subtitle {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  opacity: .65;
}

/* Social Icons
=================================== */

.list-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-social-icons li {
  display: inline-block;
  margin: 3px 5px;
}

.social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #db1d57;
}

.header .social-icon {
  font-size: inherit;
}

/* Responsive embeds
=================================== */

.vigour-responsive-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.vigour-responsive-embed iframe,
.vigour-responsive-embed object,
.vigour-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Back to top button
=================================== */

.btn-to-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 30px;
  right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #2F2F2F;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  border: 0;
  border-radius: 3px;
  font-size: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
}

.is-customize-preview .btn-to-top {
  opacity: 1 !important;
  pointer-events: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.btn-to-top:active,
.btn-to-top:focus {
  outline: 0;
}

.btn-to-top-visible {
  opacity: 1;
  pointer-events: auto;
}

.vigour-plugin-visible-hook {
  text-align: center;
  padding: 8px;
  margin: 5px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  background: #aeecf9;
}

/* Single entry meta
=================================== */

.ci-single-meta-list {
  max-width: 100%;
  width: 100%;
  border: 0;
  line-height: normal;
}

.ci-single-meta-item {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e8e8e8;
}

.ci-single-meta-item:last-child {
  border: 0;
}

.ci-single-meta-item-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  color: #2F2F2F;
}

.ci-single-meta-item-title:hover {
  color: #db1d57;
}

.ci-single-meta-item-info {
  font-size: 16px;
  color: #5C5C5C;
  margin-top: 3px;
}

/* Pricelist table
=================================== */

.vigour-pricelist {
  max-width: 100%;
  width: 100%;
  border: 0;
  line-height: normal;
  overflow: hidden;
  border-collapse: collapse;
  font-size: 20px;
  margin: 0;
}

.vigour-pricelist a {
  text-decoration: none;
}

.vigour-pricelist th,
.vigour-pricelist td {
  border: 0;
  border-color: #e8e8e8;
  vertical-align: top;
  padding: 20px 35px;
  text-transform: none;
  font-weight: 400;
}

.vigour-pricelist thead th {
  background-color: #db1d57;
  color: #fff;
  font-size: 20px;
}

.vigour-pricelist tbody th {
  font-weight: 600;
}

.vigour-pricelist tbody th,
.vigour-pricelist tbody td {
  border-bottom: 1px solid #bebebe;
}

/* Timetable
=================================== */

.vigour-timetable {
  max-width: 100%;
  width: 100%;
  border: 0;
  line-height: 1.1;
  overflow: hidden;
  border-collapse: collapse;
  font-size: 20px;
  margin: 0;
  text-align: left;
}

.vigour-timetable a {
  text-decoration: none;
}

.vigour-timetable th,
.vigour-timetable td {
  border: 0;
  border-color: #e8e8e8;
  vertical-align: top;
  padding: 20px 35px;
  text-transform: none;
  font-weight: 400;
}

.vigour-timetable-single .vigour-timetable th,
.vigour-timetable-single .vigour-timetable td {
  padding: 15px;
}

.vigour-timetable .timetable-day th {
  background-color: #db1d57;
  color: #fff;
  font-size: 20px;
}

.vigour-timetable .timetable-class th,
.vigour-timetable .timetable-class td {
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: -0.02em;
}

.vigour-timetable-single .vigour-timetable .timetable-class th,
.vigour-timetable-single .vigour-timetable .timetable-class td {
  padding: 15px;
}

.vigour-timetable .timetable-class-title a {
  color: #2F2F2F;
  font-weight: 600;
}

.vigour-timetable .timetable-class-subtitle {
  color: #868686;
  font-size: 16px;
  margin-top: 5px;
}

.vigour-timetable .timetable-timeslot-class-first {
  border-top: 1px solid #bebebe;
}

/* Testimonials
=================================== */

.ci-item-testimonial {
  background-color: #f5f5f5;
  padding: 35px 35px 35px 100px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  border: 0;
  margin: 0 0 30px;
  color: #2F2F2F;
}

.no-gutters .ci-item-testimonial {
  margin-bottom: 0;
}

.ci-item-testimonial::before {
  content: "\00201C";
  font-style: normal;
  font-size: 6rem;
  line-height: 0;
  position: absolute;
  left: 25px;
  top: 78px;
  color: #db1d57;
}

.ci-item-testimonial :last-child {
  margin-bottom: 0;
}

.widget .ci-item-testimonial {
  padding-left: 60px;
  font-size: 18px;
}

.widget .ci-item-testimonial::before {
  font-size: 4rem;
  left: 16px;
  top: 65px;
}

.ci-item-testimonial-cite-author {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  opacity: .75;
}

/* -----------------------------------------
	Footer
----------------------------------------- */

.footer-content-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-content-slot-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.footer-content-slot-item {
  margin: 0 10px;
}

.footer-widget-sections {
  margin-top: auto;
}

.footer {
  border-top: 1px solid #e8e8e8;
  background-color: #281a4e;
  color: #fff;
}

.footer-widgets {
  padding: 110px 0 50px;
}

.footer-info {
  padding: 15px 0;
  border-top: 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  background-color: #1e143b;
}

.footer-info a {
  color: inherit;
}

.footer-copy {
  margin-bottom: 0;
}

/* -----------------------------------------
	Comments
----------------------------------------- */

.comments-title,
.comment-reply-title {
  display: block;
  margin-bottom: 50px;
}

.commentlist,
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

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

.commentlist .comment-body,
.comment-list .comment-body {
  margin-bottom: 30px;
  padding-top: 30px;
}

.commentlist > .comment:first-child > .comment-body,
.comment-list > .comment:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author {
  margin-bottom: 5px;
}

.comment-author .fn {
  line-height: normal;
}

.comment-author .avatar {
  width: 78px;
  float: left;
  margin: 0 30px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.comment-content p {
  margin-bottom: 25px;
}

.comment-content ul,
.comment-content ol {
  margin: 30px 0;
  padding-left: 25px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin: 0;
}

.comment-content blockquote {
  margin: 35px 0 0;
}

.comment-metadata {
  font-size: 11px;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #5C5C5C;
  letter-spacing: 0;
}

.comment-metadata a {
  color: inherit;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 15px;
  margin-left: 107px;
  height: auto;
  width: auto;
}

.bypostauthor > article .fn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -2px;
  position: relative;
  top: -3px;
  font-size: 11px;
}

.comment-respond {
  margin-top: 100px;
}

.comment-respond:only-child {
  margin-top: 0;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  opacity: .75;
  margin: -40px 0 50px;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  margin: 30px 0;
}

.comment-form-cookies-consent input {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
}

/* -----------------------------------------
	Widgets Styling
----------------------------------------- */

.widget {
  margin: 0 0 60px;
  font-size: 14px;
  line-height: 1.857142857;
  /* Nullify bottom margin for last elements in widgets and sidebars */
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget p:last-child {
  margin-bottom: 0;
}

.widget select {
  width: 100%;
}

.widget-title {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: -0.02em;
}

.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

.footer .widget-title {
  color: #fff;
}

/* WIDGET: Theme - Contact Widget
========================================= */

.ci-contact-widget-title {
  font-size: 16px;
  margin: 0 0 15px;
}

.ci-contact-widget-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ci-contact-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
}

.ci-contact-widget-item i {
  text-align: center;
  min-width: 26px;
}

/* WIDGET: Theme - Availability
========================================= */

.ci-tabular-data-widget-intro {
  margin-bottom: 20px;
}

.ci-tabular-data-widget-table {
  text-align: left;
}

.ci-tabular-data-widget-table th,
.ci-tabular-data-widget-table td {
  padding: 10px 0;
}

.ci-tabular-data-widget-table tr {
  border-bottom: 1px solid #e8e8e8;
}

.footer .ci-tabular-data-widget-table tr {
  border-color: rgba(255, 255, 255, 0.1);
}

/* WIDGET: List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_ci-page-children-menu ul,
.widget_layered_nav ul,
.wp-block-woocommerce-product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_ci-page-children-menu ul ul,
.widget_layered_nav ul ul,
.wp-block-woocommerce-product-categories ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_ci-page-children-menu li,
.widget_layered_nav li,
.wp-block-woocommerce-product-categories li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_ci-page-children-menu li a,
.widget_layered_nav li a,
.wp-block-woocommerce-product-categories li a {
  display: block;
  color: #2F2F2F;
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid #e8e8e8;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_product_categories li a:hover,
.widget_ci-page-children-menu li a:hover,
.widget_layered_nav li a:hover,
.wp-block-woocommerce-product-categories li a:hover {
  color: #db1d57;
}

.footer .widget_meta li a,
.footer
.widget_pages li a,
.footer
.widget_categories li a,
.footer
.widget_archive li a,
.footer
.widget_nav_menu li a,
.footer
.widget_product_categories li a,
.footer
.widget_ci-page-children-menu li a,
.footer
.widget_layered_nav li a,
.footer
.wp-block-woocommerce-product-categories li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget_meta li a:empty,
.widget_pages li a:empty,
.widget_categories li a:empty,
.widget_archive li a:empty,
.widget_nav_menu li a:empty,
.widget_product_categories li a:empty,
.widget_ci-page-children-menu li a:empty,
.widget_layered_nav li a:empty,
.wp-block-woocommerce-product-categories li a:empty {
  display: none;
}

.widget_meta li span,
.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li span,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li span,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li span,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li span,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_product_categories li span,
.widget_product_categories li .count,
.widget_product_categories li .ci-count,
.widget_ci-page-children-menu li span,
.widget_ci-page-children-menu li .count,
.widget_ci-page-children-menu li .ci-count,
.widget_layered_nav li span,
.widget_layered_nav li .count,
.widget_layered_nav li .ci-count,
.wp-block-woocommerce-product-categories li span,
.wp-block-woocommerce-product-categories li .count,
.wp-block-woocommerce-product-categories li .ci-count {
  position: absolute;
  background-color: #db1d57;
  color: #fff;
  right: 0;
  top: 12px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}

.footer .widget_meta li span,
.footer
.widget_meta li .count,
.footer
.widget_meta li .ci-count,
.footer
.widget_pages li span,
.footer
.widget_pages li .count,
.footer
.widget_pages li .ci-count,
.footer
.widget_categories li span,
.footer
.widget_categories li .count,
.footer
.widget_categories li .ci-count,
.footer
.widget_archive li span,
.footer
.widget_archive li .count,
.footer
.widget_archive li .ci-count,
.footer
.widget_nav_menu li span,
.footer
.widget_nav_menu li .count,
.footer
.widget_nav_menu li .ci-count,
.footer
.widget_product_categories li span,
.footer
.widget_product_categories li .count,
.footer
.widget_product_categories li .ci-count,
.footer
.widget_ci-page-children-menu li span,
.footer
.widget_ci-page-children-menu li .count,
.footer
.widget_ci-page-children-menu li .ci-count,
.footer
.widget_layered_nav li span,
.footer
.widget_layered_nav li .count,
.footer
.widget_layered_nav li .ci-count,
.footer
.wp-block-woocommerce-product-categories li span,
.footer
.wp-block-woocommerce-product-categories li .count,
.footer
.wp-block-woocommerce-product-categories li .ci-count {
  top: 7px;
}

.widget_meta li.current-cat > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_nav_menu li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_ci-page-children-menu li.current-cat > a,
.widget_layered_nav li.current-cat > a,
.wp-block-woocommerce-product-categories li.current-cat > a {
  font-weight: 700;
}

.footer .widget_meta li a,
.footer
.widget_pages li a,
.footer
.widget_categories li a,
.footer
.widget_archive li a,
.footer
.widget_nav_menu li a,
.footer
.widget_product_categories li a,
.footer
.widget_ci-page-children-menu li a,
.footer
.widget_layered_nav li a,
.footer
.wp-block-woocommerce-product-categories li a {
  color: currentColor;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar .widget_nav_menu li > a,
.sidebar .widget_ci-page-children-menu li > a {
  -webkit-transition: none;
  transition: none;
  padding-left: 20px;
}

.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_ci-page-children-menu li a:hover {
  background-color: #f5f5f5;
  color: currentColor;
}

.sidebar .widget_nav_menu li.current-menu-item > a,
.sidebar .widget_nav_menu li.current_page_item > a,
.sidebar .widget_ci-page-children-menu li.current-menu-item > a,
.sidebar .widget_ci-page-children-menu li.current_page_item > a {
  border: 0;
  position: relative;
  background-color: #db1d57;
  color: #fff;
}

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #e8e8e8;
}

.footer .widget_recent_comments li,
.footer
.widget_rss li,
.footer
.widget_recent_entries li {
  border-color: rgba(255, 255, 255, 0.1);
}

.widget .post-date,
.widget .rss-date {
  display: block;
  font-size: .8rem;
  margin: 0;
  opacity: .8;
}

.entry-tags a,
.tag-cloud-link {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border: 0;
  color: #5C5C5C;
  margin-bottom: 3px;
  margin-right: 1px;
  letter-spacing: 0;
  background-color: #f5f5f5;
}

.entry-tags a:hover,
.tag-cloud-link:hover {
  color: #db1d57;
}

.tag-cloud-link {
  font-size: 11px !important;
}

/* WIDGET: Theme - Widget Item
========================================= */

.widget_ci-post-type-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_ci-post-type-items ul li {
  margin: 0;
  padding: 0;
}

.ci-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.ci-widget-item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.footer .ci-widget-item {
  border-color: rgba(255, 255, 255, 0.1);
}

.ci-widget-item-thumb {
  width: 80px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.ci-widget-item-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.ci-widget-item-title {
  font-size: inherit;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0;
}

.ci-widget-item-title a {
  color: currentColor;
}

.ci-widget-item-title a:hover {
  color: #db1d57;
}

.footer .ci-widget-item-title {
  color: #fff;
}

.ci-widget-item-title:last-child {
  margin-bottom: 0;
}

.ci-widget-item-subtitle {
  opacity: .8;
  margin: 0;
}

.ci-widget-item-subtitle a {
  color: inherit;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform input[type="text"],
.searchform input[type="search"] {
  padding-right: 30px;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
}

/* WIDGET: #Subscribe
========================================= */

.form-subscribe button {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  margin-top: 25px;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: 600;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: Theme - Callout
========================================= */

.ci-box-callout {
  padding: 25px;
  border: 2px solid #e8e8e8;
  border-radius: 3px;
}

.ci-box-callout p:last-child {
  margin-bottom: 0;
}

.ci-box-callout-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

/* -----------------------------------------
	WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin: 45px 0;
}

.gallery:first-child {
  margin-top: 0;
}

.gallery:last-child {
  margin-bottom: 0;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
  max-width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
}

.gallery-caption::before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 7px 0 20px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 20px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* Provide sticky styles if necessary */
}

/* -----------------------------------------
	WordPress Blocks
----------------------------------------- */

.entry-content > [class^="wp-block-"],
.entry > [class^="wp-block-"],
.wp-block-column > [class^="wp-block-"] {
  margin-bottom: 30px;
}

.entry-content .wp-block-audio {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-audio audio {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-audio figcaption {
  color: inherit;
  opacity: .7;
}

.entry-content .wp-block-video {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-video video {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-video figcaption {
  color: inherit;
  opacity: .7;
}

/* Embed blocks
=================================== */

.wp-block-embed iframe {
  margin: 0;
}

.wp-block-embed figcaption {
  color: inherit;
  opacity: .7;
}

/* Image Block
=================================== */

.wp-block-image figcaption {
  color: inherit;
  opacity: .7;
}

/* Separator Block
=================================== */

.wp-block-separator {
  margin: 30px 0;
}

/* Latest Comments Block
=================================== */

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  padding: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: inherit;
  opacity: .7;
}

/* Latest Posts Block
=================================== */

.wp-block-latest-posts {
  list-style: none;
  padding: 0;
}

.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: inherit;
  opacity: .7;
}

/* Gallery Block
=================================== */

.wp-block-gallery li::before {
  display: none;
}

.wp-block-gallery li a {
  border: 0;
  box-shadow: none;
}

/* Columns Block
=================================== */

.wp-block-column :last-child {
  margin-bottom: 0;
}

/* Quote Block
=================================== */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  background: none;
  font-style: normal;
}

.wp-block-quote.is-large::before,
.wp-block-quote.is-large::after,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-style-large::after {
  display: none;
}

/* Pull Quote Block
=================================== */

.wp-block-pullquote {
  padding: 0;
  font-style: normal;
}

.wp-block-pullquote blockquote {
  font-style: normal;
  padding: 0;
  border: 0;
}

/* Paragraph Block
=================================== */

.has-drop-cap:not(:focus)::first-letter {
  font-size: 4em;
  line-height: 0.75;
  margin: 0.1em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

/* -----------------------------------------
	Mobile menu
----------------------------------------- */

.mm-page {
  position: static;
}

html.mm-opened {
  height: auto !important;
}

.mm-opened .mm-page {
  position: relative;
}

#mobilemenu {
  display: none;
}

.mobile-nav-trigger {
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}

.mobile-nav-trigger:hover {
  color: inherit;
}

/* -----------------------------------------
	Vendor
----------------------------------------- */

/* -----------------------------------------
	Magnific Related Styles
----------------------------------------- */

.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #fff;
}

.mfp-preloader a {
  color: #fff;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
  background-color: transparent;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: 0;
  opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
}

.mfp-arrow {
  line-height: .3;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: 0;
}

.mfp-arrow::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70px;
  color: #fff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* -----------------------------------------
	GutenBee Related Styles
----------------------------------------- */

/* GutenBee theme grid class
=================================== */

.theme-grid > .wp-block-gutenbee-container-inner,
.vigour-grid > .wp-block-gutenbee-container-inner {
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------
	Select2 Related Styles
----------------------------------------- */

.select2-container.select2-container--default {
  font-size: 14px;
}

.select2-container.select2-container--default .select2-selection--single {
  height: 50px;
  border-color: #b3b3b3;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 35px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
  padding-right: 20px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #b3b3b3;
  height: 36px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 50px;
  height: 100%;
  color: #2F2F2F;
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #db1d57;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-search__field {
  height: 50px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 5px 0 0;
}

.select2-container .select2-dropdown {
  border-color: #b3b3b3;
}

/* -----------------------------------------
	WP Instagram Related Styles
----------------------------------------- */

.null-instagram-feed p {
  padding-top: 10px;
}

.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram-pics li {
  width: 33.33333333333%;
}

.instagram-pics li a {
  display: block;
  color: #2F2F2F;
}

.widget-section .instagram-pics {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-section .instagram-pics li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* -----------------------------------------
	Jetpack Related Styles
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* Jetpack Infinite Scroll */

.infinite-scroll nav.pagination,
.infinite-scroll nav.posts-navigation {
  display: none;
}

.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinite-loader {
  width: 100%;
}

.infinite-loader .spinner {
  left: 50% !important;
}

.row-isotope .infinite-loader {
  position: absolute;
  bottom: -45px;
}

#infinite-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#infinite-handle span {
  background: none;
  border-radius: 0;
  color: inherit;
  padding: 0;
}

#infinite-handle span button {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  letter-spacing: 0;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  background-color: #281a4e;
  border: 2px solid #281a4e;
  padding: 12px 42px;
  font-size: 16px;
}

#infinite-handle span button:hover {
  text-decoration: none;
}

#infinite-handle span button:focus {
  outline: 0;
  box-shadow: none;
}

#infinite-handle span button:hover {
  color: #fff;
  background-color: #db1d57;
  border-color: #db1d57;
}

#infinite-handle span button:hover,
#infinite-handle span button:focus {
  color: #fff;
  background-color: #281a4e;
  border: 2px solid #281a4e;
  padding: 12px 42px;
  font-size: 16px;
}

#infinite-handle span button:hover:hover,
#infinite-handle span button:focus:hover {
  color: #fff;
  background-color: #db1d57;
  border-color: #db1d57;
}

.row-isotope #infinite-handle {
  position: absolute;
  bottom: -45px;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* -----------------------------------------
	Elementor Related Styles
----------------------------------------- */

.elementor .elementor-widget-vigour_timetable th,
.elementor .elementor-widget-vigour_pricelist th {
  text-align: left;
}

.elementor .elementor-widget.elementor-widget-vigour_element figure.ci-item-thumb,
.elementor .elementor-widget.elementor-widget-vigour_element figure.ci-item-entry-thumb {
  margin-bottom: 30px;
}

.elementor .elementor-widget.elementor-widget-vigour_element figure.entry-thumb {
  margin-right: 30px;
}

/* -----------------------------------------
	WPForms Related Styles
----------------------------------------- */

.wpforms-field {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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,
.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-sm,
.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-md,
.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-lg,
.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,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------
	Grid Effects
----------------------------------------- */

.row-effect {
  position: relative;
}

.row-effect::before {
  border: 6px solid rgba(47, 47, 47, 0.35);
  border-top-color: rgba(47, 47, 47, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -20px;
}

.row-effect.row-images-loaded::before {
  display: none;
}

.row-effect > [class^="col"] {
  opacity: 0;
}

.row-effect > [class^="col"].ci-grid-shown {
  opacity: 1;
}

/* Fade In
========================================= */

.row-effect-fade-in .ci-grid-animate {
  -webkit-animation: ci-fade-in .65s ease forwards;
  animation: ci-fade-in .65s ease forwards;
}

/* Move Up
========================================= */

.row-effect-move-up .ci-grid-animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: ci-move-up .65s ease forwards;
  animation: ci-move-up .65s ease forwards;
}

/* Scale Up
========================================= */

.row-effect-scale-up .ci-grid-animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: ci-scale-up .65s ease-in-out forwards;
  animation: ci-scale-up .65s ease-in-out forwards;
}

/* Fall Perspective
========================================= */

.row-effect-fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-fall-perspective .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: ci-fall-perspective .8s ease-in-out forwards;
  animation: ci-fall-perspective .8s ease-in-out forwards;
}

/* Fly Up
========================================= */

.row-effect-fly-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-fly-up .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: ci-fly-up .8s ease-in-out forwards;
  animation: ci-fly-up .8s ease-in-out forwards;
}

/* Flip
========================================= */

.row-effect-flip {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-flip .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: ci-flip .8s ease-in-out forwards;
  animation: ci-flip .8s ease-in-out forwards;
}

/* Pop Up
========================================= */

.row-effect-pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.row-effect-pop-up .ci-grid-animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: ci-pop-up .8s ease-in forwards;
  animation: ci-pop-up .8s ease-in forwards;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xl-down {
  display: none !important;
}

/* -----------------------------------------
	Animations
----------------------------------------- */

/* Rotation
========================================= */

@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Fade In
========================================= */

@-webkit-keyframes ci-fade-in {
  0% {

  }

  100% {
    opacity: 1;
  }
}

@keyframes ci-fade-in {
  0% {

  }

  100% {
    opacity: 1;
  }
}

/* Move Up
========================================= */

@-webkit-keyframes ci-move-up {
  0% {

  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ci-move-up {
  0% {

  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Scale Up
========================================= */

@-webkit-keyframes ci-scale-up {
  0% {

  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ci-scale-up {
  0% {

  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* Fall Perspective
========================================= */

@-webkit-keyframes ci-fall-perspective {
  0% {

  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0);
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}

@keyframes ci-fall-perspective {
  0% {

  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0);
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}

/* Fly Up
========================================= */

@-webkit-keyframes ci-fly-up {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes ci-fly-up {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

/* Flip
========================================= */

@-webkit-keyframes ci-flip {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes ci-flip {
  0% {

  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

/* Pop Up
========================================= */

@-webkit-keyframes ci-pop-up {
  0% {

  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ci-pop-up {
  0% {

  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 576px) {
  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .theme-grid > .wp-block-gutenbee-container-inner,
  .vigour-grid > .wp-block-gutenbee-container-inner {
    width: 510px;
    max-width: 100%;
  }

  .vigour-grid .elementor-section.elementor-section-boxed > .elementor-container,
  .theme-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 510px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .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,
  .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-sm,
  .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-md,
  .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-lg,
  .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,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .page-hero-content {
    width: 70%;
  }

  .entry-item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .entry-item-media .entry-thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 200px;
    margin-right: 30px;
  }

  .entry-content-column-split {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .theme-grid > .wp-block-gutenbee-container-inner,
  .vigour-grid > .wp-block-gutenbee-container-inner {
    width: 690px;
    max-width: 100%;
  }

  .vigour-grid .elementor-section.elementor-section-boxed > .elementor-container,
  .theme-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 690px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .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,
  .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-sm,
  .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-md,
  .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-lg,
  .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,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .theme-grid > .wp-block-gutenbee-container-inner,
  .vigour-grid > .wp-block-gutenbee-container-inner {
    width: 910px;
    max-width: 100%;
  }

  .vigour-grid .elementor-section.elementor-section-boxed > .elementor-container,
  .theme-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 910px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 940px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .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,
  .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-sm,
  .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-md,
  .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-lg,
  .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,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .header-fullwidth .container {
    width: 100%;
  }

  .layout-boxed .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .entry-item-media .entry-thumb {
    max-width: 250px;
  }

  .ci-item-overlay.ci-item-lg .ci-item-title {
    font-size: 48px;
  }

  .footer-fullwidth .container {
    width: 100%;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .theme-grid > .wp-block-gutenbee-container-inner,
  .vigour-grid > .wp-block-gutenbee-container-inner {
    width: 1240px;
    max-width: 100%;
  }

  .vigour-grid .elementor-section.elementor-section-boxed > .elementor-container,
  .theme-grid .elementor-section.elementor-section-boxed > .elementor-container {
    width: 1240px;
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1270px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .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,
  .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-sm,
  .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-md,
  .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-lg,
  .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,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1299px) {
  .content-narrow {
    max-width: 100%;
  }

  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .page-hero-video-wrap {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-sticky-wrapper {
    height: auto !important;
  }

  .header-sticky-mobile-disabled .header-sticky-wrapper {
    height: auto !important;
  }

  .header-sticky-mobile-disabled .head-stuck .head-outro,
  .header-sticky-mobile-disabled .head-stuck .head-mast {
    position: static !important;
    width: auto !important;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .head-mast {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  #mobilemenu {
    display: block;
  }

  .mobile-nav-trigger {
    display: inline-block;
  }

  .nav {
    display: none;
  }

  .header-full-nav-right .site-branding,
  .header-full-nav-left .site-branding,
  .header-full-nav-center .site-branding,
  .header-nav-split .site-branding {
    max-width: 70%;
    width: auto;
    text-align: left;
  }

  .header-full-nav-right .head-menu-slot,
  .header-full-nav-left .head-menu-slot,
  .header-full-nav-center .head-menu-slot,
  .header-nav-split .head-menu-slot {
    width: auto;
  }

  .header-full-nav-right .head-menu-slot:first-of-type,
  .header-full-nav-left .head-menu-slot:first-of-type,
  .header-full-nav-center .head-menu-slot:first-of-type,
  .header-nav-split .head-menu-slot:first-of-type {
    display: none;
  }

  .header-full-nav-right .head-mast-inner,
  .header-full-nav-left .head-mast-inner,
  .header-full-nav-center .head-mast-inner,
  .header-nav-split .head-mast-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-full-nav-right .head-mast-inner .head-content-slot,
  .header-full-nav-left .head-mast-inner .head-content-slot,
  .header-full-nav-center .head-mast-inner .head-content-slot,
  .header-nav-split .head-mast-inner .head-content-slot {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .header-full-nav-right .mobile-nav-trigger,
  .header-full-nav-left .mobile-nav-trigger,
  .header-full-nav-center .mobile-nav-trigger,
  .header-nav-split .mobile-nav-trigger {
    margin-left: auto;
  }

  .page-hero {
    height: 380px;
    padding: 70px 0;
  }

  .page-hero-lg {
    height: 650px;
  }

  .page-hero-align-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-hero-subtitle {
    font-size: 36px;
  }

  .page-hero-lg .page-hero-subtitle {
    font-size: 46px;
  }

  .page-hero-slideshow {
    height: 650px;
  }

  .page-hero-image-slideshow {
    height: auto;
  }

  .main {
    padding: 70px 0;
  }

  .sidebar {
    margin-top: 80px;
  }

  .widget-section {
    margin-bottom: 70px;
  }

  .widget-section + .no-title-subtitle {
    margin-top: -70px;
  }

  .entry-item {
    margin: 0 0 70px;
  }

  .entry-author-thumbnail {
    margin-right: 15px;
  }

  .entry-section {
    padding-top: 70px;
    margin-top: 70px;
  }

  .ci-item-overlay .ci-item-title {
    font-size: 22px;
  }

  .ci-item-subtitle {
    font-size: 12px;
  }

  .ci-item-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ci-item-filter {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
  }

  .vigour-timetable th,
  .vigour-timetable td {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vigour-timetable .timetable-class th,
  .vigour-timetable .timetable-class td {
    padding: 10px 15px;
  }

  .vigour-timetable .timetable-class .timetable-time {
    padding-bottom: 0;
  }

  .vigour-timetable-single .vigour-timetable .timetable-class .timetable-time {
    padding-bottom: 0;
  }

  .vigour-timetable .timetable-class .timetable-trainers {
    padding-top: 0;
  }

  .vigour-timetable-single .vigour-timetable .timetable-class .timetable-trainers {
    padding-top: 0;
  }

  .footer-widgets {
    padding: 70px 0 20px;
  }

  .comment-respond {
    margin-top: 70px;
  }

  .widget {
    margin-bottom: 50px;
  }

  .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .widget-section .instagram-pics {
    margin: 0;
  }

  .widget-section .instagram-pics li {
    padding: 0;
    margin: 0;
  }

  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .head-intro .head-content-slot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px 0;
  }

  .head-content-slot-end {
    text-align: center;
  }

  .page-hero {
    height: 300px;
    padding: 30px 0;
  }

  .page-hero-lg {
    height: 500px;
  }

  .page-hero-content {
    padding-right: 30px;
  }

  .page-hero-content .btn {
    padding: 14px 38px;
    font-size: 15px;
  }

  .page-hero-subtitle {
    font-size: 32px;
  }

  .page-hero-lg .page-hero-subtitle {
    font-size: 38px;
  }

  .page-hero-slideshow {
    height: 500px;
  }

  .page-hero-image-slideshow {
    height: auto;
  }

  .vigour-slick-slider .slick-arrow {
    display: none !important;
    visibility: hidden;
  }

  .vigour-slick-slider .slick-dots {
    right: 20px;
  }

  .vigour-slick-slider .slick-dots li {
    margin: 20px 0;
  }

  .main {
    padding: 30px 0;
  }

  .widget-section {
    margin-bottom: 30px;
  }

  .widget-section + .no-title-subtitle {
    margin-top: -30px;
  }

  .entry-item {
    margin: 0 0 45px;
  }

  .entry-title {
    font-size: 26px;
  }

  .entry-meta {
    font-size: 11px;
  }

  .entry-content .alignleft,
  .entry-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-section {
    padding-top: 45px;
    margin-top: 45px;
  }

  .entry-section-title {
    font-size: 22px;
  }

  .vigour-pricelist th,
  .vigour-pricelist td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .vigour-pricelist thead {
    display: none;
  }

  .vigour-pricelist tbody td {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-content-slot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px 0;
  }

  .footer-content-slot-end {
    text-align: center;
  }

  .footer-widgets {
    padding: 30px 0 -10px;
  }

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

  .comment-reply-link {
    margin: 0;
  }

  .comment-respond {
    margin-top: 45px;
  }

  .widget {
    margin-bottom: 40px;
  }

  .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .widget-section .instagram-pics li {
    width: 50%;
  }

  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 575px) {
  input,
  textarea,
  select {
    width: 100%;
  }

  .page-hero > .container {
    width: 100%;
  }

  .ci-item-testimonial {
    padding-left: 60px;
  }

  .ci-item-testimonial::before {
    font-size: 4rem;
    left: 16px;
    top: 67px;
  }

  .comment-author .avatar {
    display: none;
  }

  .theme-grid > .wp-block-gutenbee-container-inner,
  .vigour-grid > .wp-block-gutenbee-container-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hidden-xs-down {
    display: none !important;
  }
}