/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Poppins%3A600%2C200%2C400%2C300%2C700');
/* Greenhouse Styles start */

div#wrapper {
    height: 100vh;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 0px 10px;
    min-height: 100%;
    height: 100vh;
}


/*#wrapper h1{
	display: none;
	text-align: center;
}

.accessible #logo, .accessible #content{
	display: none;
}*/

#board_title{
	display: none;
    text-transform: none;
    line-height: 36px;
    font-weight: 400;
    font-size: 38px;
    color: #ff4612;
    text-align: center;
}

.level-0{
	font-size: 16px;
    color: #555555;
    line-height: 1.35em;
}

.level-0:not(:first-of-type){
    border-top: 1px solid lightgrey;
}
/*.child.level-1{
	border-top: 1px solid lightgrey;
}*/

.level-0 a{
	text-decoration: underline;
	color: #555555;
}

.opening a {
    font-size: 14px;
    font-family: "Poppins";
    line-height: 2.5em;
    font-weight: 400;
}

.level-0 a:hover{
	text-decoration: underline;
	color: #ff4612;
}

.accessible .level-0 h2, .accessible .level-0 h3, .accessible .level-0 h4, .accessible .level-0 h5, .accessible .level-0 h6 {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.level-0 h3{
	color: #ff4612;
	font-family: "Poppins";
    font-size: 16px;
    line-height: 10px;
    font-weight: 400;
    
}

.level-0 h4{
	color: #000000;
	font-family: "Poppins";
    font-size: 16px;
    line-height: 10px;
    font-weight: 400;
    
}

.level-0 .child{
	margin-left: 0px;
}

.location{
	color: #555555;
	font-family: "Poppins";
	float: right;
	font-size: 14px;
}

.opening br{
	display: none;
}

@media only screen and (max-width: 767px) {
	.opening br{
		display: inline-block !important;
	}
	.location{
		float: left !important;
		margin-bottom: -15px !important;
	}
	.opening {
	    margin-bottom: 45px !important;
	}
	#board_title {
	    font-size: 24px !important;
	    margin-bottom: 45px;
	}
	.opening a {
	    font-size: 14px !important;
	}
	.level-0 h3{
	    line-height: 20px !important;
	    
	}

	.level-0 h4{
	    line-height: 20px !important;
	    
	}
	.accessible #content {
	    margin-top: 30px !important;
	}
}

/* Greenhouse Styles end */



