/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* HEADER CSS */
.heading-certificate .elementor-element-populated {
    justify-content: center;
}
/* END HEADER CSS */
.shield-social-content h4.elementor-icon-box-title {
    overflow-wrap: anywhere;
}

select#country, select#state, select#city {
    color: #000;
    font-weight: 500;
}


.pro-trainer-container {
	display: flex;
	padding: 20px;
}

.pro-trainer-sidebar {
	width: 25%;
	padding: 20px 20px 20px 20px;
}

.pro-trainer-sidebar h3 {
	font-size: 26px;
    margin-bottom: 46px;
    font-weight: 600;
    color: #000000;
	font-family: "Roboto Slab", 'Lato';
}

.pro-trainer-dropdown {
	margin-bottom: 20px;
}

.pro-trainer-dropdown label {
	display: block;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000000;
    font-family: "Roboto Slab", 'Lato';
}

.pro-trainer-dropdown select {
	width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	border: 1px solid #FDB828;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer;
}

.pro-trainer-dropdown select:focus {
	outline: none;
	border-color: #FDB828;
}

.pro-trainer-content {
	width: 75%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-left: 20px;
}

.pro-trainer-card {
	background-color: #000;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 40px 20px;
}

.pro-trainer-card img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 40px;
	border: 0px solid #e2e8f0;
	object-fit: cover;
}

.pro-trainer-details .certified {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}

.pro-trainer-details h3 {
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #FDB828;
    font-family: "Roboto Slab";
}

.pro-trainer-details p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px !important;
	text-transform: uppercase;
	line-height: 21px;
	margin-top: 15px;
}

.pro-trainer-details button {
	padding: 10px 30px;
    /* margin-bottom: 25px !important; */
    font-size: 18px;
    color: #fff;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #FDB828;
    cursor: pointer;
    /* text-transform: uppercase; */
    line-height: 21px;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: 600;
	font-family: "Roboto Slab";
}

.pro-trainer-details button:hover {
    background-color: #000;
    color: #FDB828;
    border: 1px solid #FDB828;
}
.custome-single-post-content blockquote p {
    margin: 5px 0px;
}
#trainer-cards {
	display: contents !important;
}

@media screen and (max-width: 1024px) {
	.pro-trainer-content {
		grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 768px) {
	.single-recent-post article.elementor-post.elementor-grid-item {
    display: flex;
    align-items: center;
}
    .pro-trainer-content {
        grid-template-columns: repeat(1, 1fr);
        width: 60%;
    }
	.pro-trainer-sidebar {
		width: 40%;
}
}
@media screen and (max-width: 425px) {
.pro-trainer-container {
    flex-direction: column;
	}
    .pro-trainer-content {
        grid-template-columns: repeat(1, 1fr);
	    padding: 0;
        width: 100%;
    }
	.pro-trainer-sidebar {
		width: 100%;
		padding: 0 0 20px 0;
}
}
@media screen and (max-width: 375px) {
    .single-recent-post article.elementor-post.elementor-grid-item {
        align-items: stretch;
    }
}
a.trainers_link {
    background: #FDB828 !important;
    color: #ffff!important;
    padding: 10px 30px!important;
    border: 1px solid #000000!important;
    line-height: 21px!important;
    font-weight: 600!important;
    cursor: pointer!important;
    border-radius: 5px!important;
    font-size: 18px!important;
}