/*================
Mobile First START
================*/
/*~~~~~~~~~~~~~~~~
Custom tags START
~~~~~~~~~~~~~~~~*/
/*----------------
box tags START
----------------*/
.boxPosts {
  overflow: hidden;
  display: table;
  box-sizing: border-box;
  width: 100%;
  }

.boxPosts_Spacer {
	height: 4px;
	width: 100%;
	}

.boxPostsPrev, .boxPostsNext {
  width: 100%;
  display: block;
  }

.boxPostsPrev_Title, .boxPostsNext_Title {
  position: relative;
  display: table-cell;
  background-image: url("../images/site/background-light.png");
  background-attachment: fixed;
  box-sizing: border-box;
  vertical-align: middle;
  }

.boxPostsPrev_Content, .boxPostsNext_Content {
  position: relative;
  display: table-cell;
  width: 100%;
  box-sizing: border-box;
  background-color: #DDDDDD;
  color: #000000;
  vertical-align: top;
  height: 90px;
  min-height: 90px;
  background-position: center;
  background-size: cover;
  }
/*----------------
box tags END
----------------*/
/*~~~~~~~~~~~~~~~~
Custom tags END
~~~~~~~~~~~~~~~~*/
/*================
Mobile First END
================*/


/*================
Desktop 570 START
================*/
@media (min-width: 570px) {
  .boxPosts_Spacer {
    height: 6px;
    }
  }
/*================
Desktop 570 END
================*/

/*================
Desktop 800 START
================*/
@media only screen and (min-width: 800px) {
  .boxPostsPrev, .boxPostsNext {
    width: 50%;
		display: table-cell;
    }

  .boxPosts_Spacer {
		width: 6px;
    }
  }
/*================
Desktop 800 END
================*/
