/*
Theme Name: Horseno Child
Author: Vecurosoft
Description: Horseno – Horseno Riding Club WordPress Child Theme
Version: 1.0
Template: horseno
Text Domain: horseno-child
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.header-layout2 .menu-btns .sideMenuToggler {
    display: none !important;
}

.project-sec .blog-meta, 
.project-sec .blog-layout1 .blog-date,
.project-sec .about-box .about-video::after,
.moto-sec .counter-style1 .media-count {
    display: none;
}

.project-sec .space {
    padding-top: 0;
}
.counter-style1.style2 .media-inner .icon img {
    filter: brightness(1.5);
}

.list-marquee ul li {
    display: inline-block;
    font-family: "Nunito", Sans-serif;
    font-size: 70px;
    font-weight: 900;
    color: #277397;
    position: relative;
    padding-left: 40px;
    line-height: 65px;
    text-transform: capitalize;
}
.list-marquee ul li:before {
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eeae35;
    white-space: nowrap;
    content: "";
}
.list-marquee ul li:nth-child(odd) {
    color: transparent;
    -webkit-text-stroke: 2px rgb(105 162 185);
}
.form-style1 textarea.form-control {
    background-color: #65a4ba;
    border-radius: 30px;
    border: none;
    color: #ffffff;
}
.form-style1 textarea.form-control::placeholder {
	color:#fff;
}
.breadcumb-menu span:after {
    background-color: #22b6af!important;
}
.banner-slide .hero-layout2 .hero-item::after {
    background-color: transparent;
}
.banner-slide .hero-imgs.slider2 {
    display: none;
}
.call-donate .cta-bg-shape .cta-bg img {
    width: 100%;
}
.call-donate .cta-bg-shape .cta-bg {
    right: 0;
}
.contact-layout2 .sec-title, 
.contact-layout2 .map-layout1 .contact-title {
     font-family: "Nunito", sans-serif;
    font-weight: 900;
}

.pointer-events-cnone .team-title:has(+ .team-desi + .social-links) a, 
.pointer-events-cnone .team-style2:has(.social-links) .team-img a{
	 pointer-events: none;
}

.pointer-events-cnone .social-links {
	display:none;
}

@media (max-width: 767px) {
	.list-marquee ul li {
 	   font-size: 40px;
  	  line-height: 40px;
	}
}