/*
Theme Name: Parabola Child
Description: Thème enfant pour Parabola
Author: Godin Frédéric
Template: parabola
*/

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

/******************************************************/
/*            decalage 1er ligne paragraphe           */
/******************************************************/
p {
    text-indent: 50px;
}

p.sansretrait{
	text-indent: 0px;
}

/******************************************************/
/*   Formatage des tableau genre famille espece       */
/******************************************************/
.tabgr tr td {
    border-top: 0px solid transparent !important;
}

/******************************************************/
/*           Formatage des fiches especes             */
/******************************************************/
div.imgespece {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
    display: inline;
}	

div.imgespece:hover {
    border: 1px solid #777;
}

div.imgespece img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
}
 
.textefiche {
display: inline-block;
}

/******************************************************/
/*  Formatage des infos articles (date, etc ..)       */
/******************************************************/
/*div.page{
padding-top: 1px;
}*/
.entry-content h2{
margin-top: 1px;
}

/******************************************************/
/*     Formatage du plugin author avatar              */
/******************************************************/
.shortcode-author-avatars div.author-list .user .name {
	width: 100px;
	height: 100px;
}

.name hr{
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin: 0px 0px;
    opacity: 1.0;
}

.avatar img{
border-radius: 50%;
   
}
/******************************************************/
/*                 Formatage du texte                 */
/******************************************************/
/*.entry-title{
visibility : hidden;
}*/
h1.entry-title{
font-size: 1px!important;
visibility : hidden;
}
.entry-content h4{
margin-top: 0;
}
/******************************************************/
/*      Formatage du texte OSMIA Par auteur           */
/******************************************************/
.entry-auteur{
font-size: 20px;
font-weight : bold;
}
.entry-auteur-content{
font-size: 14px;
}
.entry-content{
padding-top: 1px;
}
.auteur-post{
padding-left: 50px;
}

/*********************************************************************/
/*     Formatage du plugin affichage des thumbnail par catégorie     */
/*********************************************************************/
.postimage, .postimage img{
border: 1px solid black;
}


/*********************************************************************/
/*                     Formatage du bouton recherche                 */
/*********************************************************************/

input[type="submit"] {
    margin-left: -25px;
    background-color: Transparent !important;
    border: none;
    box-shadow: 0 -10px 10px 0 Transparent inset !important;
    
}
input[type="search"] {
border-radius: 0px !important;
height: 22px;
}

span.btn-rech {
    position: relative;
}

span.btn-rech:after {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: -5px;
    pointer-events: none;
}

/*********************************************************************/
/*                    Formatage du plugin formulaire                 */
/*********************************************************************/

input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"]{
width: 500px;
}

/*********************************************************************/
/*                    Formatage 1er page theme parabola              */
/*********************************************************************/
#front-text1 h1, #front-text2 h1 {
    color: #C44F00 !important;
}

/*********************************************************************/
/*                 Formatage theme parabola  page frontpage          */
/*********************************************************************/
#front-text1 h1 {
    margin-bottom: 15px !important;
}

/*********************************************************************/
/*            Formatage theme parabola  page diaporama nivo          */
/*********************************************************************/
.nivo-caption h2 {
    margin-bottom: -5px !important;
}
.nivo-caption {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
}