/*********************
 POSTS / LISTITEMS
*********************/

.listitem
{
    margin-bottom: 15px !important;
    padding: 15px;
}

.listitem,
.encapsulate
{
    transition: background-color .25s;
    /*padding: 1%;*/

    background: transparent;
}

.listitem:hover,
.encapsulate:hover
{
    background: #fff !important;
}

.listitem a
{
    text-decoration: none !important;

    color: #666 !important;
}

.listitem h2
{
    font-size: 1.6em;
    font-weight: 700 !important;
    line-height: 1.2em;

    margin: 0;
}

.listitem h3
{
    font-size: 1.5em;
    font-weight: 400 !important;

    margin: 0 0 10px;
}

.listitem h4
{
    font-size: 1.2em;

    margin: 0 0 8px;

    text-transform: none;
}

.listitem p
{
    font-size: 1em;

    margin: 10px 0 0;
}

.post
{
    margin-bottom: 3%;
}

.post h3.date
{
    font-size: 1em;
    font-style: italic;

    margin: 0 0 1%;

    color: #333;
    background: transparent;
}

/*@media (max-width: 767px) {
    .adserver .post.listitem img {
        float: left !important;
        margin: 0 10px 10px 0 !important;;
        width: 20% !important;
    }
}*/

/*div[class=post] img.responsimg {
    float: right !important;
    margin: 0 0 15px 15px !important;;
    width: 33% !important;
}
*/
.fb-like
{
    margin-bottom: 2%;
}


/*********************
 FLARES
*********************/





#engine_7 .listitem h2
{
    font-size: 2em;
    font-weight: 400 !important;

    color: #333;
}

#engine_7 .listitem h3
{
    font-size: 1.2em;

    color: #666;
}

#engine_7 .listitem p
{
    font-size: 1.2em;
}

#engine_7 .listitem .responsimg
{
    /*float: left;
    margin: 0 10px 10px 0;
    width: 15%;
    max-width: 150px;
    height: 100%;*/
    margin-bottom: 15px;
}




/*********************
 PRODUCTS V1
*********************/



/*#engine_2 .container.product {
    width:auto;
}*/

#engine_2 .container.categories .row .col,
#engine_2 .container.subcategories .row .col,
#engine_2 .container.products .row .col
{
    margin-bottom: 10%;
}

#engine_2 h3.title
{
    font-size: 1.3em;

    position: absolute;
    bottom: 0;

    width: 90%;
    min-height: 40px;
    padding: 10px;

    color: #000;
    background: url('/core/structure/alpha_tiles/FFFFFF_80.png');
}

#engine_2 h4.itemnum
{
    display: none;
}

#engine_2 #lightbox-thumbs.row
{
    margin: 2% 0 3%;
}

#engine_2 #lightbox-thumbs.row .col
{
    margin-bottom: 3%;
}

/*#engine_2 .formrow select
{
    height: 30px !important;
}*/

#addtocart
{
    margin: 0 0 20px 0;
    padding: 10px;

    color: #333;
}

@media screen and (max-width: 767px)
{
    #addtocart
    {
        margin: 20px 0;
    }
}


#engine_2 #addtocart h3
{
    font-size: 1.8em;

    color: #666;
}

#engine_2 #addtocart label
{
    font-size: 1.1em;
    font-weight: 400 !important;

    width: 30%;
}

#engine_2 #addtocart input
{
    font-size: 1.2em;

    width: 30px;
    margin: 0 0 4%;
    padding: 2px;

    border: 1px solid #666;
}

#engine_2 #addtocart select
{
    font-size: 1.4em;

    width: 100%;
    margin: 2% 0 5%;
}

#engine_2 #addtocart a.button
{
    margin: 0;
}

#engine_2 #addtocart .red-alert
{
    font-size: 11px;
    font-weight: normal;

    margin: 0 0 10px 0;
}

div.disqus
{
    margin-top: 5%;
}

/*********************
 ALERTS
*********************/

.red-alert,
.green-alert,
.grey-alert
{
    font-size: 14px;

    margin: 4% 0;
    padding: 2%;

    color: #333;
}

.red-alert
{
    border: 1px solid #c00;
    background-color: #f6edf1;
}

.green-alert
{
    border: 1px solid #393;
    background-color: #dcf3da;
}

.grey-alert
{
    border: 1px solid #c3c3c3;
    background-color: #fdfdfd;
}


/*********************
 ADSERVER
*********************/



.adserver h2
{
    padding: 10px;

    color: #fff;
    background: #696360;
}


/*********************
 GALLERY
*********************/



#engine_18 .container
{
    max-width: 100%;
}

#engine_18 .container.thumbs .row .col
{
    margin-bottom: 15px;
}

#engine_18 .listitem h3
{
    /*font-family: "fira-sans";*/
    font-size: 2em;

    position: absolute;
    bottom: 2.8%;

    margin: 0 15px;
    padding: 2%;

    color: #fff;
    /*width:100%;*/
    background: url('/core/structure/alpha_tiles/black_30.png');
    /*text-shadow: #000 1px 1px 1px; */
}



/*********************
 CONTACT BASIC
*********************/

#engine_43 label
{
    display: block;

    margin: 0 0 3px;
}

#engine_43 input,
#engine_43 textarea
{
    width: 100%;
}


/*********************
 SELECT MENUS
*********************

/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
.formrow select
{
    font-size: 1.1em;
    font-weight: normal;

    overflow: hidden;

    width: 100%
    margin: 20px;
    padding: 2px 10px;
    padding: 5px 10px;

    -webkit-user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #eee;
    color: #555;
    border: 0;
    border: 1px solid #aaa;
    -webkit-border-radius: 2px;
    background: transparent;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
    background-repeat: no-repeat;
    background-position: 97% center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);

    -webkit-appearance: none;
    -webkit-appearance: button;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
}
