/*
Theme Name:   Astra Child
Theme URI:    https://punjabifitness.com/
Description:  Astra child theme for Punjabi Fitness. Houses all custom shortcodes, forms, WooCommerce overrides and the PF left-sidebar header. Migrated from the previous Avada child theme.
Author:       Darklion Studio
Author URI:   https://darklion.studio/
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* =========================================================================
 * NOTE ON STYLES
 * The bulk of the custom CSS lives in /assets/css/*.css and is enqueued
 * from functions.php / inc/template-functions.php. Only small, global
 * rules that were defined inline in the old theme's style.css are kept here.
 * ====================================================================== */


.comment-form-cookies-consent {
    display: inline-block;
}

.tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-item {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f9f9f9;
}

.highlight-tag {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
}

.tags-heading {
    color: #000 !important;
    font-size: 34px !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

/*****************/
form#commentform p.comment-form-cookies-consent {
    display: none;
}

#respond {
    border: 1px solid #ccc;
    background: #FFF;
    padding: 40px;
}

h2#reply-title {
    color: #000;
    font-family: Teko !important;
    font-size: 52px !important;
    font-weight: 500 !important;
    line-height: 58px !important;
}

 form#commentform textarea,  form#commentform input {
    border: 1px solid #ccc;
    background: #fff;
    width: 49%;
    padding:16px;
    color: #000;
    font-family: Arial;
    font-size: 18px;
    line-height: 24px;
    height:auto
}

form#commentform textarea{
    width: 100%;
    height: 100px;
}

form#commentform #comment-input input#email {
    margin: 0;
}

form#commentform #comment-input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form#commentform #comment-textarea {
    margin-bottom: 40px !important;
}

form#commentform .form-submit {
    margin-top: 40px !important;
}

form#commentform input#comment-submit {
    text-transform: initial !important;
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
form#commentform textarea::placeholder{
    color: #777 !important;
    font-family: Arial;
    font-size: 18px;
    line-height: 24px;
}
form#commentform #comment-input input::placeholder {
    color: #777 !important;
}
.pf-table-section th {
    font-size: 26px;
}
.pf-list-style ul {
    margin: 0;
}

@media screen and (max-width:767px){
	#respond {
		padding: 20px;
	}

	h2#reply-title {
		font-size: 40px !important;
		line-height: 50px !important;
	} 
	#commentform input {
		width: 100% !important;
	} 
	form#commentform #comment-textarea {
 margin-bottom: 10px !important;
    } 
}