/*
 Theme Name: NewsPondChild
 Theme URI: http://parkliving.co/
 Description: This is a custom child theme based on the NewsPond theme.
 Author: ParkLiving.CO
 Author URI: http://parkliving.co/
 Template: NewsPond
 Version: 1.0
*/

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

body {background:none;}

#header {height:auto; padding: 0 0;}

.menu-secondary li a {font-size: 0.85em;}

#top-social-profiles {display:none;}

.logo h1.site_title a {font-family:Impact, Charcoal, sans-serif; font-size:0.5em; font-weight:400; color:#F5690D;}

.post-box {height:auto;}

.post-box p{margin: 0px 0px;}

.meta_tags {display:none;}

.meta_comments {display:none;}


.wp-pagenavi span.pages {
    color: #333333;
    background: none;
	}
	
.wp-pagenavi a, .wp-pagenavi span {
	font-family: 'Lato', sans-serif;
	font-weight:600;
    text-decoration: none;
    margin: 4px 0.5px;
    font-size: 11px;
    line-height: 15px;
    float: left;
}

/* ************************************ */
/* Custom CSS For Forms */
/* ************************************ */

input[type=text], input[type=textarea], input[type=email], input[type=password], input[type=checkbox], select{
padding:0.75em;
border: 1px solid #ccc;
border-radius:0.25em;
}

input[type=button], input[type=submit], input[type=reset] {
background-color:#4CAF50 !important;
border: 1px solid #3e8e41 !important;
border-radius:0.25em;
color:#fff;
padding:0.5em 1em;
margin: 1em 0;
cursor:pointer;
}

/* ************************************* */
/* Custom CSS For Simple Lightbox Plugin */
/* ************************************* */
/* Hide image caption on post (caption shows only in lightbox poop-up) */
.gallery-caption {display: none;}


/* ************************************ */
/* Custom CSS For Theme My Logion Plugin */
/* ************************************ */
.tml .tml-action-links li a {
background-color:#EFEFEF;
border: 1px solid #D6D6D6;
font-size:700;
border-radius:0.25em;
cursor:pointer;
color:#444;
padding:0.5em 1em;
}


/* ************************************ */
/* Custom CSS For PMPro Plugin */
/* ************************************ */

#pmpro_account-profile {display:none;}

#pmpro_account-invoices {display:none;}



/* ************************************  */
 /*Custom CSS for HR-news category page */
/* ************************************  */

.category-news-hr {width:99%; margin-left:0px;border-bottom:solid 1px #eee}

.category-news-hr .post-wrap div:first-child {margin-left: 0px}

.category-news-hr .title {font-size:13px;}

.category-news-hr .entry {color: #333333; 

    margin: 0 0 10px 0;

    padding: 0;

    font-family: 'Lato', sans-serif;

    font-size: 13px;

    line-height: 18px;

    font-weight: normal;

}
/* --------------------------------------------- END --------------------------------------------- */