/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* header */
li.astm-search-menu {
	padding-top: 10px;
	padding-left: 10px;
}

#breadcrumb span {
	font-size:14px;
}

.hfe-nav-menu .sub-menu {
    min-width: unset;
}
#menu-item-1182 .sub-menu {
    width: 150px!important;
}

#topbar a {
	color:#ffffff!important;
}

#topbar a:hover {
	text-decoration:underline;
}

ul {
	margin-bottom:20px;
}

ul li {
	margin-bottom:15px;
	list-style-type:square;
}


/* footer */
footer ul {
	margin: 0;
    padding: 0;
}
footer li {
	list-style-type: none;
    margin-bottom: 10px;
}

footer #copyright a {
	color:#ffffff!important;
}

footer #copyright a:hover {
		text-decoration:underline;
}

footer i, p i, td i {
	color:#ff984a;
}

header p i {
	color:#ffffff;
}

.nf-form-fields-required {
	font-size:14px;
	text-align:right;
	color:#999999;
}

/* css for news page */
.listing-item {
	clear:both;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: 1px solid #e5e5e5;
}

.listing-item a.image img {
	float:left;
	margin-right:20px;
	width:100px;
	border-radius: 8px;
}
.listing-item span.excerpt {
	display:block;
}

/* css for single post */
.site-main.type-post {
	max-width:960px!important;
}

.nav-links .page-numbers {
	padding: 0px 5px;
}

/* sidebar menu */
#sidebar li {
    border-bottom: 1px dotted #ececec;
    margin-bottom: 15px;
    padding-bottom: 15px;
	list-style:none;
}

#sidebar li li {
    border: none;
    margin: 0 0 0 5px;
    padding: 0;
	list-style:none;
}

#sidebar .menu li a {
    font-size: 16px;
	text-decoration:none;
}

#sidebar .menu li.current-menu-item a {
  color:#292929;
font-weight:500;
}

#sidebar ul {
	margin:0px;
	padding:0px;
}

#sidebar .menu li li a {
    font-size: 14px;
	text-decoration:none;
	color: #292929;
}

.wp-caption-text {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #666666;
}