/*
 Theme Name:   Karuna Child
 Theme URI:    http://www.tutor4success.uk/karuna-child/
 Description:  Karuna Child Theme
 Author:       Critical Path Software Ltd
 Author URI:   http://www.accuroute.co.uk
 Template:     karuna
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.custom-header {
    display: none;
}

.home .custom-header {
    display: inline-block;
}

.qual-grp {
	display: block;
	margin-bottom:0.5em
}
@media screen and (min-width: 768px) {
	.page-template-front-page .site-main > .hentry:first-of-type .entry-content {
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	#myportrait {
		max-width:10%;
		display:inline;
	}
	
	.main-navigation a {
		padding: 0.2em 0 0.2em 0.5em;
	}
}

.form-field .after {
	font-style: italic;
	font-size: 1.0rem;
}

.form-field label {
	font-weight: bold;
}

#myportrait {
	border-width: 5px;
	border-style: outset;
	border-color: #6636CC;
	max-width:100%;
	display:block;
}

#secondary {
    background-color: greenyellow;
    border: 2px solid purple;
}

#contactform {
    padding: 10px;
    background-color: lightgrey;
}

.boldred {
	font-weight:bold;
	color:red;
}

.boldgreen {
	font-weight:bold;
	color:yellowgreen;
	font-size: 1.5rem;
	padding-top: 0.5cm;
}
.widget-title {
    color: yellowgreen;
}

.small-italic {
	font-style: italic;
	font-size: small;
	color: black;
	margin-bottom:50px;
	margin-top:-20px;
}
.bottom-line {
    border-bottom: 1px solid #6636cc;
}