/************************************************************
 * WP Addons Plugin
 * Copyright (c) 2014 Kevon Adonis
 * www.kevonadonis.com																										*
 ************************************************************/

.item_listing{
    margin-bottom: 20px;
}
.item_listing_mini{
    margin-bottom: 10px;
    border-bottom: 1px dotted #777;

}
.item_title{
    color: #9662D4 !important;
}
.item_title a:hover{
    color: #0079CA !important;;
}
.item_title_mini{
    color: #9662D4 !important;
    padding: 4px 0px;
}
.item_title_mini:hover{
    color: #0079CA !important;;

}
.item_date{
    display: block;
    font-style: italic;
    font-size: small;
    color: #777;
}
.item_more {
    background: none repeat scroll 0% 0% #F9f9f9;
    color: #9662D4;
    border-radius: 4px;
    border: 1px solid #F3f3f3;
    display: block;
    width: 100px;
    text-align: center;
}

.item_more:hover {
    background: none repeat scroll 0% 0% #F2f2f2;
    color: #0079CA;
    border-radius: 4px;
    border-color: #F3f3f3;
}

.item_more_back:before {
    content: "\f474";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: top;
     padding: 5px;
    margin-right: 5px; /* you can tweak the gap */
    color: #0079CA;
    background-color: white; /* in case you want a color... */
}

/*resources display*/
.resource_entry{
    padding: 1%;
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.resource_entry:hover{
    background: #fafafa !important;
}
.resource_entry a:before {
    content: "\f132";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: top;
    margin-right: 5px; /* you can tweak the gap */
    color: #9662D4;
}
.resource_entry a:hover:before {
    content: "\f310";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: top;
    margin-right: 5px; /* you can tweak the gap */
    color: #0079CA;
}
.more_info{
    font-size: 14px;
    padding-left: 5px;
    font-weight: normal;
}
.more_info a:hover{
    color: #004567 !important;
}
/* end resources*/


