/*
Theme Name: Handorf
Description: .

Author: Handorf
Version: 7.0.1
Tags:  
*/ 


.contact-form-btn {
	padding: 15px 30 px !important;
	font-size: 15px !important;
	margin-top: 15px;
	position: relative;
	text-transform: capitalize;
	font-weight: 700 !important;
	line-height: normal !important;
	display: inline-block !important;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid currentColor !important;
	color: #212529 !important;
}


.contact-form-btn:before, .contact-form-btn:after {
	position: absolute;
	content: "";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	border: solid;
	display: inline-block;
	padding: 3px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .7s ease-out;
}


.contact-form-btn:hover {
	background: #df1e26 !important;
	border: #df1e26 !important;
}

.pagination-block li {

	width: 35px;

	height: 35px;

	line-height: 35px;

	text-align: center;

	display: inline-block;

	color: #656c76;

	font-size: 15px;

	font-weight: 600;

	border: none;

	border-radius: 0px;

	margin: 0 3px;

	padding: 0;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

}

ul.pagination {
	text-align: center;
	display: inline-flex;
}

.page-link.current{
	background-color: #df1e26;
	color: #fff !important;
}
.page-link{
	color: #656c76 !important;
	border: 1px solid #e9eef6;
}
.page-link:hover{
	background-color: #df1e26 !important;
	color: #fff !important; 
}


.hidden-data{display:none;}

.post-container {
	margin-top: 100px;
}