/*
Theme Name: Stal Child
Description: Stal Child
Author: Nikolai
Template: stal
Version: 1.0.0
Text Domain: stal
*/


#qodef-page-footer .widget.widget_nav_menu div>ul>li:before {
    background-color: #ffffff;
}

.footer_icons .qodef-icon-ionicons {
    color: #ffffff;
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.current-menu-item.menu-item-has-children .qodef-drop-down-second,
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.current-page-ancestor .qodef-drop-down-second {
    display: block;
}


/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  background-color: #004289;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}


.qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
  color: #004289;
}

#qodef-author-info .qodef-m-author-position {
  color: #004289;
  margin: 0;
}

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  background-color: #004289;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  margin-right: 4px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-icon-linea-icons, #qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-icon-linea-icons {
  background-color: #004289;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004289;
  color: #fff;
  padding: 0 27px;
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a:hover {
  color: #004289;
}

.qodef-header--light #qodef-page-header .qodef-header-logo-link.qodef-textual-logo.has-background-color .qodef-logo-text {
  background-color: #004289 !important;
  color: #fff !important;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a:hover {
  color: #004289;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.current_page_item > a,
.qodef-header--vertical .qodef-header-vertical-navigation ul li.current-menu-item > a,
.qodef-header--vertical .qodef-header-vertical-navigation ul li.current-menu-ancestor > a {
  color: #004289;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  color: #004289;
}

#qodef-page-mobile-header #qodef-mobile-header-opener {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 17px;
  background-color: #004289;
  color: #fff;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner > ul > li ul li:hover > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
  color: #004289;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo .qodef-m-split {
  display: block;
  position: absolute;
  height: 50%;
  width: 0;
  background: #004289;
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.qodef-portfolio-single-item .qodef-portfolio-info a:not(.qodef-share-link):hover {
  color: #004289;
}

.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-categories {
  margin: 6px 0 0;
  color: #004289;
  opacity: 0;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s, -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s, -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
  -o-transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s, opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
  transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s, opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
  transition: transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s, opacity 0.2s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s, -webkit-transform 0.3s cubic-bezier(0.29, 0.21, 0, 0.97) 0.2s;
}

.qodef-portfolio-list .qodef-e-info-category a {
  font-size: 15px;
  line-height: 1.08em;
  color: #004289;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a {
  font-size: 15px;
  line-height: 1.08em;
  color: #004289;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

#qodef-single-portfolio-navigation .qodef-m-nav:hover .qodef-m-nav-label {
  color: #004289;
}

#qodef-single-portfolio-navigation .qodef--backbtn a:hover .qodef-circle {
  border-color: #004289;
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-role {
  margin: 0;
  color: #004289;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-social-content .qodef-team-member-social-icon,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-social-content .qodef-team-member-social-icon-opener {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: #004289;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-social-content.opened .qodef-team-member-social-icon-opener {
  background-color: #fff;
  color: #004289;
}

.qodef-testimonials-list .qodef-e-author-job {
  margin: 0;
  color: #004289;
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background-color: #004289;
}

.qodef-testimonials-list .swiper-button-next {
  left: 83px !important;
  right: auto !important;
  bottom: 1px;
  background-color: #004289;
}

.qodef-search-opener.search-icon-in-box .qodef-search-opener-inner {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background-color: #004289;
  color: #fff;
  float: right;
}

.qodef-header--dark .qodef-search-opener.search-icon-in-box .qodef-search-opener-inner {
  background-color: #fff;
  color: #004289;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #004289;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon {
  width: 10px;
  height: 2px;
  background-color: #004289;
}

.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: #004289;
  margin: 0 0 10px;
  font-style: italic;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #004289;
  border: 1px solid transparent;
}

.qodef-button.qodef-layout--outlined {
  color: #004289;
  background-color: transparent;
  border: 2px solid #004289;
}

.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: #004289;
  border-color: #004289;
}

.qodef-button.qodef-layout--splitted {
  color: #fff;
  background-color: #004289;
}

.qodef-button.qodef-layout--splitted:hover {
  color: #fff;
  background-color: #004289;
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer .qodef-btn.qodef-btn-simple:hover {
  color: #004289 !important;
}

.qodef-comparision-pricing-table .qodef-m-features .qodef-m-footer {
  padding: 10px 27px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #101010;
  font-size: 20px;
  line-height: 1.25em;
  font-family: "Muli", sans-serif;
  color: #004289;
  font-weight: 500;
  line-height: 114px;
  border-left: 1px solid #e4e4e4;
  display: table;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: url("../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png");
}

.qodef-contact-info .qodef-m-vertical-text {
  position: absolute;
  left: -30px;
  bottom: 10px;
  font-weight: 300;
  font-size: 13px;
  color: #004289;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.qodef-contact-info .qodef-m-info > div span {
  position: relative;
  top: 2px;
  color: #004289;
  font-size: 21px;
  margin-right: 10px;
}

.qodef-icon-list-item .qodef-e-title a:hover {
  color: #004289;
}

.qodef-icon-list-item .qodef-m-square {
  background-color: #004289;
  width: 6px;
  height: 6px;
  margin-right: 12px;
}

.qodef-icon-list-item.qodef-icon--predefined a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #004289;
  -webkit-transition: width .2s ease-out;
  -o-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: #004289;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.qodef-image-gallery .swiper-button-next:hover,
.qodef-image-gallery .swiper-button-prev:hover {
  background-color: #004289;
}

.qodef-image-with-text.qodef--with-link .qodef-m-image:hover + .qodef-m-content .qodef-m-title {
  padding-left: 40px;
  color: #004289;
}

.qodef-image-with-text.qodef--with-link .qodef-m-title:hover {
  padding-left: 40px;
  color: #004289;
}

.qodef-pricing-table .qodef-m-title p {
  margin: 0;
  color: #004289;
  line-height: 1em;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #f2f3f5;
  -webkit-transform-origin: 38px 39px;
      -ms-transform-origin: 38px 39px;
          transform-origin: 38px 39px;
  padding: 4px 10px;
}

.qodef-pricing-table .qodef-m-content .qodef-m-table-icon:before {
  content: '';
  position: relative;
  width: 6px;
  height: 6px;
  top: -1px;
  display: inline-block;
  background-color: #004289;
}

.qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
  margin: 0;
  color: #004289;
  line-height: 1em;
  letter-spacing: .02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 11px;
  bottom: 8px;
  -webkit-transform-origin: 1% 100%;
      -ms-transform-origin: 1% 100%;
          transform-origin: 1% 100%;
  -webkit-transform: rotate(270deg) translateY(0);
      -ms-transform: rotate(270deg) translateY(0);
          transform: rotate(270deg) translateY(0);
}

.qodef-swapping-image-gallery.qodef-title-with-tagline .qodef-m-title-tagline {
  margin: 0;
  color: #004289;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 11px;
  bottom: 8px;
  -webkit-transform-origin: 1% 100%;
      -ms-transform-origin: 1% 100%;
          transform-origin: 1% 100%;
  -webkit-transform: rotate(270deg) translateY(0);
      -ms-transform: rotate(270deg) translateY(0);
          transform: rotate(270deg) translateY(0);
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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;
  color: #004289;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:before, .qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
  content: '';
  position: absolute;
  height: 50%;
  width: 0;
  background: #004289;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.qodef-side-area-opener:hover {
  color: #004289;
}

.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon {
  font-size: 35px;
}

.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon * {
  display: block;
  line-height: inherit;
}

.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon *:before {
  display: block;
  line-height: inherit;
}

.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon > * {
  vertical-align: middle;
}

.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon > *,
.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-side-area-opener.qodef-side-area-opener--predefined {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 27px;
  background-color: #004289;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
  font-size: 22px;
  color: #004289;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  text-indent: -2px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li a {
  font-size: 22px;
  color: #fff;
  background-color: #004289;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}

.qodef-social-share.qodef-layout--list li a {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: #004289;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

#qodef-page-spinner .qodef-m-inner {
  position: relative;
  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: 100%;
  height: 100%;
  color: #004289;
  background-color: #fff;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004289;
  width: 0;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
  width: 18px;
  height: 18px;
  background-color: #004289;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  top: -10px;
  left: -10px;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #004289;
}

.qodef-woo-dropdown-cart .qodef-e-title a:hover {
  color: #004289;
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 3px 0 0;
  font-size: 15px;
  background-color: #004289;
  font-weight: 400;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount,
.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label {
  color: #004289;
  font-size: 13px;
  font-weight: 400;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  width: 100%;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  background-color: #004289;
  border: 1px solid transparent;
  padding: 17px 20px;
}

.qodef-working-hours-list .qodef-e-day-icon {
  position: absolute;
  top: -2px;
  right: -8px;
  font-size: 8px;
  color: #004289;
}


.qodef-working-hours-list .qodef-e-time.qodef--closed {
  color: #004289;
}

.qodef-working-hours-list .qodef-m-footer-icon {
  position: relative;
  top: -5px;
  right: 0;
  font-size: 8px;
  color: #004289;
}

::-moz-selection {
  color: #fff;
  background: #004289;
}

::selection {
  color: #fff;
  background: #004289;
}

::-moz-selection {
  color: #fff;
  background: #004289;
}