/*
Theme Name: TEST
Template: Impreza
Version: 1.0
Author:	oksambari
Theme URI: http://oksambari.com/
Author URI: http://oksambari.com/
*/

/*Add your own styles here:*/
::selection {
	color: inherit;
  background-color: #e6e6e6;
  background-color: rgba(0,0,0,.1);
}
::-moz-selection{
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0,0,0,.1);
}
/* admin bar */
#wp-admin-bar-wp-logo, #wp-admin-bar-updates, #wp-admin-bar-comments, 
#wp-admin-bar-customize, #wp-admin-bar-search, #wp-admin-bar-appearance {display:none;}
#wp-admin-bar-ushb-edit-header {display:none;}
#wp-admin-bar-easy-updates-manager-admin-bar {display:none !important;}
#wp-admin-bar-us_theme_otions {display:none !important;}
#wp-admin-bar-wpseo-menu {display:none !important;} 
#wp-admin-bar-vc_inline-admin-bar-link {display:none !important;}

/* for safari - prevent horizontal scroll */
html , body {
    overflow-x: hidden;
}
/* pagination */
.pagination>:not(.custom) .page-numbers {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 24px;
}
.w-grid>.pagination {
    margin-top: 48px;
}
.pagination .page-numbers.next:after {
    font-weight: 100;
}
@media (min-width:1280px) {
    .pagination .nav-links {justify-content:center;}
}