body,p{
	font-family: 'Rubik', sans-serif;
	font-size:17px
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    letter-spacing: inherit;
	color:#111111
}
ul li {
    margin-bottom: 6px;
}
p{
	margin-bottom:20px;
    line-height: 26px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}
blockquote p {
    font-size: 16px;
    font-weight: 600;
}
a{
	font-family:inherit;
	transition: 0.5s;
}
a:hover,a:focus,
.widget a:hover, 
.tagcloud a:hover,
.entry-meta a:hover{
    color:#9ebdd5;
}
/*Default Background color*/
.theme-bg,
input[type="submit"],
#scrollUp,
.pagination_num.current,
#loading-wrap{
  background-color: #151515;  
}
input[type="submit"]:focus,
input[type="submit"]:hover{
    border-color:#151515;
}
.btn.sm-btn:focus,
.btn.sm-btn:hover {
    border-color: #151515;
    background-color: #151515;
}

.pagination_num.current:hover,
#scrollUp:hover {
    background-color: #000;
}
.entry-meta.cat-list.no-img {
     margin-top: 0; 
}
h5.widget-title {
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}
.section-padding {
    padding: 140px 0;
}
.site-description {
    display: none;
}
.post-details h2, .content-area h2 a, .content-area h2 {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
header.entry-header,
header.page-header {
    text-align: center;
    margin-bottom: 40px;
}
.slide-caption h1 {
    margin-bottom: 20px;
}
h1.page-title {
    font-size: 40px;
}
article.post-details {
    margin-bottom: 80px;
}
span.pagination_num.current {
    padding: 3px 10px;
}
.wpcopyright p {
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 980px) {
	body{
	font-size:14px
	}
    h1.page-title {
    font-size: 30px;
    }
	h1.site-title a {
    font-size: 20px;
	}
    header.entry-header,
    header.page-header {
        margin-bottom: 30px;
    }
    	.post-details h2, .content-area h2 a, .content-area h2 {
    font-size: 25px;
    line-height: 30px;
	}
}

