/*!
Theme Name: u cycle 2019
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: u-cycle-2019
*/
.menu-bottom li.menu-item.menu-item-has-children a:after {
	display: none;
}
/* .menu-bottom li.menu-item.menu-item-has-children a, .footer__menu-main .menu-item-has-children>a {
	pointer-events: none;
	cursor: default;
} */
.first-screen__tags a {
	display: inline-block;
}
.first-screen__tags a:last-child {
	margin-right: 0;
}
/* .footer__menu-main .menu-item-has-children:last-child > a {
	pointer-events: auto;
	cursor: pointer;
} */
.page-id-67 .article-content .uagb-team__image-position-above.uagb-team__align-center {
	vertical-align: top;
}
.page-id-67 .article-content .uagb-team__image-wrap.uagb-team__image-crop-circle {
	height: 180px;
}
.main-section2__row .card:last-of-type {
    margin-left: 40px;
}
.slick-slide a.link__none-design:nth-child(1) {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.2;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}
.slick-slide a.link__none-design:nth-child(2) {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.15;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}
.bikesforukraine {
    display: block;
    height: 50px;
    background: url(https://u-cycle.org.ua/wp-content/themes/u-cycle-2019/img/BikesForUkraine.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: contain;
    transition: 300ms;
    animation: bfu linear 5s infinite;
}
.bikesforukraine:hover {
    transform: scale(1.1);
}
@media(max-width: 1023px){
    .main-section2__row .card:last-of-type {
        margin-left: 20px;
    }
}
@media(max-width: 767px){
    .main-section2__row .card:last-of-type {
        margin-left: 0;
    }
}
@keyframes bfu{
	from{ background-position-x:0;}
	to { background-position-x:-373px; }
}