/*
Theme Name: calc Child
Theme URI: 
Author: 
Author URI: 
Template: calc
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.acalc-front {
    margin-bottom: 20px;
}
tr:nth-child(2n+1) {
	background: #f4f4f4
}
.post-card--small {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
    .post-card--small {
        margin-bottom: 10px;
    }
}
.post-card .post-card__title a:hover {
	color: #e4620b;
}
.entry-content blockquote.quote {
	background: linear-gradient(to right, #f9e9de 0, #fee0cc 100%);
	border-left: 3px solid #e4620b !important;
	padding-left: 20px !important;
}
.entry-content blockquote.quote:before {
	content: none;
}
.entry-meta .entry-label {
    display: contents;
}
.entry-meta .entry-views:before, .entry-meta .entry-date:before {
	font-size: 1.2em;
}
.entry-meta .entry-views, .entry-meta .entry-date {
	padding-left: 1.7em;
}
.entry-meta time, .entry-meta .js-views-count {
	font-size: 0.8em;
	font-weight: 700;
}
.entry-meta {
	justify-content: left;
	font-weight: normal;
}
.entry-meta .entry-date {
	margin-right: 0;
}
.cats_block {
    display: flex;
    flex-wrap: wrap;
}
.cat_info {
	width: 33.3%;
	padding: 5px 5px;
	position: relative;
}
.cat_title {
    font-weight: bold;
    font-size: 23px;
	background: linear-gradient(90deg, #e0460a, #e58a46);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #e0460a;
    margin-left: 25px;
}
.cat_desc {
    font-size: 15px;
	margin-left: 25px;
}
.cat_info i {
	position: absolute;
	color: #e0400a;
	top: 15px;
}
.wpcf7 input, .wpcf7 textarea {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
label {
    margin-bottom: 1rem;
}
.wpcf7 textarea {
    width: 100%;
    height: 150px;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
	border-color: #e0460a;
	background-color: #e0460a;
	-webkit-box-shadow: 0 15px 35px -16px rgba(0, 0, 0, .9);
    box-shadow: 0 15px 35px -16px rgba(0, 0, 0, .9);
	color: #fff;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	padding: 5px 15px;
}