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

* Theme Name: Meetco Child
* Theme URI: https://themeforest.net/user/xpressbuddy
* Author: Glanxway Solutions
* Author URI: https://wp.xpressbuddy.com/meetco/
* Description: Meetco is a modern Event & Conference WordPress theme perfect for seminars, workshops, meetups, and corporate events.
* Version: 1.0.0
* Template: meetco
* 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/

====================================================================================== */
/* logo */
img.attachment-full.size-full {
    width: 110px;
}
/* headings */
.elementor-2 .elementor-element.elementor-element-1f6f41d .sub-title {
    color: #260f8f;
    font-family: 'lato';
}
/* breadcrumb */
.breadcrumb__sub-title {
	font-family: lato;
}
.breadcrumb__title, .title {
	font-family: lato !important;
	font-weight: bold;
}
.scrollcon {
  max-height: 40vh; /* Set the maximum height of the container to 60% of the viewport height */
  overflow-x: hidden;/* Prevent horizontal scrolling */
  overflow-y: scroll;/* Enable vertical scrolling within the container when content exceeds its height */
  border: 1px solid #ccc; /* Border style for the container */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar {
  width: 14px;/* Sets the width of the scrollbar */
}

.scrollcon::-webkit-scrollbar-track {
  background: BLACK; /* Sets the background color of the scrollbar track */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar-thumb {
  background: blue; /* Sets the background color of the scrollbar thumb */
  border-radius: 10px; /* Applies a border-radius to the scrollbar thumb */
}
/*CTA GRADIENT Butoon*/
.forum-circle-btn.xb-element-parallax {
	/*display: none;*/
}
