/*
	Theme Name: OpenITV tema
	Theme URI: https://open.intothevoid.it
	Description: temawp di openitv
	Author: open.intothevoid.it
	Author URI: openitv
	Template: hueman
	Version: 1.0.0
*/


/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */






/* Global */
.mystyle {}


/*  eliminare date
/* ------------------------------------ */
.post-byline {
display: none;
}

.post-date {
display: none;
}


/* Stile per lcp templateok*/

.thumbmagic {
  float: right; 
  position: relative;
  overflow: hidden;
  margin: 4px 8px;
  width: 80px; 
  height: 0;  
  padding-bottom: 80px;
}




/*  base : img laterali template
/* ------------------------------------ */

/* 2 column, content left */
.col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0;  }

/* 2 column, content right */
.col-2cr .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; }

/* 3 column, content middle */
.col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y right 0; }
.col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; }


/* s2 3 column, content middle */
	.col-3cm .main { background: url(img/sidebar/s-right-collapse.png) repeat-y right; }
	
/* 3 column, content left */
.col-3cl .main { background-image: none; }
.col-3cl .main-inner { background: url(img/sidebar/s-right-dual-full-expand.png) repeat-y right 0; }

/* 3 column, content right */
.col-3cr .main { background-image: none; }
.col-3cr .main-inner { background: url(img/sidebar/s-left-dual-full-expand.png) repeat-y left 0; }







/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}
