/*!
Theme Name: Frant Child
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Frant Child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frant-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: frant
Template Id: prod-31123
*/

#toTop {
	cursor: pointer;
}

.comment-respond .comment-form .submit , .search-form .search-form__submit.btn , .entry-footer a{
	color: #222222;
    background: #DBE6D7;
    text-transform: none;
}

.comment-respond .comment-form .submit:hover , .search-form .search-form__submit.btn:hover , .entry-footer a:hover{
    background: #7E9176;
    color: #FFF;
}

.comment-respond .comment-form .submit{
    padding: 14px 0;
}

.search-form .search-form__submit.btn{
	padding: 13px;
}

.entry-header h1{
	font-size: 48px;
}

@media(max-width: 1024px){
	.entry-header h1{
	font-size: 38px;
}
}

@media(max-width: 767px){
	.entry-header h1{
	font-size: 26px;
}
}