.wp-block-contact-form-7-contact-form-selector {
    margin:0 auto;
    max-width: 1600px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 0 16px 16px;
    overflow: hidden; }
.wp-block-contact-form-7-contact-form-selector h2 {
    margin-top: 20px;
    font-size: 28px; }
.wp-block-contact-form-7-contact-form-selector input, form textarea {
    margin-top: 6px;
    width: 300px;
    max-width: 100%;
    border: 1px solid gray;
    border-radius: 2px; }
.wp-block-contact-form-7-contact-form-selector input {
    height: 24px;
    padding: 0 8px; }
.wp-block-contact-form-7-contact-form-selector textarea {
    height: 8em;
    padding: 4px 8px; }
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    width: 128px;
    max-width: 100%;
    height: 24px;
    border-radius: 2px;
    font-size: 16px;
    background-color: #298998;
    color: white;
    cursor: pointer; }
    
 .staff-list-single-section  {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px 40px;
    /* background-image: url(./assets/headline.jpg); */
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat; }
.staff-list-single-section img.avatar {
    margin: 40px 16px 0;
    width: 150px;
    height: 150px;
}
.staff-list-single-section div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    padding: 0 16px; }
.staff-list-single-section p.name {
    font-size: 32px;
    line-height: 32px;
    margin: 16px 0 2px 0;
    color: white; }
.staff-list-single-section p.title {
    margin-top: 2px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: white; }
.staff-list-single-section p.desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 16px;
    color: white; }
.staff-list-single-section ul {
    display: flex;
    flex-wrap: wrap; }
.staff-list-single-section ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px 4px 0 0;
    width: fit-content;
    height: 20px;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 16px;
    background-color: #e0e0e0; }
.staff-list-single-section p.contact {
    font-size: 16px;
    margin-bottom: unset;
    color: white;
    margin-top: 4px; }
    
article{
    margin:0 auto;
    max-width: 1600px;
    padding: 0 16px;
    overflow: hidden; }
article h2 {
    margin-top: 20px;
    font-size: 28px; }
article p {
    margin-top: 12px;
    font-size: 16px; }
    
.site-content {
    padding-top: unset;
}

.container {
    margin: 0 auto;
    padding: unset;
    max-width: none;
    width: 100%;
}

article,.wp-block-contact-form-7-contact-form-selector,.header-main{
	max-width: 1200px;
}
.staff-list-single-section{
	/* background: url(assets/bg.jpg) repeat-x top center/auto 272px ; */
	display: block;
	padding: 0;
}
.staff-list-single-section .staff{
	margin-top: 0;
    margin: -80px auto 0 auto;
	max-width: 1200px;
}
.staff-list-single-section .staff .avatar{
    z-index: 1;
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin: 0;
}
.staff-list-single-section .staff .info{
	padding-left: 5px;
	margin-top: 18px;
	
}
.staff-list-single-section .staff .name{
	font-size: 28px;
	font-weight: 700;
	color: #000000;
}
.staff-list-single-section .staff .title{
	font-size: 20px;
	color: #000000;
}


.about{
	margin-top: 40px;
    margin-bottom: 40px;
}
.about .t{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.about .con{
	font-size: 16px;
	line-height: 24px;
	/* max-width: 666px; */
	margin: 0;
}




.contact{
    position: absolute;
    top: 370px;
    left: 50%;
}
.contact .t1{
	display: none;
}
.contact .t{
	font-size: 18px;
	font-weight: 700;
}
.contact .con{
	font-size: 15px;
	margin: 0;
}
.contact .m{
	height: 12px;
}
#content{
    position: relative;
}

.wp-block-contact-form-7-contact-form-selector{
	margin-top: 20px;
}
.wp-block-contact-form-7-contact-form-selector input[type="text"],.wp-block-contact-form-7-contact-form-selector input[type="email"], form textarea{
	width: 100%;
	max-width: 666px;
	height: 40px;
	line-height: 50px;
	border:none;
	border-bottom: #e3e3e3 1px solid;
	background-color:transparent;
	outline: none;
	font-size: 15px;
	padding-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #e3e3e3;
}

.wp-block-contact-form-7-contact-form-selector input::-moz-placeholder,form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e3e3e3;
}
.wp-block-contact-form-7-contact-form-selector input:-ms-input-placeholder,form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #e3e3e3; 
}

@media screen and (max-width: 600px){
    .staff-list-single-section{
    	/* background: url(assets/bg.jpg) repeat-x top center/auto 150px ; */
    	padding: 0;
    }
    .staff-list-single-section .staff{
    	padding-top: 32px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: column;
    }
    .staff-list-single-section .staff .avatar{
    	width: 140px;
    	height: 140px;
    	overflow: hidden;
        z-index: 1;
    }
    .staff-list-single-section .staff .info{
    	padding: 0;
    	padding-left: 5px;
    	margin-top: 8px;
    	text-align: center;
    }
    .staff-list-single-section .staff .name{
    	font-size: 22px;
    	font-weight: 700;
    	margin: 0;
    }
    .staff-list-single-section .staff .title{
    	font-size: 14px;
    	color: #e0e0e0;
    }
    
    
    .about{
    	margin-top: 20px;
    	
    }
    .about .t{
    	font-size: 20px;
    	font-weight: 700;
    	margin-bottom: 10px;
    }
    .about .con{
    	font-size: 16px;
    	line-height: 1.3;
    	font-weight: 700;
    	max-width: 666px;
    }
    
    
    
    
    .contact{
    	position: static;
    	
    	padding-top: 30px;
    }
    .contact .t1{
    	display: block;
    	font-size: 20px;
    	font-weight: 700;
    	margin-bottom: 10px;
    }
    .contact .t{
    	font-size: 12px;
    	font-weight: 400;
    	color: #1e96a0;
    }
    .contact .con{
    	font-size: 16px;
    }
    .contact .m{
    	height: 8px;
    }
    
    .wp-block-contact-form-7-contact-form-selector h2{
		font-size: 20px;
		font-weight: 700;
	}
}
