/* =================================================================================== *
Theme Name: Vantage Child
Theme URI: https://siteorigin.com/theme/vantage
Description: Child theme for the Vantage theme by SiteOrigin, used for custom modifications and safe updates.
Author: SiteOrigin / Your Name
Author URI: https://siteorigin.com
Template: vantage
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready, responsive, blog, business
Text Domain: vantage-child
=================================================================================== */


/* Google chart css starts here */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

main {
  width: 1000px;
  margin: 10px auto;
  padding: 10px 20px 30px;
  background: #FFF;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
p {
  margin-top: 2rem;
  font-size: 13px;
}
li {
  font-size: 13px;
}
#bar-chart {
  width: 1000px;
  height: 400px;
  position: relative;
}
#bar-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 30px;
  left: 155px;
  top: 254px;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}
/* Google chart css ends here */

/* Event manager css starts here */

/* to fix Login form inside single event page */
/* and the t&C privacy policy in full width once logged in */
.em-booking-form-details {
    float: none !important;
	width: 100% !important;
}

#em-booking-submit {
	margin-top: 20px !important;
}
/* Event Manager css ends here */

/* vantage-child theme css starts here */

/*#masthead-widgets .widget-title {
    color: #fff !important;
}*/

/*
 #secondary .widget-title {
    color: #fff !important;
}
*/

#site-info {
    color: #fff !important;	
}

#footer-widgets .widget-title {
    color: #fff !important;
}
/* Make site title and description white */
/*header#masthead div.hgroup .logo-wrapper h1.site-title,
header#masthead div.hgroup .logo-wrapper p.site-description {
    color: #fff;
	margin-top: 30px;
}*/


/* vantage-child theme css ends here */


/* slider buttons css starts here */
.range-slider {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 15px;
}
.range-slider > input {
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: 72px;
  -webkit-appearance: none;
}
.range-slider > input::-webkit-slider-thumb {
  -webkit-appearance: none;
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
}
.range-slider > span.slider-container {
  min-height: 40px;
  display: inline-block;
  position: absolute;
  top: 70px;
  left: -8px;
  right: 46px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.range-slider > span.slider-container > span.bar {
  background-color: #000;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 10px;
  right: -42px;
  height: 11px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.range-slider > span.slider-container > span.bar > span {
  background: #02c38a;
  display: inline-block;
  float: left;
  height: 11px;
  width: 0%;
}
.range-slider > span.slider-container > span.bar-btn {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 42px;
  padding-top: 8px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  left: -25px;
  top: -65px;
  border-radius: 3px;
  border: #333 2px solid;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.range-slider > span.slider-container > span.bar-btn:after {
  content: "";
  border: 2px solid #fff;
  background-color: #02c38a;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 63px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.range-slider > span.slider-container > span.bar-btn > span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 25px;
  border-style: solid;
  border-color: #333 transparent transparent;
  position: absolute;
  top: 39px;
  left: -2px;
}
.range-slider > span.slider-container > span.bar-btn > span:after {
  content: "";
}
/* slider buttons css ends here */


/* facebook and google buttons css starts here */
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  width: 250px;
  min-width: 220px;
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}

.loginBtn a:link, .loginBtn a:visited {
  color: #FFF;
}

.loginBtn a:hover {
  text-decoration: underline;
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
	margin: 25px 0;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
/* facebook and google buttons css ends here */

/* Site wide css starts here */
body { padding: 0em; }

.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a, .wp-block-quote::before, .blog-single .post-navigation .post-next a:hover, .blog-single .post-navigation .post-previous a:hover, .post-navigation span:hover, .post-navigation h3:hover{
    color: #1F96D3;
}
 a, .post-meta span i, .entry-header .entry-title a:hover, .sidebar ul li a:hover, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li:hover a, .elementor-widget-exhibz-latestnews .post:hover .post-body .entry-header .entry-title a, .btn-link:hover, .footer-menu ul li a:hover, .schedule-tabs-item .schedule-listing-item .schedule-slot-time, .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item.active{
     color: #1f95d2;
}
 body{
     background-color: #F4F4FB;
    font-family: 'Staatliches', !important ;
}
 ul{
    padding-left: 30px;
    font-weight: 300;
    color: #6c6c6c;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

ul.ticklist {
  list-style: none;
  text-indent: -22px; 	
}
li.ticklist {
	margin-top: 0 !important;
	margin-bottom:0  !important;
}
 ul li.ticklist:before {
  content: '✓';
  padding-right: 10px;
}

ul.arrowlist {
  list-style: none;
  text-indent: -22px; 	
}
li.arrowlist {
	margin-top: 0 !important;
	margin-bottom:0  !important;
}
 ul li.arrowlist:before {
  content: '•';
  padding-right: 10px;
}

ol {
	counter-reset: item;
	padding-left: 30px;
    margin-bottom: 5px;
    list-style-position: outside;
}
 li{
    padding-bottom: 0;
	display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* li:before {
	 content: counters(item, ".") " ";
	 counter-increment: item
}*/
 h1, h2, .h1, .h2{
	 margin-top: 30px;
	 margin-bottom: 20px;
}
 h3, h4, h5, h6, .h3, .h4, .h5, .h6{
     margin-top: 25px;
     margin-bottom: 10px;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    letter-spacing: 0.5px;
    font-family: 'Staatliches', !important ;
}
/*
 a:focus{
    color:#DD1788;
}
*/
 h1{
    font-size: 52px;
    letter-spacing: 0;
    font-weight: 400;
}
 h2{
     line-height: 50px;
     display: inline-block;
     position: relative;
     font-size: 46px ;
    font-weight: 400;
    color: #181717 !important;
    /*text-transform: uppercase; */
	 position: relative;
}
 h2::before{
     position: absolute;
     left: -52px;
     top:4px;
     width: 42px;
     content: "";
     background: url(images/dot.png);
    height:27px;
     text-align: center;
     background-position: center;
     background-size: contain;
     display:block;
     background-repeat: no-repeat;
     background-size: contain;
}
 strong{
     font-weight: 600;
}
 h3{
    font-size: 32px ;
    color: #181717 !important;
     letter-spacing: 1px;
}
 h4{
    font-size: 20px ;
    font-weight: 600;
    letter-spacing: 0;
    color:#222;
     position: relative;
     padding-bottom: 10px;
}
 p{
    font-size: 15px;
    line-height:27px;
     letter-spacing: 0.5px;
     font-weight: 300;
    margin: 10px 0;
     color: #5c5c5c ;
     font-family: 'DM Sans' !important;
}
 li{
    font-size: 15px;
}
 .white-color{
     color: #fff;
}
 .white-color h2 {
     color: #fff;
}
 .white-color h4{
     color: #fff;
}
 .white-color h3 {
     color: #fff;
}
 .white-color 