/*
Theme Name: AI Toolkit V1.2.7
Theme URI: https://aitoolkit.ir
Author: arvin
Author URI: https://aitoolkit.ir
Description: 
Version: 1.2.5
License: GNU General Public License v2 or later

*/

.open-ng {
    display: flex!important;
}

.invalid-input {
    border: none!important
}

.post h2, .post h3, .post h4, .post h5 {
  color: #eb8307 !important;
  margin-top: 20px;
}
.post ul li a {
	  color: #eb8307 !important;

}



/* header */
#main-header h2 {
	font-size: 19px !important;
}
#main-header h3 {
	font-size: 17px !important;
}
#main-header h2 , #main-header h3 {
	text-align: center !important;
}
#main-header ul {
	color: #fff !important;
	text-align: center !important;
}
@media only screen and (max-width:768px) {
	#main-header h2 , #main-header h3 {
		text-align: right !important;
	}
}