/*
Theme Name: Pxlz Child
Theme URI: http://pxlz.edge-themes.com
Description: A child theme of Pxlz Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: pxlz
Template: pxlz
*/

/* Custom style pour centrer le contenu des 6 blocs de couleur dans les pages parents/jeunes */
@media only screen and (max-width: 600px) {
	.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-item-inner .edgtf-mg-item-content {
		-webkit-transform: translate3d(0,0,0)!important;
		-moz-transform: translate3d(0,0,0)!important;
		transform: translate3d(0,0,0)!important;
	}
}

/* Cacher les catégorie de blogue sur le listing des articles */
.edgtf-post-info-category {
	display:none;
}

/* Pour le counter ($) */
.counter-dollar .edgtf-counter::after {
    content: ".78$";
    display: inline-block;
}

/* Remettre le curseur initial sur les champs du formulaire */
#respond input[type="text"], #respond textarea, .edgtf-style-form textarea, .post-password-form input[type="password"], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type="text"], input[type="email"], input[type="password"] {
	cursor:text!important;
}

/* Profil techno en mode mobile */
@media only screen and (max-width: 480px) {
	.profil-techno .vc_column-inner {
		margin-top:150px;
	}
}

.edgtf-btn .edgtf-btn-text {
    white-space: normal!important;
    padding-left: 0!important;
}
a.edgtf-btn {
	width:auto!important;
}
.edgtf-btn-cover .edgtf-btn-cover-text {
	padding:0 20px!important;
}
.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-plus-sign .edgtf-btn-text::before {
	display:none!important;
}