@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
body p{
    color: #666666;
}

@media only screen and (min-width: 993px){
    .container {
        width: 80%;
    }
}
a {
    color: #26a69a;
}    

nav ul a {
    color: rgba(0,0,0,0.87) !important;
}
nav ul#primary-menu > li > a{
    font-weight: 600;
}
nav ul a i.right {
    margin-left: 0px;
}

article{
    margin-bottom: 25px;
}
article img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
article h5.post-title {
    font-size: 20px;
    font-weight: 600;
}

/*======== Post Pagination ===========*/
.appsense-pagination{
    position: relative;
}
.appsense-pagination nav {
    text-align: center;
    background-color: #8b8b8b;
    font-size: 18px;
}
.appsense-pagination nav .page-numbers.current {
    background: #616161;
    width: 40px;
    height: 20px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 3px;
}


/** ========== Page ======== */
.page-wrapper{
    padding:25px 0px;
}
.sidebar{
    position: relative;
}
.sidebar ul{
    position: relative;
}
.sidebar ul li{
    position: relative;
    border-bottom: 1px dotted #c6c6c6;
    margin-bottom: 10px;
}
.sidebar ul li a {
    color: #26a69a;
    display: block;
    font-style: italic;
}
.sidebar .widget {
    margin-bottom:35px;
}
.sidebar .widget img{
    border-radius:10px;
}
.sidebar .widget .widget-title{margin-bottom: 15px;background: #e5e5e5;padding: 10px;margin-top: 0px;border-radius: 3px;}


/*======= Breadcrumbs ========*/
.page-header {
    border-bottom: 1px solid #ddd;
    padding: 25px 0px;
    clear: both;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffffc7;
}
.ui-breadcrumb{
    position: relative;
    font-size: 16px;
}

.comments-area {
    /* margin-top: 50px; */
    /* border-top: 2px dotted #e5e5e5; */
}

.tag-lists a {
    color: #333;
    margin-right: 5px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px;
}



/*======= Single Page ==========*/
.single-page .post-title{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #ddd;
}
.single-page img.post-thumbnail {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.categories-list ul{
    margin-top:0px;
}
.categories-list ul li {
    display: inline-block;
    background-color: #EE6E73;
    padding: 3px 10px;
    border-radius: 7px;
    margin-right: 5px;
}
.categories-list ul li a{
    color:#fff;
}
.post-info ul li{
    display: inline-block;
    margin-right:20px;
    text-transform: capitalize;
    font-size: 14px;
    vertical-align: middle;
    line-height: 25px;
}
.post-info ul li i{
    float: left; 
    margin-right: 5px;
}


.font-weight-bold{
    font-weight:600;
}


/* ------- comment form --------*/
#respond {
    float: left;
    width: 100%;
    padding: 27px 0px 0px 0px;
    padding: 25px 30px 5px 30px !important;
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 50px;
}
.comments-area .comments-title, .comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.2;
    color: #202020;
}
.comments-area .comments-title, .comment-respond .comment-reply-title {
    font-weight: 600;
}
.comment-respond form {
    margin-bottom: 0px;
}
#content form {
    margin-bottom: 30px;
}
#content form .logged-in-as, #content form .comment-notes {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-size: 12px !important;
    text-transform: capitalize;
    letter-spacing: 0em;
}
.comment-form-comment {
    margin-bottom: 25px;
}
#content textarea {
    min-height: 60px;
}

.page-footer {
    clear: both;
}

/** Error Page */
.errorpage {
    clear:both;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0px;
}
.errorpage #error404 {
	text-align: center;
	margin: 0 auto;
	display: -webkit-inline-box
}
.errorpage .box {
	width: 200px;
	height: 200px;
	line-height: 200px;
	background: #26a69a;
	float: left;
	margin-right: 0;
	color: #fff;
	font-size: 150px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.errorpage .box.first4:before,
.errorpage .box.last4:before {
	position: absolute;
	height: 100%;
	content: ""
}
.errorpage .box.first4 {
	padding-left: 40px
}
.errorpage .box.first4:before {
	width: 100%;
	background: #fff;
	right: -90%;
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg)
}
.errorpage .box.middle0 {
	text-align: center;
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg)
}
.errorpage .box.middle0 span {
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
	float: left;
	display: block;
	text-align: center;
	width: 100%
}
.errorpage .box.last4,
.errorpage .box.last4:before {
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg)
}
.errorpage .box.last4 {
	padding-right: 40px;
	transform: skew(-10deg, 0deg);
	overflow: inherit;
	margin-left: 20px;
	width: 170px
}
.errorpage .box.last4:before {
	width: 40%;
	background: #26a69a;
	right: -20px;
	transform: skew(10deg, 0deg);
}
.errorpage .box.last4 span {
	position: relative;
	z-index: 100;
	float: right;
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(10deg, 0deg)
}
