/*
Theme Name: Студия дизайна
Author: 
Version: 1.0
*/

.features__img {
    height: auto;
}
.btn--black:disabled {
    background: #666 !important;
    color: #999 !important;
    cursor: default;
}
div.wpcf7-response-output {
    margin: 15px auto 0;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    border-width: 1px;
    display: none !important;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
}
.page-projects__more {
    position: relative;
}
.page-projects__more:after {
    content: '';
    display: block;
    width: 49px;
    height: 49px;
    background: url(img/spinner.svg) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: -50px;
    display: none;
}
.page-projects__more.loading:after {
    display: block;
}

/* CUSTOM WordPress */
pre {
	width:96%;
	padding:2%;
	background:#fff;
	color:#000;
	font-style:normal;
	font-weight:400;
	font-size: 12px;
	line-height: 12px;
    text-align: left;
    clear: both;
}
/* END custom WordPress */