/*
 * Plugin : Rencontre
 * Last Change : Rencontre 3.11
 * Custom or don't want to load this original file ? : create wp-content/themes/name-of-my-theme/templates/rencontre.css
*/
/* General */
#widgRenc a{text-decoration:none;box-shadow:none;border:none;}
#widgRenc img{box-shadow:none;border:none;margin:0;}
.rencOneLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rencCam, .rencCam2{position:fixed;bottom:10px;right:320px;visibility:hidden;overflow:hidden;z-index:999;margin:0;padding:0;width:300px;height:225px;border:1px solid #444;border-radius:4px;box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);background-color:#fff;}
.rcOnOff{display:inline-block;cursor:pointer;width:16px;height:12px;vertical-align:middle;background:url('../images/onoff.png') no-repeat 0px -24px;}
img.pop-photo{image-orientation:none;}

/* Labelauty */
.rencLabelauty{display:none;}
.hidden_element{position:absolute!important;top:-1000!important;}
input.labelauty{display:none!important;}
input.labelauty+label{min-width:0;width:auto;display:inline-block;line-height:1em;font-size:.9em;padding:3px 5px 5px;margin:1px 0;cursor:pointer;}
input.labelauty+label>span.labelauty-unchecked,input.labelauty+label>span.labelauty-checked{display:inline-block;vertical-align:middle;}
input.labelauty:not(:checked)+label>span.labelauty-checked{display:none;}
input.labelauty:checked+label{border:1px solid #616161;padding:2px 4px 4px;}
input.labelauty:checked+label>span.labelauty-unchecked{display:none;}
input.labelauty:checked+label>span.labelauty-checked{display:inline-block;}

/* SHORTCODE [rencontre_imgreg]  */
.imgreg{background-color:rgba(255,255,255,.88);border-radius:5px;border:2px solid #eee;padding:10px 15px;z-index:999;}
.imgreg input[type='text'],.imgreg input[type='email'],.imgreg input[type='password']{padding:.3em;}
.imgreg select{height:2em;}
.imgreg h2{text-align:center;margin:.15em 0 .3em;}

@media (max-width:600px){
	.rencCam{bottom:390px;right:10px;}
	.rencCam.contOff{bottom:110px;right:10px;}
	.rencCam2{display:none;}
	.rencMenu .w3-bar-item{padding:6px 12px!important;}
}
