/**
 * Theme Name:     NorthGate Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   northgate-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.tp-card-open{
	padding-bottom:12px!important;
	background-color:#012A3A !important;
	color:white !important;
}
.tp-card-open:hover{
	color:#012A3A !important;
	background-color:white !important;
}
.tp-modal-content .tp-modal-bio p{
	font-family: "Sora", sans-serif !important;
}
.tp-filters .tp-filter{
	background: #f1f2f3 !important;
    color: #012a3a !important;
    padding: 13px 30px !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-family: 'Sora', sans-serif !important;
    font-size: 16px !important;
	margin:20px 2px !important;
}
.tp-filters .tp-filter.is-active{
	background: #6e9eb9 !important;
	color:white !important;
	border:0px !important;    
}
.zs-credits a{
	color:black !important;
}
.zs-credits a span{
	font-size: 16px !important;
}
.zs-credits a span svg{
	margin-top: 2px !important;
	width: 2em !important
}
.tp-card-inner .tp-card-media{
	aspect-ratio: 3 / 4;
}
.tp-card-inner .tp-card-media img{
	object-fit:cover;
	height:100%;
}

@media only screen and (max-width: 600px) {
	.tp-filters .tp-filter{
	padding: 5px 12px !important;
    font-size: 16px !important;
	margin:10px 2px !important;
	}
}