/* Scroll bar */
::-webkit-scrollbar
{
  max-width: 6px;
}
::-webkit-scrollbar-thumb
{
  background-color: #444444;
}

/* ---- grid ---- */
.gridbackground{
  background: url('../../assets/img/drizzle.jpg') repeat-y;
  background-size: 100% auto;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
}
.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#postnew .grid-item img{border: none;}
#postnew .grid-item, #mostview .grid-item, #downloadalot .grid-item, #video-tips .grid-item{padding: 0 15px;}
.tab-textcenter{text-align: center;display:inline-block;margin: 60px auto}
.tab-textcenter li{display: inline-block;}
.photo-thumbnail{position: relative;}
.photo-thumbnail .info-post{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.4s;
  z-index: 1;
  background: #0000007a;
  opacity: 0;
}
.photo-thumbnail:hover .info-post{
  opacity: 1;
}
.info-post .author{
  position: absolute;
  bottom: 10px;
  left: 10px;
  }
.info-post .author img{
  width: 40px;
  height: 40px;
  float: left;
}
.info-post .author a{
  line-height: 40px;
  float: left;
  margin-left: 5px;
  color: #fff;
  letter-spacing: 2px;
}
.info-post .follow-like{
  position: absolute;
  top: 10px;
  right: 10px;
}
.info-post .downloads{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.info-post .downloads a{color: #fff;}
/* .nav-pills .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link{
  letter-spacing: 1px;
} */

.landing-page .col-md-12:nth-child(even) .card.bg-info {
    background: linear-gradient(60deg, #FF5722, #FF9800);
}
.tab-space{padding: 0 10px;}
.sharing-area{
    overflow: hidden;
    display: inline-block;
    margin: 30px auto;
}
.card .card-header.card-header-image img{height: auto;}
.card:hover {
    box-shadow: 0 14px 26px -12px rgba(156,39,176,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(156,39,176,.2);
}
.card .card-title { font-size: 16px;}
.card .card-header.card-header-image .card-title{color: #ffffff; text-shadow: none;}
.card .card-header.card-header-image .card-title:hover{color: #e91e63;}
.card-category{
    margin-top: 10px;
    display: inline-block;
}
ul.post-categories{padding: 0;margin: 0}
ul.post-categories li{float: left;margin-right: 10px;list-style: none;vertical-align: middle;}
ul.post-categories li i.material-icons, ul.post-categories li a{vertical-align: middle;font-size: 12px;top: 0!important;}
.material-scrolltop.reveal{z-index: 9;}
.material-scrolltop{cursor: pointer}

/*Category*/
.blog-post .panel > img{width: 100%;height: auto;}
.category-box .card-body{padding-bottom: 0;}
.category-box .post_thumbnail, .recentpost .post_thumbnail{margin-top: -40px;box-shadow: 0 0 3px #444444;float: left;margin-right: 15px;}
.category-box .post_thumbnail img, .recentpost .post_thumbnail img{margin:0;}
.category-box .card-title:hover, .recentpost .card-title:hover{color: #222222!important;}
/*Single*/
.single-post .page-header, .category .page-header, .page-template-template-download .page-header{
  height: 70vh;
}
.blog-post p, .blog-post{
    font-size: 15px;
}
.section {
    padding: 40px 0;
}
.entry-content h1.post_title{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444444;
}
.wp_breadcrumbs{
  float: left;
  border-bottom: 1px solid #f1f1f1;
}

.wp_breadcrumbs_album_images{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: -30px auto 0;
    position: absolute;
}
.wp_breadcrumbs_album_images .wp_breadcrumbs{
    color: #fff;
    float: none;
    width: auto;
    display: inline-block;
    border-bottom: none;
}
.card h6.card-category{width: 100%}
.card .card-body .card-category .eye{top:8px;}
.float-left{float: left;}
.download1{float: right;margin-top: 23px;}
.single-post .wp-block-image img{width:100%;height: auto;}
.purple-filter:after {background: rgba(0, 0, 0, 0);}
.logo img{max-height: 100%;}
.has-danger .form-control, .is-focused .has-danger .form-control {
    background-image: linear-gradient(to top, #f44336 2px, rgb(255, 255, 255) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.navbar.navbar-transparent{background-color: #00000057 !important}
.box-search input{width:320px !important; padding: 0 10px;}
.has-white .form-control, .is-focused .has-white .form-control {
    background-image: linear-gradient(to top, #fff 2px, rgb(156, 39, 176) 2px), linear-gradient(to top, #e91e63 1px, rgba(55, 54, 54, 0) 1px);
}
.sidebarhome{padding-top: 30px;}
.sidebarhome .wp-block-gallery.is-cropped .blocks-gallery-item img{border-radius: 6px;}
.box-search .icon-search {margin-left: -28px;color: #e91e63;}
.box-search .form-group{margin: 0 auto;}
.has-white .form-control:focus {
    color: #000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.blog-post img, .blog-post figure{max-width: 100%!important; height: auto;margin: 10px auto;display: block;}
.blog-post figcaption{text-align: center;margin: 5px auto;}

/* Sidebar*/
.entry-sidebar{
  border-left: 1px solid #f1f1f1;
}
.widget_recent_entries ul{
  padding: 0;
  list-style: none;
}
.widget_recent_entries li{
  border-bottom: .5px solid #f1f1f1;
  padding: 10px 0;
  overflow: hidden;
}
.widget_recent_entries li h4{margin:0;}
.widget_recent_entries li img{
  width: 80px;
  float: left;
  margin-right: 10px;
}
h2.widget-title{border-bottom: 1px solid #ebe4e4;position: relative;}
h2.widget-title:after{
  content: "";
  width: 38%;
  height: 1px;
  background-color: #9c27b0;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.blog-sidebar section:first-child h2.widget-title{margin-top: 0;}
.blog-sidebar p.post-date{float: right;}
/* page-download */
.ads-bottom{display: none;}
.page-download{
    text-align: center;
    min-height: 280px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.page-download ol{
    width: 500px;
    text-align: left;
    margin: 20px auto;
    padding: 0;
}
.page-download .modal-content img{padding: 30px}
.navbar .navbar-brand{padding: 0px;margin-top: -10px;}

.sl-overlay{
    background: #000;
}
.sl-wrapper .sl-navigation button{color: #fff;}
.navigation .screen-reader-text{display: none;}
.navigation .nav-links{text-align: center;}
.navigation .nav-links li .page-numbers{
	  color: #fff;
    padding: 10px;
    border: 1px solid #eaeaea;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
.navigation .nav-links .current{background: #fff;color: #f00!important;}
.navigation .nav-links a:hover{color: #9c27b0;}
.nav-links ul.page-numbers{padding: 0;list-style: none;}
.nav-links ul.page-numbers li{float: left;}
#mostview .col-md-6:nth-child(even) .card.bg-info, #downloadalot .col-md-6:nth-child(even) .card.bg-info, .category-box .col-md-12:nth-child(even) .card.bg-info, .relate .col-md-12:nth-child(even) .card.bg-info{
    background: linear-gradient(60deg, #FF5722, #FF9800);
    background-color: #FF9800 !important;
}
.category-box .entrycontent:nth-child(even) .card.bg-info, .recentpost .entrycontent:nth-child(even) .card.bg-info{
  background: linear-gradient(60deg, #3b5998, #55acee);
  background-color: #FF9800 !important;
}
.recentpost .entrycontent:nth-child(2n+1) .card.bg-info{background: linear-gradient(60deg, #0097a7, #26c6da);}
.recentpost .entrycontent:nth-child(2n) .card.bg-info{background: linear-gradient(60deg, #3b5998, #55acee);}
.recentpost .entrycontent:nth-child(3n+3) .card.bg-info{background: linear-gradient(60deg,#ff5722,#ff9800);}
#downloadalot .post_thumbnail{
    position: absolute;
    right: 30px;
    top: 20px;
    transform: translateY(-50%);
    float: right;
    box-shadow: 0px 0px 3px #383838;
}
#mostview .post_thumbnail, .category-box .post_thumbnail, .relate .post_thumbnail{
  float: left;
  margin-right: 15px;
}
#mostview .card .card-title, .category-box .card .card-title, .recentpost .card .card-title{margin-top: 0}
#mostview .card .card-category, .category-box .card .card-category, .recentpost .card .card-category{margin-top: 0;margin-bottom: 10px;}
figure.wp-block-embed-youtube{text-align: center}
figure.wp-block-embed-youtube iframe{width: 100%;height: 720px}
.relate h2{margin-top: 30px;border-bottom: 1px solid #f1f1f1;}
.pagination{margin: 0;}
.pagination a, .navigation .nav-links .current{
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 4px 12px;
  background: #9c27b1;
}
.navigation .nav-links .current{background: #fff;}
.pagination a:hover{
  background: #fff;
  color: #000;
}
.pagination li.active a{
  background: #fff;
  color: #000;
}
.pagination li.disable{display: none;}

/* movie-single */
.data-movies{padding-top: 60px;}
.data-movies .grid-item{padding: 0 15px;}
.movie-single img.img{width: 100%;height: auto;max-width: 100%;}
.page-download .mui-table{width: 100%;}
.movie-single .card-description p{margin: 20px 0}
.mui-table>thead>tr>th {
    border-bottom: 2px solid rgba(0,0,0,.12);
    font-weight: 700;
}
.mui-table>tbody>tr>td, .mui-table>tbody>tr>th, .mui-table>tfoot>tr>td, .mui-table>tfoot>tr>th, .mui-table>thead>tr>td, .mui-table>thead>tr>th {
    padding: 10px;
    line-height: 1.429;
}
.mui-table>tbody>tr>th, .mui-table>tfoot>tr>th, .mui-table>thead>tr>th {
    text-align: left;
}

.siq_bR{float: left!important;}

/* video */
.thumbnail-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.thumbnail-video a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.thumbnail-video a i{font-size: 60px; color: #f00;}
.thumbnail-video a i:hover{
  color: #900;
}
#video-tips .card-header-image:hover .thumbnail-video{background: #000000b8;}
#video-tips .grid-item .card-footer{
  display: block;
}
#video-tips .grid-item .card-footer .author{float: left;margin-top: 10px;}
#video-tips .grid-item .card-footer .downloads{float: right;}
#video-tips .grid-item .card-footer .downloads a{color: #fff;}
#playvideo{
  background-color: #000;
  padding-top: 80px;
}
#playvideo .card-header-primary{font-size: 18px;}
#playvideo .material-icons{vertical-align: middle;}
#playvideo .card .card-body{
    padding: .9375rem 1.1rem;
}
.card .author .avatar, .card .author .avatar span{vertical-align: middle;display: inline-block;}
/* Comment facebook */
.comments-fb .fb-comments, .comments-fb .fb-comments span, .comments-fb .fb-comments span iframe, .comments-fb .fb-comments .pluginSkinLight #u_0_0{width: 100%!important;}