@charset "UTF-8";
/* Layout
================================================================================================= */
/* Display */
.block {
  display: block !important; }

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

.inline {
  display: inline; }

.flex {
  display: flex; }

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

.table {
  display: table; }

.table-caption {
  display: table-caption; }

.table-cell {
  display: table-cell; }

.table-column {
  display: table-column; }

.table-column-group {
  display: table-column-group; }

.table-footer-group {
  display: table-footer-group; }

.table-header-group {
  display: table-header-group; }

.table-row-group {
  display: table-row-group; }

.table-row {
  display: table-row; }

.flow-root {
  display: flow-root; }

.grid {
  display: grid; }

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

.contents {
  display: contents; }

.none,
.hidden {
  display: none !important; }

/* Float */
.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

/* Object Fit */
.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

/* Object Position */
.object-bottom {
  object-position: bottom; }

.object-center {
  object-position: center; }

.object-left {
  object-position: left; }

.object-left-bottom {
  object-position: left bottom; }

.object-left-top {
  object-position: left top; }

.object-right {
  object-position: right; }

.object-right-bottom {
  object-position: right bottom; }

.object-right-top {
  object-position: right top; }

.object-top {
  object-position: top; }

/* Clear */
.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.clear-none {
  clear: none; }

/* Overflow */
.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-x-visible {
  overflow-x: visible; }

.overflow-y-visible {
  overflow-y: visible; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-y-scroll {
  overflow-y: scroll; }

/* Position */
.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky; }

.p-top {
  position: absolute;
  left: 0;
  top: 0; }

.p-center {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

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

.p-bottom {
  position: absolute;
  left: 0;
  bottom: 0; }

.pin-t {
  top: 0; }

.pin-r {
  right: 0; }

.pin-b {
  bottom: 0; }

.pin-l {
  left: 0; }

.pin-lc {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.pin-cc {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pin-y {
  top: 0;
  bottom: 0; }

.pin-x {
  right: 0;
  left: 0; }

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

/* Visibility */
.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

/* Z-Index */
.z-auto {
  z-index: auto; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-99 {
  z-index: 99; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

/* Fontsize
================================================================================================= */
.font-size-10 {
  font-size: 10px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-60 {
  font-size: 60px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-80 {
  font-size: 80px !important; }

.font-size-90 {
  font-size: 90px !important; }

.font-size-100 {
  font-size: 100px !important; }

.font-size-110 {
  font-size: 110px !important; }

.font-size-120 {
  font-size: 120px !important; }

.font-size-130 {
  font-size: 130px !important; }

.font-size-140 {
  font-size: 140px !important; }

.font-size-150 {
  font-size: 150px !important; }

.font-size-160 {
  font-size: 160px !important; }

.font-size-170 {
  font-size: 170px !important; }

.font-size-180 {
  font-size: 180px !important; }

.font-size-190 {
  font-size: 190px !important; }

.font-size-200 {
  font-size: 200px !important; }

/* Typography
================================================================================================= */
/* Font Weight */
.font-hairline {
  font-weight: 100 !important; }

.font-thin {
  font-weight: 200 !important; }

.font-light {
  font-weight: 300 !important; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semibold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-extrabold {
  font-weight: 800 !important; }

.font-black {
  font-weight: 900 !important; }

/* Variant Numeric */
.normal-nums {
  font-variant-numeric: normal; }

.ordinal {
  font-variant-numeric: ordinal; }

.slashed-zero {
  font-variant-numeric: slashed-zero; }

.lining-nums {
  font-variant-numeric: lining-nums; }

.oldstyle-nums {
  font-variant-numeric: oldstyle-nums; }

.proportional-nums {
  font-variant-numeric: proportional-nums; }

.tabular-nums {
  font-variant-numeric: tabular-nums; }

.diagonal-fractions {
  font-variant-numeric: diagonal-fractions; }

.stacked-fractions {
  font-variant-numeric: stacked-fractions; }

/* Smoothing */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

/* Colors */
.text-white {
  color: #ffffff !important; }

.text-light-gray {
  color: #f6f6f6 !important; }

.text-gray {
  color: #333333 !important; }

.text-black {
  color: #111111 !important; }

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) !important; }

.text-shadow-inside {
  text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def !important; }

/* Style Type */
.list-none {
  list-style-type: none; }

.list-disc {
  list-style-type: disc; }

.list-decimal {
  list-style-type: decimal; }

/* Alignment */
.text-left {
  text-align: left; }

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

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

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

/* Style */
.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.roman {
  font-style: normal; }

/* Line Height */
.leading-0 {
  line-height: 0; }

.leading-3 {
  line-height: .75rem; }

.leading-4 {
  line-height: 1rem; }

.leading-5 {
  line-height: 1.25rem; }

.leading-6 {
  line-height: 1.5rem; }

.leading-7 {
  line-height: 1.75rem; }

.leading-8 {
  line-height: 2rem; }

.leading-9 {
  line-height: 2.25rem; }

.leading-10 {
  line-height: 2.5rem; }

.leading-none {
  line-height: 1; }

.leading-tight {
  line-height: 1.25; }

.leading-snug {
  line-height: 1.375; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.625; }

.leading-loose {
  line-height: 2; }

/* Letter Spacing */
.tracking-tighter {
  letter-spacing: -0.05em; }

.tracking-tight {
  letter-spacing: -0.05em; }

.tracking-normal {
  letter-spacing: 0; }

.tracking-wide {
  letter-spacing: 0.05em; }

.tracking-wider {
  letter-spacing: 0.05em; }

.tracking-widest {
  letter-spacing: 0.1em; }

/* Vertical Alignment */
.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.align-text-top {
  vertical-align: text-top; }

.align-text-bottom {
  vertical-align: text-bottom; }

/* Decoration */
.underline {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.no-underline {
  text-decoration: none; }

/* Transform */
.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.normal-case {
  text-transform: none; }

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

.overflow-ellipsis {
  text-overflow: ellipsis; }

.overflow-clip {
  text-overflow: clip; }

/* Word Break */
.break-normal {
  overflow-wrap: normal;
  word-break: normal; }

.break-words {
  overflow-wrap: break-word; }

.break-all {
  word-break: break-all; }

/* SVG
================================================================================================= */
.fill-current {
  fill: currentColor; }

.stroke-current {
  stroke: currentColor; }

.stroke-0 {
  stroke-width: 0; }

.stroke-1 {
  stroke-width: 1; }

.stroke-2 {
  stroke-width: 2; }

.svg-border-rounded svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.svg-border-rounded.svg-height-1 svg {
  height: 1.5rem; }

.svg-border-rounded.svg-height-2 svg,
.svg-border-rounded.svg-height-3 svg {
  height: 2rem; }

@media (min-width: 768px) {
  .svg-border-rounded.svg-height-1 svg {
    height: 2rem; }
  .svg-border-rounded.svg-height-2 svg {
    height: 3rem; }
  .svg-border-rounded.svg-height-3 svg {
    height: 4rem; } }

@media (min-width: 1200px) {
  .svg-border-rounded.svg-height-1 svg {
    height: 3rem; }
  .svg-border-rounded.svg-height-2 svg {
    height: 4rem; }
  .svg-border-rounded.svg-height-3 svg {
    height: 5rem; } }

/* Bullets
================================================================================================= */
ul.ul-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

@media (min-width: 992px) {
  ul.ul-lg-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; } }

.list-h {
  margin: 0;
  list-style: 0;
  display: inline-block; }

.list-h li {
  margin: 0;
  display: block;
  padding: 0 10px; }

@media (min-width: 768px) {
  .list-h li {
    float: left; } }

/* Background
================================================================================================= */
/* Background Attachment */
.bg-fixed {
  background-attachment: fixed; }

.bg-local {
  background-attachment: local; }

.bg-scroll {
  background-attachment: scroll; }

/* Background Color */
.bg-transparent {
  background-color: transparent; }

.bg-white {
  background-color: #ffffff; }

.bg-light-gray {
  background-color: #f6f6f6; }

.bg-dark-gray {
  background-color: #333333; }

.bg-black {
  background-color: #111111; }

.bg-silver-light {
  background-color: #F6F6F6;
  background-image: linear-gradient(to right top, #F6F6F6, #999); }

.bg-style-01-animate {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/* Background Position */
.bg-bottom {
  background-position: bottom; }

.bg-center {
  background-position: center; }

.bg-left {
  background-position: left; }

.bg-left-bottom {
  background-position: left bottom; }

.bg-left-top {
  background-position: left top; }

.bg-right {
  background-position: right; }

.bg-right-bottom {
  background-position: right bottom; }

.bg-right-top {
  background-position: right top; }

.bg-top {
  background-position: top; }

/* Background Repeat */
.bg-repeat {
  background-repeat: repeat; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-repeat-y {
  background-repeat: repeat-y; }

/* Background Size */
.bg-auto {
  background-size: auto; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

/* Sizing
================================================================================================= */
/* Width */
.width-full {
  width: 100%; }

.width-screen {
  width: 100vw; }

/* Height */
.height-0 {
  height: 0 !important; }

.height-1 {
  height: 100px !important; }

.height-2 {
  height: 200px !important; }

.height-3 {
  height: 300px !important; }

.height-4,
.height-5,
.height-6,
.height-7,
.height-8 {
  height: 400px !important; }

.height-auto {
  height: auto !important; }

.height-px {
  height: 1px !important; }

.height-full {
  height: 100% !important; }

.height-screen {
  height: 100vh !important; }

@media (min-width: 992px) {
  .height-5 {
    height: 500px !important; }
  .height-6 {
    height: 600px !important; }
  .height-7 {
    height: 700px !important; }
  .height-8 {
    height: 800px !important; }
  .height-lg-1 {
    height: 100px !important; }
  .height-lg-2 {
    height: 200px !important; }
  .height-lg-3 {
    height: 300px !important; }
  .height-lg-4 {
    height: 400px !important; }
  .height-lg-5 {
    height: 500px !important; }
  .height-lg-6 {
    height: 600px !important; }
  .height-lg-7 {
    height: 700px !important; }
  .height-lg-8 {
    height: 800px !important; } }

/* Min-Width */
.min-width-0 {
  min-width: 0; }

.min-width-full {
  min-width: 100%; }

/* Max-Width */
.max-width-1 {
  max-width: 100px; }

.max-width-2 {
  max-width: 200px; }

.max-width-3 {
  max-width: 300px; }

.max-width-4 {
  max-width: 400px; }

.max-width-5 {
  max-width: 500px; }

.max-width-6 {
  max-width: 600px; }

.max-width-7 {
  max-width: 700px; }

.max-width-8 {
  max-width: 800px; }

.max-width-sm {
  max-width: 540px; }

.max-width-md {
  max-width: 720px; }

.max-width-lg {
  max-width: 960px; }

.max-width-xl {
  max-width: 1140px; }

.max-width-full {
  max-width: 100%; }

/* Min-Height */
.min-height-0 {
  min-height: 0; }

.min-height-full {
  min-height: 100%; }

.min-height-screen {
  min-height: 100vh; }

/* Max-Height */
.max-height-full {
  max-height: 100%; }

.max-height-screen {
  max-height: 100vh; }

/* Miscellaneous
================================================================================================= */
img.img-full {
  width: 100%;
  height: auto; }

/* Box Shadow */
.box-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.box-shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

.box-shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }

.box-shadow-inner {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); }

.box-shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5); }

.box-shadow-none {
  box-shadow: none; }

/* Opacity */
.opacity-0 {
  opacity: 0; }

.opacity-5 {
  opacity: 0.05; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-25 {
  opacity: 0.25; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-75 {
  opacity: 0.75; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-95 {
  opacity: 0.95; }

.opacity-100 {
  opacity: 1; }

.outline-none {
  outline: 0; }

/* Appearance */
.appearance-none {
  appearance: none; }

/* Less Margin */
.less-mx-default {
  margin-left: -15px !important;
  margin-right: -15px !important; }

[class*="less-"] {
  z-index: 5; }

.less-ml-1 {
  margin-left: -50px; }

.less-ml-2 {
  margin-left: -100px; }

.less-ml-3 {
  margin-left: -150px; }

.less-ml-4 {
  margin-left: -200px; }

.less-ml-5 {
  margin-left: -250px; }

.less-mt-1 {
  margin-top: -50px; }

.less-mt-2 {
  margin-top: -100px; }

.less-mt-3 {
  margin-top: -150px; }

.less-mt-4 {
  margin-top: -200px; }

.less-mt-5 {
  margin-top: -250px; }

.less-mr-1 {
  margin-right: -50px; }

.less-mr-2 {
  margin-right: -100px; }

.less-mr-3 {
  margin-right: -150px; }

.less-mr-4 {
  margin-right: -200px; }

.less-mr-5 {
  margin-right: -250px; }

.less-mb-1 {
  margin-bottom: -50px; }

.less-mb-2 {
  margin-bottom: -100px; }

.less-mb-3 {
  margin-bottom: -150px; }

.less-mb-4 {
  margin-bottom: -200px; }

.less-mb-5 {
  margin-bottom: -250px; }

@media (min-width: 992px) {
  .less-ml-lg-1 {
    margin-left: -50px; }
  .less-ml-lg-2 {
    margin-left: -100px; }
  .less-ml-lg-3 {
    margin-left: -150px; }
  .less-ml-lg-4 {
    margin-left: -200px; }
  .less-ml-lg-5 {
    margin-left: -250px; }
  .less-mt-lg-1 {
    margin-top: -50px; }
  .less-mt-lg-2 {
    margin-top: -100px; }
  .less-mt-lg-3 {
    margin-top: -150px; }
  .less-mt-lg-4 {
    margin-top: -200px; }
  .less-mt-lg-5 {
    margin-top: -250px; }
  .less-mr-lg-1 {
    margin-right: -50px; }
  .less-mr-lg-2 {
    margin-right: -100px; }
  .less-mr-lg-3 {
    margin-right: -150px; }
  .less-mr-lg-4 {
    margin-right: -200px; }
  .less-mr-lg-5 {
    margin-right: -250px; }
  .less-mb-lg-1 {
    margin-bottom: -50px; }
  .less-mb-lg-2 {
    margin-bottom: -100px; }
  .less-mb-lg-3 {
    margin-bottom: -150px; }
  .less-mb-lg-4 {
    margin-bottom: -200px; }
  .less-mb-lg-5 {
    margin-bottom: -250px; } }

/* Animation Duration
================================================================================================= */
.animated-duration-1 {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s; }

.animated-duration-2 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.animated-duration-3 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.animated-duration-4 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s; }

/* Animation Delay
================================================================================================= */
.animated-delay-1 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s; }

.animated-delay-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.animated-delay-3 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.animated-delay-4 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

.image-wrapper img {
  width: 100%;
  height: auto; }

.wrapper-slider {
  overflow-x: hidden; }

.btn-to-call {
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  background: #00a699 linear-gradient(to right, #65cd8d, #4fc492, #38ba96, #21b098, #00a699);
  margin-left: 10px;
  border-radius: 50%; }

.btn-to-call i {
  line-height: 40px; }

.grecaptcha-badge {
  visibility: hidden; }

.countdown {
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  margin: 30px 0 60px 0; }

.wrapper-btn-load-more span.spinner-border {
  display: none; }

.wrapper-btn-load-more span.spinner-border.active {
  display: block; }

.form-wizard-progress-bullets {
  margin-bottom: -22px;
  z-index: 9; }

.form-wizard-progress-bullets div span {
  display: inline-block;
  background-color: #111;
  border: none;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center; }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important; } }

.list-phones {
  list-style: none; }

.list-phones li {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1; }

.list-phones li:last-child {
  border-bottom: none; }

.list-phones li h4 {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 1px; }

/* Multiple Range */
.wrapper-multirange .multirange {
  position: relative;
  margin: 10px 0; }

.wrapper-multirange .multirange input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: #808080; }

.wrapper-multirange .multirange input[type=range]:nth-child(2) {
  background: none; }

.wrapper-multirange .multirange input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: #808080; }

.wrapper-multirange .multirange input[type=range]::-moz-range-track {
  background: none; }

.wrapper-multirange .multirange input[type=range] {
  position: absolute;
  left: 5px;
  right: 5px;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  border: 0 !important;
  outline: none;
  background: linear-gradient(#dee2e6, #dee2e6) no-repeat center;
  background-size: 100% 6px;
  pointer-events: none;
  appearance: none; }

.wrapper-multirange .multirange input[type=range]:active,
.wrapper-multirange .multirange input[type=range]:focus,
.wrapper-multirange .multirange input[type=range]::-moz-focus-outer {
  border: none;
  outline: none; }

.wrapper-multirange .multirange input[type=range]::-moz-range-thumb {
  position: relative;
  height: 14px;
  width: 14px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: #495057;
  pointer-events: all;
  border: none !important; }

.wrapper-multirange .multirange input[type=range]::-moz-range-thumb:hover {
  background-color: #deddee; }

.wrapper-multirange .multirange input[type=range]::-moz-range-thumb:active {
  background-color: #d1d3d5; }

.wrapper-multirange .multirange input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 14px;
  width: 14px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: #495057;
  pointer-events: all;
  border: none !important; }

.wrapper-multirange .multirange input[type=range]::-webkit-slider-thumb:hover {
  background-color: #deddee; }

.wrapper-multirange .multirange input[type=range]::-webkit-slider-thumb:active {
  background-color: #d1d3d5; }

/* Table */
table.zd-table,
.zd-table table {
  display: table;
  border-collapse: collapse;
  width: 100%; }

table.zd-table td,
table.zd-table th,
.zd-table table td,
.zd-table table th {
  padding: .5em;
  border: 1px solid #e1e1e1 !important;
  word-break: normal; }

.zd-table thead {
  background-color: #333;
  color: #FFF;
  border-bottom: none !important; }

/* Fixed Icons */
.wrapper-fixed-left-bottom {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 999; }

.wrapper-fixed-right-bottom {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999; }

/* Icons Style */
.wrapper-i-style a {
  display: inline-block;
  margin: 0 3px; }

.i-style {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 16px; }

.i-style:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }

.i-style-2x {
  width: 42px;
  height: 42px;
  font-size: 21px; }

.i-style-3x {
  width: 62px;
  height: 62px;
  font-size: 31px; }

.i-style-4x {
  width: 92px;
  height: 92px;
  font-size: 46px; }

.i-style-rounded {
  border-radius: 6px; }

.i-style-circle {
  border-radius: 50%; }

.i-style-dark {
  background-color: #111;
  color: #fff; }

.i-style-outline-dark {
  border: 1px solid #111;
  color: #111; }

.i-style-light {
  background-color: #fff;
  color: #111; }

.i-style-outline-light {
  border: 1px solid #fff;
  color: #fff; }

/* Swiper */
.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  line-height: 45px; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: black; }

.swiper-button-next {
  right: 20px !important; }

.swiper-button-prev {
  left: 20px !important; }

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px; }

.swiper-button-next.swiper-button-next-thumbnail,
.swiper-button-prev.swiper-button-prev-thumbnail {
  top: 20px !important;
  width: 40px;
  height: 100%;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  transition: all 0.2s ease;
  visibility: hidden; }

.swiper-button-next.swiper-button-next-thumbnail {
  right: -40px !important; }

.swiper-button-prev.swiper-button-prev-thumbnail {
  left: -40px !important; }

.gallery-thumbs .swiper-button-next.swiper-button-next-thumbnail,
.gallery-thumbs .swiper-button-prev.swiper-button-prev-thumbnail {
  visibility: hidden; }

.gallery-thumbs:hover .swiper-button-next.swiper-button-next-thumbnail,
.gallery-thumbs:hover .swiper-button-prev.swiper-button-prev-thumbnail {
  visibility: visible; }

.gallery-thumbs:hover .swiper-button-next.swiper-button-next-thumbnail {
  right: 0 !important; }

.gallery-thumbs:hover .swiper-button-prev.swiper-button-prev-thumbnail {
  left: 0 !important; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px; }

.swiper-pagination-bullet-active {
  background-color: #111; }

.gallery-carousel .swiper-slide img {
  width: 100%;
  height: auto; }

/*.gallery-carousel .swiper-slide img { width: auto; height: 100%; max-height: 500px; display: block; margin: 0 auto; }*/
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  margin: 10px 0; }

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: auto;
  opacity: 0.4; }

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto; }

.gallery-thumbs .swiper-slide-active {
  opacity: 1; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto;
  left: auto; }

.swiper-pagination {
  position: relative;
  margin-top: 25px; }

.swiper-button-parent {
  display: none; }

@media (min-width: 992px) {
  .swiper-button-parent {
    display: block; } }

/* Flatpickr */
.flatpickr-calendar {
  width: 318px;
  padding-top: 0;
  padding-bottom: 15px; }

.flatpickr-months {
  margin-bottom: 10px; }

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-size: 1.1rem; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #111;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #111; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #fff;
  border-color: #111; }

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #999; }

.flatpickr-months .flatpickr-month,
.flatpickr-current-month {
  height: 46px; }

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  padding: 6px; }

.count-box {
  padding: 30px;
  width: 100%; }

.counts .count-box i {
  display: block;
  font-size: 44px;
  float: left;
  line-height: 0; }

.count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  margin-left: 60px; }

.count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-size: 14px; }

.count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  font-size: 15px;
  transition: ease-in-out 0.3s; }

/* Navbar */
.navbar {
  padding: 0; }

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none; }

.navbar li {
  position: relative; }

.navbar li.has-children-arrow > a {
  position: relative;
  padding-right: 30px !important; }

.navbar li.has-children-arrow > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  text-align: center;
  line-height: 18px; }

.navbar li.has-children-arrow ul li.has-children-arrow > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900; }

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: #111;
  transition: 0.3s; }

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #666; }

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  min-width: 200px;
  max-width: 300px;
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; }

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px; }

.navbar .dropdown ul a i {
  font-size: 12px; }

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #666; }

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden; }

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible; }

/* Navbar Vertical */
.navbar-vertical ul {
  flex-direction: column;
  width: 100%; }

.navbar-vertical ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  border-bottom: 1px solid #e1e1e1; }

.navbar-vertical .dropdown ul {
  top: 0;
  left: calc(100% - 30px); }

.navbar-vertical .dropdown:hover > ul {
  top: 0;
  left: 100%; }

.navbar-vertical .dropdown ul a {
  color: #111 !important; }

.navbar-vertical .dropdown ul li:hover > a {
  color: #666 !important; }

/* Navbar Toggle */
.navbar-toggle {
  padding: 0; }

.navbar-toggle ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; }

.navbar-toggle li {
  position: relative;
  border-bottom: 1px solid #e1e1e1; }

.navbar-toggle li.dropdown > a {
  position: relative;
  padding-right: 30px; }

.navbar-toggle li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  text-align: center;
  line-height: 18px; }

.navbar-toggle li.dropdown ul li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900; }

.navbar-toggle a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #111;
  transition: 0.3s; }

.navbar-toggle a:hover,
.navbar-toggle .active,
.navbar-toggle .active:focus,
.navbar-toggle li:hover > a {
  color: #666; }

.navbar-toggle .dropdown ul {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 99;
  background: #f6f6f6;
  transition: all 0.3s linear; }

.navbar-toggle .dropdown ul a {
  padding: 10px;
  text-transform: none;
  font-size: 90%; }

.navbar-toggle .dropdown ul a i {
  font-size: 12px; }

.navbar-toggle .dropdown ul a:hover,
.navbar-toggle .dropdown ul .active:hover,
.navbar-toggle .dropdown ul li:hover > a {
  color: #666; }

.navbar-toggle .dropdown ul li:last-child {
  border-bottom: none; }

.navbar-toggle .dropdown > .dropdown-active {
  display: block;
  animation: flipInX .8s; }

.layer {
  position: relative; }

.layer-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-attachment-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px; }

.gallery-attachment-info h4 {
  font-size: 16px;
  margin: 0;
  color: #FFF; }

.gallery-attachment-info p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 13px; }

#wrapper-loading {
  z-index: 1060; }

.current-date,
.counter-box {
  display: inline-block; }

.sep {
  padding-left: 4px;
  padding-right: 4px; }

.showcase-img,
.showcase-img-2 {
  position: relative;
  min-height: 480px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.showcase-text {
  padding: 60px 15px !important; }

.box-search {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding: 20px; }

.bd-callout {
  padding: 20px;
  border: 1px solid;
  border-top-color: #eee !important;
  border-right-color: #eee !important;
  border-bottom-color: #eee !important;
  border-left-width: 5px;
  border-radius: 3px; }

.gutter-h-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.gutter-h {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.remove-gutter-h {
  margin-left: -15px !important;
  margin-right: -15px !important; }

#cookie-privacy-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  color: #111;
  border-top: 1px solid #e1e1e1;
  padding: 30px 0;
  z-index: 999; }

ul.instagram-feed {
  list-style: none; }

ul.instagram-feed li {
  float: left; }

ul.instagram-feed li img {
  width: 100%;
  height: auto; }

.list-animate li {
  display: none; }

.scroll-horizontal {
  overflow: auto;
  white-space: nowrap; }

.background-video {
  height: 100vh;
  width: 100%;
  object-fit: fill;
  position: absolute; }

.background-video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* Hovers */
.hover-bounce:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s; }

.hover-flash:hover {
  -webkit-animation: flash 1s;
  animation: flash 1s; }

.hover-pulse:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s; }

.hover-rubberBand:hover {
  -webkit-animation: rubberBand 1s;
  animation: rubberBand 1s; }

.hover-shake:hover {
  -webkit-animation: shake 1s;
  animation: shake 1s; }

.hover-swing:hover {
  -webkit-animation: swing 1s;
  animation: swing 1s; }

.hover-tada:hover {
  -webkit-animation: tada 1s;
  animation: tada 1s; }

.hover-wobble:hover {
  -webkit-animation: wobble 1s;
  animation: wobble 1s; }

.hover-jello:hover {
  -webkit-animation: jello 1s;
  animation: jello 1s; }

.hover-lift {
  transition: box-shadow .25s ease,transform .25s ease; }

.hover-lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.2), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.2) !important;
  transform: translate3d(0, -3px, 0); }

.hover-submenu-lift ul {
  transition: all .2s ease-in-out;
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  display: block !important; }

.hover-submenu-lift li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* Sections
================================================================================================= */
.section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem; }

.section-sm {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.section-lg {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.section-xl {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.section-hero {
  min-height: 500px; }

.section-shaped {
  position: relative; }

.section-shaped .shape {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%; }

.section-shaped .shape-style-1.shape-default {
  background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%); }

.section-shaped .shape-style-1.shape-primary {
  background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%); }

.section-shaped .shape + .container {
  position: relative;
  height: 100%; }

.separator {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
  pointer-events: none; }

.separator-top {
  top: 0;
  bottom: auto; }

.separator-bottom {
  top: auto;
  bottom: 0; }

.separator-inverse {
  transform: rotate(180deg); }

.separator-skew {
  height: 60px; }

@media (max-width: 992px) {
  .separator-skew {
    z-index: 0; } }

/* Fullwidth 
================================================================================================= */
.fullwidth {
  position: relative; }

.wrapper-default.wide .fullwidth {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.wrapper-default.boxed .fullwidth {
  margin-left: -15px;
  margin-right: -15px; }

.wrapper-side-header .fullwidth {
  margin-left: -11px;
  margin-right: -11px; }

/* Overlay 
================================================================================================= */
.overlay-layer {
  position: absolute; }

.overlay-backdrop {
  position: fixed;
  background-color: rgba(58, 59, 60, 0.5);
  z-index: 1050; }

.overlay-before:before {
  content: '';
  position: absolute;
  background-color: rgba(58, 59, 60, 0.5); }

.overlay-layer,
.overlay-backdrop,
.overlay-before:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* Custom Bullets
================================================================================================= */
.list-inline-division {
  display: flex;
  list-style: none; }

.list-inline-division li:not(:first-child):before {
  content: "|";
  padding-left: 5px;
  padding-right: 5px; }

.list-inline {
  display: flex;
  list-style: none;
  margin: 0; }

.list-inline li {
  padding-left: 5px;
  padding-right: 5px; }

ul.list-vertical-icon {
  list-style: none; }

ul.list-vertical-icon li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #4b4c4d; }

ul.list-vertical-icon li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 10px; }

/* Bullets 
================================================================================================= */
ul.circle,
ul.dot-circle,
ul.ok,
ul.angle-right,
ul.angle-double-right,
ul.asterisk,
ul.star,
ul.heart,
ul.plus,
ol.decimal,
ol.roman {
  list-style-type: none; }

ul.circle li,
ul.dot-circle li,
ul.ok li,
ul.angle-right li,
ul.angle-double-right li,
ul.asterisk li,
ul.star li,
ul.heart li,
ul.plus li,
ol.decimal li,
ol.roman li {
  position: relative;
  padding-left: 20px; }

ul.circle li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f111';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .55em; }

ul.dot-circle li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f192';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .55em; }

ul.ok li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .7em; }

ul.angle-right li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .9em; }

ul.angle-double-right li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f101';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .7em; }

ul.asterisk li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f069';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  color: #666;
  font-size: .5em; }

ul.star li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f005';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  color: #fecc2f;
  font-size: .7em; }

ul.heart li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f004';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  color: #AE070A;
  font-size: .7em; }

ul.plus li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: translate(0, -50%);
  font-size: .6em; }

ol.decimal,
ol.roman {
  counter-reset: mega-step; }

ol.decimal > li,
ol.roman > li {
  counter-increment: mega-step; }

ol.decimal > li:before {
  content: counter(mega-step) ".";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%); }

ol.roman > li:before {
  content: counter(mega-step, upper-roman) ".";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%); }

ul.circle ul,
ul.dot-circle ul,
ul.ok ul,
ul.angle-right ul,
ul.angle-double-right ul,
ul.asterisk ul,
ul.star ul,
ul.heart ul,
ul.plus ul,
ol.decimal ul,
ol.roman ul {
  margin-left: 0; }

ul.circle ul li:before,
ul.dot-circle ul li:before,
ul.ok ul li:before,
ul.angle-right ul li:before,
ul.angle-double-right ul li:before,
ul.asterisk ul li:before,
ul.star ul li:before,
ul.heart ul li:before,
ul.plus ul li:before,
ol.decimal ul li:before,
ol.roman ul li:before {
  display: none; }

/* Custom Headings 
================================================================================================= */
.heading {
  margin-bottom: 20px;
  overflow: hidden; }

.heading-left,
.heading-center,
.heading-right {
  text-align: left; }

@media (min-width: 768px) {
  .heading-left {
    text-align: left; }
  .heading-center {
    text-align: center; }
  .heading-right {
    text-align: right; }
  .heading-left:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -100%;
    margin-left: 20px; }
  .heading-center:before,
  .heading-center:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .heading-center:before {
    margin-left: -100%;
    margin-right: 20px; }
  .heading-center:after {
    margin-right: -100%;
    margin-left: 20px; }
  .heading-right:before {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -100%;
    margin-right: 20px; }
  .heading-single-solid:before,
  .heading-single-solid:after {
    border-bottom: 1px #e1e1e1 solid; }
  .heading-single-dotted:before,
  .heading-single-dotted:after {
    border-bottom: 3px #e1e1e1 dotted; }
  .heading-single-dashed:before,
  .heading-single-dashed:after {
    border-bottom: 3px #e1e1e1 dashed; }
  .heading-double-solid:before,
  .heading-double-solid:after {
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    height: 8px;
    margin-top: -4px; } }

/* Slider
================================================================================================= */
.slide-title {
  font-size: 30px;
  line-height: 40px; }

.slide-title-large {
  font-size: 40px;
  line-height: 50px; }

.slide-title-larger {
  font-size: 50px;
  line-height: 60px; }

@media (min-width: 992px) {
  .slide-title {
    font-size: 40px;
    line-height: 50px; }
  .slide-title-large {
    font-size: 50px;
    line-height: 60px; }
  .slide-title-larger {
    font-size: 60px;
    line-height: 70px; } }

/* Separators 
================================================================================================= */
.divider-candy-top:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100; }

.divider-candy-bottom:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100; }

.divider-candy-light:before {
  background-color: #ffffff;
  border-bottom: #ffffff;
  border-left: #ffffff; }

.divider-candy-dark:before {
  background-color: #333;
  border-bottom: #333;
  border-left: #333; }

.divider-candy-light-gray:before {
  background-color: #f6f6f6;
  border-bottom: #f6f6f6;
  border-left: #f6f6f6; }

/* hr 
================================================================================================= */
hr {
  opacity: 1;
  background-color: transparent; }

hr.sexy-line {
  border-top: 1px solid #e0dede;
  background: radial-gradient(ellipse at 50% -100%, rgba(0, 0, 0, 0.6) 0, rgba(255, 255, 255, 0) 70%);
  height: 6px; }

hr.double-line {
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  height: 6px; }

hr.small-highlight {
  width: 50px;
  border-top: 3px solid #e0dede; }

hr.small-highlight-center {
  width: 50px;
  border-top: 3px solid #e0dede;
  margin-left: auto;
  margin-right: auto; }

hr.sexy-line-white {
  border-top: 1px solid #ffffff;
  background: radial-gradient(ellipse at 50% -100%, rgba(0, 0, 0, 0.6) 0, rgba(255, 255, 255, 0) 70%);
  height: 6px; }

hr.double-line-white {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 6px; }

hr.small-highlight-white {
  width: 50px;
  border-top: 3px solid #ffffff; }

hr.small-highlight-center-white {
  width: 50px;
  border-top: 3px solid #ffffff;
  margin-left: auto;
  margin-right: auto; }

/* Data 
================================================================================================= */
[data-url],
[data-video-url],
[role="button"] {
  cursor: pointer; }

[data-animate] {
  visibility: hidden; }

/* Parallax
================================================================================================= */
.bg-parallax {
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

@media (min-width: 992px) {
  .bg-parallax {
    background-attachment: fixed; } }

/* Gallery
================================================================================================= */
/* Gallery Mosaico */
.gallery-mosaico .image-wrapper {
  margin-bottom: 10px; }

/* Gallery Masonry */
.gallery-masonry:after {
  content: '';
  display: block;
  clear: both; }

.gallery-masonry .image-wrapper {
  margin-bottom: 10px; }

/* General Info 
================================================================================================= */
.address-item i {
  font-size: 25px;
  line-height: 40px; }

.wrapper-general-info {
  list-style: none;
  margin: 0; }

.wrapper-general-info li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 24px; }

.wrapper-general-info li:before {
  position: absolute;
  left: 0;
  top: 0; }

.wrapper-general-info li.general-info-location:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900; }

.wrapper-general-info li.general-info-phone:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900; }

.wrapper-general-info li.general-info-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900; }

.wrapper-general-info li.general-info-whatsapp:before {
  font-family: "Font Awesome 5 Free";
  content: "\f232";
  font-weight: 900; }

.wrapper-general-info li.general-info-document:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-weight: 900; }

.wrapper-general-info-large {
  list-style: none;
  margin: 0; }

.wrapper-general-info-large li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 32px; }

.wrapper-general-info-large li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px; }

.wrapper-general-info-large li.general-info-location:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-phone:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-whatsapp:before {
  font-family: "Font Awesome 5 Free";
  content: "\f232";
  font-weight: 900; }

.wrapper-general-info-large li.general-info-document:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-weight: 900; }

@media (min-width: 992px) {
  .showcase-img-2 {
    min-height: 640px; }
  .showcase-text {
    padding: 110px !important; } }

/* Social Media
================================================================================================= */
.wrapper-social-media {
  display: inline-block; }

.wrapper-social-media a {
  margin-right: 10px; }

.wrapper-social-media a:last-child {
  margin-right: 0; }

/* Decorative Divider 
================================================================================================= */
svg.decorative-divider {
  display: none; }

@media (min-width: 992px) {
  svg.decorative-divider {
    display: block; }
  svg.decorative-divider-top {
    position: absolute;
    top: 0;
    width: 100%; }
  svg.decorative-divider-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; } }

/* Navegation
================================================================================================= */
/* Paged */
.page-nav {
  position: relative;
  margin: 0;
  text-align: center; }

/* Previous and Next */
.previous-posts, .next-posts {
  display: inline-block; }

.previous-posts a,
.next-posts a {
  display: inline-block;
  border: 1px solid #e1e1e1;
  color: #666;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.previous-posts a:hover,
.next-posts a:hover {
  border: 1px solid #e1e1e1;
  background: #f6f6f6; }

.previous-posts {
  margin-right: 10px; }

/* Button Load More */
a.btn-load-more {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 12px 20px;
  border-radius: 4px;
  letter-spacing: 1px; }

a.btn-load-more:hover {
  border: 1px solid #adadad; }

/* Load Infinite */
.infinite-Loader {
  display: none; }

/* Google Map
================================================================================================= */
.wrapper-gmaps {
  position: relative;
  background-color: #f6f6f6; }

.wrapper-gmaps .apps-destination {
  display: none;
  position: relative;
  background: #FFF;
  font-size: 14px;
  padding: 20px 10px; }

.wrapper-gmaps .apps-destination h5 {
  margin-bottom: 5px; }

.wrapper-gmaps .apps-destination ul {
  list-style: none;
  margin: 0;
  display: inline-block; }

.wrapper-gmaps .apps-destination ul li {
  border-bottom: 1px solid #e1e1e1;
  margin: 0; }

.wrapper-gmaps .apps-destination ul li a {
  display: inline-block;
  padding: 8px 12px; }

.wrapper-gmaps .wp_gmaps_canvas img {
  max-width: none !important; }

@media (max-width: 767px) {
  .wrapper-gmaps .apps-destination ul li {
    border: 1px solid #e1e1e1;
    float: left;
    margin-right: 2px; } }

@media (min-width: 768px) {
  .wrapper-gmaps .apps-destination {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 2; }
  .wrapper-gmaps .apps-destination {
    position: absolute;
    top: 10px;
    left: 10px; }
  .wrapper-gmaps .apps-destination ul li:last-child {
    border-bottom: none; }
  .wrapper-gmaps .apps-destination ul li a {
    padding: 5px 0; } }

/* Form
================================================================================================= */
.custom-file-input {
  cursor: pointer !important; }

.btn-file-clone {
  background-color: #f6f6f6;
  color: #666;
  border: 1px solid #e1e1e1;
  margin-left: 5px; }

.form-progress {
  margin-top: 10px; }

.switch {
  font-size: 1rem;
  position: relative; }

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0; }

.switch input + label {
  position: relative;
  min-width: calc(calc(1.75rem * .8) * 2);
  border-radius: calc(1.75rem * .8);
  height: calc(1.75rem * .8);
  line-height: calc(1.75rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(1.75rem * .8) * 2) + .5rem); }

.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(1.75rem * .8) * 2);
  bottom: 0;
  display: block; }

.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(1.75rem * .8);
  transition: 0.2s all; }

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(1.75rem * .8) - calc(2px * 2));
  height: calc(calc(1.75rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all; }

.switch input:checked + label::before {
  background-color: #666; }

.switch input:checked + label::after {
  margin-left: calc(1.75rem * .8); }

.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed; }

.switch input:disabled + label::before {
  background-color: #e9ecef; }

.switch.switch-sm {
  font-size: 0.875rem; }

.switch.switch-sm input + label {
  min-width: calc(calc(1.5rem * .8) * 2);
  height: calc(1.5rem * .8);
  line-height: calc(1.5rem * .8);
  text-indent: calc(calc(calc(1.5rem * .8) * 2) + .5rem); }

.switch.switch-sm input + label::before {
  width: calc(calc(1.5rem * .8) * 2); }

.switch.switch-sm input + label::after {
  width: calc(calc(1.5rem * .8) - calc(2px * 2));
  height: calc(calc(1.5rem * .8) - calc(2px * 2)); }

.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.5rem * .8); }

.switch.switch-lg {
  font-size: 1.25rem; }

.switch.switch-lg input + label {
  min-width: calc(calc(2rem * .8) * 2);
  height: calc(2rem * .8);
  line-height: calc(2rem * .8);
  text-indent: calc(calc(calc(2rem * .8) * 2) + .5rem); }

.switch.switch-lg input + label::before {
  width: calc(calc(2rem * .8) * 2); }

.switch.switch-lg input + label::after {
  width: calc(calc(2rem * .8) - calc(2px * 2));
  height: calc(calc(2rem * .8) - calc(2px * 2)); }

.switch.switch-lg input:checked + label::after {
  margin-left: calc(2rem * .8); }

.switch + .switch {
  margin-left: 1rem; }

.wrapper-form-progressbar {
  position: relative;
  z-index: 1; }

.wrapper-form-progressbar .form-progressbar {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  counter-reset: step;
  list-style: none; }

.form-progressbar li {
  position: relative;
  list-style-type: none;
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 0;
  font-weight: 600; }

.wrapper-form-progressbar .form-progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 44px;
  height: 44px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #333;
  background-color: #f6f6f6;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  margin: 0 auto 5px auto; }

.wrapper-form-progressbar .form-progressbar li:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #e1e1e1;
  position: absolute;
  left: -50%;
  top: 22px;
  z-index: -1; }

.wrapper-form-progressbar .form-progressbar li:first-child:after {
  content: none; }

.wrapper-form-progressbar .form-progressbar li.active:before {
  background-color: #8bc34a;
  color: #FFF;
  border-color: #8bc34a; }

.wrapper-form-progressbar .form-progressbar li.active:after {
  background-color: #8bc34a; }

.multi-step-form fieldset:not(:first-of-type) {
  display: none; }

/* Social Media
================================================================================================= */
a.fa.bg-facebook {
  background-color: #3b5998;
  color: #ffffff; }

a.fa.bg-facebook:hover {
  background-color: #2e4982; }

a.fa.bg-twitter {
  background-color: #55acee;
  color: #ffffff; }

a.fa.bg-twitter:hover {
  background-color: #4294d2; }

a.fa.bg-youtube {
  background-color: #bb0000;
  color: #ffffff; }

a.fa.bg-youtube:hover {
  background-color: #a80101; }

a.fa.bg-vimeo {
  background-color: #aad450;
  color: #ffffff; }

a.fa.bg-vimeo:hover {
  background-color: #95ba46; }

a.fa.bg-linkedin {
  background-color: #007bb5;
  color: #ffffff; }

a.fa.bg-linkedin:hover {
  background-color: #006b9d; }

a.fa.bg-instagram {
  background-color: #e95950;
  color: #ffffff; }

a.fa.bg-instagram:hover {
  background-color: #d25149; }

a.fa.bg-whatsapp {
  background-color: #4dc247;
  color: #ffffff; }

a.fa.bg-whatsapp:hover {
  background-color: #3fa23a; }

a.fa.bg-rss {
  background-color: #ff6600;
  color: #ffffff; }

a.fa.bg-rss:hover {
  background-color: #e45d03; }

/* Social Share
================================================================================================= */
.social-share {
  display: inline-block; }

.social-share .social-share-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  margin-right: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #7d7d7d;
  color: #ffffff; }

.social-share .social-share-icon i:before {
  font-size: 17px;
  line-height: 34px; }

.social-share .social-share-icon:hover {
  opacity: 0.8; }

.social-share-color a.facebook {
  background-color: #3b5998;
  color: #ffffff; }

.social-share-color a.twitter {
  background-color: #00aced;
  color: #ffffff; }

.social-share-color a.linkedin {
  background-color: #007bb5;
  color: #ffffff; }

.social-share-color a.pinterest {
  background-color: #cb2027;
  color: #ffffff; }

.social-share-color a.google-plus {
  background-color: #dd4b39;
  color: #ffffff; }

.social-share-color a.stumbleupon {
  background-color: #f74425;
  color: #ffffff; }

.social-share-color a.reddit {
  background-color: #ff4500;
  color: #ffffff; }

.social-share-color a.email {
  background-color: #7d7d7d;
  color: #ffffff; }

/* Oembed
================================================================================================= */
.content-embed {
  position: relative;
  background-color: #111;
  padding-bottom: 56.25%;
  padding-top: 0px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden; }

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

/* Rollover Image
================================================================================================= */
.image-wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }

.icons-on-hover *,
.icons-on-hover *:before,
.icons-on-hover *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.icons-on-hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.icons-on-hover img {
  max-width: 100%;
  vertical-align: top; }

.icons-on-hover .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.icons-on-hover a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.icons-on-hover a i {
  display: block;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  background-color: #ffffff;
  text-align: center;
  color: #000000; }

.icons-on-hover a i:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer; }

.icons-on-hover:hover:before {
  opacity: 1; }

.icons-on-hover:hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.icons-on-hover:hover a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.icons-on-hover:hover a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* Icon
================================================================================================= */
.i-lg,
.i-2x,
.i-3x,
.i-4x,
.i-5x {
  display: inline-block;
  line-height: normal; }

.i-lg {
  font-size: 16px; }

.i-2x {
  font-size: 32px; }

.i-3x {
  font-size: 48px; }

.i-4x {
  font-size: 64px; }

.i-5x {
  font-size: 80px; }

.i-hover:hover {
  opacity: 0.8; }

.i-box-lg,
.i-box-2x,
.i-box-3x,
.i-box-4x,
.i-box-5x {
  text-align: center; }

[class*="i-box-has-"] {
  color: #FFF; }

.i-box-light {
  background: #FFF;
  color: #111; }

.i-box-light-o1 {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF; }

.i-box-light-o2 {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF; }

.i-box-light-o3 {
  background: rgba(255, 255, 255, 0.3);
  color: #FFF; }

.i-box-light-o4 {
  background: rgba(255, 255, 255, 0.4);
  color: #FFF; }

.i-box-light-o5 {
  background: rgba(255, 255, 255, 0.5);
  color: #FFF; }

.i-box-dark {
  background: #111;
  color: #FFF; }

.i-box-dark-o1 {
  background: rgba(0, 1, 17, 0.1);
  color: #FFF; }

.i-box-dark-o2 {
  background: rgba(0, 1, 17, 0.2);
  color: #FFF; }

.i-box-dark-o3 {
  background: rgba(0, 1, 17, 0.3);
  color: #FFF; }

.i-box-dark-o4 {
  background: rgba(0, 1, 17, 0.4);
  color: #FFF; }

.i-box-dark-o5 {
  background: rgba(0, 1, 17, 0.5);
  color: #FFF; }

.i-box-outline-light {
  border: 1px solid #FFF;
  color: #FFF; }

.i-box-outline-dark {
  border: 1px solid #111;
  color: #111; }

.i-box-circle {
  border-radius: 50%; }

.i-box-rounded {
  border-radius: 6px; }

.i-box-lg {
  width: 32px;
  height: 32px;
  font-size: 16px; }

.i-box-lg:before {
  line-height: 32px; }

.i-box-2x {
  width: 48px;
  height: 48px;
  font-size: 20px; }

.i-box-2x:before {
  line-height: 48px; }

.i-box-3x {
  width: 64px;
  height: 64px;
  font-size: 26px; }

.i-box-3x:before {
  line-height: 64px; }

.i-box-4x {
  width: 96px;
  height: 96px;
  font-size: 32px; }

.i-box-4x:before {
  line-height: 96px; }

.i-box-5x {
  width: 120px;
  height: 120px;
  font-size: 40px; }

.i-box-5x:before {
  line-height: 120px; }

.i-box-6x {
  width: 96px;
  height: 96px;
  font-size: 32px; }

.i-box-6x:before {
  line-height: 96px; }

.i-box-7x {
  width: 120px;
  height: 120px;
  font-size: 40px; }

.i-box-7x:before {
  line-height: 120px; }

/* Sections Light and Dark
================================================================================================= */
.section-dark,
.section-dark strong,
.section-dark a:not(.btn),
.section-dark a:hover:not(.btn),
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #ffffff !important; }

.section-dark a:hover:not(.btn) {
  color: #eeeeee !important; }

.section-light,
.section-light strong,
.section-light a:not(.btn),
.section-light a:hover:not(.btn),
.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6 {
  color: #333 !important; }

.section-light a:hover:not(.btn) {
  color: #555 !important; }

.g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

/* Table
================================================================================================= */
/* Table with divs type columns */
.table-grid {
  display: table;
  border-collapse: collapse;
  width: 100%; }

.table-grid .row-grid {
  display: block; }

.table-grid .cell-grid {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: center;
  margin-bottom: 5px;
  padding: 40px 15px;
  border: 1px solid #c1c6c8; }

.table-grid .cell-2, .table-grid .cell-3, .table-grid .cell-4, .table-grid .cell-5 {
  width: 100%; }

.table-grid .cell-grid i {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .table-grid .cell-2, .table-grid .cell-3, .table-grid .cell-4, .table-grid .cell-5 {
    width: 49.5%; } }

@media (min-width: 992px) {
  .table-grid .row-grid {
    display: table-row; }
  .table-grid .row-grid:first-child .cell-grid {
    border-top: 0; }
  .table-grid .row-grid:last-child .cell-grid {
    border-bottom: 0; }
  .table-grid .cell-grid {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0; }
  .table-grid .cell-grid:first-child {
    border-left: 0; }
  .table-grid .cell-grid:last-child {
    border-right: 0; }
  .table-grid .cell-2 {
    width: 50%; }
  .table-grid .cell-3 {
    width: 33.333%; }
  .table-grid .cell-4 {
    width: 25%; }
  .table-grid .cell-5 {
    width: 20%; } }

/* Flip Card
================================================================================================= */
.flip-card {
  width: 100%;
  height: 400px;
  perspective: 1000px; }

.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.8s;
  -webkit-transform-style: preserve-3d; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); }

.flip-card .flip-card-front,
.flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flip-card .flip-card-front {
  background-color: #f6f6f6; }

.flip-card .flip-card-back {
  background-color: #888b8d;
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); }

.flip-card .bg-flip-card-content {
  width: 100%;
  height: 100%; }

.flip-card-v {
  width: 100%;
  height: 400px;
  perspective: 1000px;
  -webkit-perspective: 1000px; }

.flip-card-v .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: transform 0.8s;
  -webkit-transform-style: preserve-3d; }

.flip-card-v:hover .flip-card-inner {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg); }

.flip-card-v .flip-card-front,
.flip-card-v .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flip-card-v .flip-card-front {
  background-color: #f6f6f6; }

.flip-card-v .flip-card-back {
  background-color: #888b8d;
  color: white;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg); }

.flip-card-v .bg-flip-card-content {
  width: 100%;
  height: 100%; }

/* Steps
================================================================================================= */
.step {
  list-style: none;
  margin: 0; }

.step-element {
  display: flex;
  padding: 1rem 0; }

.step-number {
  position: relative;
  width: 7rem;
  flex-shrink: 0;
  text-align: center; }

.step-number .number {
  color: #bfc5ca;
  background-color: #eaeff4;
  font-size: 1.5rem; }

.step-number .number {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  border-radius: 10rem; }

.step-number::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: -2rem;
  margin-left: -1px;
  border-left: 2px dashed #eaeff4; }

.step .step-element:last-child .step-number::before {
  bottom: 1rem; }

/* Timeline
================================================================================================= */
.timeline {
  position: relative;
  list-style: none;
  padding: 1rem 0;
  margin: 0; }

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background-color: #eaeaea; }

.timeline-element {
  position: relative;
  width: 50%;
  padding: 1rem 0;
  padding-right: 2.5rem;
  text-align: right; }

.timeline-element::before {
  content: '';
  position: absolute;
  right: -8px;
  left: auto;
  top: 1.35rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #eaeaea;
  background-color: #fff; }

.timeline-element:nth-child(even)::before {
  right: auto;
  left: -8px; }

.timeline-element:nth-child(even) {
  margin-left: 50%;
  padding-left: 2.5rem;
  padding-right: 0;
  text-align: left; }

@media (max-width: 767.98px) {
  .timeline::before {
    left: 8px; } }

@media (max-width: 767.98px) {
  .timeline-element {
    width: 100%;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .timeline-element::before {
    top: 1.25rem;
    left: 1px; } }

@media (max-width: 767.98px) {
  .timeline-element:nth-child(even) {
    margin-left: 0rem; } }

@media (max-width: 767.98px) {
  .timeline-element {
    width: 100%;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .timeline-element:nth-child(even)::before {
    left: 1px; } }

@media (max-width: 767.98px) {
  .timeline-element::before {
    top: 1.25rem; } }

/* Basic */
.alert-light-gray {
  border: 1px solid #e1e1e1 !important;
  background: #f6f6f6 !important;
  color: #555; }

.nav-user-login .active {
  display: none; }

.container-960 {
  max-width: 960px; }

.card-simple {
  border: none;
  border-radius: 0; }

.progress-bar {
  width: 1px;
  transition: .9s; }

.bg-success-gradient {
  background: #00a699 linear-gradient(to right, #65cd8d, #4fc492, #38ba96, #21b098, #00a699); }

hr {
  opacity: 1 !important; }

@media (max-width: 767px) {
  /* Manage Display Headers for Mobile Devices */
  .display-1 {
    font-size: 2.125rem !important; }
  .display-2 {
    font-size: 2rem !important; }
  .display-3 {
    font-size: 1.75rem !important; }
  .display-4 {
    font-size: 1.625rem !important; }
  .display-5 {
    font-size: 1.375rem !important; }
  .display-6 {
    font-size: 1.25rem !important; } }

.container,
.fluid-container,
.row,
[class^="col-"],
[class*="col-"] {
  position: relative; }

@media (max-width: 575px) {
  .offcanvas-start,
  .offcanvas-end {
    width: 80% !important; } }

/* Form */
.form-label-title {
  font-weight: 600; }

.form-switch.form-switch-lg {
  margin-bottom: 0.8rem; }

.form-switch.form-switch-lg .form-check-input {
  clear: left;
  margin-right: 0.5rem;
  height: 1.3rem;
  width: calc(1.8rem + 0.75rem);
  border-radius: 2rem; }

.form-switch.form-switch-xl {
  margin-bottom: 1rem; }

.form-switch.form-switch-xl .form-check-input {
  clear: left;
  margin-right: 0.7rem;
  height: 1.5rem;
  width: calc(2.3rem + 0.75rem);
  border-radius: 2rem; }

.wrapper-zdform .step {
  display: none; }

.wrapper-zdform .step.is-active {
  display: block; }

.wrapper-zdform .btn-prev {
  display: none; }

.wrapper-zdform .btn-prev.is-active {
  display: inline-block; }

.wrapper-zdform .form-wizard-progress-bar {
  margin-bottom: 10px;
  width: 100%;
  height: 8px;
  background-color: #333;
  transform-origin: left center;
  transform: scaleX(0.01);
  transition: transform 0.2s ease; }

.wrapper-zdform .js-input-group .field-wrapper {
  width: 100%; }

.wrapper-zdform .form-wizard .btn-submit {
  display: none; }

.wrapper-zdform .form-wizard-progress-bullets {
  margin-bottom: -22px;
  z-index: 9; }

.wrapper-zdform .form-wizard-progress-bullets div span {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center; }

/* Carousel */
.bs-slider .carousel-control-prev,
.bs-slider .carousel-control-next {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.bs-slider:hover .carousel-control-prev,
.bs-slider:hover .carousel-control-next {
  opacity: 1.0; }

.bs-slider:hover .carousel-control-prev {
  left: 20px; }

.bs-slider:hover .carousel-control-next {
  right: 20px; }

.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  top: 50%;
  transform: translateY(-50%);
  z-index: 999; }

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: white; }

.carousel-control-prev .control-prev-icon,
.carousel-control-next .control-next-icon {
  font-size: 26px;
  color: #111; }

.carousel-control-prev {
  left: -20px; }

.carousel-control-next {
  right: -20px; }

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  background-color: #CCC !important;
  border-radius: 50%;
  opacity: 1 !important; }

.carousel-indicators li.active {
  background-color: #333 !important; }

.carousel-dark .carousel-control-prev,
.carousel-dark .carousel-control-next {
  background-color: rgba(0, 0, 0, 0.7); }

.carousel-dark .carousel-control-prev:hover,
.carousel-dark .carousel-control-next:hover {
  background-color: black; }

.carousel-dark .carousel-control-prev .control-prev-icon,
.carousel-dark .carousel-control-next .control-next-icon {
  color: #ffffff; }

/* Accordion */
.accordion-group .accordion-content {
  padding: 0;
  list-style: none; }

.accordion-group .accordion-content {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  padding-bottom: 16px; }

.accordion-group .accordion-content a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer; }

.accordion-group .accordion-content i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0; }

.accordion-group .accordion-content p {
  margin-bottom: 0;
  padding: 10px 0 0 0; }

.accordion-group .accordion-content .icon-show {
  display: none; }

.accordion-group .accordion-content a.collapsed .icon-show {
  display: inline-block; }

.accordion-group .accordion-content a.collapsed .icon-close {
  display: none; }

.accordion-group .accordion-content a.collapsed[aria-expanded="true"] .icon-close {
  display: block; }

.accordion-group .accordion-content a.collapsed[aria-expanded="true"] .icon-show {
  display: none; }

.accordion > .card {
  border-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.accordion-style-01 .card:first-of-type, .accordion-style-01 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0; }

.accordion-style-01 .card {
  border: none;
  background: transparent; }

.accordion-style-01 .card .card-header {
  padding: 6px 10px;
  background: transparent;
  border-bottom: 0; }

.accordion-style-01 .card .card-header h5 {
  font-size: 18px; }

.accordion-style-01 .card .card-header a {
  display: block;
  width: 100%;
  padding: 6px;
  text-align: left; }

.accordion-style-01 .card .card-header a:hover {
  text-decoration: none; }

.accordion-style-01 .card .card-header a .rotate-icon:after {
  content: "";
  position: relative;
  top: 5px;
  right: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear; }

.accordion-style-01 .card .card-header a[aria-expanded="true"] .rotate-icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-style-01 .card .card-header a[aria-expanded="false"] .rotate-icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900; }

.accordion-style-01 .card .collapse {
  border: none; }

.accordion-style-01 .card .card-body {
  border-radius: 0 !important; }

.accordion-style-02 .card:first-of-type, .accordion-style-02 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0; }

.accordion-style-02 .card {
  border: none;
  background: transparent; }

.accordion-style-02 .card .card-header {
  padding: 6px 10px;
  background: transparent;
  border-bottom: 0; }

.accordion-style-02 .card .card-header h5 {
  font-size: 18px; }

.accordion-style-02 .card .card-header a {
  display: block;
  width: 100%;
  padding: 6px;
  text-align: left; }

.accordion-style-02 .card .card-header a:hover {
  text-decoration: none; }

.accordion-style-02 .card .card-header a .rotate-icon:after {
  position: relative;
  top: 1px;
  right: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear; }

.accordion-style-02 .card .card-header a[aria-expanded="true"] .rotate-icon:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-style-02 .card .card-header a[aria-expanded="false"] .rotate-icon:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion-style-02 .card .collapse {
  border: none; }

.accordion-style-02 .card .card-body {
  border-radius: 0 !important; }

.bs-accordion .card {
  margin-bottom: 10px; }

.bs-accordion .card-header {
  padding: 5px; }

.bs-accordion .card-header a {
  display: block;
  padding: 10px;
  font-size: 15px; }

.bs-accordion .card-header i {
  float: right;
  color: #212121; }

/* Button Hover */
.btn-shadow:active:not(.btn-link),
.btn-shadow:focus:not(.btn-link),
.btn-shadow:hover:not(.btn-link) {
  outline: 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-wave:not(.btn-link) {
  transition: all .15s ease;
  will-change: transform; }

.btn-wave:hover:not(.btn-link) {
  transform: translateY(-2px) !important;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important; }

/* Gutter */
.gutter-px-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.gutter-px-0 [class^="col-"],
.gutter-px-0 [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gutter-px-1 {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.gutter-px-1 [class^="col-"],
.gutter-px-1 [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.gutter-px-2 {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.gutter-px-2 [class^="col-"],
.gutter-px-2 [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* Card */
.card.card-clear {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important; }

.card.card-clear img.card-img-top {
  border-radius: 0 !important; }

.card.card-shadow {
  box-shadow: 0 0 7px #999; }

/* Animations */
@-webkit-keyframes bsGrowIn {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes bsGrowIn {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.bs-animated-grow-in {
  -webkit-animation-name: bsGrowIn;
  animation-name: bsGrowIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1); }

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

@keyframes bsFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.bs-animated-fade-in {
  -webkit-animation-name: bsFadeIn;
  animation-name: bsFadeIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1); }

@keyframes bsSlideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

@-webkit-keyframes bsSlideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }

.bs-animated-slide-in {
  -webkit-animation-name: bsSlideIn;
  animation-name: bsSlideIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

/* Text */
.has-text-align-left {
  text-align: left !important; }

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

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

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

.has-light—gray-color {
  color: #f6f6f6; }

.has-dark-gray-color {
  color: #333; }

.has-dark-color {
  color: #111; }

/* Images */
.alignwide img,
.alignfull img {
  width: 100%; }

.alignfull {
  position: relative;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.wp-block-image figcaption {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px;
  text-align: center; }

.wp-block-image .aligncenter {
  display: block;
  text-align: center; }

.wp-block-image .alignleft {
  display: inline-block;
  float: left; }

.wp-block-image .alignright {
  display: inline-block;
  float: right; }

.spinner {
  animation: spinner 1s infinite linear; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.loading-round:before {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 3px #bababa;
  border-right: solid 4px #bababa;
  border-bottom: solid 3px #bababa;
  border-left: solid 3px #bababa; }

.loading-round:after {
  border-radius: 50%;
  content: " ";
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 3px #666;
  border-right: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 3px transparent;
  position: absolute;
  top: 0;
  left: 0;
  animation: loading-round-animate 1s ease-in-out infinite; }

@keyframes loading-round-animate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.loading-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-top: 4px solid transparent;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading-circle-spin 1s infinite linear;
  animation: loading-circle-spin 1s infinite linear; }

@keyframes loading-circle-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loading-rotating-plane {
  width: 48px;
  height: 48px;
  background-color: #666;
  -webkit-animation: loading-rotatePlane 1.2s infinite ease-in-out;
  animation: loading-rotatePlane 1.2s infinite ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

@-webkit-keyframes loading-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes loading-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.loading-spinner-pulse {
  width: 48px;
  height: 48px;
  background-color: #666;
  border-radius: 100%;
  -webkit-animation: loading-pulseScaleOut 1s infinite ease-in-out;
  animation: loading-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes loading-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes loading-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.loading-large {
  position: relative;
  width: 62px;
  height: 62px;
  display: inline-block;
  box-sizing: border-box; }

.loading-large:before,
.loading-large.loading-round:after {
  width: 62px;
  height: 62px; }

.loading-large-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px; }

.loading {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box; }

.loading-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px; }

.loading-small {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  box-sizing: border-box; }

.loading-small:before,
.loading-small.loading-round:after {
  width: 28px;
  height: 28px; }

.loading-small-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px; }

.post-sizer {
  display: none; }

.style-grids:after {
  content: '';
  display: block;
  clear: both; }

.style-grids .post-item {
  margin-bottom: 20px; }

.style-grids .card h3.card-title {
  font-size: 18px;
  margin-bottom: 5px; }

.style-grids .card .card-subtitle {
  display: inline-block;
  margin-bottom: 15px; }

.style-grids .card .card-links a.card-link {
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 1px; }

.style-grids .card .card-links .post-comments {
  font-size: 14px; }

.image-layout .post-item {
  margin-bottom: 40px; }

.image-layout .post-item h3 {
  font-size: 18px;
  margin-bottom: 10px; }

.search-list .post-item {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0; }

.search-list .post-item h3 {
  font-size: 18px;
  margin-bottom: 0; }

.post-views {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 15px;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 2; }

.post-thumbnail {
  position: relative; }

/* List Posts */
ul.posts-list {
  margin: 0;
  list-style: none; }

ul.posts-list li {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1; }

ul.posts-list li span {
  display: block; }

ul.posts-list li span i {
  font-size: 18px; }

ul.striped-list {
  background-color: #e1e2e2; }

ul.striped-list > li:nth-of-type(odd) {
  background-color: #e9e9e9; }

/* Post Single */
body.single-post .post-single {
  margin-bottom: 20px; }

.post-single .featured-images-single {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
  height: auto; }

.post-single .meta-footer {
  font-size: 90%;
  margin-bottom: 20px;
  padding: 12px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.meta-footer {
  margin-top: 20px;
  padding: 8px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.meta-footer .meta-footer-left {
  width: 80%;
  float: left; }

.meta-footer .meta-footer-right {
  width: 20%;
  text-align: right;
  float: right; }

ul.line-meta {
  margin: 0;
  list-style: none; }

ul.line-meta li {
  display: inline;
  font-size: 80%;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #e1e1e1; }

ul.line-meta li:first-child {
  padding-left: 0;
  border-left: none; }
