/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*Main body background color change - LC 4.25.2018*/
.hentry {
	background-color: #0a0c0c;
}

/*entry title color change - LC 4.25.2018*/
h1.entry-title {
	color: #828282;
}

/*site title color change - LC 4.25.2018*/
.site-title a, .site-title a:visited {
	color: #99cc00;
}

/*paragraph text colour*/
.entry-content p {
	color: #b1b1b1;
}

/* remove border from images */
.entry-content img {
	border: none;
}

/*h3 heading color*/
h3 {
	color: #99cc00;
}

/*h2 color*/
h2 {
	color: #99cc00;
}

h1.entry-title {
	color: #9c0;
}

/* custom CSS for the footer */
.footer-widgets {
    background: #222;
    color: #a0a0a0;
}
/**
 * Change TablePress background color
 * 4385487-hc (rf)
 */
.tablepress thead th,
.tablepress tfoot th {
	background-color: #000;
	color: #fff;
}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #99cc00;
	color: #000;
}
.tablepress .even td,
.tablepress .odd td {
	background-color: #000;
	color: #fff;
}
.tablepress .row-hover tr:hover td {
	background-color: #333;
	color: #fff;
}
.dataTables_wrapper .dataTables_filter label {
	color: #fff;
}

.contact-form label {
  color: white;
}
.textwidget img {
  padding: 3px;
}

/* Aluminium & Bronze heading smaller | 32187489-HC DZ */
.page-id-72 .site-title {
      font-size:40px;
}
/* Aluminium & Bronze heading smaller | 32187489-HC DZ */
.page-id-72 .entry-title {
      font-size:36px;
}

/* Reduce gap between page title and page content | 32283725-hc AR */

.entry-title {
	margin-bottom: -60px;
}
.page-id-72 h2 {
  font-size: 22px;
}
/* Reduce gap between homepage page title and page content | 32283725-hc AR */

.home .entry-header h1{
     margin-bottom: -60px;
}
/* remove top padding from site title | 32324432-hc eD */
.site-title {
	padding-top: 0;
}

/* Adjust the size and alignment of imgage in the sidebar widgets -34252182-hc - SM*/
#secondary #block-3 .wp-block-image img {
	width: 200px;
}

#secondary #block-5 .wp-block-image {
	width: 200px;
	margin: 0 auto;
}