/*
Theme Name:     Neve
Theme URI:      https://themeisle.com/themes/neve/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a Multi-Purpose modern WordPress theme perfect for any project. Fast, with a clean look and easily customizable, it can be used for blogs, creative business, small businesses (restaurants, wedding planners, sport/medical shops), startups, corporate businesses, online agencies and firms, portfolios, ecommerce (WooCommerce), and freelancers. It is compatible with Gutenberg, Elementor Page Builder and all other big Page Builder plugins. The theme is Responsive, Translation Ready, Retina ready, SEO friendly.
Version:        1.0.3
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
WordPress Available:  no
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@-ms-viewport {
  width: device-width;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.w-100 {
  width: 100%;
}

.gapless {
  padding: 0 !important;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid > div {
  margin: 0 -15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  color: #606060;
  font-size: 1rem;
  line-height: 1.68421;
  overflow-x: hidden;
  direction: ltr;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  line-height: 1.68421;
}

h1 {
  font-size: 2.625rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.26316em;
}

a {
  color: #00a4f7;
  text-decoration: none;
}
a:hover {
  color: #005bf7;
}

.screen-reader-text {
  display: none;
}

#nv-top-bar-menu {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
#nv-top-bar-menu > li:not(:last-child) {
  padding-right: 8px;
}
#nv-top-bar-menu > li:not(:first-child) {
  padding-left: 8px;
}

.nv-top-bar-content {
  display: flex;
  flex: 1;
}
.nv-top-bar-content p {
  margin-bottom: 0;
}

.nv-top-bar {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.nv-tb-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 40px;
}
.nv-tb-wrap.menu-content .nv-top-bar-content, .nv-tb-wrap.content-menu #nv-top-bar-menu {
  justify-content: flex-end;
  align-items: center;
}
.nv-tb-wrap.content-menu .nv-top-bar-content, .nv-tb-wrap.menu-content #nv-top-bar-menu {
  justify-content: flex-start;
  align-items: center;
}

.nv-nav-header {
  display: flex;
  min-height: 70px;
}

.site-logo {
  width: 200px;
  align-items: center;
  display: flex;
  padding: 8px 0;
}
.site-logo img {
  max-height: 60px;
  float: left;
}
.site-logo p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0;
}
.site-logo small {
  width: 100%;
  text-align: center;
  display: block;
}
.site-logo a {
  display: inline;
}

.icon-bar {
  transition: all 0.1s ease;
  position: relative;
  display: block;
  background: #00a4f7;
  border-radius: 2px;
  width: 15px;
  height: 2px;
}
.icon-bar:nth-child(2) {
  margin: 3px 0;
}

.navbar-toggle-wrapper {
  align-items: center;
}

.navbar-toggle {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background: none;
  cursor: pointer;
  padding: 10px 15px;
}
.navbar-toggle:hover {
  box-shadow: none;
  transform: none;
}

.navbar-toggle.active .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
.navbar-toggle.active .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.active .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 5px;
}

.menu-opened {
  overflow: hidden;
}

.nv-navbar {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  max-height: 100vh;
}

#nv-primary-navigation {
  max-height: 0;
  overflow-y: auto;
  transition: all 0.3s ease;
}
#nv-primary-navigation.responsive-opened {
  max-height: calc(100vh - 70px);
  padding-bottom: 16px;
}
#nv-primary-navigation a {
  width: 100%;
  display: block;
  padding: 8px 0;
}
#nv-primary-navigation li {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.site-logo, .navbar-toggle-wrapper {
  flex: 1;
}

.navbar-toggle-wrapper {
  justify-content: flex-end;
  display: flex;
}

#nv-primary-navigation .sub-menu {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition: all 0.3s ease;
  border-left: 1px solid #f0f0f0;
}
#nv-primary-navigation .dropdown-open > .sub-menu {
  max-height: 2000px;
  transition: all 0.3s ease;
}

.nv-nav-wrap {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.caret {
  content: " ";
  height: 6px;
  width: 6px;
  position: relative;
  display: inline-block;
  border: 2px solid;
  border-radius: 1px;
  border-left: 0;
  border-bottom: 0;
  left: 1px;
  transform: rotate(135deg);
  color: #00a4f7;
  top: -6px;
  transition: all 0.3s ease;
}
.dropdown-open > .caret-wrap > .caret {
  color: #fff;
  transform: rotate(-45deg);
}

.caret-wrap {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #00a4f7;
  width: 30px;
  height: 30px;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.dropdown-open > .caret-wrap {
  background-color: #00a4f7;
}

.nav-right .site-logo {
  justify-content: flex-end;
}

.nav-right .navbar-toggle-wrapper {
  justify-content: flex-start;
}

.nav-right .nv-nav-header {
  flex-direction: row-reverse;
}

.nv-nav-search form {
  display: flex;
}
.nv-nav-search form label {
  width: 100%;
  margin-right: 20px;
}

.menu-item-nav-cart .cart-count {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #f0f0f0;
  font-size: 0.55em;
  padding: 3px;
  border-radius: 3px;
  color: #333;
}

.nv-nav-cart {
  display: none;
}

footer {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}

.nv-footer-content, .nv-footer-widgets {
  padding: 32px 0;
}

.nv-footer-widgets + .nv-footer-content {
  padding-top: 0;
}

.nv-footer-content .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.nv-footer-content .footer-menu > li:not(:last-child) {
  padding-right: 16px;
}
.nv-footer-content .footer-menu > li:not(:first-child) {
  padding-left: 16px;
}

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}

.neve-main {
  flex: 1;
}

.archive-container, .single-page-container {
  padding-top: 32px;
}

.nv-page-title-wrap.nv-big-title {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.nv-page-title-wrap.nv-big-title .nv-page-title {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
  display: inline-block;
  min-height: 35px;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  background-color: transparent;
  color: #333;
  border: 1px solid #dddddd;
  border-radius: 3px;
  transition: all 0.3s ease;
}

input, textarea, select, button {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box;
  /* For legacy (Firefox <29) Gecko based browsers */
  box-sizing: border-box;
}

.button {
  font-size: .8em;
  font-weight: 600;
  display: inline-block;
  padding: .625rem 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
}
.button.button-primary {
  background-color: #00a4f7;
  color: #fff;
}
.button.button-secondary {
  border: 1px solid #00a4f7;
  background-color: transparent;
  font-weight: 600;
  color: #00a4f7;
}
.button.button-secondary:hover {
  background-color: #00a4f7;
  color: #fff;
}

button, input[type=button], .btn, input[type="submit"] {
  font-size: .8em;
  font-weight: 600;
  display: inline-block;
  padding: .625rem 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  background-color: #00a4f7;
  color: #fff;
}

.nv-seach-form-wrap .search-form {
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
.nv-seach-form-wrap .search-form input[type="submit"] {
  margin-left: 10px;
}

.nv-meta-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 8px;
  padding: 8px 0;
  width: 100%;
}
.nv-meta-list > li:not(:last-child) {
  padding-right: 8px;
}
.nv-meta-list > li:not(:first-child) {
  padding-left: 8px;
}
.nv-meta-list li,
.nv-meta-list li > a,
.nv-meta-list i {
  color: #7e7e7e;
  font-size: 0.9em;
}
.nv-meta-list i {
  margin-right: 2px;
  font-size: inherit;
  line-height: inherit;
}
.nv-meta-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nv-meta-list .meta .nv-icon:before {
  position: relative;
  margin-right: 5px;
}

.article-content-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.nv-post-thumbnail-wrap {
  width: 100%;
}
.nv-post-thumbnail-wrap a {
  transition: all 0.3s ease;
}
.nv-post-thumbnail-wrap a:hover {
  opacity: .95;
}
.nv-post-thumbnail-wrap img {
  width: 100%;
  height: auto;
}

.blog-entry-title {
  margin-bottom: 8px;
}

.article-content-col .content {
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
}
.article-content-col .content .button {
  align-self: flex-start;
}

.excerpt-wrap {
  padding: 32px 0;
}

.nv-index-posts .posts-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.nv-index-posts .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px auto;
}
.nv-index-posts .page-numbers > li:not(:last-child) {
  padding-right: 8px;
}
.nv-index-posts .page-numbers > li:not(:first-child) {
  padding-left: 8px;
}

.nv-loader {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #00a4f7;
  border-left: 1px solid transparent !important;
  animation: spin;
  -webkit-animation: spin 1s ease infinite;
  -moz-animation: spin 1s ease infinite;
  animation: spin 1s ease infinite;
  margin: 0 auto;
  display: none;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.layout-grid > .article-content-col, .layout-grid > .article-content-col .content {
  height: 100%;
}

.layout-default, .layout-alternative {
  display: flex;
  align-items: flex-end;
}

.single-post-container {
  padding-top: 16px;
}

.single-post-container .title {
  margin-bottom: 16px;
}

.attachment-neve-blog {
  display: flex;
  margin: 0 auto;
}

#comments {
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
  margin: 8px 0 32px;
}
#comments .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#comments .pagination > li:not(:last-child) {
  padding-right: 8px;
}
#comments .pagination > li:not(:first-child) {
  padding-left: 8px;
}
#comments .comments-number {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#comments .comments-list li {
  margin: 32px 0;
}
#comments cite {
  font-style: normal;
}
#comments .avatar {
  border-radius: 50%;
}
#comments .comment-meta {
  font-size: .75em;
  margin-bottom: 8px;
}
#comments .children {
  border-left: 1px solid #f0f0f0;
  padding-left: 8px;
}

.nv-index-posts, .nv-single-post-wrap, .nv-single-page-wrap {
  margin-bottom: 48px;
}

.nv-sidebar-wrap {
  margin-bottom: 48px;
}
.nv-sidebar-wrap .search-form {
  display: flex;
  flex-direction: column;
}
.nv-sidebar-wrap input[type="search"] {
  margin-bottom: 8px;
}
.nv-sidebar-wrap .widget {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .nv-sidebar-wrap {
    max-width: 30%;
  }
  .nv-sidebar-wrap.right {
    border-left: 1px solid #f0f0f0;
  }
  .nv-sidebar-wrap.left {
    border-right: 1px solid #f0f0f0;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .navbar-toggle-wrapper {
    display: none;
  }

  .menu-opened {
    overflow: inherit;
  }

  .nv-nav-wrap {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }

  #nv-primary-navigation {
    display: flex;
    flex-wrap: wrap;
    overflow-y: inherit;
    max-height: inherit;
    margin-left: auto;
    justify-content: flex-end;
  }
  #nv-primary-navigation > li:not(:last-child) {
    padding-right: 16px;
  }
  #nv-primary-navigation > li:not(:first-child) {
    padding-left: 16px;
  }
  #nv-primary-navigation.responsive-opened {
    padding-bottom: 0;
  }
  #nv-primary-navigation > li {
    width: inherit;
  }
  #nv-primary-navigation > li.menu-item-has-children:last-child {
    padding-right: 16px;
  }
  #nv-primary-navigation > li > a {
    padding: 16px 0;
    display: block;
  }
  #nv-primary-navigation > li.menu-item-has-children > a {
    padding-right: 12px;
  }
  #nv-primary-navigation > li > .caret-wrap {
    top: 14px;
    position: absolute;
  }
  #nv-primary-navigation li:hover > a {
    color: #005bf7;
  }
  #nv-primary-navigation li:hover > .caret-wrap .caret {
    color: #005bf7;
  }
  #nv-primary-navigation .sub-menu {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: inherit;
    padding: 0;
    top: 100%;
    background: #fff;
    border-left: none;
    border-top: 3px solid #00a4f7;
    position: absolute;
    overflow: visible;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
  #nv-primary-navigation .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: -3px;
  }
  #nv-primary-navigation .sub-menu li {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-top: none;
    min-width: 150px;
  }
  #nv-primary-navigation .sub-menu li a {
    white-space: nowrap;
    display: block;
    width: 100%;
    margin-right: 8px;
    padding: 8px 16px;
  }
  #nv-primary-navigation .menu-item-has-children:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  #nv-primary-navigation > .menu-item-has-children > .sub-menu {
    right: 0;
  }

  .caret-wrap {
    border: none;
    position: relative;
    top: 0;
    display: inline;
    padding-right: 0;
  }
  .dropdown-open > .caret-wrap > .caret {
    color: #00a4f7;
    transform: rotate(135deg);
  }
  .dropdown-open > .caret-wrap {
    background: transparent;
  }

  .sub-menu .caret-wrap {
    padding-right: 25px;
  }

  .nv-nav-wrap.nav-center {
    flex-direction: column;
    justify-content: center;
  }

  .nav-center #nv-primary-navigation {
    margin: 0 auto;
    justify-content: center;
  }
  .nav-center #nv-primary-navigation > li > a {
    padding-top: 8px;
  }
  .nav-center #nv-primary-navigation > li > .caret-wrap {
    top: 4px;
  }

  .nav-center .site-logo {
    justify-content: center;
  }
  .nav-center .site-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .nv-nav-search {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    width: auto;
    background: #fff;
    padding: 8px 16px;
    border-top: 3px solid #00a4f7;
    cursor: default;
    z-index: 100;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .nv-nav-search .search-submit {
    display: none;
  }
  .menu-item-nav-search.active .nv-nav-search {
    visibility: visible;
    opacity: 1;
  }
  .nv-nav-search form {
    display: block;
  }
  .nv-nav-search form label {
    margin: 0;
  }
  .nv-nav-search form label input {
    width: 200px;
    margin: 0;
  }

  .nav-clickaway-overlay {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    height: 100vh;
  }

  .menu-item-nav-cart:hover .nv-nav-cart {
    opacity: 1;
    visibility: visible;
  }

  .nv-nav-cart {
    display: block;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    cursor: default;
    border-top: 3px solid #00a4f7;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 100;
    right: 0;
    min-width: 350px;
    background: #fff;
  }
  .nv-nav-cart .widget_shopping_cart {
    padding: 8px 0;
  }
  .nv-nav-cart .woocommerce-mini-cart__empty-message {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .nv-nav-cart .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 16px;
    text-align: center;
  }
  .nv-nav-cart .woocommerce-mini-cart__buttons {
    display: flex;
    padding: 8px 16px 0;
  }
  .nv-nav-cart .woocommerce-mini-cart__buttons a.button {
    margin: 0;
    text-align: center;
  }
  .nv-nav-cart .woocommerce-mini-cart__buttons a.button:last-child {
    margin-left: 5px;
    font-size: .8em;
    font-weight: 600;
    display: inline-block;
    padding: .625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    background-color: #00a4f7;
    color: #fff;
  }
  .nv-nav-cart .woocommerce-mini-cart__buttons a.button:first-child {
    font-size: .8em;
    font-weight: 600;
    display: inline-block;
    padding: .625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    border: 1px solid #00a4f7;
    background-color: transparent;
    font-weight: 600;
    color: #00a4f7;
  }
  .nv-nav-cart .woocommerce-mini-cart__buttons a.button:first-child:hover {
    background-color: #00a4f7;
    color: #fff;
  }

  .nv-nav-wrap.nav-right {
    flex-direction: row-reverse;
    justify-content: center;
  }

  .nav-right #nv-primary-navigation {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-right .nv-nav-cart {
    right: inherit;
    left: 0;
  }

  .nav-right #nv-primary-navigation > .menu-item-has-children > .sub-menu {
    left: 0;
    right: inherit;
  }

  .layout-default .article-content-col .content, .layout-alternative .article-content-col .content {
    display: flex;
    align-items: center;
  }

  .layout-default .article-content-col .content {
    flex-direction: row;
  }

  .layout-alternative .article-content-col .content {
    flex-direction: row-reverse;
  }

  .non-grid-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .non-grid-content .button {
    align-self: flex-start;
    margin-top: auto;
  }
  .non-grid-content .excerpt-wrap {
    padding: 16px 0;
  }

  .nv-post-thumbnail-wrap ~ .default-layout-content {
    padding-left: 32px;
  }

  .nv-post-thumbnail-wrap ~ .alternative-layout-content {
    padding-right: 32px;
  }

  .layout-default .nv-post-thumbnail-wrap, .layout-alternative .nv-post-thumbnail-wrap {
    max-width: 40%;
  }

  article.layout-alternative:nth-child(even) .article-content-col .content {
    flex-direction: row;
  }
  article.layout-alternative:nth-child(even) .article-content-col .content .nv-post-thumbnail-wrap ~ .alternative-layout-content {
    padding: 0 0 0 32px;
  }

  #comments .children {
    padding-left: 32px;
  }

  .single-post-container {
    padding-top: 48px;
  }

  .archive-container, .single-page-container {
    padding-top: 48px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/*# sourceMappingURL=style.css.map */
