/*!
Theme Name: Ecoclub
Theme URI: http://underscores.me/
Yurii Plienkin
Author URI: https://www.facebook.com/markiz.etuil
Description: Theme for NGO Ecoclub
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecoclub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Ecoclub is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@700&display=swap');


// Timeline styles start


.cool-timeline .timeline-post .timeline-content h2.content-title, .ctl-popup-content h2 {
	font-family: 'Exo 2', sans-serif !important;
}

.content-title:hover{
	cursor:pointer;
}

.cool-timeline .timeline-post .timeline-meta .meta-details {
	font-family: 'Exo 2', sans-serif !important;
}

.cool-timeline.white-timeline .timeline-post.odd .icon-color-white, .cool-timeline.one-sided.white-timeline .timeline-post .icon-color-white {
	background: #4bad3b !important;
}

.cool-timeline .timeline-post .timeline-content .ctl_info {
	max-height: 0;
	overflow: hidden;
  	transition: 0.5s ease-out;
}

.cool-timeline .light-grey-post .timeline-content {
	background: none !important;
}

.cool-timeline .timeline-post .timeline-content {
	background: none !important;
}

.activeBckgr {
	background: #dddddd;
}


// Timeline styles end


