/****************************************************
* Global Styling
****************************************************/
#dt-postwall .item img.postimg {
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
}

.dt-postwall-masonry .item {
  float: left;
}

.dt-load-more-posts a {
  background: #222;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff !important;
  text-decoration: none;
}

.dt-load-more-posts a:hover {
  background: #444;
}

.dt-load-more-posts .loading {
  color: rgba(0,0,0,0) !important;
  min-width: 130px;
  background-image: url('../images/ajax-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
}

.dt-load-more-posts a.loading:hover {
  color: rgba(0,0,0,0) !important;
  min-width: 130px;
  background-image: url('../images/ajax-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
}

/****************************************************
* Icons
****************************************************/
@font-face {
  font-family: 'dtpostwallicons';
  src: url('../font/dtpostwallicons.eot?96068283');
  src: url('../font/dtpostwallicons.eot?96068283#iefix') format('embedded-opentype'),
       url('../font/dtpostwallicons.woff?96068283') format('woff'),
       url('../font/dtpostwallicons.ttf?96068283') format('truetype'),
       url('../font/dtpostwallicons.svg?96068283#dtpostwallicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dtpostwallicons';
    src: url('../font/dtpostwallicons.svg?96068283#dtpostwallicons') format('svg');
  }
}
*/
 
 [class^="dtpostwall-icon-"]:before, [class*=" dtpostwall-icon-"]:before {
  font-family: "dtpostwallicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.dtpostwall-icon-heart:before { content: '\e814'; } /* '' */
.dtpostwall-icon-comment-1:before { content: '\e806'; } /* '' */
.dtpostwall-icon-tag:before { content: '\e811'; } /* '' */
.dtpostwall-icon-tags:before { content: '\e812'; } /* '' */
.dtpostwall-icon-bookmark:before { content: '\e810'; } /* '' */
.dtpostwall-icon-rss:before { content: '\e802'; } /* '' */
.dtpostwall-icon-clock:before { content: '\e801'; } /* '' */
.dtpostwall-icon-rocket:before { content: '\e800'; } /* '' */
.dtpostwall-icon-user:before { content: '\e80f'; } /* '' */
.dtpostwall-icon-comment:before { content: '\e804'; } /* '' */
.dtpostwall-icon-link:before { content: '\e803'; } /* '' */
.dtpostwall-icon-clock-1:before { content: '\e805'; } /* '' */
.dtpostwall-icon-twitter:before { content: '\e808'; } /* '' */
.dtpostwall-icon-twitter-circled:before { content: '\e807'; } /* '' */
.dtpostwall-icon-facebook:before { content: '\e809'; } /* '' */
.dtpostwall-icon-facebook-circled:before { content: '\e80a'; } /* '' */
.dtpostwall-icon-gplus:before { content: '\e80b'; } /* '' */
.dtpostwall-icon-gplus-circled:before { content: '\e80c'; } /* '' */
.dtpostwall-icon-pinterest:before { content: '\e80e'; } /* '' */
.dtpostwall-icon-pinterest-circled:before { content: '\e80d'; } /* '' */
.dtpostwall-icon-share:before { content: '\e813'; } /* '' */

/****************************************************
* Overlay
****************************************************/
#dt-postwall .view {
    overflow: hidden;
    line-height: 0;
    position: relative;
}

#dt-postwall .view .mask {
    background-color: rgba(255,255,255,.8);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transition: opacity 0.3s linear;
    text-shadow: #000 1px 1px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dt-postwall .view .mask a {
    color: #202020;
    text-shadow: none;
    text-decoration: none;
}

#dt-postwall .view .mask h3 {
  margin: 5px 10px;
  font-size: 18px;
  width: 100%;
}

#dt-postwall .view .mask .dt-overlay-meta {
  font-size: 13px;
  margin: 0 0 0 10px;
}

#dt-postwall .view .mask .dtpostwall-icon-comment, #dt-postwall .view .mask .dtpostwall-icon-clock {
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

#dt-postwall .view .mask p {
    font-size: 12px;
    margin: 10px 10px;
    text-shadow: none;
}

#dt-postwall .view:hover > .mask {
    display: block;
    opacity: 1.0;
    margin-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dt-postwall .view .fadeup {
    opacity: 0;
    position: relative;
    top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#dt-postwall .view:hover .fadeup {
    opacity: 1;
    top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#dt-postwall .dt-overlay-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    opacity: 0;
    position: relative;
    top: -30px;
}

#dt-postwall .view:hover .dt-overlay-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    position: relative;
    top: 45%;
    margin-top: -18px;
}

#dt-postwall .view img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 100%;
}

#dt-postwall .view:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

.dt_postwall_grid_3 .dtpostwall-icon-heart {
  top: -3px;
}

.dt_postwall_grid_3 .dtpostwall-icon-share {
  position: relative;
  top: 2px;
}

.dt_postwall_grid_3 .dtpostwall-likes-count {
  top: 4px !important;
}

.dt_postwall_grid_3 p.fadeup {
  margin: 5px 10px !important;
}

.dt_postwall_grid_3 .view .mask .dt-overlay-meta {
  margin: 0 -5px 0 6px !important;
}

/****************************************************
* Social Sharing
****************************************************/
.filler {
  position: relative !important;
}

.socialcount li.share {
  top: 0px;
  display: inline-block;
  opacity: 1 !important;
  padding-left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.socialcount {
  width: 100%;
  display: inline-block;
  margin: 0 !important;
  bottom: 5px;
  position: absolute !important;
  top: auto !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
  -ms-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;
}

.socialcount li {
  margin: 0 !important;
  opacity: 0;
  top: -30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.socialcount:hover li {
  display: inline-block;
  opacity: 1;
  top: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item .socialcount .dtpostwall-icon-facebook-circled {
    color: #3b5998;
}

.item .socialcount .dtpostwall-icon-twitter-circled  {
    color: #00acee;    
}

.item .socialcount .dtpostwall-icon-gplus-circled  {
     color: #db4a39;   
}

.item .socialcount .dtpostwall-icon-pinterest-circled  {
     color: #c8232c;   
}
 
.item .socialcount a {
    font-size: 22px;
}

.item .socialcount li.share a {
    font-size: 16px;
    position: relative;
    bottom: 2px;
}
 
.item .socialcount li {
    list-style: none !important;
}

.item .socialcount li.dt-likethis {
  float: right;
  padding-right: 10px;
  opacity: 1;
}

.item .socialcount li.dt-likethis a {
    font-size: 14px;
    position: relative;
    top: 4px;
}

.dtpostwall-icon-heart {
  position: relative;
  top: 4px;
  padding-left: 3px;
}

.dtpostwall-likes-count {
  float: left;
  position: relative;
  font-size: 12px;
  top: 7px;
  font-weight: bold;
}

span.hoverlink {
  position: absolute;
  width: 100%;
  height: 100%;
}