	.xarticle-even .hentry-article-wrapper {
	  border-left: none;
	  border-top: 40px solid rgb(255,255,255);
	}
	.article-even .hentry-article-wrapper h3.entry-title  {
	  color: rgb(0,154,199);
	  background: rgb(255,255,255);
	}
	.xarticle-odd .hentry-article-wrapper {
	  border-top: 40px solid rgb(0,154,199);
	  border-left: none;
	}
	.article-odd .hentry-article-wrapper h3.entry-title  {
	  color: rgb(255,255,255);
	  background: rgb(0,154,199);
	}

/*--------------------------------------------------------------
## setting for other than phones x >= 600px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {

	.hentry-article-wrapper:before, .hentry-article-wrapper:after {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

	.hentry-article-wrapper {
	  xwidth: 300px;
	  xwidth: auto;
	  max-width: 1280px;
	  margin: 0 auto;
	  min-height: 350px;
	  position: relative;
	  border-left: 40px solid rgb(255,255,255);
	  padding: 15px;
	  display: inline-block;
	  margin-top: 10px;
	}
	.hentry-article-wrapper h3.entry-title {
	  font-size: 1.05em;
	  color: white;
	  text-transform: uppercase;
	  letter-spacing: 3px;
	  position: absolute;
	  top: 0;
	  left: 0;
	  margin-left: -7px;
	  margin-top: 10px;
	  padding-bottom: 10px;
	  text-align: right;
	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  transform: rotate(90deg);
	  -webkit-transform-origin: 0 0;
	  -moz-transform-origin: 0 0;
	  -ms-transform-origin: 0 0;
	  -o-transform-origin: 0 0;
	  transform-origin: 0 0;
	}

	.article-even .hentry-article-wrapper {
	  xborder-left: 40px solid rgb(0,154,199);
	  border-left: 40px solid rgb(255,255,255);
	  border-top: none;
	}
	.article-even .hentry-article-wrapper h3.entry-title  {
	  color: rgb(0,154,199);
	  background: none;
	}
	.article-odd .hentry-article-wrapper {
	  border-left: 40px solid rgb(0,154,199);
	  xborder-left: 40px solid rgb(255,255,255);
	  border-top: none;
	}
	.article-odd .hentry-article-wrapper h3.entry-title  {
	  color: rgb(255,255,255);
	  background: none;
	}

	
}