/*google font css*/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Great+Vibes|Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat+Subrayada:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*end google font*/

body{
    background: #fff;
    color: #868686;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.no-padding{
    padding: 0px !important;
}
p{
    margin: 0px;
}
h1{
    font-size: 16px;
    font-weight: 500;
    color: #23272b;
}
h2{
    font-size: 16px;
    font-weight: 800;
    color: #23272b;
}
h3{
    font-size: 94px;
    font-weight: 800;
    color: #fff;
}
h4{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
h5{
    font-size: 16px;
    font-weight: 800;
    color: #23272b;
}
h6{
    font-size: 16px;
    font-weight: 800;
    color: #23272b;
}

a{
    color: #737577;
    font-size: 13px;
    transition: all 0.85s;
}
a:hover{
    color: #662d91;
    text-decoration: none;
}

.banner .breadcrumb, a {
    background: none;
    color: #fff;
    font-size: 14px;
}
a:focus {
  text-decoration: none;
  outline: 0 !important; }

.o-hidden {
  overflow: hidden; }


/*bsider page css*/
.breadcrumb{
        background: none;
}
.breadcrumb>li{
    color: #fff;
}
.breadcrumb i{
    color: #fff;  
}
section.blog{
    padding: 55px 0px;
}
.banner .breadcrumb, a:hover{
    color: inherit;
}
.sidebar-widget {
    margin-bottom: 40px;
}
.sidebar-widget h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    font-size: 14px;
    margin-bottom: 20px;
}
.search-widget {
    position: relative;
}
.search-widget .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 45px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.search-widget .search-btn {
    border: 0px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    outline: none;
    top: 10px;
    font-size: 20px;
    color: #777;
}
.sidebar-widget .latest-post-list li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.sidebar-widget .latest-post-list li a {
    color: #333333;
    font-style: normal;
    text-decoration: none;
}
.tags-list a, .base-button-light {
    /* float: left; */
    font-size: 13px!important;
    margin: 0px 4px 4px 0px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    background: #f8f8f8;
    border: 1px solid #ddd;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding: 6px 10px;
    width: auto;
}
.list-social li a {
    padding: 3px 8px;
    display: block;
}
.post {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.post .border{
    text-align: left;
    margin: 12px auto;
    display: inline-block;
}
section.blog h3{
    font-size: 20px;
    color: #23272b;
    font-family: 'Montserrat Subrayada', sans-serif;
    font-weight: 400;
    margin: 0px;
}
section.blog a{
    color: #333333;
    background: none;
    font-size: 14px;
    border: none;
    font-weight: 600;
}
a.base-button-light {
    background: #00a651;
    color: #fff;
}
.list-social li a i {
    font-size: 20px;
    display: block;
    color:#676666;
    transition: all 0.3s ease-in;
}
.list-social li a i:hover {
    color: #00a651;
}
.tags-list a{
    background: #db0a5b !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-decoration: none !important;
}
ul.pager a{
     background: #db0a5b !important;
     color: #fff !important;
}

/*blog-1 css*/
.post-meta {
    text-align: center;
    margin-bottom: 25px;
}
.post-meta a{
    background: none !important;
    border: none !important;
}
.post-meta img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;
    width: 70px;
    height: auto;
}
.post-meta span {
    display: block;
    padding: 7px 0;
    color: #23272b;
    border-bottom: 2px solid #f5f5f5;
}
.post h3 a{
    font-size: 16px;
    background: none;
    color: #333333;
    border: none !important;
    font-style: normal;
    text-decoration: none !important;
}
.post a{
    color: #337ab7;
    font-size: 14px;
    margin: 20px 0 10px;
}
.post-content img{
    padding-bottom: 18px;
}
.post p{
   color: #363636;
    font-weight: 400;
    font-size: 13px;
    padding-top: 20px;
    font-family: 'Lato', sans-serif;
} 
.comment-box img {
    float: left;
    width: 90px;
    height: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 20px;
}
.btn-lg {
    padding: 10px 30px;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}
.btn-theme-bg {
    background-color: #00a651;
    color: #fff;
}
.btn-theme-bg:hover {
    color: #fff;
}
.post-comment .form-group {
    text-align: left;
}

.pagination-sec ul li a{
   background-color: #fff;
   border: 1px solid #ddd;
   font-style: normal;
   text-decoration: none;
   font-family: 'Lato', sans-serif; 
}
.comment-box li a{
    text-decoration: none;
    font-style: normal;
}

ul.pager li a{
    text-decoration: none;
    font-style: normal;
    background: none;
}
.pager li>a:focus, .pager li>a:hover{
    background: none;
}
.btn-theme-bg {
    background-color: #db0a5b !important;
    color: #fff !important;
}
.btn-lg{
        position: relative !important;
}
.list-inline li a{
        text-decoration: none;
    font-style: normal;
}
.comments, h3 {
    margin-bottom: 15px;
}
button.btn{
    border-radius: 0px;
}
