/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.tournament-error-message {
    color: #E12726;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.Featured-Posts {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    transition: all 0.2s ease-in;
    max-width: 230px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.featured-image {
    text-align: center;
}

.Featured-Posts img {
    width: 200px;
    height: 120px;
    object-fit: contain;
}

h2.post-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-bottom: 0px;
}

a.teams-name {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    line-height: 19.6px;
}

span.age-options {
    color: rgb(0, 0, 0);
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

a.data-tourna {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.address {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-top: 5px;
}

.jet-breadcrumbs__item a {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
}

.jet-breadcrumbs__item .slash {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 6px;
}

@media (max-width: 768px) {
	.jet-breadcrumbs__item a {
		font-size: 12px !important;
	}
	
	.Tournament-featured-section {
		margin: 0px !important;
	}
	
	.Tournament-featured-section ul {
		display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
	}
	.Tournament-featured-section ul li {
		float: unset !important;
        width: 100% !important;
	}
	.tournamentformsectioncol {
		width:50%;
	}
}