/* additional specifications for cactus masonry */

div.cm_title
{
    /* The title and excerpt padding must be
    set as the databox will have none */
    padding: 7px;
}

div.cm_exerpt
{
    padding: 0px 10px 10px 10px;
}

div.cactus_masonry_databox
{
    -webkit-transition: max-height 500ms ease-in-out;
    -moz-transition: max-height 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
    max-height: 0px;
    padding: 0px !important;
}

.masonry_brick_a:hover div.cactus_masonry_databox
{
    max-height: 1000px;
}
div.cactus_masonry_databox div.cm_title
{
    font-family: Helvetica;
    font-weight: 200;
    font-size : 11pt!important;
    color: white;
    padding-bottom: 7px;
}

div.cactus_masonry_databox div.cm_exerpt
{
    font-style: italic;
    line-height: 1em;
    padding: 5px;
}

/*additional styling for contact form 7 */
div.wpcf7 { 
background-color: #e4fcfc;
padding:10px;
border-radius: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#ccc;
color:#FFF;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#66cccc;
width:200px;
text-transform:uppercase;
}
.wpcf7-form {
margin-left: 25px;
margin-right: 25px;
margin-top: 5px;
}

/* FONT COLOR FOR TABLE MAKER PLUGIN*/
.wpsm-comptable th{background: #66cccc !important}

/*comment - easyazon styling*/
.easyazon-block {
    background-color: #ffffff;
    width: 284px !important;
    border : 0 !important;
}