/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.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;
    } 
}