/*!
Theme Name: isoc
Theme URI: http://underscores.me/
Author: Rashna
Author URI: http://rasna.com.np/
Description: Wordpress Developer
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: isoc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

isoc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.blog-paginaation {
    display: inline-block;
    margin: 0px 3px;
}
.pagination span, .pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #3a82e4;
    border: none;
    margin-left: 8px;
    border-radius: 5px;
}
.page-numbers.current {
        z-index: 3;
    color: #fff;
    background-color: #252525;
    border-color: #252525;
    cursor: default;
    border-radius: 5px
}
input[type="text"], input[type="email"] {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    height: 44px !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important;
    width: 100% !important;
}