/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



* {
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
*:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
  font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
p, li {
  font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #003429;
    font-weight: 400;
    line-height: 1.4;
}
p {
    margin: 0 0 20px;
}
a {
    color: #0e4b8c;
    text-decoration: none;
}
a:hover {
    color: #f38220;
}
hr {
    width: 110px;
    height: 4px !important;
    margin: 30px 0;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x left center;
    border: 0;
    opacity: 1;
}
.card {
    border: 0px solid rgba(0,0,0,1);
    border-radius: 0px;
}
.bg-warning {
    padding: 50px;
    background-color: #f5a117!important;
}
.bg-light {
    background-color: #ececec!important;
}

.btn {
  font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    padding: 15px 25px;
    min-width: 150px;
    border-width: 2px;
    border-radius: 0px;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.btn-sm {
  font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}
.btn-secondary {
    background: #546c6c;
    border-color: #546c6c;
}
.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background: #f5a117;
    border-color: #f5a117;
}
.btn-light {
    color: #546c6c;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:hover, .btn-light:focus {
    color: #fff;
    background-color: #ea9416;
    border-color: #ea9416;
}
.btn-outline-light:hover, .btn-outline-light:focus {
    color: #74ab36;
}
.btn-outline-dark {
    color: #003429;
    border-color: #003429;
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
    color: #fff;
    background-color: #546c6c;
    border-color: #546c6c;
}
.btn-link {
    color: #546c6c;
    text-decoration: none;
}
.display-2 {
    text-transform: uppercase;
}
.display-1 {
  font-family: "Montserrat", sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: .8;
}
.display-1 small {
    font-size: 30%;
    text-transform: uppercase;
    line-height: 2;
}
.display-2 {
  font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #003429;
    font-weight: 900;
    line-height: 1.1;
    margin-top: 0px;
}
.display-2 small {
    font-size: 40%;
    color: #74ab36;
    line-height: 4;
}
.display-3 {
  font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.display-4 {
  font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #003429;
    font-weight: 600;
    text-transform: uppercase;
}
.display-5 {
  font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.display-6 {
    font-size: 24px;
    color: #f5a117;
    font-weight: 800;
    text-transform: uppercase;
}
.text-end {
    text-align: right!important;
}

/* Header */
header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #d4dada;
    box-shadow: 0 0rem 0rem rgb(0 0 0 / 0%), inset 0 0px 0 rgb(0 0 0 / 0%);
    padding: 0px;
}
#masthead .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff!important;
}
#masthead .navbar-toggler {
    padding: 9px;
    font-size: 16px;
    line-height: 30px;
    width: 50px;
    border-radius: 0;
}
#masthead .navbar .navbar-toggler {
    color: #74ab36;
    border-color: rgba(0,0,0,0);
}
#masthead .navbar .navbar-toggler:focus {
    color: #74ab36;
    background-color: #dae0dc;
    box-shadow: 0 0 0 0;
}
#masthead .navbar .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #546c6c;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    padding: 15px 10px;
}
#masthead .navbar .navbar-nav .nav-link:hover, #masthead .navbar .navbar-nav .nav-link:focus {
    color: #74ab36;
    font-weight: 500;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #74ab36;
    font-weight: 500;
}
.order-block .btn {
    min-width: inherit;
    border-width: 0px;
}
.order-block .btn-sm {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    padding: 5px 10px 5px 40px;
}
.order-block .btn-link {
    color: #74ab36;
    background: url(/wp-content/themes/harvest-sunoil/image/harvest-icon.png) no-repeat 5px center;
    background-size: 30%;
}
.order-block .btn-link:hover, .order-block .btn-link:focus {
    color: #f5a117;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-flower-orange.svg) no-repeat 5px center;
}
.dropdown-menu {
    min-width: 250px;
    margin: 0px;
    padding: 5px 30px 15px 30px;
    border: 1px solid #d4dada;
    border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
    left: -15px;
    margin-top: 0px;
}
.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #546c6c;
    line-height: 1;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-gray-small.svg) no-repeat left center !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #74ab36;
    background-color: #fff;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-lime.svg) no-repeat 5px center !important;
}

#content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
}
.content-area.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.page-content, .entry-content, .entry-summary {
    margin: 0px !important;
}
.entry-header {
    display: none;
}

/* News */
.display-posts-listing {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0px;
    list-style-type: none;
}
.display-posts-listing .listing-item {
    position: relative;
    padding: 20px;
    margin: 0px;
    flex: 0 0 auto;
    width: 100%;
    background-color: #546c6c;
    border: 0px solid #e6e9ee;
}
.display-posts-listing .listing-item:before {
    display: none;	
}
.display-posts-listing a.image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 200px;
}
.display-posts-listing .title {
    position: absolute;
    top: 50px;
    left: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}
.display-posts-listing .date {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
}

.category .site-content {
    overflow: hidden;
}
.category .entry-header, .single .entry-header {
    display: block;
}
.category article {
    position: relative;
    display: block;
}
.category article.post.hentry {
    margin-bottom: 0px;
}
.category article .post-thumbnail img {
    width: 100%;
}
.category article .post-thumbnail {
    order: 1!important;
}
.category article .post-content {
    order: 2!important;
}
.category article .post-content .entry-header {
    padding-top: 30px;
}
h1.entry-title.display-2 {
    font-size: 48px;
    border-bottom: 0px solid #eaecef;
}
h2.entry-title {
    border-bottom: 0px solid #eaecef;
}
.entry-meta, .single article .entry-meta, .last-news article .entry-meta, .single article .entry-meta, .search-results article .entry-meta, .tag article .entry-meta {
    font-size: 0px;
}
article .entry-meta .posted-on a, .single article .entry-meta .posted-on a, .search-results article .entry-meta .posted-on a {
  font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #74AB36;
    font-weight: 900;
    padding: 10px 0px;
}
.category article .entry-content, .category article .entry-content p {
  font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.category article:nth-child(odd) .post-content .btn-link {
    min-width: auto;
    text-align: left;
    padding: 5px 50px 5px 0px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-gray.svg) no-repeat 80% center;
}
.category article:nth-child(odd) .post-content .btn-link:hover {
    color: #f5a117;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat 85% center;
}
.category article:nth-child(even) .post-content .btn-link {
    min-width: auto;
    text-align: right;
    padding: 5px 0px 5px 40px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-gray.svg) no-repeat 5% center;
}
.category article:nth-child(even) .post-content .btn-link:hover {
    color: #f5a117;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-orange.svg) no-repeat 0% center;
}
.category article .entry-footer, .single article .entry-footer {
    display: none;
}
.post-navigation .nav-previous {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y right top;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #546c6c;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    border: 0px solid #ddd;
    border-radius: 0;
    padding: 10px 40px;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    color: #f5a117;
    background: none;
}
.post-navigation .nav-previous a::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-gray.svg) no-repeat left center;
}
.post-navigation .nav-previous a:hover::before {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-orange.svg) no-repeat left center;
}
.post-navigation .nav-next a::after {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-gray.svg) no-repeat right center;
}
.post-navigation .nav-next a:hover::after {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat right center;
}

/* Slide */
.banner {
    height: 450px;
}
.home.banner {
    padding-bottom: 5%;
    background: url(/wp-content/themes/harvest-sunoil/image/slide-home.jpg) no-repeat center center;
    background-size: auto 100%;
}
.about.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-about.jpg) no-repeat center center;
    background-size: auto 100%;
}
.history.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-history.jpg) no-repeat center center;
    background-size: auto 100%;
}
.products.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-products.jpg) no-repeat center center;
    background-size: auto 100%;
}
.brands.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-brands.jpg) no-repeat center center;
    background-size: auto 100%;
}
.oez.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-oez.jpg) no-repeat center center;
    background-size: auto 100%;
}
.zrd.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-zrd.jpg) no-repeat center center;
    background-size: auto 100%;
}
.elevator.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-elevator.jpg) no-repeat center center;
    background-size: auto 100%;
}
.purchase.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-purchase.jpg) no-repeat center center;
    background-size: auto 100%;
}
.private-label.banner {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/slide-private-label.jpg) no-repeat center center;
    background-size: auto 100%;
}
.majola.banner {
    background: url(/wp-content/themes/harvest-sunoil/image/slide-majola.jpg) no-repeat center center;
    background-size: auto 100%;
}
.banner h1, .banner p {
    color: #fff;
}
.banner p {
    font-weight: 500;	
}

/* breadcrumbs */
.breadcrumbs figure, .breadcrumbs figure p {
    margin: 0px;
}
.breadcrumbs .btn-link {
    padding: 15px 0px 15px 40px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-gray.svg) no-repeat 5% center;
}
.breadcrumbs .btn-link:hover, .breadcrumbs .btn-link:focus {
    color: #f5a117;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-orange.svg) no-repeat left center;
}

/* Indicators */
.indicators {
    padding: 20px 10%;
    min-height: 200px;
    background-color: #003429;
}
.indicators .indicator {
    position: relative;
    padding: 15px 0;
}
.indicators .indicator:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: url(/wp-content/themes/harvest-sunoil/image/dot-lime.svg) repeat-x center center;
}
.indicators .indicator:last-child:after {
    display: none;
}
.indicators p {
  font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #fff;
    margin: 7px 0;
}
.indicators p.lead {
  font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 600;
}
.purchase.indicators p.display-4 span {
  font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #74ab36;
    font-weight: 600;
    padding: 5px 10px;
    border: 2px dotted #74ab36;
}

/* Mission */
.mission {
    padding: 100px 0;
}
.mission img {
    width: 100%;
}

/* Values */
.values {
    height: 830px;
    background: #003429 url(/wp-content/themes/harvest-sunoil/image/bg-values.png) no-repeat left bottom;
}
.values figure {
    margin-left: 10%;
    margin-right: 10%;
}
.values .display-2, .values li {
    color: #dae0dc;
}
.values ul {
    position: relative;
}
.values li {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 60px;
}
.values ul:before {
    position: absolute;
    left: auto;
    right: -4px;
    top: 0;
    display: block;
    content: "";
    width: 300px;
    height: 4px;
    background: url(/wp-content/themes/harvest-sunoil/image/dot-lime.svg) repeat-x right center;
}
.values li:after {
    position: absolute;
    left: auto;
    right: -4px;
    bottom: 0;
    display: block;
    content: "";
    width: 300px;
    height: 4px;
    background: url(/wp-content/themes/harvest-sunoil/image/dot-lime.svg) repeat-x right center;
}

/* History */
.history {
    padding: 100px 0;
}
.history-carousel .row > div {
    position: relative;
    padding: 20px 7.5%;
}
.history-carousel .row > div:before {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    display: block;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center bottom;
}
.history-carousel .row > div:nth-child(2):before, .history-carousel .row > div:nth-child(4):before, .history-carousel .row > div:nth-child(6):before, .history-carousel .row > div:nth-child(5):after, .history-carousel .row > div:nth-child(6):after {
    display: none;
}
.history-carousel .row > div:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x right center;
}
.history-carousel p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 10px;
}
.history-carousel p.lead {
    font-size: 40px;
    color: #74ab36;
    font-weight: 500;
}

/* page-content */
.page-content {
    padding: 20px 0 0;
}
.page-content .card.bg-warning, #secondary .card.card-large {
    padding: 20px;
}
.page-content .card.bg-warning .card-header {
  font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #003429;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0,0,0,1);
}
.page-content .card.bg-warning .item {
    position: relative;
    padding: 10px 0 20px 15px;
}
.page-content .card.bg-warning .item:before {
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    display: block;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-white.svg) repeat-y center center;
}
.page-content .card.bg-warning .item:after {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-white.svg) repeat-x right center;
}

.page-content .card.bg-warning .item:before {
    display: none;
}
.page-content .card.bg-warning .item:last-child:after {
    display: none;
}
.page-content .card.bg-warning .display-5, #secondary .card.bg-warning .widget-title {
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
#secondary .card.bg-warning .widget-title {
    padding-bottom: 30px;
}
#secondary .card.bg-warning .widget-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100px;
    height: 4px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-darkgreen.svg) repeat-x left center;
}
.page-content .card.bg-warning.card-large .card-title {
    padding: 10px 25px;
    line-height: 1.1;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-white.svg) no-repeat -10px 8px;
}
.page-content .card.bg-warning .display-6 {
  font-family: "Montserrat", sans-serif;
    color: #003429;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 25px;
}
.page-content .card.bg-warning .card-text a {
    display: block;
    font-size: 17px;
    color: #003429;
    line-height: 1.2;
    margin-left: 25px;
    text-decoration: underline;
}
.page-content .card.bg-warning .card-text a:hover {
    color: #fff;
}
.page-content .card.bg-warning li, #secondary .card.bg-warning li {
    padding: 0px 0px 25px 30px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-white.svg) no-repeat -10px top;
}
.post-content h3 {
  font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #74ab36;
    font-weight: 600;
    text-transform: uppercase;
}
.post-content p {
    font-size: 18px;
}
.post-content p strong {
  font-family: "Montserrat", sans-serif;
}
.post-content ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
.post-content ul > li, .post-content ol > li {
    position: relative;
    font-size: 18px;
    padding: 5px 20px;
}
.post-content ul > li:before {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    content: "•";
    color: #74ab36;
    font-size: 20px;
    width: 20px;
    height: 20px;
}
#secondary .card.bg-warning ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
#secondary .card.bg-warning ul:before {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    display: block;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-white.svg) repeat-y center center;
}
#secondary .card.bg-warning li {
    width: 50%;
}
#secondary .card.bg-warning li:nth-child(odd) {
    padding-right: 100px;
}
#secondary .card.bg-warning li:nth-child(even) {
    padding-left: 130px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-white.svg) no-repeat 80px top;
}
#secondary .card.bg-warning li .nav-link {
    color: #003429;
    padding: 0px;
}
#secondary .card.bg-warning .nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.page-content .card.bg-warning hr {
    margin: 20px 0;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-darkgreen.svg) repeat-x left center;
}
.page-content .card.bg-light .card-body {
    padding: 0px;
    overflow: hidden;
}
.page-content .card.bg-light .card-body .photo {
    background-color: #fff;
}
.page-content .card.bg-light .card-body .photo img {
    width: 100%;
    padding-bottom: 30px;
}
.page-content .card.bg-light .card-body .majola {
    min-height: 450px;
    padding: 10% 30% 5% 7.5%;
    background: #f5a117 url(/wp-content/themes/harvest-sunoil/image/photo-majola.jpg) no-repeat right top;
    border-bottom: 30px solid #fff;
}
.page-content .card.bg-light .card-body .majola p {
    color: #fff;
}
.page-content .card.bg-light .card-body .majola .btn {
    padding-right: 60px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-darkgreen.svg) no-repeat 90% center;
}
.page-content .card.bg-light .card-body .majola .btn:hover, .page-content .card.bg-light .card-body .majola .btn:focus {
    background: #546c6c url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-white.svg) no-repeat 95% center;
}
.page-content .card.bg-light .card-body .description {
    padding: 30px;
}
.page-content .card.bg-light .card-body li {
    padding: 10px 25px;
    line-height: 1.2;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat -10px 9px;
}
.page-content .card.bg-light .card-body li a {
  font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #546c6c;
    text-decoration: none;
    text-transform: uppercase;
}
.page-content .card.bg-light .card-body li a:hover {
    color: #f5a117;
}
.page-content .card.bg-warning.elevator-last {
    background: #f5a117 url(/wp-content/themes/wp-bootstrap-starter/image/bg-elevator.png) no-repeat right bottom;
}

/* Brands */
.brand-photo {
    padding: 20px 0;
    text-align: center;
}
.brand-photo.raf {
    background-color: #f5a117;
}
.brand-photo.unraf {
    background-color: #74ab36;
}
.brand-photo .badge {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 10px 30px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-white-large.svg) no-repeat -10px 5px;
}
.brand-description {
    padding: 50px 5%;
    background-color: #ededed;
}
.brand-description p {
    font-size: 16px;
    color: #546c6c;
    line-height: 1.1;
    margin-bottom: 15px;
}
.brand-description .display-4 {
    font-size: 24px;
}
.brand-description .lead {
    font-size: 20px;
    color: #f5a117;
    padding: 5px 0 5px 25px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat -10px 3px;
}
.brand-description .table td, .brand-description .table th {
    position: relative;
    font-size: 16px;
    padding: 7px 0px;
    line-height: 1.1;
    border-top: 0px solid #dee2e6;
    overflow: hidden;
}
.brand-description .table td:first-child {
    padding-right: 50px;
}
.brand-description .table td:last-child {
    padding-left: 10px;
}
.brand-description .table td:first-child:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 6px;
    margin: 0px -99% 0 10px;
    vertical-align: baseline;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x right center;
}

/* Export */
.export {
    height: 500px;
    background: #f5a117 url(/wp-content/themes/harvest-sunoil/image/bg_catalog_5.jpg) no-repeat center center;
}
.export .display-2 {
    color: #fff;
}

/* Partners */
.partners {
    height: 470px;
    background: #74ab36 url(/wp-content/themes/wp-bootstrap-starter/image/bg-partners.png) no-repeat center center;
}
.partners .display-4 {
    color: #fff;
}

/* Raw */
.raw {
    position: relative;
    padding: 20px 5%;
}
.raw:first-child {
    padding-left: 5%;
}
.raw:before {
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.raw:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x center center;
}
.raw:before, .raw:last-child:after {
    display: none;
}
.raw .lead {
    color: #f5a117;
    line-height: 1.1;
    padding: 5px 0 5px 25px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat -10px 3px;
}
.raw li {
    position: relative;
    font-size: 16px;
    padding: 5px 0 5px 15px;
}
.raw li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "-";
    width: 15px;
    height: 2px;
}

/* bottles */
.bottles {
    position: relative;
}
.bottles:before {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.bottles:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x center center;
}
.bottle {
    position: relative;
    padding: 15px 0px;
    text-align: center;
}
.bottle:before {
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.bottle:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x center center;
}
.bottle p {
    color: #f5a117;
    font-weight: 600;
    line-height: 1.1;
    padding: 5px 0 5px 40px;
    text-align: left;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat 10px 3px;
}
.bottle img {
    max-width: 160px;
}

/* products-menu */
.products-menu li {
    position: relative;
    padding: 0 2%;
}
.products-menu li:before {
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.products-menu li:before {
    display: none;
}
.products-menu li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    content: "";
    width: 100%;
    height: 4px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x center center;
}
.products-menu li:last-child:after {
    display: none;
}
.products-menu li a {
    display: block;
    padding: 12px 10px 12px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #546c6c;
    text-transform: uppercase;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat -9px 10px;
}
.products-menu li.active a {
    color: #f5a117;
}
.products-menu li a:hover {
    color: #f5a117;
    text-decoration: none;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat 0px 10px;
}

/* specifications */
.capacity .display-5 {
    display: inline-block;
    color: #74ab36;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0 10px 40px;
    text-align: left;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-lime-large.svg) no-repeat -5px 5px;
}
.specifications img {
    width: 100%;
}
.specifications .display-4 {
    color: #f5a117;
    font-weight: 600;
    line-height: 1.1;
    padding: 10px 0 10px 30px;
    text-align: left;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange-large.svg) no-repeat -7px 5px;
}
.specifications .table thead th {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #546c6c;
    line-height: 1.2;
    padding: 30px 30px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-gray.svg) no-repeat -5px center;
    border-bottom-width: 0px;
}
.specifications th:first-child:before {
    position: absolute;
    top: 10px;
    right: 20px;
    bottom: 10px;
    content: "";
    width: 4px;
    height: calc(100% - 20px);
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.specifications tbody {
    position: relative;
}
.specifications tbody:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat left top;
    z-index: -1;
}
.specifications tbody:after {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #fff;
    z-index: -1;
}
.specifications td {
  font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #546c6c;
    line-height: 20px;
    padding: 22px 15px;
    border-bottom-width: 0px;
}
.specifications .table-warning, .specifications .table-warning>td, .specifications .table-warning>th {
    --bs-table-bg: none;
    background-color: transparent;
}
.specifications .table-warning td {
    color: #f5a117;
}
.specifications .table td, .specifications .table th {
    border-top: 0px solid #dee2e6 !important;
}

/* Distribution */
.map-outher {
    position: relative;
}
.map-inner {
    text-align: center;
}
.map-inner svg {
}
.map-inner path {
    fill: #f8bd5d;
    transition: .5s fill, .5s stroke;
}
.map-inner path:hover {
    fill: #fff;
    stroke: #f5a117;
}
.map-inner text {
    cursor: pointer;
}
.popover {
    background-color: #fff;
    border: 1px solid #d4dada;
    border-radius: 0px;
}
.bs-popover-top>.arrow {
    bottom: -12px;
    border-top-color: #d4dada;
    border-top-color: rgba(99,47,35,1);
}
.bs-popover-top>.arrow:after {
    border-top-color: #632f23;
}
.popover .popover-header {
  font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #f5a117;
    font-weight: 400;
    padding: 5px 0 5px 40px;
    background: #fff url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat 10px 3px;
    border-bottom: 0px solid rgba(0,0,0,0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.popover .popover-body {
  font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #003429;
    font-weight: 400;
}

/* Contacts */
.contact {
    position: relative;
    padding: 0px 5%;
}
.contact:first-child {
    padding-left: 2.5%;
}
.contact:last-child {
    padding-right: 2.5%;
}
.contact:first-child:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.contact .display-2 {
    color: #f5a117;
    line-height: 1.1;
    padding: 5px 0 5px 35px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange-large.svg) no-repeat -9px 13px;	
}
.contact p, .contact hr {
    margin-left: 35px;
}
.division {
    position: relative;
    padding: 0px 2.5%;
    min-height: 250px;
}
.division:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.division:last-child:before {
    display: none;
}
.division .mt-auto {
    padding: 40px 0 5px 0px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-bot-orange-large.svg) no-repeat left top;	
}
.emails .display-2 {
    line-height: 1.1;
    padding: 5px 0 5px 35px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-darkgreen-large.svg) no-repeat -9px 13px;	
}
.emails p {
    margin-left: 35px;
}
.email {
    position: relative;
    padding: 0px 5%;
}
.email:first-child {
    padding-left: 0;
}
.email:last-child {
    padding-right: 0;
}
.email:first-child:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-y center center;
}
.email .display-5 {
    color: #f5a117;
    line-height: 1.1;
    padding: 5px 0 5px 30px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat -9px 3px;	
}
.email p {
    padding-left: 30px;
}
.email hr {
    width: 100%;
}

/* form-content */
.form-content {
    padding: 100px 0 100px;
    background-color: #ececec;
}
.col-form-label {
    font-size: 20px;
    padding: 16px 15px;
    line-height: 30px;
    height: 62px;
}
.form-text {
    font-size: 16px !important;
}
.form-control {
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
    border: 1px solid #fff;
    border-radius: 0px;
}
.wpcf7-checkbox.form-control {
    background-color: transparent;
    border: 1px solid transparent !important;
}
.wpcf7-list-item-label {
    font-size: 20px;
    color: #333;
}
textarea {
    height: 234px;
}
select.form-control {
    background: #fff url(/wp-content/themes/wp-bootstrap-starter/image/arrow-down-gray-small.svg) no-repeat 95% center !important;
}
.wpcf7-form-control.wpcf7-submit.btn-primary {
    background: #546c6c;
    border-color: #546c6c;
}
.wpcf7-form-control.wpcf7-submit.btn-primary:hover, .wpcf7-form-control.wpcf7-submit.btn-primary:focus {
    color: #fff;
    background: #f5a117;
    border-color: #f5a117;
}
.separate-group {
    padding: 10px 20px;
    background: rgba(84,108,108,.1);
}
.wpcf7-form .row > p {
    display: none;
}

/* Footer */
.footer {
    padding: 100px 0 100px;
    background-color: #003429;
}
.footer p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4;
}
.footer p.lead {
    font-size: 16px;
    color: #74ab36;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0px 5px;
}
.footer ul {
    margin-right: -15px;
    margin-left: -15px;
}
.footer ul > li {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
}
.footer ul > li a.nav-link {
    color: #74ab36;
    padding: 10px 0px;
}
.footer ul > li a.nav-link:hover {
    color: #f5a117;
    background-color: transparent;
}
.footer ul > li > ul > li {
    font-size: 14px;
    color: #74ab36;
    font-weight: 300;
    text-transform: none;
}
.footer ul > li > ul > li a.nav-link {
    color: #fff;
    padding: 5px 0px;
}
.footer ul > li > ul > li a.nav-link:hover {
    color: #f5a117;
    background-color: transparent;
}
.footer p a {
    font-size: 16px;
    color: #fff;
}
.footer p a:hover, .footer p a:focus {
    color: #f5a117;
}
.footer .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #dae0dc;
    border-radius: 15px;
}
.footer .social a:hover, .footer .social a:focus {
    background-color: #fff;
}
.footer .social a img {
    vertical-align: top;
}
.footer hr {
    width: 100%;
    height: 1px !important;
    margin: 5px 0 10px;
    background: none;
    background-color: #546c6c;
}

/* Modal */
.modal-content {
    background-color: #ececec;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .display-1 {
        font-size: 48px;
    }
    .display-2 {
        font-size: 36px;
    }
    .banner {
        height: 350px;
    }
    .home.indicators .indicator:nth-child(1), .home.indicators .indicator:nth-child(3) {
        padding-left: 0%;
        padding-right: 10%;
    }
    .home.indicators .indicator:nth-child(2), .home.indicators .indicator:nth-child(4) {
        padding-left: 10%;
        padding-right: 0%;
    }
    .indicators .indicator:before {
        position: absolute;
        top: 0;
        right: 0%;
        bottom: 0;
        content: "";
        width: 4px;
        height: 100%;
        background: url(/wp-content/themes/harvest-sunoil/image/dot-lime.svg) repeat-y center center;
    }
    .home.indicators .indicator:before {
        display: block;
    }
    .home.indicators .indicator:nth-child(2):before, .home.indicators .indicator:nth-child(4):before, .indicators .indicator:before {
        display: none;
    }
    .home.indicators .indicator:after {
        display: block;
    }
    .indicators .indicator:nth-child(3):after, .indicators .indicator:nth-child(4):after {
        display: none;
    }
    .history-carousel p {
        font-size: 20px;
    }
    .history-carousel p.lead {
        font-size: 44px;
    }
    .page-content .card.bg-warning, #secondary .card.card-large {
        padding: 30px;
    }
    .bottle img {
        max-width: 200px;
    }
    .products-menu li:nth-child(odd):before {
        display: block;
    }
    .products-menu li:nth-child(7):after {
        display: none;
    }
    .specifications td {
        padding: 20px 30px;
    }
    .display-posts-listing .listing-item {
        margin: 3px 3px;
        width: calc(50% - 6px);
    }
    .footer-1 ul.menu > li {
        width: 33.33333333%;
    }
    .footer-2 ul.menu > li {
        width: 50%;
    }
    .footer .flex-column {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .footer .flex-column .sub-menu.flex-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-md-end {
        text-align: right!important;
    }
    .banner {
        height: 400px;
    }
    .indicators .indicator {
        padding-left: 0%;
        padding-right: 10%;
    }
    .indicators .indicator:before {
        right: 20%;
    }
    .home.indicators .indicator:before {
        right: 0%;
    }
    .indicators .indicator:before, .home.indicators .indicator:before {
        display: block;
    }
    .indicators .indicator:last-child:before, .indicators .indicator:after {
        display: none;
    }
    .values figure {
        margin-left: 0%;
        margin-right: 0%;
    }
    .values ul:before {
        width: 400px;
    }
    .values li:after {
        width: 400px;
    }
    .history-carousel .row > div {
        padding: 30px 5%;
    }
    .history-carousel .row > div:nth-child(3):before, .history-carousel .row > div:nth-child(6):before, .history-carousel .row > div:nth-child(4):after, .history-carousel .row > div:nth-child(5):after, .history-carousel .row > div:nth-child(6):after {
        display: none;
    }
    .history-carousel .row > div:nth-child(2):before, .history-carousel .row > div:nth-child(4):before {
        display: block;
    }
    .raw {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .raw::before {
        display: block;
    }
    .raw:last-child:before, .raw:after {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .banner {
        height: 450px;
    }
    .indicators {
        padding: 20px 5%;
    }
    .indicators .indicator {
        padding: 0 10% 0 0 !important
    }
    .indicators .indicator:last-child {
        padding-right: 0 !important;
    }
    .home.indicators .indicator:before {
        right: 20%;
    }
    .indicators .indicator:nth-child(2):before, .home.indicators .indicator:nth-child(2):before {
        display: block;
    }
    .indicators .indicator:after, .home.indicators .indicator:after {
        display: none;
    }
    .indicators p {
        font-size: 18px;
    }
    .purchase.indicators p {
        font-size: 24px;
    }
    .indicators p.lead {
        font-size: 26px;
    }
    .purchase.indicators p.lead {
        font-size: 36px;
    }
    .history-carousel .row > div {
        padding: 50px 7.5%;
    }
    .history-carousel p {
        font-size: 22px;
    }
    .history-carousel p.lead {
        font-size: 48px;
    }
    .page-content .card.bg-warning, #secondary .card.card-large {
        padding: 50px;
    }
    .page-content .card.bg-warning .item {
        padding: 10px 5% 20px 15px;
    }
    .page-content .card.bg-warning .item:before {
        display: block;
    }
    .page-content .card.bg-warning .item:last-child:before, .page-content .card.bg-warning .item:after {
        display: none;
    }
    .page-content .card.bg-light .card-body .photo img {
        padding-right: 15px;
        padding-bottom: 0px;
    }
    .page-content .card.bg-light .card-body .majola {
        padding: 10% 20% 5% 7.5%;
        border-right: 30px solid #fff;
        border-bottom: 0px solid #fff;
    }
    .products-menu li:before {
        display: block;
    }
    .products-menu li:nth-child(4):before, .products-menu li:nth-child(8):before, .products-menu li:nth-child(5):after, .products-menu li:nth-child(6):after {
        display: none;
    }
    .category article {
        display: flex;
        flex-wrap: wrap;
    }
    .category article:nth-child(odd) .post-content, .category article:nth-child(even) .post-thumbnail {
        order: 1!important;
    }
    .category article:nth-child(even) .post-content, .category article:nth-child(odd) .post-thumbnail {
        order: 2!important;
    }
    .category article .post-content, .category article .post-thumbnail {
        flex: 1 0 0%;
        max-width: 50%;
    }
    .category article:nth-child(odd) .post-content {
        padding-right: 5%;
    }
    .category article:nth-child(even) .post-content {
        padding-left: 5%;
        text-align: right!important;
    }
    .category article:nth-child(odd) .post-content:after {
        position: absolute;
        left: -101%;
        right: 101%;
        top: 85px;
        display: block;
        content: "";
        width: 100%;
        height: 4px;
        background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x right center;
    }
    .category article:nth-child(even) .post-content:after {
        position: absolute;
        left: 101%;
        right: -101%;
        top: 85px;
        display: block;
        content: "";
        width: 100%;
        height: 4px;
        background: url(/wp-content/themes/wp-bootstrap-starter/image/dot-gray.svg) repeat-x right center;
    }
    .category article .post-content .entry-header .display-4 {
        font-size: 20px;
    }
    .display-posts-listing .listing-item {
        width: calc(33.333333% - 6px);
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .display-1 {
        font-size: 60px;
    }
    .display-2 {
        font-size: 44px;
    }
    header#masthead {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 5000;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .lang-item:first-child {
        padding-left: 50px !important;
    }
    .banner {
        height: 580px;
    }
    .indicators p {
        font-size: 18px;
    }
    .purchase.indicators p {
        font-size: 24px;
    }
    .indicators p.lead {
        font-size: 26px;
    }
    .purchase.indicators p.lead {
        font-size: 36px;
    }
    .values li {
        font-size: 24px;
    }
    .page-content .card.card-large, #secondary .card.card-large {
        max-width: 90%;	
    }
    .page-content .card.bg-light .card-body li {
        padding: 12px 30px;
        background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat -9px 11px;
    }
    .page-content .card.bg-light .card-body li:hover {
        background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-orange.svg) no-repeat 0px 11px;
    }
    .page-content .card.bg-light .card-body li a {
        font-size: 17px;
    }
    .raw:first-child {
        padding-left: 0;
    }
    .bottle img {
        max-width: 170px;
    }
    .category article .post-content .entry-header .display-4 {
        font-size: 24px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .display-2 {
        font-size: 48px;
    }
    .indicators p {
        font-size: 18px;
    }
    .purchase.indicators p {
        font-size: 24px;
    }
    .indicators p.lead {
        font-size: 26px;
    }
    .purchase.indicators p.lead {
        font-size: 36px;
    }
    .page-content .card.card-large, #secondary .card.card-large {
        max-width: 80%;	
    }
    .bottle img {
        max-width: 190px;
    }
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .dropdown-toggle::after {
        position: absolute;
        top: 29px;
        right: 23px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding: 10px;
        border-top: 1px solid #ececec;
    }
    .dropdown-item {
        padding: 10px 10px 10px 25px;
        font-size: 18px;
    }
    .order-block {
        position: absolute;
        top: 15px;
        right: 50px;
    }
}


/* gallery */
.gallery {
    padding: 0 0 70px;
}
.gallery .carousel-control-next, .gallery .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: -60px;
    z-index: 20;
    width: 50px;
    height: 50px;
    padding: 5px;
    opacity: 1;
    transition: opacity .15s ease;
}
.gallery .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-gray-large.svg) no-repeat center center !important;
}
.gallery .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-gray-large.svg) no-repeat center center !important;
}
.gallery .carousel-control-next-icon:hover {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-darkgreen-large.svg) no-repeat center center !important;
}
.gallery .carousel-control-prev-icon:hover {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-darkgreen-large.svg) no-repeat center center !important;
}
.gallery .carousel-indicators {
    bottom: -50px;
    margin-bottom: 0px;
}
.carousel-indicators [data-bs-target] {
    width: 10%;
    height: 2px;
    margin: 10px;
    background-color: #a9b5b5;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.carousel-indicators [data-bs-target].active {
    background-color: #74ab36;
}
.gallery .card {
    padding: 0 5px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px rgb(112 121 135 / 0%);
    box-shadow: 0 0 0px rgb(112 121 135 / 0%);
}
.gallery .carousel-item > div {
    padding-right: 0px;
    padding-left: 0px;
}
.gallery .card img {
    width: 100%;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
@media (max-width: 575.98px) {
    .navbar-brand img {
        /* height: 45px; */
    }
    .order-block {
        top: 7px;
    }
}

/* medium and up screens */
@media (min-width: 768px) {
    .gallery {
        overflow: hidden;
    }
    .gallery-carousel {
        position: relative;
        width: 300%;
        margin-left: -100%;
    }
    .carousel-control-prev {
        left: auto;
        right: calc(33.333333% + 50px);
    }
    .carousel-control-next {
        right: 33.333333%;
    }
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333333%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333333%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
