
.admin-bar .sticky-wrapper.is-sticky .navigation-bar{
    top: 32px !important;
}

/*
*****************************************
>>> |Default WordPress Core CSS|
*****************************************
*/
.page-links {
    border: 2px solid #EAEAEA;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
}
.page-links > span{
  padding: 0px 5px;
  color: #999999;
}
.page-links a span{
  padding: 0px 5px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links a span:hover{
  color: #337ab7;

}
.page-links .page-links-title {
    color: #000;
    font-weight: 700;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 4px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 0px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
        white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.logged-in-as a{
    color: #3464e0
}

.single-blog-box .sticky-icon i {
    font-size: 15px;
    margin-right: 5px;
    color: #3464e0
}
.sticky {
    color: #3464e0;
}
.gallery-caption{
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.bypostauthor{
    color: #858585;
}


.blog-breadcrumb{
    background-color: #f6f8fe;
    color: #3a4368;
    padding: 100px 0 90px
}
.blog-breadcrumb .breadcrumb-content h2 {
    font-size: 36px;
    font-weight: 700;
}

a:focus, a:hover{
    text-decoration: none
}



table{
    width: 100%;
}
table thead tr:first-child,
table tbody tr:first-child{
    border-top: 1px solid #ececec;
}
table thead tr,
table tbody tr{
    border-bottom: 1px solid #ececec
}

table thead tr th, table thead tr td, table tbody tr th, table tbody tr td {
    border-right: 1px solid #ececec;
    padding: 10px;
    background: #fff;
}
.widget table td a{
    color: #337ab7;
    padding: 0px
}
table thead tr th:first-child,
table thead tr td:first-child,
table tbody tr th:first-child,
table tbody tr td:first-child {
    border-left: 1px solid #ececec;
}
table tfoot tr td#prev,
table tfoot tr td#next{
    content: #288feb;
    padding: 15px;
}

table tfoot tr td#prev a,
table tfoot tr td#next a{
    color:  #3464e0
}
table tfoot tr td#prev a:hover,
table tfoot tr td#next a:hover{
    color:  #3464e0
}


.widget {
    margin-bottom: 60px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 0 30px 30px;
}

.widget.widget_search{
    padding: 0 30px 30px
}


.widget.widget_categories ul li a{
    color: #3e445b;
}

.widget:last-child{
    margin-bottom: 0
}

.widget h2 {
    font-size: 22px;
    color: #3a4368;
    font-weight: 600;
    margin: 0;
}

.widget .wdgt_title h2 {
    display: inline-block;
    position: relative;
}

.widget .wdgt_title h2:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 3px;
    background: #3464e0;
    bottom: -30px;
    left: 0px;
}

.widget ul{
    margin: 0;
    padding: 0;
}
.widget ul li {
    padding: 15px 0;
    list-style: none;
}
.widget ul.children{
    margin-top: 10px
}
.widget ul.children li:last-child{
    padding-bottom: 0
}
.widget ul li a {
    font-size: 14px;
    color: #3e445b;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-box-content a,
.comment-text a {
    color: #3464e0;
}

body.page .posts-row .col-md-12:first-child .blog-box-content{
    padding-top: 0
}
.widget ul li a:hover {
    color: #3464e0;
}



.widget img{
    max-width: 100%;
    height: initial
}

.widget.slake_recent_posts_Widget  img {
    border: 1px solid #ececec;
}
.widget.slake_recent_posts_Widget .blog-widget-content {
    padding-left: 10px;
}

.widget select {
    max-width: 100%;
    height: 45px;
    display: block;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #d0e2f4;
    margin-top: 10px;
}

.widget ul li:not(:last-child) {
    border-bottom: 1px solid #585f7126
}
.widget ul li .children li:first-child {
    border-top: 1px solid #585f7126
}


.widget ul ul li {
    padding-left: 0 !important
}

.widget .tagcloud a:hover {
    background: #3464e0;
    border: 1px solid #3464e0;
    color: #fff;
}
.widget .tagcloud a {
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px !important;
    color: #3e445b;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 7px 10px 7px 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
}
.flake-search-form form {
    position: relative;
    width: 100%;
    min-height: 50px;
}
.flake-search-form form input[type=search] {
    width: 70%;
    padding: 13px 30px 13px 13px;
    border: 1px solid #dbdbdb;
    border-radius: 5px 0px 0px 5px;
    outline: none;
    height: 50px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.flake-search-form form button[type=submit] {
    border: none;
    padding: 14px 24px;
    background: #3464e0;
    position: absolute;
    border-radius: 0px 5px 5px 0px;
    right: 0;
    width: 30%;
}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=url], input[type=tel] {
    height: 40px;
    padding: 0px 11px;
    font-size: 12px;
}

.screen-reader-text{
    display: none;
}

blockquote {
    font-size: 16px;
    padding: 40px 55px 40px 100px;
    background: #f2f5f9;
    margin: 30px 0px;
    position: relative;
    border-left: 0px;
}
blockquote b, blockquote strong {
    display: block;
    margin-top: 20px;
}

blockquote p{
    font-weight: 500;
    position: relative;
}

blockquote p:before {
    content: '\e67f';
    font-family: 'themify';
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: -50px;
    color: #3464e0;
    transform: rotate(6deg);
    margin-top: -35px;
}

dl.gallery-item dt img {
    border: 0px solid #cfcfcf !important;
}

.blog-single-meta{
    margin-top: 30px
}

.blog-social-links {
    border-top: 1px solid #e2e6ea !important;
    padding-top: 15px;
}
.blog-social-links .group-title-bs {
    font-weight: 400;
}

.blog-social-links .blog-tag-cloud-list a {
    color: #3e445b;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 4px;
    text-transform: capitalize;
}

.blog-social-links .blog-tag-cloud-list a:hover {
    color: #3464e0;
    border-color: #3464e0
}
.blog-social-links .social-links{}


.comments-area{
}

.comments-area .comments-title {
    line-height: 1.4;
    border-bottom: 3px solid #3464e0;
    display: inline-block;
    padding-bottom: 15px;
}

.comment-list{
    margin: 0;
    padding: 0;
}

.comment-list > li,
.comment-list li.comment{
    list-style: none;
    border-bottom: 1px solid#f6faff;
}
.comment-list li.pingback a{
    color: #3464e0
}
.comment-list > li.pingback:first-child,
.comment-list li.pingback.comment:first-child{
    margin-top: 30px
}
.comment-list ol.children,
.comment-list ul.children{
    padding: 0;
    margin: 0;
}

.comments-area li.comment.depth-2 {
    padding-left: 50px;
    padding-right: 15px;
    padding-bottom: 0;
    border-bottom: 0;
}

.comments-area li.comment.depth-3 {
    padding-left: 50px;
    padding-right: 10px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-left: 50px;
}
.comments-area li.comment.depth-4 {
    padding-left: 50px;
    padding-right: 5px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-left: 100px;
}

.comments-area li.comment.depth-5 {
    padding-left: 50px;
    padding-right: 5px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-left: 150px;
}

.comments-area li.comment  {
    position: relative;
}

.bufet-media-body .comments-body-text {
    margin-top: 15px
}
.bufet-media-body .time {
    font-size: 12px;
}
.bufet-media-body .action-btns {
    position: absolute;
    top: 30px;
    right: 30px
}
.bufet-media-body .action-btns a {
    display: inline;
    margin-right: 8px;
}
.bufet-media-body .action-btns a:last-child{
    margin-right: 0
}
.bufet-media-body .action-btns a {
    border: none;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
    color: #3e445b;
}
.bufet-media-body .action-btns a:hover{
    color: #3464e0
}


.no-post-wrapper h2{
    font-size: 30px;
}
.no-post-wrapper form{
    position: relative;
    margin-top: 20px
}
.no-post-wrapper form input[type=search]{
    width: 99%;
    padding: 13px;
    border: 1px solid #d0e2f4;
    border-radius: 5px 0px 0px 5px;
    outline: none;
    height: 50px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.no-post-wrapper form button{
    border: none;
    padding: 14px 24px;
    background: #3464e0;
    position: absolute;
    border-radius: 0px 5px 5px 0px;
    right: 0;
}


.footer-widget {
    margin-bottom: 50px;
    background: #fff;
}

.footer-widget:last-child{
    margin-bottom: 0px
}


.prev-next-post-link {
    background: #f3f6fd;
    padding: 30px;
    margin-top: 50px;
}
.prev-next-post-link .prev-post-link{
    width: 50%;
    float: left;
}
.prev-next-post-link .next-post-link{
    width: 50%;
    float: right;
    text-align: right;
}

.slake-post-navs {}

.slake-post-navs .img-wrapper{
    position: relative;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-right: 20px;
}
.slake-post-navs.next-post-link .img-wrapper {
    margin-left: 20px;
    margin-right: 0
}

.slake-post-navs span {
    font-size: 16px;
    font-weight: 600;
    color: #464646;
    display: inline-block;
    width: 57%;
    vertical-align: middle;
    line-height: 1.4;
}
.slake-post-navs .overlay {
    position: absolute;
    border-radius: 100%;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 29px 15px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #3464e0;
    border: 1px solid #DDE2E9;
    transition: all 0.3s ease-in
}
.slake-post-navs:hover .overlay{
    opacity: 0;
    visibility: hidden;
}
.slake-post-navs img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 2px;
}

.blog-recent-post-image-1 {
    margin-bottom: 30px;
}

.slake_recent_posts_Widget .row:last-child .blog-recent-post-image-1{
    margin-bottom: 0px;
}

.blog-recent-post {
    padding: 28px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    margin-top: 60px;
}
.shop-recent-post-image-1 {
    margin-bottom: 30px;
}

.blog-recent-post h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3e445b;
    margin: 0 0 30px;
}

.blog-recent-post-content p {
    font-size: 12px;
    color: #536d87;
    margin: 10px 0;
}

.blog-recent-post-content h2 {
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    margin: 0;
    transition: all 0.3s ease
}
.blog-recent-post-content {
    margin-top: 5px;
}

.blog-recent-post-content a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.blog-recent-post-content:hover h2{
    color: #3464e0;
}

.blog-style-2 .blog-box-content h2,
.blog-style-2 .blog-box-content h3{
    font-size: 20px
}


.breadcrumb-categories{
    margin-bottom: 27px
}

.breadcrumb-categories a {
    color: #394368;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin-right: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.breadcrumb-categories:after{
    content: '-';
    margin-right: 10px
}

.sp-blog-box .single-blog-image{
    margin-bottom: 30px
}
.sp-blog-box .blog-meta span,
.sp-blog-box .blog-meta span a{
    text-transform: capitalize;
}

.breadcrumb-meta{
    margin-top: 25px
}
.breadcrumb-meta .meta-wrap{
    color: #fff;
}
.breadcrumb-meta .meta-wrap:not(:last-child) {
    margin-right: 20px;
}
.breadcrumb-meta .meta-wrap span {
    margin-right: 8px;
    color: #1a4cbe
}
.breadcrumb-meta .meta-wrap a{
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #1a4cbe;
    transition: all 0.3s ease;
}
.breadcrumb-meta .meta-wrap a:hover {
    color: #a5a5a5
}


.comments-area .comment-list {
    padding-left: 0;
}
.comment-list {
    margin-bottom: 3.4375rem;
}
.comments-area .comment-list > li {
    list-style: none;
    margin: 0;
}
.comment-list .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.comment-list .author__avatar {
    margin-right: 20px;
}
.comment-list .the-comment {
    border-bottom: 1px solid #e2e6ea;
    margin-bottom: 2.5rem;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: initial;
}
.comment-list .comment-text {
    margin-bottom: 1.875rem;
}
.author__avatar img {
    border-radius: 100px;
}
.comment-list .author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
}
.comment-list .author-name strong {
    color: #2d3136;
}
.comment-list .author-name .meta {
    color: #818992;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.86;
    text-transform: uppercase;
}
.comment-list .comment-text {
    margin-bottom: 40px;
}
.comments-area p{
    margin: 0 0 10px 0;
    line-height: 30px;
}

.comment-list li.comment .comment-edit-link, .comment-list .comment-reply-link {
    color: #818992;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid #e2e6ea;
    background-color: #ffffff;
    padding: 10px 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 10px;
}
.comment-list li .comment-edit-link:hover,
.comment-list li .comment-reply-link:hover {
    color: #2d3136;
}
.comment-list .children {
    padding-left: 2.5rem;
}
.comment-list .children li {
    border-left: 1px solid #e2e6ea;
}

@media (max-width: 1024px) {


    .widget h2 {
        font-size: 22px;
    }
    .blog-recent-post-content{
        text-align:left;
    }
    .blog-recent-post-content h2{
        font-size: 14px
    }
    .prev-next-post-link .prev-post-link,
    .prev-next-post-link .next-post-link {
        width: 100%;
    }
    .widget.slake_recent_posts_Widget .row:not(:last-child) {
        margin-bottom: 10px;
    }
    .blog-recent-post-content {
        margin-top: 0;
    }
}

@media (max-width: 770px) {

    blockquote {
        padding: 40px 30px 40px 80px;
    }

    body.single .breadcrumb-content h2 {
        font-size: 34px;
    }
    .admin-bar .sticky-wrapper.is-sticky .navigation-bar {
        top: 0px !important;
    }

    html {
        margin-top: 0px !important;
    }
    .blog-sidebar{
        margin-top: 80px;
    }

    .comments-area li.comment.depth-5 .bufet-media-body {
        width: 75%;
    }
}



@media (max-width: 480px) {
    .blog-social-links .pull-left,
    .blog-social-links .pull-right{
        text-align: center;
        width: 100%
    }
    .bpws-wrapper .blog-list h3 {
        font-size: 17px;
    }

    .comments-area .comments-title {
        font-size: 20px;
        line-height: 1.5;
    }
    .blog-social-links .pull-right {
        margin-top: 20px;
    }
    .blog-social-links .group-title-bs h4 {
        margin-bottom: 10px;
    }
    .slake-post-navs span {
        width: 50%;
        font-size: 14px
    }
    .prev-next-post-link .next-post-link {
        margin-top: 30px
    }
    .slake-post-navs .img-wrapper , .slake-post-navs img{
        width: 70px;
        height: 70px;
    }
    .slake-post-navs .overlay {
        padding: 20px 15px;
        font-size: 12px;
    }

    body.single .blog-heading h3 {
        font-size: 26px;
    }
    .bufet-media-body {
        width: 100%;
    }
    .admin-bar .sticky-wrapper.is-sticky .navigation-bar {
        top: 0px !important;
    }
    .widget .wdgt_title {
        margin: 0 0 15px 0;
    }
        .widget.widget_nav_menu > ul, .widget.widget_pages > ul, .widget.widget_meta > ul, .widget.widget_recent_entries > ul, .widget.widget_nav_menu div + div, .widget.widget_archive > ul, .widget.widget_categories > ul {
        margin: 0px;
    }
    .comments-area li.comment.depth-2,
    .comments-area li.comment.depth-3,
    .comments-area li.comment.depth-4,
    .comments-area li.comment.depth-5 {
        padding-left: 30px;
        padding-right: 0;
        margin: 0;
    }
    .flake-search-form form input[type=search] {
        height: 49px;
    }
    .widget .wdgt_title h2 {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .widget {
        margin-bottom: 60px;
        padding: 0;
        border-radius: 5px;
    }
    body.single .blog-box-content, body.page .blog-box-content {
        padding: 0;
    }
    body.single .breadcrumb-content h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .single-blog-box p {
        margin: 15px 0px 20px;
        padding:0
    }
    .single-blog-box p.blog-meta {
        padding: 15px 0 0;
    }
    .sticky {
        padding-top: 30px;
    }
    p.blog-meta .meta-wrap:before, div.blog-meta .meta-wrap:before{
        display: none;
    }
}
