/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Description:    Neve is a super fast
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, 
*/


/* general */
body a {
cursor: pointer;
text-decoration: none !important;}

/* font */


.container h3 {
padding: 0.5rem 0.8rem;
    margin: 0 0 1.2 0;
    line-height: 1.2;
    border-bottom-width: 1px;
    border-left-width: 3px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #0b318f;
    border-left-color: #0b318f;
    color: #0B318F;
    font-weight: 600;
}


/* navigation */


/* sidebar navigation */
.blog-sidebar p.widget-title {
    background-image: url(https://www.funai.us/wp-content/uploads/funai-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: 23px;
    padding: 7px 0 5px 15px;
    margin: 0 0 20px 0;
    color: #0B318F;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #0B318F;
}

.blog-sidebar ul li {
    padding: 0.2rem 0 0.5rem 1rem;
line-height:1.2;
    list-style-type: none !important;
}

.blog-sidebar ul li:before {
margin: 0 0 0 -1rem;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    color: #f73b6d;
}


.blog-sidebar .post-date {display:block;}


/* footer */
footer,
.footer-bottom-inner {background-color:#000 !important;}



/* table */
table tr:nth-child(2n+1) {
    background-color: #f5f9fd;
	}











/* design */
a .fa-file-pdf-o {color:#dd0000;}

.excerpt-wrap ul, .nv-content-wrap ul {
    list-style-image: url(https://www.jlgc.org/cms/wp-content/uploads/arrow_cat_curr-1.png);
    list-style-type: none;
}

.linkArea{
position: relative;
width:;
height:auto;
}

.linkArea a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.linkArea:hover {
	color: #C00;
}

