/* 
Theme Name:		 peoplestaffing-child
Theme URI:		 http://childtheme-generator.com/
Description:	 peoplestaffing-child is a child theme of peoplestaffing, created by ChildTheme-Generator.com
Author:			 Radiant web technology
Author URI:		 http://childtheme-generator.com/
Template:		 peoplestaffing
Version:		 1.0.0
Text Domain:	 peoplestaffing-child
*/


/*
    Add your custom styles here
*/

textarea.wpcf7-form-control.wpcf7-textarea.form-control.messagefield {
    height: 100px !important;
}

/*#################_______PAGINATION PAGE________##################*/
.pagination{}
.pagination .page-item{}
.pagination .page-item .page-numbers{height: 45px; width: 45px; border: 1px solid #999; display: flex; align-items: center; justify-content: center;margin-left: -1px;}
.pagination .page-item a.prev.page-numbers,
.pagination .page-item a.next.page-numbers{width: auto; padding-left: 20px; padding-right: 20px;}

.pagination .page-item.active .page-numbers,
.pagination .page-item .page-numbers:hover{background-color: #FF5D35; color: #fff; border-color: #FF5D35; }

.login-form-wrapper .btn-close {
    position: absolute;
    right: 0;
    padding: 15px;
}

a.wpc-filters-submit-button {
    background-color: #FF5D35 !important;
    border-color: #FF5D35 !important;
}