/*
Theme Name: WoStree
Author: Maneesh Negi
Author URI: www.linkedin.com/in/manishn19
Description: WoStree a free responsive pure WordPress blog theme using the Bootstrap framework. It is an easy to use blogging theme with minimal and modern design. With a focus on blogger/news sites, it features multiple sections on the front page as well as widgets, navigation and social menus, and more.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wostree
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-colors, custom-header, custom-menu, theme-options, threaded-comments

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.

*/

/**
 * Table of Contents
 *
 # Normalize
 # Slider
 # Header
 # Accessibility
 # Alignments
 # Posts and pages
 # Widgets
 # Comments
 # Pagination
 # Footer
 # Footer Navigation
 # Navigation
*/
:root {
  --theme-color: #df2b7c;
  --purple: #832a7de8;
  --main-bg-color: #05001b;
  --light-gray-bg: #fcfcfc;
  --light-gray-bg-1: #f3f3f3;
  --text-color: #020429;
  --dark-color: #222222;
  --black: #000000;
  --skyblue: #c7f4fa;
  --blue: #0a324f;
  --blue-light: #0f7ecf;
  --blue-dark: #06172f;
  --blue-dark-1: #09132f;
  --white: #ffffff;
  --green: #2aba75;
  --orange: #fb5959;
  --gray: #869791;
  --gray-light: #dddddd;
  --off-white: #f2f2f2;
  --off-white-1: #f5f5f5;
  --light-gray: #d6d6d6;
  --light-gray-1: #e7e7e7;
  --light-gray-2: #e5e5e5;
  --font-family: "Montserrat", sans-serif;
  --link-color: #134f93;
  --linkHoverColor: #fb5959;
  --btn-hover: #143877;

  /* Menu font style */
  --description-menu-title-font-size: 18px;

  /* fonts style */
  --h1-font-size: 30px;
  --h1-line-height: 40px;
  --h2-font-size: 26px;
  --h2-line-height: 36px;
  --h3-font-size: 22px;
  --h3-line-height: 30px;
  --paragraph-l-font: 18px;
  --paragraph-m-font: 16px;
  --paragraph-s-font: 14px;
  --paragraph-xs-font: 12px;
}
body {
  font-size: var(--paragraph-m-font);
  line-height: calc(var(--paragraph-m-font) + 8px);
  font-weight: 400;
  font-family: var(--font-family);
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  color: var(--linkHoverColor);
}
.fixedWidth {
  max-width: 1400px;
}
h2,
h1.section-heading {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
}
h3 {
  font-size: calc(var(--h3-font-size) - 2px);
  position: relative;
  margin-bottom: 10px;
}
.cta-section h3,
.cta-section p {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.section-text {
  text-align: justify;
}
.section-padding {
  padding: 70px 0;
  position: relative;
}
.section-subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #101010;
  margin: 0;
}
.section-title {
  position: relative;
  display: inline-block;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fd6509;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-right-center {
  background-position: right center;
}
.hero-section .hero-inner {
  padding: 30px 0;
}
.hero-section .page-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 40px;
  color: #ffffff;
}
.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.hero-subtitle p {
  margin-bottom: 0;
}
/*-------------------
	Normalize
--------------------*/
.top-header .header-contact ul {
  padding-left: 0;
}
.top-header .header-contact li {
  list-style: none;
}
.top-header .header-contact li i {
  margin-right: 10px;
}
.form-control:focus {
  box-shadow: none !important;
}
form#casestudy_download label.error {
  display: none !important;
}
input.error {
  border-bottom: 2px solid #f00 !important;
}
input[type="checkbox"].error {
  outline: 2px solid #f80532;
}
form input[type="checkbox"].tnc {
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  display: inline-block;
}
form label.lable {
  font-size: 12px;
  line-height: 20px;
}
.site-branding {
  /* margin: 1em 0; */
  display: flex;
  align-items: center;
  height: 100%;
}
#searchform input {
  padding: 1px 5px;
}
.section-cta {
  margin: 30px 0;
}
.btn-primary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--white);
}
.btn-primary:hover {
  color: var(--white);
  background-color: var(--purple);
  border-color: var(--purple);
}
.btn.header-btn {
  background-color: var(--green);
  color: var(--white);
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.btn-success {
  background-color: var(--green);
  color: var(--white);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  display: inline-block;
  padding: 8px 40px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
}
.btn-style-1 {
  font-weight: 500;
  padding: 7px 28px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.btn-style-1:hover {
  background-color: var(--btn-hover);
}
.btn.btn-style-2 {
  border: 1px solid var(--text-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.btn.btn-style-2:hover {
  background-color: var(--text-color);
  color: var(--white);
}
.btn.btn-style-3 {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.btn.btn-style-3:hover {
  background-color: var(--white);
  color: var(--text-color);
}
a.link-only {
  color: var(--black);
  text-decoration: underline;
  position: relative;
  font-size: var(--paragraph-s-font);
}
a.link-only i {
  margin-left: 10px;
  color: var(--green);
  font-size: 25px;
  position: absolute;
  bottom: -1px;
}
img.zoom-in {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}
img.zoom-in:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/*---------------------
	Header
---------------------*/

/*-----------------------
	Accessibility 
-------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.gallery-caption,
.wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*-----------------------
	Alignments 
-------------------------*/
img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}
.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;
}
.section-heading {
  margin-bottom: 18px;
  position: relative;
}
.heading-style-1 {
  padding-bottom: 20px;
}
.heading-style-1:after {
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: var(--theme-color);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.section-heading.md-heading-font {
  font-size: calc(var(--h2-font-size) - 6px);
  line-height: calc(var(--h2-line-height));
}
.section-heading-1 {
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  position: relative;
}
.section-heading-2 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  position: relative;
}
.sub-section-heading {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}
h3.sub-heading {
  margin-top: 15px;
}
/*-------------------
	Posts and pages
--------------------*/
#single-post h1.entry-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 26px;
  text-transform: none;
}
#single-post h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 30px 0 15px;
}
#single-post p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
#single-post h3 {
  margin-bottom: 20px;
}
#single-post .widget_block h2,
.widget_block h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}
article {
  margin-bottom: 35px;
  /* padding-bottom: 35px; */
}
article .entry-title {
  margin-bottom: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
article .blog-img {
  margin-bottom: 25px;
}
article .entry-title a {
  font-size: 24px;
  line-height: 35px;
  text-decoration: none;
}
article .meta-desc {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  font-size: 12px;
  color: #888c8e;
}
article .post-info {
  float: left;
}
article .post-readmore {
  float: right;
  font-weight: 700;
}
.post-content-container {
  overflow: hidden;
  padding-top: 14px;
  display: flex;
  align-items: center;
}
.post-img-side {
  max-width: 39%;
  display: block;
  width: 100%;
  min-width: 85px;
  min-height: 85px;
  position: relative;
}
.post-content-side {
  padding: 10px 0 10px 35px;
  max-width: unset;
  width: auto;
  margin: 0;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  position: relative;
}
article .post-content-side .entry-title {
  margin-bottom: 0;
}
h2.entry-title a {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #1c1d1f;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: block;
}
#single-post {
  margin-top: 35px;
}
#single-post h1 {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#breadcrumbs a {
  color: var(--white);
}
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumb i,
#breadcrumbs i {
  color: var(--green);
  margin: 0 10px;
}
.breadcrumb li,
.breadcrumb li a {
  color: var(--blue-dark);
  text-decoration: none;
}
.hero-section .breadcrumb li,
.hero-section .breadcrumb li a {
  color: var(--white);
}
.hero-section .breadcrumb {
  padding: 0;
}
/*-------------------
	Widgets
---------------------*/
.widget-title {
  font-size: var(--paragraph-l-font);
  line-height: 40px;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 10px;
}
h2.widget-title {
  font-size: 11px;
  font-weight: 600;
  color: #1c1d1f;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 14px;
  margin-bottom: 26px;
}
h2.widget-title:after {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 15px;
  height: 1px;
  border-top: 1px solid;
  content: "";
  left: 50%;
  margin-left: -8px;
}
.widget_search label {
  display: none;
}
.widget {
  padding-bottom: 1em;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li,
.widget ol li {
  padding: 0.4em 0;
}
.f-desc-menu .menu {
  margin-top: 22px;
}
.f-desc-menu li {
  background-color: #1b283e;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 27px;
  padding: 10px !important;
}
.f-desc-menu li a {
  font-size: calc(var(--paragraph-l-font) - 1px);
  font-weight: 700;
  display: block;
  text-decoration: none;
}
.f-desc-menu li span.menu-item-description {
  display: block;
  font-size: var(--paragraph-xs-font);
  font-weight: 400;
}
.widget_nav_menu .menu li a {
  font-size: var(--paragraph-s-font);
  text-decoration: none;
}
a.footer-menu-item {
  font-size: var(--paragraph-l-font);
  color: var(--white);
  font-weight: 500;
  margin: 20px 0;
  display: block;
}
.footer-social {
  padding-left: 0;
  text-align: right;
}
.footer-social li {
  display: inline;
  margin-right: 15px;
}
.footer-social li:last-child {
  margin-right: 0;
}
.footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: var(--text-color);
  text-align: center;
  font-size: 15px;
  transition: all 0.8s ease;
  background: rgba(255, 255, 255, 0.9);
}
.footer-social li a:hover {
  color: var(--white);
  background-color: var(--theme-color);
}
.footer .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.footer .address-widget li i {
  color: var(--white);
  position: absolute;
  left: 0px;
  top: 5px;
}
.footer .address-widget li i:before {
  font-size: 20px;
}
.footer .address-widget a,
.footer .menu li a,
.footer-nav #footer-navbar li a {
  color: var(--dark-color);
}
footer .declaration {
  font-size: 12px;
  text-align: center;
}
.blog-sidebar li a {
  color: #000;
}
.widget_calendar td,
.widget_calendar th {
  border: 1px solid #ddd;
  padding: 2px 5px;
  line-height: 30px;
  text-align: center;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 0.8em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  caption-side: top;
  text-align: center;
  padding-bottom: 0;
}
/*-------------------
	Comments
---------------------*/
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}
.comment-list {
  padding: 0;
}
.comment-list,
.comment-list .children {
  list-style: none;
}
.comment-meta {
  color: #767676;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
  background: transparent;
}
.comment-body {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.recent-comments ul,
.recent-posts ul {
  list-style: none;
  padding-left: 0;
}
.recent-comments ul li,
.recent-posts ul li {
  border-bottom: 1px solid #e7e6e6;
  padding: 10px 0;
}
/*---------------------
	Pagination
------------------------*/
.pagination .screen-reader-text {
  display: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  border: 1px solid #e7e6e6;
  padding: 5px 12px;
  border-radius: 8px;
  margin-right: 8px;
  font-weight: 700;
  color: var(--gray);
}
.pagination span.current {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: var(--white);
}
.pagination .nav-links {
  min-height: 50px;
}
.pagination a.next,
.pagination a.prev {
  border: none;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  display: inline-block;
  width: 50%;
}
.nav-links .meta-nav {
  color: #767676;
  font-size: 20px;
  font-weight: 600;
}
.nav-links .post-title {
  font-size: 20px;
}
.nav-links .nav-next {
  text-align: right;
}
.nav-links .nav-previous span.meta-nav:before,
.nav-links .nav-next span.meta-nav:after {
  content: "—";
  width: 2em;
  color: #767676;
  height: 1em;
}
/*---------------------------
		Footer
-----------------------------*/
footer {
  background-color: #ffebef;
}
footer .footer-top {
  padding: 60px 0 40px;
}
footer .footer-bottom {
  font-size: 14px;
}
footer .footer-bottom .container {
  border-top: 1px solid #676767;
  padding-top: 20px;
}
footer p {
  margin-bottom: 0;
  color: var(--dark-color);
}
footer .social-icon a {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}
.copyright a {
  color: #8f8f8f;
}
/*---------------------------
		Footer Navigation
-----------------------------*/
#footer-navbar ul {
  padding: 0;
  margin: 0;
}
#footer-navbar li {
  display: inline-block;
  list-style: none;
}
#footer-navbar li a {
  border-right: 1px solid #454545;
  padding: 0 10px;
  line-height: 24px;
}
#footer-navbar ul li:last-child a {
  border: none;
}
footer form input[type="submit"] {
  box-shadow: none;
}
/*--------------------------------------------------------------
	Navigation
--------------------------------------------------------------*/
ul.ubermenu-submenu {
  min-width: 250px;
}
header .ubermenu-skin-black-white-2 {
  box-shadow: none;
}
header .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
  border: none;
  box-shadow: none;
}
header .ubermenu .ubermenu-target-description {
  font-size: 16px;
  color: var(--black) !important;
}
.ubermenu-skin-black-white-2 {
  background-color: transparent;
  background: transparent !important;
  border: none !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
  font-weight: normal !important;
  text-transform: none !important;
}
.mm-block {
  border: 1px solid var(--light-gray-1);
  background-color: var(--white);
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.mmblock-item {
  background-image: url("images/menu-icon.svg");
  background-repeat: no-repeat;
  padding-left: 34px;
}
.mm-block p {
  margin-bottom: 4px;
}
p.mm-title {
  color: var(--blue-dark);
  font-weight: 700;
}
p.mmm-desc {
  font-size: var(--paragraph-xs-font);
  color: var(--blue-dark);
}
p.mmm-link a {
  font-size: var(--paragraph-xs-font);
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: underline;
}
.fullwidth-menu-heading {
  padding: 20px !important;
}
.fullwidth-menu-heading .ubermenu-target-title {
  font-size: var(--paragraph-l-font);
  margin-bottom: 10px;
  color: var(--blue-dark);
}
.fullwidth-menu-heading .ubermenu-target-text {
  font-size: var(--paragraph-m-font);
  color: var(--blue-dark);
}
header {
  background-color: var(--white);
  /* background-color: #ff2d744a; */
}
header .main-menu {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
header ul.header-ctas {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 65px;
  width: 250px;
  height: 65px;
  position: relative;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
header li.nav_phone a {
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
  border-radius: 4px;
  text-align: center;
  height: auto;
  line-height: 40px;
  padding: 10px 0;
  margin-right: 32px;
}
header li.nav_phone a svg {
  width: 40px;
  height: 18px;
}
header .menu-sticky {
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
header .menu-area {
  transition: all 0.3s ease;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
header .menu-area.menu-sticky.sticky {
  background-color: var(--white);
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  border: none;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header-wrapper {
  display: flex;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
a.menu-scroll-down {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 20px;
}
.navigation-top {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.navigation-top .wrap {
  max-width: 1000px;
  padding: 0;
}
.navigation-top #top-menu {
  display: flex;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: center;
}
.navigation-top a {
  color: var(--dark-color);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.navigation-top .sub-menu a {
  color: var(--black);
  font-weight: 500;
  display: block;
}
.main-navigation ul.ubermenu-nav {
  text-align: center;
}
.main-navigation .desc-dropdown .sub-menu li a {
  font-size: var(--description-menu-title-font-size);
  font-weight: 700;
}
.ubermenu .ubermenu-target-text {
  position: relative;
}
.ubermenu a i.ubermenu-sub-indicator {
  display: none;
}
.navigation-top #top-menu a:after,
.ubermenu-nav > li > a > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 4px;
  left: 0;
  top: calc(100% - 8px);
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
}
.navigation-top #top-menu a:hover:after,
.ubermenu-nav > li > a:hover span:after,
.navigation-top #top-menu li.current-menu-ancestor a:after,
.navigation-top #top-menu li.current_page_item > a:after {
  background-color: var(--theme-color);
  width: 100%;
}
.navigation-top #top-menu .sub-menu a:after {
  content: none;
}
.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}
/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}
.main-navigation > div > ul {
  padding: 0.75em 1.695em;
}
.js .main-navigation.toggled-on > div > ul {
  display: block;
}
.main-navigation ul ul {
  padding: 0 0 0 1.5em;
  width: 320px;
}
.main-navigation ul ul.toggled-on {
  display: block;
}
.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  padding: 1.8em 1.25em;
  display: block;
}
.main-navigation #top-menu > li.menu-item {
  /* padding: 1.8em 1.25em; */
  padding: 0;
}
.main-navigation #top-menu > li > a:hover,
.navigation-top #top-menu li.current-menu-ancestor > a,
.navigation-top #top-menu li.current_page_item > a {
  background-color: rgb(255, 255, 255, 10%);
}
.main-navigation span.menu-item-description {
  display: block;
  line-height: calc(var(--paragraph-s-font) + 2px);
  font-size: var(--paragraph-s-font);
  font-weight: 500;
  margin-top: 8px;
}
.main-navigation li li:hover,
.main-navigation li li.current_page_item {
  background-color: rgba(214, 214, 214, 0.3);
  border-left: 4px solid var(--green);
}
/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}
/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
  display: none;
}
.main-navigation.toggled-on ul.nav-menu {
  display: block;
}
.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-toggle:focus {
  outline: thin solid;
}
.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}
.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}
.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--white);
  display: none;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 6px;
}
.sub-menu .dropdown-toggle {
  right: 6px;
  top: 4px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
}
.dropdown-toggle::after {
  border: none;
  margin: 0;
}
.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
  display: none;
}
.no-svg .svg-fallback {
  display: inline-block;
}
.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  -ms-transform: rotate(0); /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .js .menu-toggle,
  .js .dropdown-toggle {
    display: block;
  }
  .navigation-top #top-menu,
  .navigation-top .main-navigation li,
  .ubermenu a i.ubermenu-sub-indicator {
    display: block;
  }
  header .main-menu {
    position: inherit;
  }
  .navigation-top {
    position: absolute;
    width: 100%;
    top: 62px;
    right: 0;
    left: 0;
    background-color: #f5f4f5;
  }
  #site-navigation,
  #site-navigation .ubermenu-responsive-toggle {
    display: none;
  } /* hide ubermenu toggle button*/
  #site-navigation
    .ubermenu
    .ubermenu-item-layout-icon_left
    > .ubermenu-target-title {
    margin-left: 0;
  }
  #site-navigation .ubermenu-responsive {
    padding: 0 15px;
  }
  .main-navigation #top-menu > li.menu-item {
    padding: 1em 1.25em;
  }
  .main-navigation #top-menu > li.menu-item > a {
    padding: 0;
  }
  .navigation-top #top-menu a:after,
  .main-navigation li li:last-child:after {
    display: none;
  }
  .main-navigation li li:hover,
  .main-navigation li li.current_page_item {
    background-color: transparent;
    border-left: none;
  }
  .main-navigation #top-menu > li > a:hover,
  .navigation-top #top-menu li.current-menu-ancestor > a {
    background-color: transparent;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
    position: relative;
    width: 35px;
    height: 24px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .menu-toggle .icon-bar:first-child {
    top: 2px;
  }
  .menu-toggle .icon-bar:nth-child(2) {
    top: 10px;
  }
  .menu-toggle .icon-bar:last-child {
    top: 18px;
  }
  .menu-toggle[aria-expanded="true"] .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
  }
  .menu-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .menu-toggle[aria-expanded="true"] .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    border-radius: 0;
    z-index: 1;
    -webkit-transform-origin: 4px 0;
    transform-origin: 4px 0;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    background-color: #888;
  }
  .dropdown-toggle {
    display: block;
  }
  .main-navigation #top-menu > li {
    border-bottom: 1px solid #ddd;
  }
  .main-navigation ul ul.sub-menu {
    position: relative;
    left: 0;
    background-color: var(--main-bg-color);
    width: 100%;
    display: none;
    border: 0;
    padding-top: 10px;
  }
  .main-navigation li li {
    border-bottom: 0 !important;
    padding: 0.5em 0.5em 0.5em 1.3rem;
  }
  .navigation-top .sub-menu a {
    color: var(--white);
  }
  .navigation-top .sub-menu li:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--green);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  /* @media (min-width:40em) and (max-width:48em){ */
  #site-navigation .ubermenu-responsive {
    padding: 0;
  }
  .main-navigation ul {
    background-color: transparent;
  }
  .main-navigation ul ul {
    padding-left: 0;
  }
  .main-navigation li {
    padding: 1em 1.25em;
  }
  .hero-section {
    background-position: center;
  }
  .hero-section .hero-inner {
    padding: 40px 0;
  }
  .hero-section .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-subtitle p {
    line-height: 28px;
  }
  .section-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
  .section-padding {
    padding: 40px 0;
  }
  header .header-right,
  header .header-left {
    display: none;
  }
  .main-navigation ul.sub-menu {
    display: none;
  }
  .navigation-top #top-menu {
    width: 100% !important;
    padding: 15px;
  }
  .post-content-container {
    display: block;
  }
  .post-img-side {
    max-width: 100%;
  }
  .post-content-side {
    padding: 0;
  }
  .image-box-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-navigation .menu-scroll-down {
    display: none;
  }
}
/*	width 768px	*/
@media screen and (min-width: 768px) {
  /* Navigation */
  .navigation-top {
    width: 100%;
    z-index: 3;
  }
  .navigation-top .wrap {
    max-width: 1000px;
  }
  .navigation-top nav {
    margin-left: -1.25em;
  }

  .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
  }
  .admin-bar .site-navigation-fixed.navigation-top {
    top: 32px;
  }

  /* Main Navigation */

  .main-navigation {
    width: auto;
  }

  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    display: block;
  }

  .main-navigation ul {
    background: transparent;
    padding: 0;
  }
  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .main-navigation li {
    border: 0;
    padding: 1em 1.25em;
    display: inline-block;
  }
  .main-navigation li li {
    display: block;
    border-left: 4px solid transparent;
  }
  .main-navigation li li:after {
    content: "";
    width: 87%;
    height: 0.5px;
    position: absolute;
    left: 20px;
    bottom: 0;
    background-color: #e0e0e0;
  }
  .main-navigation li li:last-child:after {
    background-color: transparent;
  }
  .main-navigation li li:hover:after {
    display: none;
  }
  .main-navigation ul ul {
    background: var(--white);
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 12px 15px rgb(0 0 0 / 10%);
  }
  /* 
	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	} */

  .main-navigation ul li.menu-item-has-children.focus:before,
  .main-navigation ul li.menu-item-has-children:hover:before,
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:before,
  .main-navigation ul li.page_item_has_children:hover:before,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: block;
  }

  .main-navigation ul li.menu-item-has-children:before,
  .main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #bbb;
    bottom: 0;
  }

  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }

  .main-navigation ul ul a {
    padding: 0;
    letter-spacing: 0px;
  }

  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  /* 
	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: var(--green);
	} */
  .main-navigation li li:hover button {
    color: var(--white);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul,
  .main-navigation ul li.menu-item-has-children.is-focused .sub-menu {
    /* left: 0.5em; */
    left: 0;
    right: auto;
  }

  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
  }

  .main-navigation ul ul .menu-item-has-children > a > .icon,
  .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg); /* IE 9 */
    transform: rotate(-90deg);
  }

  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }

  .main-navigation ul ul li.menu-item-has-children.focus:before,
  .main-navigation ul ul li.menu-item-has-children:hover:before,
  .main-navigation ul ul li.menu-item-has-children.focus:after,
  .main-navigation ul ul li.menu-item-has-children:hover:after,
  .main-navigation ul ul li.page_item_has_children.focus:before,
  .main-navigation ul ul li.page_item_has_children:hover:before,
  .main-navigation ul ul li.page_item_has_children.focus:after,
  .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }

  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
}
@media (min-width: 993px) AND (max-width: 1200px) {
  .site-branding {
    width: 120px;
  }
  .main-navigation a {
    font-size: 14px;
    padding: 1.8em 1em;
  }
  header ul.header-ctas {
    width: 180px;
  }
  header ul.header-ctas .btn-style-1 {
    padding: 7px 20px;
    font-size: 12px;
  }
}
