/*
Template Name: Selfer 
Template URI: http://demo.softhopper.net/selfer-demo/
Author: SoftHopper
Author URI: https://softhopper.net
Description: It is a Multipurpose Portfolio WordPress Theme. Which is a unique feature and user competitive feature.
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    ## typography 
    ## headings 
    ## copy 
# Elements
	## elements
		## lists
		## tables
		## Basic elements
		## All Margin Element
		## All Padding Element
		## All Color Element 
# Forms
	## buttons
	## fields
# Media
	## Captions
	## Galleries
	## media
# modules 
	## accessibility
	## alignments
	## clearings
	## infinite-scroll
# navigation
	## Links
	## Menus
	## Pagination
	## Navigation responsive
# layout
    ## Header 
    ## Slider 
    ## About us 
    ## Skills
    	## Progress Bar
    ## Portfolio
    ## Testimonial
    ## Blog
# others
	## Blog Single
	## Coming Soon
# site content
	## About Page
	## Contact Page
	## 404 Page
	## Posts and pages
	## Asides
	## Comments
	## Widgets
	## Widgets Content
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
  line-height: 1.4em;
  color: #1d1d1f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

small, .font_small {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
  font-weight: 100;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

/*--------------------------------------------------------------
# Extra Headings
--------------------------------------------------------------*/
.selfer-heading .selfer-pre-heading,
.selfer-heading .selfer-animated-heading,
.selfer-heading .selfer-post-heading {
  display: inline-block;
}
.selfer-heading a {
  color: inherit;
}
.selfer-heading a:hover {
  color: inherit;
}
.selfer-heading span {
  display: inline-block;
}
.selfer-heading .typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: typed-blink 0.7s infinite;
  -ms-animation: typed-blink 0.7s infinite;
  animation: typed-blink 0.7s infinite;
}

.selfer-advanced-heading .selfer-heading-tag {
  margin: 0;
  padding: 0;
}
.selfer-advanced-heading a {
  color: inherit;
}
.selfer-advanced-heading a:hover {
  color: inherit;
}
.selfer-advanced-heading .selfer-sub-heading,
.selfer-advanced-heading .selfer-main-heading {
  z-index: 1;
  position: relative;
}
.selfer-advanced-heading .selfer-sub-heading {
  display: inline-block;
  line-height: 1;
}
.selfer-advanced-heading .selfer-sub-heading-content,
.selfer-advanced-heading .selfer-main-heading {
  display: inline-block;
  vertical-align: middle;
}
.selfer-advanced-heading .selfer-sub-heading .line:after,
.selfer-advanced-heading .selfer-main-heading .line:after {
  content: "";
  background-color: #1e87f0;
  height: 2px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.selfer-advanced-heading .selfer-sub-heading .line.selfer-button-icon-align-bottom,
.selfer-advanced-heading .selfer-main-heading .line.selfer-button-icon-align-bottom {
  line-height: 0;
}
.selfer-advanced-heading .selfer-advanced-heading-content {
  color: rgba(156, 156, 156, 0.12);
  z-index: 0;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
}
.selfer-advanced-heading .selfer-advanced-heading-content > div {
  display: inline-block;
}

.selfer-ep-main-color-yes .selfer-advanced-heading .selfer-main-heading {
  background-color: transparent;
  background-image: -webkit-linear-gradient(210deg, #0e83cd 0, #8062d4 100%);
  background-image: linear-gradient(240deg, #0e83cd 0, #8062d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.selfer-ep-advanced-color-yes .selfer-advanced-heading .selfer-advanced-heading-content > div {
  background-color: transparent;
  background-image: -webkit-linear-gradient(210deg, #0e83cd 0, #8062d4 100%);
  background-image: linear-gradient(240deg, #0e83cd 0, #8062d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Animations Type Blink
--------------------------------------------------------------*/
@keyframes typed-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes typed-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes typed-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

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

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

mark, ins {
  background: rgba(255, 249, 192, 0.25);
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #020312;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
  color: #e83e8c;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #020312;
  /* Fallback for when there is no custom background color defined. */
  word-wrap: break-word;
  overflow-x: hidden;
}

q {
  quotes: "" "";
}
q:before, q:after {
  content: "";
}

blockquote .small::before,
blockquote footer::before,
blockquote small::before,
blockquote .font_small::before {
  margin-left: 18px;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.75em;
  color: #888;
}
blockquote cite {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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

.remove-broswer-defult {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Post, Page, Comments Table
--------------------------------------------------------------*/
body:not(.woocommerce-page) .entry-content table,
body:not(.bbpress) .entry-content table,
body:not(.buddypress) .entry-content table {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) .entry-content table td, body:not(.woocommerce-page) .entry-content table th,
body:not(.bbpress) .entry-content table td,
body:not(.bbpress) .entry-content table th,
body:not(.buddypress) .entry-content table td,
body:not(.buddypress) .entry-content table th {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}
.comment-content table td, .comment-content table th {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
}

/*--------------------------------------------------------------
# Basic Element
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
  }

  .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.block-img {
  display: block;
}

.mfp-close {
  color: white !important;
}

.full-content {
  float: none;
  margin: auto;
}

.full-width {
  width: 100%;
}

.jarallax {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.bg-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.no-border {
  border: 0 none !important;
}

.overflow-hide {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #ddd;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.fl-none {
  float: none !important;
}

@media only screen and (max-width: 800px) {
  .mb-fl-none {
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-text-center {
    text-align: center !important;
  }
}

.white-space {
  display: block;
  width: 100%;
  overflow: hidden;
}

.space-element {
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
  padding-top: 60px;
}

.svg-element path {
  -webkit-transform: rotate(0.3deg);
  -ms-transform: rotate(0.3deg);
  transform: rotate(0.3deg);
  fill-rule: evenodd;
}
.svg-element.no-rotation path {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.card-shadow {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.04);
}

.sm-devider {
  background-color: #424242;
  width: 40px;
  height: 4px;
  margin: auto;
  display: block;
}

.shot-b-30-blue-violet {
  background: #7540ee;
  width: 30px;
  height: 4px;
  display: block;
}

/*--------------------------------------------------------------
# Font Size
--------------------------------------------------------------*/
.fts-13 {
  font-size: 13px;
}

.fts-15 {
  font-size: 15px;
}

.fts-20 {
  font-size: 20px;
}

.fts-25 {
  font-size: 25px;
}

.fts-30 {
  font-size: 30px;
}

.fts-35 {
  font-size: 35px;
}

.fts-40 {
  font-size: 40px;
}

.fts-45 {
  font-size: 45px;
}

.fts-50 {
  font-size: 50px;
}

.fts-60 {
  font-size: 60px;
}

.fts-65 {
  font-size: 65px;
}

.fts-70 {
  font-size: 70px;
}

.fts-75 {
  font-size: 75px;
}

/*--------------------------------------------------------------
# Margin Element
--------------------------------------------------------------*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/*--------------------------------------------------------------
# Padding Element
--------------------------------------------------------------*/
.pd-0 {
  padding: 0;
}

.padding-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-120 {
  padding-top: 120px;
}

.pd-b-120 {
  padding-bottom: 120px;
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

/*--------------------------------------------------------------
# Radius Element
--------------------------------------------------------------*/
.rd-0 {
  border-radius: 0;
}

.rd-5 {
  border-radius: 5px;
}

.rd-10 {
  border-radius: 10px;
}

.rd-15 {
  border-radius: 15px;
}

.rd-30 {
  border-radius: 30px;
}

.rd-30-im {
  border-radius: 30px !important;
}

.rd-45 {
  border-radius: 45px;
}

.rd-p-50 {
  border-radius: 50%;
}

.rd-p-100 {
  border-radius: 100%;
}

/*--------------------------------------------------------------
# Color Element 
--------------------------------------------------------------*/
.color-white {
  color: white;
}

.color-snow {
  color: #f9f9f9;
}

.color-white-smoke {
  color: #f7f7f7;
}

.color-gainsboro {
  color: #dedede;
}

.color-silver {
  color: #c3c3c3;
}

.color-dim-gray {
  color: #646363;
}

.color-gray {
  color: #767676;
}

.color-suva-grey {
  color: #919191;
}

.color-matterhorn {
  color: #545454;
}

.color-night-rider {
  color: #2d2d2d;
}

.color-eclipse {
  color: #3c3c3c;
}

.color-blue-violet {
  color: #7540ee;
}

.color-medium-slate-blue {
  color: #8655f4;
}

.color-soft-nero {
  color: #2a2a2a;
}

.color-nero {
  color: #242424;
}

.color-black {
  color: black;
}

/*--------------------------------------------------------------
# Background Element 
--------------------------------------------------------------*/
.bg-white {
  background: transparent !important;
}

.bg-snow {
  background: #f9f9f9;
}

.bg-lavender {
  background: #eeedfd;
}

.bg-white-smoke {
  background: #f7f7f7;
}

.bg-gainsboro {
  background: #dedede;
}

.bg-silver {
  background: #c3c3c3;
}

.bg-dim-gray {
  background: #646363;
}

.bg-gray {
  background: #767676;
}

.bg-suva-grey {
  background: #919191;
}

.bg-matterhorn {
  background: #545454;
}

.bg-night-rider {
  background: #2d2d2d;
}

.bg-eclipse {
  background: #3c3c3c;
}

.bg-blue-violet {
  background: #7540ee;
}

.bg-medium-slate-blue {
  background: #8655f4;
}

.bg-soft-nero {
  background: #2a2a2a;
}

.bg-nero {
  background: #242424;
}

.bg-soft-black {
  background: #121212;
}

.bg-black {
  background: black;
}

/*--------------------------------------------------------------
# Extra Background
--------------------------------------------------------------*/
.bar-blue-violet .swiper-scrollbar-drag {
  background: #7540ee;
}

/*--------------------------------------------------------------
# SVG Fill
--------------------------------------------------------------*/
.svg-white path {
  fill: white;
}

.svg-snow path {
  fill: #f9f9f9;
}

.svg-white-smoke path {
  fill: #f7f7f7;
}

.svg-gainsboro path {
  fill: #dedede;
}

.svg-silver path {
  fill: #c3c3c3;
}

.svg-dim-gray path {
  fill: #646363;
}

.svg-gray path {
  fill: #767676;
}

.svg-suva-grey path {
  fill: #919191;
}

.svg-matterhorn path {
  fill: #545454;
}

.svg-night-rider path {
  fill: #2d2d2d;
}

.svg-eclipse path {
  fill: #3c3c3c;
}

.svg-blue-violet path {
  fill: #7540ee;
}

.svg-soft-nero path {
  fill: #2a2a2a;
}

.svg-nero path {
  fill: #242424;
}

.svg-soft-black path {
  fill: #121212;
}

.svg-black path {
  fill: black;
}

/*--------------------------------------------------------------
# Ovelay Element
--------------------------------------------------------------*/
.overlay-blue-violet-85 {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.overlay-blue-violet-85:before {
  content: "";
  position: absolute;
  background-color: rgba(117, 64, 238, 0.85);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-blue-violet-85 > div {
  position: relative;
}

.overlay-blue-violet-45 {
  position: relative;
}
.overlay-blue-violet-45:before {
  content: "";
  position: absolute;
  background-color: rgba(117, 64, 238, 0.45);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-blue-violet-45 > div {
  position: relative;
}

.overlay-bg-snow {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay-bg-snow-95 {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow-95:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
# Social Element
--------------------------------------------------------------*/
.fb-color {
  color: #3b5998;
}

.fb-bg {
  background: #3b5998;
}

.tw-color {
  color: #1da1f2;
}

.tw-bg {
  background: #1da1f2;
}

.yt-color {
  color: #ff0000;
}

.yt-bg {
  background: #ff0000;
}

.in-color {
  color: #c32aa3;
}

.in-bg {
  background: #c32aa3;
}

.pin-color {
  color: #bd081c;
}

.pin-bg {
  background: #bd081c;
}

.lid-color {
  color: #007bb5;
}

.lid-bg {
  background: #007bb5;
}

.gplus-color {
  color: #db4437;
}

.gplus-bg {
  background: #db4437;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background: #ea4c89;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background: #ea4c89;
}

.dbart-color {
  color: #05cc47;
}

.dbart-bg {
  background: #05cc47;
}

.bh-color {
  color: #053eff;
}

.bh-bg {
  background: #053eff;
}

/*--------------------------------------------------------------
# Border element
--------------------------------------------------------------*/
.bd-t-soft-nero {
  border-top: 1px solid #2a2a2a;
}

.bd-t-white-20 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
# Grid Element
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .row.item-4 .item:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .row.item-3 .item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .row.item-2 .item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .row.item-1 .item:nth-child(n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 992px) {
  .row .item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 520px) {
  .row .item:nth-child(n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 520px) {
  .row[class*="item-"] [class*="col-"] {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .item-sm [class*="col-"] {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Selfer Tab
--------------------------------------------------------------*/
.selfer-tab {
  border-bottom: 0 none;
}
.selfer-tab li {
  display: inline-block;
  padding: 0 5px;
}
.selfer-tab li a {
  border: 1px solid #c3c3c3 !important;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
  border-radius: 30px !important;
}
.selfer-tab li a.active {
  border-style: solid;
  border-width: 3px !important;
  border-color: white !important;
  color: white !important;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  background: #7540ee !important;
  border-radius: 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.search-form .btn,
.searchform .btn {
  border-radius: 0;
}
.search-form .btn:hover,
.searchform .btn:hover {
  color: white;
  text-decoration: none;
}
.search-form .btn:focus,
.searchform .btn:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}
.search-form .btn:active:focus,
.searchform .btn:active:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}

.more-link {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  word-spacing: 0.02em;
  letter-spacing: 0.01em;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.more-link:hover, .more-link:focus, .more-link:active:focus {
  color: white;
  text-decoration: none !important;
}

.comment-navigation .nav-links a {
  background: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
  color: white;
}

.go-button {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 186px;
  height: 45px;
  line-height: 46px;
  background: #f7faf9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.go-button:hover {
  color: white;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.wpcf7-form-control.wpcf7-submit {
  border-radius: 30px;
}

.btn-play {
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  width: 55px;
  line-height: 25px;
}

.social-btn-lg {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 42px;
  margin: 5px;
}
.social-btn-lg:hover {
  color: #fff;
}

.btn-gf {
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
}

.btn-lg {
  padding: 15px 45px;
  display: inline-block;
  font-size: 16px;
}

.btn-md {
  padding: 10px 30px;
  display: inline-block;
  font-size: 15px;
}

.btn-xl {
  padding: 15px 45px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.015em;
}

.btn-slider {
  padding: 10px 45px;
  display: inline-block;
  font-size: 15px;
  border-radius: 30px;
  border-width: 3px;
}

.btn-slider-xl {
  padding: 15px 45px;
  display: inline-block;
  font-size: 15px;
  border-radius: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(18, 20, 28, 0) inset;
  -webkit-text-fill-color: rgba(18, 20, 28, 0.6) !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(18, 20, 28, 0) inset;
  -webkit-text-fill-color: rgba(18, 20, 28, 0.6) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
}

input,
select,
textarea {
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.form-controller {
  font-size: 13px;
  border: 1px solid #343a40;
  background: #0d0f16;
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
  color: rgba(255, 255, 255, 0.6);
}
.form-controller:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-password-form input[type="password"] {
  font-size: 14px;
  border: 1px solid rgba(240, 240, 240, 0.15);
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #020312;
  color: rgba(255, 255, 255, 0.5);
}
.post-password-form input[type="submit"] {
  padding: 11px 30px;
  position: relative;
  top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.format-audio iframe {
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.4em 0;
  font-size: 0.9em;
  font-style: italic;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* --------------------------------------------------------------
# WordPress Default Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media only screen and (max-width: 560px) {
  .gallery-item {
    max-width: 100% !important;
  }
  .gallery-item img {
    width: 100%;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.widget .gallery-item {
  margin-bottom: 20px;
}

/* --------------------------------------------------------------
# Post-gallery One
-------------------------------------------------------------- */
.gallery-one .owl-controls {
  margin: 0;
  padding: 0;
}
.gallery-one .owl-controls .owl-nav div {
  display: block !important;
  position: absolute;
  background: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  top: 50%;
  font-size: 25px;
  margin: auto;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gallery-one .owl-controls .owl-nav .owl-prev {
  left: 10px;
}
.gallery-one .owl-controls .owl-nav .owl-next {
  right: 10px;
}

.gallery-one .item {
  text-align: center;
}
.gallery-one .item img {
  margin: auto;
  height: auto;
  width: 100%;
  display: block;
  vertical-align: middle;
}

.gallery-heading .gallery-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gallery-image-content {
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.gallery-image-content img {
  width: 100%;
}
.gallery-image-content .overlay-background {
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(23, 23, 23, 0.52);
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.gallery-image-content .overlay-background a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery-image-content .overlay-background a i {
  position: absolute;
  top: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 45px;
  color: #fff;
}
.gallery-image-content .overlay-background .video-popup i {
  top: 30%;
}
.gallery-image-content .overlay-background .video-popup span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50% 50%);
  -ms-transform: translateY(50% 50%);
  transform: translateY(50% 50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
}
.gallery-image-content:hover .overlay-background {
  opacity: 1;
  width: 100%;
}

.photo-gallery-area {
  padding: 20px 0 60px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP tool-bar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline-block !important;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline-block !important;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .mainmenu {
    float: right;
    padding: 0;
    margin-bottom: 0;
  }
  .mainmenu > li {
    float: left;
    position: relative;
  }
  .mainmenu > li > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    border-bottom: none;
    display: block;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 0.875rem;
  }
  .mainmenu > li > a:before {
    border-style: solid;
    border-width: .5rem .5rem 0 0;
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: .5rem;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity: 0;
  }
  .mainmenu > li > a:after {
    border-bottom: .1875rem solid;
    content: "";
    height: .1875rem;
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .mainmenu li {
    list-style: none;
  }
  .mainmenu li.menu-item-has-children:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    right: 5px;
    top: 23px;
    font-weight: 900;
  }
  .mainmenu li a:hover {
    color: #303030;
  }
  .mainmenu li a.active {
    position: relative;
    color: #303030;
  }
  .mainmenu li a.active:before, .mainmenu li a.active:after {
    opacity: 1;
  }

  /* Sub Menu CSS */
  .mainmenu .sub-menu,
  .mainmenu .children {
    min-width: 300px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 20px;
    background-color: #232323;
    opacity: 0;
    top: 102%;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;
  }
  .mainmenu .sub-menu li,
  .mainmenu .children li {
    position: relative;
  }
  .mainmenu .sub-menu li a,
  .mainmenu .children li a {
    background-image: none;
    color: #f7f7f7;
    font-family: "Montserrat", sans-serif;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 1.5em;
    padding: 10px 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: normal;
  }
  .mainmenu .sub-menu li:last-child a,
  .mainmenu .children li:last-child a {
    border-bottom: none;
  }

  .mainmenu .sub-menu li:last-child > a {
    border-bottom: 0;
  }

  .menuexpandermain {
    display: none;
  }

  .mainmenu li:hover .sub-menu,
  .mainmenu .sub-menu li:hover .sub-menu-sub {
    display: block;
  }
  .mainmenu li:hover .children {
    display: block;
  }
  .mainmenu .sub-menu .sub-menu,
  .mainmenu .sub-menu .sub-menu .sub-menu {
    min-width: 300px;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 20px;
    background-color: #080d18;
    left: 88%;
    top: -20px;
    margin: 0;
    opacity: 0;
    -webkit-box-shadow: 1px 9px 40px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 9px 40px rgba(0, 0, 0, 0.45);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.4s,opacity 0.4s;
    transition: transform 0.4s,opacity 0.4s;
    z-index: 1001;
  }
  .mainmenu .sub-menu li:hover .sub-menu,
  .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
    opacity: 1;
    list-style: none;
  }

  .mainmenu .sub-menu li {
    position: relative;
    display: block;
  }

  /*Animation*/
  .mainmenu li > .sub-menu,
  .mainmenu li > .megamenu > .sub-menu,
  .mainmenu li > .children {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
  }
  .mainmenu li:hover > .sub-menu,
  .mainmenu li:hover > .megamenu > .sub-menu,
  .mainmenu li:hover > .children {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }

  /* Default Color */
  .mainmenu li:hover > a,
  .mainmenu > li > a:hover,
  .mainmenu > li > a.active {
    background-color: rgba(25, 25, 25, 0.05);
    text-decoration: none;
  }

  .mainmenu .sub-menu > li > a:hover,
  .mainmenu .sub-menu .sub-menu > li > a:hover,
  .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0 !important;
    text-decoration: none;
  }

  .mainmenu .sub-menu .current-menu-parent > a,
  .mainmenu .sub-menu .current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .current-menu-ancestor .current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .megamenu .sub-menu .current-menu-item > a,
  .megamenu .current-menu-ancestor > a,
  .megamenu.current-menu-ancestor .current-menu-ancestor > a {
    background-color: transparent;
  }

  .megamenu .sub-menu .current-menu-parent > a,
  .megamenu .sub-menu .current-menu-item > a {
    background-color: transparent;
  }

  .mainmenu .sub-menu .fa {
    margin-right: 5px;
    position: absolute;
    right: 15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 16px;
  }

  .center-nav .mainmenu {
    display: table;
    width: auto;
  }

  .right-side-menu .sub-menu {
    right: -15px;
    left: auto !important;
  }

  .right-side-menu .right-side-menu .sub-menu,
  .right-side-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto !important;
  }

  .sub-menu .right-side-menu .sub-menu {
    right: 100% !important;
    left: auto !important;
  }

  .right-side-menu .sub-menu > li:hover > a i {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .mega-submenu {
    position: static !important;
  }

  .mainmenu .sub-menu.sh-mega-menu {
    padding: 20px;
    width: 100% !important;
    min-width: 760px !important;
    right: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .menu-click {
    display: none;
  }
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/* page link pagination */
.article-content .page-links span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1em;
  padding: 0.4em 0.8em;
  font-weight: 600;
}
.article-content .page-links > span {
  color: #fff;
}
.article-content .page-links a {
  text-decoration: none;
}

/*==================================
pagination
================================= */
.pagination-block {
  padding: 15px 0;
}
.pagination-block .pagination {
  margin: 0;
  margin-bottom: -10px;
  display: block;
}
.pagination-block .pagination li {
  display: inline-block;
}
.pagination-block .pagination li a {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #999;
  background: rgba(52, 58, 64, 0.65);
  padding: 4px 10px;
  line-height: 42px;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.pagination-block .pagination li.active a {
  color: white;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  background: #7540ee;
}
.pagination-block .pagination .dot i {
  color: #dddddd;
}
.pagination-block .pagination.pagination-style-two {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .pagination-block {
    margin-bottom: 30px;
  }
}

.page-numbers.dots {
  margin-right: 12px;
}

.menu-pagination-block {
  background: #f9f9f9;
  overflow: hidden;
  margin-top: 30px;
}
.menu-pagination-block .pagination-link {
  padding: 15px;
  background: transparent;
}
.menu-pagination-block .pagination-link .pagination {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .menu-pagination-block .pagination-link .pagination {
    text-align: center;
  }
}

.pagination-position {
  margin-bottom: 0;
  padding: 20px;
}
@media only screen and (max-width: 992px) {
  .pagination-position {
    text-align: center;
  }
}
.pagination-position a {
  padding: 0 3px;
}
.pagination-position a.active {
  color: #94b800;
}
.pagination-position.orange-theme a {
  padding: 0 3px;
}
.pagination-position.orange-theme a.active {
  color: #ffa800;
}

.portfolio-pagination a .navigation-text {
  display: inline-block;
  border: 2px solid #343a40;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  color: #999;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
}

/*--------------------------------------------------------------
## Navigation Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mainmenu {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 5px;
  }
  .mainmenu ul {
    list-style: none;
    padding: 0;
  }
  .mainmenu > li:last-child > a {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }
  .mainmenu li {
    position: relative;
  }
  .mainmenu li a {
    padding: 10px 0;
    display: block;
    color: rgba(0, 0, 0, 0.5);
  }
  .mainmenu li a i {
    display: none;
  }
  .mainmenu ul.sub-menu {
    padding-left: 0;
    margin: 0;
    display: none;
  }
  .mainmenu li a:after {
    border-top: .1875rem solid;
    content: "";
    height: .1875rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .mainmenu li a.active:after {
    opacity: 1;
  }
  .mainmenu li a.active {
    color: rgba(0, 0, 0, 0.85);
  }

  [class*="navbar-expand"] .navbar-nav .mainmenu li a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }

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

  .menu-click {
    display: block;
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .menu-arrow {
    color: rgba(0, 0, 0, 0.45);
  }

  .menu-arrow.fa-plus.menu-extend:before {
    content: "\f068";
  }
}
@media only screen and (max-width: 767px) {
  body.admin-bar .fixed-top {
    top: 45px;
  }

  .navbar-toggler {
    margin-left: auto;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Top
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #0d0f16;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #425cbb;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About us
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Area Of Work
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Tab Style
--------------------------------------------------------------*/
.tabs-nav-area {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #cbcaca;
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  .tabs-nav-area {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tabs-nav-area .bsm-tabs {
  background: transparent;
}
.tabs-nav-area .bsm-tabs .bsm-tab a {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 800;
}
.tabs-nav-area .bsm-tabs .bsm-tab a .fa {
  margin-right: 5px;
}
.tabs-nav-area .bsm-tab.active a {
  color: #f8c000 !important;
}
.tabs-nav-area .bsm-tab.active a .fa {
  color: #f8c000;
}
.tabs-nav-area .bsm-indicator {
  background: transparent;
}
.tabs-nav-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cbcaca;
  max-width: 50%;
  margin: auto;
  bottom: -15px;
}

.tabs-content.active {
  display: block !important;
}

/*--------------------------------------------------------------
## Skill
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.post-list {
  -webkit-box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.06);
  background: white;
  overflow: hidden;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.post-list .post-thumb {
  width: 202px;
  display: table-cell;
  margin-bottom: 0;
}
.post-list .post-content {
  display: table-cell;
  padding: 25px;
  vertical-align: middle;
}
.post-list .entry-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.post-list .more-link i {
  margin-left: 10px;
}

.post-ver-bg .post-thumb {
  color: #f9f9f9;
  display: table;
  width: 100%;
  height: 526px;
}
.post-ver-bg .post-thumb .post-content {
  padding: 45px;
  display: table-cell;
  vertical-align: bottom;
}
.post-ver-bg .entry-title {
  color: white;
}

/*--------------------------------------------------------------
## Blog Page Post 
--------------------------------------------------------------*/
.blog-page-block {
  background: #0d0f16;
}

@media only screen and (min-width: 992px) {
  .blog-page-content {
    padding-right: 30px;
  }
}
.blog-page-content .post {
  background-color: #12141c;
  -webkit-box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
}
.blog-page-content .post > em, .blog-page-content .post > cite, .blog-page-content .post > i {
  font-style: normal;
  font-weight: normal;
}
.blog-page-content .post > em > strong, .blog-page-content .post > cite > strong, .blog-page-content .post > i > strong {
  font-weight: normal;
}
.blog-page-content .post.sticky h2.entry-title:after {
  content: "\f08d";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  color: #2a3138;
  position: absolute;
  right: -22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -30px;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page-content .post.sticky h2.entry-title:after {
    top: -18px;
    right: -12px;
  }
}
.blog-page-content > article {
  background-color: white;
  -webkit-box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 75px;
}
.blog-page-content .entry-thumb {
  margin-bottom: 0;
}
.blog-page-content .entry-thumb img {
  display: block;
  margin: auto;
}
.blog-page-content:not(.blog-single-page) .entry-content {
  padding: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page-content:not(.blog-single-page) .entry-content {
    padding: 30px;
  }
}
.blog-page-content:not(.blog-single-page) .entry-content > p:last-of-type {
  margin-bottom: 0;
}
.blog-page-content:not(.blog-single-page) .entry-content > p {
  opacity: 1;
}
.blog-page-content:not(.blog-single-page) .entry-content > ul,
.blog-page-content:not(.blog-single-page) .entry-content > ol {
  padding-left: 20px;
}
.blog-page-content:not(.blog-single-page) .entry-content > ul li,
.blog-page-content:not(.blog-single-page) .entry-content > ol li {
  padding-top: 15px;
  line-height: 1.75em;
}
.blog-page-content:not(.blog-single-page) .entry-content > ul .more-link,
.blog-page-content:not(.blog-single-page) .entry-content > ol .more-link {
  margin-left: -20px;
  font-style: normal;
}
.blog-page-content:not(.blog-single-page) .entry-content > ul:last-of-type,
.blog-page-content:not(.blog-single-page) .entry-content > ol:last-of-type {
  margin-bottom: 0;
}
.blog-page-content:not(.blog-single-page) .entry-content .page-links:last-of-type {
  margin-bottom: 0;
  margin-top: 30px;
}
.blog-page-content:not(.blog-single-page) .entry-content .page-links span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 5px 12px;
  color: rgba(255, 255, 255, 0.55);
}
.blog-page-content:not(.blog-single-page) .entry-content .page-links > span {
  font-weight: bold;
}
.blog-page-content:not(.blog-single-page) .entry-title {
  color: #fff;
  margin-bottom: 20px;
  margin-top: -6px;
  position: relative;
  font-weight: 500;
}
.blog-page-content:not(.blog-single-page) .more-link {
  display: table;
  margin-top: 30px;
  -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 30px;
  font-weight: 400;
  background: rgba(52, 58, 64, 0.65);
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.blog-page-content:not(.blog-single-page) .more-link i {
  margin-left: 10px;
  font-size: 10px;
}
.blog-page-content:not(.blog-single-page) .more-link:hover {
  color: white;
}

@media only screen and (min-width: 992px) {
  .order-last .blog-page-content {
    padding-right: 15px;
    padding-left: 45px;
  }
}

.entry-content .page-links span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding: 5px 12px;
  color: rgba(255, 255, 255, 0.5);
}
.entry-content .page-links > span {
  font-weight: bold;
}

/*--------------------------------------------------------------
## BB Press CSS
--------------------------------------------------------------*/
.bbp-submit-wrapper button, .bbp-submit-wrapper input[type="button"], .bbp-submit-wrapper input[type="reset"], .bbp-submit-wrapper input[type="submit"] {
  border: 0 none;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 600;
}

.bbp-topic-form select {
  padding: 7px;
}

.bbp-topics .avatar {
  margin-bottom: 0 !important;
}

.bbp-breadcrumb + span#subscription-toggle {
  margin-left: 6px;
  margin-top: 3px;
  display: inline-block;
}

.bbp-forum-description .avatar,
.bbp-topic-freshness-author .avatar {
  margin-bottom: 0 !important;
}

.bbp-search-form .button {
  border: 0 none;
  padding: 4px 15px;
  display: inline-block;
  font-weight: 500;
}

.bbp-topic-form select {
  min-width: 150px;
  border: 1px solid #ccc;
  padding: 2px 10px;
}

.bbp-topic-form input[type="text"] {
  border: 1px solid #ccc;
}

#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 14px;
}

.bbp-reply-form legend {
  line-height: 1.2;
}

/*--------------------------------------------------------------
## Budy Press CSS
--------------------------------------------------------------*/
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=text] {
  padding: 5px 13px;
}

#buddypress .message-search #messages_search {
  padding: 2px 10px;
}

#buddypress div.item-list-tabs ul li.last select {
  padding: 5px 8px;
}

#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
  padding: 10px 22px;
}

#buddypress .activity-list .activity-content .activity-header img.avatar {
  margin: 0 5px 0px 5px !important;
}

body.buddypress .label {
  color: inherit;
}

.bp-widget .label {
  display: table-cell;
  padding: 15px !important;
  font-size: 14px;
  text-align: left;
}

.bp-widget .data {
  display: table-cell;
  padding: 15px !important;
}

#notifications-sort-order-list,
select[name="notification_bulk_action"],
select[name="messages_bulk_action"] {
  min-width: 150px;
  border: 1px solid #ccc;
  padding: 4px 10px;
}

#buddypress span.activity {
  margin-top: 10px;
}

.button-nav li a {
  display: inline-block;
}

#buddypress #profile-edit-form ul.button-nav {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 0;
}

.editfield legend {
  font-size: 14px;
}

.editfield input[type=text] {
  margin-bottom: 10px;
}

#groups-list li {
  margin-top: 10px !important;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
header.woocommerce-products-header {
  width: 100%;
  margin-bottom: 45px;
}

.woocommerce ul.products {
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin-top: 0 !important;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 12px 25px;
  display: inline-block;
  color: #fff;
}

.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 48%;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin: 0 -15px;
}

.woocommerce-form-row input[type="text"],
.woocommerce-form-row input[type="email"],
.woocommerce-form-row input[type="password"] {
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 5px;
}

button[name="save_account_details"], input[name="save_account_details"][type="button"], input[name="save_account_details"][type="reset"], input[name="save_account_details"][type="submit"] {
  padding: 15px 35px !important;
  margin-top: 15px !important;
  margin-left: 1px !important;
}

.woocommerce-ordering select {
  border: 1px solid rgba(52, 58, 64, 0.65);
  padding: 8px 10px;
  background: transparent;
  color: white;
}
.woocommerce-ordering select option {
  background: #343a40;
}

.woocommerce ul.products {
  text-align: center;
}
.woocommerce ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce ul.products li.product .button {
  font-weight: 400;
  background: rgba(52, 58, 64, 0.65);
  border: 1px solid rgba(52, 58, 64, 0.65);
  border-radius: 30px;
  padding: 10px 25px;
  color: white;
  font-size: 13px;
}
.woocommerce ul.products li.product .price {
  color: #c1c1c1;
  font-size: 1.1em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.12em;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 3em;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0 none;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li > * {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  color: #999;
  background: rgba(52, 58, 64, 0.65);
  padding: 4px 10px;
  line-height: 37px !important;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  min-width: 50px !important;
  min-height: 50px !important;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li > span.current {
  margin-top: 0 !important;
  color: white !important;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-top: 0 none !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
}

.woocommerce-cart-form #coupon_code {
  min-width: 120px;
}
.woocommerce-cart-form button[name="apply_coupon"], .woocommerce-cart-form input[name="apply_coupon"][type="button"], .woocommerce-cart-form input[name="apply_coupon"][type="reset"], .woocommerce-cart-form input[name="apply_coupon"][type="submit"] {
  height: 33px;
  color: #fff;
}

.woocommerce table td {
  border-bottom: 0 none;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  font-size: 13px;
  min-width: 3.6em;
  letter-spacing: 0.010em;
}

.form-row input, .form-row textarea {
  border: 1px solid #ccc;
  padding: 10px;
}
.form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.shop_table .order-total th,
.shop_table .order-total td {
  border-bottom: 0 none !important;
}

.order_details tfoot tr:last-child th, .order_details tfoot tr:last-child td {
  border-bottom: 0 none !important;
}

.woocommerce-orders-table tbody tr:last-of-type th, .woocommerce-orders-table tbody tr:last-of-type td {
  border-bottom: 0 none !important;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-single-content {
  padding-top: 45px !important;
}
.woocommerce-single-content .product_title.entry-title {
  margin-bottom: 15px !important;
}
.woocommerce-single-content input[type="number"] {
  padding: 10px;
  height: 45px;
  display: inline-block;
}
.woocommerce-single-content .single_add_to_cart_button {
  padding: 14px 28px !important;
  font-weight: 400 !important;
  height: 45px;
  line-height: 1.35 !important;
}
.woocommerce-single-content .product_meta > span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
.woocommerce-single-content .product_meta > span > * {
  font-weight: 400;
}
.woocommerce-single-content .entry-summary .price {
  color: inherit !important;
  font-weight: 500;
}
.woocommerce-single-content .woocommerce-tabs.wc-tabs-wrapper {
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 15px;
}
.woocommerce-single-content .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
  margin-left: -5px !important;
}
.woocommerce-single-content .woocommerce-tabs ul.tabs:before {
  visibility: hidden;
}
.woocommerce-single-content .woocommerce-tabs ul.tabs li {
  border: 0 none !important;
  background: transparent !important;
}
.woocommerce-single-content .woocommerce-tabs ul.tabs li:before, .woocommerce-single-content .woocommerce-tabs ul.tabs li:after {
  visibility: hidden;
}
.woocommerce-single-content .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
  padding: 10px 23px !important;
  letter-spacing: 0.015em;
}
.woocommerce-single-content #review_form .comment-reply-title {
  margin-bottom: 15px;
  display: block;
}
.woocommerce-single-content #review_form .row.contactform {
  margin: 0;
}
.woocommerce-single-content #review_form .row.contactform .form-submit {
  text-align: left;
}
.woocommerce-single-content #review_form .row.contactform .form-submit input[type="submit"] {
  padding: 15px 40px !important;
  border-radius: 30px !important;
}
.woocommerce-single-content #review_form .row.contactform .comment-form-rating {
  display: block;
  width: 100% label;
  width-display: block;
}
.woocommerce-single-content #review_form .row.contactform input,
.woocommerce-single-content #review_form .row.contactform textarea {
  border: 1px solid #ccc;
  padding: 8px 15px;
}
.woocommerce-single-content #review_form .row.contactform .comment-form-comment,
.woocommerce-single-content #review_form .row.contactform .comment-form-author,
.woocommerce-single-content #review_form .row.contactform .comment-form-email {
  display: block;
  width: 100%;
  margin-bottom: 22px !important;
}
.woocommerce-single-content #review_form .row.contactform .comment-form-comment label,
.woocommerce-single-content #review_form .row.contactform .comment-form-author label,
.woocommerce-single-content #review_form .row.contactform .comment-form-email label {
  display: block;
}
.woocommerce-single-content .woocommerce-Tabs-panel > h2 {
  font-size: 25px;
}
.woocommerce-single-content .related.products > h2 {
  font-size: 25px;
}

.woocommerce-cart-form__cart-item input[type="number"] {
  border: 1px solid #ccc;
  padding: 5px;
}

.blog-single-page .entry-content.woocommerce-single-content {
  padding: 0 !important;
}

.woocommerce-single-content input[type="number"] {
  background: #12141c;
  color: #fff;
  border-color: #27282d;
}

.woocommerce-product-gallery__trigger {
  background: #12141c !important;
  color: #fff !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #fff !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #fff !important;
}

.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 20px;
}

.woocommerce-product-gallery .flex-control-thumbs {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.woocommerce-product-gallery .flex-control-thumbs > li {
  padding: 10px;
  display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #989898;
}

.woocommerce .star-rating::before {
  color: #5d5d5d;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #12141c !important;
  color: #fff;
}

.woocommerce-notices-wrapper .button.wc-forward {
  background: #0d0f16 !important;
  color: #fff !important;
}
.woocommerce-notices-wrapper li {
  margin-top: 0 !important;
}

.woocommerce-Reviews .select-wrapper::before {
  display: none;
}
.woocommerce-Reviews .comment-form-comment #comment {
  background: #12141c;
  color: #fff;
  border-color: #27282d !important;
}
.woocommerce-Reviews form input[type="text"],
.woocommerce-Reviews form input[type="email"] {
  background: #12141c;
  color: #fff;
  border-color: #27282d !important;
}
.woocommerce-Reviews p.stars {
  margin-bottom: 0 !important;
}

.woocommerce #review_form #respond .form-submit input {
  color: #fff;
}

.woocommerce-Reviews {
  padding: 45px;
  background-color: #12141c;
}
.woocommerce-Reviews ol.commentlist {
  padding: 0;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 30px;
}
.woocommerce-Reviews .comment-text {
  border-color: #27282d !important;
  padding: 20px 20px 0 !important;
  border-radius: 0;
}
.woocommerce-Reviews .comment-text .woocommerce-review__author {
  font-size: 16px;
  color: #fff;
}
.woocommerce-Reviews #review_form_wrapper {
  margin-top: 30px;
}

.summary.entry-summary .product_title.entry-title {
  color: #fff !important;
}

.woocommerce-cart-form__cart-item.cart_item .quantity input[type="number"] {
  background-color: #12141c;
  border-color: #27282d;
  color: #fff;
  display: inline-block;
}

.woocommerce-cart-form .coupon #coupon_code {
  background-color: #12141c;
  border-color: #27282d;
  color: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-search__field {
  background-color: #12141c;
  border-color: #27282d !important;
  color: #fff;
}

.woocommerce-input-wrapper .select-wrapper:before {
  display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #27282d !important;
}

.woocommerce form.checkout_coupon .button {
  height: 41px;
  color: #fff;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background-color: #12141c !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box {
  background-color: #020312 !important;
  color: #989898 !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box:before {
  border-bottom-color: #020312 !important;
}

.woocommerce-checkout-review-order .wc_payment_methods {
  border-bottom: 1px solid #444444 !important;
}

.woocommerce-form-login .button,
.woocommerce-form-register .button {
  margin-right: 15px !important;
  padding: 15px 30px !important;
  color: #fff !important;
}

.woocommerce-checkout-payment button.button, .woocommerce-checkout-payment input.button[type="button"], .woocommerce-checkout-payment input.button[type="reset"], .woocommerce-checkout-payment input.button[type="submit"] {
  padding: 15px 30px !important;
}

#order_review_heading {
  margin-top: 30px;
}

.woocommerce-MyAccount-navigation ul > li {
  margin-left: 0 !important;
  margin-right: 15px;
}
.woocommerce-MyAccount-navigation ul > li a {
  background: #12141c;
}

.woocommerce-address-fields .button {
  padding: 15px 30px !important;
  margin-top: 15px !important;
}

.woocommerce table.my_account_orders .button,
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-address-fields .button {
  background: #12141c !important;
  color: #fff !important;
}

.woocommerce-cart-form__contents .button:hover,
.woocommerce-cart-form .coupon button[name="apply_coupon"],
.woocommerce-cart-form .coupon input[name="apply_coupon"][type="button"],
.woocommerce-cart-form .coupon input[name="apply_coupon"][type="reset"],
.woocommerce-cart-form .coupon input[name="apply_coupon"][type="submit"], .woocommerce-cart-form button[name="update_cart"], .woocommerce-cart-form input[name="update_cart"][type="button"], .woocommerce-cart-form input[name="update_cart"][type="reset"], .woocommerce-cart-form input[name="update_cart"][type="submit"] {
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# blog-single
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .blog-single-page {
    margin-bottom: 45px;
  }
}
.blog-single-page p {
  opacity: 1 !important;
}
.blog-single-page.site-single-post {
  padding: 0 !important;
}
.blog-single-page .post {
  margin-bottom: 60px;
}
.blog-single-page .entry-thumb img {
  display: block;
  margin: auto;
}
.blog-single-page .entry-meta {
  padding: 45px 30px 0;
  margin-bottom: -10px;
  color: #888;
}
.blog-single-page .entry-meta li {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 10px;
}
.blog-single-page .entry-meta li i {
  color: #c7c7c7;
  margin-right: 5px;
}
.blog-single-page .entry-meta .entry-category a {
  margin-right: 5px;
  color: inherit;
}
.blog-single-page .meta-list {
  font-size: 0.875rem;
  margin: 0 -3px;
}
.blog-single-page .entry-meta:first-child {
  padding-top: 55px;
}
.blog-single-page .entry-content {
  padding: 30px 45px 45px;
}
.blog-single-page .entry-content > .entry-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2rem;
}
.blog-single-page .entry-content ul li, .blog-single-page .entry-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.blog-single-page .entry-content > ul,
.blog-single-page .entry-content > ol {
  padding-left: 20px;
}
.blog-single-page .entry-content a:hover {
  text-decoration: underline;
}
.blog-single-page .entry-content table {
  margin-bottom: 30px;
}

body:not(.bbpress) .blog-single-page .entry-content,
body:not(.buddypress) .blog-single-page .entry-content {
  padding: 30px 45px 45px;
}
body:not(.bbpress) .blog-single-page .entry-content .entry-title,
body:not(.buddypress) .blog-single-page .entry-content .entry-title {
  margin-bottom: 30px;
}
body:not(.bbpress) .blog-single-page .entry-content ul li, body:not(.bbpress) .blog-single-page .entry-content ol li,
body:not(.buddypress) .blog-single-page .entry-content ul li,
body:not(.buddypress) .blog-single-page .entry-content ol li {
  margin-top: 10px;
  padding-top: 0 !important;
  line-height: 1.6em;
}
body:not(.bbpress) .blog-single-page .entry-content .entry-tag,
body:not(.buddypress) .blog-single-page .entry-content .entry-tag {
  margin-top: 45px;
}
body:not(.bbpress) .blog-single-page .entry-content .entry-tag a,
body:not(.buddypress) .blog-single-page .entry-content .entry-tag a {
  display: inline-block;
  border: 2px solid #343a40;
  padding: 8px 20px;
  font-weight: 500;
  color: #888;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
  font-size: 14px;
  position: relative;
}
body:not(.bbpress) .blog-single-page .entry-content .entry-tag a:before,
body:not(.buddypress) .blog-single-page .entry-content .entry-tag a:before {
  content: "#";
  margin-right: 5px;
}
body:not(.bbpress) .blog-single-page .entry-content .entry-tag a:hover,
body:not(.buddypress) .blog-single-page .entry-content .entry-tag a:hover {
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  color: white;
  padding: 8px 20px;
  text-decoration: none;
}

.single-post-footer .entry-tag {
  margin-top: 45px;
}
.single-post-footer .entry-tag a {
  display: inline-block;
  border: 2px solid #343a40;
  padding: 8px 20px;
  font-weight: 500;
  color: #888;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
  font-size: 14px;
  position: relative;
}
.single-post-footer .entry-tag a:before {
  content: "#";
  margin-right: 5px;
}
.single-post-footer .entry-tag a:hover {
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  color: white;
  padding: 8px 20px;
  text-decoration: none;
}
.single-post-footer .entry-share {
  margin-top: 45px;
}
.single-post-footer .entry-share .share-head {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  margin-right: 15px;
}
.single-post-footer .entry-share .social-item {
  display: inline-block;
}
.single-post-footer .entry-share .social-item li {
  display: inline-block;
}
.single-post-footer .entry-share .social-item li a {
  height: 40px;
  width: 40px;
}
.single-post-footer .post-navigation {
  margin-top: 60px;
}
.single-post-footer .post-navigation > a {
  padding: 0 25px;
}
.single-post-footer .post-navigation > a i {
  padding: 0 10px;
}
.single-post-footer .post-navigation > a .navigation-text {
  display: inline-block;
  border: 2px solid #343a40;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  border-radius: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.single-post-footer .post-navigation a:hover .navigation-text {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  background: #7540ee;
  color: white;
  padding: 10px 20px;
}

.gutenburg-blog .entry-header,
.gutenburg-blog .entry-meta,
.gutenburg-blog .page-header,
.gutenburg-blog .entry-footer,
.gutenburg-blog .site-info,
.gutenburg-blog .post-navigation,
.gutenburg-blog .page-navigation,
.gutenburg-blog .comments-area,
.gutenburg-blog .comment-respond,
.gutenburg-blog .not-found .page-content,
.gutenburg-blog .not-found .entry-summary,
.gutenburg-blog .search .entry-summary {
  margin: 1.5em auto;
  max-width: 850px;
}
@media only screen and (max-width: 767px) {
  .gutenburg-blog .entry-header,
  .gutenburg-blog .entry-meta,
  .gutenburg-blog .page-header,
  .gutenburg-blog .entry-footer,
  .gutenburg-blog .site-info,
  .gutenburg-blog .post-navigation,
  .gutenburg-blog .page-navigation,
  .gutenburg-blog .comments-area,
  .gutenburg-blog .comment-respond,
  .gutenburg-blog .not-found .page-content,
  .gutenburg-blog .not-found .entry-summary,
  .gutenburg-blog .search .entry-summary {
    max-width: 100%;
  }
}
.gutenburg-blog .entry-content {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.gutenburg-blog .entry-thumb img {
  display: block;
  margin: auto;
}
.gutenburg-blog pre {
  padding: 15px !important;
}
.gutenburg-blog .entry-content > .alignwide {
  max-width: none;
  width: 60vw;
  -webkit-transform: translateX(-13.1%);
  -ms-transform: translateX(-13.1%);
  transform: translateX(-13.1%);
}
@media only screen and (max-width: 767px) {
  .gutenburg-blog .entry-content > .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.gutenburg-blog .entry-content > .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gutenburg-blog article {
  margin-bottom: 0;
}
.gutenburg-blog blockquote {
  font-style: normal;
}
.gutenburg-blog blockquote p {
  padding: 0;
}
.gutenburg-blog .entry-header {
  margin-top: 0;
  margin-bottom: 15px;
}
.gutenburg-blog .entry-header > .entry-title {
  font-size: 45px !important;
  font-weight: 600;
}
.gutenburg-blog .entry-meta {
  margin-bottom: 30px;
  margin-top: 0;
}
.gutenburg-blog .entry-meta > ul > li > i {
  margin-right: 8px;
}
.gutenburg-blog .single-post-footer .post-navigation {
  margin-top: 60px;
  margin-bottom: 60px;
}
.gutenburg-blog .comments-area.comments {
  margin-bottom: 60px;
}
.gutenburg-blog .comments-area.comments + .comment-respond {
  margin-bottom: 0;
}
.gutenburg-blog .entry-meta .meta-list > li {
  display: inline-block;
  margin-right: 25px;
}
.gutenburg-blog .entry-content > * {
  margin: 36px auto;
  padding-left: 14px;
  padding-right: 14px;
}
.gutenburg-blog .entry-content ul,
.gutenburg-blog .entry-content ol {
  list-style-position: outside;
}
.gutenburg-blog .entry-content .wp-block-table {
  display: table;
  overflow-x: auto;
  min-width: 100% !important;
}
.gutenburg-blog .wp-block-video video {
  max-width: 815px;
}
.gutenburg-blog .wp-block-image img {
  display: block;
}
.gutenburg-blog .wp-block-image.alignleft,
.gutenburg-blog .wp-block-image.alignright {
  width: 100%;
}
.gutenburg-blog .wp-block-image.alignfull img {
  width: 100vw;
}
.gutenburg-blog .wp-block-cover-text p {
  padding: 1.5em 14px;
}
.gutenburg-blog ul.wp-block-latest-posts.alignwide,
.gutenburg-blog ul.wp-block-latest-posts.alignfull,
.gutenburg-blog ul.wp-block-latest-posts.is-grid.alignwide,
.gutenburg-blog ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.gutenburg-blog .wp-block-table {
  display: block;
  overflow-x: auto;
}
.gutenburg-blog .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.gutenburg-blog .wp-block-table td,
.gutenburg-blog .wp-block-table th {
  padding: .5em;
}
.gutenburg-blog .entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.gutenburg-blog .entry-content ul ul,
.gutenburg-blog .entry-content ol ol,
.gutenburg-blog .entry-content ul ol,
.gutenburg-blog .entry-content ol ul {
  margin: 0 auto;
}
.gutenburg-blog .entry-content ul ul li,
.gutenburg-blog .entry-content ol ol li,
.gutenburg-blog .entry-content ul ol li,
.gutenburg-blog .entry-content ol ul li {
  margin-left: 0;
}
.gutenburg-blog .wp-block-embed > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gutenburg-blog .wp-block-embed > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gutenburg-blog .wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.gutenburg-blog .wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.gutenburg-blog .wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
.gutenburg-blog .wp-block-pullquote {
  border-left: 0 none;
}
.gutenburg-blog .wp-block-embed.alignwide {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gutenburg-blog .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .gutenburg-blog .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.gutenburg-blog .wp-block-file {
  margin-bottom: 1.5em;
}
.gutenburg-blog .wp-block-file.aligncenter {
  text-align: center;
}
.gutenburg-blog .wp-block-file.alignright {
  text-align: right;
}
.gutenburg-blog .wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.gutenburg-blog .wp-block-file a.wp-block-file__button:active,
.gutenburg-blog .wp-block-file a.wp-block-file__button:focus,
.gutenburg-blog .wp-block-file a.wp-block-file__button:hover,
.gutenburg-blog .wp-block-file a.wp-block-file__button:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none;
}
.gutenburg-blog .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em;
}
.gutenburg-blog * + .wp-block-file__button {
  margin-left: 0.75em;
}
.gutenburg-blog .has-pale-pink-background-color {
  background-color: #f78da7;
}
.gutenburg-blog .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.gutenburg-blog .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.gutenburg-blog .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.gutenburg-blog .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.gutenburg-blog .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.gutenburg-blog .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.gutenburg-blog .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.gutenburg-blog .has-very-light-gray-background-color {
  background-color: #eeeeee;
}
.gutenburg-blog .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.gutenburg-blog .has-very-dark-gray-background-color {
  background-color: #313131;
}
.gutenburg-blog .has-pale-pink-color {
  color: #f78da7;
}
.gutenburg-blog .has-vivid-red-color {
  color: #cf2e2e;
}
.gutenburg-blog .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.gutenburg-blog .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.gutenburg-blog .has-light-green-cyan-color {
  color: #7bdcb5;
}
.gutenburg-blog .has-vivid-green-cyan-color {
  color: #00d084;
}
.gutenburg-blog .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.gutenburg-blog .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.gutenburg-blog .has-very-light-gray-color {
  color: #eeeeee;
}
.gutenburg-blog .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.gutenburg-blog .has-very-dark-gray-color {
  color: #313131;
}
.gutenburg-blog .wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.gutenburg-blog .wp-block-image.is-resized {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: -ms-inline-grid;
  -ms-grid-columns: min-content;
}
.gutenburg-blog .wp-block-image.is-resized figcaption {
  -ms-grid-row: 2;
}
.gutenburg-blog .wp-block-image.is-resized img {
  max-width: none;
}
.gutenburg-blog .wp-block-image figcaption {
  margin-top: .5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.gutenburg-blog .wp-block-quote.is-large,
.gutenburg-blog .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.gutenburg-blog .wp-block-quote.is-large p,
.gutenburg-blog .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.gutenburg-blog .wp-block-quote.is-large cite,
.gutenburg-blog .wp-block-quote.is-large footer,
.gutenburg-blog .wp-block-quote.is-style-large cite,
.gutenburg-blog .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}
.gutenburg-blog .wp-block-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px;
}
.gutenburg-blog .wp-block-gallery .blocks-gallery-image,
.gutenburg-blog .wp-block-gallery .blocks-gallery-item {
  margin: 8px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.gutenburg-blog .wp-block-gallery .blocks-gallery-image figure,
.gutenburg-blog .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gutenburg-blog .wp-block-gallery .blocks-gallery-image img,
.gutenburg-blog .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gutenburg-blog .wp-block-gallery .blocks-gallery-image figcaption,
.gutenburg-blog .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
}
.gutenburg-blog .wp-block-gallery .blocks-gallery-image figcaption img,
.gutenburg-blog .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.gutenburg-blog .wp-block-gallery.is-cropped .blocks-gallery-image a,
.gutenburg-blog .wp-block-gallery.is-cropped .blocks-gallery-image img,
.gutenburg-blog .wp-block-gallery.is-cropped .blocks-gallery-item a,
.gutenburg-blog .wp-block-gallery.is-cropped .blocks-gallery-item img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gutenburg-blog .wp-block-gallery .blocks-gallery-image, .gutenburg-blog .wp-block-gallery .blocks-gallery-item {
  width: -webkit-calc(100% / 2 - 16px);
  width: calc(100% / 2 - 16px);
}
.gutenburg-blog .wp-block-gallery.columns-1 .blocks-gallery-image, .gutenburg-blog .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: -webkit-calc(100% / 1 - 16px);
  width: calc(100% / 1 - 16px);
}
@media (min-width: 600px) {
  .gutenburg-blog .wp-block-gallery.columns-3 .blocks-gallery-image, .gutenburg-blog .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: -webkit-calc(100% / 3 - 16px);
    width: calc(100% / 3 - 16px);
  }
  .gutenburg-blog .wp-block-gallery.columns-4 .blocks-gallery-image, .gutenburg-blog .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: -webkit-calc(100% / 4 - 16px);
    width: calc(100% / 4 - 16px);
  }
  .gutenburg-blog .wp-block-gallery.columns-5 .blocks-gallery-image, .gutenburg-blog .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: -webkit-calc(100% / 5 - 16px);
    width: calc(100% / 5 - 16px);
  }
  .gutenburg-blog .wp-block-gallery.columns-6 .blocks-gallery-image, .gutenburg-blog .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: -webkit-calc(100% / 6 - 16px);
    width: calc(100% / 6 - 16px);
  }
  .gutenburg-blog .wp-block-gallery.columns-7 .blocks-gallery-image, .gutenburg-blog .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: -webkit-calc(100% / 7 - 16px);
    width: calc(100% / 7 - 16px);
  }
  .gutenburg-blog .wp-block-gallery.columns-8 .blocks-gallery-image, .gutenburg-blog .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: -webkit-calc(100% / 8 - 16px);
    width: calc(100% / 8 - 16px);
  }
}
.gutenburg-blog .wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.gutenburg-blog .wp-block-gallery.alignleft,
.gutenburg-blog .wp-block-gallery.alignright,
.gutenburg-blog [data-align=left] .wp-block-gallery,
.gutenburg-blog [data-align=right] .wp-block-gallery {
  max-width: 305px;
  width: 100%;
}
.gutenburg-blog .wp-block-audio figcaption {
  margin-top: .5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.gutenburg-blog .wp-block-button {
  margin-bottom: 1.5em;
}
.gutenburg-blog .wp-block-button .wp-block-button__link {
  border: none;
  border-radius: 23px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
}
.gutenburg-blog .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.gutenburg-blog .wp-block-button.aligncenter {
  text-align: center;
}
.gutenburg-blog .wp-block-button.alignright {
  text-align: right;
}
.gutenburg-blog .wp-block-button__link:not(.has-background), .gutenburg-blog .wp-block-button__link:not(.has-background):active, .gutenburg-blog .wp-block-button__link:not(.has-background):focus, .gutenburg-blog .wp-block-button__link:not(.has-background):hover {
  background-color: #32373c;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid transparent;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-pale-pink-background-color {
  border-color: #f78da7;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-vivid-red-background-color {
  border-color: #cf2e2e;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-orange-background-color {
  border-color: #ff6900;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-amber-background-color {
  border-color: #fcb900;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-cyan-background-color {
  border-color: #7bdcb5;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-vivid-green-cyan-background-color {
  border-color: #00d084;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-pale-cyan-blue-background-color {
  border-color: #8ed1fc;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-vivid-cyan-blue-background-color {
  border-color: #0693e3;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-gray-background-color {
  border-color: #eeeeee;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-cyan-bluish-gray-background-color {
  border-color: #abb8c3;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link.has-very-dark-gray-background-color {
  border-color: #313131;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  border-color: #32373c;
}
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.gutenburg-blog .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  color: #32373c;
}
.gutenburg-blog .wp-block-button__link:not(.has-text-color),
.gutenburg-blog .wp-block-button__link:not(.has-text-color):active,
.gutenburg-blog .wp-block-button__link:not(.has-text-color):focus,
.gutenburg-blog .wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.gutenburg-blog .wp-block-categories.alignleft {
  margin-right: 2em;
}
.gutenburg-blog .wp-block-categories.alignright {
  margin-left: 2em;
}
.gutenburg-blog .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gutenburg-blog .wp-block-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gutenburg-blog .wp-block-cover-image {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 auto 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gutenburg-blog .wp-block-cover-image.has-left-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.gutenburg-blog .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.gutenburg-blog .wp-block-cover-image.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}
.gutenburg-blog .wp-block-cover-image.has-right-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gutenburg-blog .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.gutenburg-blog .wp-block-cover-image.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}
.gutenburg-blog .wp-block-cover-image .wp-block-cover-image-text,
.gutenburg-blog .wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.gutenburg-blog .wp-block-cover-image .wp-block-cover-image-text a,
.gutenburg-blog .wp-block-cover-image .wp-block-cover-image-text a:active,
.gutenburg-blog .wp-block-cover-image .wp-block-cover-image-text a:focus,
.gutenburg-blog .wp-block-cover-image .wp-block-cover-image-text a:hover,
.gutenburg-blog .wp-block-cover-image h2 a,
.gutenburg-blog .wp-block-cover-image h2 a:active,
.gutenburg-blog .wp-block-cover-image h2 a:focus,
.gutenburg-blog .wp-block-cover-image h2 a:hover {
  color: white;
}
.gutenburg-blog .wp-block-cover-image.has-parallax {
  background-attachment: fixed;
}
.gutenburg-blog .wp-block-cover-image.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-10:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-20:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-30:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-40:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-50:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-60:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-70:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-90:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.gutenburg-blog .wp-block-cover-image.has-background-dim.has-background-dim-100:before {
  background-color: black;
}
.gutenburg-blog .wp-block-cover-image.components-placeholder {
  height: inherit;
}
.gutenburg-blog .wp-block-cover-image.alignleft,
.gutenburg-blog .wp-block-cover-image.alignright,
.gutenburg-blog .wp-block-embed.alignleft,
.gutenburg-blog .wp-block-embed.alignright,
.gutenburg-blog [data-align=left] .wp-block-cover-image,
.gutenburg-blog [data-align=right] .wp-block-cover-image {
  max-width: 305px;
  width: 100%;
}
.gutenburg-blog .wp-block-embed figcaption {
  margin-top: .5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.gutenburg-blog p.is-small-text {
  font-size: 14px;
}
.gutenburg-blog p.is-regular-text {
  font-size: 16px;
}
.gutenburg-blog p.is-large-text {
  font-size: 36px;
}
.gutenburg-blog p.is-larger-text {
  font-size: 48px;
}
.gutenburg-blog p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.gutenburg-blog p.has-background {
  padding: 20px 30px;
}
.gutenburg-blog .wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.gutenburg-blog .has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.gutenburg-blog .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.gutenburg-blog .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}
.gutenburg-blog .has-dates .wp-block-latest-comments__comment,
.gutenburg-blog .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.gutenburg-blog .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.gutenburg-blog .wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.gutenburg-blog .wp-block-latest-comments .avatar,
.gutenburg-blog .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.gutenburg-blog .wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.gutenburg-blog .wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.gutenburg-blog .wp-block-latest-posts.is-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.gutenburg-blog .wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .gutenburg-blog .wp-block-latest-posts.columns-2 li {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
  .gutenburg-blog .wp-block-latest-posts.columns-3 li {
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
  }
  .gutenburg-blog .wp-block-latest-posts.columns-4 li {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
  }
  .gutenburg-blog .wp-block-latest-posts.columns-5 li {
    width: -webkit-calc(20% - 16px);
    width: calc(20% - 16px);
  }
  .gutenburg-blog .wp-block-latest-posts.columns-6 li {
    width: -webkit-calc(16.66667% - 16px);
    width: calc(16.66667% - 16px);
  }
}
.gutenburg-blog .wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.gutenburg-blog .wp-block-pullquote {
  padding: 3em 0;
  text-align: center;
}
.gutenburg-blog .wp-block-pullquote.alignleft,
.gutenburg-blog .wp-block-pullquote.alignright {
  max-width: 400px;
}
.gutenburg-blog .wp-block-pullquote.alignleft > p,
.gutenburg-blog .wp-block-pullquote.alignright > p {
  font-size: 20px;
}
.gutenburg-blog .wp-block-pullquote > p {
  font-size: 24px;
  line-height: 1.6;
}
.gutenburg-blog .wp-block-pullquote cite,
.gutenburg-blog .wp-block-pullquote footer {
  position: relative;
}
.gutenburg-blog .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.gutenburg-blog .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.gutenburg-blog .wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: #32373c;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.gutenburg-blog p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.gutenburg-blog .wp-block-table.has-fixed-layout tbody {
  table-layout: fixed;
}
.gutenburg-blog .wp-block-text-columns,
.gutenburg-blog .wp-block-text-columns.aligncenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gutenburg-blog .wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.gutenburg-blog .wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.gutenburg-blog .wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.gutenburg-blog .wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.gutenburg-blog .wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.gutenburg-blog .wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
.gutenburg-blog .wp-block-video.aligncenter {
  text-align: center;
}
.gutenburg-blog .wp-block-coblocks-accordion-item__text {
  color: #999999;
}
.gutenburg-blog .wp-block-coblocks-accordion-item details summary {
  color: #303030;
}
.gutenburg-blog .wp-block-coblocks-alert {
  padding: 1.1em 1.3em 1em !important;
}
@media (min-width: 600px) {
  .gutenburg-blog .wp-block-coblocks-author {
    padding: 40px 30px;
  }
}
.gutenburg-blog .wp-block-coblocks-author {
  background: #12141c !important;
}

.selfer-page-gutenberg-content .entry-content {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.selfer-page-gutenberg-content .entry-content > .alignwide {
  width: 60vw;
  -webkit-transform: translateX(-13.1%);
  -ms-transform: translateX(-13.1%);
  transform: translateX(-13.1%);
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .selfer-page-gutenberg-content .entry-content > .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.selfer-page-gutenberg-content .entry-thumb img {
  display: block;
  margin: auto;
}
.selfer-page-gutenberg-content .entry-content > .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.selfer-page-gutenberg-content > .entry-title {
  max-width: 850px;
  margin: 0 auto 1em;
  font-weight: bold;
  font-size: 45px !important;
}
.selfer-page-gutenberg-content .wp-block-video video {
  max-width: 850px;
}
@media (min-width: 600px) {
  .selfer-page-gutenberg-content .wp-block-coblocks-author {
    padding: 40px 30px !important;
  }
}
.selfer-page-gutenberg-content .wp-block-coblocks-author {
  background: #12141c !important;
}
.selfer-page-gutenberg-content .wp-block-coblocks-accordion-item__text {
  color: #999999;
}
.selfer-page-gutenberg-content .wp-block-coblocks-accordion-item details summary {
  color: #303030;
}
.selfer-page-gutenberg-content .wp-block-coblocks-alert {
  padding: 1.1em 1.3em 1em !important;
}
.selfer-page-gutenberg-content .wp-block-image img {
  display: block;
}
.selfer-page-gutenberg-content blockquote {
  font-style: normal;
}
.selfer-page-gutenberg-content blockquote p {
  background: transparent;
  padding: 0;
}
.selfer-page-gutenberg-content blockquote p + cite {
  margin-top: -25px;
}
.selfer-page-gutenberg-content .wp-block-image.alignleft,
.selfer-page-gutenberg-content .wp-block-image.alignright {
  width: 100%;
}
.selfer-page-gutenberg-content .wp-block-image.alignfull img {
  width: 100vw;
}
.selfer-page-gutenberg-content .wp-block-cover-text p {
  padding: 1.5em 14px;
}
.selfer-page-gutenberg-content ul.wp-block-latest-posts.alignwide,
.selfer-page-gutenberg-content ul.wp-block-latest-posts.alignfull,
.selfer-page-gutenberg-content ul.wp-block-latest-posts.is-grid.alignwide,
.selfer-page-gutenberg-content ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.selfer-page-gutenberg-content .wp-block-table {
  display: table;
  overflow-x: auto;
  min-width: 100% !important;
}
.selfer-page-gutenberg-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.selfer-page-gutenberg-content .wp-block-table td,
.selfer-page-gutenberg-content .wp-block-table th {
  padding: .5em;
}
.selfer-page-gutenberg-content .entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.selfer-page-gutenberg-content .entry-content ul ul,
.selfer-page-gutenberg-content .entry-content ol ol,
.selfer-page-gutenberg-content .entry-content ul ol,
.selfer-page-gutenberg-content .entry-content ol ul {
  margin: 0 auto;
}
.selfer-page-gutenberg-content .entry-content ul ul li,
.selfer-page-gutenberg-content .entry-content ol ol li,
.selfer-page-gutenberg-content .entry-content ul ol li,
.selfer-page-gutenberg-content .entry-content ol ul li {
  margin-left: 0;
}
.selfer-page-gutenberg-content .wp-block-embed > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.selfer-page-gutenberg-content .wp-block-embed > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.selfer-page-gutenberg-content .wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.selfer-page-gutenberg-content .wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.selfer-page-gutenberg-content .wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
.selfer-page-gutenberg-content .wp-block-pullquote {
  border-left: 0 none;
}
.selfer-page-gutenberg-content .wp-block-embed.alignwide {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .selfer-page-gutenberg-content .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .selfer-page-gutenberg-content .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.selfer-page-gutenberg-content .wp-block-file {
  margin-bottom: 1.5em;
}
.selfer-page-gutenberg-content .wp-block-file.aligncenter {
  text-align: center;
}
.selfer-page-gutenberg-content .wp-block-file.alignright {
  text-align: right;
}
.selfer-page-gutenberg-content .wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.selfer-page-gutenberg-content .wp-block-file a.wp-block-file__button:active,
.selfer-page-gutenberg-content .wp-block-file a.wp-block-file__button:focus,
.selfer-page-gutenberg-content .wp-block-file a.wp-block-file__button:hover,
.selfer-page-gutenberg-content .wp-block-file a.wp-block-file__button:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.selfer-page-gutenberg-content .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.selfer-page-gutenberg-content * + .wp-block-file__button {
  margin-left: 0.75em;
}
.selfer-page-gutenberg-content .has-pale-pink-background-color {
  background-color: #f78da7;
}
.selfer-page-gutenberg-content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.selfer-page-gutenberg-content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.selfer-page-gutenberg-content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.selfer-page-gutenberg-content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.selfer-page-gutenberg-content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.selfer-page-gutenberg-content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.selfer-page-gutenberg-content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.selfer-page-gutenberg-content .has-very-light-gray-background-color {
  background-color: #eeeeee;
}
.selfer-page-gutenberg-content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.selfer-page-gutenberg-content .has-very-dark-gray-background-color {
  background-color: #313131;
}
.selfer-page-gutenberg-content .has-pale-pink-color {
  color: #f78da7;
}
.selfer-page-gutenberg-content .has-vivid-red-color {
  color: #cf2e2e;
}
.selfer-page-gutenberg-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.selfer-page-gutenberg-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.selfer-page-gutenberg-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
.selfer-page-gutenberg-content .has-vivid-green-cyan-color {
  color: #00d084;
}
.selfer-page-gutenberg-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.selfer-page-gutenberg-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.selfer-page-gutenberg-content .has-very-light-gray-color {
  color: #eeeeee;
}
.selfer-page-gutenberg-content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.selfer-page-gutenberg-content .has-very-dark-gray-color {
  color: #313131;
}
.selfer-page-gutenberg-content .wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.selfer-page-gutenberg-content .wp-block-image.is-resized {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: -ms-inline-grid;
  -ms-grid-columns: min-content;
}
.selfer-page-gutenberg-content .wp-block-image.is-resized figcaption {
  -ms-grid-row: 2;
}
.selfer-page-gutenberg-content .wp-block-image.is-resized img {
  max-width: none;
}
.selfer-page-gutenberg-content .wp-block-image figcaption {
  margin-top: .5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.selfer-page-gutenberg-content .wp-block-quote.is-large,
.selfer-page-gutenberg-content .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.selfer-page-gutenberg-content .wp-block-quote.is-large p,
.selfer-page-gutenberg-content .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.selfer-page-gutenberg-content .wp-block-quote.is-large cite,
.selfer-page-gutenberg-content .wp-block-quote.is-large footer,
.selfer-page-gutenberg-content .wp-block-quote.is-style-large cite,
.selfer-page-gutenberg-content .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}
.selfer-page-gutenberg-content .wp-block-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px;
}
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-image,
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-item {
  margin: 8px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-image figure,
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-image img,
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-image figcaption,
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
}
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-image figcaption img,
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.selfer-page-gutenberg-content .wp-block-gallery.is-cropped .blocks-gallery-image a,
.selfer-page-gutenberg-content .wp-block-gallery.is-cropped .blocks-gallery-image img,
.selfer-page-gutenberg-content .wp-block-gallery.is-cropped .blocks-gallery-item a,
.selfer-page-gutenberg-content .wp-block-gallery.is-cropped .blocks-gallery-item img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-item {
  width: -webkit-calc(100% / 2 - 16px);
  width: calc(100% / 2 - 16px);
}
.selfer-page-gutenberg-content .wp-block-gallery.columns-1 .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: -webkit-calc(100% / 1 - 16px);
  width: calc(100% / 1 - 16px);
}
@media (min-width: 600px) {
  .selfer-page-gutenberg-content .wp-block-gallery.columns-3 .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: -webkit-calc(100% / 3 - 16px);
    width: calc(100% / 3 - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-gallery.columns-4 .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: -webkit-calc(100% / 4 - 16px);
    width: calc(100% / 4 - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-gallery.columns-5 .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: -webkit-calc(100% / 5 - 16px);
    width: calc(100% / 5 - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-gallery.columns-6 .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: -webkit-calc(100% / 6 - 16px);
    width: calc(100% / 6 - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-gallery.columns-7 .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: -webkit-calc(100% / 7 - 16px);
    width: calc(100% / 7 - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-gallery.columns-8 .blocks-gallery-image, .selfer-page-gutenberg-content .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: -webkit-calc(100% / 8 - 16px);
    width: calc(100% / 8 - 16px);
  }
}
.selfer-page-gutenberg-content .wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.selfer-page-gutenberg-content .wp-block-gallery.alignleft,
.selfer-page-gutenberg-content .wp-block-gallery.alignright,
.selfer-page-gutenberg-content [data-align=left] .wp-block-gallery,
.selfer-page-gutenberg-content [data-align=right] .wp-block-gallery {
  max-width: 305px;
  width: 100%;
}
.selfer-page-gutenberg-content .wp-block-audio figcaption {
  margin-top: .5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.selfer-page-gutenberg-content .wp-block-button {
  margin-bottom: 1.5em;
}
.selfer-page-gutenberg-content .wp-block-button .wp-block-button__link {
  border: none;
  border-radius: 23px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.selfer-page-gutenberg-content .wp-block-button.aligncenter {
  text-align: center;
}
.selfer-page-gutenberg-content .wp-block-button.alignright {
  text-align: right;
}
.selfer-page-gutenberg-content .wp-block-button__link:not(.has-background), .selfer-page-gutenberg-content .wp-block-button__link:not(.has-background):active, .selfer-page-gutenberg-content .wp-block-button__link:not(.has-background):focus, .selfer-page-gutenberg-content .wp-block-button__link:not(.has-background):hover {
  background-color: #32373c;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid transparent;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-pale-pink-background-color {
  border-color: #f78da7;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-vivid-red-background-color {
  border-color: #cf2e2e;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-orange-background-color {
  border-color: #ff6900;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-amber-background-color {
  border-color: #fcb900;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-cyan-background-color {
  border-color: #7bdcb5;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-vivid-green-cyan-background-color {
  border-color: #00d084;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-pale-cyan-blue-background-color {
  border-color: #8ed1fc;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-vivid-cyan-blue-background-color {
  border-color: #0693e3;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-gray-background-color {
  border-color: #eeeeee;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-cyan-bluish-gray-background-color {
  border-color: #abb8c3;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link.has-very-dark-gray-background-color {
  border-color: #313131;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  border-color: #32373c;
}
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.selfer-page-gutenberg-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  color: #32373c;
}
.selfer-page-gutenberg-content .wp-block-button__link:not(.has-text-color),
.selfer-page-gutenberg-content .wp-block-button__link:not(.has-text-color):active,
.selfer-page-gutenberg-content .wp-block-button__link:not(.has-text-color):focus,
.selfer-page-gutenberg-content .wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.selfer-page-gutenberg-content .wp-block-categories.alignleft {
  margin-right: 2em;
}
.selfer-page-gutenberg-content .wp-block-categories.alignright {
  margin-left: 2em;
}
.selfer-page-gutenberg-content .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.selfer-page-gutenberg-content .wp-block-columns > .wp-block-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.selfer-page-gutenberg-content .wp-block-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .selfer-page-gutenberg-content .wp-block-column {
    -webkit-box-flex: 1 !important;
    -webkit-flex: auto !important;
    -ms-flex: auto !important;
    flex: auto !important;
  }
}
.selfer-page-gutenberg-content .wp-block-cover-image {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 auto 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-left-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.selfer-page-gutenberg-content .wp-block-cover-image.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-right-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.selfer-page-gutenberg-content .wp-block-cover-image.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}
.selfer-page-gutenberg-content .wp-block-cover-image .wp-block-cover-image-text,
.selfer-page-gutenberg-content .wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.selfer-page-gutenberg-content .wp-block-cover-image .wp-block-cover-image-text a,
.selfer-page-gutenberg-content .wp-block-cover-image .wp-block-cover-image-text a:active,
.selfer-page-gutenberg-content .wp-block-cover-image .wp-block-cover-image-text a:focus,
.selfer-page-gutenberg-content .wp-block-cover-image .wp-block-cover-image-text a:hover,
.selfer-page-gutenberg-content .wp-block-cover-image h2 a,
.selfer-page-gutenberg-content .wp-block-cover-image h2 a:active,
.selfer-page-gutenberg-content .wp-block-cover-image h2 a:focus,
.selfer-page-gutenberg-content .wp-block-cover-image h2 a:hover {
  color: white;
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-parallax {
  background-attachment: fixed;
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-10:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-20:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-30:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-40:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-50:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-60:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-70:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-90:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.selfer-page-gutenberg-content .wp-block-cover-image.has-background-dim.has-background-dim-100:before {
  background-color: black;
}
.selfer-page-gutenberg-content .wp-block-cover-image.components-placeholder {
  height: inherit;
}
.selfer-page-gutenberg-content .wp-block-cover-image.alignleft,
.selfer-page-gutenberg-content .wp-block-cover-image.alignright,
.selfer-page-gutenberg-content .wp-block-embed.alignleft,
.selfer-page-gutenberg-content .wp-block-embed.alignright,
.selfer-page-gutenberg-content [data-align=left] .wp-block-cover-image,
.selfer-page-gutenberg-content [data-align=right] .wp-block-cover-image {
  max-width: 305px;
  width: 100%;
}
.selfer-page-gutenberg-content .wp-block-embed figcaption {
  margin-top: .5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.selfer-page-gutenberg-content p.is-small-text {
  font-size: 14px;
}
.selfer-page-gutenberg-content p.is-regular-text {
  font-size: 16px;
}
.selfer-page-gutenberg-content p.is-large-text {
  font-size: 36px;
}
.selfer-page-gutenberg-content p.is-larger-text {
  font-size: 48px;
}
.selfer-page-gutenberg-content p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.selfer-page-gutenberg-content p.has-background {
  padding: 20px 30px;
}
.selfer-page-gutenberg-content .wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.selfer-page-gutenberg-content .has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.selfer-page-gutenberg-content .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.selfer-page-gutenberg-content .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}
.selfer-page-gutenberg-content .has-dates .wp-block-latest-comments__comment,
.selfer-page-gutenberg-content .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.selfer-page-gutenberg-content .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.selfer-page-gutenberg-content .wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.selfer-page-gutenberg-content .wp-block-latest-comments .avatar,
.selfer-page-gutenberg-content .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.selfer-page-gutenberg-content .wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.selfer-page-gutenberg-content .wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.selfer-page-gutenberg-content .wp-block-latest-posts.is-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.selfer-page-gutenberg-content .wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .selfer-page-gutenberg-content .wp-block-latest-posts.columns-2 li {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-latest-posts.columns-3 li {
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-latest-posts.columns-4 li {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-latest-posts.columns-5 li {
    width: -webkit-calc(20% - 16px);
    width: calc(20% - 16px);
  }
  .selfer-page-gutenberg-content .wp-block-latest-posts.columns-6 li {
    width: -webkit-calc(16.66667% - 16px);
    width: calc(16.66667% - 16px);
  }
}
.selfer-page-gutenberg-content .wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.selfer-page-gutenberg-content .wp-block-pullquote {
  padding: 3em 0;
  text-align: center;
}
.selfer-page-gutenberg-content .wp-block-pullquote.alignleft > p,
.selfer-page-gutenberg-content .wp-block-pullquote.alignright > p {
  font-size: 20px;
}
.selfer-page-gutenberg-content .wp-block-pullquote > p {
  font-size: 24px;
  line-height: 1.6;
}
.selfer-page-gutenberg-content .wp-block-pullquote cite,
.selfer-page-gutenberg-content .wp-block-pullquote footer {
  position: relative;
}
.selfer-page-gutenberg-content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.selfer-page-gutenberg-content .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.selfer-page-gutenberg-content .wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: #32373c;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.selfer-page-gutenberg-content p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.selfer-page-gutenberg-content .wp-block-table.has-fixed-layout tbody {
  table-layout: fixed;
}
.selfer-page-gutenberg-content .wp-block-text-columns,
.selfer-page-gutenberg-content .wp-block-text-columns.aligncenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.selfer-page-gutenberg-content .wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.selfer-page-gutenberg-content .wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.selfer-page-gutenberg-content .wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.selfer-page-gutenberg-content .wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.selfer-page-gutenberg-content .wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.selfer-page-gutenberg-content .wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
.selfer-page-gutenberg-content .wp-block-video.aligncenter {
  text-align: center;
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
.pricing-box {
  background: #f8f8ff;
  text-align: center;
  border: 1px solid #ebebeb;
}
.pricing-box .priceing-head {
  border-bottom: 1px solid #ebebeb;
  padding: 25px;
}
.pricing-box .priceing-head h4 {
  margin-bottom: 0;
  font-weight: 600;
  color: #242424;
}
.pricing-box .pricing-body {
  padding: 0 10% 45px;
}
.pricing-box .pricing-body h2.price {
  font-size: 48px;
  color: #545454;
  font-weight: 600;
  margin-bottom: 0;
  padding: 30px 0;
  line-height: normal;
}
.pricing-box .pricing-body h2.price span {
  font-size: 14px;
  color: #a8a8a8;
  font-weight: normal;
}
.pricing-box .pricing-body h2.price span.price-text {
  font-size: 48px;
  color: #545454;
  font-weight: 600;
  line-height: normal;
}
.pricing-box .pricing-body h2.price span.price-based {
  margin-left: 15px;
}
.pricing-box .pricing-body .price-service {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  font-size: 16px;
}
.pricing-box .pricing-body .price-service li {
  display: inline-block;
  line-height: 2em;
}
.pricing-box .pricing-body .price-service li:after {
  content: ",";
  margin-right: 3px;
}
.pricing-box .pricing-body .price-order-btn {
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.015em;
  display: inline-block;
  border-radius: 30px;
}

/*--------------------------------------------------------------
# Image Before After
--------------------------------------------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-before-label:after {
  top: 50%;
  margin-top: -19px;
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
  bottom: 10px;
}

.twentytwenty-before-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.twentytwenty-before-label:before {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  content: attr(data-content);
}

.twentytwenty-after-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.twentytwenty-after-label:before {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  content: attr(data-content);
}

.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-left-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-container.active .twentytwenty-overlay {
  background: transparent;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: transparent;
}
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-page-block {
  background: #020312;
}
.error-page-block .error-content {
  background-color: rgba(29, 33, 36, 0.3);
  -webkit-box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.15);
  padding: 75px;
}
.error-page-block .error-title {
  font-weight: 300;
}
.error-page-block .error-main {
  font-size: 230px;
  font-weight: 100;
}
@media only screen and (max-width: 992px) {
  .error-page-block .error-main {
    font-size: 130px;
  }
}
.error-page-block .error-home-btn {
  border-radius: 30px;
}
.error-page-block .error-home-btn:hover, .error-page-block .error-home-btn:focus {
  color: #ffffff !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content, .entry-summary {
  margin: 1.4em 0;
}

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

/*--------------------------------------------------------------
# Page-header
--------------------------------------------------------------*/
.page-header {
  margin: 0;
  padding: 60px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-header .section-title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.12em;
  margin-top: 0;
}
.page-header .section-title span {
  font-family: inherit;
}
.page-header .section-title + .page-description {
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Page Heading
--------------------------------------------------------------*/
.header-title {
  text-align: center;
  margin-bottom: 30px;
}

.page-header {
  margin: 0;
}

body.page .page-links {
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Process of work
--------------------------------------------------------------*/
.process-item {
  margin-top: 30px;
}
.process-item .process-serial {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: -22px;
}
.process-item .process-box {
  background: #0d1422;
  padding: 40px 20px;
}
.process-item .process-box .process-title {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.process-item .process-box .process-title:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3e4757;
}
.process-item .process-box p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
}

.price-box {
  background: #0d1422;
  color: white;
  padding: 40px;
  margin-bottom: 30px;
}
.price-box p {
  margin-bottom: 0;
  font-size: 14px;
}
.price-box p .title {
  font-weight: 600;
}
.price-box p .price {
  font-size: 20px;
  font-weight: 600;
}

.project-form .project-input:not([type="file"]),
.project-form textarea {
  border-bottom: 1px solid #ebebeb !important;
  border-top: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
  border-right: 1px solid #ebebeb !important;
  padding: 5px 15px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
}
.project-form textarea {
  height: 12rem;
}
.project-form .condition-serial {
  background: #f9f9f9;
}
.project-form input[type="file"] {
  display: none;
}
.project-form .custom-file-upload {
  background: #ebebeb;
  display: block;
  padding: 20px 15px;
  cursor: pointer;
  text-align: center;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px;
}
.project-form .condition-list {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  font-size: 15px;
}
.project-form .condition-list .condition-serial {
  background: #ebebeb;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-weight: 700;
  color: #1d1d1f;
  margin-right: 15px;
}
.project-form .condition-list p {
  display: table-cell;
  vertical-align: top;
}
.project-form .project-submit {
  margin-top: 30px;
  border: 0 none;
  background: #0d1422;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 90px;
}
.project-form .project-submit:hover {
  background: #03dedf;
  color: white;
}

/*--------------------------------------------------------------
# No results
--------------------------------------------------------------*/
.no-results.not-found {
  overflow: hidden;
  text-align: center;
}
.no-results.not-found .page-header {
  margin-top: 0;
  padding-top: 0;
}
.no-results.not-found .page-title {
  font-family: inherit !important;
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  position: relative;
}
.no-results.not-found .page-title:after {
  content: "";
  background: #1d1d1f;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}
.no-results.not-found .page-not-found-icon {
  margin-top: 5px;
}
.no-results.not-found .page-not-found-icon i {
  color: #a94442;
  font-size: 60px;
}
.no-results.not-found .form-controller {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 40px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 4px 0 4px 15px;
  margin-bottom: 0;
  width: 91.5%;
}
@media only screen and (max-width: 540px) {
  .no-results.not-found .form-controller {
    padding: 4px 0 4px 15px;
  }
}
.no-results.not-found .btn-default {
  padding: 8px 14px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 15px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .no-results.not-found .page-content, .no-results.not-found .entry-summary {
    max-width: 540px;
    margin: auto;
  }
}
.no-results.not-found p {
  opacity: 1;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.comment-content p {
  opacity: 1;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content {
  font-size: 15px;
}
.comment-content ul li, .comment-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.comment-content > ul,
.comment-content > ol {
  padding-left: 20px;
}
.comment-content a:hover {
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 0.7em !important;
  padding: 0 15px;
}

.comments-area {
  overflow: hidden;
  margin-top: 60px;
  padding: 45px;
  background-color: #12141c;
  -webkit-box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.06);
}
.comments-area .comment-list, .comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area .comments-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}
.comments-area .comments-title span {
  background: white;
  z-index: 10;
  position: relative;
}
.comments-area .comment-list {
  margin-bottom: 45px;
  border-top: none;
}
.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 75px;
  margin-top: 0;
}
.comments-area .comment-body {
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}
.comments-area .comment-author {
  float: left;
  margin-right: 15px;
  width: 60px;
}
.comments-area .comment-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0.85;
}
.comments-area .date {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 0;
  opacity: 0.85;
}
.comments-area .comment-details {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.comments-area .comment-metadata {
  margin-bottom: 1rem;
  color: #fff;
}
.comments-area .comment-metadata .author {
  font-size: 16px;
}
.comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
  color: #777;
}
.comments-area .children {
  margin-left: 75px;
}
@media only screen and (max-width: 1199px) {
  .comments-area .children {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .comments-area .children {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .comments-area .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .comments-area .children {
    margin-left: 25px;
  }
}
.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}
.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}
.comments-area .comment-navigation .nav-links a {
  background-color: #020312;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
}

.comment-respond label {
  font-weight: 500;
  font-size: 14px;
}
.comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.comment-respond .comment-reply-title small, .comment-respond .comment-reply-title .font_small {
  font-size: 14px;
  color: #767676;
}

.comment-respond {
  margin-top: 75px;
}
.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond .form-control {
  -webkit-box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 80px 0px rgba(0, 0, 0, 0.06);
  border: 0 none;
  padding: 15px 15px;
  margin-bottom: 0;
}
.comment-respond .form-submit {
  margin-bottom: 0;
  padding: 0 15px;
}
.comment-respond .comment-subscription-form {
  display: none;
}
.comment-respond .comment-form-rating {
  margin-bottom: 1em;
}
.comment-respond .form-submit {
  text-align: center;
  width: 100%;
}
.comment-respond #submit,
.comment-respond .submit {
  border-radius: 30px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
  color: white;
  padding: 15px 45px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.015;
}

#review_form .form-submit {
  padding: 0;
}

.logged-in-as,
.form-submit {
  opacity: 1;
}

.no-comments {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.comment-reply-link {
  padding: 8px 22px;
  font-size: 13px;
  border: 1px solid #343a40;
  line-height: normal;
  font-weight: bold;
  display: inline-block;
  background-color: transparent;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #fff;
}
.comment-reply-link:hover {
  color: white;
}
@media only screen and (min-width: 600px) {
  .comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
  }
}

input[type="checkbox"]::-ms-check {
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-author {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
  }
}
.comment-metadata .author a {
  color: inherit;
}

.comment-respond .form-group label {
  font-size: 0.875rem;
}

.comment-list .comment-respond input:not([type="submit"]),
.comment-list .comment-respond textarea {
  background: #020312 !important;
}

@media only screen and (min-width: 992px) {
  .comment-list > li.comment:last-of-type .comment-content > p:last-of-type {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.8em 1em;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.widget select option {
  background: #020312;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-title-area {
  position: relative;
}
.widget .widget-title {
  margin-top: 0;
}
.widget pre {
  padding: 0.5em;
}
.widget label {
  margin-bottom: 0;
}
.widget option {
  padding: 0.2em 1em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="search"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em 1em;
  color: rgba(255, 255, 255, 0.55);
}
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="search"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.widget p {
  opacity: 1;
}

.blog-sidebar-content {
  background: #12141c;
  padding: 45px;
}
@media only screen and (max-width: 767px) {
  .blog-sidebar-content {
    padding: 30px;
  }
}
.blog-sidebar-content .widget {
  margin-bottom: 60px;
}
.blog-sidebar-content .widget-title {
  position: relative;
  margin-top: 0;
  clear: both;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 45px;
  letter-spacing: 0.015em;
}
.blog-sidebar-content .widget-title:before {
  content: "";
  width: 45px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -12px;
  opacity: 0.85;
}
.blog-sidebar-content .widget-title:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -14px;
  opacity: 0.85;
}
.blog-sidebar-content > .widget:last-of-type {
  margin-bottom: 0;
}

.widget .expand-margin.widget-title {
  cursor: pointer;
}

.widget .expand-margin.widget-title:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  width: 23px;
  height: 23px;
  border: 2px solid;
  text-align: center;
  font-size: 13px;
  border-radius: 50px;
  line-height: 22px;
}

.widget .expand-margin.expand.widget-title:after {
  content: "\f068";
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  text-transform: capitalize;
  display: block;
  line-height: 1.5em;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.5rem;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_layered_nav ul li {
    padding-top: 20px;
  }
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  position: absolute;
  right: 0;
}
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_layered_nav > ul > li:first-child {
  border: 0 none;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
}
.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

.widget_categorie li .count:after {
  content: ")";
  position: relative;
  left: 0;
}

.widget_text .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_text .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-weight: 500;
}
.widget_text .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  color: inherit;
}

.widget_archive a,
.widget_categories a {
  color: inherit;
}

.widget_nav_menu .menu a .fa {
  display: none;
}

.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  padding-top: 20px;
  border-bottom: 0 none;
  line-height: 1.875;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.5rem;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative;
}
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_product_categories > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}

.widget .menu {
  position: relative;
}
.widget .menu > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.widget .menu .sub-menu {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0;
  margin-left: 0.875rem;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  color: #868e96;
  font-weight: 400;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rssSummary {
  margin: 5px 0;
  line-height: 1.75em;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.widget_rss > p {
  position: relative;
}

#wp-calendar caption {
  font-weight: 600;
}

#wp-calendar {
  width: 100%;
}
#wp-calendar td,
#wp-calendar th {
  padding: 8px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
  display: table-cell;
  border-top: 1px solid #343a40;
  border-left: 1px solid #343a40;
  border-right: 1px solid #343a40;
  padding: 5px 15px;
  height: 40px;
  width: 80%;
  margin-bottom: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-color: #343a40;
}
.widget_search .btn-search i,
.widget_product_search .btn-search i {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.widget_search .btn.btn-default,
.widget_product_search .btn.btn-default {
  height: 40px;
  padding: 8px 14px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.tagcloud a {
  font-size: inherit !important;
  background: #0d0f16;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 30px;
  color: #dfdfdf;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
