.about_wrapper .block .bg_image.first {
    min-height: 350px;
}

.menu-toggle,
.wpcf7-submit {
    cursor: pointer;
}

.projects .project .image_section img:hover {
    transform: scale(1.05);
}

.hover-anim {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000;
}
.hover-anim span {
    line-break: auto;
}

.hover-anim:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-anim:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.gform_wrapper .gform_fields {
    grid-row-gap: 25px !important;
}

.gform_wrapper form input {
	margin-bottom: 10px !important;
    border: none !important;
	border-bottom: 1px solid #707070 !important;
    height: auto !important;
}

.gform_wrapper form input, .gform_wrapper form textarea {
	font-size: 1.8rem !important;
	text-transform: uppercase !important;
	color: #000 !important;
	padding: 10px 0 !important;
	letter-spacing: 1px !important;
	font-weight: 200 !important;
	font-family: "Silka",sans-serif !important;
	width: 100% !important;
	box-shadow: none !important;
	border-radius: 0px !important;
    line-height: 1 !important;
}

.gform_wrapper form textarea {
    border: none !important;
    min-block-size: 10rem !important;
}

.gform_wrapper input::placeholder, .gform_wrapper textarea::placeholder {
	line-height: 1;
}

.gform_wrapper .gform_footer {
    width: fit-content;
}

.gform_wrapper .gform_footer .gform_button {
    background: #cdbca0 !important;
    border-radius: 100px !important;
    padding: 10px 40px !important;
    text-decoration: none !important;
    font-family: "Silka" !important;
    font-weight: 400 !important;
    color: white !important;
    font-size: 1.5rem !important;
    box-shadow: none !important;
    border: none !important;
}

.gform_validation_errors {
    display: none !important;
}

@media only screen and (max-width: 1400px) {
    .gform_wrapper form input, .gform_wrapper form textarea {
        font-size: 1.5rem !important;
    }
    .gform_wrapper .gform_fields {
        grid-row-gap: 15px !important;
    }
    .gform_wrapper .gform_footer .gform_button {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .gform_wrapper form input, .gform_wrapper form textarea {
        font-size: 1.3rem !important;
    }
}


@media only screen and (max-width: 475px) {
    .front_page_wrapper .info_section .project_titles .project_title {
        word-wrap: break-word;
    }

    .front_page_wrapper .info_section .project_titles .project_title,
    .main-navigation .menu_container .menu_bottom_wrapper {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 768px) {
    .single article.project {
        padding-top: 0;
    }

    .single article.project .media_container {
        margin-top: 80px;
    }

    .single article.project .content_container {
        position: relative !important;
    }
}
