/*
Theme Name: Tampera child theme
Theme URI: http://aqarial.net/wp-content/themes/tempera
Description: This is a child theme for the Mantra theme.
Author: Aqarial
Author URI: http://aqarial.net/
Template: tempera
Version: 1.0
*/

@import url("../tempera/style.css");

/* Masquer la mention: Publié par XX */
.entry-meta {
display:none !important;
}

/* auto dimension of image */
img {
    max-width: 100%;
    height: auto;
}
/* Show or hide div on mobile or pc */
    #content-desktop {display: block;}
    #content-mobile {display: none;}

    @media screen and (max-width: 768px) {

    #content-desktop {display: none;}
    #content-mobile {display: block;}

}

/* Style for share button */
.share-button { 
  display: inline-block; 
  padding: 5px 10px; 
  margin-right: 5px; 
  border-radius: 4px; 
  text-decoration: none;
  color: #fff;
}

.share-button:hover {
  color: #fff;
}

.share-button.facebook {
  background: #3b5999;
}

.share-button.twitter {
  background: #00abf0;
}

.share-button.google-plus {
  background: #dd4b39;
}

/* ================ Responsive image   ============================ */

.responsive {
  max-width: 100%;
  height: auto;
}

/* ================  Responsive columns ================ */
/* SECTIONS */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* GROUPING */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* GRID COLUMN SETUP */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/* GRID OF TWO */

.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/* GRID OF THREE */
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}
/* GRID OF FOUR */	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
/* ================  Responsive columns END ================ */