
a.bt-style{
    background:#33CCFF ;
}

/*----- blog style 2 ----------*/
.blog_post_style_2{
    display: inline-block;
}
.blog_post_style_2 .media {
    position: relative;
}

.blog_post_style_2 .media .popup-media{
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.blog_post_style_2 .media .popup-media a i{
    color: #33CCFF;
    font-size: 35px;
    opacity: 0;
    top: 60%;
    margin: 0;
    left: 45%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog_post_style_2 .media:hover .popup-media{
    background: rgba(0, 0, 0, 0.25);
}
.blog_post_style_2 .media:hover .popup-media a i{
    top: 45%;
    opacity: 1;
    color: #33CCFF;
}
.blog_post_style_2 .media .popup-media a:hover i{
    top: 45%;
    opacity: 1;

}
.blog_post_style_2 h2.title{
    font-size: 24px;
    color: #363636;
    margin-top: 30px;
    font-family: Raleway;
}
.blog_post_style_2 h2.title a{
    color: #363636;
    letter-spacing: 0;
    text-transform: capitalize;
}
.blog_post_style_2 h2.title .bt-style{
   margin-top: 5px;
}
.blog_post_style_2 .meta-author a{
    color: #33CCFF;
}
.blog_post_style_2 .meta-author a:hover{
    color: #D80018;
}
.blog_post_style_2 .meta-category a{
    color: #363636;
}
.blog_post_style_2 .meta-category a:hover{
    color: #33CCFF;
}
.blog_post_style_2 span.date{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.blog_post_style_2 .metabox{
    margin-bottom: 10px;
}
.blog_post_style_2 .item_post {
    margin-bottom: 30px;
}
.blog_post_style_2 .format-quote .media {
    background: #33CCFF;
}
.blog_post_style_2 .format-quote .content_quote {
    color: #fff;
    padding-left: 20px;
    width: 80%;
}
.blog_post_style_2 .popup-media.popup-quote {
    width: 100%;
    height: auto;
    position: relative;/*
    min-height: 273px;*/
    padding: 15px;
    width: 100%;
    /* display: -moz-box; */
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}
.blog_post_style_2 .popup-media.popup-quote>i{
    color: #fff;
    /*float: left;*/
    font-size: 50px;
    margin-right: 15px;
}
.blog_post_style_2 .item_post.col-sm-12 .media>img{
   width: 100%;
}
.blog_post_style_2 h2.title a:hover{color: #33CCFF}
.blog_post_style_2 .item_post.col-sm-4:nth-child(3n + 4) {
    clear: both;
}
.blog_post_style_2 .item_post.col-sm-3:nth-child(4n + 5) {
    clear: both;
}
.blog_post_style_2 .item_post.col-sm-6:nth-child(2n + 3) {
    clear: both;
}
/*--------- paging navigation ----------*/
.st_paging_navigation{
    display: block;
    clear: both;
    margin-top: 15px;
    text-align: center;
}
.st_paging_navigation .page-numbers{
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #616161;
    font-size: 16px;
    margin: 0px 5px;
}
.st_paging_navigation .page-numbers:hover{
    background: #3CF;
    border-color: #3CF;
    color: #fff;
}
.st_paging_navigation .page-numbers.current{
    background: #3CF;
    border-color: #3CF;
}

/*--------- Breadcrumb ------------*/
#breadcrumbs{
    text-align: left;
    padding-left: 0px;

}
.banner-style-post-2{
    height: 450px;
    position: relative;
}
.banner-style-post-2 .section-title{
    margin-bottom: 0px;
}
.banner-style-post-2 .st_breadcrumb{
    position: absolute;
    bottom: 0;
}
#breadcrumbs .separator{
    color: #000;
}
#breadcrumbs i.fa-home{
    margin-right: 5px;
}
#breadcrumbs li{
    display: inline;

}
.banner-style-post-2 .st_title_banner{
    height: 100%;

    /* display: -moz-box; */
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
}
/*-------- section-single-style-2 -----------*/
.section-single-style-2{
    padding-top: 50px;

}
.section-single-style-2 h2.post-title{
    font-weight: 100;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 35px;
    margin-top: 50px;
}
.section-single-style-2 .metabox-dislay .author{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.section-single-style-2 .metabox-dislay .date {
    margin-top: 10px;
}

.section-single-style-2 .metabox-dislay .meta-category a{
    color: #121212;
}
.section-single-style-2 .tags a{
   margin-left: 10px;
    color: #121212 ;
    font-size: 14px;
}
.section-single-style-2 .tags i{
    font-size: 16px;
}
.section-single-style-2 .tags a:hover,.section-single-style-2 .metabox-dislay .meta-category a:hover{
    color: #D80018 ;
}
.section-single-style-2 .st-media-post-image img{
   width: 100%;
}
.section-single-style-2 .st_gallery_popup_s2 a img{
  margin-bottom: 3px;
}
.page-links a{
    padding: 10px;
    background: #3DD0FF;
    color: #fff;
}
.page-links{
    margin-bottom: 15px;
}
i.sticky {
    font-size: 30px;
    position: absolute;
    margin-left: 10px;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}

/*end gallery*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter img{
    margin: 5px auto;
}
.wp-caption.alignnone,img.alignnone,.alignnone>img{
    max-width: 100%;
}
.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}
.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}
.st_content_post img{
    max-width: 100%;
    height: auto;
}
.widget_archive>ul{
    padding-left: 0px;
}
.widget_archive ul li{
    padding: 5px 15px;
    list-style: none;
    margin-bottom: 2px;
    background: #F2F2F2;
}
.widget_archive ul li a{
    display: inline-block;
    width: 93%;
}
.widget_pages ul li{
    list-style: none;
}
.widget_pages>ul{
    padding-left: 0px;
}
.widget_pages ul li a{
    display: block;
    padding: 5px 10px;
    background: #F2F2F2;
    margin-bottom: 3px;
}
.blog-widget-container img{
    max-width: 100%;
    height: auto;
}
.widget_nav_menu ul{
    padding-left: 15px;
}
.widget_nav_menu ul li{
    list-style: none;
    padding-right: 0px!important;
}
.widget_nav_menu ul li a{
    display: block;
    padding: 5px 0px 5px 10px;
    background: #F2F2F2;
    margin-bottom: 3px;
}
.widget_categories ul li.cat-item{
    position: relative;
    text-align: right;
    margin-bottom: 26px;
    padding-top: 5px;
    padding-right: 3px;
    z-index: 2;
}
.widget_categories ul li.cat-item a{
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    width:90%;
    z-index: -1;
}
.widget_categories ul.children{
    margin-top: 21px;
}
.post img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px){
  body .navbar-default .navbar-nav > .open > a,
  body .navbar-default .navbar-nav > .open > a:hover,
  body .navbar-default .navbar-nav > .open > a:focus
     body .navbar-default .navbar-nav > .active > a,
  body .navbar-default .navbar-nav > .active > a:hover,
  body .navbar-default .navbar-nav > .active > a:focus
     {
       background: none !important;
       color: #121212
     }
  .menu-item.menu-item-has-children> a:first-child{
       width: 50%;
       background: none;
     }
  .menu-item.menu-item-has-children> a:first-child+b.st_caret{
       width: 50%;
       text-align: right;
       padding: 10px 15px;
       top: 0; right: 0; position: absolute;
       cursor: pointer;
     }
  .navbar-collapse.in {overflow-y: inherit !important;}
  .navbar-collapse {max-height: none !important;}
}
@media (min-width: 768px){
  .navbar-nav>li>a+b.st_caret{
        top: 10px !important;
      }
  .menu-item.menu-item-has-children> a:first-child+b.st_caret{
       top: 2px; right: 15px; position: absolute
          }

  .menu-item.menu-item-has-children { padding-right: 15px }
}
.navbar-default .navbar-nav > li  a:hover {background:none}
.navbar-default li:hover{background-color: #f5f5f5}