/*
 Theme Name: 	Electro Child
 Theme URI: 	http://demo2.transvelo.in/electro/
 Description: 	This is the child theme of Electro
 Author: 		Transvelo
 Author URI: 	http://transvelo.com/
 Template: 		electro
 Version: 		1.2.2
 License: 		GNU General Public License v2 or later
 License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 			light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain: 	electro-child
*/

.posttop{
	clear: both;
}
.wpaimg{
	float: left;
	border: 2px solid #fed700;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	padding: 10px; 
	margin-right: 20px;
}
.wpadesc h2, .wpadesc.h1{
	color: #fed700;
	font-weight:800;
	font-size: 1.5rem;
}
/*.postbtm{
	font-size: 0.8em;
}*/
.postbtm h2{
	font-size: 14pt;
}
.posttop h2{
	font-size: 1.1rem;
	padding-top: 20px;
}
/* Pas possible d'ajouter des balises dans content en css, sans doute plutôt en js */
/*.entry-content section:last-child .postbtm p:last-child::after{
	content: "\A\A Promos iPhone en cours sur Amazon";
	white-space: pre;
}*/
a.extdf,a.extdf:hover,a.extdf:visited{
	color: #747474;
}
/*** Pour les CTA ***/
.ctabtn{
  background: #34d970;
  background-image: -webkit-linear-gradient(top, #34d970, #1a7a17);
  background-image: -moz-linear-gradient(top, #34d970, #1a7a17);
  background-image: -ms-linear-gradient(top, #34d970, #1a7a17);
  background-image: -o-linear-gradient(top, #34d970, #1a7a17);
  background-image: linear-gradient(to bottom, #34d970, #1a7a17);
  -webkit-border-radius: 17;
  -moz-border-radius: 17;
  border-radius: 17px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 25px 15px 25px;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
}
.ctabtn:hover, .ctabtn:active{
  background: #fc993c;
  background-image: -webkit-linear-gradient(top, #fc993c, #943c10);
  background-image: -moz-linear-gradient(top, #fc993c, #943c10);
  background-image: -ms-linear-gradient(top, #fc993c, #943c10);
  background-image: -o-linear-gradient(top, #fc993c, #943c10);
  background-image: linear-gradient(to bottom, #fc993c, #943c10);
  text-decoration: none;
  color: #fff;
}
.ctabtninv{
  background: #fc993c;
  background-image: -webkit-linear-gradient(top, #fc993c, #943c10);
  background-image: -moz-linear-gradient(top, #fc993c, #943c10);
  background-image: -ms-linear-gradient(top, #fc993c, #943c10);
  background-image: -o-linear-gradient(top, #fc993c, #943c10);
  background-image: linear-gradient(to bottom, #fc993c, #943c10);
  -webkit-border-radius: 17;
  -moz-border-radius: 17;
  border-radius: 17px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
}
.ctabtninv:hover, .ctabtninv:active{
  background: #34d970;
  background-image: -webkit-linear-gradient(top, #34d970, #1a7a17);
  background-image: -moz-linear-gradient(top, #34d970, #1a7a17);
  background-image: -ms-linear-gradient(top, #34d970, #1a7a17);
  background-image: -o-linear-gradient(top, #34d970, #1a7a17);
  background-image: linear-gradient(to bottom, #34d970, #1a7a17);
  text-decoration: none;
  color: #fff;
}
.lastbtn{
  font-size: 30px;
  padding: 16px 26px 16px 26px;
}
.btnbox, .btnboxbtm{
	text-align: center;
	margin: 30px 0 20px;
}

/*** Titres produits Home ***/
.vc_custom_heading h4{
	font-size: 1.0rem;
	/* color: #F7BE68; */
}

/*** Reset les button.inv pour qu'ils ressemblent à un lien ***/
button.inv {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
button.inv {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}
button.inv::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Make `a` like a button */
button.inv {
    color: inherit;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
button.inv{
	cursor:pointer;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	clear: both;
	color: #333e48;
	display: block;
    font-weight: 400;
    line-height: 1.5;
    padding: 9px 0 9px 8px;
    text-align: inherit;
    white-space: normal;
    width: 100%;
	padding: 6px 17px;
}
.copyright button.inv{
	display: inline;
	width: auto;
	padding: 0;
	font-weight: bold;
}

/* Génériques */
.centered{
	width: 100%;
	margin:0 auto;
	text-align:center;
}