/*
Theme Name: Savanta
Text Domain: Savanta
Version: 1.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

.mega-menu-link {
  font-family: Roboto, sans-serif !important;
}
.mega-menu-link:focus {
background: none !important;
outline: none !important;
}
.home-logo-animate .wrapper-header {
  opacity: 100;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.home-banner-play .button-down-arrow {
  display: none !important;
}

@media (max-width: 991px) {
  .posts-nav-bar {
    top: 57px !important;
  }

  .lang-desktop {
    display: none;
  }

  .lang-mobile .lang-btn {
    background: transparent url(https://savanta.com/wp-content/themes/savanta/resources/images/icons/caret-down.svg) 100% center no-repeat !important;
    background-size: 16px !important;
    padding-right: 10px !important;
    width: 100% !important;
    text-align: left !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    padding-left: 8px !important;
  }
  .site-header .nav-right-wrap .lang-mobile {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #eaeaea;
  }
}

.lang-wrap button img {
  width: 22px;
  height: 22px;
}

.lang-btn .lang-flag {
  display: inline-block;
  width: 22px !important;
  height: 12px;
}

.lang-wrap .lang-flag {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.lang-wrap .lang-btn {
  width: 43px;
  background: transparent url(https://savanta.com/wp-content/themes/savanta/resources/images/icons/light-arrow.svg) 100% 8px no-repeat;
  background-size: 14px;
  padding-right: 23px;
}

.lang-wrap .lang-btn:hover {
  background: transparent url(https://savanta.com/wp-content/themes/savanta/resources/images/icons/dark-arrow.svg) 100% 8px no-repeat;
  background-size: 14px;
}

.lang-wrap .lang-btn.is-expanded {
  background: transparent url(https://savanta.com/wp-content/themes/savanta/resources/images/icons/dark-arrow.svg) 100% 8px no-repeat;
  background-size: 14px;
  padding-right: 23px;
}

.lang-wrap .lang-dropdown {
  padding-top: 36px;
}

.lang-wrap .lang-dropdown:before {
  top: 27px;
}

.posts-nav-bar {
  top: 99px;
}

.cb-nav-bar {
  top: 99px !important;
}

.site-footer ul {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: 10px 0;
}

.site-footer p {
  color: #969696 !important;
}

.site-footer a {
  color: #969696 !important;
  text-decoration: none;
}

.site-footer a:hover {
  color: #f5aeb3 !important;
  text-decoration: none;
}

.site-footer strong {
  color: #fff;
}

.button-down-arrow-footer {
  top: 73px;
  right: 40px;
}

.polls-list .single-card .h5 a:before {
  display: none;
}

.polls-page .posts-filter .dflex {
  margin-bottom: 0;
}

@media screen and (max-width: 1290px) {
  .site-header .logo-wrapper {
    max-width: 102px;
  }
}

@media screen and (max-width: 991px) {
  .mega-menu-flyout {
    border-bottom: 1px solid #eaeaea !important;
    padding: 10px 0px !important;
  }
}

/* //  */

/* Shared Styles - Loaded for All Sites */

/* Font Styling for All Sites */
.nav-logo .mega-menu-wrap#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-family: Roboto, sans-serif !important;
}

/* Table Styling */
.full-width-text table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.full-width-text table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

/* Link Color */
a {
  color: black;
}

/* Grid Styling */
.grid-sizer,
.grid-item {
  width: 100%;
  margin-bottom: 12px;
}

.gutter-sizer {
  width: 12px;
}

@media (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 12px);
  }
}

@media (min-width: 1024px) {
  .grid-sizer,
  .grid-item {
    width: calc(100% - 24px);
  }
}

@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: calc(100% - 12px);
  }
}

.grid-item {
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-radius: 0;
  height: 65px;
}

/* Button Styles */
.btn-pill {
  background: #f4adb3;
  padding: 25px 50px;
  display: inline-block;
  margin-bottom: 36px;
  border-radius: 50px;
  color: #fff !important;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.btn-pill span,
.lovedtitle span {
  color: #fff !important;
}

.btn-pill-blk {
  background-color: #000;
}

/* Other Content-Specific Styling */
#quicksearch {
  border: 0;
  background: none;
  color: #000;
  padding: 8px 14px 8px 0 !important;
  border-bottom: 1px dotted #000 !important;
}

/* Europe-Specific Styles (ID = 4) */
.sid-4 .our-clients .single-item figure img {
  height: auto !important;
}

/* US-Specific Styles (ID = 2) */
/* Place any additional US-specific rules here */

/* Main Site-Specific Styles (ID = 1) */
.sid-1 .heart-holder {
  position: absolute;
  width: 100%;
  height: 94%;
}

.sid-1 svg.heart {
  display: none;
  position: absolute;
  width: 45px;
  z-index: 0;
}

@media (min-width: 1024px) {
  .sid-1 svg.heart {
    top: -1%;
    width: 150px;
  }
}
.how-we-help-widget .item-wrap {

            padding-left: 0 !important;
        }

        ul.nav-text {

            width: 60% !important;
        }

        @media screen and (max-width: 1540px) {
            ul.nav-text {

                width: 100% !important;
            }
        }

        @media screen and (max-width: 991px) {
            .how-we-help-widget {
                background: #fff !important;
                color: #000 !important;
            }
        }

        .how-we-help-widget.is-black {
            background: #fff !important;
            color: #000 !important;
        }

        .how-we-help-widget.is-black ul.nav-text li a {
            color: #000 !important;
            font-family: roboto;
            font-size: 17px;
        }

        .how-we-help-widget .subheading {
            color: #000 !important;

        }

        .how-we-help-widget ul.nav-text li a {
            color: #000000;
            font-family: 'Roboto';
            font-size: 17px;
        }




        .how-we-help-widget.is-black ul.nav-text .current-menu-item {
            font-weight: bold;
        }

        /* Mobile */
        @media (max-width: 576px) {
          .sliderContainer .progressBarContainer {
            display: none !important;
          }
          .cb-nav-bar {
            top: 57px !important;
          }
        }

        @media (max-width: 1360px) {
          .hide-cbtn {
              display: none !important;
          }
          .anchor-logo {
            margin-right: auto !important;
          }
      }