/*
Theme Name: Grazia ICON Theme
Author: EBPearls
Author URI: http://ebpearls.com.au/
Description: Grazia Responsive Theme is for GRAZIA, a stylish destination for original Fashion, Beauty, Culture and Entertainment news.
Version: 1.0
Text Domain: grazia
Template: grazia
Domain Path: /languages
*/
.pagination__next{
	visibility: hidden;
	height: 0;
	width: 0;
	opacity: 0;
	display: block;
}
.search-results {
	border-bottom: none;
	padding-top: 100px;
}
.search-results .inner h1 {
	font-family: "BrandonGrotesqueWeb", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0.75em;
}
.search-results .inner h1 small{
	font-size: 16px;
	font-weight: normal;
}
.no-results p{
	letter-spacing: 0;
}
.login-section{
	position: relative;
}
.login-section.loading:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(assets/images/ajax-loader.gif) rgba(255, 255, 255, 0.58);
	z-index: 9;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}
body.admin-bar {
	margin-top: -32px;
	padding-bottom: 32px;
}
#wpadminbar {
	top: auto !important;
	bottom: 0;
}
#wpadminbar .quicklinks>ul>li {
	position:relative;
}
#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
	bottom:32px;
}
#wpadminbar .menupop li.hover>.ab-sub-wrapper, #wpadminbar .menupop li:hover>.ab-sub-wrapper{
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 782px) {
	body.admin-bar{
		margin-top: -46px !important;
	}
	body.admin-bar .nav-opener{
		bottom: 61px;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar{
		position: fixed;
	}
}