
/*
 Theme Name:   Hueman Child theme for MVERA
 Theme URI:    https://mvera.org.uk/mverachild
 Description:  Hueman Child Theme for MVERA
 Author:       Shelley Harrington
 Author URI:   https://mvera.org.uk
 Template:     hueman
 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:  mverachild
*/

/* lots of other styles in the Customise CSS block, saved in my MVERA file */


/*remove titles from columns

.page-title {
    display: none;
}
*/

.hu-image-placeholder { display: none; }


/* text color */
p {
  color: #000066;
}

/* widget caption styling */
.widget>h3 {
	color: #000066;
	text-align: center;
}

/* hide post category in main section
.post-meta.post-category {
display: none;
} 
.post-meta group .post-date {
    display: none;

}
*/
/* change h1 single post title */
.single .post-title {
    font-size: 1.62em;
    letter-spacing: -1px;
    line-height: .1em;
    color: #000066;
}
/* change h2 single page title 
.entry h2 {
    font-size: 1.5em;
    letter-spacing: -.7px;
    text-align: center;
    color: #000066;
}
*/

/*change width of left sidebar 3 cols 
.sidebar.s1 {
width: 200px;
}
.col-3cm .sidebar.s1 {
float: left;
margin-left: -200px;
}
.col-3cm .main-inner {
	padding-left: 200px;
	background-color:#eaebff;
}
*/
/*change width of left sidebar 2 cols 
.col-2cr .main-inner {
    padding-left: 200px
}
.col-2cr .sidebar.s1 {
    float: left;
    margin-left: -200px
}
.col-3cm .container-inner > .main::before {
    left: 0;
    padding-left: 340px
}
*/

/*change background color of page */

.content {
background-color: #DEDFFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #000055;
}

/* remove minimum height when browsing posts */

.main-inner {
     min-height: 0px
}
/*
.content.content {
     height: 0px
}
*/