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

* 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/

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

.header {
	z-index:99999999999;
}

ul {
  	padding-inline-start: 5px;
}

.ticket-btn.btn {
    height: 50px;
    margin-top: 15px;
    padding-top: 0;
    line-height: 50px;
}

.navbar.navbar-light ul.navbar-nav > li {
    margin: 0 15px;
}

.object-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.builder-content {
  	position: relative;
  	z-index: 9;
}

.entry-footer {
  	display: none;
}

.main-container {
  	padding-bottom: 0;
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card-header>.elementskit-btn-link {
    background-color: #f7f7f7!important;
    box-shadow: none!important;
    border: 1px solid #e5e5e5!important;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body {
    max-width: 100%!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    height: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
}

.elementor-widget-image-box .elementor-image-box-title {
    min-height: 45px;
}

.ekit-wid-con .ekit_testimonial_style_2:hover {
    border-color: #fc006d!important;
}

.ekit-wid-con .elementskit-commentor-content>.elementskit-border-hr {
    background-color: #fc006d!important;
}

.ekit-wid-con .elementskit-profile-info .elementskit-author-name {
    font-size: 16px!important;
}

.ekit-wid-con .elementskit-profile-info .elementskit-author-name {
    min-height: 80px;
}

.ekit-wid-con .elementskit-single-testimonial-slider {
    box-shadow: 9px 2px 14px 0 rgba(0,0,0,0.1)!important;
}

.ekit-wid-con .swiper-container.ekit-main-swiper, .ekit-wid-con .swiper.ekit-main-swiper {
    padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .navbar.navbar-light {
        padding: 0;
    }
  
    .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
        width: 250px;
      	padding: 0;
    }
}

@media (max-width: 768px) {
    .ts-count-down .countdown .counter-item:first-child {
        display: none;
    }

    .ts-count-down .countdown .counter-item:nth-child(3) > b {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu {
        padding-left: 0;
    }
    .navbar.navbar-light ul.navbar-nav > li ul.dropdown-menu li .dropdown-item {
        padding-left: 5px;
    }
  
  	.page-banner-area {
  		min-height: 150px;
  	}
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title {
  	margin-bottom: 0!important;
}

.elementskit-box-body.ekit-image-box-body {
  	padding: 25px 20px 20px 20px!important;
}

.elementskit-info-image-box.simple-card .elementskit-box-header img {
  	border-radius: 5px 5px 0 0;
}

.elementskit-info-image-box.simple-card {
  	background-color: #f7f7f7;
  	border-radius: 5px;
  	border-bottom: 3px solid transparent;
}

.elementskit-info-image-box.simple-card:hover {
  	border-color: #fc006d;
}

.pll-parent-menu-item .nav-link {
	width: 32px;
}

.logged-in .container-header {
	top: 32px;
}

.container-header {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.elementor-4444 {
	position: relative;
	z-index: 99;
}

.header-transparent {
	background-color: rgba(0,0,0, 0.5);
	position: relative;
	top: 0;
}

.admin-bar .header-transparent {
	top: 0;
}

@media (min-width: 1353px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1450px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1520px) {
    .container {
        max-width: 1500px;
    }
}

.logo {
	max-width: 400px!important;
}
	
.lang-item .nav-link {
	font-size: auto!important;
}

.pll-parent-menu-item .nav-link span {
	display: none;
}

.mc4wp-notice {
    color: #ffffff;
}