body.pagelayer-body {
    margin-bottom: 0;
}

.pagelayer-wp-title-img {
	max-width: 80px;
}

.more {
	color: #3382a6!important;
}

/*google map*/
.pagelayer-google-maps-holder {
	line-height: 0;
}

/*contact form*/
.wpcf7 form span input, .wpcf7 form span select, .wpcf7 form span textarea {
		font-family: Poppins;
		width: 100%;
    line-height: 25px;
    min-height: 25px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-style: solid;
    border-color: #212121;
    -webkit-transition: all 400ms;
		transition: all 400ms;
}
.wpcf7 form span input, .wpcf7 form span select, .wpcf7 form span textarea, .wpcf7 form span input[type="checkbox"] + label:before {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.wpcf7-submit {
		font-family: Poppins;
    text-decoration-style: Solid !important;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    background-color: #ffffff;
    color: #3382a6ff;
    -webkit-transition: all 400ms !important;
    transition: all 400ms !important;
    border-style: solid;
    border-color: #3382a6ff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
		margin-top: 8px;
		cursor: pointer;
}
.wpcf7-submit:hover, .wpcf7-submit:active {
	color: #ffffff;
	background-color: #3382a6ff;
}