﻿/* wp-pagenavi */
.wp-pagenavi {
	/*margin-bottom: 40px;*/
	padding: 7px 0;
	text-align: center;
	width: 100%;
}
.wp-pagenavi .news-pages {
	padding: 15px 20px;
	color: #555;
	border: none;
	display: inline-block;
}
.wp-pagenavi .news-pages a
{
	background-color: #ffb640;
}
.wp-pagenavi{
	display: inline-block;
	color: #fff;
	background-color: #e53935;
	/*border: 1px solid #FAAF19;*/
	border-radius: 3px;
	padding: 5px 8px 5px !important;
	margin-left: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	cursor:pointer;
	/*margin-top:-20px;*/
}
.wp-pagenavi a {
	display: inline-block;
	color: #555;
	background-color: #ffb640;
	border: 1px solid #555;
	border-radius: 3px;
	padding: 10px 15px !important;
	margin-left: 4px;
	cursor:pointer;
	/*margin-top:-20px;*/
}
.wp-pagenavi {	
	/*border: 1px solid #eaeaea;*/
	color: #555;
	background-color: #ffffff !important;		
}
.wp-pagenavi a:hover {	
	/*border: 1px solid #eaeaea;*/
	color: #555;
	background-color: #ffb640 !important;		
}
.wp-pagenavi a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.pagesno {
    border: none !important;
    color: #ffb640;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
}
.page-width {
    width: 100%;
    margin-top: 25px;
    border: none;
}
.current {
    display: inline-block;
    /*width: 90%;
    float: left;*/
}
.current-datalist
{
    margin-bottom: 20px;
}
.current-datalist td a
{
    line-height: 17px;
    color: #555;
    margin: auto;
    padding: 10px 15px;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #555;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.current-datalist td a:hover
{
    background-color: #ffb640;
    color: #555;
}

@media (min-width: 320px) and (max-width: 991px)
{
    .current
    {
        display: block;
        width: 100%;
    }
    .current-datalist
    {
        display: block;
        width: 100%;
        overflow: scroll;
    }
}