/*
Theme Name: GV Lingua Child Theme
Theme URI: http://lingua.globalvoices.org/
Description: Child theme for the generic gv-project-theme for Lingua project site
Version: 0.1
Author: Jer Clarke
Author URI: http://globalvoices.org/
Template: gv-theme
*/

#WHITE-TEXT,
.header-container .a11y-dialog-open,
.header-nav-bar-container .header-nav-bar a,
.header-nav-bar-container .header-nav-bar a:active,
.header-nav-bar-container .header-nav-bar a:hover,
.white-text {
	color: #fff;
}
#LIGHT-RED-TEXT,
.error,
.edit a:hover,
#comments .edit a:hover,
#cancel-comment-reply-link:hover,
.warning a:hover {
	color: #d90202;
	}
#TEAL-BACKGROUND,
.header-container,
.header-nav-bar-container,
.green-background {
	background-color: #00A69C;
}
#TEAL-HIGHLIGHT-BORDER,
.header-nav-bar li,
.green-hightlight-border {
	border-color: #008e85;
}

#header {
	margin-top: 0;
}


.site-title {
	width: 300px;
	max-width: 300px;
	padding: 0;
	position: relative !important; /*for site-title-img abs pos*/
	margin-bottom: 1px;

	margin-top: 0;
	margin-bottom: 0;
	}

.header-content {
margin-bottom: .375rem;
}

@media
/*only screen BIGGER THAN 1008px {*/
only screen and (min-width: 1008px) {


}
@media
/*only screen and (max-width: 960px) {*/
only screen and (max-width: 1008px) {

}
/*Anything smaller than 720px*/
@media
only screen and (max-width: 720px) {	
	.site-title {
		width: 240px;
		max-width: 240px;
	}
}
@media
only screen and (max-width: 600px) {
	.site-title {
		width: 160px;
		max-width: 160px;
	}
}
