/**
 * =============> (1) Base Styling
 **/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-kerning: auto;
}

a[href$=".jpg"],
a[href$=".jpeg"],
a[href$=".gif"],
a[href$=".png"] {
  cursor: zoom-in;
}

ul.menu-widget-list li a,
a.rd-more {
  position: relative;
}

ul.menu-widget-list li a:before,
a.rd-more:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

ul.menu-widget-list li a:hover:before,
a.rd-more:hover:before {
  left: 0;
  right: initial;
  width: 100%;
}

blockquote {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  margin-top: 50px;
  text-align: center;
  min-height: 51px;
  border-left-width: 0;
}

blockquote.wp-block-quote {
  border-left-width: 0;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 0 -1.5rem;
  background-image: url(../images/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-color: #ececec;
  border-radius: 50%;
}

blockquote p {
  font-family: "Georgia", serif;
  font-size: 1.25rem;
}

/** WP classes */
.screen-reader-text {
  display: none;
}

.alignleft {
  float: left;
  margin: 20px 2rem 1rem 0;
  min-height: 1px;
}

.alignright {
  float: right;
  margin: 20px 0 1rem 2rem;
  min-height: 1px;
}

.alignnone {
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-top: 29px;
}

h1, h2, h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

figure {
  max-width: 100%;
}

.sticky,
.bypostauthor {
  clear: both;
}

.gallery-caption {
  margin: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.85);
  color: rgba(0, 0, 0, 0.75);
  overflow: initial;
}

.wp-caption-text {
  text-align: center;
  font-size: .8rem;
}

/** tabular data */
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  padding: .5rem;
  vertical-align: top;
}

table thead th {
  font-weight: 600;
}

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

/** forms elements */
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  padding: 1.2rem 1rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 1.2rem 1rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input[type="submit"],
button[type="submit"] {
  font-size: .875rem;
  letter-spacing: .025em;
  text-transform: uppercase;
  line-height: 1;
  padding: .75rem 1rem;
  border-radius: 3px;
  outline-width: 0;
  cursor: pointer;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button {
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: .75rem 1rem;
  border-radius: 2px;
  outline-width: 0;
  cursor: pointer;
  font-weight: normal;
}

.woocommerce a.button.text-uppercase,
.woocommerce button.button.text-uppercase,
.woocommerce input.button.text-uppercase,
.button.text-uppercase {
  font-size: 15px;
  letter-spacing: .05em;
  padding: 1rem 1rem;
}

.woocommerce a.button.small-button,
.woocommerce button.button.small-button,
.woocommerce input.button.small-button,
.button.small-button {
  padding: .5rem .75rem;
  font-size: .9rem;
}

.woocommerce a.button.big-button,
.woocommerce button.button.big-button,
.woocommerce input.button.big-button,
.button.big-button {
  padding: 1rem 1rem;
  font-size: 1.05rem;
}

.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before,
.button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.woocommerce a.button:hover:before,
.woocommerce button.button:hover:before,
.woocommerce input.button:hover:before,
.button:hover:before {
  left: 0;
  right: initial;
  width: 100%;
  opacity: 1;
}

.search-caller {
  position: relative;
  z-index: 1;
  outline-width: 0;
}

.search-caller:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.search-caller:hover:before {
  left: 0;
  right: initial;
  width: 100%;
  opacity: 1;
  border-radius: 2px;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes wk-rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

button.on-submit {
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  outline-width: 0;
  text-indent: -9999rem;
  font-size: .0000001em;
  width: 32px;
  height: 32px;
  pointer-events: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/** override bootstrap buttons */
.btn.brayn-btn {
  padding: .75rem 1rem;
  border-radius: 2px;
  outline-width: 0;
}

.btn.brayn-btn.btn-lg {
  padding: 1rem 1.25rem;
}

.btn.brayn-btn-std {
  padding: .6rem .75rem;
  border-radius: 2px;
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/**
 * =============> Base Typography
 **/
p:not(:first-child) {
  margin-top: 29px;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 50px;
  margin-bottom: 1rem;
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6, h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6, h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6, h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6, h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6, h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 1rem !important;
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
  margin-top: 2rem !important;
}

h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin-top: 2rem !important;
}

#transit_roler {
  position: fixed;
  z-index: 102;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

#transit_roler .trl,
#transit_roler .trr {
  position: fixed;
  z-index: 103;
  width: 51%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: height;
}

#transit_roler .trr {
  left: initial;
  right: 0;
}

#transit_roler .trload {
  position: fixed;
  opacity: 1;
  z-index: 104;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/** first loader */
#brayn-first-load {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}

#brayn-first-load .bfl {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  margin: auto;
  text-align: center;
}

#brayn-first-load .bfl div {
  flex: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem;
}

#brayn-first-load .bfl .bfl-img {
  position: relative;
}

#brayn-first-load .bfl .bfl-img .bfl-img-render {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  -webkit-transition: width .2s ease 0s;
  transition: width .2s ease 0s;
}

#brayn-first-load .bfl .bfl-prog {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  height: 60px;
  width: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 auto;
}

#brayn-first-load .bfl .bfl-prog div {
  display: block;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#brayn-first-load .bfl .bfl-prog div.kesundul {
  font-size: 14px;
  -webkit-transition: font-size .2s ease 0s;
  transition: font-size .2s ease 0s;
}

/** !!!!!!!!!!!!!!!!!!!!!!
 ===== 2. CONTAINERS =====
 !!!!!!!!!!!!!!!!!!!!!!!!! **/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.viewport {
  position: relative;
  margin: 0;
  padding: 0;
}

#site {
  overflow: hidden;
}

#main-content-contain .row:not(.no-gutters) {
  margin-left: -15px;
  margin-right: -15px;
}

#main-content-contain .row:not(.no-gutters) div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #main-content-contain .row:not(.no-gutters) .col-md-4.col-post-loop {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  #main-content-contain .row:not(.no-gutters) .col-md-4.col-post-loop {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1310px) {
  .container {
    max-width: 1240px;
  }
}

.br-min-height__100vh {
  min-height: 100vh;
}

.br-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.br-spacer {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  height: 3rem;
}

.br-spacer.spacer-sm {
  height: 1rem;
}

.br-spacer.spacer-md {
  height: 2.5rem;
}

.br-spacer.spacer-lg {
  height: 4rem;
}

.br-font-large {
  font-size: 3rem;
}

@media (min-width: 768px) {
  .br-font-large {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .br-font-large {
    font-size: 4.5rem;
  }
}

.br-font-thin {
  font-weight: lighter;
}

.br-font-thin-100 {
  font-weight: 100;
}

.br-font-thin-200 {
  font-weight: 200;
}

.br-font-thin-300 {
  font-weight: 300;
}

.br-font-normal {
  font-weight: normal;
}

.br-font-bold {
  font-weight: bold;
}

.br-font-bold-500 {
  font-weight: 500;
}

.br-font-bold-600 {
  font-weight: 600;
}

.br-font-bold-700 {
  font-weight: 700;
}

.br-font-bold-800 {
  font-weight: 800;
}

.br-font-bold-900 {
  font-weight: 900;
}

.lead {
  font-size: 1.4rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.br-has-line {
  position: relative;
  padding-bottom: 1rem;
}

.br-has-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
}

#brayn-custom-pointer {
  will-change: transform;
  -webkit-transition: -webkit-transform .45s ease-out 0s;
  transition: transform .45s ease-out 0s;
}

.numbering {
  display: inline-block;
  margin-right: .5rem;
  font-size: 12px;
  vertical-align: super;
}

figure.image-wrapper {
  margin-bottom: 0;
}

/**
 * =============> (3) Header
 **/
#main-header {
  position: fixed;
  z-index: 98;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
}

#main-header .header-ui {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

#main-header .header-ui .brand--nav {
  margin: 0 auto 0 0;
  padding: 1rem;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
  will-change: width, padding, flex;
}

#main-header .header-ui .header--complementary {
  position: fixed;
  margin: 0;
  padding: 1rem;
  display: none;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  will-change: width, padding;
}

#main-header .header-ui .header--complementary .button {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-right: auto;
}

#main-header .header-ui .header--complementary .search-caller {
  display: inline-block;
  margin-left: .5rem;
  padding: .575rem;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 2px;
}

#main-header .header-ui .header--complementary .search-caller svg {
  fill: currentColor;
}

#main-header.on_menu .header--complementary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  pointer-events: auto;
}

@media (min-width: 576px) {
  #main-header .header-ui .brand--nav {
    position: relative;
    z-index: 1;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  #main-header .header-ui .brand--nav .brand {
    margin-right: 20px;
  }
  #main-header .header-ui .header--complementary {
    position: relative;
    z-index: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 0 0 auto;
    padding: 1rem;
    top: initial;
    left: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    pointer-events: auto;
    -ms-align-self: stretch;
    align-self: stretch;
    overflow: hidden;
    will-change: width, padding;
  }
  #main-header .header-ui .header--complementary .button {
    margin-left: auto;
    margin-right: 0;
  }
  #main-header.on_menu .header--complementary {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  #main-header {
    -webkit-transition: opacity .35s ease-in-out 0s;
    transition: opacity .35s ease-in-out 0s;
  }
  #main-header .header-ui .brand--nav,
  #main-header .header-ui .header--complementary {
    padding: 2rem;
    -webkit-transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
    transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
  }
  #main-header.shrink .header-ui .brand--nav,
  #main-header.shrink .header-ui .header--complementary {
    padding: 1rem;
    flex: 0 0 auto;
  }
  #main-header.shrink .header-ui .header--complementary {
    width: auto;
  }
  #main-header.on_menu .brand--nav {
    padding-right: 0;
  }
  #main-header.on_menu .brand--nav .hamburger {
    -webkit-transform: translateX(27px);
    transform: translateX(27px);
  }
}

@media (min-width: 992px) {
  #main-header .header-ui .brand--nav,
  #main-header .header-ui .header--complementary {
    padding: 3rem;
    width: 50%;
  }
  #main-header.shrink .header-ui .brand--nav,
  #main-header.shrink .header-ui .header--complementary {
    padding: 1rem;
    flex: 0 0 auto;
  }
  #main-header.shrink .header-ui .header--complementary {
    width: auto;
  }
  #main-header.on_menu .brand--nav {
    padding-right: 0;
  }
  #main-header.on_menu .brand--nav .hamburger {
    -webkit-transform: translateX(27px);
    transform: translateX(27px);
  }
}

body.admin-bar #main-header {
  top: 32px;
}

body.admin-bar #main-header.on_menu {
  top: 0;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    position: static;
  }
  body.admin-bar #main-header, body.admin-bar #main-header.on_menu {
    top: 46px;
    position: absolute;
  }
}

body.elementor-editor-active #main-header .header-ui {
  pointer-events: none;
}

body.elementor-editor-active #main-header .header-ui .brand--nav,
body.elementor-editor-active #main-header .header-ui .header--complementary {
  pointer-events: none;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline-width: 0;
}

.hamburger:focus, .hamburger:active {
  outline-width: 0;
}

.hamburger.is-active {
  outline-width: 0;
}

.hamburger-box {
  width: 24px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 1px;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--spring .hamburger-inner {
  top: 0.5px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/**
 * =============> (4) Main nav menu
 **/
.main-menu-container-wrap {
  position: fixed;
  z-index: 97;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
}

.main-menu-container-wrap .ui-menu-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container {
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container .scroll-content {
  margin: auto;
  min-width: 75%;
  width: 75%;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container .scrollbar-track {
  background: transparent !important;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu {
  list-style-type: none;
  margin: auto;
  min-width: 100%;
  padding: 2rem 2rem 2rem 2rem;
  counter-reset: brayn-menu-item;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu > li.menu-item {
  position: relative;
  list-style-type: none;
  margin: .5rem 0 .5rem;
  padding: 0;
  font-size: 2rem;
  letter-spacing: .025em;
  text-transform: uppercase;
  opacity: 0;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu > li.menu-item:before {
  content: counter(brayn-menu-item, decimal-leading-zero);
  counter-increment: brayn-menu-item;
  position: absolute;
  font-size: 15px;
  line-height: 2rem;
  left: -40px;
  top: .6rem;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu > li.menu-item .arrow-yuk-down {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  left: auto;
  top: .9rem;
  margin-left: 2rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu > li.menu-item .arrow-yuk-down svg {
  width: 16px;
  height: 16px;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu > li.menu-item .arrow-yuk-down.rtt {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0;
  display: none;
}

.main-menu-container-wrap .ui-menu-container .main-menu-container ul#brayn-menu ul.sub-menu > li.menu-item {
  list-style-type: none;
  font-size: 1.1rem;
  text-transform: none;
  margin: .5rem 0 .5rem;
}

.main-menu-container-wrap .ui-menu-container .main-menu-widgets {
  display: none;
}

@media (min-width: 576px) {
  .main-menu-container-wrap .ui-menu-container .main-menu-container .scroll-content {
    width: 80%;
    min-width: 80%;
  }
}

ul#brayn-menu a {
  display: inline-block;
  position: relative;
  line-height: 1.25;
}

ul#brayn-menu a:before, ul#brayn-menu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  opacity: .5;
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

ul#brayn-menu a:after {
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s;
}

ul#brayn-menu a:active:before, ul#brayn-menu a:active:after {
  left: 0;
  right: initial;
  width: 100%;
}

ul#brayn-menu li.current-menu-item > a:before, ul#brayn-menu li.current-menu-item > a:after {
  left: 0;
  right: initial;
  width: 100%;
}

@media (min-width: 768px) {
  .main-menu-container-wrap .ui-menu-container .main-menu-container {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets {
    display: block;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    height: 100%;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget {
    width: 100%;
    height: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block .menu-widget-image {
    position: relative;
    z-index: 1;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block .menu-widget-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: opacity .25s ease-out .8s;
    transition: opacity .25s ease-out .8s;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block .menu-widget-image img, .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block .menu-widget-image canvas {
    z-index: 1;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block .menu-widget-image img {
    opacity: 0;
    -webkit-transition: -webkit-transform .5s ease-out 0s;
    transition: transform .5s ease-out 0s;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block .menu-widget-image .brayn_menu_widget_image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block h4 {
    position: absolute;
    display: block;
    z-index: 2;
    margin: 0 0 0;
    padding: 0 0 0;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s linear 1s;
    transition: opacity .25s linear 1s;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block.done-it .menu-widget-image:before {
    opacity: 1;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block.done-it h4 {
    opacity: 1;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget .menu-widget-block.done-it:hover .menu-widget-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget > h4 {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: .05em;
    text-align: center;
    opacity: 0;
    margin: 0 0 1rem;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget ul.menu-widget-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget ul.menu-widget-list li {
    list-style-type: none;
    margin: 0 .45rem;
    padding: 0;
    opacity: 0;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget ul.menu-widget-list li.hide-me {
    display: none;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget ul.menu-widget-list li a:before {
    display: none;
  }
  .main-menu-container-wrap .ui-menu-container .main-menu-widgets .menu-widget ul.menu-widget-list li svg {
    fill: currentColor;
  }
  ul#brayn-menu a:hover:before, ul#brayn-menu a:hover:after {
    left: 0;
    right: initial;
    width: 100%;
  }
}

/**
 * =============> (5) Hero block
 **/
@-webkit-keyframes scrollMe {
  0% {
    width: 70px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 70px;
  }
}

@keyframes scrollMe {
  0% {
    width: 70px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 70px;
  }
}

#brayn-section-hero {
  position: relative;
  margin: 0;
  padding: 0;
}

#brayn-section-hero .hero-bg {
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

#brayn-section-hero .hero-bg .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

#brayn-section-hero .hero-bg canvas {
  object-fit: cover;
  object-position: 50% 50%;
}

#brayn-section-hero .hero-bg.has-bg-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#brayn-section-hero .container {
  flex: none;
  position: relative;
  z-index: 2;
}

#brayn-section-hero .container > * {
  margin: 1rem 0 1rem;
}

#brayn-section-hero #br-video-bg,
#brayn-section-hero .ytplayer-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#brayn-section-hero #br-video-bg iframe.vimeo_hd,
#brayn-section-hero .ytplayer-container iframe.vimeo_hd {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#brayn-section-hero video {
  position: relative;
  background: transparent;
}

.br-scroll-me {
  position: absolute;
  z-index: 2;
  font-size: 13px;
  letter-spacing: .1em;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.br-scroll-me:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-right: 1rem;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-animation: scrollMe 3s infinite;
  animation: scrollMe 3s infinite;
}

.single-portfolio-header .br-scroll-me {
  bottom: 1rem;
  left: 30px;
  color: #fff !important;
}

@media (min-width: 768px) {
  .single-portfolio-header .br-scroll-me {
    left: 4rem;
  }
}

/**
 * =============> (6) Inner Pages
 **/
#main {
  overflow: hidden;
}

#main .br-section {
  position: relative;
  display: block;
  margin: 0;
  padding: 4rem 0 4rem;
  overflow: hidden;
  z-index: 5;
}

#main .br-section.has-split-bg {
  position: relative;
}

#main .br-section.has-split-bg:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
}

#main .br-section.has-split-bg > * {
  position: relative;
  z-index: 1;
}

#main .br-section.has-sm-padding {
  padding: 4rem 0 4rem;
}

#main .br-section.has-no-padding {
  padding: 0 0 0 0;
}

#main header.page-header {
  position: relative;
  margin: 0;
  padding: 0;
}

#main header.page-header .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#main header.page-header h1 {
  margin: 0 0 0;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: .025rem;
}

#main .py-lg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

body.post-type-archive-portfolio #main .br-section,
body.tax-portfolio-cat #main .br-section {
  overflow: visible;
  padding-top: 30px;
  padding-bottom: calc(30px + 5em);
}

/**
 * =============> (6.1) Portfolio carousel
 **/
.portfolio-carousel-contain {
  margin: 4rem 0 0;
  overflow: visible;
  text-align: center;
}

.portfolio-carousel-contain .portfolio-carousel-btn-next,
.portfolio-carousel-contain .portfolio-carousel-btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 .5rem;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  outline-width: 0;
}

.portfolio-carousel-contain .portfolio-carousel-btn-next:focus, .portfolio-carousel-contain .portfolio-carousel-btn-next:active,
.portfolio-carousel-contain .portfolio-carousel-btn-prev:focus,
.portfolio-carousel-contain .portfolio-carousel-btn-prev:active {
  outline-width: 0;
}

.portfolio-carousel-contain .portfolio-carousel-btn-next svg,
.portfolio-carousel-contain .portfolio-carousel-btn-prev svg {
  display: inline-block;
  width: 16px;
  -webkit-transform: translateY(-1.5px);
  transform: translateY(-1.5px);
}

.portfolio-carousel-contain .swiper-wrapper {
  margin-top: 2rem;
}

.portfolio-carousel-contain .portfolio-carousel-item {
  margin: 0;
  padding: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj {
  position: relative;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj a {
  display: block;
  margin: 0;
  padding: 0;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj a > * {
  pointer-events: none;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj .portfolio-carousel-img {
  position: relative;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj .portfolio-carousel-img .dl, .portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj .portfolio-carousel-img .dr {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj .portfolio-carousel-img .dl {
  left: 0;
  background-position: 0 0;
  -webkit-transition: opacity .5s ease-out 0s, top .5s ease-out 0s, bottom .5s ease-out 0s;
  transition: opacity .5s ease-out 0s, top .5s ease-out 0s, bottom .5s ease-out 0s;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj .portfolio-carousel-img .dr {
  right: 0;
  background-position: right top;
  -webkit-transition: opacity .5s ease-out .1s, top .5s ease-out .1s, bottom .5s ease-out .1s;
  transition: opacity .5s ease-out .1s, top .5s ease-out .1s, bottom .5s ease-out .1s;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj:hover .portfolio-carousel-img .dl {
  top: 0;
  opacity: 1;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj:hover .portfolio-carousel-img .dr {
  top: 0;
  opacity: 1;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj img {
  opacity: 0;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj header {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -ms-align-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj header:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out 0s;
  transition: opacity .25s ease-out 0s;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj header h3 {
  font-size: 1.3rem;
  padding: .5rem 0 .5rem;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj header .portfolio-category {
  font-size: 13px;
  letter-spacing: .025em;
  margin: 0;
  padding: 0;
}

.portfolio-carousel-contain .portfolio-carousel-item .portfolio-carousel-obj header > * {
  flex: none;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 0;
  -webkit-transition: color .25s ease-out 0s;
  transition: color .25s ease-out 0s;
}

/**
 * =============> (6.2) Portfolio grid
 **/
.portfolio-grid-wrapper {
  margin: 0;
  padding: 0;
}

.portfolio-grid-wrapper .navigation.pagination {
  padding-top: 1rem;
}

.portfolio-grid-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.portfolio-grid-lists .portfolio-grid-item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 1s linear 0s;
  transition: transform 1s linear 0s;
}

.portfolio-grid-lists .portfolio-grid-item a {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.portfolio-grid-lists .portfolio-grid-item .entry-image {
  position: relative;
  z-index: 0;
  will-change: transform;
}

.portfolio-grid-lists .portfolio-grid-item .entry-image .image-shadow {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  -webkit-transform: perspective(1000px) scale(0.9) translate(10%, 10%);
  transform: perspective(1000px) scale(0.9) translate(10%, 10%);
}

.portfolio-grid-lists .portfolio-grid-item .entry-image .image-shadow img {
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity .25s ease 0s;
  transition: opacity .25s ease 0s;
  filter: blur(24px);
}

.portfolio-grid-lists .portfolio-grid-item .entry-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
}

.portfolio-grid-lists .portfolio-grid-item .entry-header {
  position: absolute;
  display: block;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  text-align: center;
  pointer-events: none;
}

.portfolio-grid-lists .portfolio-grid-item .entry-header h2, .portfolio-grid-lists .portfolio-grid-item .entry-header h3, .portfolio-grid-lists .portfolio-grid-item .entry-header h4, .portfolio-grid-lists .portfolio-grid-item .entry-header h5, .portfolio-grid-lists .portfolio-grid-item .entry-header h6 {
  margin: 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.portfolio-grid-lists .portfolio-grid-item .entry-header .portfolio-category {
  font-size: 13px;
  letter-spacing: .025em;
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: .75;
}

@media (min-width: 576px) {
  .portfolio-grid-lists {
    margin-right: -15px;
    margin-left: -15px;
  }
  .portfolio-grid-lists .portfolio-grid-item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .portfolio-grid-lists .portfolio-grid-item:nth-child(2n+2) .portfolio-grid-obj {
    -webkit-transform: translate3D(0px, 3rem, 0);
    transform: translate3D(0px, 3rem, 0);
  }
}

@media (min-width: 768px) {
  .portfolio-grid-lists {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .portfolio-grid-lists .portfolio-grid-item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .portfolio-grid-lists .portfolio-grid-item:nth-child(2n+2) .portfolio-grid-obj {
    -webkit-transform: translate3D(0px, 3rem, 0);
    transform: translate3D(0px, 3rem, 0);
  }
}

@media (min-width: 992px) {
  .portfolio-grid-wrapper .navigation.pagination {
    padding-top: 4rem;
  }
  .portfolio-grid-lists {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .portfolio-grid-lists .portfolio-grid-item {
    flex: 0 0 33.333334%;
    width: 33.333334%;
    max-width: 33.333334%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-grid-lists .portfolio-grid-item:nth-child(2n+2) .portfolio-grid-obj {
    -webkit-transform: none;
    transform: none;
  }
  .portfolio-grid-lists .portfolio-grid-item:nth-child(3n+2) .portfolio-grid-obj {
    -webkit-transform: translate3D(0px, 4rem, 0);
    transform: translate3D(0px, 4rem, 0);
  }
  .portfolio-grid-lists .portfolio-grid-item .entry-image .image-shadow {
    opacity: 1;
    -webkit-transform: perspective(1000px) scale(1) translate(15%, 15%);
    transform: perspective(1000px) scale(1) translate(15%, 15%);
  }
}

@media (min-width: 1200px) {
  .portfolio-grid-lists .portfolio-grid-item {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/**
 * =============> (6.3) Portfolio single
 **/
.single-portfolio-header {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-portfolio-header header {
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 0 1.5rem;
  text-align: center;
}

.single-portfolio-header header > * {
  margin: 1rem 0 1rem;
  color: #fff !important;
}

.single-portfolio-header header h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: .025rem;
}

.single-portfolio-header .portfolio-header-bg {
  position: absolute;
  display: block;
  flex: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
}

.single-portfolio-header .portfolio-header-bg > div {
  display: block;
  flex: none;
  margin: 0 0 0;
  padding: 0 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  perspective: -1000px;
}

.single-portfolio-header .portfolio-header-bg .jarallax-img {
  display: block;
  margin: 0 0 0;
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  zoom: 0;
}

.single-portfolio-header .portfolio-header-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.single-portfolio-header:after {
  content: "";
  display: table;
  margin: 0;
  clear: both;
}

.project-nav {
  text-align: center;
  margin: 0;
  padding: 0;
}

.project-nav a {
  display: block;
  margin: 0;
  padding: 3rem 0 3rem;
}

.project-nav h3 {
  font-weight: 600;
  letter-spacing: .025em;
}

.project-nav .project-nav-title {
  font-weight: 600;
}

/**
 * =============> (6.4) Masonry grid gallery
 **/
.br-masonry-gallery {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.br-masonry-gallery .masonry-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.br-masonry-gallery .masonry-grid .masonry__sizer,
.br-masonry-gallery .masonry-grid .masonry-grid-item {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.br-masonry-gallery .masonry-grid .masonry-grid-item {
  margin: 0 0 30px;
  padding: 0 15px;
  min-height: 1px;
}

.br-masonry-gallery .masonry-grid .masonry-grid-item a, .br-masonry-gallery .masonry-grid .masonry-grid-item .masonry-no-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

/**
 * =============> (6.5) Masonry metro gallery
 **/
.br-metro-gallery {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.br-metro-gallery .metro-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.br-metro-gallery .metro-grid .metro__sizer,
.br-metro-gallery .metro-grid .metro-grid-item {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.br-metro-gallery .metro-grid .metro-grid-item {
  margin: 0 0 30px;
  padding: 0 15px;
  min-height: 1px;
}

.br-metro-gallery .metro-grid .metro-grid-item a, .br-metro-gallery .metro-grid .metro-grid-item .metro-no-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 100% 0 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.br-metro-gallery .metro-grid .metro-grid-item a img, .br-metro-gallery .metro-grid .metro-grid-item .metro-no-link img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: 150%;
  min-height: 100%;
  opacity: 0;
}

.br-metro-gallery .metro-grid .metro-grid-item.metro-double, .br-metro-gallery .metro-grid .metro-grid-item.metro-landscape {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.br-metro-gallery .metro-grid .metro-grid-item.metro-potrait a, .br-metro-gallery .metro-grid .metro-grid-item.metro-potrait .metro-no-link {
  padding-top: calc(200% + 30px);
}

.br-metro-gallery .metro-grid .metro-grid-item.metro-potrait a img, .br-metro-gallery .metro-grid .metro-grid-item.metro-potrait .metro-no-link img {
  width: auto;
  max-width: none;
  height: 100%;
}

.br-metro-gallery .metro-grid .metro-grid-item.metro-landscape a, .br-metro-gallery .metro-grid .metro-grid-item.metro-landscape .metro-no-link {
  padding-top: calc(50% - 15px);
}

@media (min-width: 768px) {
  .br-masonry-gallery .masonry-grid .masonry__sizer,
  .br-masonry-gallery .masonry-grid .masonry-grid-item {
    flex: 0 0 33.333334%;
    width: 33.333334%;
    max-width: 33.333334%;
  }
  .br-metro-gallery .metro-grid .metro__sizer,
  .br-metro-gallery .metro-grid .metro-grid-item {
    flex: 0 0 33.333334%;
    width: 33.333334%;
    max-width: 33.333334%;
  }
  .br-metro-gallery .metro-grid .metro-grid-item.metro-double, .br-metro-gallery .metro-grid .metro-grid-item.metro-landscape {
    flex: 0 0 66.666667%;
    width: 66.666667%;
    max-width: 66.666667%;
  }
}

/**
 * =============> (6.6) Portfolio carousel gallery
 **/
.br-carousel-gallery-container .swiper-slide {
  overflow: hidden;
}

.br-carousel-gallery-container .br-carousel-item {
  position: relative;
}

.br-carousel-gallery-container .br-carousel-item img {
  opacity: 0;
}

.br-carousel-gallery-container .br-carousel-item .br-carousel-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.br-carousel-gallery-container .br-gallery-carousel-buttons {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  text-align: center;
}

.br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-next,
.br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 .5rem;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  outline-width: 0;
}

.br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-next:focus, .br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-next:active,
.br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-prev:focus,
.br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-prev:active {
  outline-width: 0;
}

.br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-next svg,
.br-carousel-gallery-container .br-gallery-carousel-buttons .br-gallery-carousel-btn-prev svg {
  display: inline-block;
  width: 16px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.br-carousel-gallery-container .br-gallery-carousel-buttons .total-slide {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: .025em;
  margin-left: 1rem;
  margin-right: 1rem;
}

.br-carousel-gallery-container .br-gallery-carousel-buttons .total-slide span {
  display: inline-block;
  margin: 0 .5rem;
}

/**
 * =============> (6.7) Team info/card
 **/
.team-card {
  margin: 15px 0 15px 0;
  position: relative;
  overflow: hidden;
}

.team-card .team-avatar {
  margin: 0;
  padding: 0;
}

.team-card .team-info {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 2rem;
  color: rgba(255, 255, 255, 0.75);
}

.team-card .team-info h1, .team-card .team-info h2, .team-card .team-info h3, .team-card .team-info h4, .team-card .team-info h5, .team-card .team-info h6 {
  color: #fff;
  margin: 0 0 .25rem;
  line-height: 1;
}

.team-card .team-info .role {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.team-card ul.team-social {
  list-style-type: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

.team-card ul.team-social li {
  list-style-type: none;
  margin: 0 1rem 0 0 !important;
  padding: 0;
}

.team-card ul.team-social li a {
  color: rgba(255, 255, 255, 0.75);
}

.team-card ul.team-social li a:hover {
  color: #fff;
}

.team-card:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

.team-card.untouched:before {
  opacity: .5;
  -webkit-transition: opacity .35s ease 0s;
  transition: opacity .35s ease 0s;
}

.team-card.untouched:hover:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .team-card {
    margin: 1.5rem 0 1.5rem 0;
  }
}

@media (min-width: 992px) {
  .team-card {
    margin: 2rem 0 2rem 0;
  }
}

/**
 * =============> (6.8) Services block (used inside grid)
 **/
.br-service {
  margin: 4rem 0 0;
  padding: 0;
}

.br-service h4 {
  font-size: 1.3rem;
  font-weight: 500;
}

.br-service .br-service-thumbnail {
  margin: 0;
  padding: 0;
}

.br-service .br-service-thumbnail img {
  margin: 0;
  padding: 0;
}

/**
 * =============> (6.9) Animated numbers
 **/
.br-animated-number-wrap {
  font-size: 3rem;
  letter-spacing: -.025em;
  text-align: center;
  margin: 0 0 1rem;
  padding: 0;
}

.br-animated-number-wrap .br-animated-number {
  position: relative;
  margin: 0;
  padding: 0 2rem;
}

.br-animated-number-wrap .br-animated-line {
  font-size: 1rem;
  margin: 0 0 .5rem;
  padding: 0;
  text-align: center;
}

.br-animated-number-wrap .br-animated-line svg {
  display: inline-block;
  width: 34px;
  height: auto;
  fill: currentColor;
  opacity: .75;
}

/**
 * =============> (6.10) Fullwidth image block
 **/
.full-img-block {
  position: relative;
  margin: 0;
  padding: 0;
}

.full-img-block .img-container {
  position: relative;
  margin: 0;
  padding: 0;
}

.full-img-block img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0;
}

/**
 * =============> (6.11) Testimonial block
 **/
.br-testimonial {
  max-width: 710px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: inherit !important;
}

.br-testimonial blockquote {
  font-size: 1.45rem;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 70px;
  position: relative;
  text-align: left;
  padding-right: 0;
  padding-top: 0;
}

.br-testimonial blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: .85em;
  width: 50px;
  height: 1px;
  margin: 0;
  background-color: currentColor;
  background-image: none;
  border-radius: 0;
}

.br-testimonial blockquote p {
  font-family: inherit;
  font-size: inherit;
}

.br-testimonial img.testimonial-person {
  margin-left: 70px;
  margin-bottom: .75rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.br-testimonial figcaption {
  padding-left: 70px;
  font-size: 13px;
  letter-spacing: .025em;
}

.br-testimonial figcaption cite {
  display: block !important;
  font-style: normal;
  font-weight: bold;
}

.testimonial-carousel-buttons {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 .5rem;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  outline-width: 0;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next:focus, .testimonial-carousel-buttons .testimonial-carousel-btn-next:active,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev:focus,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev:active {
  outline-width: 0;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next svg,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev svg {
  display: inline-block;
  width: 16px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.testimonial-carousel-buttons .testimonial-carousel-btn-prev {
  margin-left: 70px;
}

.testimonial-carousel-buttons .total-slide {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: .025em;
  margin-left: 1rem;
  margin-right: 1rem;
}

.testimonial-carousel-buttons .total-slide span {
  display: inline-block;
  margin: 0 .5rem;
}

/**
 * =============> (6.12) Client logo carousel
 **/
.client-carousel-contain .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.client-carousel-contain .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px;
}

/**
 * =============> (6.13) Circular progress
 **/
.br-circle-progress {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}

.br-circle-progress .svg-circle {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.br-circle-progress .svg-circle.small {
  width: 100px;
  max-width: 100%;
}

.br-circle-progress .svg-circle.medium {
  width: 150px;
  max-width: 100%;
}

.br-circle-progress .svg-circle.big {
  width: 300px;
  max-width: 100%;
}

.br-circle-progress .svg-circle text {
  font-size: 38px;
}

/**
 * =============> (6.14) Map block
 **/
#top-map {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

#top-map .br-map {
  margin: 0;
  padding: 0;
  height: 60vh;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.05) 50%, #000 100%);
}

#top-map .br-map img:not(.leaflet-marker-icon) {
  opacity: .5;
}

/**
 * =============> (6.15) Blog grid
 **/
.br-post-grid {
  margin: 0 0 4rem;
  padding: 0;
}

.br-post-grid .entry-header {
  padding: 0 10px;
}

.br-post-grid .entry-header .entry-title {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0;
  padding: 0 0 0;
}

.br-post-grid .entry-image {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0;
  text-align: center;
}

.br-post-grid .entry-meta {
  padding-left: 10px;
  padding-right: 10px;
}

.br-post-grid .ui-post-no-thumbnail {
  margin: 0;
  padding: 2rem;
  min-height: 20rem;
  position: relative;
}

.br-post-grid .ui-post-no-thumbnail .entry-header {
  padding: 0 0 0 0;
}

.br-post-grid .ui-post-no-thumbnail .entry-header .entry-title {
  margin: 0 0 .5rem;
  padding: 0 0 1rem;
}

.br-post-grid .ui-post-no-thumbnail .entry-meta {
  padding-left: 0;
  padding-right: 0;
}

.br-post-grid-minimal {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}

.br-post-grid-minimal .ui-post-grid-minimal {
  margin: 0;
  padding: 2rem;
  min-height: 20rem;
  position: relative;
  z-index: 1;
}

.br-post-grid-minimal .ui-post-grid-minimal .entry-header {
  padding: 0 0;
}

.br-post-grid-minimal .ui-post-grid-minimal .entry-header .entry-title {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 .5rem;
  padding: 0 0 1rem;
}

.br-post-grid-minimal .post-grid-minimal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease-out 0s;
  transition: opacity .3s ease-out 0s;
}

.br-post-grid-minimal .post-grid-minimal-bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.br-post-grid-minimal .post-grid-minimal-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.33);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.33) 100%);
}

.br-post-grid-minimal .post-grid-minimal-bg.objFitBg {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

.br-post-staggered {
  margin: 0 0 4rem;
  padding: 0;
}

.br-post-staggered .entry-image {
  position: relative;
}

.br-post-staggered .entry-header {
  padding: 0 0;
}

.br-post-staggered .entry-header .entry-title {
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 .5rem;
  padding: 0 0 1rem;
}

.br-post-staggered .entry-content {
  margin: 3rem 0 0;
  padding: 0;
}

.br-post-staggered .ui-post-no-thumbnail {
  margin: 0;
  padding: 4rem 2rem;
  min-height: 20rem;
  position: relative;
}

.br-post-staggered .ui-post-no-thumbnail .d-block {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .br-post-grid-minimal .post-grid-minimal-bg {
    opacity: 0;
  }
  .br-post-grid-minimal:hover .post-grid-minimal-bg {
    opacity: 1;
  }
  .br-post-staggered:nth-child(even) .staggered-image {
    order: 2;
  }
}

.br-post-classic {
  margin: 0 0 4rem;
  padding: 0;
}

.br-post-classic .ui-post-classic {
  margin: 0;
  padding: 0 0 0 100px;
  position: relative;
}

.br-post-classic .ui-post-classic .post-classic-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  text-align: center;
}

.br-post-classic .ui-post-classic .post-classic-date .entry-date {
  margin: 0 0 0;
  display: block;
  width: 100%;
}

.br-post-classic .ui-post-classic .post-classic-date .entry-date .day {
  display: block;
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.1;
}

.br-post-classic .ui-post-classic .post-classic-date .entry-date .month-and-year {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.br-post-classic .ui-post-classic .entry-image {
  position: relative;
  margin: 0 0 2rem;
  padding: 0;
}

.br-post-classic .ui-post-classic .entry-header {
  padding: 0 0;
}

.br-post-classic .ui-post-classic .entry-header .entry-title {
  font-weight: 600;
  margin: 0 0 0;
}

.br-post-classic .ui-post-classic .entry-content {
  margin: 2rem 0 0;
  padding: 0;
}

.br-post-classic .ui-post-classic .entry-meta {
  padding-bottom: 2rem;
}

.brayn-first-post {
  margin: 0 0 0;
  padding: 0;
  height: 100vh;
  position: relative;
}

.brayn-first-post .container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.brayn-first-post .entry-header {
  margin: 0;
  padding: 0;
}

.brayn-first-post .entry-header .entry-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0;
  padding: 1rem 0 1rem;
  color: #fff;
  text-align: center;
}

.brayn-first-post .entry-header .entry-title a {
  color: #fff;
}

.brayn-first-post .entry-header .entry-title a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.brayn-first-post .entry-header .cat-links {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.brayn-first-post .entry-header .cat-links a {
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 0 .15rem;
  padding: .25rem .5rem;
  background-color: rgba(255, 255, 255, 0.85);
  color: #212121;
}

.brayn-first-post .entry-meta {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.85);
}

.brayn-first-post .entry-meta .meta-separator {
  color: rgba(255, 255, 255, 0.5);
}

.brayn-first-post .entry-meta a {
  color: rgba(255, 255, 255, 0.85);
}

.brayn-first-post .entry-meta a:hover {
  color: #fff;
}

.brayn-first-post .entry-content {
  margin: 2rem 0 0;
  padding: 0;
  position: relative;
  z-index: 3;
}

.brayn-first-post .first-post-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212121;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.brayn-first-post .first-post-bg .jarallax-img {
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.brayn-first-post .first-post-bg:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  opacity: .45;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stick-ol {
  display: inline-block;
  position: relative;
  margin: 0 1rem 0 .25rem;
  padding: .25rem .25rem .25rem .5rem;
  line-height: 1;
  border-radius: 2px 1px 1px 2px;
  vertical-align: baseline;
  font-weight: 600;
  background: #f2cc14;
  background: -moz-linear-gradient(90deg, #f2cc14 0%, #e78509 50%, #f15701 100%);
  background: -webkit-linear-gradient(90deg, #f2cc14 0%, #e78509 50%, #f15701 100%);
  background: linear-gradient(90deg, #f2cc14 0%, #e78509 50%, #f15701 100%);
  color: #fff;
}

.stick-ol:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: calc(-5.5px + -.25rem);
  width: 0;
  height: 0;
  border-top: calc(5.5px + .25rem) solid transparent;
  border-bottom: calc(5.5px + .25rem) solid transparent;
  border-left: calc(5.5px + .25rem) solid #f15701;
}

.stick-ol svg {
  display: inline-block;
  fill: currentColor;
  width: 8px;
  height: auto;
  vertical-align: baseline;
  margin-right: .35rem;
}

@media (min-width: 768px) {
  .brayn-first-post .adds-pr {
    padding-right: 3rem;
  }
  .br-post-grid-minimal .ui-post-grid-minimal {
    padding: 2.5rem;
  }
}

@media (min-width: 992px) {
  .brayn-first-post .adds-pr {
    padding-right: 4rem;
  }
  .brayn-first-post .entry-header .entry-title {
    font-size: 3rem;
    letter-spacing: -.075rem;
  }
}

@media (max-width: 991.98px) {
  #main-content-contain .br-post-staggered .col-md-7,
  #main-content-contain .br-post-staggered .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-content-contain .br-post-staggered .staggered-image, #main-content-contain .br-post-staggered:nth-child(even) .staggered-image {
    order: inherit;
  }
}

.cat-links {
  display: block;
  max-height: 25px;
  overflow: hidden;
  margin: 0 -0.25rem .5rem -0.25rem;
  padding: 0 0 1rem;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.cat-links > a {
  display: inline-block;
  margin: 0 .25rem .25rem .25rem;
}

.entry-meta {
  margin: 0 0 0;
  padding: 1rem 0 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.entry-meta .meta-separator {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  letter-spacing: 0;
  margin: 0 .225rem 0 .35rem;
  padding: 0;
  font-weight: 600;
  opacity: .75;
}

.entry-meta a {
  color: inherit;
  border-bottom: 1px dotted currentColor;
}

.entry-meta time {
  text-align: right;
}

.search-loop-item {
  margin: 0 0 4rem;
  padding: 0;
}

.search-loop-item .search-loop-ui {
  margin: 0;
  padding: 0;
}

.search-loop-item .search-loop-ui .av-search-loop {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  font-size: 2rem;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  margin-right: 1.5rem;
}

.search-loop-item .search-loop-ui header {
  margin: 0;
  padding: 0;
}

.search-loop-item .search-loop-ui header h3 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}

.search-loop-item .search-loop-ui header .meta-link {
  font-size: .8rem;
}

.search-loop-item .search-loop-ui p {
  margin: 1rem 0 0;
}

/**
 * =============> (6.16) Single blog post
 **/
.single-post-contain {
  margin: 0;
  padding-bottom: 5rem;
}

.brayn-the-content > .single-post-contain {
  padding-bottom: 0;
}

article.single-post {
  margin: 0;
  padding: 0 0 4rem;
}

article.single-post header.entry-header {
  margin: 0;
  padding: 4rem 0 0;
  text-align: center;
}

article.single-post header.entry-header h1 {
  letter-spacing: -0.03em;
  margin: 1rem 0 1rem;
  font-weight: 600;
}

article.single-post .entry-meta {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
}

article.single-post .post-featured-image {
  position: relative;
  margin: 4rem 0 0;
  padding: 0;
  text-align: center;
}

article.single-post .post-content-contain {
  max-width: 710px;
  margin: 4rem auto 0;
  padding: 0;
}

article.single-post .post-content-contain:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

article.single-post .tag-links {
  clear: both;
  margin: 4rem 0 0;
}

article.single-post .tag-links a {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .025em;
  line-height: 1;
  padding: .4rem .5rem;
  margin-right: .25rem;
  margin-bottom: .25rem;
  border-radius: 2px;
  vertical-align: middle;
}

article.single-post .post-author-box {
  margin: 4rem 0 0;
  padding: 2rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

article.single-post .post-author-box h3.post-author-heading {
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

article.single-post .post-author-box .author-desc {
  position: relative;
  padding-left: 100px;
  min-height: 70px;
}

article.single-post .post-author-box .author-desc img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.post-password-form {
  padding: 2rem;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08), 0 15px 30px -10px rgba(0, 0, 0, 0.05);
}

.post-password-form > p:first-child {
  margin-top: 0 !important;
}

.post-password-form > p:last-child {
  text-align: left;
  max-width: 400px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.post-password-form label {
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .25em;
}

.post-password-form input[type="submit"] {
  position: absolute;
  right: 2px;
  bottom: .6rem;
}

.post-content-contain {
  max-width: 710px;
  margin: 0 auto 0;
  padding: 0;
}

.post-content-contain:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.post-content-contain p.has-drop-cap::first-letter {
  float: left;
  font-size: 3.7em;
  line-height: 0.68;
  font-weight: bold;
  margin: 0.4rem .85rem 0 0;
  text-transform: uppercase;
  font-style: normal;
}

.post-content-contain pre, .post-content-contain pre.wp-block-preformatted, .post-content-contain pre.wp-block-code {
  margin-top: 50px;
  padding: 2rem;
  background: black;
  color: white;
  border-radius: 2px;
  tab-size: 4;
}

.post-content-contain pre + *, .post-content-contain pre.wp-block-preformatted + *, .post-content-contain pre.wp-block-code + * {
  margin-top: 50px;
}

.post-content-contain blockquote, .post-content-contain blockquote.wp-block-quote {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem !important;
  margin-top: 50px !important;
  text-align: center;
  min-height: 51px;
  border-left-width: 0;
}

.post-content-contain blockquote:not(.is-large), .post-content-contain blockquote:not(.is-style-large), .post-content-contain blockquote.wp-block-quote:not(.is-large), .post-content-contain blockquote.wp-block-quote:not(.is-style-large) {
  border-left-width: 0;
}

.post-content-contain blockquote p {
  font-family: "Georgia", serif;
  font-size: 1.25rem;
}

.post-content-contain blockquote:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 0 -1.5rem;
  background-image: url(../images/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-color: #ececec;
  border-radius: 50%;
}

.post-content-contain blockquote cite {
  font-size: .75rem !important;
  font-weight: 600;
  position: relative;
  font-style: normal;
}

.post-content-contain blockquote + * {
  margin-top: 50px;
}

.post-content-contain .wp-block-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 1px;
}

.post-content-contain .wp-block-columns .wp-block-column {
  flex: 0 0 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.post-content-contain .wp-block-columns .wp-block-column .wp-block-image {
  margin-top: 26px !important;
}

.post-content-contain .wp-block-cover,
.post-content-contain .wp-block-cover-image {
  min-height: 50vh;
}

.post-content-contain .wp-block-separator {
  clear: both;
  margin: 50px auto 50px;
}

.post-content-contain .wp-block-separator + * {
  margin-top: 0;
}

.post-content-contain .wp-block-gallery {
  margin-top: 50px;
}

.post-content-contain .wp-block-pullquote {
  margin-top: 50px;
}

.post-content-contain .wp-block-pullquote blockquote {
  margin-top: 0 !important;
}

.post-content-contain .wp-block-pullquote + * {
  margin-top: 50px;
}

.post-content-contain .wp-block-pullquote.alignleft, .post-content-contain .wp-block-pullquote.alignright {
  margin-top: 20px;
  margin-bottom: 2rem;
}

.post-content-contain .wp-block-pullquote.alignleft + *, .post-content-contain .wp-block-pullquote.alignright + * {
  margin-top: 29px;
}

.post-content-contain .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 80%;
}

.post-content-contain ul.wp-block-latest-posts {
  margin-top: 50px;
  margin-bottom: 50px;
  list-style-type: none;
}

.post-content-contain ul.wp-block-latest-posts li {
  list-style-type: none;
  margin: 0;
  padding: 1rem;
}

.post-content-contain ul.wp-block-latest-posts li time {
  padding: .5rem 0 .25rem;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.post-content-contain ul.wp-block-latest-posts.is-grid {
  margin-left: -8px;
  margin-right: -8px;
}

.post-content-contain ul.wp-block-latest-posts.is-grid li {
  position: relative;
  margin: 0 8px 1rem 8px;
  padding: 0 0 1rem 0;
}

.post-content-contain ul.wp-block-latest-posts.is-grid li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}

.post-content-contain ul.wp-block-latest-posts + * {
  margin-top: 0;
}

.post-content-contain ul.wp-block-categories.wp-block-categories-list {
  list-style-type: none;
  margin: 50px 0 50px;
  padding: 0;
}

.post-content-contain ul.wp-block-categories.wp-block-categories-list li {
  list-style-type: none;
  position: relative;
  padding: .5rem 0 .5rem 32px;
  margin-left: 0;
  font-size: 12px;
}

.post-content-contain ul.wp-block-categories.wp-block-categories-list li a {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.post-content-contain ul.wp-block-categories.wp-block-categories-list li:before {
  content: "\f0ea";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  width: 20px;
  top: .9rem;
  text-align: center;
  opacity: .75;
}

.post-content-contain ul.wp-block-categories.wp-block-categories-list li ul {
  margin-left: -32px;
  margin-top: .5rem;
  padding-left: 32px;
}

.post-content-contain ul.wp-block-categories.wp-block-categories-list li ul li:last-child {
  border-bottom-width: 0;
}

.post-content-contain ul.wp-block-categories.wp-block-categories-list + * {
  margin-top: 0;
}

.post-content-contain ul.wp-block-archives.wp-block-archives-list {
  list-style-type: none;
  margin: 50px 0 50px;
  padding: 0;
}

.post-content-contain ul.wp-block-archives.wp-block-archives-list li {
  list-style-type: none;
  position: relative;
  padding: .5rem 0 .5rem 32px;
  margin-left: 0;
  font-size: 12px;
}

.post-content-contain ul.wp-block-archives.wp-block-archives-list li a {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.post-content-contain ul.wp-block-archives.wp-block-archives-list li:before {
  content: "\f133";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  width: 20px;
  top: .9rem;
  text-align: center;
  opacity: .75;
}

.post-content-contain ul.wp-block-archives.wp-block-archives-list li ul {
  margin-left: -32px;
  margin-top: .5rem;
  padding-left: 32px;
}

.post-content-contain ul.wp-block-archives.wp-block-archives-list li ul li:last-child {
  border-bottom-width: 0;
}

.post-content-contain ul.wp-block-archives.wp-block-archives-list + * {
  margin-top: 0;
}

.post-content-contain ol.wp-block-latest-comments {
  list-style-type: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 50px;
  margin-bottom: 50px;
}

.post-content-contain ol.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.post-content-contain ol.wp-block-latest-comments .wp-block-latest-comments__comment:after {
  content: "";
  display: table;
  line-height: 0;
  margin: 0;
  clear: both;
}

.post-content-contain ol.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  display: inline-block;
  padding: 0 .35rem 0 .35rem;
  margin-right: .25rem;
  border-radius: 3px;
  font-size: .675rem;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.post-content-contain ol.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  font-weight: 600;
}

.post-content-contain ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
  font-size: .675rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-top: .5rem;
}

.post-content-contain ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
  padding: 1rem;
  border-radius: 3px;
  margin-top: 1rem;
}

.post-content-contain ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin: 0 0 0;
}

.post-content-contain ol.wp-block-latest-comments + * {
  clear: both;
}

.post-content-contain .wp-block-tag-cloud {
  margin: 50px 0 50px;
  padding: 0;
}

.post-content-contain .wp-block-tag-cloud a {
  display: inline-block;
  font-size: .75rem !important;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: 1;
  font-weight: 600;
  padding: .25rem .3rem;
  border-radius: 2px;
  vertical-align: middle;
}

.post-content-contain .wp-block-button {
  margin-top: 29px;
  margin-bottom: 15px;
}

.post-content-contain .wp-block-button .wp-block-button__link {
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 1.5rem;
}

.post-content-contain .wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.post-content-contain .wp-block-button.is-style-default .wp-block-button__link, .post-content-contain .wp-block-button.is-style-squared .wp-block-button__link {
  box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.12);
}

.post-content-contain .wp-block-button.is-style-default .wp-block-button__link:hover, .post-content-contain .wp-block-button.is-style-squared .wp-block-button__link:hover {
  box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.post-content-contain .wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: .65;
}

.post-content-contain .wp-block-file {
  padding: 1rem;
  margin-top: 29px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
}

.post-content-contain .wp-block-file .wp-block-file__button {
  border-radius: 2px;
  text-transform: uppercase;
}

.post-content-contain .wp-block-audio {
  margin-top: 29px;
}

.post-content-contain .wp-block-audio .mejs-container {
  width: 100% !important;
}

.post-content-contain .author-social-links {
  margin: 1rem 0 0;
  padding: 0;
}

.post-content-contain .author-social-links:after {
  content: "";
  display: table;
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.author-social-links a {
  float: left;
  display: inline-block;
  margin: 6px 6px 0 0;
  padding: 0;
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: inherit;
}

.author-social-links a svg {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  fill: currentColor;
  opacity: .5;
}

.author-social-links a:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.author-social-links a:hover svg {
  opacity: 1;
}

.author-social-links a._author_twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_instagram:hover {
  background: #e1306c;
  background: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  border-color: #e1306c;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_youtube:hover {
  background-color: #dc232e;
  border-color: #dc232e;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_vimeo:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_google-plus:hover {
  background-color: #d34836;
  border-color: #d34836;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_pinterest:hover {
  background-color: #c8232c;
  border-color: #c8232c;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_medium:hover {
  background-color: #555555;
  border-color: #555555;
  color: #fff;
  fill: #fff;
}

.author-social-links a._author_tumblr:hover {
  background-color: #35465c;
  border-color: #35465c;
  color: #fff;
  fill: #fff;
}

@media (min-width: 768px) {
  .post-content-contain .wp-block-columns {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .post-content-contain .wp-block-columns .wp-block-column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .post-content-contain .wp-block-columns.has-10-columns .wp-block-column {
    flex: 0 0 10%;
    width: 10%;
  }
  .post-content-contain .wp-block-columns.has-9-columns .wp-block-column {
    flex: 0 0 11.111111%;
    width: 11.111111%;
  }
  .post-content-contain .wp-block-columns.has-8-columns .wp-block-column {
    flex: 0 0 12.5%;
    width: 12.5%;
  }
  .post-content-contain .wp-block-columns.has-7-columns .wp-block-column {
    flex: 0 0 14.285714285714286%;
    width: 14.285714285714286%;
  }
  .post-content-contain .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 16.666667%;
    width: 16.666667%;
  }
  .post-content-contain .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 20%;
    width: 20%;
  }
  .post-content-contain .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 25%;
    width: 25%;
  }
  .post-content-contain .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 33.333334%;
    width: 33.333334%;
  }
  .post-content-contain .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 50%;
    width: 50%;
  }
}

/**
 * =============> (6.17) Pagination
 **/
.navigation {
  clear: both;
}

.navigation.pagination {
  margin: 3rem 0 0;
  padding: 0 0 0;
  text-align: center;
}

.navigation.pagination .nav-links {
  margin: 0 auto;
}

.navigation.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .15rem;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.navigation.pagination svg {
  display: inline;
  vertical-align: middle;
  width: 10px;
  fill: currentColor;
}

.navigation.post-navigation {
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 710px;
}

.navigation.post-navigation .nav-links {
  margin: 0 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 1rem;
}

.navigation.post-navigation .nav-links .nav-previous:first-child,
.navigation.post-navigation .nav-links .nav-next:first-child {
  margin-top: 0;
}

.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.navigation.post-navigation .nav-links .nav-previous a .nav-subtitle,
.navigation.post-navigation .nav-links .nav-next a .nav-subtitle {
  flex: none;
  position: absolute;
  z-index: 2;
  width: 100px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0 4px;
}

.navigation.post-navigation .nav-links .nav-previous a .nav-title,
.navigation.post-navigation .nav-links .nav-next a .nav-title {
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  text-align: center;
  padding: 0 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.navigation.post-navigation .nav-links .nav-previous .no-thumb-svg,
.navigation.post-navigation .nav-links .nav-previous img,
.navigation.post-navigation .nav-links .nav-next .no-thumb-svg,
.navigation.post-navigation .nav-links .nav-next img {
  flex: none;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: auto;
}

.navigation.post-navigation .nav-links .nav-previous .no-thumb-svg,
.navigation.post-navigation .nav-links .nav-next .no-thumb-svg {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.navigation.post-navigation .nav-links .nav-previous .no-thumb-svg svg,
.navigation.post-navigation .nav-links .nav-next .no-thumb-svg svg {
  margin: auto;
}

.navigation.post-navigation .nav-links .nav-previous a {
  padding-left: 100px;
}

.navigation.post-navigation .nav-links .nav-previous a .nav-subtitle {
  top: 15px;
  left: -25px;
  transform: rotate(-45deg);
}

.navigation.post-navigation .nav-links .nav-previous a .no-thumb-svg,
.navigation.post-navigation .nav-links .nav-previous a img {
  left: 0;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.navigation.post-navigation .nav-links .nav-next a {
  padding-right: 100px;
}

.navigation.post-navigation .nav-links .nav-next a .nav-subtitle {
  top: 15px;
  right: -25px;
  transform: rotate(45deg);
}

.navigation.post-navigation .nav-links .nav-next a .no-thumb-svg,
.navigation.post-navigation .nav-links .nav-next a img {
  right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.navigation.post-navigation + #comments {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .navigation.post-navigation .nav-links {
    padding: 0;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .navigation.post-navigation .nav-links .nav-previous,
  .navigation.post-navigation .nav-links .nav-next {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .navigation.post-navigation .nav-links .nav-previous {
    padding-right: 1rem;
  }
  .navigation.post-navigation .nav-links .nav-next {
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .navigation.post-navigation .nav-links .nav-previous {
    padding-right: 1rem;
  }
  .navigation.post-navigation .nav-links .nav-next {
    padding-left: 1rem;
  }
}

.page-links {
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  clear: both;
}

.page-links .page-number {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .15rem;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.project-next-prev {
  margin: 0;
  padding: 2rem 2rem 2rem 2rem;
}

@media (min-width: 768px) {
  .project-next-prev {
    padding: 2rem 0 2rem 0;
  }
}

/**
 * =============> (7) Media queries for main block
 **/
@media (min-width: 768px) {
  #main .br-section {
    margin: 0;
    padding: 5rem 0 5rem;
  }
  #main header.page-header .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #main header.page-header h1 {
    font-size: 3rem;
  }
  #main .py-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .single-post-contain {
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  #main .br-section {
    margin: 0;
    padding: 6rem 0 6rem;
  }
  #main header.page-header .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  #main header.page-header h1 {
    font-size: 4rem;
  }
  #main .py-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .single-post-contain {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  #main .br-section {
    margin: 0;
    padding: 7rem 0 7rem;
  }
  #main header.page-header .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  #main .py-lg {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .single-post-contain {
    padding-bottom: 7rem;
  }
}

body.elementor-page #main .br-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

twitter-widget {
  margin-left: auto;
  margin-right: auto;
}

/**
 * =============> (8) Base Typography
 **/
p:not(:first-child) {
  margin-top: 29px;
}

.post-content-contain h1:not(:first-child), .post-content-contain h2:not(:first-child), .post-content-contain h3:not(:first-child), .post-content-contain h4:not(:first-child), .post-content-contain h5:not(:first-child), .post-content-contain h6:not(:first-child) {
  margin-top: 50px;
  margin-bottom: 1rem;
}

.post-content-contain h1 + h1,
.post-content-contain h1 + h2,
.post-content-contain h1 + h3,
.post-content-contain h1 + h4,
.post-content-contain h1 + h5,
.post-content-contain h1 + h6, .post-content-contain h2 + h1,
.post-content-contain h2 + h2,
.post-content-contain h2 + h3,
.post-content-contain h2 + h4,
.post-content-contain h2 + h5,
.post-content-contain h2 + h6, .post-content-contain h3 + h1,
.post-content-contain h3 + h2,
.post-content-contain h3 + h3,
.post-content-contain h3 + h4,
.post-content-contain h3 + h5,
.post-content-contain h3 + h6, .post-content-contain h4 + h1,
.post-content-contain h4 + h2,
.post-content-contain h4 + h3,
.post-content-contain h4 + h4,
.post-content-contain h4 + h5,
.post-content-contain h4 + h6, .post-content-contain h5 + h1,
.post-content-contain h5 + h2,
.post-content-contain h5 + h3,
.post-content-contain h5 + h4,
.post-content-contain h5 + h5,
.post-content-contain h5 + h6, .post-content-contain h6 + h1,
.post-content-contain h6 + h2,
.post-content-contain h6 + h3,
.post-content-contain h6 + h4,
.post-content-contain h6 + h5,
.post-content-contain h6 + h6 {
  margin-top: 0;
}

.post-content-contain h1 + p, .post-content-contain h2 + p, .post-content-contain h3 + p, .post-content-contain h4 + p, .post-content-contain h5 + p, .post-content-contain h6 + p {
  margin-top: 1rem !important;
}

.post-content-contain h1 + ul, .post-content-contain h2 + ul, .post-content-contain h3 + ul, .post-content-contain h4 + ul, .post-content-contain h5 + ul, .post-content-contain h6 + ul {
  margin-top: 2rem !important;
}

.post-content-contain h1 + ol, .post-content-contain h2 + ol, .post-content-contain h3 + ol, .post-content-contain h4 + ol, .post-content-contain h5 + ol, .post-content-contain h6 + ol {
  margin-top: 2rem !important;
}

.post-content-contain ul {
  margin-left: 0;
  padding: 0;
}

.post-content-contain ul li {
  margin-left: 2rem;
  padding: 0;
}

.post-content-contain ul.service-minimal {
  list-style-type: none;
}

.post-content-contain ul.service-minimal li {
  list-style-type: none;
  margin-left: 0;
  margin-top: .5rem;
}

/** animation preparation */
html.js #brayn-section-hero .container > * {
  opacity: 0;
}

html.js #brayn-section-hero .br-scroll-me {
  opacity: 0;
}

html.js .has-reveal-effect {
  opacity: 0;
  position: relative;
}

html.js .has-reveal-effect .revealer {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}

html.js body.elementor-editor-active .has-reveal-effect {
  opacity: 1;
}

@keyframes br_fadeIn {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes brayn_revealTop {
  from, 35%, 65%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    right: 0;
    left: 0;
    bottom: 0;
    height: 0;
  }
  35% {
    height: 100%;
  }
  65% {
    height: 100%;
    bottom: initial;
    top: 0;
  }
  to {
    height: 0;
  }
}

@keyframes brayn_revealBottom {
  from, 35%, 65%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    right: 0;
    left: 0;
    top: 0;
    bottom: initial;
    height: 0;
  }
  35% {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  65% {
    height: 100%;
    top: initial;
    bottom: 0;
  }
  to {
    height: 0;
    top: initial;
    bottom: 0;
  }
}

@keyframes brayn_revealLeft {
  from, 35%, 65%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
  }
  35% {
    width: 100%;
  }
  65% {
    width: 100%;
    right: initial;
    left: 0;
  }
  to {
    width: 0;
    right: initial;
    left: 0;
    top: 0;
    bottom: 0;
  }
}

@keyframes brayn_revealRight {
  from, 35%, 65%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    left: 0;
    top: 0;
    bottom: 0;
    right: initial;
    width: 0;
  }
  35% {
    width: 100%;
    left: 0;
    right: 0;
  }
  65% {
    width: 100%;
    left: initial;
    right: 0;
  }
  to {
    width: 0;
    left: initial;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.brayn_revealTop.animated {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.brayn_revealTop.animated .elementor-widget-container {
  position: relative;
}

.brayn_revealTop.animated .elementor-widget-container:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 0%;
  left: 0;
  animation-name: brayn_revealTop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealTop.animated .elementor-widget-container > * {
  animation-name: br_fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealBottom.animated {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.brayn_revealBottom.animated .elementor-widget-container {
  position: relative;
}

.brayn_revealBottom.animated .elementor-widget-container:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 0%;
  left: 0;
  animation-name: brayn_revealBottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealBottom.animated .elementor-widget-container > * {
  animation-name: br_fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealLeft.animated {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.brayn_revealLeft.animated .elementor-widget-container {
  position: relative;
}

.brayn_revealLeft.animated .elementor-widget-container:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 0%;
  height: 100%;
  right: 0;
  animation-name: brayn_revealLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealLeft.animated .elementor-widget-container > * {
  animation-name: br_fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealRight.animated {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.brayn_revealRight.animated .elementor-widget-container {
  position: relative;
}

.brayn_revealRight.animated .elementor-widget-container:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 0%;
  height: 100%;
  animation-name: brayn_revealRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealRight.animated .elementor-widget-container > * {
  animation-name: br_fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.brayn_revealTop.animated.animated-fast .elementor-widget-container:before,
.brayn_revealBottom.animated.animated-fast .elementor-widget-container:before,
.brayn_revealRight.animated.animated-fast .elementor-widget-container:before,
.brayn_revealLeft.animated.animated-fast .elementor-widget-container:before {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.brayn_revealTop.animated.animated-fast .elementor-widget-container > *,
.brayn_revealBottom.animated.animated-fast .elementor-widget-container > *,
.brayn_revealRight.animated.animated-fast .elementor-widget-container > *,
.brayn_revealLeft.animated.animated-fast .elementor-widget-container > * {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.brayn_revealTop.animated.animated-slow .elementor-widget-container:before,
.brayn_revealBottom.animated.animated-slow .elementor-widget-container:before,
.brayn_revealRight.animated.animated-slow .elementor-widget-container:before,
.brayn_revealLeft.animated.animated-slow .elementor-widget-container:before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.brayn_revealTop.animated.animated-slow .elementor-widget-container > *,
.brayn_revealBottom.animated.animated-slow .elementor-widget-container > *,
.brayn_revealRight.animated.animated-slow .elementor-widget-container > *,
.brayn_revealLeft.animated.animated-slow .elementor-widget-container > * {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

/**
 * =============> Sidebar
 **/
.sidebarbox:not(:first-child),
div[class*="widget_"]:not(:first-child) {
  margin: 4rem 0 0;
}

.sidebarbox:last-child,
div[class*="widget_"]:last-child {
  margin-bottom: 2rem;
}

.sidebarbox:after,
div[class*="widget_"]:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.sidebarbox .widget-title,
div[class*="widget_"] .widget-title {
  font-size: 1.15rem;
  letter-spacing: .003em;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0;
}

.sidebarbox ul,
div[class*="widget_"] ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 0 .6rem;
}

.sidebarbox ul li,
div[class*="widget_"] ul li {
  list-style-type: none;
  margin: 0;
  padding: .6rem 0 .6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.sidebarbox ul li a,
div[class*="widget_"] ul li a {
  margin-right: auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.sidebarbox ul li:last-child,
div[class*="widget_"] ul li:last-child {
  padding-bottom: 0;
}

.sidebarbox ul li ul,
div[class*="widget_"] ul li ul {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-bottom: 0;
  margin-top: .6rem !important;
}

#secondary .sidebarbox .widget-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid currentColor;
}

body.single-product #secondary,
body.single-post #secondary {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  body.single-product #secondary,
  body.single-post #secondary {
    padding-top: 4rem !important;
  }
}

.woocommerce .widget_product_categories li,
.widget_categories li,
.widget_archive li {
  font-size: 11px;
  vertical-align: middle;
}

.woocommerce .widget_product_categories ul li > a,
.widget_categories ul li > a,
.widget_archive ul li > a {
  font-size: 1rem;
}

.woocommerce .widget_product_categories ul li,
.widget_categories ul li,
.widget_archive ul li {
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.woocommerce .widget_product_categories ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
  flex: 0 0 auto;
}

.woocommerce .widget_product_categories select,
.widget_categories select,
.widget_archive select {
  width: 100%;
}

.widget_nav_menu ul.menu > li > a {
  font-size: 1rem;
}

.widget_nav_menu ul.sub-menu {
  display: none;
}

.widget_nav_menu ul.sub-menu li a {
  font-size: .925rem;
}

.widget_nav_menu li.menu-item-has-children > .arrow-wd-down {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 30px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  top: .25rem;
  opacity: .6;
  transform-origin: center center;
  -webkit-transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.widget_nav_menu li.menu-item-has-children > .arrow-wd-down svg {
  width: 16px;
  fill: currentColor;
  vertical-align: baseline;
}

.widget_nav_menu li.menu-item-has-children > .arrow-wd-down.rtt {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.woocommerce .widget_product_categories li > .arrow-wd-down,
.widget_pages li > .arrow-wd-down,
.widget_categories li > .arrow-wd-down {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 30px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  top: .25rem;
  opacity: .6;
  transform-origin: center center;
  -webkit-transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.woocommerce .widget_product_categories li > .arrow-wd-down svg,
.widget_pages li > .arrow-wd-down svg,
.widget_categories li > .arrow-wd-down svg {
  width: 16px;
  fill: currentColor;
  vertical-align: baseline;
}

.woocommerce .widget_product_categories li > .arrow-wd-down.rtt,
.widget_pages li > .arrow-wd-down.rtt,
.widget_categories li > .arrow-wd-down.rtt {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.woocommerce .widget_product_categories li > .arrow-wd-down.rtt,
.widget_categories li > .arrow-wd-down.rtt {
  top: -2px;
}

.widget_recent_comments li.recentcomments {
  font-size: 11px;
  padding: 1rem 0 1rem;
  text-transform: uppercase;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.widget_recent_comments li.recentcomments .comment-author-link {
  flex: 0 0 auto;
  max-width: 100%;
  text-align: left;
  padding: 0 .35rem 0 .35rem;
  margin-right: .5rem;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .15em;
  position: relative;
}

.widget_recent_comments li.recentcomments > a {
  font-size: 1rem;
  text-transform: none;
  margin-right: auto !important;
  margin-top: .5rem !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget_calendar .calendar_wrap {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.widget_calendar .calendar_wrap table#wp-calendar {
  border: 0;
}

.widget_calendar .calendar_wrap table#wp-calendar caption {
  caption-side: top;
  text-align: center;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-weight: 400;
  margin: 0 0 1rem;
}

.widget_calendar .calendar_wrap table#wp-calendar thead th {
  font-size: .875rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.widget_calendar .calendar_wrap table#wp-calendar tbody td {
  font-size: .75rem;
  text-align: center;
  vertical-align: middle;
}

.widget_calendar .calendar_wrap table#wp-calendar tbody td a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}

.widget_calendar .calendar_wrap table#wp-calendar tfoot td {
  padding-left: 0;
  padding-right: 0;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.widget_calendar .calendar_wrap table#wp-calendar tfoot td#prev {
  text-align: left;
}

.widget_calendar .calendar_wrap table#wp-calendar tfoot td#next {
  text-align: right;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.4rem 0 -.4rem;
  padding: 0;
}

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

.gallery .gallery-item .gallery-icon {
  width: 100%;
  text-align: center;
}

.gallery .gallery-item .wp-caption-text {
  text-align: center;
  font-size: .875rem;
  font-style: italic;
  -ms-align-self: flex-start;
  align-self: flex-start;
  padding: .25rem 0 .25rem;
}

.gallery.gallery-columns-2 .gallery-item, .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
  }
}

@media (min-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .gallery.gallery-columns-4 .gallery-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .gallery.gallery-columns-7 .gallery-item {
    flex: 0 0 14.285714285714286%;
    max-width: 14.285714285714286%;
  }
  .gallery.gallery-columns-8 .gallery-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .gallery.gallery-columns-9 .gallery-item {
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
}

.widget_media_gallery .gallery .gallery-item .wp-caption-text {
  font-size: .75rem;
}

.widget_media_image > * {
  max-width: 100%;
}

.widget_media_image figure {
  margin: 0 0 0;
  padding: 0 0 0;
  position: relative;
}

.widget_media_image figure .wp-caption-text {
  position: absolute;
  left: .5rem;
  right: .5rem;
  bottom: .5rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: .875rem;
  color: #fff;
  line-height: 1.2;
}

.widget_recent_entries li a {
  margin-right: auto;
}

.widget_recent_entries .post-date {
  display: block;
  width: 100%;
  margin-top: .25rem;
  margin-bottom: .25rem;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.widget_rss li a {
  margin-right: auto;
  font-weight: bold;
  line-height: 1.3;
}

.widget_rss .rss-date,
.widget_rss cite {
  margin-top: .5rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-right: .5rem;
  font-style: normal;
}

.widget_rss .rssSummary {
  margin: .5rem 0 0;
  font-size: .9rem;
  line-height: 1.3;
}

form.search-form {
  position: relative;
}

form.search-form input[type="search"] {
  padding: 1.25rem calc(.75rem + 32px) 1.25rem 0.75rem !important;
}

form.search-form input[type="submit"] {
  position: absolute;
  z-index: 2;
  right: .5rem;
  top: 50%;
  width: 32px;
  height: 32px;
  text-indent: 99999em;
  margin: -16px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

form.search-form label {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0;
  width: 100%;
}

form.search-form label:before {
  font-family: "FontAwesome";
  content: '\f002';
  z-index: 1;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  speak: none;
  right: .5rem;
  top: 50%;
  margin: -16px 0 0;
  padding: 0;
  font-size: 14px;
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  margin: 0 -.25rem 0 -.25rem;
}

.widget_product_tag_cloud .tagcloud ul,
.widget_tag_cloud .tagcloud ul {
  position: relative;
  min-height: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_product_tag_cloud .tagcloud ul li,
.widget_tag_cloud .tagcloud ul li {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  border: 0 !important;
  margin: .5rem .25rem 0 .25rem;
}

.widget_product_tag_cloud .tagcloud ul li a,
.widget_tag_cloud .tagcloud ul li a {
  display: inline-block;
  font-size: .75rem !important;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: 1;
  font-weight: 600;
  padding: .25rem .3rem;
  border-radius: 2px;
  vertical-align: middle;
}

.widget_product_tag_cloud .tagcloud > a,
.widget_tag_cloud .tagcloud > a {
  display: inline-block;
  font-size: .75rem !important;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: 1;
  font-weight: 600;
  padding: .25rem .3rem;
  margin: .5rem .25rem 0 .25rem;
  border-radius: 2px;
  vertical-align: middle;
}

.widget_99crv_posts {
  margin: 0;
  padding: 0;
}

.widget_99crv_posts ul._99crv-widget-posts {
  padding-bottom: 0;
}

.widget_99crv_posts ul._99crv-widget-posts li {
  padding: 1rem 0 1.2rem;
}

.widget_99crv_posts ul._99crv-widget-posts li a {
  flex: none;
  margin-right: initial;
  display: block;
  width: 100%;
}

.widget_99crv_posts ul._99crv-widget-posts li a:hover ._99crv-widget-entry-date {
  color: initial;
}

.widget_99crv_posts ul._99crv-widget-posts li ._99crv-widget-post-thumbnail {
  float: left;
  width: 70px;
  margin-top: .2rem;
}

.widget_99crv_posts ul._99crv-widget-posts li ._99crv-widget-post-title {
  display: block;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .5rem;
  float: right;
  width: calc(100% - 90px);
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.widget_99crv_posts ul._99crv-widget-posts li ._99crv-widget-entry-date {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .6;
  display: block;
  line-height: 1;
  float: right;
  width: calc(100% - 90px);
  margin: .5rem 0 0;
}

.widget_99crv_posts ul._99crv-widget-posts li li:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

._99crv-about-widget {
  text-align: center;
}

._99crv-about-widget ._99crv-about-widget-profile-image {
  text-align: center;
  margin: 0;
  padding: 0;
}

._99crv-about-widget ._99crv-about-widget-profile-image img {
  display: block;
  max-width: 60%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

._99crv-facebook-likebox-widget {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

._99crv-facebook-likebox-widget iframe {
  width: 100%;
  max-width: 100% !important;
}

/**
 * =============> (9) Comments
 **/
.comments-area {
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 710px;
}

.comments-area header.comments-title-header {
  margin: 0 0 2rem;
  padding: 0 0 1rem;
}

.comments-area header.comments-title-header h3 {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 0;
  padding: 0;
}

.comments-area header.comments-title-header h3 svg {
  display: inline-block;
  margin-right: 1rem;
  fill: currentColor;
}

.comments-area #comment-contain-container {
  margin: 0 0 3rem;
}

.comments-area #respond {
  margin: 0 0 0;
  padding: 0;
}

.comments-area #respond #reply-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.comments-area #respond #reply-title #cancel-comment-reply-link {
  padding: .3rem 1rem;
  border-radius: 3px;
}

.comments-area #respond form {
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0;
}

.comments-area #respond form:after {
  content: "";
  display: table;
  margin: 0;
  line-height: 0;
  clear: both;
}

.comments-area #respond form p.logged-in-as {
  position: relative;
  margin: 0 0 1rem;
  padding: 0.4rem .75rem;
  font-size: .875rem;
  border-radius: 3px;
}

.comments-area #respond form p.comment-form-comment,
.comments-area #respond form p.comment-form-author,
.comments-area #respond form p.comment-form-email,
.comments-area #respond form p.comment-form-url {
  margin: 0 0 .5rem;
}

.comments-area #respond form p.comment-form-author,
.comments-area #respond form p.comment-form-email,
.comments-area #respond form p.comment-form-url {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.comments-area #respond form p.comment-form-author label,
.comments-area #respond form p.comment-form-email label,
.comments-area #respond form p.comment-form-url label {
  width: 120px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  flex-shrink: 0;
  margin: 0 0 0;
}

.comments-area #respond form p.comment-form-author input,
.comments-area #respond form p.comment-form-email input,
.comments-area #respond form p.comment-form-url input {
  width: 100%;
}

.comments-area #respond form p.form-submit {
  padding: .5rem 0 0 120px;
  margin: 0 0 0 !important;
}

.comments-area #respond form p.form-submit input[type="submit"] {
  font-weight: bold;
}

.comments-area #respond form p.comment-form-cookies-consent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1rem 0 .5rem;
  padding-left: 120px;
}

.comments-area #respond form p.comment-form-cookies-consent input[type="checkbox"] {
  width: 30px;
  margin-top: 0.19rem;
}

.comments-area #respond form p.comment-form-cookies-consent label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
}

.comments-area li.comment #respond {
  margin: 1.5rem 0 1.5rem;
}

.comments-area ol.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comments-area ol.comment-list ol.children {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.comments-area ol.comment-list > li.comment ol.children ol.children ol.children li.comment ol.children {
  padding-left: 0;
}

.comments-area ol.comment-list li.comment {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comments-area ol.comment-list li.comment .comment-body {
  position: relative;
  margin: 0;
  padding: 0 0 1rem;
}

.comments-area ol.comment-list li.comment .comment-body:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta {
  position: relative;
  padding-left: 70px;
  line-height: 1.3;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta .avatar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta .says {
  display: none;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-metadata {
  float: left;
  margin: 0 .5rem 0 0;
  padding: .5rem 0 1rem;
  font-size: 13px;
  letter-spacing: .025em;
  line-height: 1;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-metadata a.comment-edit-link {
  display: inline-block;
  padding-left: .525rem;
  margin-left: .5rem;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-awaiting-moderation {
  float: left;
  margin-top: .25rem;
  padding: .25rem .5rem;
  font-size: 13px;
  letter-spacing: .025em;
  line-height: 1;
  border-radius: 2px;
}

.comments-area ol.comment-list li.comment .comment-body .comment-meta:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.comments-area ol.comment-list li.comment .comment-body .reply {
  position: relative;
  margin: 0 0 0;
}

.comments-area ol.comment-list li.comment .comment-body .reply a.comment-reply-link {
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.comments-area ol.comment-list li.comment .comment-body .reply a.comment-reply-link svg {
  vertical-align: sub;
}

.comments-area ol.comment-list li.comment .comment-body .comment-content {
  position: relative;
  margin: 0 0 0;
  padding: 1rem;
  border-radius: 3px;
  font-size: .95rem;
}

.comments-area ol.comment-list li.comment .comment-body .comment-content:after {
  content: "";
  flex: none;
  display: table;
  line-height: 0;
  clear: both;
}

.comments-area ol.comment-list li.comment .comment-body .comment-content:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 19px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom-width: 6px;
}

.comments-area ol.comment-list li.comment .comment-body .comment-content > *:last-child {
  margin-bottom: 0;
}

.comments-area ol.comment-list li.pingback,
.comments-area ol.comment-list li.trackback {
  margin: 0 0 1rem;
  padding: 0;
}

.comments-area ol.comment-list li.pingback .comment-body,
.comments-area ol.comment-list li.trackback .comment-body {
  margin: 0 0 0;
  padding: 1rem;
  border-radius: 3px;
  font-size: .95rem;
}

.comments-area ol.comment-list li.pingback .comment-body .edit-link,
.comments-area ol.comment-list li.trackback .comment-body .edit-link {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: .525rem;
  margin-left: .5rem;
}

.comments-area .no-comments {
  margin-top: .25rem;
  padding: .5rem .5rem;
  font-size: 13px;
  letter-spacing: .025em;
  line-height: 1;
  border-radius: 2px;
  text-align: center;
}

.comments-area.comment-loggedin #respond form p.form-submit {
  padding-left: 0;
}

@media (min-width: 768px) {
  .comments-area #respond form p.logged-in-as {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin: 0 0 0;
    padding: 0.4rem .75rem;
    font-size: .875rem;
    border-radius: 3px;
  }
}

body.page .comments-area {
  padding: 0 0 5rem;
}

body.page.elementor-page .comments-area {
  padding: 5rem 0 5rem;
}

.comment-content pre, .comment-content pre.wp-block-preformatted {
  margin-top: 50px;
  padding: 2rem;
  background: black;
  color: white;
  border-radius: 2px;
  tab-size: 4;
}

.comment-content pre + *, .comment-content pre.wp-block-preformatted + * {
  margin-top: 50px;
}

.comment-content *:first-child {
  margin-top: 0;
}

.comment-content blockquote, .comment-content blockquote.wp-block-quote {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem !important;
  margin-top: 50px !important;
  text-align: center;
  min-height: 51px;
  border-left-width: 0;
}

.comment-content blockquote:not(.is-large), .comment-content blockquote:not(.is-style-large), .comment-content blockquote.wp-block-quote:not(.is-large), .comment-content blockquote.wp-block-quote:not(.is-style-large) {
  border-left-width: 0;
}

.comment-content blockquote p {
  font-family: "Georgia", serif;
  font-size: 1.25rem;
}

.comment-content blockquote:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 0 -1.5rem;
  background-image: url(../images/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-color: #ececec;
  border-radius: 50%;
}

.comment-content blockquote cite {
  font-size: .75rem !important;
  font-weight: 600;
  position: relative;
  font-style: normal;
}

.comment-content blockquote + * {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .comments-area ol.comment-list li.comment .comment-body .comment-content {
    padding: 1.5rem;
  }
  .comments-area ol.comment-list ol.children {
    padding-left: 50px;
  }
  .comments-area ol.comment-list > li.comment ol.children ol.children ol.children li.comment ol.children {
    padding-left: 0;
  }
}

/**
 * =============> (10) Site footer
 **/
#br-site-footer {
  margin: 0;
  padding: 4rem 0 4rem;
}

#br-site-footer .br-widget {
  margin: 0 0 4rem !important;
  padding: 0 0 0;
}

#br-site-footer .br-widget ul.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#br-site-footer .br-widget ul.footer-links li {
  list-style-type: none;
  margin: 0 0 .35rem;
  padding: 0 0 .35rem;
}

#br-site-footer .br-widget ul.footer-links li:last-child {
  margin-bottom: 0;
}

#br-site-footer a:not(.tag-cloud-link) {
  position: relative;
}

#br-site-footer a:not(.tag-cloud-link):before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

#br-site-footer a:not(.tag-cloud-link):hover:before {
  left: 0;
  right: initial;
  width: 100%;
}

#br-site-footer a:not(.tag-cloud-link):hover ._99crv-widget-entry-date {
  color: inherit !important;
}

#br-site-footer li.recentcomments a:before,
#br-site-footer .textwidget a:before {
  display: none;
}

#br-site-footer .widget_media_gallery a,
#br-site-footer .widget_media_image a {
  display: inline-block;
}

#br-site-footer ._99crv-widget-posts li {
  padding: 1rem 0 1rem;
}

#br-site-footer ._99crv-widget-posts li:first-child {
  padding-top: 0;
}

#br-site-footer ._99crv-widget-posts a:before {
  bottom: -1rem;
}

#br-site-footer ul ul li {
  position: relative;
}

#br-site-footer ul ul li:before {
  content: "";
  position: absolute;
  width: .4rem;
  height: 1px;
  left: -1rem;
  top: 1.4rem;
}

#br-site-footer ul ul li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: -1rem;
  top: 0;
}

#br-site-footer .footer-end {
  margin: 0 0 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: .05em;
  opacity: .75;
}

#br-site-footer .footer-end a {
  display: inline-block;
  margin: 0 .5rem;
}

#br-site-footer .footer-end a:first-child {
  margin-left: 0;
}

#br-site-footer .footer-end a:last-child {
  margin-right: 0;
}

#br-site-footer ul#footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#br-site-footer ul#footer-nav li {
  list-style-type: none;
  display: inline-block;
  margin: 0 .5rem 0 .5rem;
}

#br-site-footer ul#footer-nav li > a {
  margin: 0 !important;
}

#br-site-footer ul#footer-nav li:first-child {
  margin-left: 0;
}

#br-site-footer ul#footer-nav li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  #br-site-footer {
    padding: 5rem 0 5rem;
  }
}

@media (min-width: 992px) {
  #br-site-footer {
    padding: 6rem 0 6rem;
  }
}

/**
 * =============> Overlay search
 **/
#brayn-search-form {
  display: block;
  position: fixed;
  overflow: hidden;
  width: 0;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 99;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#brayn-search-form .brayn--search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#brayn-search-form .brayn--search .brayn--close-search-form {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 1rem;
  right: 1rem;
  opacity: 0;
}

#brayn-search-form .brayn--search .brayn--close-search-form svg {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
}

#brayn-search-form .brayn--search form.search-form {
  width: 80%;
  max-width: 560px;
  margin: 0 0 0;
  padding: 0 0 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  opacity: 0;
}

#brayn-search-form .brayn--search form.search-form label {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 .5rem 0 0;
  padding: 0;
}

#brayn-search-form .brayn--search form.search-form label input[type="search"] {
  width: 100%;
  background: transparent;
  box-shadow: none;
  outline-width: 0;
  border: 0;
  padding: 1rem 0 1rem 0 !important;
  font-size: 1.2rem;
  height: initial;
}

#brayn-search-form .brayn--search form.search-form label:before {
  font-family: "FontAwesome";
  content: '\f002';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: -50px;
  margin-right: -0.5rem;
  top: 1.4rem;
  margin-top: 0;
}

#brayn-search-form .brayn--search form.search-form input[type="submit"] {
  position: relative;
  right: initial;
  top: initial;
  margin-top: initial;
  height: initial;
  z-index: 2;
  font-size: 0.0001em;
  text-indent: -99999em;
  background: transparent;
  color: transparent;
  border: 0;
  outline-width: 0;
  box-shadow: none;
  text-align: center;
  width: 50px;
  cursor: pointer;
}

/**
 * 404 Error Page
 **/
body.error404 #main {
  position: relative;
}

body.error404 #main .brayn-page--404 {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 4rem 0 4rem;
}

body.error404 #main .brayn-page--404 .brayn-page--404-content {
  margin: auto;
  padding: 0;
  text-align: center;
}

body.error404 #main .brayn-page--404 .brayn-page--404-content h1 {
  font-size: 25vw;
  margin: 0 0 0;
  line-height: 1;
}

body.error404 #main .brayn-page--404 .brayn-page--404-content h1 span {
  display: inline-block;
  margin: 0;
  padding: 0;
  opacity: 0;
}

body.error404 #main .brayn-page--404 .brayn-page--404-content p {
  margin: 0 0 .5rem;
  padding: 0;
  opacity: 0;
}

body.error404 #main .brayn-page--404 .brayn-page--404-content a {
  opacity: 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  body.error404 #main .brayn-page--404 {
    padding: 5rem 0 5rem;
  }
}

@media (min-width: 992px) {
  body.error404 #main .brayn-page--404 {
    padding: 6rem 0 6rem;
  }
}

/**
 * Audio && Video Player (mejs)
 **/
.mejs-container.brayn-mejs-container {
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mejs-container.brayn-mejs-container.mejs-audio {
  height: 60px !important;
}

.mejs-container.brayn-mejs-container.mejs-audio .mejs-controls {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.mejs-container.brayn-mejs-container.mejs-audio .mejs-horizontal-volume-current {
  background: #5b5d5e;
}

.mejs-container.brayn-mejs-container.mejs-audio .mejs-horizontal-volume-total {
  top: 26px;
}

.mejs-container.brayn-mejs-container .mejs-controls {
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mejs-container.brayn-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-container.brayn-mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(0, 0, 0, 0.1);
}

.mejs-container.brayn-mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(0, 0, 0, 0.1);
}

.mejs-container.brayn-mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #5b5d5e;
}

.mejs-container.brayn-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #5b5d5e;
}

.mejs-container.brayn-mejs-container .mejs-time-handle-content {
  width: 16px;
  height: 16px;
  left: -10px;
  top: -7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #5b5d5e;
  border: 0;
  -webkit-box-shadow: 0 0 0 5px rgba(91, 93, 94, 0.2);
  box-shadow: 0 0 0 5px rgba(91, 93, 94, 0.2);
}

.mejs-container.brayn-mejs-container .mejs-time-float {
  background: rgba(91, 93, 94, 0.85);
  border: 0;
  color: #fff;
  text-shadow: none;
  border-radius: 2px;
}

.mejs-container.brayn-mejs-container .mejs-time-float-corner {
  border: 4px solid rgba(91, 93, 94, 0.85);
  border-color: rgba(91, 93, 94, 0.85) transparent transparent;
}

.mejs-container.brayn-mejs-container .mejs-play > button,
.mejs-container.brayn-mejs-container .mejs-pause > button,
.mejs-container.brayn-mejs-container .mejs-replay > button {
  background-position: 0 0;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin: 15px 6px 15px 1px;
}

.mejs-container.brayn-mejs-container .mejs-play > button {
  background-image: url(../images/media/play.svg);
}

.mejs-container.brayn-mejs-container .mejs-pause > button {
  background-image: url(../images/media/pause.svg);
}

.mejs-container.brayn-mejs-container .mejs-replay > button {
  background-image: url(../images/media/replay.svg);
}

.mejs-container.brayn-mejs-container .mejs-unmute > button {
  background-image: url(../images/media/unmute.svg);
  background-position: -.025rem .1575rem;
  background-repeat: no-repeat;
  background-size: 15px;
  margin: 20px 6px;
}

.mejs-container.brayn-mejs-container .mejs-mute > button {
  background-image: url(../images/media/mute.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin: 20px 6px;
}

.mejs-container.brayn-mejs-container .mejs-fullscreen-button > button {
  background-image: url(../images/media/fullscreen.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  margin: 20px 6px;
}

.mejs-container.brayn-mejs-container .mejs-fullscreen-button.mejs-unfullscreen > button {
  background-image: url(../images/media/shrink.svg);
}

.mejs-container.brayn-mejs-container .mejs-button,
.mejs-container.brayn-mejs-container .mejs-time-rail {
  height: 60px;
}

.mejs-container.brayn-mejs-container .mejs-time {
  color: #5b5d5e;
  padding: 26px 6px 0;
}

.mejs-container.brayn-mejs-container .mejs-time-total {
  margin: 15px 0 0;
}

.mejs-container.brayn-mejs-container .mejs-overlay {
  background: rgba(91, 93, 94, 0.65);
}

.mejs-container.brayn-mejs-container .mejs-overlay-play .mejs-overlay-button {
  background-image: url(../images/media/play-white.svg);
  background-position: center;
  background-size: 70px;
}

.brayn-mejs-container .mejs-embed,
.brayn-mejs-container .mejs-embed body {
  background: #222;
}

/**
 * =============> Lightbox
 **/
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: '';
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

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

.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

form.wpcf7-form label {
  width: 100%;
}

form.wpcf7-form span[role="alert"] {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 2px;
  padding: 3px 3px 3px 3px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

form.wpcf7-form .wpcf7-response-output {
  text-align: center;
  font-size: .9rem;
}

form.wpcf7-form p {
  margin-top: 0;
  margin-bottom: .5rem;
}

/**
 * ========
 * =============> WooCommerce style helper
 * =============> @since Brayn 2.0.0
 * ========
 **/
.woocommerce.brayn-layout-right-sidebar .single-post-contain, .woocommerce.brayn-layout-left-sidebar .single-post-contain {
  padding-top: 4rem;
}

.woocommerce.brayn-layout-no-sidebar .brayn-single-product {
  padding-top: 4rem;
}

.woocommerce .woocommerce-notices-wrapper ul {
  padding: 1em 2em 1em 3.5em;
}

.woocommerce .woocommerce-result-count {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: .5rem;
}

.woocommerce .woocommerce-ordering select {
  height: auto;
  padding: .5rem .5rem;
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce .products .product {
  text-align: center;
}

.woocommerce .products .product .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .products .product .button,
.woocommerce .products .product .added_to_cart {
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  border-radius: 2px;
  padding: .85rem 1rem;
}

.woocommerce .products .product .added_to_cart {
  line-height: 1;
  font-size: 0.0001em;
  letter-spacing: 0;
  padding: .85rem .75rem;
}

.woocommerce .products .product .added_to_cart:after {
  content: "\f217";
  font-family: 'FontAwesome';
  font-size: .85rem;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .product .price {
  color: inherit;
  font-size: 1rem;
}

.woocommerce ul.products li.product a img {
  display: block;
  margin-bottom: 1.5rem;
}

.woocommerce ul.products li.product .price {
  color: inherit;
  font-size: 1rem;
  letter-spacing: .025em;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: normal;
}

.woocommerce ul.products li.product .price del {
  opacity: .5;
  margin-right: .5rem;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
  top: 10px;
  right: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 3px 0 0 3px;
  line-height: 1;
  font-size: 11px;
  letter-spacing: .1em;
  padding: .5em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .onsale:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce nav.woocommerce-pagination ul {
  border-width: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-width: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .15rem;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  max-width: none;
}

.woocommerce div.product form.cart {
  margin-bottom: 1rem;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  vertical-align: baseline;
}

.woocommerce table.shop_attributes th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.woocommerce table.shop_attributes td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: .85rem;
}

.woocommerce #review_form {
  margin: 0;
  padding: 2rem;
}

.woocommerce #review_form #reply-title {
  display: none;
}

.woocommerce #review_form .required {
  font-weight: bold;
  color: red;
}

.woocommerce #review_form #respond p.comment-notes {
  margin: 0 0 2rem;
  padding: 0;
}

.woocommerce #review_form #respond p.comment-notes #email-notes {
  font-weight: 700;
}

.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  float: left;
  width: 48%;
}

.woocommerce #review_form #respond .comment-form-email {
  float: right;
}

.woocommerce #review_form #respond .comment-form-email + * {
  clear: both;
}

.woocommerce #review_form #respond p:not(.comment-form-cookies-consent) label,
.woocommerce #review_form #respond .comment-form-rating label {
  margin: 0 0 0;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
  clear: both;
  position: relative;
  font-size: 13px;
  vertical-align: baseline;
  padding: 1rem 0 1rem;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent input[type="checkbox"] {
  float: left;
  margin-right: .5rem;
  margin-top: .25rem;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent label {
  margin: 0 0 0;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.woocommerce #review_form #respond input#submit {
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  border-radius: 2px;
  padding: .85rem 1rem;
}

.single-post-contain ul.woocommerce-error, .single-post-contain ul.woocommerce-info, .single-post-contain ul.woocommerce-message {
  padding: 1rem 2rem 1rem 3.5rem;
}

.single-product div.product .onsale {
  margin: 0;
  top: 10px;
  left: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 0 3px 3px 0;
  line-height: 1;
  font-size: 11px;
  letter-spacing: .1em;
  padding: .5em;
  text-transform: uppercase;
}

.single-product div.product .onsale:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  right: -2px;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 1.618em;
  cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
  -webkit-transition: all,ease,.2s;
  transition: all,ease,.2s;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 14.2857142857%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product div.summary .woocommerce-product-rating {
  margin: 0 0 0;
  padding: .5rem 0 .5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: .85rem;
}

.single-product div.product div.summary .woocommerce-product-rating:before, .single-product div.product div.summary .woocommerce-product-rating:after {
  display: none;
}

.single-product div.product div.summary .woocommerce-product-rating > * {
  vertical-align: middle;
}

.single-product div.product div.summary .woocommerce-product-rating .star-rating {
  float: none;
  margin-top: 0;
}

.single-product div.product div.summary .product_title {
  margin-bottom: 0 !important;
  padding-bottom: .5rem;
}

.single-product div.product div.summary > p.price {
  margin: 0 0 .5rem !important;
  padding: .5rem 0 .5rem;
}

.single-product div.product div.summary .woocommerce-grouped-product-list-item__price del,
.single-product div.product div.summary .price del {
  margin-right: .5rem;
  opacity: .5;
}

.single-product div.product div.summary .woocommerce-grouped-product-list-item__price ins,
.single-product div.product div.summary .price ins {
  text-decoration: none;
}

.single-product div.product div.summary .woocommerce-product-details__short-description {
  padding: 1rem 0 1rem;
  margin: 0 0 0 !important;
}

.single-product div.product div.summary .product_meta {
  margin: 0;
  padding: 1rem 0 0;
}

.single-product div.product div.summary .product_meta > span {
  display: block;
  font-size: .85rem;
}

.single-product div.product div.summary select {
  height: auto;
  padding: .5rem .5rem;
  box-shadow: none;
}

.single-product div.product div.summary input[type="number"] {
  box-shadow: none;
  padding: .4rem .5rem;
  width: 3.631em;
  height: auto;
}

.single-product div.product div.summary button[type="submit"] {
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  border-radius: 2px;
  padding: .85rem 1rem;
  line-height: 1;
}

.single-product div.product div.summary table.variations tbody td {
  vertical-align: middle;
}

.single-product div.product div.summary table.variations tbody td select {
  box-sizing: border-box;
  max-width: 50%;
}

.single-product div.product div.summary table.variations tbody td.label label {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}

.single-product div.product div.summary table.variations tbody td a.reset_variations:before {
  font-family: "FontAwesome";
  content: '\f021';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: .5rem;
}

.single-product div.product div.summary table.woocommerce-grouped-product-list, .single-product div.product div.summary table.group_table {
  margin-bottom: 1rem;
}

.single-product div.product div.summary table.woocommerce-grouped-product-list tbody td, .single-product div.product div.summary table.group_table tbody td {
  vertical-align: baseline;
}

.single-product div.product div.summary .woocommerce-variation, .single-product div.product div.summary .woocommerce-variation.single_variation {
  margin-bottom: 1rem;
}

.single-product div.product div.summary .woocommerce-variation:after, .single-product div.product div.summary .woocommerce-variation.single_variation:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.single-product div.product div.summary .woocommerce-variation .woocommerce-variation-price,
.single-product div.product div.summary .woocommerce-variation .woocommerce-variation-availability, .single-product div.product div.summary .woocommerce-variation.single_variation .woocommerce-variation-price,
.single-product div.product div.summary .woocommerce-variation.single_variation .woocommerce-variation-availability {
  float: left;
  line-height: 1.5rem;
  margin: 0;
  padding: .5rem 0 .5rem;
}

.single-product div.product div.summary .woocommerce-variation .woocommerce-variation-availability, .single-product div.product div.summary .woocommerce-variation.single_variation .woocommerce-variation-availability {
  float: right;
}

.single-product div.product div.summary .woocommerce-variation button[type="submit"], .single-product div.product div.summary .woocommerce-variation.single_variation button[type="submit"] {
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  border-radius: 2px;
  padding: .85rem 1rem;
}

.single-product div.product div.summary .woocommerce-variation-description {
  font-size: .85rem;
  padding: 1rem;
  margin-bottom: .5rem;
}

.single-product div.product div.summary .woocommerce-variation-description p {
  margin: 1rem 0 0;
  padding: 0 0 0;
}

.single-product div.product div.summary .woocommerce-variation-description p:first-child {
  margin-top: 0;
}

.single-product div.product .woocommerce-tabs {
  padding-top: 2rem;
  margin-bottom: 3rem;
}

.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 1px 0;
  text-align: center;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0 0 0 0;
  display: list-item;
}

.single-product div.product .woocommerce-tabs ul.tabs li:before, .single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  padding: .75em 0;
}

.single-product div.product .woocommerce-tabs .panel > h2,
.single-product div.product .woocommerce-tabs .panel h2.woocommerce-Reviews-title {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}

.single-product div.product .woocommerce-tabs .panel table.shop_attributes {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .single-product div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border-radius: 2px 2px 0 0;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
  }
}

.single-product .products.up-sells > h2, .single-product .products.upsells > h2, .single-product .products.related > h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid currentColor;
}

.woocommerce .widget_shopping_cart_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  font-size: .9rem;
  opacity: .75;
}

.woocommerce .widget_shopping_cart .cart_list, .woocommerce.widget_shopping_cart .cart_list {
  border-width: 0;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  position: relative;
  padding: 12px 12px 12px 56px;
  border-radius: 3px;
  margin-bottom: 6px;
  display: list-item;
  flex: none;
  min-height: 32px;
}

.woocommerce .widget_shopping_cart .cart_list li img, .woocommerce.widget_shopping_cart .cart_list li img {
  position: absolute;
  float: none;
  width: 32px;
  margin-left: 0;
  left: 12px;
  top: 12px;
}

.woocommerce .widget_shopping_cart .cart_list li a:not(.remove), .woocommerce.widget_shopping_cart .cart_list li a:not(.remove) {
  font-size: .85rem;
  line-height: 1.2;
}

.woocommerce .widget_shopping_cart .cart_list li .quantity, .woocommerce.widget_shopping_cart .cart_list li .quantity {
  font-size: 11px;
  vertical-align: baseline;
}

.woocommerce .widget_shopping_cart .cart_list li .quantity .amount, .woocommerce.widget_shopping_cart .cart_list li .quantity .amount {
  display: inline-block;
  font-size: .85rem;
  vertical-align: middle;
  margin-left: .5rem;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: initial;
  left: initial;
  right: 12px;
  bottom: 12px;
  border-radius: 2px;
  font-size: 0.0001em;
  background: transparent;
  width: auto;
  height: auto;
  padding: 2px 4px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:after, .woocommerce.widget_shopping_cart .cart_list li a.remove:after {
  content: "\f014";
  font-family: 'FontAwesome';
  font-size: .85rem;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  margin-top: 0;
  padding: 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .1em;
  opacity: .75;
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-top: 10px;
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons .button, .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  display: block;
  text-align: center;
  font-size: .85rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .035em;
  border-radius: 2px;
  padding: .85rem 1rem;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin-top: .25rem;
  font-size: .85rem;
  opacity: .5;
  padding-left: 0;
  border-left-width: 0;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  padding: .15rem 0 .15rem;
  margin: 0 0 0;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  margin-right: 4px;
}

.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 0 .6rem;
}

.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  list-style-type: none;
  margin: 0;
  padding: .6rem 0 .6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -ms-align-items: center;
  align-items: center;
}

.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  font-size: 11px;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
  padding-top: 1rem;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  padding-top: .5rem;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  font-size: .85rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .035em;
  border-radius: 2px;
  padding: .5rem 1rem;
  line-height: 1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  top: -6px;
  border-radius: 50%;
  -webkit-transition: left .2s ease-out 0s, background .2s ease-out 0s;
  transition: left .2s ease-out 0s, background .2s ease-out 0s;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}

.woocommerce .widget_product_search .woocommerce-product-search {
  position: relative;
}

.woocommerce .widget_product_search .woocommerce-product-search input[type="search"] {
  padding: 1.25rem calc(.75rem + 32px) 1.25rem 0.75rem !important;
}

.woocommerce .widget_product_search .woocommerce-product-search button[type="submit"] {
  position: absolute;
  z-index: 2;
  right: .5rem;
  top: 50%;
  width: 32px;
  height: 32px;
  font-size: 0.0001em;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.woocommerce .widget_product_search .woocommerce-product-search button[type="submit"]:before {
  font-family: "FontAwesome";
  content: '\f002';
  z-index: 1;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 14px;
}

.woocommerce .widget_layered_nav_filters ul li {
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 .5rem 0 0;
  font-size: .85rem;
  line-height: 1;
}

.woocommerce .widget_layered_nav_filters ul li a {
  border-radius: 20px;
  padding: 4px 6px !important;
  line-height: 1;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
  vertical-align: middle;
  line-height: 1;
}

.woocommerce .widget_rating_filter ul li {
  padding: .4rem 0 .4rem;
}

.woocommerce .widget_rating_filter ul li a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 11px;
}

.woocommerce .widget_rating_filter ul li a .star-rating {
  font-size: .9rem;
}

.woocommerce ul.product_list_widget li {
  display: list-item;
  flex: none;
  padding: .6rem 0 .6rem;
}

.woocommerce ul.product_list_widget li:last-child {
  padding-bottom: .6rem !important;
}

.woocommerce ul.product_list_widget li:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  line-height: 1.2;
}

.woocommerce ul.product_list_widget li a img {
  float: right;
  margin: 0 0 0 .5rem;
}

.woocommerce ul.product_list_widget li .star-rating {
  font-size: 11px;
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.woocommerce ul.product_list_widget li .reviewer {
  display: inline-block;
  font-size: .85rem;
  font-style: italic;
  line-height: 1;
}

.woocommerce ul.product_list_widget li ins {
  text-decoration: none;
}

.woocommerce ul.product_list_widget li del {
  margin-right: .3rem;
  opacity: .5;
}

.woocommerce ul.product_list_widget li .amount {
  font-size: .85rem;
}

.woocommerce-page .cross-sells {
  margin-top: 3rem;
}

.woocommerce-page .cross-sells > h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid currentColor;
}

.woocommerce-page .cross-sells ul.products, .woocommerce-page .cross-sells ul.products.columns-2 {
  width: 100%;
}

.woocommerce-page .cross-sells ul.products li {
  float: left !important;
  width: 30.73334% !important;
  margin-right: 3.8% !important;
  margin-bottom: 0;
}

.woocommerce-page .cross-sells ul.products li.first {
  clear: none;
}

.woocommerce-page .cross-sells ul.products li.first:last-child {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .woocommerce-page .cross-sells ul.products, .woocommerce-page .cross-sells ul.products.columns-2 {
    width: 100%;
  }
  .woocommerce-page .cross-sells ul.products li, .woocommerce-page .cross-sells ul.products li.product, .woocommerce-page .cross-sells ul.products.columns-2 li, .woocommerce-page .cross-sells ul.products.columns-2 li.product {
    width: 30.73334%;
  }
  .woocommerce-page .cross-sells ul.products li.first, .woocommerce-page .cross-sells ul.products li.product.first, .woocommerce-page .cross-sells ul.products.columns-2 li.first, .woocommerce-page .cross-sells ul.products.columns-2 li.product.first {
    clear: none;
  }
  .woocommerce-page .cross-sells ul.products li.first:last-child, .woocommerce-page .cross-sells ul.products li.product.first:last-child, .woocommerce-page .cross-sells ul.products.columns-2 li.first:last-child, .woocommerce-page .cross-sells ul.products.columns-2 li.product.first:last-child {
    margin-right: 0;
  }
  .woocommerce-page .cross-sells ul.products li.last, .woocommerce-page .cross-sells ul.products li.product.last, .woocommerce-page .cross-sells ul.products.columns-2 li.last, .woocommerce-page .cross-sells ul.products.columns-2 li.product.last {
    margin-right: 3.8%;
  }
}

body.woocommerce-cart .post-content-contain {
  max-width: none;
}

body.woocommerce-cart .post-content-contain div.woocommerce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

body.woocommerce-cart .post-content-contain div.woocommerce .woocommerce-notices-wrapper,
body.woocommerce-cart .post-content-contain div.woocommerce form.woocommerce-cart-form,
body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin: 0 0 0;
}

@media (min-width: 768px) {
  body.woocommerce-cart .post-content-contain div.woocommerce form.woocommerce-cart-form {
    flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
    padding-right: 3rem;
  }
  body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
  }
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table {
  border-width: 0;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart {
  margin-bottom: 3rem;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  padding-bottom: 2rem;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart th.product-price, body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart th.product-quantity, body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart th.product-subtotal {
  text-align: center;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td.product-thumbnail {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td.product-price, body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td.product-quantity, body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td.product-subtotal {
  text-align: center;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td.product-remove {
  text-align: right;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td div.quantity {
  text-align: right;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td div.quantity input[type="number"] {
  display: inline-block;
}

@media (min-width: 768px) {
  body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td.product-remove {
    text-align: center;
  }
  body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td div.quantity {
    text-align: center;
  }
  body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td div.quantity input[type="number"] {
    display: inline-block;
  }
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td dl.variation {
  font-size: .85rem;
  opacity: .75;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart tbody td.actions > button {
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  padding: 11px 12px 11px 12px;
  line-height: 1rem;
  border-radius: 2px;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart img {
  width: 60px;
  height: auto;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart a.remove {
  display: inline-block;
  border-radius: 2px;
  font-size: 0.0001em;
  background: transparent;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 0 0 0;
  vertical-align: baseline;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart a.remove:after {
  content: "\f014";
  font-family: 'FontAwesome';
  font-size: .85rem;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart input[type="number"] {
  box-shadow: none;
  padding: .4rem .5rem;
  width: 3.631em;
  height: auto;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart .coupon {
  position: relative;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart .coupon #coupon_code {
  width: 100%;
  padding: 8px 6px 8px;
  line-height: 1rem;
  height: auto;
  border-radius: 2px !important;
}

body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart .coupon button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  padding: 11px 8px 11px 8px !important;
  line-height: 1rem;
  border-radius: 0 2px 2px 0 !important;
}

@media (min-width: 768px) {
  body.woocommerce-cart .post-content-contain div.woocommerce table.shop_table.cart .coupon {
    position: relative;
    width: 50%;
  }
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .cart_totals {
  padding: 2rem;
  border-radius: 2px;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 1rem;
  margin: 0 0 2rem;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table {
  table-layout: fixed;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody th {
  padding-left: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody td {
  padding-right: 0;
  padding-left: 0;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody td ul#shipping_method {
  font-size: .85rem;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody td ul#shipping_method li label:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody td ul#shipping_method li label .amount {
  float: right;
  font-weight: normal;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody td .woocommerce-shipping-destination {
  font-size: .85rem;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 1rem;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody td .woocommerce-shipping-destination strong:before {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody tr.cart-subtotal th,
body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody tr.order-total th {
  vertical-align: bottom;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody tr.cart-subtotal td,
body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody tr.order-total td {
  text-align: right;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals table.shop_table tbody tr.woocommerce-shipping-totals td {
  font-size: .85rem;
  background-color: transparent !important;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals a.shipping-calculator-button {
  display: block;
  width: 100%;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  padding: 11px 12px 11px 12px;
  line-height: 1rem;
  border-radius: 2px;
  text-align: center;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals a.shipping-calculator-button.calc-open:before {
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.75);
  cursor: pointer;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .shipping-calculator-form {
  position: fixed;
  z-index: 1001;
  width: 600px;
  max-width: calc(100% - 70px);
  margin: 0 0 0;
  padding: 2rem;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  text-align: left;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .shipping-calculator-form:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: .85rem;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  top: -34px;
  right: -34px;
  background-color: #e74c3c;
  color: #fff;
  text-align: center;
  line-height: 32px;
  pointer-events: none;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .shipping-calculator-form .form-row-wide > span {
  display: block;
  width: 100%;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .shipping-calculator-form select {
  width: 100%;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .shipping-calculator-form p:not(.form-row) {
  clear: both;
  margin-bottom: 0;
  padding-top: .5rem;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .shipping-calculator-form p:not(.form-row) button {
  display: block;
  width: 100%;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  padding: 11px 12px 11px 12px;
  line-height: 1rem;
  border-radius: 2px;
  text-align: center;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding-bottom: 0;
}

body.woocommerce-cart .post-content-contain div.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 1rem;
}

body.woocommerce-checkout .post-content-contain {
  max-width: none;
}

body.woocommerce-checkout .post-content-contain .woocommerce form .form-row {
  margin-bottom: 3px;
  padding: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  flex: none;
  max-width: none;
  padding: 2rem;
  border-radius: 2px;
}

.woocommerce .col2-set .col-1 > h2,
.woocommerce .col2-set .col-1 .woocommerce-column__title,
.woocommerce .col2-set .col-2 > h2,
.woocommerce .col2-set .col-2 .woocommerce-column__title,
.woocommerce-page .col2-set .col-1 > h2,
.woocommerce-page .col2-set .col-1 .woocommerce-column__title,
.woocommerce-page .col2-set .col-2 > h2,
.woocommerce-page .col2-set .col-2 .woocommerce-column__title {
  font-size: 1rem;
  margin: 0 0 1rem;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.woocommerce form.login,
.woocommerce form.woocommerce-form-login,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.woocommerce-form-login,
.woocommerce-page form.register {
  margin-bottom: 0;
}

.woocommerce form.login .woocommerce-form-login__rememberme,
.woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce form.register .woocommerce-form-login__rememberme,
.woocommerce-page form.login .woocommerce-form-login__rememberme,
.woocommerce-page form.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-page form.register .woocommerce-form-login__rememberme {
  margin-bottom: 1rem;
}

.woocommerce form.login .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce form.register .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce-page form.login .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce-page form.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce-page form.register .woocommerce-form-login__rememberme input[type="checkbox"] {
  margin-right: .25rem;
  position: relative;
  top: .15rem;
}

.woocommerce form.login button[type="submit"],
.woocommerce form.woocommerce-form-login button[type="submit"],
.woocommerce form.register button[type="submit"],
.woocommerce-page form.login button[type="submit"],
.woocommerce-page form.woocommerce-form-login button[type="submit"],
.woocommerce-page form.register button[type="submit"] {
  float: none;
  display: block;
  width: 100%;
  margin-right: 0;
}

.woocommerce form.login p.lost_password,
.woocommerce form.woocommerce-form-login p.lost_password,
.woocommerce form.register p.lost_password,
.woocommerce-page form.login p.lost_password,
.woocommerce-page form.woocommerce-form-login p.lost_password,
.woocommerce-page form.register p.lost_password {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
  font-size: .85rem;
}

.woocommerce form.login .password-input,
.woocommerce form.woocommerce-form-login .password-input,
.woocommerce form.register .password-input,
.woocommerce-page form.login .password-input,
.woocommerce-page form.woocommerce-form-login .password-input,
.woocommerce-page form.register .password-input {
  width: 100%;
}

.woocommerce form.login .password-input .woocommerce-password-strength,
.woocommerce form.woocommerce-form-login .password-input .woocommerce-password-strength,
.woocommerce form.register .password-input .woocommerce-password-strength,
.woocommerce-page form.login .password-input .woocommerce-password-strength,
.woocommerce-page form.woocommerce-form-login .password-input .woocommerce-password-strength,
.woocommerce-page form.register .password-input .woocommerce-password-strength {
  font-size: .85rem;
}

.woocommerce a.showlogin.calc-open:before,
.woocommerce a.showcoupon.calc-open:before,
.woocommerce-page a.showlogin.calc-open:before,
.woocommerce-page a.showcoupon.calc-open:before {
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.75);
  cursor: pointer;
}

.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon {
  position: fixed;
  z-index: 1001;
  width: 600px;
  max-width: calc(100% - 70px);
  margin: 0 0 0;
  padding: 2rem;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  text-align: left;
}

.woocommerce form.checkout_coupon:before,
.woocommerce-page form.checkout_coupon:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: .85rem;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  top: -34px;
  right: -34px;
  background-color: #e74c3c;
  color: #fff;
  text-align: center;
  line-height: 32px;
  pointer-events: none;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last,
.woocommerce-page form.checkout_coupon .form-row-first,
.woocommerce-page form.checkout_coupon .form-row-last {
  width: 50%;
}

.woocommerce form.checkout_coupon .form-row-first input.input-text,
.woocommerce-page form.checkout_coupon .form-row-first input.input-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  box-shadow: none;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1rem;
}

.woocommerce form.checkout_coupon .form-row-last button,
.woocommerce-page form.checkout_coupon .form-row-last button {
  display: block;
  text-align: center;
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .035em;
  padding: 11px 8px 11px 8px;
  line-height: 1rem;
}

.woocommerce .woocommerce-form-login-toggle,
.woocommerce-page .woocommerce-form-login-toggle {
  margin: 0 0 1rem;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-error, .woocommerce .woocommerce-form-login-toggle .woocommerce-info, .woocommerce .woocommerce-form-login-toggle .woocommerce-message,
.woocommerce-page .woocommerce-form-login-toggle .woocommerce-error,
.woocommerce-page .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-page .woocommerce-form-login-toggle .woocommerce-message {
  margin: 0 0 0;
}

.woocommerce p.cart-empty,
.woocommerce p.return-to-shop,
.woocommerce-page p.cart-empty,
.woocommerce-page p.return-to-shop {
  width: 100%;
}

.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
  font-weight: normal;
}

.woocommerce ul#shipping_method li input[type="radio"],
.woocommerce-page ul#shipping_method li input[type="radio"] {
  vertical-align: baseline;
}

.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-shipping-fields > h3,
.woocommerce-page .woocommerce-billing-fields > h3,
.woocommerce-page .woocommerce-shipping-fields > h3 {
  font-size: 1rem;
  margin: 0 0 1rem;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.woocommerce .woocommerce-billing-fields > h3 label,
.woocommerce .woocommerce-shipping-fields > h3 label,
.woocommerce-page .woocommerce-billing-fields > h3 label,
.woocommerce-page .woocommerce-shipping-fields > h3 label {
  margin-bottom: 0;
  padding: 0 0 0;
}

.woocommerce .form-row label,
.woocommerce-page .form-row label {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 0;
  padding: .5rem 0 .1rem;
}

.woocommerce .form-row .woocommerce-input-wrapper,
.woocommerce-page .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form.woocommerce-checkout:after,
.woocommerce-page form.woocommerce-checkout:after {
  content: " ";
  display: table;
  line-height: 0;
  clear: both;
}

.woocommerce form.woocommerce-checkout .col2-set .col-1,
.woocommerce form.woocommerce-checkout .col2-set .col-2,
.woocommerce-page form.woocommerce-checkout .col2-set .col-1,
.woocommerce-page form.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  margin-bottom: 2rem;
}

.woocommerce form.woocommerce-checkout h3#order_review_heading,
.woocommerce-page form.woocommerce-checkout h3#order_review_heading {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0 0 calc(1rem - 2px);
  padding: 0 0 1rem;
  border-bottom: 2px solid currentColor;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table {
  border-width: 0;
  margin-bottom: 2rem;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table tfoot th, .woocommerce form.woocommerce-checkout #order_review table.shop_table tfoot td,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tfoot th,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tfoot td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: inherit;
  vertical-align: baseline;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table tfoot tr.cart-subtotal td, .woocommerce form.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tfoot tr.cart-subtotal td,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td {
  text-align: right;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th, .woocommerce form.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td {
  font-size: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: baseline;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  padding-bottom: 1rem;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table th.product-total,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table th.product-total {
  text-align: right;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table tbody td,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table tbody td.product-name .product-quantity,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tbody td.product-name .product-quantity {
  display: inline-block;
  float: right;
  margin: 0 0 0 1rem;
  padding: 0px 4px;
  font-size: .85rem;
  border-radius: 2px;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table tbody td.product-name dl.variation,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tbody td.product-name dl.variation {
  font-size: .85rem;
  opacity: .75;
}

.woocommerce form.woocommerce-checkout #order_review table.shop_table tbody td.product-total,
.woocommerce-page form.woocommerce-checkout #order_review table.shop_table tbody td.product-total {
  text-align: right;
  vertical-align: top;
}

@media (min-width: 768px) {
  .woocommerce form.woocommerce-checkout .col2-set,
  .woocommerce-page form.woocommerce-checkout .col2-set {
    float: left;
    width: calc(50% - 1rem);
    margin: 0 0 0;
  }
  .woocommerce form.woocommerce-checkout .col2-set .col-2,
  .woocommerce-page form.woocommerce-checkout .col2-set .col-2 {
    margin-bottom: 0;
  }
  .woocommerce form.woocommerce-checkout h3#order_review_heading,
  .woocommerce-page form.woocommerce-checkout h3#order_review_heading {
    float: right;
    width: calc(50% - 1rem);
  }
  .woocommerce form.woocommerce-checkout #order_review,
  .woocommerce-page form.woocommerce-checkout #order_review {
    float: right;
    width: calc(50% - 1rem);
    margin: 0 0 0;
  }
}

.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.woocommerce-form-login {
  position: fixed;
  z-index: 1001;
  width: 600px;
  max-width: calc(100% - 70px);
  margin: 0 0 0;
  padding: 2rem;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  text-align: left;
}

.woocommerce-checkout .woocommerce form.login:before,
.woocommerce-checkout .woocommerce form.woocommerce-form-login:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: .85rem;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  top: -34px;
  right: -34px;
  background-color: #e74c3c;
  color: #fff;
  text-align: center;
  line-height: 32px;
  pointer-events: none;
}

.woocommerce-checkout .woocommerce form.login .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 1rem;
}

.woocommerce-checkout .woocommerce form.login .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce-checkout .woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
  margin-right: .25rem;
  position: relative;
  top: .15rem;
}

.woocommerce-checkout .woocommerce form.login button[type="submit"],
.woocommerce-checkout .woocommerce form.woocommerce-form-login button[type="submit"] {
  float: none;
  display: block;
  width: 100%;
  margin-right: 0;
}

.woocommerce-checkout .woocommerce form.login p.lost_password,
.woocommerce-checkout .woocommerce form.woocommerce-form-login p.lost_password {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
  font-size: .85rem;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 2rem;
}

#add_payment_method #payment ul.payment_methods li > label,
.woocommerce-cart #payment ul.payment_methods li > label,
.woocommerce-checkout #payment ul.payment_methods li > label {
  margin-bottom: 0;
}

#add_payment_method #payment ul.payment_methods li > label img,
.woocommerce-cart #payment ul.payment_methods li > label img,
.woocommerce-checkout #payment ul.payment_methods li > label img {
  display: inline-block;
  max-height: 40px;
  width: auto;
  max-width: none;
  margin-top: 0;
  vertical-align: middle;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: inline-block;
  line-height: inherit;
  margin-left: .5rem;
  vertical-align: middle;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 2rem;
}

#add_payment_method #payment div.form-row .woocommerce-terms-and-conditions-wrapper,
.woocommerce-cart #payment div.form-row .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout #payment div.form-row .woocommerce-terms-and-conditions-wrapper {
  font-size: .85rem;
}

#add_payment_method #payment button#place_order,
.woocommerce-cart #payment button#place_order,
.woocommerce-checkout #payment button#place_order {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce .woocommerce-order-details h2.woocommerce-order-details__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0 0 calc(1rem - 2px);
  padding: 0 0 1rem;
  border-bottom: 2px solid currentColor;
}

.woocommerce .woocommerce-order-details table.shop_table {
  border-width: 0;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th, .woocommerce .woocommerce-order-details table.shop_table tfoot td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: inherit;
  vertical-align: baseline;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr.cart-subtotal td, .woocommerce .woocommerce-order-details table.shop_table tfoot tr.order-total td {
  text-align: right;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr.order-total th, .woocommerce .woocommerce-order-details table.shop_table tfoot tr.order-total td {
  font-size: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: baseline;
}

.woocommerce .woocommerce-order-details table.shop_table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  padding-bottom: 1rem;
}

.woocommerce .woocommerce-order-details table.shop_table th.product-total {
  text-align: right;
}

.woocommerce .woocommerce-order-details table.shop_table tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce .woocommerce-order-details table.shop_table tbody td ul.wc-item-meta {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: .85rem;
  opacity: .75;
}

.woocommerce .woocommerce-order-details table.shop_table tbody td ul.wc-item-meta li {
  margin-left: 0;
}

.woocommerce .woocommerce-order-details table.shop_table tbody td.product-name .product-quantity {
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 0px 4px;
  font-size: .85rem;
  border-radius: 2px;
}

.woocommerce .woocommerce-order-details table.shop_table tbody td.product-name dl.variation {
  font-size: .85rem;
  opacity: .75;
}

.woocommerce .woocommerce-order-details table.shop_table tbody td.product-total {
  text-align: right;
  vertical-align: top;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th {
  text-align: right;
  border-width: 0;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot td {
  text-align: right;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot td .shipped_via {
  float: left;
  margin-right: 1rem;
  padding: 3px 8px;
  border-radius: 2px;
  border: 1px dotted currentColor;
}

.woocommerce ul.order_details li {
  margin-bottom: 1rem;
}

.woocommerce #customer_login .col-1 {
  margin-bottom: 2rem;
}

.woocommerce #customer_login .col-1 > h2,
.woocommerce #customer_login .col-2 > h2 {
  text-align: center;
}

.woocommerce #customer_login .woocommerce-privacy-policy-text {
  margin: 1rem 0 1rem;
  padding: 1rem;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.04);
  font-size: .85rem;
}

.woocommerce #customer_login .woocommerce-privacy-policy-text p {
  margin: 0 0 0;
}

body.woocommerce-account .post-content-contain {
  max-width: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  margin: 0 0 2rem;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 1rem 2rem;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 0;
  padding: .5rem 0 .5rem;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  font-family: "FontAwesome";
  content: '\f0e4';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: .75rem;
  font-size: 14px;
  vertical-align: middle;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders::before {
  content: '\f0c5';
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads::before {
  content: '\f019';
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address::before {
  content: '\f2bc';
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account::before {
  content: '\f2c0';
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: '\f08b';
}

body.woocommerce-account form.edit-account fieldset {
  margin-top: 2rem;
}

body.woocommerce-account form.edit-account fieldset label {
  display: block;
  width: 100%;
}

body.woocommerce-account form.edit-account fieldset span.password-input {
  width: 100%;
  max-width: 400px;
}

body.woocommerce-account form.edit-account fieldset span.password-input .woocommerce-password-strength {
  font-size: .85rem;
}

body.woocommerce-account .woocommerce > form.login {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

body.woocommerce-account:not(.logged-in) div.woocommerce > h2 {
  text-align: center;
  margin-top: 0 !important;
}

.woocommerce-store-notice,
p.demo_store {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 96;
}

#main-header .header-ui .header--complementary .brayn-top-cart {
  display: inline-block;
  position: relative;
  margin-left: .5rem;
  line-height: 18px;
  vertical-align: middle;
}

#main-header .header-ui .header--complementary .brayn-top-cart svg {
  fill: currentColor;
}

#main-header .header-ui .header--complementary .brayn-top-cart .brayn-top-cart-count {
  position: absolute;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 2px;
  right: 2px;
  pointer-events: none;
  background-color: #fff;
  color: #000;
}

#main-header .header-ui .header--complementary .brayn-top-cart > a {
  display: inline-block;
  position: relative;
  padding: .575rem;
  border-radius: 2px;
  line-height: 18px;
  border-radius: 2px;
  z-index: 1;
  outline-width: 0;
}

#main-header .header-ui .header--complementary .brayn-top-cart > a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

#main-header .header-ui .header--complementary .brayn-top-cart > a:hover:before {
  left: 0;
  right: initial;
  width: 100%;
  opacity: 1;
  border-radius: 2px;
}

#main-header .header-ui .header--complementary .brayn-top-account {
  display: inline-block;
  position: relative;
  margin-left: .5rem;
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: .575rem;
  border-radius: 2px;
  line-height: 18px;
  border-radius: 2px;
  z-index: 1;
  outline-width: 0;
}

#main-header .header-ui .header--complementary .brayn-top-account svg {
  fill: currentColor;
}

#main-header .header-ui .header--complementary .brayn-top-account:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

#main-header .header-ui .header--complementary .brayn-top-account:hover:before {
  left: 0;
  right: initial;
  width: 100%;
  opacity: 1;
  border-radius: 2px;
}

.e-brayn-product-slide-container {
  overflow: hidden;
  padding-top: 10px;
}

.e-brayn-product-slide-container .woocommerce {
  overflow: visible !important;
}

.e-brayn-product-slide-container .woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.e-brayn-product-slide-container .woocommerce ul.products li.product.swiper-slide {
  float: none;
  margin: 0 0 0 0;
  width: auto;
}

.e-brayn-product-slide-container .woocommerce .swiper-pagination {
  position: relative;
  bottom: initial;
  left: initial;
  cursor: default;
  padding-top: 1rem;
}

.e-brayn-product-slide-container .woocommerce .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.hide_cart_widget_if_empty {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
