/* ===================================================================================

* Theme Name: Exhibz Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Exhibz is a functional Event and Conference WordPress Theme.
* Version: 2.0
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: exhibz
* License: GNU General Public License version 3.0
* 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

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.gradient-overlay .elementor-custom-embed-image-overlay::before {

    background: -webkit-linear-gradient(305deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
    background: -o-linear-gradient(305deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
    background: linear-gradient(145deg, rgba(255, 7, 99, 0.65) 5%, rgba(104, 89, 222, 0.65) 100%);
}

.elementor-lightbox {
  z-index: 100000;   
}


  .navbar-fixed.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    margin: 0;
    -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
    background: #fff;
	padding-bottom: 10px;
  }
  .navbar-fixed.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
  .navbar-fixed.sticky.nav-center .ticket-btn.btn {
    margin-top: 0;
  }
  .sticky.header-transparent,
  .sticky.header-classic {
    background: rgba(26, 24, 49, 0.95);
  }


@media (min-width: 1200px) {
	.navbar-fixed.sticky {
		padding-bottom: 0px;
	}
}


.navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
	width:250px;
}

.gradient-overlay .elementor-custom-embed-image-overlay::before {

    background: -webkit-linear-gradient(305deg, rgba(255, 7, 99, 0.35) 5%, rgba(104, 89, 222, 0.35) 100%);
    background: -o-linear-gradient(305deg, rgba(255, 7, 99, 0.35) 5%, rgba(104, 89, 222, 0.35) 100%);
    background: linear-gradient(145deg, rgba(255, 7, 99, 0.35) 5%, rgba(104, 89, 222, 0.35) 100%);
	
}


.navbar.navbar-light ul.navbar-nav > li:hover ul.dropdown-menu{
 display: none;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price{
	margin-bottom:0px;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price.slash-price{
	text-decoration: line-through;
	font-size: 40px;
	color: #ff0000 !important;
	line-height:inherit;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price.slash-price span{
	font-size: 41px;
	color: #0b0b0b !important;
}
.header-transparent .logo {
    padding: 12px 0 0;
}

.pricing-item {
    max-width: 350px;
}


@media (max-width: 991px) {
	.header-transparent .logo img{
		width: 60%
	}
}