/*
* Theme Name: NS - Grand Imperial
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/     

:root {
--color1: #302872;
--color2: #F6C262;
}

body{
	margin:0 auto;
    font-family: "Tajawal", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Teko", sans-serif;
}
/* Pagination */

ul.page-numbers{
	padding-left: 0px;
}	
ul.page-numbers li{
	float: left;
	height: 35px;
	width: 35px;
	list-style: none;
	line-height: 35px;
	text-align: center;
	padding: 0px;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);	
}
ul.page-numbers li span.current{
	color: #000;
	font-size: 16px;
}
.content-img img{
	width: 100%;
	height: auto;
}
/* 404 error */
.error img {
    position: relative;
    margin: 0 auto;
}
.back-home-wrap p {
    font-size: 21px;
	margin-top:50px;
}
.back-home-wrap {
    text-align: center;
    left: 0;
    right: 0;
}
.error {
    height: 400px;
}
.back-home {
    margin-top: 14px;
    border-radius: 0;
}

.mm-menu--offcanvas{
    position: absolute;
}

/* Breadcrumb */

#breadcrumbs {list-style-type: none; padding-left: 0;}
#breadcrumbs li{display: inline-block;}

/*********************** Widget ******************/
.mywidget h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.widget-title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.widget ul li a {
    color: #333;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
.widget ul li a::before {
    content: '';
    position: absolute;
    border: 1px solid var(--color1);
    bottom: 0;
    width: 53px;
}
.widget ul li a:hover::before {
    content: '';
    position: absolute;
    border: 1px solid var(--color1);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .3s ease;
}
.widget ul li a:hover,
.widget ul li a:focus{
    color: var(--color1);
    text-decoration: none;
    outline: none;
}
.widget ul{
    padding-left:0;
    list-style-type: none;
}
.sidebar {
    margin-top: 30px;
}