/*------------- #BASE --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #ROOT --------------*/
:root {
  --primary-accent-color: #ea3563;
  --secondary-accent-color: #f15b26;
  --header-font-color: #0d1243;
  --global-link-color: #2f2c2c; }

/*------------- #GLOBAL STYLES --------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #595959;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; }

@media (max-width: 800px) {
  body {
    font-size: 14px; } }

a:hover {
  color: var(--primary-accent-color); }

img {
  max-width: 100%;
   height: auto;
  display: inline-block;
  vertical-align: middle; }

blockquote {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px; }

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

table, th, td {
  border: 1px solid #ddd; }

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0; }

table > tbody + tbody {
  border-top: 2px solid #ddd; }

table table {
  background-color: #fff; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8; }

table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7; }

table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede; }

a {
  text-decoration: none;
  color: var(--global-link-color);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

p {
  margin: 0 0 .75em;
  font-size: 18px; }
  @media (max-width: 800px) {
    p {
      font-size: 14px; } }

figure {
  margin: 0;
  max-width: 100%; }

select {
  width: 100%;
  border: 1px solid #595959;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */ }

textarea {
  height: auto;
  min-height: 50px; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #595959; }

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #595959; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #595959; }

input {
  -webkit-box-shadow: none;
  box-shadow: none; }
  input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none; }
  input:-moz-submit-invalid {
    box-shadow: none; }
  input:-moz-ui-invalid {
    box-shadow: none; }
  input.wpcf7-form-control {
    width: 100%; }

/* 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:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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 toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*------------- #TYPOGRAPHY --------------*/
h1, .h1 {
  font-size: 48px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: .5em 0;
  line-height: 1.1em; }
  h1 a, .h1 a {
    color: inherit; }
  @media (max-width: 800px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (max-width: 640px) {
    h1, .h1 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 30px; } }
  @media (max-width: 360px) {
    h1, .h1 {
      font-size: 24px; } }

h2, .h2 {
  margin: .5em 0;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  color: #0b4d85;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  h2 a, .h2 a {
    color: inherit; }
  @media (max-width: 800px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (max-width: 570px) {
    h2, .h2 {
      font-size: 32px; } }
  @media (max-width: 480px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  margin: .5em 0;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 400;
  color: #0b4d85;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  h3 a, .h3 a {
    color: inherit; }
  @media (max-width: 800px) {
    h3, .h3 {
      font-size: 30px; } }
  @media (max-width: 570px) {
    h3, .h3 {
      font-size: 26px; } }
  @media (max-width: 480px) {
    h3, .h3 {
      font-size: 22px; } }

h4, .h4 {
  margin: .5em 0;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 400;
  color: #0b4d85;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  h4 a, .h4 a {
    color: inherit; }
  @media (max-width: 800px) {
    h4, .h4 {
      font-size: 28px; } }
  @media (max-width: 570px) {
    h4, .h4 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  margin: .5em 0;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  color: #0b4d85;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  h5 a, .h5 a {
    color: inherit; }
  @media (max-width: 980px) {
    h5, .h5 {
      font-size: 18px; } }
  @media (max-width: 480px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  margin: .5em 0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  color: #2f2c2c;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  h6 a, .h6 a {
    color: inherit; }
  @media (max-width: 800px) {
    h6, .h6 {
      font-size: 14px; } }

/*------------- #Styles for First-Letter --------------*/
.first-letter--dark-round span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #2f2c2c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center; }

.first-letter--squared span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: var(--primary-accent-color); }

.first-letter--dark span:first-of-type {
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  color: #2f2c2c;
  float: left; }

.first-letter--primary span:first-of-type {
  color: var(--primary-accent-color);
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  float: left; }

/*------------- #Styles for Text Selection --------------*/
/*Selection dark*/
.selection--dark::-moz-selection {
  background: #2f2c2c;
  color: #595959; }

.selection--dark::selection {
  background: #2f2c2c;
  color: #595959; }

/*Selection primary*/
.selection--primary::-moz-selection {
  color: #fff; }

.selection--primary::selection {
  color: #fff; }

/*Selection gray*/
.selection--gray::-moz-selection {
  background: #aeaeae;
  color: #2f2c2c; }

.selection--gray::selection {
  background: #aeaeae;
  color: #2f2c2c; }

/*------------- #Styles for list --------------*/
ul {
  padding: 0;
  margin: 0; }

.list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.list li {
  margin-bottom: .8em;
  font-size: 18px;
  overflow: hidden;
  clear: both;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 640px) {
    .list li {
      font-size: 14px; } }
  .list li a, .list li li {
    color: inherit;
    display: block;
    overflow: hidden; }
  .list li i {
    margin-right: 25px;
    margin-top: 8px;
    font-size: 12px;
    float: left; }

.list.with-padding {
  padding-left: 60px; }

.list--standard a:hover, .list--standard li:hover {
  color: #2f2c2c; }

.list--standard .number {
  color: #2f2c2c;
  margin-right: 24px;
  float: left; }

.list--primary a:hover,
.list--primary i {
  color: var(--primary-accent-color); }

.list--secondary a:hover,
.list--secondary i {
  color: var(--secondary-accent-color); }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }

ol {
  padding-left: 20px; }
  ol li {
    font-size: 18px;
    position: relative; }
    ol li a {
      display: inline-block; }

blockquote p {
  margin: 0; }

p {
  margin: 0 0 1em 0; }

table {
  margin: 1.5em 0; }

blockquote {
  margin: 1em 0;
  padding: 15px 15px 15px 80px;
  position: relative; }
  @media (max-width: 640px) {
    blockquote {
      padding-left: 50px;
      margin: 1em 0; } }
  blockquote cite {
    display: block;
    color: #595959;
    font-size: .9em; }
    blockquote cite:before {
      content: "\2014\00a0";
      color: #595959; }
  blockquote:before {
    content: "\e904";
    font-size: 70px;
    color: #edf2f7;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'seosight';
    line-height: 1; }
    @media (max-width: 640px) {
      blockquote:before {
        font-size: 40px;
        top: 0; } }
  blockquote p {
    margin: 0;
    font-size: 20px;
    line-height: 1.3em; }
    @media (max-width: 640px) {
      blockquote p {
        font-size: 16px; } }

dl {
  margin-bottom: 24px; }

dl dt {
  margin-bottom: 5px;
  color: #777;
  font-weight: bold; }

dl dd {
  margin-bottom: 5px;
  margin-left: 20px; }

abbr {
  border-bottom: 1px dotted;
  cursor: help;
  border-color: #595959; }

.kc_text_block ul,
.entry-content-no-builder ul {
  padding-left: 20px;
  margin-bottom: 1em; }
  .kc_text_block ul li,
  .entry-content-no-builder ul li {
    list-style: disc;
    margin-bottom: 5px; }

.clear:after, .clear:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.comment-author:after,
.comment-author:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
.comment-meta:after,
.comment-meta:before,
.entry-content-no-builder:after,
.entry-content-no-builder:before {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.entry-content-no-builder:after {
  clear: both; }

.entry-content-no-builder .page-links {
  display: block;
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  clear: both; }

.entry-content-no-builder ul.woocommerce-error {
  padding-left: 50px; }

/*------------- Responsive mode styles --------------*/
@media (max-width: 640px) {
  ol li {
    font-size: 14px; } }

/*------------- #HELPERS --------------*/
.visual-hidden,
.hide {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.hide {
  max-height: 0; }

.half-width {
  width: 50%;
  float: left; }

.ovh {
  overflow: hidden; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

.c-white {
  color: #fff; }

.custom-color * {
  color: inherit; }

.c-dark {
  color: #2f2c2c; }

.c-gray {
  color: #595959; }

.c-green {
  color: #3cb878; }

.c-orange {
  color: #fcb03b; }

.c-primary {
  color: var(--primary-accent-color); }

.c-secondary {
  color: var(--secondary-accent-color); }

.c-semitransparent-white {
  color: rgba(255, 255, 255, 0.15); }

.shadow-image {
  -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3); }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }
  @media (max-width: 640px) {
    .table-cell {
      display: block;
      float: left; } }

.text-t-none {
  text-transform: none; }

@media (max-width: 480px) {
  .centered-on-mobile {
    text-align: center; } }

.overlay--light {
  background: rgba(0, 0, 0, 0.2); }

.no-padding {
  padding: 0 !important; }
  @media (max-width: 640px) {
    .no-padding {
      padding: 0 15px !important; } }

.no-margin {
  margin: 0; }

.item-fully-transparent {
  opacity: 0; }

.full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.full-height {
  height: 100%; }

.d-flex,
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .d-flex.content-center,
  .display-flex.content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.flex-break {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 0;
  height: 0;
  overflow: hidden; }

.inline-block, .kc-elm.inline-block {
  display: inline-block;
  width: auto;
  float: none; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.full-block-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.medium-padding80 {
  padding: 80px 0; }
  @media (max-width: 800px) {
    .medium-padding80 {
      padding: 35px 0; } }

.medium-padding100 {
  padding: 100px 0; }
  @media (max-width: 800px) {
    .medium-padding100 {
      padding: 35px 0; } }

.section-padding {
  padding: 80px 0; }
  @media (max-width: 800px) {
    .section-padding {
      padding: 35px 0 !important; } }

.pb100 {
  padding-bottom: 100px; }
  @media (max-width: 800px) {
    .pb100 {
      padding-bottom: 35px; } }

.pt80 {
  padding-top: 80px; }
  @media (max-width: 800px) {
    .pt80 {
      padding-top: 35px; } }

.pt100 {
  padding-top: 100px; }
  @media (max-width: 800px) {
    .pt100 {
      padding-top: 35px; } }

.pt400 {
  padding-top: 400px; }
  @media (max-width: 1024px) {
    .pt400 {
      padding-top: 200px; } }
  @media (max-width: 768px) {
    .pt400 {
      padding-top: 100px; } }

.pb360 {
  padding-bottom: 360px; }

.pb120 {
  padding-bottom: 120px; }
  @media (max-width: 800px) {
    .pb120 {
      padding-bottom: 35px; } }

.pt120 {
  padding-top: 120px; }
  @media (max-width: 800px) {
    .pt120 {
      padding-top: 35px; } }

.pb80 {
  padding-bottom: 80px; }
  @media (max-width: 800px) {
    .pb80 {
      padding-bottom: 35px; } }

.pb30 {
  padding-bottom: 30px; }

.pb60 {
  padding-bottom: 60px; }

.pt60 {
  padding-top: 60px; }

.mt60 {
  margin-top: 60px; }
  @media (max-width: 800px) {
    .mt60 {
      margin-top: 35px; } }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }
  @media (max-width: 800px) {
    .mb60 {
      margin-bottom: 35px; } }

.padding-left60-desktop {
  padding-left: 60px; }
  @media (max-width: 980px) {
    .padding-left60-desktop {
      padding-left: 0; } }

div:hover > .btn-reverse-bg-color-primary {
  background-color: var(--primary-accent-color); }

div:hover > .btn-reverse-bg-color-secondary {
  background-color: var(--secondary-accent-color); }

.bg-orange-color {
  background-color: #fcb03b; }

.bg-orangedark-color {
  background-color: #ff9700; }

.bg-green-color {
  background-color: #3cb878; }

.bg-greendark-color {
  background-color: #8dc63f; }

.bg-white-color {
  background-color: #fff; }

.bg-violet-color {
  background-color: #6739b6; }

.bg-border-color {
  background-color: #fff; }

.bg-dark-color {
  background-color: #302c2d; }

.bg-grey-input {
  background-color: #373434; }

.bg-primary-color {
  background-color: var(--primary-accent-color); }

.bg-secondary-color {
  background-color: var(--secondary-accent-color); }

.bg-blue-color {
  background-color: #00bff3; }

.bg-blue-color-light {
  background-color: #64d8ff; }

.bg-yellow-color {
  background-color: #fcd846; }

.bg-greydark-color {
  background-color: #434141; }

.border-primary-color {
  border-color: var(--primary-accent-color); }

.border-secondary-color {
  border-color: var(--secondary-accent-color); }

.bg-boxed-dark {
  background-image: url("../img/bg-boxed-dark.jpg"); }

.bg-boxed-light {
  background-image: url("../img/bg-boxed-light.jpg"); }

.bg-boxed-red {
  background-image: url("../img/bg-boxed-red.jpg"); }

.bg-boxed-primary {
  background-image: url("../img/bg-boxed-primary.jpg"); }

.bg-boxed-black {
  background-image: url("../img/bg-boxed-black.jpg"); }

.bg-boxed-blue {
  background-image: url("../img/bg-boxed-blue.jpg"); }

.border-orange-color {
  border-color: #fcb03b; }

.border-green-color {
  border-color: #3cb878; }

.facebook-bg-color {
  background-color: #3a589b; }

.twitter-bg-color {
  background-color: #08acee; }

.linkedin-bg-color {
  background-color: #007bb6; }

.google-bg-color {
  background-color: #ea4335; }

.pinterest-bg-color {
  background-color: #ca2127; }

.youtube-bg-color {
  background-color: #FF0000; }

.instagram-bg-color {
  background-color: #E4405F; }

.vk-bg-color {
  background-color: #5e81a8; }

.font-color-custom * {
  color: inherit; }

.page-builder-wrap {
  overflow-x: hidden; }

.crumina-background-mountains {
  position: relative;
  overflow: hidden; }

.crumina-background-mountains .images img {
  position: absolute;
  bottom: -100%;
  left: 0;
  opacity: 0;
  min-width: 100%; }

.contacts-shadow {
  -webkit-box-shadow: 40px 0 80px rgba(0, 0, 0, 0.15);
  box-shadow: 40px 0 80px rgba(0, 0, 0, 0.15); }

.kc[data-model] {
  height: 100%; }

.fw-flash-message {
  list-style: none; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

#bbpress-forums div.bbp-breadcrumb p {
  margin-bottom: 0; }

#bbpress-forums div.bbp-breadcrumb {
  margin-bottom: 15px; }
  #bbpress-forums div.bbp-breadcrumb + #subscription-toggle {
    margin-top: 6px;
    display: inline-block;
    margin-left: 10px; }

#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
  margin-bottom: 0; }

#bbpress-forums fieldset.bbp-form {
  padding-bottom: 30px; }

#bbpress-forums fieldset.bbp-form label {
  margin-bottom: 15px; }

#bbpress-forums div.bbp-the-content-wrapper input {
  width: auto; }

#bbpress-forums div.wp-editor-container {
  border: none; }

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  border-bottom: none;
  margin-bottom: 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 20px; }

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  padding: 20px 40px; }
  #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }

#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
  margin: 6px 9px 8px;
  -webkit-box-shadow: none;
  box-shadow: none; }

#bbpress-forums fieldset.bbp-form input#bbp_topic_tags:focus {
  -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }

#bbpress-forums div.bbp-reply-author img.avatar {
  margin-bottom: 5px; }

div.bbp-submit-wrapper {
  float: left; }
  div.bbp-submit-wrapper [type="submit"] {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 15px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    background-color: var(--primary-accent-color); }

.bbp-pagination-links .page-numbers {
  position: relative;
  background: #dbe9e9;
  display: inline-block;
  margin: 0 12px 0 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .bbp-pagination-links .page-numbers:hover {
    background: transparent;
    opacity: 1;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color); }
  .bbp-pagination-links .page-numbers.current {
    margin-left: 0;
    background: transparent;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color); }

.selection--primary::-moz-selection {
  background-color: var(--primary-accent-color); }

.selection--primary::selection {
  background-color: var(--primary-accent-color); }

#buddypress form#whats-new-form textarea {
  padding: 20px 40px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  color: #7b7b7b;
  margin-bottom: 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #f7f9f9;
  width: 100%; }
  #buddypress form#whats-new-form textarea:focus {
    border-color: transparent !important;
    outline-color: transparent; }

#buddypress input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 20px 50px;
  font-size: 15px;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  background-color: var(--primary-accent-color); }

#buddypress div.item-list-tabs ul li.last select:focus {
  background: #f7f9f9;
  -webkit-box-shadow: none;
  box-shadow: none; }

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--primary-accent-color); }

#buddypress div.item-list-tabs ul li.selected a {
  color: #fff; }

#buddypress div.item-list-tabs ul li a span {
  padding: 2px 6px; }

#buddypress a.button {
  -webkit-border-radius: 30px;
  border-radius: 30px; }

#buddypress .generic-button a {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--primary-accent-color);
  border-color: var(--primary-accent-color); }

#buddypress .activity-list .activity-content .activity-header img.avatar {
  margin: 0 5px 0 0 !important; }

#buddypress .activity-list li.mini .activity-header {
  line-height: 1; }

#buddypress .activity-list li.mini .activity-avatar {
  margin-top: 3px; }

#buddypress div.pagination .pagination-links .page-numbers {
  position: relative;
  background: #dbe9e9;
  display: inline-block;
  margin: 0 12px 0 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  #buddypress div.pagination .pagination-links .page-numbers:hover {
    background: transparent;
    opacity: 1;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color); }
  #buddypress div.pagination .pagination-links .page-numbers.current {
    margin-left: 0;
    background: transparent;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color); }

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
  padding: 10px 15px; }

#buddypress div.pagination {
  margin-top: 10px; }

#buddypress div.dir-search input[type="text"] {
  padding: 20px 40px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  color: #7b7b7b;
  margin-bottom: 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #f7f9f9;
  width: 100%; }

#buddypress div#item-header div#item-actions h2,
#buddypress div#item-header div#item-actions h3 {
  font-size: 30px; }

#buddypress ul.item-list li {
  padding: 20px 0; }

#buddypress .radio {
  overflow: visible; }

#buddypress .radio label {
  cursor: pointer;
  padding-left: initial;
  position: relative;
  margin-left: initial;
  margin-bottom: 15px; }

#buddypress .radio input[type="radio"] {
  opacity: initial;
  height: auto;
  width: auto;
  overflow: initial;
  margin: initial;
  float: initial;
  display: inline-block;
  vertical-align: middle; }
  #buddypress .radio input[type="radio"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

#buddypress .radio label span {
  position: initial;
  left: initial;
  top: initial;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 10px; }

/*------------- #HEADER --------------*/
.header {
  position: relative;
  padding: 0;
  background: #fff;
  width: 100%;
  z-index: 20;
  left: 0;
  color: #2f2c2c;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  min-height: 60px; }
  @media (max-width: 1200px) {
    .header > .container {
      width: 100%; } }
  .header .logo {
    margin-bottom: 0;
    margin-right: 10px; }
    @media (max-width: 992px) {
      .header .logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  .header nav {
    line-height: 1; }
    @media (max-width: 992px) {
      .header nav {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        text-align: right; }
        .header nav * {
          text-align: left; } }
    @media (max-width: 570px) {
      .header nav {
        margin-left: 0; } }
    @media (max-width: 768px) {
      .header nav.not-nav-add {
        padding-right: 100px; } }
    @media (max-width: 480px) {
      .header nav.not-nav-add {
        padding-right: 0; } }
    .header nav .menu .menu-item:hover > a {
      color: var(--primary-accent-color); }
    .header nav .menu .menu-item:hover > a + i {
      color: var(--primary-accent-color); }
    .header nav .header nav .menu .menu-item > a:after,
    .header nav .header nav .menu .menu-item > a:before {
      background-color: var(--primary-accent-color); }
  .header.header-color-inherit .logo .logo-text .logo-sub-title,
  .header.header-color-inherit .nav-add li a,
  .header.header-color-inherit .logo .logo-text .logo-title,
  .header.header-color-inherit .nav-add li.cart i,
  .header.header-color-inherit .nav-add li.search i,
  .header.header-color-inherit #menu-icon-trigger,
  .header.header-color-inherit .mob-menu--title,
  .header.header-color-inherit .navigation-menu > li.current-menu-item a {
    color: inherit; }
  .header.header-color-inherit .menu-icon-wrapper svg path {
    stroke: currentColor; }
  @media (min-width: 992px) {
    .header.header-color-inherit .navigation-menu > li > .navigation-link {
      color: inherit; } }
  .header.header-color-inherit .navigation-menu > li > a.navigation-link::before,
  .header.header-color-inherit .navigation-menu > li > a.navigation-link::after {
    border-color: inherit; }
  .header.header-color-inherit .nav-add li.search i:hover {
    color: inherit; }
  .header.header-color-inherit .nav-add li.search a {
    opacity: .5; }
    .header.header-color-inherit .nav-add li.search a:hover {
      opacity: 1; }
  @media (max-width: 992px) {
    .header.header-sticky-mobile {
      position: -webkit-sticky;
      top: 0;
      will-change: opacity;
      position: sticky; }
      .admin-bar .header.header-sticky-mobile {
        top: 46px; } }
    @media screen and (max-width: 992px) and (min-width: 783px) {
      .admin-bar .header.header-sticky-mobile {
        top: 32px; } }
  @media (max-width: 992px) {
    .header.header-sticky-mobile.header--fixed {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); }
      .header.header-sticky-mobile.header--fixed .navigation-menu > .navigation-item {
        padding: 0; } }
  @media (min-width: 992px) {
    .header.header-sticky-desktop {
      position: -webkit-sticky;
      top: 0;
      will-change: opacity;
      position: sticky; }
      .admin-bar .header.header-sticky-desktop {
        top: 46px; } }
    @media screen and (min-width: 992px) and (min-width: 783px) {
      .admin-bar .header.header-sticky-desktop {
        top: 32px; } }
  @media (min-width: 992px) {
    .header.header-sticky-desktop.header--fixed {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); } }
  @supports (-ms-ime-align: auto) {
    .header.header-sticky-desktop.header--fixed {
      position: fixed; } }
  @media (max-width: 992px) {
    .header.header-sticky-desktop.header--fixed .navigation-menu > .navigation-item {
      padding: 0; } }

@media (max-width: 600px) {
  .admin-bar .header.sticky-top.header--fixed {
    top: 0; } }

@media (max-width: 992px) {
  .admin-bar .header.header-sticky-mobile.header--fixed {
    top: 32px; } }

@media (max-width: 768px) {
  .admin-bar .header.header-sticky-mobile.header--fixed {
    top: 46px; } }

@media (max-width: 600px) {
  .admin-bar .header.header-sticky-mobile.header--fixed {
    top: 0; } }

@media (max-width: 992px) {
  .admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
    top: 32px; } }

@media (max-width: 768px) {
  .admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
    top: 46px; } }

@media (max-width: 600px) {
  .admin-bar .header.header-sticky-mobile.header--fixed + .top-bar {
    top: 0; } }

@media (max-width: 992px) {
  .admin-bar .navigation-body {
    top: 32px; } }

@media (max-width: 768px) {
  .admin-bar .navigation-body {
    top: 46px; } }

@media (max-width: 992px) {
  .admin-bar .header--fixed .navigation-body {
    top: 32px; } }

@media (max-width: 768px) {
  .admin-bar .header--fixed .navigation-body {
    top: 46px; } }

@media (max-width: 600px) {
  .admin-bar .header--fixed .navigation-body {
    top: 0; } }

.nav-add {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px; }
  @media (max-width: 992px) {
    .nav-add {
      margin-left: auto;
      padding: 13px 16px; } }
  .nav-add li {
    display: inline-block; }
    .nav-add li a {
      display: inline-block; }
    .nav-add li.cart {
      position: relative; }
      .nav-add li.cart.visible .cart-popup-wrap {
        opacity: 1;
        visibility: visible;
        max-height: 80vh; }
      .nav-add li.cart a {
        position: relative; }
      .nav-add li.cart .cart-popup-link {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 999;
        top: 0;
        left: 0; }
        @media (max-width: 991px) {
          .nav-add li.cart .cart-popup-link {
            display: none; } }
      .nav-add li.cart .cart-count {
        display: block;
        position: absolute;
        left: -6px;
        top: 4px;
        width: 16px;
        height: 16px;
        line-height: 14px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        border: 1px solid transparent;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: var(--primary-accent-color); }
      .nav-add li.cart i {
        font-size: 28px;
        color: var(--header-font-color);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .nav-add li.cart i:hover {
          color: var(--primary-accent-color); }
    .nav-add li.search {
      position: relative;
      cursor: pointer; }
      .nav-add li.search i {
        margin-left: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 24px;
        color: var(--header-font-color);
        position: relative; }
        .nav-add li.search i:hover {
          color: var(--primary-accent-color); }

.logo {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-height: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .logo img {
      width :232px !important;
      height: 75px !important;
      margin-right: 15px; }
  .logo .logo-text {
    line-height: 1; }
    .logo .logo-text .logo-title {
      font-size: 27px;
      text-transform: uppercase;
      color: inherit; }
      @media (max-width: 1200px) {
        .logo .logo-text .logo-title {
          font-size: 20px; } }
    .logo .logo-text .logo-sub-title {
      font-size: 10px;
      text-transform: uppercase; }

.user-menu {
  position: absolute;
  right: 65px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  border: 2px solid #2f2c2c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  background-color: #fff;
  display: inline-block; }
  @media (max-width: 992px) {
    .user-menu {
      position: relative;
      bottom: auto;
      right: auto;
      margin: 9px;
      width: 40px;
      height: 40px;
      float: right;
      margin-top: -50px; } }
  .user-menu .user-menu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    background-color: var(--secondary-accent-color); }
    .user-menu .user-menu-content img {
      max-height: 70%;
      max-width: 70%; }
    .user-menu .user-menu-content span {
      display: block;
      height: 3px;
      background: #fff;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 2px auto;
      width: 50%; }
      @media (max-width: 992px) {
        .user-menu .user-menu-content span {
          height: 3px;
          margin: 1px auto; } }
      .user-menu .user-menu-content span:first-of-type {
        width: 25%; }
      .user-menu .user-menu-content span:last-of-type {
        width: 40%; }
    .user-menu .user-menu-content:hover span {
      width: 70%; }

/*------------- #rulles for top-bar in header --------------*/
.header.header-top-bar {
  display: block; }

.header.header-top-bar .top-bar {
  max-height: 50vh; }

.header.header--fixed.header-top-bar .top-bar {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

@media (max-width: 992px) {
  .header > .top-bar {
    display: none;
    visibility: hidden; } }

@media (max-width: 600px) {
  .admin-bar .top-bar.open {
    top: 46px; } }

/*------------- #STUNNING-HEADER --------------*/
.stunning-header {
  padding: 60px 0;
  position: relative;
  background-position: center center;
  color: #fff; }
  @media (max-width: 768px) {
    .stunning-header {
      padding: 40px 0; } }
  .stunning-header.with-photo {
    position: relative;
    padding: 280px 0 120px;
    -webkit-background-size: cover;
    background-size: cover; }
  .stunning-header .overlay {
    z-index: 2; }

.stunning-header-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 15;
  padding: 0 15px; }

.stunning-header-content1 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 15;
  padding: 35px 15px; }

.breadcrumbs {
  margin-top: 20px;
  padding: 0;
  font-size: 17px; }
  @media (max-width: 570px) {
    .breadcrumbs {
      font-size: 14px; } }

.breadcrumbs-item {
  display: inline-block; }
  .breadcrumbs-item a {
    color: inherit;
    margin-right: 20px; }
    .breadcrumbs-item a:hover {
      text-decoration: underline; }
    .breadcrumbs-item a.c-gray + i {
      color: #acacac; }
  .breadcrumbs-item.active .breadcrumb-item-name {
    opacity: 1;
    /*text-decoration: underline;*/
    color: var(--primary-accent-color); }
    .breadcrumbs-item.active .breadcrumb-item-name.c-primary {
      color: var(--primary-accent-color); }
  .breadcrumbs-item i {
    margin-right: 20px;
    color: inherit;
    font-size: 14px; }
  .breadcrumbs-item:last-child a {
    display: none; }

.stunning-header-title {
  color: inherit;
  margin: 0;
  text-transform: capitalize;
  word-wrap: break-word; }
  @media (max-width: 800px) {
    .stunning-header-title {
      font-size: 40px; } }
  @media (max-width: 640px) {
    .stunning-header-title {
      font-size: 36px; } }
  @media (max-width: 480px) {
    .stunning-header-title {
      font-size: 30px; } }
  @media (max-width: 360px) {
    .stunning-header-title {
      font-size: 24px; } }

.stunning-header .category-description {
  margin-top: 40px; }
  .stunning-header .category-description *:last-of-type {
    margin-bottom: 0; }

.stunning-header-custom .stunning-header-title,
.stunning-header-custom .category-description *,
.stunning-header-custom span,
.stunning-header-custom i,
.stunning-header-custom a {
  color: inherit !important; }

/*------------- #Any colors background --------------*/
.stunning-header-bg-blue {
  background-image: url("../img/pattern-bg-blue.jpg"); }

.stunning-header-bg-gray {
  background-image: url("../img/pattern-bg-gray.jpg"); }

.stunning-header-portfolio-gray {
  background-image:url('http://localhost/wordpress_demo/newamperiorwebsite/wp-content/uploads/sites/4/2020/12/work_bg.png'); -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.stunning-header-bg-lightblue {
  background-image: url("../img/pattern-bg-lightblue.jpg"); }

.stunning-header-bg-violet {
  background-image: url("../img/pattern-bg-violet.jpg"); }

.stunning-header-bg-lightgray {
  background-image: url("../img/pattern-bg-lightgray.jpg"); }

.stunning-header-bg-breez {
  background-image: url("../img/pattern-bg-breez.jpg"); }

.stunning-header-bg-red {
  background-image: url("../img/pattern-bg-red.jpg"); }

.stunning-header-bg-orange {
  background-image: url("../img/pattern-bg-orange.jpg"); }

.stunning-header-bg-green {
  background-image: url("../img/pattern-bg-green.jpg"); }

.stunning-header-bg-olive {
  background-image: url("../img/pattern-bg-olive.jpg"); }

.stunning-header-bg-brown {
  background-image: url("../img/pattern-bg-brown.jpg"); }

.stunning-header-bg-rose {
  background-image: url("../img/pattern-bg-rose.jpg"); }

.stunning-header-bg-lightviolet {
  background-image: url("../img/pattern-bg-lightviolet.jpg"); }

.stunning-header-bg-lime {
  background-image: url("../img/pattern-bg-lime.jpg"); }

/*------------- #Any photos background --------------*/
.stunning-header-bg-photo1 {
  background: url("../img/stunning-header-photo1.jpg") no-repeat; }

.stunning-header-bg-photo2 {
  background: url("../img/stunning-header-photo2.jpg") no-repeat; }

.stunning-header-bg-photo3 {
  background: url("../img/stunning-header-photo3.jpg") no-repeat; }

.stunning-header-bg-photo4 {
  background: url("../img/stunning-header-photo4.jpg") no-repeat; }

.stunning-header-bg-photo5 {
  background: url("../img/stunning-header-photo5.jpg") no-repeat; }

.stunning-header-bg-photo6 {
  background: url("../img/stunning-header-photo6.jpg") no-repeat; }

/*------------- #Any overlays background --------------*/
.overlay-dark {
  background: rgba(47, 44, 44, 0.8); }

.overlay-primary {
  background: rgba(51, 204, 204, 0.2); }

.overlay-red {
  background: rgba(241, 91, 38, 0.3); }

.overlay-orange {
  background: rgba(252, 176, 59, 0.3); }

.overlay-green {
  background: rgba(60, 184, 120, 0.3); }

.overlay-olive {
  background: rgba(37, 39, 49, 0.8); }

/*------------- #FOOTER --------------*/
.footer {
  background-color: #181e23;
  color: #dadfe2;
  position: relative; }
  @media (max-width: 480px) {
#menu-footer-menu-1{

text-align:left;
margin-left:35%;
margin-right:35%;
} 
#menu-footer-menu-2{
text-align:left;
margin-left:35%;
margin-right:35%;
}  
 
.footer {
      text-align: center; } }
  .footer .info {
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #2d3841;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .footer .info {
        padding-bottom: 0; } }
    @media (max-width: 799px) {
      .footer .info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .footer .info .crumina-heading .heading-title {
      color: #fff;
      margin: 0; }
    .footer .info .socials {
      margin: 20px 0 0 0; }
    @media (max-width: 1024px) {
      .footer .info .socials {
        margin-bottom: 30px; } }
    @media (max-width: 320px) {
      .footer .info .socials .social__item {
        margin-right: 15px; } }
  .footer .contacts {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 570px) {
      .footer .contacts {
        display: block; } }
    .footer .contacts .title {
      font-size: 20px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 1024px) {
        .footer .contacts .title {
          font-size: 16px; } }
    .footer .contacts .sub-title {
      margin-bottom: 0; }
    .footer .contacts .content a {
      color: inherit; }
    .footer .contacts .content .title:hover {
      color: var(--primary-accent-color); }
  .footer a {
    color: #dbd3d3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .footer a:hover {
      color: var(--primary-accent-color); }
  .footer .sub-footer {
    padding: 20px 15px;
    background-color: #12171b;
    text-align: center;
    position: relative;
    font-size: 14px; }
    .footer .sub-footer a {
      color: var(--white-color);
      opacity: .5; }
      .footer .sub-footer a:hover {
        color: var(--primary-accent-color);
        opacity: 1; }
    .footer .sub-footer.medium {
      padding: 25px 0; }
    .footer .sub-footer.small {
      padding: 15px 0; }
    @media (max-width: 768px) {
      .footer .sub-footer {
        padding: 25px 0; } }
    .footer .sub-footer span {
      font-size: 16px;
      color: #959192; }
  .footer.js-fixed-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    transition-timing-function: cubic-bezier(0, 0, 0, 1); }
    @media (max-width: 1280px) {
      .footer.js-fixed-footer {
        position: relative; } }
  .footer .w-post-category .category-post-item:hover .post-count {
    color: rgba(255, 255, 255, 0.35); }
  .footer .widget_rss .heading .rsswidget, .footer .widget_rss .crumina-heading .rsswidget {
    color: #fff; }

.widget_nav_menu .menu li a:hover,
.widget_nav_menu .menu li a:hover:before,
.w-post-category .category-post-item a i,
.w-post-category .category-post-item:hover a,
.w-post-category .category-post-item a i {
  color: var(--primary-accent-color); }

.widget_product_tag_cloud .tagcloud a:hover {
  border-color: var(--primary-accent-color); }

.content-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 2; }

.block-footer-height {
  position: relative;
  width: 100%; }
  @media (max-width: 1280px) {
    .block-footer-height {
      display: none; } }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.wp-block-button {
  clear: both;
  margin-bottom: 20px; }

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff; }

.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 20px; }

blockquote.has-very-dark-gray-color::before {
  color: inherit; }

.hentry .entry-content ul li {
  font-size: 18px; }

.post-standard .wp-block-search input {
  margin-bottom: 0;
  background-color: #fff; }

.wp-block-search {
  margin-bottom: 30px;
  position: relative; }
  .wp-block-search .wp-block-search__label {
    display: none; }
  .wp-block-search input {
    margin-bottom: 0; }
  .wp-block-search .wp-block-search__button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    z-index: 10;
    cursor: pointer;
    height: 100%;
    color: #fff;
    background-color: var(--primary-accent-color);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 30px; }

/*------------- #Elementor Customization --------------*/
.elementor-inner-section:not(:last-child) {
  margin-bottom: 30px; }

.elementor-widget:not(:last-child) {
  margin-bottom: 30px; }

.crumina-module.single-image img.aligncenter {
  margin: 0 auto; }

/*------------- #404-PAGE --------------*/
.content-page-404 {
  padding: 150px 0 510px;
  background: url("../img/404-img.png") 100% 100% no-repeat;
  text-align: center;
  -webkit-background-size: 90% 90%;
  background-size: 90%;
  background-repeat: repeat-x;
  background-color: #F7F9F9; }
  @media (max-width: 1700px) {
    .content-page-404 {
      padding: 30px 0 510px; } }
  @media (max-width: 640px) {
    .content-page-404 {
      padding: 30px 0 300px; } }
  @media (max-width: 420px) {
    .content-page-404 {
      padding: 30px 0 200px; } }
  .content-page-404 .title {
    font-size: 257px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 20px; }
    @media (max-width: 800px) {
      .content-page-404 .title {
        font-size: 150px; } }
    @media (max-width: 480px) {
      .content-page-404 .title {
        font-size: 100px; } }
  .content-page-404 .subtitle {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1; }
    @media (max-width: 800px) {
      .content-page-404 .subtitle {
        font-size: 36px; } }
  .content-page-404 .text {
    font-size: 28px;
    margin-bottom: 53px;
    line-height: 1.3; }
    @media (max-width: 800px) {
      .content-page-404 .text {
        font-size: 22px;
        margin-bottom: 20px; } }
  .content-page-404 .btn {
    text-transform: uppercase; }

/*------------- #COMMENTS --------------*/
.comments, .commentlist {
  overflow: hidden;
  float: none; }
  .comments ol li::before, .commentlist ol li::before {
    display: none; }

.comments__list {
  list-style: none;
  margin: 0 0 73px 0;
  padding: 0; }

.comments__item .children {
  margin: 30px 0 0 60px;
  list-style: none;
  padding: 0; }
  @media (max-width: 980px) {
    .comments__item .children {
      margin-left: 30px;
      padding-left: 0; } }

.comment-author-link {
  font-weight: 600; }

.comments__article {
  border-bottom: 1px solid #f1f3f3;
  padding-bottom: 40px;
  margin-bottom: 30px; }
  .comments__article .comment-content {
    margin-bottom: 30px; }
  .comments__article .comments__header .comments__author {
    margin-right: 15px;
    color: #2f2c2c;
    font-style: normal; }
    .comments__article .comments__header .comments__author a {
      color: inherit;
      margin: 0; }
      .comments__article .comments__header .comments__author a:hover {
        color: var(--primary-accent-color); }
    .comments__article .comments__header .comments__author .replied {
      font-size: 16px;
      color: #595959; }
  .comments__article .comments__header .comments__time {
    position: relative;
    font-size: 14px;
    display: block; }
  .comments__article .comments__avatar {
    float: left;
    margin: 0 30px; }
    .comments__article .comments__avatar .avatar {
      -webkit-border-radius: 100%;
      border-radius: 100%; }
  .comments__article .comments__body {
    overflow: hidden; }
    .comments__article .comments__body .reply {
      float: left;
      font-size: 26px;
      margin-right: 30px; }
      .comments__article .comments__body .reply:hover {
        color: var(--primary-accent-color); }
  .comments__article .comment-reply-link {
    font-size: 26px; }
    .comments__article .comment-reply-link:hover {
      color: var(--primary-accent-color); }

.comments .comment-list .children, .commentlist .comment-list .children {
  margin: 30px 0 0 60px;
  list-style: none;
  padding: 0; }
  @media (max-width: 640px) {
    .comments .comment-list .children, .commentlist .comment-list .children {
      margin: 30px 0 0 30px; } }

.comment-list {
  padding-left: 0; }
  .comment-list li {
    padding-left: 0; }

ol.comments li:before,
ol.commentlist li:before {
  display: none; }

ol.comments li {
  padding-left: 0; }

ol.comments {
  padding-left: 0;
  padding-right: 0; }

.comments__item-review {
  margin-bottom: 40px;
  border-bottom: 2px solid #f1f3f3; }
  .comments__item-review .ratings {
    color: #ccc; }
    .comments__item-review .ratings .fa-star {
      color: #fcd846; }

.comments__list-review {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }

.comments__avatar-review {
  float: left;
  margin-right: 30px; }

.comments__author-review {
  margin-right: 15px;
  font-size: 18px;
  color: #2f2c2c;
  font-style: normal; }
  .comments__author-review a {
    color: #2f2c2c; }

.comments__header-review {
  margin-bottom: 15px; }
  .comments__header-review > a {
    position: relative;
    color: #ccc;
    font-size: 14px; }

.leave-reply {
  background-color: #edf2f7;
  overflow: hidden;
  padding: 70px 60px 80px; }
  @media (max-width: 800px) {
    .leave-reply {
      padding: 30px; } }
  .leave-reply .crumina.heading, .leave-reply .crumina.crumina-heading {
    margin-bottom: 60px; }
  .leave-reply input, .leave-reply textarea {
    background-color: #fff; }
  .leave-reply .form-submit {
    display: none; }
  .leave-reply textarea {
    margin-bottom: 40px; }
  @media (max-width: 360px) {
    .leave-reply .submit-block {
      display: block; } }
  .leave-reply .submit-block .btn {
    width: 100%;
    text-align: center; }
    @media (max-width: 768px) {
      .leave-reply .submit-block .btn {
        margin-bottom: 0; } }
    @media (max-width: 480px) {
      .leave-reply .submit-block .btn {
        margin-bottom: 30px; } }
  .leave-reply .submit-block .submit-block-text {
    font-size: 12px;
    line-height: 1.2;
    color: #595959; }
    .leave-reply .submit-block .submit-block-text span {
      color: #989898; }
  @media (max-width: 480px) {
    .leave-reply .submit-block.display-flex {
      display: block; } }

#comment-nav-above,
#comment-nav-below {
  padding: 0 0 60px 0; }

.logged-in-as {
  padding-bottom: 20px; }

/*------------- #CONTACT-FORM --------------*/
span.wpcf7-not-valid-tip {
  position: relative;
  top: -1.5em; }

textarea {
  width: 100%;
  min-height: 140px; }

.contact-form {
  position: relative;
  margin-top: 30px; }
  .contact-form label sup {
    margin-left: 3px;
    color: var(--secondary-accent-color); }
  .contact-form abbr {
    text-decoration: none; }
  .contact-form .checked {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: -15px; }
  .contact-form .checked-icon {
    position: relative;
    display: block; }
    .contact-form .checked-icon:after {
      content: "\e908";
      font-family: 'seosight';
      position: absolute;
      right: 20px;
      bottom: 50px;
      color: var(--primary-accent-color); }
  .contact-form .focus-white:focus {
    background-color: #fff; }
  .contact-form textarea {
    min-height: 200px;
    width: 100%; }
  .contact-form input {
    width: 100%; }

.input-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  display: block; }
  .input-title .optional {
    color: #797676;
    font-size: 14px;
    margin-left: 10px; }

.submit-block {
  overflow: hidden; }
  .submit-block .btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .submit-block .btn {
        margin-bottom: 30px; } }
  .submit-block .submit-block-text {
    font-size: 14px;
    margin-bottom: 0; }
  @media (max-width: 360px) {
    .submit-block {
      display: block; } }
  @media (max-width: 768px) {
    .submit-block .table-cell {
      float: left; } }

.remember-wrap {
  display: table-cell;
  vertical-align: middle; }
  .remember-wrap .checkbox {
    position: relative; }
    .remember-wrap .checkbox input[type=checkbox] {
      display: none; }
    .remember-wrap .checkbox label {
      padding-left: 30px;
      color: #2f2c2c; }
    .remember-wrap .checkbox label:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      position: absolute;
      left: 0;
      top: 8px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: none; }
    .remember-wrap .checkbox input[type=checkbox]:checked + label:before {
      content: "\2714";
      font-size: 14px;
      color: #fff;
      text-align: center;
      line-height: 14px; }
    .remember-wrap .checkbox.gray label:before {
      background-color: #dce1e1; }
    .remember-wrap .checkbox.gray input[type=checkbox]:checked + label:before {
      color: var(--primary-accent-color); }
  .remember-wrap .choose-select {
    position: relative;
    display: block; }
    .remember-wrap .choose-select:after {
      content: '\e908';
      display: block;
      width: 60px;
      height: 64px;
      background-color: #f1f3f3;
      position: absolute;
      right: 0;
      top: 0;
      border-left: 2px solid #e3e9e9;
      -webkit-border-radius: 0 50px 50px 0;
      border-radius: 0 50px 50px 0;
      font-family: seosight;
      line-height: 64px;
      text-align: center;
      cursor: pointer; }
    .remember-wrap .choose-select .checked {
      color: #cfcfcf;
      right: 15px;
      margin-top: 0; }

.choose-select {
  position: relative;
  display: block; }
  .choose-select:after {
    content: '\e908';
    display: block;
    width: 60px;
    height: 64px;
    background-color: #f1f3f3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #e3e9e9;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-family: seosight;
    line-height: 64px;
    text-align: center;
    cursor: pointer; }
  .choose-select .checked {
    color: #cfcfcf;
    right: 15px;
    margin-top: 0; }

/*------------- #INPUT --------------*/
.inline-form .row .form-builder-item {
  padding: 0; }

.inline-form .row .form-builder-item:first-child {
  padding-left: 15px; }
  @media (max-width: 799px) {
    .inline-form .row .form-builder-item:first-child {
      padding: 0 15px; } }

.inline-form .row .form-builder-item:last-child {
  padding-right: 15px; }
  @media (max-width: 799px) {
    .inline-form .row .form-builder-item:last-child {
      padding: 0 15px; } }

.inline-form .row .form-builder-item input {
  width: 100%;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0; }

.inline-form .row .form-builder-item:first-child input {
  -webkit-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px; }
  @media (max-width: 799px) {
    .inline-form .row .form-builder-item:first-child input {
      -webkit-border-radius: 50px;
      border-radius: 50px; } }

.inline-form .row .form-builder-item:last-child input {
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  margin-left: 2px; }
  @media (max-width: 799px) {
    .inline-form .row .form-builder-item:last-child input {
      -webkit-border-radius: 50px;
      border-radius: 50px;
      margin-left: 0; } }

.inline-form .submit-wrap {
  text-align: center; }

.custom-checkbox.remember-wrap {
  display: block;
  clear: both; }

.form-builder-item .remember-wrap .checkbox label {
  color: inherit; }

.submit-wrap button {
    padding: 20px 70px;
    width: 100%;
    max-width: 200px;
    background-color: #ea3563;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px !important;
    /*left: 50%;
    -ms-transform: translate(-0%, -50%);
   transform: translate(-0%, -50%);*/	
   }

button {
  background-color: var(--primary-accent-color);
  color: inherit; }

input, textarea {
  padding: 19px 40px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  color: #595959;
  margin-bottom: 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #edf2f7;
  width: 100%; }
  input:focus, textarea:focus {
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }
  input.focus-white:focus, textarea.focus-white:focus {
    background-color: #fff;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }
  input.input-dark, textarea.input-dark {
    background-color: #373434;
    color: #a5a5a5;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
  input.input-white, textarea.input-white {
    background-color: #fff; }
  input.input-standard-grey:focus, textarea.input-standard-grey:focus {
    color: var(--primary-accent-color); }

.focus-white .form-builder-item input:focus,
.focus-white .form-builder-item textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }

.input-dark.form-builder-item label {
  color: #fff; }

.input-dark.form-builder-item input,
.input-dark.form-builder-item textarea,
.input-dark.form-builder-item select {
  background-color: #373434;
  color: #a5a5a5;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .input-dark.form-builder-item input:focus,
  .input-dark.form-builder-item textarea:focus,
  .input-dark.form-builder-item select:focus {
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }

.input-standard-grey.form-builder-item input:focus,
.input-standard-grey.form-builder-item textarea:focus {
  -webkit-box-shadow: 17px 0 60px #d3dcdc;
  box-shadow: 17px 0 60px #d3dcdc;
  background-color: #fff; }

.input-white.form-builder-item input,
.input-white.form-builder-item textarea {
  background-color: #fff; }

input.inline-first {
  -webkit-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  width: 100%;
  float: left; }
  @media (max-width: 1024px) {
    input.inline-first {
      -webkit-border-radius: 50px;
      border-radius: 50px;
      margin-bottom: 30px; } }

input.inline-last {
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  margin-left: 2px;
  width: 100%;
  float: left; }
  @media (max-width: 1024px) {
    input.inline-last {
      -webkit-border-radius: 50px;
      border-radius: 50px; } }

.form-builder-item label {
  margin: 0 0 10px 20px;
  display: inline-block;
  float: left;
  position: relative; }

.field-recaptcha label {
  display: none; }

.field-recaptcha {
  min-height: 100px;
  padding-bottom: 30px; }

.crumina-module .fw-flash-type-success {
  font-size: 48px; }

.fw-form-loading {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }

form input + p {
  margin: -25px 0 25px 15px;
  font-size: 14px; }

.servises-title a {
  color: inherit !important; }

[type="checkbox"], [type="radio"] {
  display: block;
  width: auto;
  clear: both;
  margin: 4px 0 10px 20px;
  float: left; }

.contact-form [type="checkbox"], .contact-form [type="radio"] {
  display: block;
  width: auto;
  clear: both;
  margin: 5px 0 10px 20px;
  float: left; }
  .contact-form [type="checkbox"]:focus, .contact-form [type="radio"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.contact-form .input-dark.form-builder-item [type="checkbox"]:focus, .contact-form .input-dark.form-builder-item [type="radio"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.wrap-forms input, .wrap-forms textarea, .wrap-forms select {
  margin-bottom: 0; }

.wrap-forms > .row .form-builder-item {
  margin-bottom: 30px; }

.wrap-forms > .row:last-child .form-builder-item,
.wrap-forms > .row:first-child .form-builder-item {
  margin-bottom: 0; }

.radio {
  overflow: hidden;
  display: block;
  clear: both; }

.radio label {
  cursor: pointer;
  padding-left: 45px;
  position: relative;
  margin-left: 10px; }

.radio label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.radio label .circle {
  border: 1px solid #bee9e8;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.radio label .check {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  background-color: var(--primary-accent-color); }

.radio label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1); }

.radio input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.radio input[type=radio]:checked ~ .check, .radio input[type=radio]:checked ~ .circle {
  opacity: 1; }

.radio input[type=radio]:checked ~ .circle {
  border-color: var(--primary-accent-color); }

.radio input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.45, 0.45, 1);
  -ms-transform: scale3d(0.45, 0.45, 1);
  transform: scale3d(0.45, 0.45, 1);
  background-color: var(--primary-accent-color); }

.radio input[type=radio][disabled] ~ .check, .radio input[type=radio][disabled] ~ .circle {
  opacity: 0.26; }

.radio input[type=radio][disabled] ~ .check {
  background-color: #000000; }

.radio input[type=radio][disabled] ~ .circle {
  border-color: #000000; }

.mp-start-demo label {
  padding-left: 40px;
  display: block; }

.mp-start-demo i {
  font-size: 14px; }

.mp-start-demo input.mp-submit {
  width: auto;
  color: #fff;
  background-color: var(--primary-accent-color);
  padding: 22px 50px;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer; }

.mp-start-demo form input + p {
  margin: 0; }

/*------------- #NAVIGATION --------------*/
.navigation-pages {
  margin: 20px auto;
  width: 100%;
  position: relative;
  max-width: 770px;
  text-align: center; }
  .navigation-pages .page-numbers {
    position: relative;
    background: #fff;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid transparent;
    text-transform: uppercase;
    color: #595959;
    font-size: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 640px) {
      .navigation-pages .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 8px 0 0; } }
    @media (max-width: 460px) {
      .navigation-pages .page-numbers {
        width: 25px;
        height: 25px;
        line-height: 22px;
        font-size: 12px;
        margin: 0 8px 0 0; } }
    .navigation-pages .page-numbers.current {
      background-color: transparent;
      color: var(--primary-accent-color);
      border-color: var(--primary-accent-color); }
    .navigation-pages .page-numbers:hover {
      color: var(--primary-accent-color); }
    .navigation-pages .page-numbers.loading {
      border: 2px solid var(--primary-accent-color); }
      .navigation-pages .page-numbers.loading .load-more-spinner {
        fill: var(--primary-accent-color);
        stroke: var(--primary-accent-color); }
    .navigation-pages .page-numbers.next, .navigation-pages .page-numbers.prev {
      width: auto; }
      .navigation-pages .page-numbers.next.loading, .navigation-pages .page-numbers.prev.loading {
        border: none; }
    .navigation-pages .page-numbers span {
      position: relative; }
    .navigation-pages .page-numbers.bg-border-color {
      background-color: #f7f9f9; }
      .navigation-pages .page-numbers.bg-border-color.current {
        background-color: transparent; }
  .navigation-pages .next {
    float: right; }
    .navigation-pages .next:hover .btn-next {
      margin-right: 0;
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px); }
  .navigation-pages .prev {
    float: left; }
    .navigation-pages .prev:hover .btn-prev {
      margin-left: 0;
      -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
      transform: translateX(-2px); }
  .navigation-pages .btn-next,
  .navigation-pages .btn-prev {
    position: relative;
    top: auto;
    right: initial;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.page-links {
  display: inline-block;
  padding: 15px 20px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .page-links a {
    position: relative;
    background: #f7f9f9;
    display: inline-block;
    margin: 0 8px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #7b7b7b;
    font-size: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

/*------------- #ORDER --------------*/
.woocommerce-checkout-review-order-table .cart_item td {
  padding-left: 100px; }
  @media (max-width: 640px) {
    .woocommerce-checkout-review-order-table .cart_item td {
      padding-left: 20px; } }

.woocommerce-checkout-review-order-table .cart_item.subtotal {
  background-color: #edf2f7; }
  .woocommerce-checkout-review-order-table .cart_item.subtotal .cart-product-title {
    text-transform: uppercase; }
  .woocommerce-checkout-review-order-table .cart_item.subtotal .product-subtotal .total {
    color: #2f2c2c; }
  .woocommerce-checkout-review-order-table .cart_item.subtotal:after {
    display: none; }

.woocommerce-checkout-review-order-table .cart_item.total {
  background-color: var(--primary-accent-color); }
  .woocommerce-checkout-review-order-table .cart_item.total .cart-product-title {
    color: #fff;
    text-transform: uppercase; }
  .woocommerce-checkout-review-order-table .cart_item.total .product-subtotal .total {
    color: #fff; }
  .woocommerce-checkout-review-order-table .cart_item.total:after {
    display: none; }
  .woocommerce-checkout-review-order-table .cart_item.total .product-thumbnail:after {
    content: '';
    display: block;
    border: 30px solid transparent;
    border-top: 20px solid var(--primary-accent-color);
    position: absolute;
    bottom: -50px;
    left: 100px;
    opacity: 1; }

.woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr > th {
  padding: 30px 0 30px 100px; }
  @media (max-width: 768px) {
    .woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr > th {
      padding-left: 20px; } }

.woocommerce-checkout-review-order-table .product-quantity .quantity {
  font-size: 18px;
  color: #2f2c2c; }

.woocommerce-checkout-review-order-table .actions {
  padding: 40px 100px; }

.order .order-title {
  margin-bottom: 60px; }

.order .cheque {
  padding: 85px 100px;
  overflow: hidden; }
  @media (max-width: 460px) {
    .order .cheque {
      padding: 30px; } }
  .order .cheque .cheque-content .cheque-content-title {
    margin-bottom: 15px; }
  .order .cheque .cheque-content .cheque-content-subtitle {
    font-size: 16px;
    margin-bottom: 30px; }
  .order .cheque .logos a {
    margin-right: 8px;
    margin-top: 22px;
    display: inline-block; }
    @media (max-width: 480px) {
      .order .cheque .logos a {
        float: left; } }
    .order .cheque .logos a.pay-pal {
      margin-right: 60px;
      margin-top: 9px; }
  .order .cheque .logos .btn {
    float: right;
    padding: 25px 80px; }
    @media (max-width: 800px) {
      .order .cheque .logos .btn {
        float: left;
        margin-top: 30px; } }
    @media (max-width: 480px) {
      .order .cheque .logos .btn {
        padding: 25px 30px; } }

/*------------- #OVERLAY-MENU --------------*/
body:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(47, 44, 44, 0.85);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: -999; }

body.overlay-enable:before {
  opacity: .8;
  z-index: 500; }

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(47, 44, 44, 0.85);
  opacity: .8;
  z-index: 25; }

.overlay_search {
  z-index: 100;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .overlay_search:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(37, 35, 35, 0.97);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04) translateY(9999px);
    -ms-transform: scale(0.04) translateY(9999px);
    transform: scale(0.04) translateY(9999px);
    overflow: hidden; }
  .overlay_search .form_search-wrap {
    width: 75%;
    opacity: 0;
    margin: auto; }
    @media (max-width: 1024px) {
      .overlay_search .form_search-wrap {
        padding: 0 15px; } }
    @media (max-width: 768px) {
      .overlay_search .form_search-wrap {
        width: 90%; } }
    .overlay_search .form_search-wrap form {
      position: relative;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .overlay_search .form_search-wrap form .overlay_search-input {
        background-color: transparent;
        padding: 0 0 25px;
        border: none;
        border-bottom: 2px solid #707070;
        color: #707070;
        font-size: 24px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0; }
        .overlay_search .form_search-wrap form .overlay_search-input:hover {
          border-bottom: 2px solid #fff;
          color: #595959; }
          .overlay_search .form_search-wrap form .overlay_search-input:hover + .overlay_search-close span {
            background: #595959; }
        .overlay_search .form_search-wrap form .overlay_search-input:focus {
          border-bottom: 2px solid var(--primary-accent-color);
          color: #fff;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .overlay_search .form_search-wrap form .overlay_search-input:focus + .overlay_search-close span {
            background-color: var(--primary-accent-color); }
      .overlay_search .form_search-wrap form .overlay_search-close {
        width: 30px;
        height: 30px;
        position: absolute;
        display: block;
        right: -5px;
        top: 0; }
        .overlay_search .form_search-wrap form .overlay_search-close span {
          display: block;
          height: 2px;
          background: #707070;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          margin: auto;
          width: 100%;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          top: 50%;
          position: absolute; }
          .overlay_search .form_search-wrap form .overlay_search-close span:first-of-type {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg); }
          .overlay_search .form_search-wrap form .overlay_search-close span:last-of-type {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg); }

.open .overlay_search {
  top: 0; }
  .open .overlay_search:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards; }
  .open .overlay_search .form_search-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: opacity 3s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
    -webkit-transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out, opacity 1s ease-out;
    transition: transform .5s ease-out, opacity 1s ease-out;
    transition: transform .5s ease-out, opacity 1s ease-out, -webkit-transform .5s ease-out;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04); }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0; } }

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04); }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0; } }

.right-menu {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 500px;
  height: 100%;
  z-index: 555;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
  background-color: #fff; }
  @media (max-width: 768px) {
    .right-menu {
      text-align: center; } }
  @media (max-width: 570px) {
    .right-menu {
      max-width: 100%; } }
  .right-menu .ps {
    max-height: 100%; }
  @media (max-width: 570px) {
    .right-menu .logo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  @media (max-width: 570px) {
    .right-menu .logo img {
      margin-right: 0;
      margin-bottom: 15px; } }
  @media (max-width: 570px) {
    .right-menu .login-btn-wrap .btn {
      float: none; } }
  @media (max-width: 570px) {
    .right-menu .remember-wrap {
      display: block;
      margin-top: 20px; } }
  .right-menu.opened {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
    .right-menu.opened .right-menu-wrap .user-menu-close {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .right-menu .right-menu-wrap {
    padding: 80px 75px 30px;
    background-color: #fff; }
    @media (max-width: 570px) {
      .right-menu .right-menu-wrap {
        padding: 30px 30px 15px; } }
  .right-menu .user-menu-close {
    position: absolute;
    left: -25px;
    top: 83px;
    width: 50px;
    height: 50px;
    border: 2px solid #2f2c2c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 35;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    background-color: #fff; }
    @media (max-width: 768px) {
      .right-menu .user-menu-close {
        left: auto;
        right: 15px;
        top: 15px; } }
  .right-menu .user-menu-content {
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background-color: var(--secondary-accent-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .right-menu .user-menu-content span {
      display: block;
      height: 3px;
      background: #fff;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: auto;
      width: 50%;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      left: 25%;
      top: 46%;
      position: absolute; }
      .right-menu .user-menu-content span:first-of-type {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
      .right-menu .user-menu-content span:last-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
  .right-menu .text {
    margin-bottom: 0; }
  .right-menu .widget {
    padding: 30px 75px 40px;
    margin-bottom: 0; }
    @media (max-width: 570px) {
      .right-menu .widget {
        padding: 15px 30px; } }
    .right-menu .widget:nth-child(even) {
      background-color: transparent; }
    .right-menu .widget:nth-child(odd) {
      background-color: #edf2f7; }

.ps__thumb-y {
  background-color: var(--primary-accent-color); }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: var(--primary-accent-color); }

/*------------- #PAGINATION-ARROW --------------*/
.pagination-arrow {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pagination-arrow .btn-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit; }
    .pagination-arrow .btn-nav:hover {
      color: var(--primary-accent-color); }
      .pagination-arrow .btn-nav:hover .btn-content-title {
        color: inherit; }
  .pagination-arrow .all-project {
    font-size: 32px; }
  .pagination-arrow .crumina-icon {
    fill: #595959;
    width: 64px;
    height: 64px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .pagination-arrow .btn-next-wrap {
    width: 45%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .pagination-arrow .btn-next-wrap .btn-content {
      text-align: right;
      margin-right: 30px; }
    .pagination-arrow .btn-next-wrap:hover .crumina-icon {
      fill: currentColor;
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px); }
  .pagination-arrow .btn-prev-wrap {
    width: 45%; }
    .pagination-arrow .btn-prev-wrap .btn-content {
      margin-left: 30px; }
    .pagination-arrow .btn-prev-wrap:hover .crumina-icon {
      fill: currentColor;
      -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
      transform: translateX(-2px); }
  .pagination-arrow .btn-content-subtitle {
    font-size: 14px;
    margin-bottom: 0; }
  .pagination-arrow .btn-content-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

@media (max-width: 768px) {
  .pagination-arrow {
    margin: 30px 0; }
  .pagination-arrow .btn-content-subtitle {
    display: none; }
  .pagination-arrow .btn-content-title {
    margin-bottom: 0; }
  .pagination-arrow .btn-next-wrap .btn-content {
    margin-right: 10px; }
  .pagination-arrow .btn-prev-wrap .btn-content {
    margin-left: 10px; } }

/*------------- #POPUP-SEARCH --------------*/
.popup-search {
  width: auto;
  padding: 40px 30px 10px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 38px;
  right: 0;
  left: auto;
  background-color: #fff;
  z-index: 111;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .popup-search.open {
    visibility: visible;
    opacity: 1;
    max-height: 50vh; }
  @media (max-width: 460px) {
    .popup-search {
      padding: 20px; } }
  .popup-search .search {
    background-color: #edf2f7;
    padding: 17px 40px;
    font-size: 16px;
    color: #797676;
    border-color: transparent;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    float: left;
    width: 85%; }
  .popup-search .search-btn {
    display: inline-block;
    background-color: #2f2c2c;
    padding: 20px 5px;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #fff;
    width: 60px;
    height: 64px; }
    .popup-search .search-btn i:hover {
      color: var(--secondary-accent-color); }
  .popup-search .search-inline {
    position: relative;
    margin-bottom: 30px; }
    .popup-search .search-inline input {
      width: 100%;
      margin-bottom: 0; }
      @media (max-width: 460px) {
        .popup-search .search-inline input {
          margin-bottom: 0; } }
    .popup-search .search-inline .search-btn {
      position: absolute;
      right: 0;
      top: 0;
      text-align: center;
      height: 100%; }
      .popup-search .search-inline .search-btn i {
        margin-left: 0; }

.no-results.no-found .page-header {
  margin-bottom: 30px; }

.no-results.no-found .page-content p {
  margin-bottom: 30px; }

/*------------- #POST --------------*/
@media (max-width: 360px) {
  .post {
    margin-bottom: 30px; } }

.post .post__date {
  background-color: #f7f9f9;
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px; }

.post .post__content {
  padding-bottom: 30px;
 /* border-bottom: 1px solid #edf2f7;*/
  clear: both;
  margin-bottom: 30px; }
  .post .post__content .post__title {
    margin-bottom: 15px;
    display: block; }
    .post .post__content .post__title:hover {
      color: var(--primary-accent-color); }
  .post .post__content .post__text {
    margin-bottom: 0;
    font-size: 16px; }
  .post .post__content ul {
    padding-left: 20px; }
    .post .post__content ul li {
      margin-bottom: 5px; }
  .post .post__content .post__content-info .post-additional-info .category {
    font-size: 14px; }
  @media (max-width: 980px) {
    .post .post__content .post__content-info .post-additional-info > span {
      display: block;
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .post .post__content .post__content-info .post-additional-info > span {
      display: inline-block;
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .post .post__content .post__content-info .post-additional-info > span {
      display: block;
      margin-bottom: 10px; } }
  .post .post__content .post__content-info .post-tags {
    padding-top: 30px; }

.post .post__author {
  display: table;
  font-size: 14px; }
  .post .post__author .avatar {
    float: left;
    display: table-cell;
    vertical-align: middle;
    margin-right: 15px; }

.post .post__author-name {
  display: table-cell;
  vertical-align: middle; }
  .post .post__author-name a {
    font-size: 14px;
    color: var(--global-link-color);
    display: inline-block; }
    .post .post__author-name a:hover {
      color: var(--primary-accent-color); }
    @media (max-width: 480px) {
      .post .post__author-name a {
        white-space: nowrap; } }
    .post .post__author-name a .post__author-link:hover {
      color: var(--primary-accent-color); }

.post__content ul li:before {
  color: var(--secondary-accent-color); }

.post-standard {
  padding: 40px 20px 20px;
  background-color: #edf2f7;
  position: relative;
  margin-bottom: 60px; }
  .post-standard blockquote::before {
    color: #dadada; }
  .post-standard .btn {
    margin-bottom: 20px; }
  .post-standard .gallery-caption {
    background-color: #fff; }
    @media (max-width: 460px) {
      .post-standard .gallery-caption {
        font-size: 12px; } }
  .post-standard .more-link {
    padding-top: 20px; }
    .post-standard .more-link .btn {
      margin-bottom: 0; }
  @media (max-width: 480px) {
    .post-standard {
      padding: 30px 15px 15px; } }
  @media (max-width: 480px) {
    .post-standard {
      margin-bottom: 30px; } }
  .post-standard.has-post-thumbnail {
    padding: 20px; }
    @media (max-width: 480px) {
      .post-standard.has-post-thumbnail {
        padding: 50px 15px 15px; } }
  .post-standard:hover .overlay {
    opacity: 1; }
  .post-standard:hover .post-thumb .link-image {
    opacity: 1;
    left: 50%; }
  .post-standard:hover .post-thumb .link-post {
    opacity: 1;
    right: 50%; }
  .post-standard .post-thumb-wrap {
    text-align: center; }
  .post-standard .post-thumb {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
    text-align: center; }
    .post-standard .post-thumb.swiper-slide {
      -webkit-box-shadow: none;
      box-shadow: none; }
    @media (max-width: 480px) {
      .post-standard .post-thumb {
        margin-bottom: 40px; } }
    .post-standard .post-thumb .link-image {
      color: #fff;
      font-size: 36px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(75%, -50%);
      -webkit-transform: translate(75%, -50%);
      -ms-transform: translate(75%, -50%);
      opacity: 0;
      z-index: 50;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease; }
      .post-standard .post-thumb .link-image:hover {
        color: var(--primary-accent-color); }
    .post-standard .post-thumb .link-post {
      color: #fff;
      font-size: 36px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-75%, -50%);
      -webkit-transform: translate(-75%, -50%);
      -ms-transform: translate(-75%, -50%);
      opacity: 0;
      z-index: 50;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease; }
      .post-standard .post-thumb .link-post:hover {
        color: var(--primary-accent-color); }
    .post-standard .post-thumb.custom-bg {
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
      width: 100%;
      margin-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .post-standard .post-thumb iframe {
      display: block;
      max-width: 100%; }
  .post-standard .post__content {
    padding-left: 15px;
    padding-bottom: 0;
    margin-bottom: 0; }
    .post-standard .post__content .post__author {
      margin-right: 40px;
      float: left;
      text-align: center; }
      @media (max-width: 480px) {
        .post-standard .post__content .post__author {
          margin-bottom: 20px;
          text-align: left;
          display: block;
          float: none; } }
      .post-standard .post__content .post__author img {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
        float: none; }
        @media (max-width: 480px) {
          .post-standard .post__content .post__author img {
            float: left;
            margin-right: 20px; } }
      .post-standard .post__content .post__author .post__author-name {
        display: block; }
        .post-standard .post__content .post__author .post__author-name a {
          display: block; }
    .post-standard .post__content .post__content-info {
      overflow: hidden;
      padding: 1px; }
      .post-standard .post__content .post__content-info .btn:hover {
        background-color: var(--primary-accent-color); }
      @media (max-width: 480px) {
        .post-standard .post__content .post__content-info {
          clear: both; } }
    .post-standard .post__content .post__title {
      text-transform: uppercase;
      margin-top: 0;
      font-size: 24px; }
    .post-standard .post__content .post__text {
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .post-standard .post__content .post__text {
          margin-bottom: 20px; } }
    .post-standard .post__content .post-tags {
      padding-top: 30px; }
    @media (max-width: 980px) {
      .post-standard .post__content .post-additional-info > span {
        display: block; } }
    .post-standard .post__content .post-additional-info .category a:hover {
      color: var(--primary-accent-color); }
  .post-standard .overlay {
    opacity: 0; }

.post-standard.sticky:before {
  content: '\e952';
  font-family: "seosight";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f04e4e;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 60px;
  z-index: 5; }
  @media (max-width: 799px) {
    .post-standard.sticky:before {
      top: -35px;
      width: 30px;
      height: 30px;
      line-height: 30px; } }

.post-standard.video .overlay {
  opacity: 1; }

.post-standard.video .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10; }

.post-standard.slider:hover .post-thumb .overlay {
  opacity: 0; }

.post-standard.slider .post-thumb {
  margin-bottom: 0; }

.post-standard.slider .post-standard-thumb-slider {
  margin-bottom: 60px; }

.post-standard.slider .pagination, .post-standard.slider .swiper-pagination {
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); }

.post-standard.quote .post-thumb {
  padding: 100px 120px;
  text-align: left;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .post-standard.quote .post-thumb {
      padding: 30px; } }
  .post-standard.quote .post-thumb .testimonial-content {
    position: relative; }
    .post-standard.quote .post-thumb .testimonial-content .author-info-wrap .author-info .author-name {
      color: var(--primary-accent-color); }
  .post-standard.quote .post-thumb .testimonial-img-author {
    float: left;
    margin-right: 30px; }
  .post-standard.quote .post-thumb .author-name {
    margin: 0; }
  .post-standard.quote .post-thumb .text {
    font-size: 24px;
    color: #fff;
    line-height: 1.4; }
    .post-standard.quote .post-thumb .text p {
      font-size: 24px;
      color: #fff;
      line-height: 1.4; }
      @media (max-width: 570px) {
        .post-standard.quote .post-thumb .text p {
          font-size: 18px; } }
    @media (max-width: 570px) {
      .post-standard.quote .post-thumb .text {
        font-size: 18px; } }
  .post-standard.quote .post-thumb .quote {
    position: absolute;
    right: 0;
    bottom: -30px; }
    @media (max-width: 360px) {
      .post-standard.quote .post-thumb .quote {
        display: none; } }
    .post-standard.quote .post-thumb .quote i {
      font-size: 140px;
      color: #fcd846; }
      @media (max-width: 980px) {
        .post-standard.quote .post-thumb .quote i {
          font-size: 90px; } }

.post-standard.audio .post-thumb {
  height: auto;
  overflow: hidden; }
  @media (max-width: 360px) {
    .post-standard.audio .post-thumb {
      height: auto; } }
  .post-standard.audio .post-thumb .author-photo {
    position: relative;
    float: left;
    z-index: 5; }
    @media (max-width: 360px) {
      .post-standard.audio .post-thumb .author-photo {
        float: none; } }
    .post-standard.audio .post-thumb .author-photo .overlay-audio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(43, 48, 68, 0.8); }
    .post-standard.audio .post-thumb .author-photo .play-audio {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      .post-standard.audio .post-thumb .author-photo .play-audio i {
        font-size: 46px;
        color: #fff; }
  .post-standard.audio .post-thumb .audio-player .composition-time .time-over {
    color: var(--primary-accent-color); }

.post-standard.link .post-thumb {
  padding: 120px 100px;
  text-align: left;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .post-standard.link .post-thumb {
      padding: 80px; } }
  @media (max-width: 570px) {
    .post-standard.link .post-thumb {
      padding: 30px; } }
  .post-standard.link .post-thumb .site-link {
    color: var(--primary-accent-color);
    display: block; }

.post-standard.link .thumb-content-title {
  color: #fff;
  margin-bottom: 30px;
  display: block; }

.post-standard.link .thumb-content {
  position: relative;
  z-index: 50; }
  .post-standard.link .thumb-content .post-link {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0; }
    .post-standard.link .thumb-content .post-link i {
      font-size: 75px;
      color: #fff568; }

.post-standard.post--grid {
  padding: 30px; }
  .post-standard.post--grid .post-thumb {
    margin-bottom: 40px; }
  .post-standard.post--grid .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 15px; }
    .post-standard.post--grid .category a:hover {
      color: var(--primary-accent-color); }
  .post-standard.post--grid .post-additional-info {
    margin-bottom: 10px; }
  .post-standard.post--grid .more-link {
    padding-top: 0;
    margin-left: auto; }
    .post-standard.post--grid .more-link:hover i {
      color: var(--primary-accent-color); }
    .post-standard.post--grid .more-link a {
      display: block;
      height: 22px; }
    .post-standard.post--grid .more-link i {
      font-size: 22px;
      -webkit-transition: all .15s ease;
      -o-transition: all .15s ease;
      transition: all .15s ease; }
  .post-standard.post--grid .post__content .post__author .post__author-name {
    font-size: 12px; }
  .post-standard.post--grid .post .post__author-name a {
    font-size: 12px; }
  .post-standard.post--grid .post__content .post__author {
    margin-right: 0;
    float: none;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .post-standard.post--grid .post__content .post__author img {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px; }
  .post-standard.post--grid .post__content .post__author .post__author-name a {
    display: inline-block; }
  .post-standard.post--grid .post__content .post__title {
    font-size: 20px;
    margin-bottom: 10px; }
  .post-standard.post--grid .post__content .post__content-info .post-additional-info .post__date,
  .post-standard.post--grid .post__content .post__content-info .post-additional-info .comments-link,
  .post-standard.post--grid .post__content .post__content-info .post-additional-info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px; }
  .post-standard.post--grid .post__content .post__content-info .post-additional-info i,
  .post-standard.post--grid .category i {
    font-size: 13px;
    margin-right: 6px; }
  .post-standard.post--grid.post--grid-main .post-thumb {
    margin-bottom: 60px; }
  .post-standard.post--grid.post--grid-main .post__content .post__title {
    font-size: 24px; }
  .post-standard.post--grid.post--grid-main .post__content .post__author .post__author-name {
    font-size: 14px; }
  .post-standard.post--grid.post--grid-main .post .post__author-name a {
    font-size: 14px; }
  .post-standard.post--grid.post--grid-main .post__content .post__author img {
    width: 40px;
    height: 40px; }
  .post-standard.post--grid.post--grid-main .category {
    font-size: 14px; }
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i,
  .post-standard.post--grid.post--grid-main .category i {
    font-size: 20px;
    margin-right: 10px; }
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date,
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link,
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
    font-size: 14px; }
  .post-standard.post--grid.post--grid-main.slider .post-thumb {
    margin-bottom: 0; }
  .post-standard.post--grid.slider .post-thumb {
    margin-bottom: 0; }
  .post-standard.post--grid.quote {
    padding: 40px 30px; }
    .post-standard.post--grid.quote .post-thumb {
      padding: 80px 45px;
      text-align: center;
      margin-bottom: 0; }
      .post-standard.post--grid.quote .post-thumb .quote {
        position: relative;
        right: auto;
        bottom: auto; }
      .post-standard.post--grid.quote .post-thumb .text p {
        font-size: 20px; }
      .post-standard.post--grid.quote .post-thumb .author-name {
        font-size: 14px; }
      .post-standard.post--grid.quote .post-thumb .author-company {
        font-size: 12px; }
      .post-standard.post--grid.quote .post-thumb .testimonial-img-author {
        float: none;
        margin-right: 15px; }
    .post-standard.post--grid.quote .author-info-wrap {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left;
      width: auto; }
  .post-standard.post--grid.link {
    padding: 40px 30px; }
    .post-standard.post--grid.link .post-thumb {
      padding: 80px 45px;
      text-align: center;
      margin-bottom: 0; }
      .post-standard.post--grid.link .post-thumb .thumb-content .post-link {
        position: relative;
        right: auto;
        bottom: auto;
        margin-bottom: 25px; }
    .post-standard.post--grid.link .thumb-content-title {
      font-size: 20px; }
  .post-standard.post--grid.post--grid-masonry {
    padding: 0; }
    .post-standard.post--grid.post--grid-masonry .post__content {
      padding: 40px; }
    .post-standard.post--grid.post--grid-masonry .post-thumb {
      -webkit-box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
      box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
      margin-bottom: 0; }
    .post-standard.post--grid.post--grid-masonry.sticky::before {
      top: -50px;
      left: 40px; }
      @media (max-width: 799px) {
        .post-standard.post--grid.post--grid-masonry.sticky::before {
          top: -30px; } }
    .post-standard.post--grid.post--grid-masonry.slider .post-standard-thumb-slider {
      margin-bottom: 0; }

.post--grid-container .post-standard {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px); }

.post--loadmore-container .animate,
.post--grid-container .animate {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

.post-additional-info {
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .post-additional-info {
      margin-bottom: 15px; } }
  .post-additional-info i {
    font-size: 20px;
    margin-right: 10px;
    color: #595959; }
  .post-additional-info .post__date {
    padding: 0;
    margin-right: 30px;
    margin-bottom: 0;
    background-color: transparent;
    vertical-align: bottom; }
    @media (max-width: 980px) {
      .post-additional-info .post__date {
        display: block;
        margin-bottom: 10px; } }
  .post-additional-info .category {
    margin-right: 30px;
    display: inline-block;
    vertical-align: bottom; }
    @media (max-width: 980px) {
      .post-additional-info .category {
        display: block;
        margin-bottom: 10px; } }
    .post-additional-info .category a {
      display: inline-block; }
  .post-additional-info .post__comments {
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom; }
    @media (max-width: 980px) {
      .post-additional-info .post__comments {
        display: block;
        margin-bottom: 10px; } }
    .post-additional-info .post__comments a:hover {
      color: var(--primary-accent-color); }
  .post-additional-info .post__author-name a {
    display: block; }

/*------------- #Post-standard-details --------------*/
.post-standard-details {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 640px) {
    .post-standard-details {
      margin-bottom: 30px; } }
  .post-standard-details .post-thumb {
    -webkit-box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.02), 0 1px 2.3px rgba(0, 0, 0, 0.028), 0 1.9px 4.4px rgba(0, 0, 0, 0.035), 0 3.4px 7.8px rgba(0, 0, 0, 0.042), 0 6.3px 14.6px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.07);
    margin-bottom: 40px;
    line-height: 0;
    display: inline-block; }
  .post-standard-details .form-inline input {
    background-color: #f7f9f9;
    margin-bottom: 0; }
  .post-standard-details .post__content {
    margin-bottom: 30px; }
    .post-standard-details .post__content .post__text {
      margin-bottom: 30px; }
    .post-standard-details .post__content .post__title {
      text-transform: uppercase;
      margin-bottom: 30px; }
    .post-standard-details .post__content .post-additional-info {
      margin-bottom: 30px; }
      @media (max-width: 980px) {
        .post-standard-details .post__content .post-additional-info > span {
          display: block;
          margin-bottom: 10px; } }
      @media (max-width: 768px) {
        .post-standard-details .post__content .post-additional-info > span {
          display: inline-block;
          margin-bottom: 0; } }
      @media (max-width: 600px) {
        .post-standard-details .post__content .post-additional-info > span {
          display: block;
          margin-bottom: 10px; } }
      .post-standard-details .post__content .post-additional-info i {
        vertical-align: middle;
        font-size: 22px;
        margin-right: 14px; }
      .post-standard-details .post__content .post-additional-info .post__author {
        display: inline-block;
        margin-right: 30px;
        overflow: hidden;
        vertical-align: middle; }
        @media (max-width: 980px) {
          .post-standard-details .post__content .post-additional-info .post__author {
            display: block;
            margin-bottom: 10px; } }
        @media (max-width: 768px) {
          .post-standard-details .post__content .post-additional-info .post__author {
            display: inline-block;
            margin-bottom: 0; } }
        @media (max-width: 600px) {
          .post-standard-details .post__content .post-additional-info .post__author {
            display: block;
            margin-bottom: 10px; } }
        .post-standard-details .post__content .post-additional-info .post__author img {
          margin-right: 10px; }
        .post-standard-details .post__content .post-additional-info .post__author > * {
          display: inline-block;
          vertical-align: middle; }
        .post-standard-details .post__content .post-additional-info .post__author .post__author-link {
          display: inline-block; }
        .post-standard-details .post__content .post-additional-info .post__author .avatar {
          float: none; }
      .post-standard-details .post__content .post-additional-info .post__date {
        vertical-align: middle; }
        @media (max-width: 980px) {
          .post-standard-details .post__content .post-additional-info .post__date {
            margin-bottom: 10px; } }
        @media (max-width: 768px) {
          .post-standard-details .post__content .post-additional-info .post__date {
            margin-bottom: 0; } }
        @media (max-width: 600px) {
          .post-standard-details .post__content .post-additional-info .post__date {
            display: inline-block;
            margin-bottom: 10px; } }
      .post-standard-details .post__content .post-additional-info .category {
        vertical-align: middle; }
        .post-standard-details .post__content .post-additional-info .category a {
          display: inline-block;
          font-size: 14px; }
          .post-standard-details .post__content .post-additional-info .category a:hover {
            color: var(--primary-accent-color); }
      .post-standard-details .post__content .post-additional-info .post__comments {
        font-size: 14px;
        vertical-align: middle; }
        .post-standard-details .post__content .post-additional-info .post__comments:hover {
          color: var(--primary-accent-color); }
        .post-standard-details .post__content .post-additional-info .post__comments a {
          font-size: 14px; }
          .post-standard-details .post__content .post-additional-info .post__comments a:hover {
            color: var(--primary-accent-color); }
            .post-standard-details .post__content .post-additional-info .post__comments a:hover i {
              color: var(--primary-accent-color); }
    .post-standard-details .post__content .crumina-testimonial-item {
      margin: 60px 0; }
      @media (max-width: 768px) {
        .post-standard-details .post__content .crumina-testimonial-item {
          margin: 30px 0; } }
    .post-standard-details .post__content .list {
      margin-bottom: 30px; }
    .post-standard-details .post__content .w-tags {
      margin-bottom: 10px; }
  .post-standard-details .socials .social__item i {
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .post-standard-details .socials .social__item:hover i {
    color: #08acee; }
  .post-standard-details .socials button {
    background: none;
    cursor: pointer;
    margin-left: 0;
    opacity: .7;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }
    .post-standard-details .socials button:hover {
      opacity: 1; }
  .post-standard-details .socials .label {
    position: relative;
    top: 2px; }

.blog-details-author {
  padding: 60px;
  background-color: #edf2f7;
  margin-bottom: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 980px) {
    .blog-details-author {
      padding: 30px; } }
  .blog-details-author .blog-details-author-thumb {
    float: left;
    margin-right: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden; }
    @media (max-width: 480px) {
      .blog-details-author .blog-details-author-thumb {
        margin-bottom: 30px; } }
  .blog-details-author .blog-details-author-content {
    overflow: hidden; }
    @media (max-width: 480px) {
      .blog-details-author .blog-details-author-content {
        clear: both; } }
    .blog-details-author .blog-details-author-content .author-info {
      margin-bottom: 0; }
      .blog-details-author .blog-details-author-content .author-info .author-name {
        display: inline-block;
        margin-right: 30px; }
      .blog-details-author .blog-details-author-content .author-info .author-info {
        display: inline-block;
        font-size: 14px; }
    .blog-details-author .blog-details-author-content .text {
      margin-bottom: 20px; }
  .blog-details-author .socials .social__item img {
    width: 20px;
    height: auto; }

.format-video .post-thumb {
  width: 100%;
  position: relative; }

body.author .blog-details-author {
  margin-bottom: 30px; }

.author .avatar {
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/**
 * 14.2 Galleries
 */
.gallery {
  margin: 0 -5px 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 5px 0; }
  .gallery-item a {
    padding: 0 5px;
    display: inline-block; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }
  @media (max-width: 768px) {
    .gallery-columns-3 .gallery-item {
      max-width: 50%; } }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }
  @media (max-width: 768px) {
    .gallery-columns-4 .gallery-item {
      max-width: 50%; } }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }
  @media (max-width: 768px) {
    .gallery-columns-5 .gallery-item {
      max-width: 50%; } }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }
  @media (max-width: 768px) {
    .gallery-columns-6 .gallery-item {
      max-width: 50%; } }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }
  @media (max-width: 768px) {
    .gallery-columns-7 .gallery-item {
      max-width: 50%; } }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }
  @media (max-width: 768px) {
    .gallery-columns-8 .gallery-item {
      max-width: 50%; } }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }
  @media (max-width: 768px) {
    .gallery-columns-9 .gallery-item {
      max-width: 50%; } }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  display: block;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.5;
  background-color: #ececec;
  margin: 10px 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.post-password-form input[type="submit"] {
  width: auto;
  color: #fff;
  cursor: pointer;
  background-color: var(--primary-accent-color); }
  .post-password-form input[type="submit"]:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
    box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
    color: #fff; }

.post-password-form label input {
  margin-top: 15px; }

.post-standard .post-password-form label input {
  background-color: #fff; }

/* =WordPress Core
-------------------------------------------------------------- */
.align-center,
.aligncenter {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

img.aligncenter {
  display: block;
  margin: 20px auto; }

.alignnone {
  margin: 5px 20px 20px 0; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  border: 2px solid #edf2f7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center; }
  .wp-caption img {
    margin-bottom: 15px; }
  .wp-caption.wp-caption-text {
    font-size: 14px;
    margin-bottom: 0; }

.wp-caption-text {
  font-size: 14px; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.crum_single_image .wp-caption-text {
  margin-top: 30px; }

.search-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px;
  margin-bottom: 0;
  background-color: #edf2f7; }
  @media (max-width: 1024px) {
    .search-panel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 20px; } }
  .search-panel input {
    margin: 0 30px;
    background-color: #fff;
    max-width: 100%; }
    @media (max-width: 1024px) {
      .search-panel input {
        margin: 30px 0;
        width: auto; } }
  .search-panel .title {
    font-size: 20px;
    margin: 0; }

@media (max-width: 560px) {
  .post-standard.post--grid {
    padding: 15px; }
  .post-standard.post--grid .post__content {
    padding: 15px; }
  .post-standard.post--grid .post-thumb,
  .post-standard.post--grid.post--grid-main .post-thumb {
    margin-bottom: 20px; }
  .post-standard.post--grid.post--grid-main .post__content .post__title {
    font-size: 18px; }
  .post-standard.post--grid.post--grid-main .category {
    font-size: 12px; }
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i,
  .post-standard.post--grid.post--grid-main .category i {
    font-size: 12px;
    margin-right: 5px; }
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date,
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link,
  .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
    font-size: 12px; }
  .post.post--grid .post__content .post__content-info .post-additional-info > span {
    margin-bottom: 0; }
  .post.post--grid .post__content .post__text {
    font-size: 14px; }
  .post-standard.post--grid.slider .post-standard-thumb-slider {
    margin-bottom: 20px; }
  .post-standard.post--grid.quote .post-thumb {
    padding: 40px 25px; }
  .post-standard.post--grid.link .post-thumb {
    padding: 40px 25px; }
  .post-standard.post--grid.slider .swiper-pagination {
    bottom: 10px; }
  .post-standard.post--grid.link {
    padding: 20px 15px; } }

@media (max-width: 480px) {
  .post-standard.post--grid .post__content .post__author {
    margin-bottom: 0; } }

/*------------- #PAGINATION --------------*/
.pagination, .swiper-pagination {
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;


   /* margin: auto 5px;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 640px) {
      .pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px; } }
    .pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 15px;
      height: 15px;
      background-color: transparent;
      border: 2px solid var(--primary-accent-color);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 640px) {
        .pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 10px;
          height: 10px;
          border-width: 1px; } }
  .pagination.light .pagination-item, .pagination.light .swiper-pagination-bullet, .swiper-pagination.light .pagination-item, .swiper-pagination.light .swiper-pagination-bullet {
    background-color: #f0f2f2; }
    .pagination.light .pagination-item.active, .pagination.light .pagination-item.swiper-pagination-bullet-active, .pagination.light .swiper-pagination-bullet.active, .pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.light .pagination-item.active, .swiper-pagination.light .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.light .swiper-pagination-bullet.active, .swiper-pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: transparent;
      border: 2px solid var(--primary-accent-color); }
  .pagination.dark .pagination-item, .pagination.dark .swiper-pagination-bullet, .swiper-pagination.dark .pagination-item, .swiper-pagination.dark .swiper-pagination-bullet {
    background-color: #2f2c2c; }
    .pagination.dark .pagination-item.active, .pagination.dark .pagination-item.swiper-pagination-bullet-active, .pagination.dark .swiper-pagination-bullet.active, .pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.dark .pagination-item.active, .swiper-pagination.dark .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.dark .swiper-pagination-bullet.active, .swiper-pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: transparent;
      border: 2px solid #fff; }
  .pagination.grey .pagination-item, .pagination.grey .owl-dot, .pagination.grey .swiper-pagination-bullet, .swiper-pagination.grey .pagination-item, .swiper-pagination.grey .owl-dot, .swiper-pagination.grey .swiper-pagination-bullet {
    background-color: #000000; }
    .pagination.grey .pagination-item.active, .pagination.grey .pagination-item.swiper-pagination-bullet-active, .pagination.grey .owl-dot.active, .pagination.grey .owl-dot.swiper-pagination-bullet-active, .pagination.grey .swiper-pagination-bullet.active, .pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.grey .pagination-item.active, .swiper-pagination.grey .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.grey .owl-dot.active, .swiper-pagination.grey .owl-dot.swiper-pagination-bullet-active, .swiper-pagination.grey .swiper-pagination-bullet.active, .swiper-pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: transparent;
      border: 2px solid var(--primary-accent-color); }
  .pagination.pagination-vertical .pagination-item, .pagination.pagination-vertical .owl-dot, .swiper-pagination.pagination-vertical .pagination-item, .swiper-pagination.pagination-vertical .owl-dot {
    display: block;
    margin: 9px auto;
    background-color: #acd373; }
    .pagination.pagination-vertical .pagination-item.active, .pagination.pagination-vertical .owl-dot.active, .swiper-pagination.pagination-vertical .pagination-item.active, .swiper-pagination.pagination-vertical .owl-dot.active {
      border-color: #fff;
      background-color: transparent; }
  .pagination.top-right, .swiper-pagination.top-right {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .pagination.bottom-left, .swiper-pagination.bottom-left {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: auto; }
    @media (max-width: 1024px) {
      .pagination.bottom-left, .swiper-pagination.bottom-left {
        bottom: 20px; } }
  .pagination.right-bottom, .swiper-pagination.right-bottom {
    right: 100px;
    bottom: -50px;
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }

.swiper-container-horizontal.pagination-bottom .swiper-pagination {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(0%, 0); 
  /*margin-left:50%; margin-right:50%;*/}

.swiper-container-horizontal.pagination-bottom .swiper-pagination.bottom-left {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.pagination-vertical .kc_row_inner.section-padding {
  padding: 0; }

.crumina-grid .owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover,
.crumina-grid .owl-theme .owl-controls .owl-buttons div {
  background-color: var(--primary-accent-color); }

.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #d7d7d7;
  opacity: 1; }

.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page.active span {
  background-color: transparent;
  border: 2px solid var(--primary-accent-color); }

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative; }
  .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:before {
    content: '\e936';
    display: block;
    position: absolute;
    font-family: 'seosight';
    font-size: 10px;
    color: #2f2c2c;
    left: -12px;
    top: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover {
    background-color: var(--primary-accent-color); }
    .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover:before {
      left: -15px;
      color: var(--primary-accent-color); }

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative; }
  .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:after {
    content: '\e936';
    display: block;
    position: absolute;
    font-family: 'seosight';
    font-size: 10px;
    color: #2f2c2c;
    right: -12px;
    top: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover {
    background-color: var(--primary-accent-color); }
    .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover:after {
      right: -15px;
      color: var(--primary-accent-color); }

.pagination-vertical {
  padding-left: 100px; }
  .pagination-vertical .swiper-pagination {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto; }
    .pagination-vertical .swiper-pagination .pagination-item, .pagination-vertical .swiper-pagination .owl-dot, .pagination-vertical .swiper-pagination .swiper-pagination-bullet {
      display: block;
      margin: 9px auto;
      background-color: #fff;
      opacity: .5; }
      .pagination-vertical .swiper-pagination .pagination-item.active, .pagination-vertical .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .owl-dot.active, .pagination-vertical .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-color: #fff;
        background-color: transparent;
        opacity: 1; }
  .pagination-vertical.pagination-vertical-right {
    padding-left: 0;
    margin-left: 0;
    padding-right: 100px;
    margin-right: -100px; }
    .pagination-vertical.pagination-vertical-right .swiper-pagination {
      left: auto;
      right: 10px;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

.light-bg .swiper-pagination .pagination-item, .light-bg .swiper-pagination .owl-dot, .light-bg .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: .5; }
  .light-bg .swiper-pagination .pagination-item.active, .light-bg .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .light-bg .swiper-pagination .owl-dot.active, .light-bg .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .light-bg .swiper-pagination .swiper-pagination-bullet.active, .light-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #000;
    background-color: transparent;
    opacity: 1; }

.pagination-bottom {
  padding-bottom: 60px; }
  .pagination-bottom .swiper-pagination {
    bottom: 0;
    top: auto; }
    .pagination-bottom .swiper-pagination.right-bottom {
      bottom: -50px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

.pagination-bottom-large {
  padding-bottom: 120px; }
  @media (max-width: 570px) {
    .pagination-bottom-large {
      padding-bottom: 40px; } }

.swiper-container.top-pagination {
  padding-top: 125px;
  top: -105px;
  margin-bottom: -105px;
  z-index: auto; }
  @media (max-width: 1024px) {
    .swiper-container.top-pagination {
      padding-top: 0;
      top: 0;
      margin-bottom: 0; } }
  .swiper-container.top-pagination .swiper-pagination {
    top: 0;
    bottom: auto;
    left: auto; }
    @media (max-width: 1024px) {
      .swiper-container.top-pagination .swiper-pagination {
        margin-top: 30px; } }

/*------------- #LOAD MORE BUTTON --------------*/
.load-more {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  max-width: 120px; }
  .load-more .load-more-img-wrap {
    margin-bottom: 20px;
    position: relative;
    display: block;
    background: url("../svg/load-more-arrow.svg") no-repeat center;
    opacity: .15; }
    .load-more .load-more-img-wrap svg {
      position: relative;
      width: 80px;
      height: 80px;
      top: 4px; }
  .load-more .load-more-text {
    color: #d7d7d7;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .load-more.loading .load-more-text {
    opacity: 0; }
  .load-more:hover .load-more-text {
    color: var(--primary-accent-color); }
  .load-more:hover .load-more-img-wrap {
    -webkit-animation: rotate-img 1.5s infinite linear;
    animation: rotate-img 1.5s infinite linear; }
    .load-more:hover .load-more-img-wrap svg {
      -webkit-animation: rotate-img 2s infinite linear;
      animation: rotate-img 2s infinite linear; }
  .load-more.last-page:hover .load-more-img-wrap {
    -webkit-animation: none;
    animation: none; }
    .load-more.last-page:hover .load-more-img-wrap img {
      -webkit-animation: none;
      animation: none; }

@-webkit-keyframes rotate-img {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-img {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------- #styled_selects --------------*/
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 20px 40px 20px 20px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  margin-bottom: 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background-color: #edf2f7; }
  .nice-select:focus {
    background-color: #fff;
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc; }
  .nice-select.focus-white:focus {
    background-color: #fff;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }
  .nice-select:after {
    border-bottom: 2px solid #595959;
    border-right: 2px solid #595959;
    content: '';
    display: block;
    height: 10px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  .nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #edf2f7;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-40px/2);
    -ms-transform: scale(0.75) translateY(-40px/2);
    transform: scale(0.75) translateY(-40px/2);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 40px;
    padding-right: 60px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    font-size: .85em; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #edf2f7; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      cursor: default; }
      .nice-select .option.disabled:hover {
        color: #595959; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

select {
  padding: 20px 40px 20px 20px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  margin-bottom: 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  background-color: #f7f9f9;
  color: #7b7b7b;
  cursor: pointer; }
  select:focus {
    background-color: #fff;
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc; }

/*------------- #SHOP-STYLES --------------*/
/*------------- #CART --------------*/
body.woocommerce-cart .entry-header {
  text-align: center;
  margin-bottom: 60px; }

.woocommerce .cart-main table .cart_item td {
  padding: 40px 0;
  overflow: hidden;
  border: none; }
  @media (max-width: 768px) {
    .woocommerce .cart-main table .cart_item td {
      padding: 20px; } }

.cart-main .cart_item .product-quantity .quantity .quantity-minus,
.cart-main .cart_item .product-quantity .quantity .quantity-plus {
  line-height: 60px;
  font-size: 30px; }

.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .quantity-minus,
.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .quantity-plus {
  display: none; }

.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .qty {
  float: none;
  margin: 0 10px; }

.content-main-sidebar .cart-main .actions .coupon {
  margin-bottom: 30px; }

.content-main-sidebar .cart-main .actions input.btn {
  float: left; }

.content-main-sidebar .woocommerce .checkout.woocommerce-checkout #customer_details .col-1,
.content-main-sidebar .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
  width: 100%; }

@media (max-width: 1024px) {
  .content-main-sidebar .products ul li,
  .content-main-sidebar ul.products li {
    width: 50%; } }

@media (max-width: 1024px) {
  .content-main-sidebar .woocommerce table.cart.shop_table img {
    margin-right: 0; } }

@media (max-width: 1024px) {
  .content-main-sidebar .cart-main .actions .coupon input {
    padding: 22px 20px;
    margin-bottom: 30px; } }

@media (max-width: 980px) {
  .content-main-sidebar .cart-main .actions .coupon input {
    -webkit-border-radius: 50px;
    border-radius: 50px; } }

@media (max-width: 768px) {
  .content-main-sidebar .cart-main .actions .coupon input {
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px; } }

@media (max-width: 460px) {
  .content-main-sidebar .cart-main .actions .coupon input {
    -webkit-border-radius: 50px;
    border-radius: 50px; } }

@media (max-width: 768px) {
  .content-main-sidebar .cart-main .actions .coupon .btn-medium.btn--breez {
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0; } }

@media (max-width: 460px) {
  .content-main-sidebar .cart-main .actions .coupon .btn-medium.btn--breez {
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px; } }

@media (max-width: 1024px) {
  .content-main-sidebar .cart-main .actions .coupon {
    margin-bottom: 0; } }

@media (max-width: 1024px) {
  .content-main-sidebar .cart_item .product-remove .product-del {
    padding: 0 20px; } }

.content-main-sidebar .woocommerce .cart-product-wrap-title-main tr > th {
  font-size: 13px; }
  @media (max-width: 980px) {
    .content-main-sidebar .woocommerce .cart-product-wrap-title-main tr > th {
      padding-left: 30px; } }

@media (max-width: 980px) {
  .content-main-sidebar .woocommerce .cart-main table.shop_table .actions {
    padding: 30px; } }

@media (max-width: 980px) {
  .content-main-sidebar .woocommerce .checkout_coupon.coupon input {
    margin-bottom: 30px; } }

@media (max-width: 980px) {
  .content-main-sidebar #billing_first_name_field,
  .content-main-sidebar #billing_last_name_field,
  .content-main-sidebar #billing_email_field,
  .content-main-sidebar #billing_phone_field,
  .content-main-sidebar #billing_state_field,
  .content-main-sidebar #billing_postcode_field {
    width: 100%; } }

.content-main-sidebar .woocommerce-checkout #payment {
  padding: 30px; }

@media (max-width: 980px) {
  .content-main-sidebar .woocommerce table .cart_item td {
    padding-left: 30px; } }

@media (max-width: 980px) {
  .content-main-sidebar .woocommerce table.shop_table tfoot th {
    padding-left: 30px; } }

@media (max-width: 1024px) {
  .content-main-sidebar .product-details .product-details-info {
    width: 100%;
    margin-left: 0; } }

@media (max-width: 1024px) {
  .content-main-sidebar .row.product-details > div {
    width: 100%;
    margin-bottom: 40px; } }

@media (max-width: 360px) {
  .content-main-sidebar .woocommerce table.shop_table tfoot td {
    padding-left: 0; } }

.product-details-info .nice-select {
  margin-bottom: 0; }

.product-details-info form.cart .variations label {
  line-height: 72px;
  vertical-align: middle; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.5; }

.woocommerce .cart-main table.shop_table .actions {
  padding: 40px 70px; }
  @media (max-width: 980px) {
    .woocommerce .cart-main table.shop_table .actions {
      padding: 30px; } }

.woocommerce ul.products li.product a.btn-small {
  width: 100%;
  max-width: 100%; }

.cart-main .actions input.btn {
  width: auto; }

.woocommerce table.shop_table.cart {
  margin: 0; }

.woocommerce ul.products li .product-item-inner-wrap,
.woocommerce ul.products li.product .price {
  margin-bottom: 1.5em; }

.woocommerce .cart-total table.shop_table {
  border: none; }

.woocommerce .cart-total table.shop_table .order-total th,
.woocommerce .cart-total table.shop_table .order-total td {
  border: none; }

.cart tbody .cart_item {
  position: relative; }
  .cart tbody .cart_item:after {
    content: '';
    display: block;
    width: 95%;
    height: 2px;
    background-color: #edf2f7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }

.cart-main {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 15px 0 65px rgba(0, 0, 0, 0.3);
  box-shadow: 15px 0 65px rgba(0, 0, 0, 0.3);
  margin-bottom: 80px; }
  .cart-main tbody {
    background-color: #fff; }
    .cart-main tbody .cart_item {
      position: relative; }
      .cart-main tbody .cart_item:after {
        content: '';
        display: block;
        width: 95%;
        height: 2px;
        background-color: #edf2f7;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0); }
  .cart-main .actions {
    padding: 40px 70px;
    background-color: #f1f3f3;
    overflow: hidden; }
    @media (max-width: 570px) {
      .cart-main .actions {
        padding: 30px; } }
    .cart-main .actions .coupon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 980px) {
        .cart-main .actions .coupon {
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .cart-main .actions .coupon {
          margin-bottom: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .cart-main .actions .coupon input {
        width: auto;
        -webkit-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
        background-color: #fff;
        padding: 22px 40px;
        float: left;
        margin-bottom: 0; }
        @media (max-width: 480px) {
          .cart-main .actions .coupon input {
            -webkit-border-radius: 50px;
            border-radius: 50px;
            margin-bottom: 30px; } }
      .cart-main .actions .coupon .btn-medium {
        -webkit-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
        float: left; }
        @media (max-width: 480px) {
          .cart-main .actions .coupon .btn-medium {
            -webkit-border-radius: 50px;
            border-radius: 50px;
            margin-bottom: 30px; } }
        .cart-main .actions .coupon .btn-medium.btn--breez {
          background-color: var(--primary-accent-color); }
    .cart-main .actions .btn {
      float: right; }
      @media (max-width: 980px) {
        .cart-main .actions .btn {
          float: left; } }

.cart_item td {
  padding: 40px 0; }

.cart_item .product-remove .product-del {
  position: relative;
  font-size: 24px;
  cursor: pointer;
  padding: 0 55px;
  color: #ed1c24;
  display: block; }
  @media (max-width: 768px) {
    .cart_item .product-remove .product-del {
      padding: 0 15px; } }
  @media (max-width: 460px) {
    .cart_item .product-remove .product-del {
      padding: 0 7px;
      font-size: 14px; } }
  .cart_item .product-remove .product-del:hover {
    color: #ed1c24 !important;
    background: none; }

.cart_item .product-thumbnail img {
  float: left;
  margin-right: 40px;
  width: auto; }
  @media (max-width: 460px) {
    .cart_item .product-thumbnail img {
      margin-right: 0; } }

.cart_item .cart-product-content {
  text-align: left; }
  .cart_item .cart-product-content .cart-author {
    margin-bottom: 5px; }

.cart_item .product-quantity .quantity {
  overflow: hidden; }
  @media (max-width: 768px) {
    .cart_item .product-quantity .quantity {
      float: right; } }
  .cart_item .product-quantity .quantity .quantity-minus {
    display: block;
    float: left;
    padding: 0 20px;
    background-color: #f1f3f3;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    font-size: 40px;
    border-right: 2px solid #e3e9e9;
    color: #cfcfcf;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 980px) {
      .cart_item .product-quantity .quantity .quantity-minus {
        font-size: 20px;
        padding: 0 15px; } }
    @media (max-width: 480px) {
      .cart_item .product-quantity .quantity .quantity-minus {
        font-size: 14px; } }
    .cart_item .product-quantity .quantity .quantity-minus:hover {
      color: #fff;
      background-color: var(--primary-accent-color);
      border-color: var(--primary-accent-color); }
  .cart_item .product-quantity .quantity input {
    max-width: 70px;
    float: left;
    background-color: #edf2f7;
    padding: 0;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    line-height: 60px;
    width: auto; }
    @media (max-width: 980px) {
      .cart_item .product-quantity .quantity input {
        font-size: 18px;
        padding: 0 10px;
        max-width: 40px; } }
    @media (max-width: 768px) {
      .cart_item .product-quantity .quantity input {
        line-height: 30px; } }
    @media (max-width: 480px) {
      .cart_item .product-quantity .quantity input {
        font-size: 14px;
        padding: 0 5px;
        max-width: 30px; } }
  .cart_item .product-quantity .quantity .quantity-plus {
    display: block;
    float: left;
    padding: 0 20px;
    background-color: #f1f3f3;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 40px;
    border-left: 2px solid #e3e9e9;
    color: #cfcfcf;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 980px) {
      .cart_item .product-quantity .quantity .quantity-plus {
        font-size: 20px;
        padding: 0 10px; } }
    @media (max-width: 480px) {
      .cart_item .product-quantity .quantity .quantity-plus {
        font-size: 14px;
        padding: 0 5px; } }
    .cart_item .product-quantity .quantity .quantity-plus:hover {
      color: #fff;
      background-color: var(--primary-accent-color);
      border-color: var(--primary-accent-color); }

.cart_item .product-subtotal {
  padding-right: 45px; }
  @media (max-width: 570px) {
    .cart_item .product-subtotal {
      padding-right: 10px; } }
  .cart_item .product-subtotal .total {
    color: #f26522; }

@media (max-width: 768px) {
  .cart-main .cart_item .product-quantity .quantity .quantity-minus,
  .cart-main .cart_item .product-quantity .quantity .quantity-plus {
    line-height: 30px; } }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  position: relative;
  text-align: center; }
  .woocommerce ul.products li.product mark, .woocommerce-page ul.products li.product mark {
    background-color: rgba(76, 194, 192, 0.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 3px; }

.woocommerce .button,
.woocommerce button {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--primary-accent-color);
  font-size: 16px; }

.woocommerce.columns-4 ul.products li.product-category {
  width: 25%; }

.woocommerce.columns-3 ul.products li.product-category {
  width: 33%; }

.woocommerce.columns-2 ul.products li.product-category {
  width: 50%; }

.woocommerce ul.products li.product-category {
  padding: 0 15px;
  margin-bottom: 20px;
  margin-right: 0; }

.woocommerce .cart-product-wrap-title-main tr > th {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #2f2c2c;
  padding: 30px 0;
  text-align: left;
  border: none; }
  @media (max-width: 460px) {
    .woocommerce .cart-product-wrap-title-main tr > th {
      font-size: 12px; } }

.cart-total {
  text-align: center; }
  .cart-total .cart-total-title {
    font-size: 40px;
    margin-bottom: 30px; }
  .cart-total .cart-total-subtotal {
    margin-bottom: 5px; }
  .cart-total .cart-total-total {
    margin-bottom: 40px; }
    .cart-total .cart-total-total .price {
      color: #f26522; }
  .cart-total .btn-medium {
    width: 100%; }

.cart-title {
  text-align: center;
  margin-bottom: 60px; }

.cart-total.cart_totals {
  width: 50%;
  float: none;
  clear: both;
  overflow: hidden;
  padding: 40px 0;
  margin: 0 auto; }

.cart-collaterals {
  overflow: hidden; }

.woocommerce .cart-total table.shop_table .order-total td,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  text-align: right;
  font-size: 24px;
  width: auto;
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (max-width: 640px) {
    .woocommerce .cart-total table.shop_table .order-total td,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
      font-size: 18px; } }

.woocommerce .checkout_coupon.coupon input {
  margin-bottom: 0;
  background-color: #fff;
  margin-right: 30px;
  width: auto; }
  @media (max-width: 460px) {
    .woocommerce .checkout_coupon.coupon input {
      margin-bottom: 30px; } }
  @media (max-width: 360px) {
    .woocommerce .checkout_coupon.coupon input {
      width: 100%; } }
  .woocommerce .checkout_coupon.coupon input.btn--breez {
    margin-right: 0;
    background-color: var(--primary-accent-color); }
    @media (max-width: 800px) {
      .woocommerce .checkout_coupon.coupon input.btn--breez {
        margin-bottom: 0; } }

.woocommerce .contact-form form.login.shop-user-form-return input {
  background-color: #fff;
  width: 100%; }
  .woocommerce .contact-form form.login.shop-user-form-return input.btn--dark {
    background-color: #2f2c2c; }
  .woocommerce .contact-form form.login.shop-user-form-return input.btn {
    width: auto;
    margin-bottom: 0; }

.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce .cart-total table.shop_table .order-total th {
  font-weight: 400;
  font-size: 24px;
  width: auto;
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.cross-sells .crumina-heading {
  margin-bottom: 40px; }

.woocommerce .cart-total table.shop_table .order-total td {
  color: #f26522; }

.woocommerce .showcoupon,
.woocommerce .showlogin {
  margin-left: 30px; }
  @media (max-width: 1024px) {
    .woocommerce .showcoupon,
    .woocommerce .showlogin {
      display: block;
      margin-left: 0; } }

.woocommerce .item-title {
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #f7f9f9;
  font-size: 22px; }

.woocommerce .checkout_coupon.coupon,
.woocommerce .contact-form form.login.shop-user-form-return {
  border: none;
  -webkit-box-shadow: 15px 0 65px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 0 65px rgba(0, 0, 0, 0.2);
  padding: 30px; }

.woocommerce .checkout.woocommerce-checkout #customer_details {
  overflow: hidden;
  margin: 0 -15px; }
  .woocommerce .checkout.woocommerce-checkout #customer_details .col-1, .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    float: left;
    padding: 15px; }
    @media (max-width: 1024px) {
      .woocommerce .checkout.woocommerce-checkout #customer_details .col-1, .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
        width: 100%; } }

.woocommerce .woocommerce-shipping-fields h3,
.woocommerce .woocommerce-billing-fields h3 {
  margin-bottom: 40px; }

.woocommerce .woocommerce-shipping-fields p,
.woocommerce .woocommerce-billing-fields p {
  margin-bottom: 30px; }

.woocommerce .woocommerce-shipping-fields textarea:focus,
.woocommerce .woocommerce-billing-fields textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: 17px 0 60px #d3dcdc;
  box-shadow: 17px 0 60px #d3dcdc;
  color: var(--primary-accent-color); }

.nice-select.country_to_state.country_select {
  display: none; }

#billing_first_name_field,
#billing_last_name_field,
#billing_email_field,
#billing_phone_field,
#billing_state_field,
#billing_postcode_field {
  width: 50%;
  float: left; }
  @media (max-width: 768px) {
    #billing_first_name_field,
    #billing_last_name_field,
    #billing_email_field,
    #billing_phone_field,
    #billing_state_field,
    #billing_postcode_field {
      width: 100%;
      padding: 0;
      float: none; } }
  #billing_first_name_field.form-row-first,
  #billing_last_name_field.form-row-first,
  #billing_email_field.form-row-first,
  #billing_phone_field.form-row-first,
  #billing_state_field.form-row-first,
  #billing_postcode_field.form-row-first {
    padding-right: 15px; }
    @media (max-width: 1024px) {
      #billing_first_name_field.form-row-first,
      #billing_last_name_field.form-row-first,
      #billing_email_field.form-row-first,
      #billing_phone_field.form-row-first,
      #billing_state_field.form-row-first,
      #billing_postcode_field.form-row-first {
        padding-right: 0; } }
  #billing_first_name_field.form-row-last,
  #billing_last_name_field.form-row-last,
  #billing_email_field.form-row-last,
  #billing_phone_field.form-row-last,
  #billing_state_field.form-row-last,
  #billing_postcode_field.form-row-last {
    padding-left: 15px; }
    @media (max-width: 768px) {
      #billing_first_name_field.form-row-last,
      #billing_last_name_field.form-row-last,
      #billing_email_field.form-row-last,
      #billing_phone_field.form-row-last,
      #billing_state_field.form-row-last,
      #billing_postcode_field.form-row-last {
        padding-right: 0;
        padding-left: 0; } }

.select2-results__option {
  padding: 6px 20px; }

.select2.select2-container {
  padding: 20px 40px 20px 20px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  background-color: #f7f9f9;
  color: #ccc; }

.select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 20px; }

.select2-container--default .select2-search--sub-menu .select2-search__field {
  margin-bottom: 0; }

.select2-container.country_to_state.country_select .select2-choice,
.select2-container.state_select .select2-choice {
  padding: 13px 40px;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #f7f9f9; }

.select2-container .select2-choice .select2-arrow {
  right: 20px; }

.select2-drop-active {
  border: none; }

.woocommerce table .cart_item td,
.woocommerce table .cart_item th {
  padding: 40px 0 40px 100px;
  margin: 0;
  font-size: 19px;
  font-weight: 400 !important;
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border: none; }
  @media (max-width: 800px) {
    .woocommerce table .cart_item td,
    .woocommerce table .cart_item th {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 18px; } }
  @media (max-width: 570px) {
    .woocommerce table .cart_item td,
    .woocommerce table .cart_item th {
      font-size: 14px;
      padding-left: 5px;
      padding-right: 5px; } }

.woocommerce table .cart_item td.product-total .woocommerce-Price-amount.amount {
  color: #f26522; }

.woocommerce-checkout .woocommerce-checkout-review-order {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 15px 0 65px rgba(0, 0, 0, 0.3);
  box-shadow: 15px 0 65px rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
  margin-top: 40px; }
  .woocommerce-checkout .woocommerce-checkout-review-order #payment .form-row.place-order {
    margin: 0;
    overflow: hidden;
    padding: 30px 0 0; }
  .woocommerce-checkout .woocommerce-checkout-review-order strong {
    font-weight: normal; }

.woocommerce-checkout #payment {
  padding: 40px 100px; }
  @media (max-width: 768px) {
    .woocommerce-checkout #payment {
      padding: 20px; } }
  .woocommerce-checkout #payment .btn {
    float: right;
    padding: 20px 80px; }
    @media (max-width: 768px) {
      .woocommerce-checkout #payment .btn {
        padding: 20px 40px; } }

.woocommerce-checkout-review-order-table .cart_item.total th, .woocommerce-checkout-review-order-table .cart_item.total td {
  color: #fff; }

.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  list-style: none; }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px 1em; }

.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  display: inline-block;
  float: none; }
  .woocommerce-checkout #payment ul.payment_methods li input:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.woocommerce-checkout #payment div.payment_box p {
  font-size: 14px; }

.woocommerce table.cart.shop_table img {
  width: auto;
  max-width: 140px;
  margin-right: 0; }

@media (max-width: 768px) {
  .woocommerce-page table.cart .product-thumbnail {
    display: block; } }

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  font-size: 0.67em; }
  @media (max-width: 360px) {
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
      float: none;
      display: inline-block; } }

.cart-total strong {
  font-weight: normal; }

@media (max-width: 570px) {
  .woocommerce ul.products li.product {
    width: 100%; } }

@media (max-width: 768px) {
  .woocommerce .cart-collaterals .cart-total.cart_totals.calculated_shipping {
    text-align: center; } }

@media (max-width: 480px) {
  .woocommerce .cart-main .shop_table .coupon input.email {
    width: 100%; } }

@media (max-width: 480px) {
  .woocommerce .cart-main .shop_table .coupon input.btn {
    width: auto; } }

.woocommerce .wc-bacs-bank-details-heading,
.woocommerce .woocommerce-thankyou-order-received {
  margin-bottom: 30px; }

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  font-weight: normal; }

@media (max-width: 980px) {
  .woocommerce .woocommerce-thankyou-order-details li {
    float: none;
    margin-bottom: 30px; } }

/*------------- #Woocommerce --------------*/
.woocommerce .product.first {
  clear: both; }

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0 -15px; }

.woocommerce #content .price {
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--secondary-accent-color); }
  .woocommerce #content .price ins {
    font-weight: 400;
    text-decoration: none; }
  .woocommerce #content .price del {
    font-size: 0.82em;
    color: #595959;
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
    opacity: 1; }
  .woocommerce #content .price.free {
    color: #8dc63f; }

.woocommerce #content .product-details-info .price {
  font-size: 24px; }
  .woocommerce #content .product-details-info .price del {
    opacity: .6; }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  display: inline-block;
  font-size: 16px; }
  @media (max-width: 640px) {
    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
      display: block; } }

.woocommerce-grid-control {
  text-align: center;
  margin-bottom: 60px; }
  .woocommerce-grid-control .woocommerce-result-count {
    margin-right: 60px;
    font-size: 16px; }
    @media (max-width: 640px) {
      .woocommerce-grid-control .woocommerce-result-count {
        margin-right: 0; } }
  .woocommerce-grid-control .woocommerce-ordering {
    min-width: 350px; }
    @media (max-width: 480px) {
      .woocommerce-grid-control .woocommerce-ordering {
        min-width: unset; } }

.woocommerce ul.products li.product a .attachment-shop_catalog {
  margin-bottom: 40px; }

ul.products .product-item .onsale {
  background-color: var(--secondary-accent-color); }

.woocommerce.single #primary .onsale {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 45px !important;
  left: 35px !important;
  right: auto !important;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--secondary-accent-color); }

.woocommerce span.onsale {
  line-height: 1;
  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; }

.woocommerce .product-item {
  text-align: center;
  background-color: #edf2f7;
  padding: 60px 40px;
  position: relative; }
  @media (max-width: 1024px) {
    .woocommerce .product-item {
      padding: 30px; } }
  @media (max-width: 768px) {
    .woocommerce .product-item {
      margin: 0 15px 30px; } }
  .woocommerce .product-item .product-item-info .product-category {
    font-size: 14px;
    margin-bottom: 20px; }
    .woocommerce .product-item .product-item-info .product-category a {
      color: inherit; }
  .woocommerce .product-item .product-item-info .product-title {
    margin-bottom: 20px; }
    .woocommerce .product-item .product-item-info .product-title a:hover {
      color: var(--primary-accent-color); }
  .woocommerce .product-item a.added_to_cart {
    padding: 12px 35px;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    white-space: normal;
    background-color: var(--primary-accent-color); }
    .woocommerce .product-item a.added_to_cart:after {
      font-family: 'seosight' !important;
      margin-left: 10px;
      font-size: 12px;
      display: inline;
      content: "\e908"; }
  .woocommerce .product-item .add_to_cart_button.added {
    display: none; }

.woocommerce div.product .stock {
  text-indent: 50px; }

.woocommerce-Reviews-title {
  margin-bottom: 40px; }

.woocommerce .comments__body .star-rating {
  float: none;
  margin-bottom: 10px; }

.woocommerce .star-rating span {
  color: #fcd846; }

.woocommerce-form.woocommerce-form-login.login .woocommerce-Button {
  display: block; }

/*------------- #SHOP-USER-FORM --------------*/
.shop-user-form .item-title {
  font-size: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative; }
  @media (max-width: 640px) {
    .shop-user-form .item-title {
      font-size: 20px; } }
  .shop-user-form .item-title:after {
    content: '';
    display: block;
    border: 30px solid transparent;
    border-bottom: 20px solid #edf2f7;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0; }
  .shop-user-form .item-title.active {
    color: var(--primary-accent-color); }
    .shop-user-form .item-title.active:after {
      opacity: 1; }

.shop-user-form input {
  background-color: #fff;
  margin-bottom: 30px; }

.shop-user-form .helped {
  padding: 20px 0;
  display: block;
  color: var(--primary-accent-color); }

.shop-user-form .login-btn-wrap {
  overflow: hidden;
  padding-bottom: 20px;
  display: table; }
  .shop-user-form .login-btn-wrap .btn {
    float: left;
    margin-right: 20px; }
    @media (max-width: 360px) {
      .shop-user-form .login-btn-wrap .btn {
        margin-bottom: 30px; } }
  .shop-user-form .login-btn-wrap .remember-wrap {
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 320px) {
      .shop-user-form .login-btn-wrap .remember-wrap {
        display: block; } }
    .shop-user-form .login-btn-wrap .remember-wrap .checkbox {
      position: relative; }
      .shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox] {
        display: none; }
      .shop-user-form .login-btn-wrap .remember-wrap .checkbox label {
        padding-left: 30px;
        color: #2f2c2c; }
      .shop-user-form .login-btn-wrap .remember-wrap .checkbox label:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 8px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        background-color: var(--primary-accent-color); }
      .shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox]:checked + label:before {
        content: "\2714";
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 14px; }

.shop-user-form .shop-user-form-return p {
  margin-bottom: 30px; }

.billing-details .billing-details-title {
  margin-bottom: 60px; }

/*------------- #PRODUCT-DETAILS --------------*/
@media (max-width: 570px) {
  .product-details {
    overflow: hidden; } }

.product-details .product-details-thumb {
  padding: 80px 100px 130px;
  position: relative;
  background-color: #edf2f7;
  -webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 980px) {
    .product-details .product-details-thumb {
      padding: 30px; } }
  .product-details .product-details-thumb .product-details-img-wrap {
    position: relative;
    max-width: 271px;
    margin: 0 auto; }
    .product-details .product-details-thumb .product-details-img-wrap .sale {
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      position: absolute;
      top: -25px;
      left: -43px;
      background-color: #f15b26;
      font-size: 18px;
      color: #fff;
      -webkit-border-radius: 100%;
      border-radius: 100%; }

.product-details .swiper-container {
  padding-bottom: 80px;
  margin-bottom: -80px;
  overflow: visible; }
  .product-details .swiper-container .swiper-slide {
    opacity: 0 !important; }
    .product-details .swiper-container .swiper-slide.swiper-slide-active {
      opacity: 1 !important; }
      @media (max-width: 570px) {
        .product-details .swiper-container .swiper-slide.swiper-slide-active {
          position: absolute;
          left: 50%;
          -webkit-transform: translate(-50%, 0) !important;
          -ms-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
          display: block; } }

.product-details .product-details-info {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #edf2f7;
  position: relative;
  z-index: 10; }
  @media (max-width: 570px) {
    .product-details .product-details-info {
      padding-top: 40px; } }
  .product-details .product-details-info .woocommerce-review-link {
    color: var(--primary-accent-color); }
  .product-details .product-details-info .product-details-info-price {
    color: #f26522;
    font-size: 24px;
    margin-bottom: 15px; }
    .product-details .product-details-info .product-details-info-price .del {
      color: #cccccc;
      font-size: 18px;
      margin-right: 15px;
      text-decoration: line-through; }
  .product-details .product-details-info .product-details-info-title {
    margin-bottom: 20px; }
  .product-details .product-details-info .product-details-info-ratings {
    margin-bottom: 35px; }
    .product-details .product-details-info .product-details-info-ratings .ratings {
      display: inline-block;
      margin-right: 20px;
      color: #cccccc; }
      .product-details .product-details-info .product-details-info-ratings .ratings .fa-star {
        color: #fcd846; }
    .product-details .product-details-info .product-details-info-ratings .reviews {
      display: inline-block;
      font-size: 16px;
      color: var(--primary-accent-color); }
  .product-details .product-details-info .product-details-info-text {
    margin-bottom: 40px; }
  .product-details .product-details-info .quantity {
    margin-right: 30px !important;
    float: left; }
    @media (max-width: 980px) {
      .product-details .product-details-info .quantity {
        margin-bottom: 30px; } }
    .product-details .product-details-info .quantity .quantity-minus {
      display: block;
      float: left;
      padding: 0 20px;
      background-color: #f1f3f3;
      -webkit-border-radius: 50px 0 0 50px;
      border-radius: 50px 0 0 50px;
      font-size: 40px;
      border-right: 2px solid #e3e9e9;
      color: #cfcfcf;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: 65px;
      line-height: 65px; }
      .product-details .product-details-info .quantity .quantity-minus:hover {
        color: #fff;
        background-color: #2f2c2c;
        border-right-color: #2f2c2c; }
    .product-details .product-details-info .quantity input {
      max-width: 70px;
      float: left;
      background-color: #f7f9f9;
      padding: 18px 20px;
      font-size: 16px;
      text-align: center;
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 65px;
      width: auto; }
    .product-details .product-details-info .quantity .quantity-plus {
      display: block;
      float: left;
      padding: 0 20px;
      background-color: #f1f3f3;
      -webkit-border-radius: 0 50px 50px 0;
      border-radius: 0 50px 50px 0;
      font-size: 40px;
      border-left: 2px solid #e3e9e9;
      color: #cfcfcf;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: 65px;
      line-height: 65px; }
      .product-details .product-details-info .quantity .quantity-plus:hover {
        color: #fff;
        background-color: #2f2c2c;
        border-right-color: #2f2c2c; }
  .product-details .product-details-info .btn i {
    font-size: 18px; }

.product-details .product-details-add-info .author {
  font-size: 16px;
  color: #2f2c2c;
  margin-bottom: 15px; }
  .product-details .product-details-add-info .author .author-name {
    color: var(--primary-accent-color); }

.product-details .product-details-add-info .tags {
  font-size: 16px;
  color: #2f2c2c;
  margin-bottom: 15px; }
  .product-details .product-details-add-info .tags .tags-item {
    color: #595959; }
    .product-details .product-details-add-info .tags .tags-item:hover {
      color: var(--primary-accent-color); }

.product-details .product-details-add-info .socials {
  font-size: 16px;
  color: #2f2c2c;
  margin-bottom: 15px; }
  .product-details .product-details-add-info .socials .social__item i {
    font-size: 20px;
    color: #d7d7d7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .product-details .product-details-add-info .socials .social__item:hover i {
    color: #08acee; }

.product-details .pagination, .product-details .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); }
  @media (max-width: 980px) {
    .product-details .pagination, .product-details .swiper-pagination {
      bottom: 10px; } }
  .product-details .pagination .swiper-pagination-bullet, .product-details .swiper-pagination .swiper-pagination-bullet {
    background-color: #d7d7d7; }
    .product-details .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-details .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: transparent;
      border: 2px solid var(--primary-accent-color); }

.product-description {
  background-color: #edf2f7;
  position: relative;
  padding-bottom: 80px; }
  .product-description ul li:before {
    color: var(--secondary-accent-color); }
  .product-description:before {
    content: '';
    display: block;
    width: 100%;
    height: 77px;
    background-color: #fff;
    position: relative; }
  .product-description .tab-content > .tab-pane {
    display: none; }
    .product-description .tab-content > .tab-pane.active {
      display: block; }
  .product-description .product-description-control {
    margin-top: -77px;
    margin-bottom: 50px;
    float: left;
    padding: 0; }
    .product-description .product-description-control li {
      display: inline-block; }
      .product-description .product-description-control li .control-item {
        padding: 25px 70px;
        text-align: center;
        text-transform: uppercase;
        background-color: #f1f3f3;
        border-right: 2px solid #e3e9e9;
        color: #2f2c2c;
        position: relative;
        font-size: 18px;
        float: left; }
        @media (max-width: 480px) {
          .product-description .product-description-control li .control-item {
            padding: 25px 30px;
            font-size: 16px; } }
        @media (max-width: 320px) {
          .product-description .product-description-control li .control-item {
            padding: 15px;
            font-size: 14px; } }
        .product-description .product-description-control li .control-item:before {
          content: '';
          display: block;
          width: 60%;
          height: 2px;
          position: absolute;
          background-color: var(--primary-accent-color);
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          opacity: 0; }
        .product-description .product-description-control li .control-item.reviews {
          border-right: none;
          -webkit-border-radius: 0 50px 0 0;
          border-radius: 0 50px 0 0; }
      .product-description .product-description-control li.active .control-item {
        background-color: #edf2f7;
        color: var(--primary-accent-color); }
        .product-description .product-description-control li.active .control-item:before {
          opacity: 1; }
      .product-description .product-description-control li:last-child {
        margin-left: -4px; }
    @media (max-width: 480px) {
      .product-description .product-description-control {
        margin-top: -74px; } }
    @media (max-width: 320px) {
      .product-description .product-description-control {
        margin-top: -51px;
        margin-bottom: 30px; } }
  .product-description .product-description-title {
    font-size: 40px;
    color: #2f2c2c;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .product-description .product-description-title {
        font-size: 26px; } }
  .product-description .comments__list-review .comments__item-review {
    border-bottom: none; }
    .product-description .comments__list-review .comments__item-review .comment-content p {
      margin-bottom: 30px; }
  .product-description .add-review .your-rating {
    padding-left: 40px;
    font-size: 16px; }
    .product-description .add-review .your-rating .ratings {
      display: inline-block;
      margin-left: 50px;
      color: #ccc;
      margin-bottom: 30px; }
      .product-description .add-review .your-rating .ratings .fa-star {
        color: #fcd846; }
  .product-description .add-review .contact-form {
    padding-bottom: 20px; }
    .product-description .add-review .contact-form input, .product-description .add-review .contact-form textarea {
      background-color: #fff; }
    .product-description .add-review .contact-form textarea {
      min-height: 230px; }
  .product-description .product-description-text {
    margin-bottom: 30px; }
  .product-description .tab-content ul {
    margin: 1.5em 0;
    list-style: none;
    padding-left: 20px; }
    .product-description .tab-content ul li {
      margin-bottom: 18px;
      font-size: 18px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      padding-left: 40px; }
      .product-description .tab-content ul li:before {
        content: "\e908";
        position: absolute;
        left: 0;
        top: 5px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-family: 'seosight';
        counter-increment: none;
        font-size: 12px; }

.woocommerce table.shop_attributes td {
  padding: 8px; }

.logged-in-as a + a {
  margin-left: 20px; }

.comment-form-rating {
  margin-bottom: 30px; }

.product-description .product-description-control {
  margin-top: -77px;
  margin-bottom: 50px;
  float: left;
  padding: 0;
  width: 100%; }

.comment-form-cookies-consent [type="checkbox"] {
  margin: 6px 10px 0 20px; }

@media (max-width: 768px) {
  .product-description .product-description-control {
    margin-top: -71px; } }

.product-description .product-description-control
li {
  display: inline-block;
  padding-left: 0;
  margin-left: -4px; }

@media (max-width: 1000px) {
  .product-description .product-description-control
li {
    width: 100%;
    margin-bottom: 0; } }

.product-description .product-description-control li:first-child .control-item {
  -webkit-border-radius: 50px 0 0 0;
  border-radius: 50px 0 0 0; }

@media (max-width: 1000px) {
  .product-description .product-description-control li:first-child .control-item {
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0; } }

.product-description .product-description-control li:last-child .control-item {
  border-right: none;
  -webkit-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0; }

@media (max-width: 1000px) {
  .product-description .product-description-control li:last-child .control-item {
    -webkit-border-radius: 50px;
    border-radius: 50px; } }

.product-description .product-description-control li.active .control-item {
  background-color: #f7f9f9; }

.product-description .product-description-control li.active .control-item:before {
  opacity: 1; }

.product-description .product-description-control li:first-child {
  margin-left: 0; }

.product-description .product-description-control li:before {
  display: none; }

@media (max-width: 320px) {
  .product-description .product-description-control {
    margin-top: -51px;
    margin-bottom: 30px; } }

@media (max-width: 1000px) {
  .product-description .product-description-control li .control-item {
    width: 100%;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px; } }

@media (max-width: 768px) {
  .product-description .product-description-control li .control-item {
    font-size: 14px;
    padding: 25px 70px; } }

.project-meta {
  margin-bottom: 30px; }
  .project-meta .post__date + .sl-wrapper {
    margin-left: 20px; }
  .project-meta + .crumina-heading {
    margin-bottom: 30px; }
  .project-meta .sl-wrapper .count-likes {
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif; }
  .project-meta .likes {
    display: inline-block;
    color: #ff454f;
    vertical-align: middle; }
    .project-meta .likes .count-likes {
      font-size: 18px;
      float: left; }
    .project-meta .likes i {
      font-size: 26px;
      float: left;
      margin-right: 5px; }

.challenge-solutions .challenge-solutions-thumb {
  border: 2px solid #edf2f7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px; }
  .challenge-solutions .challenge-solutions-thumb img {
    margin-bottom: 30px; }
  .challenge-solutions .challenge-solutions-thumb .text {
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 0; }

.challenge-solutions .challenge-solutions-content .crumina-heading:first-child {
  margin-bottom: 40px; }

.product-description-ver3 {
  position: relative; }
  .product-description-ver3 .product-description-ver3-thumb {
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 30px 0; }
    @media (max-width: 768px) {
      .product-description-ver3 .product-description-ver3-thumb {
        padding-bottom: 20px; } }

.half-height-bg {
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0; }

.image-shadow-rounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-color: transparent;
  -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3); }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
  box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); }

.select2-search input {
  -webkit-border-radius: 0;
  border-radius: 0; }

.woocommerce-info:before {
  color: var(--primary-accent-color); }

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--primary-accent-color); }

/*------------- #INTERESTED-PRODUCTS --------------*/
.interested-products {
  text-align: center; }
  .interested-products .products > h2 {
    padding: 1.5em; }
  .interested-products .crumina-heading {
    margin-bottom: 50px; }
  .interested-products .books-item {
    margin-bottom: 60px; }

/*/ Effect 2: Move Up /*/
#items-grid > div.animate {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/*------------- #POPUP-CART --------------*/
.cart-contents {
/*  display: inline-block;
*/  display:none !important;
  position: relative;
  z-index: 1; }

.cart-popup-wrap {
  position: absolute;
  top: 39px;
  right: -50px;
  width: 370px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow-y: auto;
  z-index: 10;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  @media (max-width: 480px) {
    .cart-popup-wrap {
      top: -webkit-calc(100% + 10px);
      top: calc(100% + 10px);
      width: 300px;
      right: -130px; } }
  .cart-popup-wrap .popup-cart {
    padding: 40px;
    background-color: #fff; }
    .cart-popup-wrap .popup-cart .title-cart {
      font-size: 22px; }
    .cart-popup-wrap .popup-cart .subtitle {
      font-size: 16px;
      margin-bottom: 20px; }
    .cart-popup-wrap .popup-cart .btn {
      text-transform: capitalize;
      width: 100%;
      text-align: center; }
    .cart-popup-wrap .popup-cart .cart-product .cart-product__item {
      display: table;
      padding: 20px 0;
      border-bottom: 2px solid #edf2f7; }
      .cart-popup-wrap .popup-cart .cart-product .cart-product__item:last-child {
        border: none; }
      .cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del {
        width: 25px;
        height: 25px;
        position: relative;
        font-size: 25px;
        z-index: 2;
        font-weight: 100;
        cursor: pointer;
        display: table-cell;
        vertical-align: middle; }
      .cart-popup-wrap .popup-cart .cart-product .cart-product__item img {
        float: left;
        padding-right: 20px;
        display: table-cell;
        vertical-align: middle;
        width: 80px; }
      .cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content {
        display: table-cell;
        vertical-align: middle; }
        .cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .cart-product-title {
          font-size: 16px;
          line-height: 1; }
        .cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .price {
          font-size: 14px; }
  .cart-popup-wrap .cart-total {
    padding: 30px 40px 40px;
    background-color: #edf2f7;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 480px) {
      .cart-popup-wrap .cart-total {
        padding: 15px 20px 20px; } }
    .cart-popup-wrap .cart-total .cart-total-text {
      margin-bottom: 30px;
      overflow: hidden; }
      .cart-popup-wrap .cart-total .cart-total-text .title {
        text-transform: uppercase;
        font-size: 16px;
        float: left; }
      .cart-popup-wrap .cart-total .cart-total-text .total-price {
        font-size: 18px;
        float: right; }
    .cart-popup-wrap .cart-total .btn {
      width: 50%;
      -webkit-border-radius: 50px 0 0 50px;
      border-radius: 50px 0 0 50px;
      float: left; }
      .cart-popup-wrap .cart-total .btn:last-child {
        -webkit-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0; }
      .cart-popup-wrap .cart-total .btn + .btn {
        margin-left: 0; }
  .cart-popup-wrap.cart-with-product .popup-cart {
    padding: 40px 40px 0 40px; }
    @media (max-width: 480px) {
      .cart-popup-wrap.cart-with-product .popup-cart {
        padding: 20px 20px 0 20px; } }

.cart-btns-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .cart-btns-action .btn {
    font-size: 14px; }

/*------------- #WOOCOMMERCE --------------*/
.select2-dropdown {
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  margin-top: 10px;
  padding: 15px 0;
  border: none;
  -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3); }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--primary-accent-color);
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px 15px; }

.woocommerce-address-fields__field-wrapper {
  overflow: hidden;
  margin-bottom: 15px; }

.woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr > th {
  padding: 30px 0 30px 100px; }

@media (max-width: 768px) {
  .woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr > th {
    padding-left: 30px; } }

@media (max-width: 570px) {
  .woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr > th {
    padding-left: 10px; } }

.shop_table .variation {
  margin: 5px 0; }

.variation-Color {
  display: inline-block; }

.woocommerce form .form-row label {
  padding-left: 15px; }

.woocommerce div.product div.images img {
  width: auto; }

.woocommerce-product-gallery ol li::before {
  display: none; }

.woocommerce-product-gallery ol li {
  padding-left: 0; }

figure.woocommerce-product-gallery__wrapper {
  max-width: none; }

.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: .25;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease; }

.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021"; }

.my_account_orders .button.view:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06e";
  margin-left: 0.5407911001em; }

p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  margin-left: 0.5407911001em; }

.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ed";
  margin-left: 0.5407911001em; }

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before,
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
  content: "\f005"; }

.woocommerce-MyAccount-navigation ul li a {
  padding: .875em 0;
  display: block; }

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce-MyAccount-navigation {
  width: 21%;
  float: left;
  margin-right: 3%; }

.woocommerce-MyAccount-content {
  width: 76%;
  float: right;
  margin-right: 0; }
  .woocommerce-MyAccount-content fieldset {
    border: none; }
    .woocommerce-MyAccount-content fieldset legend {
      font-size: 2rem;
      margin-top: 30px; }

.woocommerce form.login {
  border: none;
  padding: 0; }
  .woocommerce form.login input.button {
    display: block;
    width: auto;
    padding: 18px 50px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: var(--primary-accent-color); }
  .woocommerce form.login [type="checkbox"] {
    margin: 9px 0 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (max-width: 1024px) {
  .woocommerce .product.first {
    clear: none; } }

@media (max-width: 980px) {
  .cart-total.cart_totals {
    width: 100%; } }

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
    display: none; } }

@media (max-width: 500px) {
  .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    float: none; } }

/*------------- #SOCIALS --------------*/
.socials .social__item {
  margin-right: 15px;
  background-color: transparent;
  cursor: pointer;
  opacity: .85; }
  @media (max-width: 320px) {
    .socials .social__item {
      margin-right: 5px; } }
  .socials .social__item:hover {
    opacity: 1; }
  .socials .social__item:last-child {
    margin-right: 0; }
  .socials .social__item svg {
    width: 36px;
    height: 36px; }
  .socials .social__item img {
    height: 24px; }

/*------------- #SUBSCRIBE --------------*/
#subscribe-section {
  color: #fff;
  background-color: var(--primary-accent-color); }

.subscribe {
  padding: 72px 15px;
  position: relative; }
  @media (max-width: 1024px) {
    .subscribe {
      padding: 72px 15px 170px; } }
  .subscribe form {
    margin-bottom: 25px; }
  .subscribe .subscribe-title {
    margin-bottom: 23px;
    color: inherit; }
  .subscribe .sub-title {
    opacity: .75;
    float: left; }
  .subscribe .images-block img, .subscribe .images img {
    position: absolute;
    opacity: 0;
    max-height: 90%; }
    .subscribe .images-block img.mail, .subscribe .images img.mail {
      left: 0;
      bottom: -100%; }
      @media (max-width: 1199px) {
        .subscribe .images-block img.mail, .subscribe .images img.mail {
          width: 11%; } }
      @media (max-width: 768px) {
        .subscribe .images-block img.mail, .subscribe .images img.mail {
          width: 35%; } }
      @media (max-width: 640px) {
        .subscribe .images-block img.mail, .subscribe .images img.mail {
          width: 40%; } }
      @media (max-width: 360px) {
        .subscribe .images-block img.mail, .subscribe .images img.mail {
          width: 60%; } }
    .subscribe .images-block img.gear, .subscribe .images img.gear {
      top: 50px;
      right: 20px; }
      @media (max-width: 800px) {
        .subscribe .images-block img.gear, .subscribe .images img.gear {
          top: 10px; } }
    .subscribe .images-block img.mail-2, .subscribe .images img.mail-2 {
      bottom: 0;
      right: -100%; }
  .subscribe .images-block.not-animated img, .subscribe .images.not-animated img {
    opacity: 1; }
    .subscribe .images-block.not-animated img.mail, .subscribe .images.not-animated img.mail {
      opacity: 1;
      bottom: 0; }
    .subscribe .images-block.not-animated img.gear, .subscribe .images.not-animated img.gear {
      opacity: 1; }
    .subscribe .images-block.not-animated img.mail-2, .subscribe .images.not-animated img.mail-2 {
      opacity: 1;
      right: 0; }

.form-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (max-width: 460px) {
    .form-subscribe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; } }
  @media (max-width: 460px) {
    .form-subscribe > * {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; } }
  .form-subscribe input {
    background-color: #fff;
    padding: 17px 40px;
    font-size: 16px;
    color: #797676;
    border-color: transparent;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    width: 69%;
    margin-bottom: 0;
    margin-right: 1px; }
    @media (max-width: 460px) {
      .form-subscribe input {
        width: 100%;
        margin-bottom: 20px;
        -webkit-border-radius: 50px;
        border-radius: 50px; } }
    .form-subscribe input:focus {
      -webkit-box-shadow: 17px 0 60px #d3dcdc;
      box-shadow: 17px 0 60px #d3dcdc; }
  .form-subscribe.with-name input {
    width: 34%;
    margin-right: 1px; }
  .form-subscribe.with-name .name {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #edf2f7; }
  @media (max-width: 460px) {
    .form-subscribe.with-name input {
      width: 100%; }
    .form-subscribe.with-name .name {
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border-left: none; } }
  .form-subscribe.with-name.name-field-swap input {
    width: 35%;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 460px) {
      .form-subscribe.with-name.name-field-swap input {
        width: 100%;
        -webkit-border-radius: 50px;
        border-radius: 50px; } }
  .form-subscribe.with-name.name-field-swap .name {
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    border-left: 1px solid #edf2f7; }
    @media (max-width: 460px) {
      .form-subscribe.with-name.name-field-swap .name {
        width: 100%;
        -webkit-border-radius: 50px;
        border-radius: 50px; } }
  .form-subscribe button {
    display: inline-block;
    padding: 18px 40px;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 30%;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: var(--secondary-accent-color); }
    @media (max-width: 480px) {
      .form-subscribe button {
        padding: 17px 10px; } }
    @media (max-width: 460px) {
      .form-subscribe button {
        padding: 20px;
        width: 100%;
        -webkit-border-radius: 50px;
        border-radius: 50px; } }

.subscribe .emaillist form {
  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; }

.subscribe .emaillist .es-field-wrap {
  margin-bottom: 0;
  margin-right: 1px; }
  .subscribe .emaillist .es-field-wrap:first-child input {
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px; }
  .subscribe .emaillist .es-field-wrap:nth-child(2) input {
    -webkit-border-radius: 0;
    border-radius: 0; }

.subscribe .emaillist input {
  margin-bottom: 0; }

.subscribe .emaillist br {
  display: none; }

.subscribe .emaillist .es_subscription_form_submit {
  display: inline-block;
  background-color: #2f2c2c;
  padding: 20px 40px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-align: center;
  width: auto;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0; }

@media (max-width: 640px) {
  .subscribe .emaillist form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .subscribe .emaillist input {
    width: 100%; }
  .subscribe .emaillist .es-field-wrap {
    margin-bottom: 20px;
    width: 100%; }
    .subscribe .emaillist .es-field-wrap:first-child input {
      -webkit-border-radius: 50px;
      border-radius: 50px; }
    .subscribe .emaillist .es-field-wrap:nth-child(2) input {
      -webkit-border-radius: 50px;
      border-radius: 50px; }
  .subscribe .emaillist .es_subscription_form_submit {
    width: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px; } }

/*------------- #TOP-BAR --------------*/
.top-bar {
  background-color: #fff;
  padding: 16px 0;
  font-size: 14px;
  color: #2f2c2c;
  -webkit-box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 30;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 992px) {
    .top-bar {
      width: 320px;
      -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      position: fixed;
      left: 50%;
      -webkit-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px; } }
  @media (max-width: 992px) {
    .top-bar > .container {
      width: 100%; } }
  .top-bar.open {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999; }
  .top-bar .flags {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 10px; }
  .top-bar .nice-select {
    float: left;
    padding: 0 40px 0 0;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--primary-accent-color); }
    @media (max-width: 992px) {
      .top-bar .nice-select {
        float: none; } }
    .top-bar .nice-select span {
      color: var(--primary-accent-color); }
    .top-bar .nice-select .option {
      padding: 0 15px;
      font-size: 12px; }
      .top-bar .nice-select .option:hover {
        color: var(--primary-accent-color); }
    .top-bar .nice-select:after {
      height: 6px;
      width: 6px;
      margin-top: -4px; }
    .top-bar .nice-select:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent; }
  .top-bar .contact-item {
    float: left;
    padding: 0 15px;
    position: relative; }
    @media (max-width: 992px) {
      .top-bar .contact-item {
        padding: 0;
        margin-bottom: 15px;
        float: none; } }
    .top-bar .contact-item:first-child {
      padding-left: 0; }
      @media (max-width: 992px) {
        .top-bar .contact-item:first-child {
          padding: 0; } }
    .top-bar .contact-item:last-child {
      padding-right: 0; }
      .top-bar .contact-item:last-child:after {
        display: none; }
    .top-bar .contact-item:after {
      content: '|';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #595959; }
      @media (max-width: 992px) {
        .top-bar .contact-item:after {
          display: none; } }
  .top-bar a {
    color: #504c4c;
    border-bottom: 1px dashed #504c4c; }
    .top-bar a:hover {
      color: var(--primary-accent-color);
      border-color: var(--primary-accent-color); }
  .top-bar span {
    color: #595959; }
  .top-bar .login-block {
    margin-left: 70px; }
    @media (max-width: 992px) {
      .top-bar .login-block {
        margin-left: 0;
        margin-top: 15px; } }
    .top-bar .login-block img {
      width: 28px;
      height: 28px;
      margin-right: 20px; }
  .top-bar .socials {
    display: inline-block;
    margin-left: 10px; }
    .top-bar .socials img {
      width: 16px;
      height: auto; }
    .top-bar .socials a {
      border: none; }
    .top-bar .socials .social__item {
      margin-right: 10px; }
  .top-bar + .header {
    top: 68px; }
    @media (max-width: 992px) {
      .top-bar + .header {
        top: 0; } }
    .top-bar + .header.headroom--not-top {
      top: 0; }
  .top-bar .top-bar-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    border: none;
    cursor: pointer; }
    @media (max-width: 992px) {
      .top-bar .top-bar-close {
        display: block; } }
    .top-bar .top-bar-close span {
      display: block;
      height: 2px;
      background-color: #707070;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: auto;
      width: 100%;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      top: 50%;
      position: absolute; }
      .top-bar .top-bar-close span:first-of-type {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
      .top-bar .top-bar-close span:last-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg); }

.top-bar-dark {
  background-color: #151414;
  color: #797676; }
  .top-bar-dark a {
    color: #797676; }
  .top-bar-dark span {
    color: #504c4c; }
  .top-bar-dark .nice-select .list {
    background-color: #151414;
    border: none;
    -webkit-box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3); }
  .top-bar-dark .nice-select .option.selected.focus {
    background-color: transparent; }
    .top-bar-dark .nice-select .option.selected.focus:hover {
      background-color: #424444; }
  .top-bar-dark .nice-select .option:hover {
    background-color: #424444; }

@media (max-width: 992px) {
  .logged-in .top-bar {
    top: 32px; } }

@media (max-width: 782px) {
  .logged-in .top-bar {
    top: 46px; } }

@media (max-width: 768px) {
  .logged-in .right-menu {
    top: 46px; } }

@media (max-width: 600px) {
  .logged-in .right-menu {
    top: 46px; } }

#site-header + .top-bar {
  display: none; }

.top-bar-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .top-bar-content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.top-bar-link {
  display: none;
  visibility: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  z-index: 50;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .9;
  margin-left: auto; }
  .top-bar-link svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    fill: var(--header-font-color); }
  @media (max-width: 992px) {
    .top-bar-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      visibility: visible; } }
  .top-bar-link i {
    margin: auto; }
  .top-bar-link:hover {
    opacity: 1; }

@media (max-width: 1200px) {
  .top-bar > .container {
    min-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .top-bar .contact-item:first-child {
    margin-right: 0; } }

@media (max-width: 992px) {
  #site-header + .top-bar {
    display: block !important; }
  .top-bar {
    width: 320px;
    -webkit-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    position: fixed;
    left: 50%;
    top: 0;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 30px 0; }
    .top-bar > .container {
      min-width: unset;
      width: auto; }
    .top-bar .nice-select {
      float: none;
      min-width: 190px; }
    .top-bar .contact-item {
      padding: 0;
      margin-bottom: 15px;
      float: none;
      display: block; }
      .top-bar .contact-item:first-child {
        padding: 0; }
      .top-bar .contact-item:after {
        display: none; }
  .top-bar-close {
    display: block; } }

/*! formstone v1.1.3 [background.css] 2016-05-24 | GPL-3.0 License | formstone.it */
.fs-background {
  overflow: hidden;
  position: relative; }

.fs-background, .fs-background-container, .fs-background-media {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden; }

.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0; }

.fs-background-media.fs-background-animated {
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear; }

.fs-background-media iframe, .fs-background-media img, .fs-background-media video {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none; }

.fs-background-media.fs-background-fixed, .fs-background-media.fs-background-native {
  width: 100%;
  height: 100%; }

.fs-background-media.fs-background-fixed img, .fs-background-media.fs-background-native img {
  display: none; }

.fs-background-media.fs-background-native {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }

.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed; }

.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ''; }

.fs-background-embed.fs-background-ready iframe {
  z-index: 0; }

.bg-layer {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: no-repeat center; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*------------- #WIDGETS --------------*/
.widget {
  margin-bottom: 20px; }
  .widget p:last-of-type {
    margin: 0; }
  .widget ul {
    list-style: none; }
  @media (max-width: 768px) {
    .widget {
      margin-bottom: 30px; } }
  .widget .heading, .widget .crumina-heading {
    margin-bottom: 20px; }
  .widget .heading-decoration {
    margin: 0; }
  .widget .heading-title {
    margin-bottom: 0; }

@media (max-width: 768px) {
  .sidebar .widget:first-child {
    margin-top: 40px; } }

.visual-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.widget .es_textbox_class {
  width: 100%; }

.widget .es_lablebox {
  padding-bottom: 3px;
  padding-left: 40px; }

.widget .es_textbox_button {
  width: auto;
  color: #fff;
  padding: 22px 50px;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  background-color: var(--primary-accent-color); }
  @media (max-width: 768px) {
    .widget .es_textbox_button {
      padding: 15px 35px;
      font-size: 13px; } }

/*------------- #W-SEARCH --------------*/
form.w-search {
  position: relative; }
  form.w-search input {
    width: 100%; }
  form.w-search button.icon {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 26px;
    background: transparent;
    z-index: 10;
    cursor: pointer; }

/*------------- #W-LATEST-NEWS --------------*/
.w-latest-news .latest-news-wrap {
  margin-bottom: 20px; }

.w-latest-news .post-additional-info {
  margin-bottom: 0; }

.w-latest-news .post__date time {
  font-size: 14px; }

.w-latest-news .post__date > * {
  display: inline-block;
  vertical-align: middle; }

.w-latest-news .post__date i {
  font-size: 20px;
  margin-right: 10px; }

.latest-news-item {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f7; }
  .latest-news-item:last-child {
    border-bottom: none; }
  .latest-news-item .post__title {
    font-size: 20px;
    margin-bottom: 0; }
    .latest-news-item .post__title:hover {
      color: var(--primary-accent-color); }

.project-meta .post__date {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

/*------------- #W-POST-CATEGORY --------------*/
.category-post-item {
  color: #595959;
  margin-bottom: 15px; }
  .category-post-item .post-count {
    font-size: 14px;
    margin-right: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 20px;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    top: 2px; }
  .category-post-item a {
    color: #595959;
    position: relative;
    display: block;
    overflow: hidden; }
    .category-post-item a i {
      margin-left: 5px;
      opacity: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      font-size: 12px;
      color: var(--primary-accent-color); }
  .category-post-item:hover .post-count {
    color: #2f2c2c; }
  .category-post-item:hover a {
    color: var(--primary-accent-color); }
    .category-post-item:hover a i {
      opacity: 1; }

/*------------- #W-ABOUT --------------*/
.w-about .text-wrap + .btn {
  margin-top: 20px; }

/*------------- #W-BANNER --------------*/
.w-banner {
  padding: 60px 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-color: transparent;
  text-align: center; }
  .w-banner .w-banner-content-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px; }
  .w-banner .w-banner-content-title {
    margin-bottom: 20px;
    line-height: 1.3; }
    @media (max-width: 1024px) {
      .w-banner .w-banner-content-title {
        font-size: 22px; } }

/*------------- #W-FOLLOW --------------*/
.w-follow-title {
  display: inline-block;
  color: #fff;
  background-color: inherit; }

.social-icon {
  margin-right: 20px;
  color: #fff;
  font-size: 24px; }

.w-follow-add {
  display: inline-block;
  width: 60px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1); }
  .w-follow-add i {
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .w-follow-add i.plus {
      opacity: 1; }
    .w-follow-add i.check {
      opacity: 0; }
  .w-follow-add.active i.plus {
    opacity: 0; }
  .w-follow-add.active i.check {
    opacity: 1; }

.w-follow-item {
  padding: 12px 15px 12px 15px;
  display: inline-block;
  min-height: 60px;
  width: 100%;
  position: relative; }
  @media (max-width: 1024px) {
    .w-follow-item {
      padding: 15px; } }

/*------------- #W-TAGS --------------*/
.w-tags {
  overflow: hidden; }
  .w-tags.post-tags {
    clear: both; }

.tags-wrap a {
  padding: 10px 15px;
  font-size: 15px;
  color: inherit;
  border: 2px solid #edf2f7;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 1024px) {
    .tags-wrap a {
      padding: 10px 20px; } }
  .tags-wrap a:hover {
    color: #fff;
    background-color: var(--primary-accent-color);
    border-color: var(--primary-accent-color); }

/*------------- #W-CUSTOM-MENU --------------*/
.w-custom-menu {
  overflow: hidden; }
  .w-custom-menu ul {
    line-height: 1.2;
    font-size: 17px; }
    @media (max-width: 1024px) {
      .w-custom-menu ul {
        width: 100%; } }
  .w-custom-menu li {
    margin-bottom: 1.1em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .w-custom-menu ul ul {
    margin-left: 1em;
    margin-top: 1.1em; }
  .w-custom-menu i {
    margin-right: 15px;
    margin-top: 3px; }
  .w-custom-menu a:hover {
    margin-left: 10px; }

/*------------- #W-LOGIN --------------*/
.w-login .top-avatar {
  text-align: center;
  margin-bottom: 20px; }

.w-login .helped {
  text-align: center; }

.w-login .w-custom-menu {
  margin-top: 30px;
  margin-bottom: 10px; }

.w-login .helped a {
  margin-bottom: 5px;
  display: block;
  text-align: left; }

.remember-wrap {
  display: table-cell;
  vertical-align: middle; }
  .remember-wrap .checkbox {
    position: relative; }
    .remember-wrap .checkbox input[type=checkbox] {
      display: none; }
    .remember-wrap .checkbox label {
      padding-left: 30px; }
    .remember-wrap .checkbox input {
      margin-bottom: 25px; }
    .remember-wrap .checkbox label:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      position: absolute;
      left: 0;
      top: 5px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: none;
      background-color: var(--primary-accent-color); }
    .remember-wrap .checkbox input[type=checkbox]:checked + label:before {
      content: "\2714";
      font-size: 14px;
      color: #fff;
      text-align: center;
      line-height: 14px; }

.login-btn-wrap {
  overflow: hidden;
  padding-bottom: 20px;
  display: table; }
  .login-btn-wrap .btn {
    float: left;
    margin-right: 20px; }

.sidebar .login-btn-wrap {
  display: block; }
  .sidebar .login-btn-wrap .btn {
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }

.sidebar .remember-wrap {
  display: block; }

.sidebar .widget {
  margin-bottom: 40px; }

/*------------- #W-CONTACTS --------------*/
.w-contacts .contacts-icon {
  max-width: 48px;
  max-height: 48px; }

.w-contacts {
  display: block; }
  .w-contacts .contacts-title, .w-contacts .heading-title {
    font-size: 30px;
    margin-bottom: 20px; }
  .w-contacts .contacts-item {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .w-contacts .contacts-item {
        margin-bottom: 15px; } }
    .w-contacts .contacts-item:last-child {
      margin-bottom: 0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 42 - Widget Instagramm */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.w-instagramm {
  overflow: hidden; }

.w-instagramm__a {
  float: left;
  text-align: center;
  position: relative; }

.w-instagramm__a a {
  display: block; }

.w-instagramm__a img {
  width: 100%;
  height: auto; }

.w-instagramm-padding .w-instagramm__a {
  padding: 5px; }

.w-instagramm-padding .w-instagramm__wrap {
  margin: 0 -5px; }

.w-instagramm--1-col .w-instagramm__a {
  width: 100%; }

.w-instagramm--2-col .w-instagramm__a {
  width: 50%; }

.w-instagramm--3-col .w-instagramm__a {
  width: 33.33%; }

.w-instagramm--4-col .w-instagramm__a {
  width: 25%; }

.w-instagramm--5-col .w-instagramm__a {
  width: 20%; }

.w-instagramm--6-col .w-instagramm__a {
  width: 16.66%; }

.w-instagramm--7-col .w-instagramm__a {
  width: 14.28%; }

.w-instagramm--8-col .w-instagramm__a {
  width: 12.5%; }

.w-instagramm--9-col .w-instagramm__a {
  width: 11.11%; }

.w-instagramm--10-col .w-instagramm__a {
  width: 10%; }

/*------------- #BUTTONS --------------*/
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 22px 50px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center; }
  @media (max-width: 768px) {
    .btn {
      padding: 15px 35px;
      font-size: 13px; } }
  .btn + .btn {
    margin-left: 30px; }
  .btn img {
    position: absolute;
    left: 10px;
    top: 10px; }
  .btn i {
    margin-left: 10px;
    font-size: 12px;
    display: inline;
    vertical-align: middle; }
  .btn span {
    display: inline;
    vertical-align: middle; }
  .btn:after {
    display: block;
    width: 100%;
    height: 100%; }
  .btn:hover {
    color: #fff; }
  .btn.icon-left i {
    margin-left: 0;
    margin-right: 10px; }
  .btn.c-primary:hover {
    color: var(--primary-accent-color); }

.post-edit-link {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 1.25rem 2.5rem;
  font-size: 15px;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  background-color: var(--primary-accent-color);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  margin: 30px 0; }
  .post-edit-link:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
    box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
    color: #fff; }
  @media (max-width: 768px) {
    .post-edit-link {
      padding: 15px 35px;
      font-size: 13px;
      margin: 10px 0; } }

.page-builder-wrap .edit-link {
  display: block;
  text-align: center; }

.crum-button.inline-block {
  margin-bottom: 0; }
  @media (max-width: 480px) {
    .crum-button.inline-block {
      display: block !important;
      width: 100% !important;
      margin-bottom: 10px; } }

.crum-button.inline-block + .crum-button.inline-block {
  margin-left: 30px; }
  @media (max-width: 480px) {
    .crum-button.inline-block + .crum-button.inline-block {
      margin-left: 0 !important; } }

.btn-small {
  padding: 12px 35px;
  text-transform: none;
  font-size: 16px; }
  @media (max-width: 768px) {
    .btn-small {
      padding: 15px 25px;
      font-size: 13px; } }

.btn-medium {
  padding: 20px 30px; }
  @media (max-width: 768px) {
    .btn-medium {
      padding: 15px 25px;
      font-size: 13px; } }

.btn-large {
  padding: 25px 60px;
  font-size: 18px; }
  @media (max-width: 768px) {
    .btn-large {
      padding: 17px 40px;
      font-size: 13px; } }

.c-primary .semicircle:after {
  border-color: var(--primary-accent-color); }

/*.semicircle {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  overflow: hidden; }*/
  /*@media (max-width: 768px) {
    .semicircle {
      top: 10px;
      left: 10px;
      width: 12px;
      height: 12px; } }
  .semicircle:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    @media (max-width: 768px) {
      .semicircle:after {
        width: 20px;
        height: 20px;
        border: 1px solid #fff; } }

.semicircle--right {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  overflow: hidden; }
  .semicircle--right:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    right: 0; }*/

.btn-hover-shadow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.woocommerce a.button,
.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 22px 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .woocommerce a.button:hover,
  .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); }

.woocommerce a.button.wc-backward {
  color: #fff;
  font-weight: 400;
  background-color: var(--primary-accent-color); }

.woocommerce-info,
.woocommerce-message {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
  box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); }

.cart-empty {
  margin-bottom: 40px; }

/*------------- #Color-scheme for buttons --------------*/
.btn--dark {
  background-color: #2f2c2c; }
  .btn--dark:hover {
    background-color: #3f3f3f; }
  .btn--dark:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset; }
  .btn--dark.btn-hover-shadow:hover {
    background-color: #2f2c2c; }
    .btn--dark.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); }
  .btn--dark.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset; }
  .btn--dark.btn-border {
    background-color: transparent;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color); }
    .btn--dark.btn-border .semicircle::after {
      border-color: var(--primary-accent-color); }
    .btn--dark.btn-border:hover {
      color: var(--primary-accent-color);
      background-color: transparent; }

.btn--white {
  background-color: #fff;
  color: #222; }
  .btn--white:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset; }
  .btn--white.btn-hover-shadow {
    color: #222; }
    .btn--white.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 255, 255, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(255, 255, 255, 0.2); }
    .btn--white.btn-hover-shadow:active {
      -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
      box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset; }
  .btn--white.btn-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .btn--white.btn-border .semicircle::after {
      border-color: #fff; }
    .btn--white.btn-border:hover {
      color: #fff;
      background-color: transparent; }

.btn--primary {
  background-color: var(--primary-accent-color); }
  .btn--primary.btn-hover-shadow:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
    box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2); }
  .btn--primary.btn-border {
    background-color: transparent;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color); }
    .btn--primary.btn-border:hover {
      background-color: transparent;
      color: var(--primary-accent-color); }
    .btn--primary.btn-border .semicircle::after {
      border-color: var(--primary-accent-color); }

.btn--gray {
  background-color: #ebebeb;
  color: #2f2c2c; }
  .btn--gray:hover {
    background-color: #f3f3f3; }
  .btn--gray:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--gray.btn-hover-shadow:hover {
    background-color: #ebebeb; }
    .btn--gray.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.2); }
  .btn--gray.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--gray.btn-border {
    background-color: transparent;
    color: #ebebeb;
    border-color: #ebebeb; }
    .btn--gray.btn-border .semicircle::after {
      border-color: #ebebeb; }
    .btn--gray.btn-border:hover {
      color: #ebebeb;
      background-color: transparent; }

.btn--blue {
  background-color: #00adef; }
  .btn--blue:hover {
    background-color: #00bff3; }
  .btn--blue:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--blue.btn-hover-shadow:hover {
    background-color: #00adef; }
    .btn--blue.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2); }
  .btn--blue.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--blue.btn-border {
    background-color: transparent;
    color: #00adef;
    border-color: #00adef; }
    .btn--blue.btn-border .semicircle::after {
      border-color: #00adef; }
    .btn--blue.btn-border:hover {
      color: #00adef;
      background-color: transparent; }

.btn--purple {
  background-color: #6739b6; }
  .btn--purple:hover {
    background-color: #7643cf; }
  .btn--purple:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--purple.btn-hover-shadow:hover {
    background-color: #6739b6; }
    .btn--purple.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, 0.2); }
  .btn--purple.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--purple.btn-border {
    background-color: transparent;
    color: #6739b6;
    border-color: #6739b6; }
    .btn--purple.btn-border .semicircle::after {
      border-color: #6739b6; }
    .btn--purple.btn-border:hover {
      color: #6739b6;
      background-color: transparent; }

.btn--breez:hover {
  background-color: #55d5d3; }

.btn--breez:active {
  -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }

.btn--breez.btn-hover-shadow:hover {
  background-color: #4cc3c1; }
  .btn--breez.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, 0.2);
    box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, 0.2); }

.btn--breez.btn-hover-shadow:active {
  -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }

.btn--breez.btn-border {
  background-color: transparent;
  color: var(--primary-accent-color);
  border-color: var(--primary-accent-color); }
  .btn--breez.btn-border:hover {
    background-color: transparent;
    color: var(--primary-accent-color); }
  .btn--breez.btn-border .semicircle::after {
    border-color: var(--primary-accent-color); }

.btn--secondary {
  background-color: var(--secondary-accent-color); }
  .btn--secondary:hover {
    background-color: var(--secondary-accent-color); }
  .btn--secondary:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--secondary.btn-hover-shadow:hover {
    background-color: var(--secondary-accent-color); }
    .btn--secondary.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, 0.2); }
  .btn--secondary.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--secondary.btn-border {
    background-color: transparent;
    color: var(--secondary-accent-color);
    border-color: var(--secondary-accent-color); }
    .btn--secondary.btn-border .semicircle::after {
      border-color: var(--secondary-accent-color); }
    .btn--secondary.btn-border:hover {
      background-color: transparent;
      color: var(--secondary-accent-color); }

.btn--orange {
  background-color: #fcaf3b; }
  .btn--orange:hover {
    background-color: #ffc265; }
  .btn--orange:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--orange.btn-hover-shadow:hover {
    background-color: #fcaf3b; }
    .btn--orange.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, 0.2); }
  .btn--orange.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--orange.btn-border {
    background-color: transparent;
    color: #fcaf3b;
    border-color: #fcaf3b; }
    .btn--orange.btn-border .semicircle::after {
      border-color: #fcaf3b; }
    .btn--orange.btn-border:hover {
      color: #fcaf3b;
      background-color: transparent; }

.btn--yellow {
  background-color: #fecb16; }
  .btn--yellow:hover {
    background-color: #ffd21f; }
  .btn--yellow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--yellow.btn-hover-shadow:hover {
    background-color: #FFD21F; }
    .btn--yellow.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, 0.2); }
  .btn--yellow.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--yellow.btn-border {
    background-color: transparent;
    color: #fecb16;
    border-color: #fecb16; }
    .btn--yellow.btn-border .semicircle::after {
      border-color: #fecb16; }
    .btn--yellow.btn-border:hover {
      color: #fecb16;
      background-color: transparent; }

.btn--green {
  background-color: #3cb879; }
  .btn--green:hover {
    background-color: #46d68d; }
  .btn--green:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--green.btn-hover-shadow:hover {
    background-color: #3cb879; }
    .btn--green.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, 0.2); }
  .btn--green.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--green.btn-border {
    background-color: transparent;
    color: #3cb879;
    border-color: #3cb879; }
    .btn--green.btn-border .semicircle::after {
      border-color: #3cb879; }
    .btn--green.btn-border:hover {
      background-color: transparent;
      color: #3cb879; }

.btn--dark-gray {
  background-color: #31364c; }
  .btn--dark-gray:hover {
    background-color: #4a516e; }
  .btn--dark-gray:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--dark-gray.btn-hover-shadow:hover {
    background-color: #31364c; }
    .btn--dark-gray.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, 0.2); }
  .btn--dark-gray.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--dark-gray.btn-border {
    background-color: transparent;
    color: #31364c;
    border-color: #31364c; }
    .btn--dark-gray.btn-border .semicircle::after {
      border-color: #31364c; }
    .btn--dark-gray.btn-border:hover {
      color: #31364c;
      background-color: transparent; }

.btn--brown {
  background-color: #c69c6c; }
  .btn--brown:hover {
    background-color: #e4b47c; }
  .btn--brown:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--brown.btn-hover-shadow:hover {
    background-color: #c69c6c; }
    .btn--brown.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, 0.2); }
  .btn--brown.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--brown.btn-border {
    background-color: transparent;
    color: #c69c6c;
    border-color: #c69c6c; }
    .btn--brown.btn-border .semicircle::after {
      border-color: #c69c6c; }
    .btn--brown.btn-border:hover {
      color: #c69c6c;
      background-color: transparent; }

.btn--rose {
  background-color: #e91d62; }
  .btn--rose:hover {
    background-color: #ff528d; }
  .btn--rose:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--rose.btn-hover-shadow:hover {
    background-color: #e91d62; }
    .btn--rose.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, 0.2); }
  .btn--rose.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--rose.btn-border {
    background-color: transparent;
    color: #e91d62;
    border-color: #e91d62; }
    .btn--rose.btn-border .semicircle::after {
      border-color: #e91d62; }
    .btn--rose.btn-border:hover {
      color: #e91d62;
      background-color: transparent; }

.btn--violet {
  background-color: #605ca9; }
  .btn--violet:hover {
    background-color: #8a86d5; }
  .btn--violet:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--violet.btn-hover-shadow:hover {
    background-color: #605ca9; }
    .btn--violet.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, 0.2); }
  .btn--violet.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--violet.btn-border {
    background-color: transparent;
    color: #605ca9;
    border-color: #605ca9; }
    .btn--violet.btn-border .semicircle::after {
      border-color: #605ca9; }
    .btn--violet.btn-border:hover {
      color: #605ca9;
      background-color: transparent; }

.btn--olive {
  background-color: #3e4d50; }
  .btn--olive:hover {
    background-color: #576b6f; }
  .btn--olive:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--olive.btn-hover-shadow:hover {
    background-color: #3e4d50; }
    .btn--olive.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, 0.2); }
  .btn--olive.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--olive.btn-border {
    background-color: transparent;
    color: #3e4d50;
    border-color: #3e4d50; }
    .btn--olive.btn-border .semicircle::after {
      border-color: #3e4d50; }
    .btn--olive.btn-border:hover {
      color: #3e4d50;
      background-color: transparent; }

.btn--light-green {
  background-color: #80be2d; }
  .btn--light-green:hover {
    background-color: #8fd532; }
  .btn--light-green:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--light-green.btn-hover-shadow:hover {
    background-color: #80be2d; }
    .btn--light-green.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, 0.2); }
  .btn--light-green.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--light-green.btn-border {
    background-color: transparent;
    color: #80be2d;
    border-color: #80be2d; }
    .btn--light-green.btn-border .semicircle::after {
      border-color: #80be2d; }
    .btn--light-green.btn-border:hover {
      color: #80be2d;
      background-color: transparent; }

.btn--dark-blue {
  background-color: #2e3192; }
  .btn--dark-blue:hover {
    background-color: #4448c3; }
  .btn--dark-blue:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--dark-blue.btn-hover-shadow:hover {
    background-color: #2e3192; }
    .btn--dark-blue.btn-hover-shadow:hover:after {
      -webkit-box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, 0.2);
      box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, 0.2); }
  .btn--dark-blue.btn-hover-shadow:active {
    -webkit-box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset; }
  .btn--dark-blue.btn-border {
    background-color: transparent;
    color: #2e3192;
    border-color: #2e3192; }
    .btn--dark-blue.btn-border .semicircle::after {
      border-color: #2e3192; }
    .btn--dark-blue.btn-border:hover {
      color: #2e3192;
      background-color: transparent; }

/*------------- #Button back-to-top --------------*/
.back-to-top {
  position: absolute;
  z-index: 999;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  bottom: 50px;
  right: 50px;
  cursor: pointer; }
  .back-to-top.with-bg {
    padding: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  .back-to-top svg {
    max-width: 100%;
    max-height: 100%;
    fill: #222121;
    stroke: inherit; }
    .back-to-top svg:hover {
      fill: var(--primary-accent-color); }
  @media (max-width: 980px) {
    .back-to-top {
      bottom: 0;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .back-to-top.hidden {
    opacity: 0; }

.back-to-top-fixed {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0;
  visibility: hidden; }

.btn-border {
  border: 2px solid;
  background-color: transparent; }
  .btn-border.btn-small {
    padding: 10px 35px; }
    @media (max-width: 768px) {
      .btn-border.btn-small {
        padding: 15px 25px; } }
  .btn-border.btn-medium {
    padding: 18px 34px; }
    @media (max-width: 768px) {
      .btn-border.btn-medium {
        padding: 15px 25px; } }
  .btn-border.btn-large {
    padding: 23px 64px; }
    @media (max-width: 768px) {
      .btn-border.btn-large {
        padding: 17px 40px; } }
  .btn-border:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.crumina-servises-item:hover > .btn {
  background-color: #2f2c2c !important;
  border-color: #2f2c2c !important;
  color: #fff !important; }
  .crumina-servises-item:hover > .btn .semicircle:after {
    border-color: #fff !important; }

.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow,
.kc_facebook_recent_post.kc_shortcode .fb-button-profile {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center; }
  .kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow:hover,
  .kc_facebook_recent_post.kc_shortcode .fb-button-profile:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); }

.message-boxes .message-box-wrap {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
  box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
  border: none;
  margin: 15px 0;
  font-size: 16px; }
  .message-boxes .message-box-wrap .kc-close-but {
    position: relative; }
    .message-boxes .message-box-wrap .kc-close-but:after {
      content: '\f00d';
      display: block;
      position: absolute;
      font-family: FontAwesome;
      color: #fff;
      left: 0;
      top: 0;
      font-size: 16px;
      line-height: 1; }

.kc-multi-icons-wrapper button {
  padding: 10px;
  margin: 3px;
  line-height: 1;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background-color: var(--secondary-accent-color); }

/*------------- #Gutenberg Customization --------------*/
.crumina-grid .wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #595959;
  margin-top: 1em;
  margin-bottom: 1em; }
  .crumina-grid .wp-block-pullquote p::before {
    display: none; }

.crumina-grid .wp-block-image,
.crumina-grid .wp-block-embed-vimeo {
  margin: 2em auto; }

.crumina-grid .wp-block-gallery {
  margin: 2em 1em;
  list-style: none;
  padding-left: 0; }

.crumina-grid .wp-block-image figcaption {
  margin: 10px 5px 10px;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ececec;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px; }

.crumina-grid .wp-block-separator {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto; }
  .crumina-grid .wp-block-separator:after {
    display: block;
    content: "";
    clear: both; }
  .crumina-grid .wp-block-separator.is-style-dots {
    border: none; }

.crumina-grid .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.crumina-grid .blog-post ul:not([class]) li + li {
  margin-top: 8px; }

.crumina-grid .wp-block-categories,
.crumina-grid .wp-block-archives,
.crumina-grid .wp-block-latest-posts,
.crumina-grid .wp-block-latest-posts {
  list-style: none;
  padding-left: 0; }
  .crumina-grid .wp-block-categories li,
  .crumina-grid .wp-block-archives li,
  .crumina-grid .wp-block-latest-posts li,
  .crumina-grid .wp-block-latest-posts li {
    list-style: none; }
    .crumina-grid .wp-block-categories li a,
    .crumina-grid .wp-block-archives li a,
    .crumina-grid .wp-block-latest-posts li a,
    .crumina-grid .wp-block-latest-posts li a {
      color: #2f2c2c; }
      .crumina-grid .wp-block-categories li a:hover,
      .crumina-grid .wp-block-archives li a:hover,
      .crumina-grid .wp-block-latest-posts li a:hover,
      .crumina-grid .wp-block-latest-posts li a:hover {
        color: var(--primary-accent-color); }

.crumina-grid .wp-block-quote.is-large cite {
  text-align: initial; }

.crumina-grid .wp-block-quote.is-large cite,
.crumina-grid .wp-block-quote.is-large footer,
.crumina-grid .wp-block-quote.is-style-large cite,
.crumina-grid .wp-block-quote.is-style-large footer {
  font-size: .9em;
  text-align: initial; }

.crumina-grid .wp-block-pullquote cite,
.crumina-grid .wp-block-quote cite {
  margin-top: 10px; }

.crumina-grid .wp-block-quote.is-large,
.crumina-grid .wp-block-quote.is-style-large {
  margin: 3em 0;
  padding: 15px 15px 15px 100px; }

.crumina-grid figure.wp-block-audio {
  margin: 1em 0; }

.crumina-grid .wp-block-archives {
  padding-left: 0; }

.crumina-grid .wp-block-preformatted {
  overflow: auto; }

.crumina-grid .post .post__content ul.wp-block-archives li,
.crumina-grid .post .post__content ul.wp-block-categories li,
.crumina-grid .post .post__content ul.wp-block-latest-posts li {
  list-style: none; }

.crumina-grid .wp-block-latest-comments li:before {
  display: none; }

/*------------- Responsive mode styles --------------*/
@media (max-width: 640px) {
  .crumina-grid .wp-block-quote.is-large,
  .crumina-grid .wp-block-quote.is-style-large {
    padding-left: 50px;
    margin: 1em 0; }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p,
  .wp-block-pullquote p {
    font-size: 16px; }
  .crumina-grid .wp-block-pullquote {
    padding: 1em 0; } }
