/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography 
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*******************************************
Colors
********************************************/
/*******************************************
Shadow
********************************************/
/*******************************************
Transitions
********************************************/
/*******************************************
Widths
********************************************/
/* ALL */
.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #333333;
  text-align: center; }

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #333333;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger.is-active .line {
  margin: 11px auto; }

.hamburger:hover {
  cursor: pointer; }

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg); }

/* TWO */
#hamburger-2.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px); }

#hamburger-2.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px); }

/* THREE */
#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3) {
  width: 40px; }

#hamburger-3.is-active .line:nth-child(1) {
  -webkit-transform: translateX(-10px) rotate(-45deg);
  -ms-transform: translateX(-10px) rotate(-45deg);
  -o-transform: translateX(-10px) rotate(-45deg);
  transform: translateX(-10px) rotate(-45deg); }

#hamburger-3.is-active .line:nth-child(3) {
  -webkit-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  -o-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg); }

/* FOUR */
#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3) {
  width: 40px; }

#hamburger-4.is-active .line:nth-child(1) {
  -webkit-transform: translateX(10px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg); }

#hamburger-4.is-active .line:nth-child(3) {
  -webkit-transform: translateX(10px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg); }

/* FIVE */
#hamburger-5.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#hamburger-5.is-active .line:nth-child(2) {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#hamburger-5 .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

#hamburger-5.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-5.is-active .line:nth-child(1),
#hamburger-5.is-active .line:nth-child(3) {
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right; }

#hamburger-5.is-active .line:nth-child(1) {
  -webkit-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg); }

#hamburger-5.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg); }

/* SIX */
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px; }

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px); }

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg); }

/* SEVEN */
#hamburger-7.is-active .line:nth-child(1) {
  width: 30px; }

#hamburger-7.is-active .line:nth-child(2) {
  width: 40px; }

#hamburger-7.is-active .line {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

/* EIGHT */
#hamburger-8.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-8.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px); }

#hamburger-8.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg); }

/* NINE */
#hamburger-9 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-9.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburger-9:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-9.is-active:before {
  border: 5px solid #ecf0f1; }

#hamburger-9.is-active .line {
  width: 35px; }

#hamburger-9.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-9.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px); }

#hamburger-9.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg); }

/* TEN */
#hamburger-10 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-10.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#hamburger-10.is-active .line:nth-child(1) {
  width: 30px; }

#hamburger-10.is-active .line:nth-child(2) {
  width: 40px; }

/* ELEVEN */
#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
  animation: smallbig 0.6s forwards; }

@-webkit-keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg); }

#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg); }

/* TWELVE */
#hamburger-12.is-active .line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

#hamburger-12.is-active .line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

/***********************************************
Transformicons
************************************************/
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-search__item {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .tcon-search__item::before, .tcon-search__item::after {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto; }
  .tcon-search__item::before {
    height: 4px;
    left: 0;
    background: black;
    border-radius: 2.85714px; }
  .tcon-search__item::after {
    right: 0;
    background: white;
    border-radius: 50%;
    width: 12.00012px;
    height: 12.00012px;
    border: 2px solid black;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

.tcon-search--xcross.tcon-transform {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }
  .tcon-search--xcross.tcon-transform .tcon-search__item::before, .tcon-search--xcross.tcon-transform .tcon-search__item::after {
    border-radius: 2.85714px;
    background: black; }
  .tcon-search--xcross.tcon-transform .tcon-search__item::after {
    height: 4px;
    width: 100%;
    top: 0;
    right: 0;
    border: 0;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/***********************************************
Transitions
************************************************/
/***********************************************
Small Screen
************************************************/
.sm-w-auto {
  width: auto; }

.sm-w-5 {
  width: 5%; }

.sm-w-10 {
  width: 10%; }

.sm-w-15 {
  width: 15%; }

.sm-w-20 {
  width: 20%; }

.sm-w-25 {
  width: 20%; }

.sm-w-30 {
  width: 30%; }

.sm-w-35 {
  width: 35%; }

.sm-w-40 {
  width: 40%; }

.sm-w-45 {
  width: 45%; }

.sm-w-50 {
  width: 50%; }

.sm-w-55 {
  width: 55%; }

.sm-w-60 {
  width: 60%; }

.sm-w-65 {
  width: 65%; }

.sm-w-70 {
  width: 70%; }

.sm-w-75 {
  width: 75%; }

.sm-w-80 {
  width: 80%; }

.sm-w-85 {
  width: 85%; }

.sm-w-90 {
  width: 90%; }

.sm-w-95 {
  width: 95%; }

.sm-w-100 {
  width: 100%; }

/***********************************************
Medium Screen
************************************************/
/* Medium and up */
@media screen and (min-width: 40em) {
  .md-w-auto {
    width: auto; }
  .md-w-5 {
    width: 5%; }
  .md-w-10 {
    width: 10%; }
  .md-w-15 {
    width: 15%; }
  .md-w-20 {
    width: 20%; }
  .md-w-25 {
    width: 20%; }
  .md-w-30 {
    width: 30%; }
  .md-w-35 {
    width: 35%; }
  .md-w-40 {
    width: 40%; }
  .md-w-45 {
    width: 45%; }
  .md-w-50 {
    width: 50%; }
  .md-w-55 {
    width: 55%; }
  .md-w-60 {
    width: 60%; }
  .md-w-65 {
    width: 65%; }
  .md-w-70 {
    width: 70%; }
  .md-w-75 {
    width: 75%; }
  .md-w-80 {
    width: 80%; }
  .md-w-85 {
    width: 85%; }
  .md-w-90 {
    width: 90%; }
  .md-w-95 {
    width: 95%; }
  .md-w-100 {
    width: 100%; } }

/***********************************************
Large Screen
************************************************/
/* Large and up */
@media screen and (min-width: 64em) {
  .lg-w-auto {
    width: auto; }
  .lg-w-5 {
    width: 5%; }
  .lg-w-10 {
    width: 10%; }
  .lg-w-15 {
    width: 15%; }
  .lg-w-20 {
    width: 20%; }
  .lg-w-25 {
    width: 20%; }
  .lg-w-30 {
    width: 30%; }
  .lg-w-35 {
    width: 35%; }
  .lg-w-40 {
    width: 40%; }
  .lg-w-45 {
    width: 45%; }
  .lg-w-50 {
    width: 50%; }
  .lg-w-55 {
    width: 55%; }
  .lg-w-60 {
    width: 60%; }
  .lg-w-65 {
    width: 65%; }
  .lg-w-70 {
    width: 70%; }
  .lg-w-75 {
    width: 75%; }
  .lg-w-80 {
    width: 80%; }
  .lg-w-85 {
    width: 85%; }
  .lg-w-90 {
    width: 90%; }
  .lg-w-95 {
    width: 95%; }
  .lg-w-100 {
    width: 100%; } }

/***********************************************
Buttons
************************************************/
.button, .added_to_cart.wc-forward, input.submit, .page-links a, .post-edit-link, .single_add_to_cart_button.button, .button.download-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid #333333;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-out, color 0.25s ease-out;
  -o-transition: all 0.25s ease-out, color 0.25s ease-out;
  transition: all 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: white; }

.button.button-primary, input.submit {
  background: #EC7F3D; }
  .button.button-primary:hover, input.submit:hover {
    background: #e86618;
    color: white; }
  .button.button-primary:active, input.submit:active {
    background: #9a440f;
    color: white; }

.button.button-secondary, .button.add_to_cart_button, .page-links a, .post-edit-link {
  background: #24AAE1; }
  .button.button-secondary:hover, .button.add_to_cart_button:hover, .page-links a:hover, .post-edit-link:hover {
    background: #1b91c2;
    color: white; }
  .button.button-secondary:active, .button.add_to_cart_button:active, .page-links a:active, .post-edit-link:active {
    background: #105875;
    color: white; }

.added_to_cart.wc-forward, .single_add_to_cart_button.button, .button.download-button {
  background: #4CAF50; }
  .added_to_cart.wc-forward:hover, .single_add_to_cart_button.button:hover, .button.download-button:hover {
    background: #409343;
    color: white; }
  .added_to_cart.wc-forward:active, .single_add_to_cart_button.button:active, .button.download-button:active {
    background: #255627;
    color: white; }

.button.add_to_cart_button, .added_to_cart.wc-forward {
  width: 100%; }

.single_add_to_cart_button.button {
  margin: 0; }

.button.success {
  color: white; }
  .button.success:hover {
    color: white; }

.button.black-text {
  color: #333333; }

.button.white-text {
  color: white; }

/***********************************************
Callout Button
************************************************/
.callout-button {
  border: 1px solid #333333;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .callout-button .callout-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1em; }
    .callout-button .callout-icon i {
      background: #24AAE1;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      font-size: 1.5em; }
  .callout-button .callout-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .callout-button .callout-title {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    margin-bottom: -0.3em;
    width: 100%; }
  .callout-button .callout-nav {
    background: #EC7F3D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    border-left: 1px solid #333333; }
  .callout-button .callout-content {
    background: transparent; }
  .callout-button:hover {
    border-color: #333333;
    color: white;
    background: #EC7F3D; }
    .callout-button:hover .callout-icon i {
      background: #333333; }
    .callout-button:hover .callout-nav {
      background: #24AAE1;
      border-color: #333333; }

.post-content .button a {
  color: white; }

.button-group .button.website {
  background-color: #4CAF50; }

.button-group .button.twitter {
  background-color: #1da1f2; }

.button-group .button.facebook {
  background-color: #3b5998; }

.button-group .button.linkedin {
  background-color: #0077b5; }

.button-group .button.instagram {
  background-color: #e1306c; }

.button-group .button.snapchat {
  background-color: #fffc00; }

.button-group .button.youtube {
  background-color: #ff0000; }

.button-group .button.pinterest {
  background-color: #bd081c; }

.card .button-group .button.clear {
  color: #333333; }

.card .button.primary {
  background-color: #EC7F3D; }

.single .wp-block .button, .single .review-content .button {
  border: 1px solid #333333;
  background-color: #24AAE1;
  color: white;
  padding: 0.85em 1em;
  font-size: 0.9rem;
  font-family: arial;
  text-transform: uppercase;
  text-decoration: none;
  height: auto;
  color: white; }
  .single .wp-block .button.success, .single .review-content .button.success {
    background-color: #4CAF50; }
  .single .wp-block .button.warning, .single .review-content .button.warning {
    background-color: #FFCA28; }
  .single .wp-block .button a, .single .review-content .button a {
    text-decoration: none !important;
    color: white !important; }

/***********************************************
Forms
************************************************/
.hero-search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .hero-search .search-container {
    width: 100%;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
    -o-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57); }
  .hero-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5em; }
    .hero-search .search-form .search-field {
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: white; }
    .hero-search .search-form .search-submit {
      width: 40px;
      background: #4CAF50;
      color: white;
      height: 40px;
      border-radius: 50px;
      text-transform: uppercase;
      cursor: pointer; }
    .hero-search .search-form input::-webkit-input-placeholder, .hero-search .search-form textarea::-webkit-input-placeholder {
      color: white; }
    .hero-search .search-form input:-ms-input-placeholder, .hero-search .search-form textarea:-ms-input-placeholder {
      color: white; }
    .hero-search .search-form input::-ms-input-placeholder, .hero-search .search-form textarea::-ms-input-placeholder {
      color: white; }
    .hero-search .search-form input::placeholder, .hero-search .search-form textarea::placeholder {
      color: white; }
  .hero-search .close-site-search {
    margin-left: 1em;
    color: #d32f2f;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    cursor: pointer; }
    .hero-search .close-site-search .material-icons {
      font-size: 40px; }

input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], input[type="range"], input[type="date"],
input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .elementor-search-form__input, select {
  border: 2px solid #333333; }
  input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover,
  input[type="password"]:hover, input[type="search"]:hover, input[type="number"]:hover,
  input[type="tel"]:hover, input[type="range"]:hover, input[type="date"]:hover,
  input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover,
  input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="color"]:hover, textarea:hover, .elementor-search-form__input:hover, select:hover {
    border: 2px solid #24AAE1; }
  input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="url"]:active, input[type="url"]:focus,
  input[type="password"]:active,
  input[type="password"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="number"]:active, input[type="number"]:focus,
  input[type="tel"]:active,
  input[type="tel"]:focus, input[type="range"]:active, input[type="range"]:focus, input[type="date"]:active, input[type="date"]:focus,
  input[type="month"]:active,
  input[type="month"]:focus, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:active, input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:focus, input[type="datetime-local"]:active, input[type="datetime-local"]:focus, input[type="color"]:active, input[type="color"]:focus, textarea:active, textarea:focus, .elementor-search-form__input:active, .elementor-search-form__input:focus, select:active, select:focus {
    border: 2px solid #EC7F3D; }

select {
  padding: 2px 30px 2px 2px !important; }

/***********************************************
Woocommerce
************************************************/
.input-text.qty.text {
  height: 100%;
  margin: 0; }

.quantity {
  width: 70px;
  margin-right: 10px; }

/***********************************************
Headings
************************************************/
.h1, h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 900; }

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500; }

.card h1, .card h2, .card h3, .card h4 {
  color: #1F1E1E;
  font-weight: 700; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 700; }

/***********************************************
Icons
************************************************/
.fa, .far, .fas {
  font: normal normal normal 14px/1 Font Awesome 5 Free; }

/***********************************************
Turbolonks progress bar
************************************************/
.turbolinks-progress-bar {
  height: 3px;
  background-color: #24AAE1; }

/***********************************************
CSS Spinner
************************************************/
.ss-loading {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100vh;
  top: 60px;
  overflow: hidden; }
  .ss-loading.ss-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.load-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #333333;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

/*
 * Visual Studio 2015 dark style
 * Author: Nicolas LLOBERA <nllobera@gmail.com>
 */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #1E1E1E;
  color: #DCDCDC; }

.hljs-keyword,
.hljs-literal,
.hljs-symbol,
.hljs-name {
  color: #569CD6; }

.hljs-link {
  color: #569CD6;
  text-decoration: underline; }

.hljs-built_in,
.hljs-type {
  color: #4EC9B0; }

.hljs-number,
.hljs-class {
  color: #B8D7A3; }

.hljs-string,
.hljs-meta-string {
  color: #D69D85; }

.hljs-regexp,
.hljs-template-tag {
  color: #9A5334; }

.hljs-subst,
.hljs-function,
.hljs-title,
.hljs-params,
.hljs-formula {
  color: #DCDCDC; }

.hljs-comment,
.hljs-quote {
  color: #57A64A;
  font-style: italic; }

.hljs-doctag {
  color: #608B4E; }

.hljs-meta,
.hljs-meta-keyword,
.hljs-tag {
  color: #9B9B9B; }

.hljs-variable,
.hljs-template-variable {
  color: #BD63C5; }

.hljs-attr,
.hljs-attribute,
.hljs-builtin-name {
  color: #9CDCFE; }

.hljs-section {
  color: gold; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

/*.hljs-code {
  font-family:'Monospace';
}*/
.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #D7BA7D; }

.hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%; }

.hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%; }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/*********************
BASE (MOBILE) SIZE 
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
body {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  font-size: 17px; }

.site {
  background: #eeeeee; }

a {
  color: #24AAE1; }

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

p {
  color: black; }

blockquote {
  border-left: 5px solid #333333; }
  blockquote p {
    color: #333333;
    font-style: italic; }

.site-content {
  background: #f1f1f1;
  position: relative;
  overflow: hidden; }

.post-content {
  padding: 1em; }

.widget-title {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #333333; }

.page-heading {
  font-size: 3.5em;
  text-transform: uppercase;
  color: #333333;
  font-weight: 900; }

.black {
  color: #1F1E1E; }

.white {
  color: white; }

.button.white {
  color: white;
  border-color: white; }

.button.black {
  color: #333333;
  border-color: #333333; }
  .button.black:hover {
    color: black;
    border-color: black; }
  .button.black.clear {
    border-color: transparent; }

.no-scroll {
  overflow: hidden; }

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

.turbolinks-progress-bar {
  height: 5px;
  background-color: #EC7F3D;
  z-index: 9999; }

.transitioned {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.callout-wrap {
  background: white;
  border-bottom: 1px solid #333333; }

.fixed {
  position: fixed !important; }

.anchor-ad-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: white;
  height: 70px;
  border-top: 1px solid #333333; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.smooth-scroll {
  scroll-behavior: smooth; }

/***********************************************
Spacing
************************************************/
.no-margin {
  margin: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.margin-top-1 {
  margin-top: 1em; }

.margin-top-2 {
  margin-top: 2em; }

.margin-bottom-1 {
  margin-bottom: 1em; }

/***********************************************
Alignment
************************************************/
/***********************************************
Header
************************************************/
/***********************************************
Action Info Bar
************************************************/
/***********************************************
Hero
************************************************/
.hero {
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-image: url("../images/wireframe-blur.jpg");
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #333333;
  overflow: hidden;
  position: relative; }
  .hero h1 {
    font-weight: 900; }
  .hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); }
  .hero .grid-container {
    overflow: hidden;
    position: relative; }
  .hero p {
    font-size: 1em;
    font-weight: lighter; }

.tagline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: lighter;
  background: #24AAE1;
  padding: 0.3em 0.8em;
  color: white;
  text-transform: uppercase; }

.mobile-footer-ad {
  background: white;
  width: 100%;
  height: 90px;
  display: inline-block;
  position: fixed;
  bottom: 0;
  text-align: center; }

/***********************************************
Top Bar
************************************************/
.site-header {
  width: 100%;
  z-index: 9999; }

.hero-menu {
  margin: 0 !important; }

.top-bar {
  background: #24AAE1;
  border-bottom: 1px solid #333333;
  height: 60px;
  z-index: 999;
  width: 100%; }
  .top-bar .menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top-bar ul {
    height: 100%;
    background: transparent; }
  .top-bar .tm-logo-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .top-bar .hero-menu {
    margin: 0 0.5em; }
  .top-bar .site-icon {
    width: 40px;
    border-radius: 30px;
    margin-right: 1em; }
  .top-bar .site-logo {
    width: 130px; }
  .top-bar .hire-me {
    text-transform: uppercase; }
  .top-bar .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%; }

.nav-bar {
  background: white;
  border-bottom: 1px solid #333333; }

.nav-bar .menu li a {
  border-left: 1px solid #333333;
  color: #333333;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .nav-bar .menu li a:hover {
    background: #EC7F3D;
    color: white; }

.nav-bar .menu .current_page_parent .current-menu-item a {
  background: #EC7F3D;
  color: white; }

.current-post-ancestor.current-menu-parent.current-post-parent a {
  background: #EC7F3D;
  color: white; }

.post-type-archive .menu .current-menu-item a {
  background: #EC7F3D;
  color: white; }

.nav-bar .menu li:last-child {
  border-right: 1px solid #333333; }

.margin-left-1 {
  margin-left: 1em; }

/***********************************************
Left Bar
************************************************/
/***********************************************
Main Navigation
************************************************/
.site-menu-container .site-menu-content, .site-search-container .site-menu-content {
  margin-bottom: 1em; }

.site-menu-container .heading, .site-search-container .heading {
  border-bottom: 1px solid white;
  font-size: 1.3em;
  margin: 0.5em 0.7em;
  font-weight: bold; }

.site-menu-container .menu li, .site-search-container .menu li {
  display: block;
  width: 100%; }
  .site-menu-container .menu li a, .site-search-container .menu li a {
    padding: .7rem 1em;
    font-size: 1em;
    color: #333333;
    border-top: 1px solid #333333; }
    .site-menu-container .menu li a i, .site-search-container .menu li a i {
      margin-right: 0.3em;
      width: 18px;
      text-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.site-search-container {
  height: 100%;
  background: #333333; }

.site-menu-container h2 {
  margin: 0.6em;
  font-size: 2em; }

.site-menu-container .menu-main-container .current-menu-item a {
  background: #EC7F3D;
  color: white; }

.site-menu-container .menu li a:hover {
  background: #EC7F3D;
  color: white; }

.site-menu-container .menu li:last-child {
  border-bottom: 1px solid #333333; }

.off-canvas {
  background: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-left: 1px solid #333333; }

.nav-panel {
  background: #333333;
  width: 101px;
  height: 100%;
  z-index: 100;
  position: relative;
  border-right: 1px solid #1F1E1E; }

.menu-left-panel-container .menu {
  width: 100px; }
  .menu-left-panel-container .menu li {
    width: 100%; }
    .menu-left-panel-container .menu li a {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid #1F1E1E;
      color: white;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .menu-left-panel-container .menu li a:hover {
        background: #1F1E1E;
        color: #24AAE1; }
    .menu-left-panel-container .menu li i {
      margin-bottom: 0.5em;
      display: block; }
  .menu-left-panel-container .menu .current-menu-item {
    background: #EC7F3D;
    color: white; }

.menu-left-panel-container .fixed {
  top: 60px; }

.single-reviews .menu li.menu-item-object-reviews a {
  background: #EC7F3D;
  color: white; }

.single-product .menu li.current_page_parent a, .single-product .menu li.menu-item-object-page.menu-item-12317 a, .woocommerce-page .menu li.current_page_parent a, .woocommerce-page .menu li.menu-item-object-page.menu-item-12317 a {
  background: #EC7F3D;
  color: white; }

.single-code .menu li.menu-item-object-code a {
  background: #EC7F3D;
  color: white; }

/***********************************************
Video
************************************************/
.single .flex-video, .single .responsive-embed {
  margin-bottom: 0; }

.single .flex-video.widescreen, .single .responsive-embed.widescreen {
  padding-bottom: calc(56.25% + 40px) !important; }

.single .mejs-container, .single .mejs-container .mejs-controls, .single .mejs-embed, .single .mejs-embed body {
  background: #24AAE1; }

.single .mejs-mediaelement {
  height: calc(100% + -40px); }

.single .mejs-controls {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: visible !important; }

.single .wp-video-shortcode, .single .wp-video {
  width: 100% !important;
  height: 100% !important; }

.single .mejs-overlay-play {
  width: 100% !important;
  height: calc(100% - 206px) !important; }

.single .ytp-watermark.yt-uix-sessionlink {
  display: none; }

/***********************************************
Off Canvas
************************************************/
/***********************************************
Pop Up Boxes - Foundation Reveal
************************************************/
.reveal-box {
  border: 3px solid #333333;
  border-radius: 6px; }
  .reveal-box .reveal-box-heading {
    background: #24AAE1;
    margin: -1rem -1rem 1rem;
    padding: 0.5em 1em;
    color: white;
    border-bottom: 1px solid #333333; }
  .reveal-box .reveal-title {
    display: block;
    font-size: 1.3em;
    text-transform: uppercase; }
  .reveal-box .close-button {
    color: white; }
    .reveal-box .close-button:hover {
      color: #d32f2f; }

/***********************************************
Search Box
************************************************/
.search-results .archive-info .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.search-results .archive-info label {
  width: 100%; }

.search-results .archive-info .search-field {
  margin-bottom: 0;
  border-radius: 3px; }

.search-results .archive-info .search-submit {
  margin-left: 1em;
  border: 1px solid #333333;
  background: #4CAF50;
  color: white;
  border-radius: 3px;
  padding: 0 1em;
  cursor: pointer; }
  .search-results .archive-info .search-submit:hover {
    background: #449d48; }

/***********************************************
Footer
************************************************/
.site-footer {
  border-top: 1px solid #333333;
  background: white;
  color: black; }
  .site-footer .site-info {
    text-align: center;
    font-size: medium;
    padding: 0.5em;
    font-size: 0.8em;
    position: relative; }
    .site-footer .site-info a {
      color: black;
      text-decoration: underline; }

/***********************************************
Widths
************************************************/
.w-sm-100 {
  width: 100%; }

/***********************************************
Heights
************************************************/
.h-sm-100 {
  height: 100%; }

.vh-sm-100 {
  height: 100vh; }

/***********************************************
Cards
************************************************/
.card {
  border: 1px solid #333333;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 2rem; }
  .card .card-img {
    width: 100%; }
  .card .card-section {
    border-radius: 0 0 6px;
    overflow: hidden;
    padding-bottom: 2.5em;
    position: relative; }
    .card .card-section .post-link {
      width: 100%; }
  .card.standard .card-section {
    border-top: 1px solid #333333; }
  .card h5 {
    color: #333333;
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 700; }
  .card:hover, .card:focus, .card:active {
    border: 1px solid #EC7F3D; }
    .card:hover .post-details, .card:focus .post-details, .card:active .post-details {
      border-top: 1px solid #EC7F3D; }
      .card:hover .post-details .button.primary, .card:focus .post-details .button.primary, .card:active .post-details .button.primary {
        background: #24AAE1;
        border-left: 1px solid #EC7F3D; }
    .card:hover .card-section, .card:focus .card-section, .card:active .card-section {
      border-color: #EC7F3D; }
    .card:hover .post-category a, .card:focus .post-category a, .card:active .post-category a {
      background: #EC7F3D; }

.post-category {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .post-category i {
    background: #EC7F3D;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.5em;
    border-radius: 3px;
    width: 35px;
    border: 1px solid #333333; }
  .post-category a {
    color: white;
    background: #24AAE1;
    padding: 0.3em 0.5em;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 0.8em;
    border: 1px solid #333333;
    height: 32px; }

.post-cat-wrap {
  position: absolute;
  left: 0;
  padding: 0 1em;
  bottom: 1em; }

.box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column; }

.post-details {
  border-top: 1px solid #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .post-details .post-author {
    font-size: 0.8em; }
    .post-details .post-author img {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin: 0 1em 0;
      border: 3px solid #24AAE1; }

.archive-info {
  display: block;
  background: white;
  padding: 1em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #333333; }

.card .post-details .button.primary {
  color: white;
  border-width: 0 0 0 1px;
  border-color: #333333;
  border-style: solid;
  border-radius: 0;
  position: relative;
  right: -2px; }

.single .post-details {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background: white;
  margin-bottom: 1px;
  padding: 0.5em !important; }

.single .more-button {
  display: none; }

/***********************************************
Featured Slider
************************************************/
/***********************************************
Single Post
************************************************/
.single-content-area {
  background: white; }

iframe.wp-embedded-content {
  width: 100%; }

.entry-title {
  text-transform: capitalize;
  font-size: 1.2em; }

.entry-header {
  margin-bottom: 1em; }

.entry-footer {
  border-top: 1px solid #333333;
  padding: 1em;
  background: white; }
  .entry-footer .avatar {
    border-radius: 50%;
    border: 5px solid #24AAE1; }
  .entry-footer .author-name {
    font-weight: bold;
    margin: 1em 0; }
  .entry-footer .author-decription {
    margin-bottom: 1em; }

.woocommerce-cart-form {
  margin-bottom: 1em; }
  .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin: 0; }
  .woocommerce-cart-form thead {
    border-bottom: 1px solid #333333; }
  .woocommerce-cart-form .actions {
    border-top: 1px solid #333333; }
  .woocommerce-cart-form .product-thumbnail .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100px; }
  .woocommerce-cart-form .remove {
    color: white;
    background: #d32f2f;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #333333;
    line-height: 20px; }
  .woocommerce-cart-form .product-name a {
    text-decoration: underline;
    color: #333333; }

.shop_table.shop_table_responsive {
  border: 1px solid #333333;
  border-collapse: separate;
  border-radius: 0; }

.cart_totals h2 {
  font-weight: 900; }

.cart-count {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white; }
  .cart-count:hover {
    background: rgba(0, 0, 0, 0.5); }

.cart-number {
  background: #4CAF50;
  padding: 1px 5px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 2px;
  color: white; }

.review-page {
  background: white; }

.single-container {
  background: white; }

.single-post-ad {
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  width: 100%;
  min-height: 100px;
  padding: 1em;
  margin: 1em 0; }

.wp-block-cover.alignfull {
  width: auto;
  margin: 0 -17px 1.5em; }

/***********************************************
Single Page
************************************************/
.page-banner {
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #333333;
  position: relative; }
  .page-banner::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%; }

.page-img-container {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #333333;
  margin-top: -6em;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1em; }

.page-img {
  width: 100%; }

.page .comments-area {
  border: 1px solid #333333;
  margin-bottom: 1em;
  border-radius: 3px; }

.page .content-area {
  background: white;
  height: 100%; }

.page .entry-header {
  padding: 1em 0; }

.page .entry-title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase; }

.page-template.page-template-elementor_canvas {
  background: #eeeeee; }

.pricing-total {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  left: 0;
  padding: 0.5em 0 !important;
  z-index: 999;
  border-top: 1px solid #333333; }

.gform_wrapper .top_label .pricing-total .gfield_label {
  margin: 0 auto;
  width: 1440px;
  display: block;
  padding: 0 1em; }

.pricing-total .ginput_container.ginput_container_total {
  width: auto;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0 1em;
  display: inline-block; }

.gform_wrapper span.ginput_total {
  color: white;
  font-size: inherit;
  background: #4CAF50;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  display: inline-block; }

.gform_wrapper .ginput_price {
  background: #4CAF50;
  color: white;
  padding: 0.3em;
  border-radius: 3px; }

.block-space {
  display: block;
  width: 100%;
  height: 100px; }

/***********************************************
Recent Comments
************************************************/
.recent-comments {
  margin: 0;
  list-style-type: none; }
  .recent-comments br {
    display: none; }
  .recent-comments li {
    list-style: none;
    border: 1px solid #333333;
    margin-bottom: 1em;
    padding: 1em 1em 0; }
    .recent-comments li:hover {
      border-color: #24AAE1; }
  .recent-comments .avatar {
    border-radius: 50%;
    border: 3px solid #EC7F3D;
    margin-right: 0.5em;
    width: 40px;
    height: 40px; }
  .recent-comments-name {
    display: block;
    font-weight: bold;
    font-size: 0.9em; }
  .recent-comments-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5em; }
  .recent-comments-excerpt {
    font-size: 0.8em; }
  .recent-comments-post-link {
    font-size: 0.8em; }
    .recent-comments-post-link a {
      color: #24AAE1;
      text-decoration: underline; }

/***********************************************
Recent Posts Widget
************************************************/
.widget-area .rpwe-ul {
  margin: 0;
  list-style-type: none; }
  .widget-area .rpwe-ul .rpwe-li.rpwe-clearfix {
    margin-bottom: 1em;
    border-bottom: 1px solid #333333;
    display: inline-block;
    width: 100%; }
  .widget-area .rpwe-ul .rpwe-alignleft.rpwe-thumb {
    float: left;
    width: 70px;
    border: 1px solid #333333;
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
  .widget-area .rpwe-ul .rpwe-title {
    font-size: 0.8em;
    margin: 0; }
  .widget-area .rpwe-ul .rpwe-time.published {
    float: left;
    font-size: 0.8em; }
  .widget-area .rpwe-ul .rpwe-comment.comment-count {
    float: right;
    font-size: 0.8em;
    color: #24AAE1; }

/***********************************************
Single Product
************************************************/
.single-product .site-content {
  background: white; }

.woocommerce .onsale {
  background: #4CAF50;
  color: white;
  text-align: center;
  padding: 5px; }

.woocommerce ul.products li.product .price del .amount {
  color: #d32f2f; }

.woocommerce .price del {
  color: #d32f2f !important; }

.woocommerce .price ins {
  text-decoration: none;
  color: #333333; }

.woocommerce .elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price del .amount {
  color: #d32f2f;
  font-weight: bold;
  font-size: 1.4em; }

.woocommerce-notices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }
  .woocommerce-notices-wrapper .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 1em; }
    .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
      margin: 0 0 0 1em; }

/***********************************************
Reviews
************************************************/
.single-reviews .review-wrapper {
  margin-bottom: 0; }
  .single-reviews .review-wrapper .review-total-wrapper {
    padding: 10px;
    float: left; }
    .single-reviews .review-wrapper .review-total-wrapper span.review-total-box {
      padding: 0 5px;
      border: 3px solid #333333;
      border-radius: 6px;
      font-weight: bold;
      color: #333333; }
  .single-reviews .review-wrapper .review-title {
    background: transparent; }
  .single-reviews .review-wrapper .review-list li {
    background: transparent !important; }
  .single-reviews .review-wrapper .review-list {
    border-bottom: none; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(1) .review-point .review-result-wrapper .review-result {
      background-color: #ff5722 !important; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(2) .review-point .review-result-wrapper .review-result {
      background-color: #009688 !important; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(3) .review-point .review-result-wrapper .review-result {
      background-color: #00bcd4 !important; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(4) .review-point .review-result-wrapper .review-result {
      background-color: #3f51b5 !important; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(1) .review-point .review-result-wrapper {
      background-color: #ffab91 !important; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(2) .review-point .review-result-wrapper {
      background-color: #80cbc4 !important; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(3) .review-point .review-result-wrapper {
      background-color: #80deea !important; }
    .single-reviews .review-wrapper .review-list li:nth-of-type(4) .review-point .review-result-wrapper {
      background-color: #9fa8da !important; }
    .single-reviews .review-wrapper .review-list li .review-result-wrapper {
      background: #eeeeee !important; }

.single-reviews .review-product {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.single-reviews .review-content {
  background: white;
  padding: 1em; }

.review-total {
  background: #333333;
  border: 1px solid;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 32px; }
  .review-total .review-icon {
    padding: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFCA28;
    width: 35px; }
  .review-total .review-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .review-total .review-total-only {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/***********************************************
Code
************************************************/
.code-page .code-content {
  padding: 1em; }

.code-page .post-details {
  border-top: none; }

.code-snippet-wrap {
  margin-bottom: 1em; }
  .code-snippet-wrap pre code {
    border: none;
    border-radius: 0 0 3px 3px; }
  .code-snippet-wrap .code-label {
    background: #24AAE1;
    padding: 0.5em;
    border-radius: 3px 3px 0 0;
    color: white; }

pre.wp-block-code {
  position: relative;
  padding-top: 40px; }

.code-inline, code {
  border: none;
  border-radius: 0 0 6px 6px; }

.wp-block-code code:before {
  min-height: 40px;
  width: 100%;
  border-radius: 6px 6px 0 0;
  background: #24AAE1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em;
  color: white; }

code.hljs.php:before {
  content: "PHP"; }

code.hljs.html:before {
  content: "HTML"; }

code.hljs.css:before {
  content: "CSS"; }

code.hljs.less:before {
  content: "LESS"; }

code.hljs.scss:before {
  content: "SCSS"; }

code.hljs.javascript:before {
  content: "JavaScript"; }

/***********************************************
Archive
************************************************/
.archive .page-header, .search .page-header {
  padding: 0; }

/***********************************************
Sidebars
************************************************/
.line-left {
  border-left: 1px solid #333333; }

.widget-area {
  background: white;
  padding: 1em;
  height: 100%;
  width: 400px; }
  .widget-area ul {
    list-style-type: circle; }
    .widget-area ul li a {
      color: #333333; }
      .widget-area ul li a:hover {
        text-decoration: underline; }
  .widget-area section.widget {
    margin-bottom: 1em; }

.widget.widget_recent_comments a {
  color: #24AAE1; }

/***********************************************
Orbiting
************************************************/
.orbiter {
  position: relative;
  margin-right: 3em;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.orbit-icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 0.8em;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-align: center; }

.orbit-wrap {
  list-style: none;
  font-size: 1.3em; }
  .orbit-wrap > li {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .orbit-wrap > li:hover ul {
      border-width: 2px;
      border-color: #EC7F3D; }
    .orbit-wrap > li:hover ~ li ul {
      border-color: #24AAE1; }
      .orbit-wrap > li:hover ~ li ul li {
        opacity: 0.4; }

/***********************************************
Login 
************************************************/
.login-submit .button {
  width: 100%; }

div.nsl-container-block {
  max-width: 100%;
  width: 100%; }

/***********************************************
Comment Section
************************************************/
.comment-section {
  background: white; }

.comments-title {
  text-transform: capitalize;
  font-size: 1em;
  border-bottom: 1px solid #333333;
  margin: -0.5em -1em 1em;
  padding: 0 1em 0.5em;
  font-weight: bold; }

.comment-list {
  list-style: none;
  margin: 0; }
  .comment-list .children {
    list-style: none; }
  .comment-list .fn {
    font-weight: bold;
    color: #333333;
    font-size: 0.8em; }
  .comment-list .url {
    color: #333333;
    text-decoration: underline; }
  .comment-list .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em; }
  .comment-list .comment-metadata {
    text-align: right; }
    .comment-list .comment-metadata a {
      color: #999999;
      font-size: 0.7em; }
  .comment-list .reply {
    margin-bottom: 1em; }
    .comment-list .reply .comment-reply-link {
      color: #999999; }
  .comment-list .comment.even .comment-content {
    background: #138BFD;
    color: white;
    padding: 1em;
    border-radius: 20px; }
    .comment-list .comment.even .comment-content a {
      color: white;
      text-decoration: underline; }
    .comment-list .comment.even .comment-content p {
      color: white; }
    .comment-list .comment.even .comment-content::after {
      border-bottom-color: #138BFD; }
  .comment-list .comment.odd .comment-content {
    background: #eeeeee;
    color: #333333;
    padding: 1em;
    border-radius: 20px; }
    .comment-list .comment.odd .comment-content a {
      color: #333333;
      text-decoration: underline; }
    .comment-list .comment.odd .comment-content p {
      color: #333333; }
    .comment-list .comment.odd .comment-content::after {
      border-bottom-color: #eeeeee; }
  .comment-list .comment .comment-content {
    position: relative; }
    .comment-list .comment .comment-content::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 24px;
      width: 0;
      height: 0;
      border: 0.938em solid transparent;
      border-top: 0;
      border-left: 0;
      margin-left: -0.469em;
      margin-top: -0.938em; }
  .comment-list .avatar {
    border: 3px solid #24AAE1;
    border-radius: 50%; }

.comment-reply-title {
  font-size: 1em; }
  .comment-reply-title a {
    color: white;
    background: #d32f2f;
    border-radius: 3px;
    padding: 1em;
    float: right;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #333333;
    font-size: 1em;
    font-weight: normal; }

.comments-area {
  padding: 1em;
  border-top: 1px solid #333333; }

.comment-form {
  display: inline-block;
  width: 100%; }
  .comment-form p {
    margin: 0; }
  .comment-form .submit {
    width: 100%; }

ul[class^=ring] {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  ul[class^=ring] li {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.ring-0 {
  width: 22em;
  height: 22em;
  -webkit-animation: clockwiseRotate 35s linear infinite;
  animation: clockwiseRotate 35s linear infinite; }
  .ring-0 i {
    -webkit-animation: counterClockwiseRotate 35s linear infinite;
    animation: counterClockwiseRotate 35s linear infinite; }

.ring-0 > *:nth-of-type(1) {
  -webkit-transform: rotate(95deg) translate(11em) rotate(-95deg);
  -ms-transform: rotate(95deg) translate(11em) rotate(-95deg);
  transform: rotate(95deg) translate(11em) rotate(-95deg); }

.ring-0 > *:nth-of-type(2) {
  -webkit-transform: rotate(190deg) translate(11em) rotate(-190deg);
  -ms-transform: rotate(190deg) translate(11em) rotate(-190deg);
  transform: rotate(190deg) translate(11em) rotate(-190deg); }

.ring-0 > *:nth-of-type(3) {
  -webkit-transform: rotate(285deg) translate(11em) rotate(-285deg);
  -ms-transform: rotate(285deg) translate(11em) rotate(-285deg);
  transform: rotate(285deg) translate(11em) rotate(-285deg); }

.ring-0 > *:nth-of-type(4) {
  -webkit-transform: rotate(380deg) translate(11em) rotate(-380deg);
  -ms-transform: rotate(380deg) translate(11em) rotate(-380deg);
  transform: rotate(380deg) translate(11em) rotate(-380deg); }

.ring-1 {
  width: 17em;
  height: 17em;
  -webkit-animation: clockwiseRotate 30s linear infinite;
  animation: clockwiseRotate 30s linear infinite; }
  .ring-1 i {
    -webkit-animation: counterClockwiseRotate 30s linear infinite;
    animation: counterClockwiseRotate 30s linear infinite; }

.ring-1 > *:nth-of-type(1) {
  -webkit-transform: rotate(126.66667deg) translate(8.5em) rotate(-126.66667deg);
  -ms-transform: rotate(126.66667deg) translate(8.5em) rotate(-126.66667deg);
  transform: rotate(126.66667deg) translate(8.5em) rotate(-126.66667deg); }

.ring-1 > *:nth-of-type(2) {
  -webkit-transform: rotate(253.33333deg) translate(8.5em) rotate(-253.33333deg);
  -ms-transform: rotate(253.33333deg) translate(8.5em) rotate(-253.33333deg);
  transform: rotate(253.33333deg) translate(8.5em) rotate(-253.33333deg); }

.ring-1 > *:nth-of-type(3) {
  -webkit-transform: rotate(380deg) translate(8.5em) rotate(-380deg);
  -ms-transform: rotate(380deg) translate(8.5em) rotate(-380deg);
  transform: rotate(380deg) translate(8.5em) rotate(-380deg); }

.ring-2 {
  width: 12em;
  height: 12em;
  -webkit-animation: clockwiseRotate 25s linear infinite;
  animation: clockwiseRotate 25s linear infinite; }
  .ring-2 i {
    -webkit-animation: counterClockwiseRotate 25s linear infinite;
    animation: counterClockwiseRotate 25s linear infinite; }

.ring-2 > *:nth-of-type(1) {
  -webkit-transform: rotate(47.5deg) translate(6em) rotate(-47.5deg);
  -ms-transform: rotate(47.5deg) translate(6em) rotate(-47.5deg);
  transform: rotate(47.5deg) translate(6em) rotate(-47.5deg); }

.ring-2 > *:nth-of-type(2) {
  -webkit-transform: rotate(95deg) translate(6em) rotate(-95deg);
  -ms-transform: rotate(95deg) translate(6em) rotate(-95deg);
  transform: rotate(95deg) translate(6em) rotate(-95deg); }

.ring-2 > *:nth-of-type(3) {
  -webkit-transform: rotate(142.5deg) translate(6em) rotate(-142.5deg);
  -ms-transform: rotate(142.5deg) translate(6em) rotate(-142.5deg);
  transform: rotate(142.5deg) translate(6em) rotate(-142.5deg); }

.ring-2 > *:nth-of-type(4) {
  -webkit-transform: rotate(190deg) translate(6em) rotate(-190deg);
  -ms-transform: rotate(190deg) translate(6em) rotate(-190deg);
  transform: rotate(190deg) translate(6em) rotate(-190deg); }

.ring-2 > *:nth-of-type(5) {
  -webkit-transform: rotate(237.5deg) translate(6em) rotate(-237.5deg);
  -ms-transform: rotate(237.5deg) translate(6em) rotate(-237.5deg);
  transform: rotate(237.5deg) translate(6em) rotate(-237.5deg); }

.ring-2 > *:nth-of-type(6) {
  -webkit-transform: rotate(285deg) translate(6em) rotate(-285deg);
  -ms-transform: rotate(285deg) translate(6em) rotate(-285deg);
  transform: rotate(285deg) translate(6em) rotate(-285deg); }

.ring-2 > *:nth-of-type(7) {
  -webkit-transform: rotate(332.5deg) translate(6em) rotate(-332.5deg);
  -ms-transform: rotate(332.5deg) translate(6em) rotate(-332.5deg);
  transform: rotate(332.5deg) translate(6em) rotate(-332.5deg); }

.ring-2 > *:nth-of-type(8) {
  -webkit-transform: rotate(380deg) translate(6em) rotate(-380deg);
  -ms-transform: rotate(380deg) translate(6em) rotate(-380deg);
  transform: rotate(380deg) translate(6em) rotate(-380deg); }

.ring-3 {
  width: 7em;
  height: 7em;
  -webkit-animation: clockwiseRotate 20s linear infinite;
  animation: clockwiseRotate 20s linear infinite; }
  .ring-3 i {
    -webkit-animation: counterClockwiseRotate 20s linear infinite;
    animation: counterClockwiseRotate 20s linear infinite; }

.ring-3 > *:nth-of-type(1) {
  -webkit-transform: rotate(126.66667deg) translate(3.5em) rotate(-126.66667deg);
  -ms-transform: rotate(126.66667deg) translate(3.5em) rotate(-126.66667deg);
  transform: rotate(126.66667deg) translate(3.5em) rotate(-126.66667deg); }

.ring-3 > *:nth-of-type(2) {
  -webkit-transform: rotate(253.33333deg) translate(3.5em) rotate(-253.33333deg);
  -ms-transform: rotate(253.33333deg) translate(3.5em) rotate(-253.33333deg);
  transform: rotate(253.33333deg) translate(3.5em) rotate(-253.33333deg); }

.ring-3 > *:nth-of-type(3) {
  -webkit-transform: rotate(380deg) translate(3.5em) rotate(-380deg);
  -ms-transform: rotate(380deg) translate(3.5em) rotate(-380deg);
  transform: rotate(380deg) translate(3.5em) rotate(-380deg); }

ul[class^=ring] {
  border: 1px solid #333333;
  position: relative;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

ul[class^=ring] li {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  margin: -1em; }

/*
  center;
*/
.orbit-center {
  z-index: 5;
  font-size: 2em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  background: #24AAE1;
  color: white;
  border-radius: 50%;
  left: 52% !important; }
  .orbit-center:hover .orbit-center__icon {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg); }

.orbit-center__icon {
  -webkit-transform: rotateZ(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotateZ(-360deg);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.orbit-wrap > li.orbit-center:hover ~ li > ul {
  width: 0;
  height: 0; }
  .orbit-wrap > li.orbit-center:hover ~ li > ul * {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/* 
animations 
*/
@-webkit-keyframes clockwiseRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwiseRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

.orbit-icon {
  background-color: #333333;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .orbit-icon.wordpress {
    background-color: #21759b; }
  .orbit-icon.html5 {
    background-color: #e34f26; }
  .orbit-icon.css3 {
    background-color: #2965F1; }
  .orbit-icon.javascript {
    background-color: #333333;
    color: #f7df1e; }
  .orbit-icon.php {
    background-color: #8892be;
    color: #333333; }
  .orbit-icon.elementor {
    background-color: #f2295b; }
  .orbit-icon.digital-ocean {
    background-color: #008bcf; }
  .orbit-icon.woocommerce {
    background-color: #96588a; }
  .orbit-icon.shopify {
    background-color: #96bf48; }
  .orbit-icon.windows {
    background-color: #e81123; }
  .orbit-icon.safari {
    background-color: #0099e5; }
  .orbit-icon.edge {
    background-color: #0078d7; }
  .orbit-icon.aws {
    background-color: #EC912D; }
  .orbit-icon.react {
    background-color: #61DBFB; }
  .orbit-icon.firefox {
    background-color: #e66000; }
  .orbit-icon.money {
    background-color: #4CAF50; }

.orbit-icon.wix.fab.fa-wix {
  background: #FAAD4D;
  color: #000; }

.share-icon {
  color: white;
  background: #24AAE1;
  height: 50px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1em;
  -ms-flex-item-align: center;
  align-self: center; }
  .share-icon:hover {
    background: #EC7F3D;
    color: white; }
  .share-icon i {
    margin-right: 0.5em; }

.copied-to-clipboard {
  background: #4CAF50;
  color: white;
  border-radius: 3px;
  padding: 8px;
  display: none;
  float: right; }

.animated.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.animated.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animated.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.animated.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.image-choices-section {
  background: #f1f1f1;
  margin: 0 -1em;
  padding: 1em;
  overflow: hidden; }

.image-choices-section img {
  margin-bottom: 1em;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .image-choices-section img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.callout {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow: hidden; }

.callout br {
  display: none; }

.callout .callout-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px; }

.callout-content {
  background: white;
  padding: 1em;
  font-size: 16px;
  width: 100%; }

.callout.primary {
  border: 1px solid #24AAE1; }
  .callout.primary .callout-icon {
    background: #24AAE1;
    color: white; }

.callout.success {
  border: 1px solid #4CAF50; }
  .callout.success .callout-icon {
    background: #4CAF50;
    color: white; }

.image-select-single input + label, .image-select-multiple input + label {
  background: white;
  border-radius: 3px !important; }

.gform_wrapper .gform_footer {
  padding: 16px 0 100px; }

.gform_wrapper .top_label li ul.gfield_radio {
  margin: 0;
  padding: 0;
  width: 100%; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-left: -16px;
  margin-right: -16px; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

.image-select-single span.image-choices-choice-image-wrap {
  border-radius: 3px; }

.image-choices-field .image-choices-choice label {
  background: white;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px; }

.image-choices-field .image-choices-choice {
  margin: 0 !important; }

.image-choices-field .image-choices-choice label:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.gform_wrapper .col-3-per-row ul.gfield_radio li {
  width: 33.3%;
  padding-right: 16px !important;
  padding-left: 16px !important; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible;
  padding: 0 16px !important; }

.gform_wrapper .gfield_radio li label {
  width: 100%; }

.image-choices-field .image-choices-choice-selected {
  border: 1px solid transparent; }

.image-choices-field .image-choices-choice-focus label {
  border-radius: 3px;
  border: 1px solid #4CAF50; }

.image-choices-field .image-choices-choice-selected label::after {
  content: "\f058";
  font-family: "fontawesome";
  color: #4CAF50;
  font-size: 2rem; }

.image-select-multiple.image-choices-field .image-choices-choice-selected label::after {
  content: "\f0fe"; }

.checkbox-radio-style input[type='checkbox'] {
  margin-right: 0.5rem !important; }

.checkbox-radio-style input[type='checkbox'] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border: 1px solid #24AAE1;
  background: white;
  left: 0;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.checkbox-radio-style input[type='checkbox']:checked + label::before {
  content: "\f00c";
  color: white;
  background: #24AAE1;
  font-family: "fontawesome"; }

.checkbox-radio-style input[type='radio'] {
  margin-right: 0.5rem !important; }

.checkbox-radio-style input[type='radio'] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border: 1px solid #24AAE1;
  border-radius: 50%;
  background: white;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.checkbox-radio-style input[type='radio']:checked + label::before {
  content: "\f111";
  color: #24AAE1;
  background: white;
  font-family: "fontawesome";
  line-height: initial; }

body .gform_wrapper .top_label div.ginput_container {
  position: relative; }

.gform_wrapper form li.overflow-section {
  margin-left: -17px !important;
  margin-right: -17px !important;
  background: #f1f1f1;
  padding: 17px !important;
  margin-top: 0 !important;
  border-top: 1px solid #dddddd; }

.gform_wrapper form li.overflow-section:last-of-type {
  border-bottom: 1px solid #dddddd; }

.multiple-file-upload .ginput_preview {
  border-top: 1px solid #CCC;
  padding: 0.8em 0; }

.multiple-file-upload .ginput_preview a {
  background: #FFCA28;
  color: white;
  border-radius: 3px;
  float: right;
  font-size: 0.85rem;
  padding: 0.3em 0.5em; }
  .multiple-file-upload .ginput_preview a:hover {
    background: #fec000; }

.related-selection label.gfield_label::after {
  content: "";
  margin-left: 0.5rem;
  font-weight: lighter;
  font-size: 0.8em;
  background: #4CAF50;
  color: white;
  padding: 0.3em;
  border-radius: 3px; }

.gform_wrapper .gf_step {
  background: #eeeeee;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  margin-right: 0.5rem;
  min-height: 40px;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em; }

.gform_wrapper .gf_step span.gf_step_number {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: white; }

.gform_wrapper .gf_step.gf_step_active {
  background: #EC7F3D;
  color: white; }

.gform_wrapper .gf_step.gf_step_completed {
  background: #4CAF50;
  color: white;
  opacity: 1; }

.selected-online-store label.gfield_label::after {
  content: "Online Store & Payments"; }

.selected-reviews label.gfield_label::after {
  content: "Reviews"; }

/*********************
SMALL ONLY
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/* Small only */
@media screen and (max-width: 39.9375em) {
  .grid-container.small-padding-none {
    padding-left: 0;
    padding-right: 0; }
  .entry-footer .avatar {
    margin: 0 auto;
    display: block; }
  .entry-footer .author-name, .entry-footer .author-decription {
    text-align: center; }
  .entry-footer .author-social .button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gform_wrapper .ldr-big-images .image-choices-choice-text {
    font-size: 1em !important; }
  .gform_wrapper .col-3-per-row ul.gfield_radio li:last-of-type {
    margin-right: 0 !important; }
  .gform_wrapper .col-3-per-row ul.gfield_radio li {
    width: 33.333%; }
  .gform_wrapper .col-2-per-row ul.gfield_checkbox li {
    width: 50%; }
  .gform_wrapper .logo-types ul.gfield_checkbox li label {
    min-height: 214px;
    border-radius: 3px; }
  .gform_wrapper .gf_step {
    width: auto; }
  .gform_wrapper .ldr-big-images.image-choices-field .image-choices-choice-image-wrap {
    height: 90px; }
  .logo-types .image-choices-choice-image-wrap {
    width: 100%;
    height: 137px; }
  .image-choices-field ul.gfield_checkbox {
    margin: 0 -10px; }
  .image-choices-admin-field.image-choices-use-images ul.gfield_radio, .image-choices-admin-field.image-choices-use-images ul.gfield_checkbox, .image-choices-field ul.gfield_radio, .image-choices-field ul.gfield_checkbox {
    list-style: none;
    margin: 0 -10px;
    padding: 0; }
  .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
    margin: 0 0 26px auto !important; } }

/*********************
MEDIUM AND UP & MEDIUM ONLY
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/* Medium and up */
@media screen and (min-width: 40em) {
  .anchor-ad-wrap {
    height: 100px; }
  /***********************************************
Main Navigation
************************************************/
  /***********************************************
Pop Up Boxes - Foundation Reveal
************************************************/
  .reveal-box.site-login {
    width: 320px; }
  /***********************************************
Top Bar
************************************************/
  .top-bar .site-icon {
    width: 40px;
    border-radius: 30px;
    margin-right: 1em; }
  .top-bar .site-logo {
    width: 150px; }
  /***********************************************
Footer
************************************************/
  /***********************************************
Callout Button Medium & Up
************************************************/
  .callout-button .callout-icon i {
    width: 100px;
    height: 100px;
    font-size: 3em; }
  .callout-button .callout-content {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal; }
  .callout-button .callout-title {
    font-size: 4.5em;
    font-weight: 900; }
  /***********************************************
Hero
************************************************/
  .hero {
    height: 500px; }
  /***********************************************
Comment Section
************************************************/
  .comment-form {
    display: inline-block; }
    .comment-form p {
      margin: 0; }
    .comment-form .submit {
      width: 100%; }
    .comment-form .comment-notes {
      width: 100%; }
    .comment-form #comment {
      min-height: 256px; }
    .comment-form .comment-form-comment {
      width: 50%;
      float: left; }
    .comment-form .comment-form-author {
      width: 48%;
      float: right; }
    .comment-form .comment-form-email {
      width: 48%;
      float: right; }
    .comment-form .comment-form-url {
      width: 48%;
      float: right; }
    .comment-form .form-submit {
      width: 48%;
      float: right; }
  .logged-in .comment-form {
    width: 100%; }
  .logged-in .comment-form-comment {
    width: 100%; }
  .logged-in .comment-form .form-submit {
    width: auto;
    float: left; }
  /***********************************************
Single Post
************************************************/
  .entry-title {
    font-size: 2em;
    font-weight: 900; }
  .single-content-area {
    margin: 0; }
  .single-container {
    margin: 0 auto; }
  /***********************************************
Single Page
************************************************/
  .page-banner {
    height: 240px; }
  .page-img-container {
    height: 320px;
    margin-top: -10em; }
  .page .entry-title {
    font-size: 3em;
    font-weight: 900; }
  /***********************************************
Single Reviews
************************************************/
  .single-reviews .review-product {
    width: 300px;
    height: 100%; }
  /***********************************************
Cards
************************************************/
  .card h5 {
    font-size: 1.5em;
    font-weight: 700; } }

/* Medium only */
/*********************
LARGE & UP & LARGE ONLY
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/* Large and up */
@media screen and (min-width: 64em) {
  .anchor-ad-wrap {
    display: none; }
  .site-branding {
    margin-bottom: -10px; }
  /***********************************************
Featured Slider
************************************************/
  .tm-featured .tm-section {
    padding: 0; }
  /***********************************************
Featured Slider + Hero
************************************************/
  .single-post .tm-featured {
    height: 200px; }
  /***********************************************
Top Bar
************************************************/
  .top-bar-nav i {
    margin-right: 0.3em; }
  /***********************************************
Left Bar
************************************************/
  .left-bar {
    width: 200px; }
  /***********************************************
Cards
************************************************/
  .card:hover .box {
    border-left: 1px solid #EC7F3D; }
  .box {
    border-left: 1px solid #333333; }
  /***********************************************
CSS Spinner
************************************************/
  .ss-loading {
    width: calc(100% - 100px);
    right: 0; }
    .ss-loading.ss-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  /***********************************************
Singular
************************************************/
  .entry-footer .author-name, .entry-footer .author-decription {
    margin: 0 0 0.5em; }
  .single-container {
    border: 1px solid #1F1E1E;
    border-radius: 3px;
    overflow: hidden;
    max-width: 90%;
    margin: 3em auto; }
  /***********************************************
Single Page
************************************************/
  .page-banner {
    height: 340px; }
  .page-img-container {
    height: 500px;
    margin-top: -16em; }
  /***********************************************
Single Reviews
************************************************/
  .single-reviews .review-product {
    width: 400px;
    height: 100%; }
  /***********************************************
Orbiting
************************************************/
  .orbiter {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

/* Large only */
/*********************
EXTRA LARGE
*********************/
@media screen and (min-width: 90em) {
  /***********************************************
Singular
************************************************/
  .single-container {
    margin: 3em auto;
    max-width: 90em; } }
