/*  похожее */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    margin: 5px;
}

p.jp-relatedposts-post {
    padding: 15px 20px;
    border-radius: 30px;
    background: #fafafa;
}

/*  похожее */



/*  прайсов */

.tablepress tfoot th, .tablepress thead th {

    border-radius: 50px;
    border: none;
    padding-left: 5%;
}


.tablepress tbody td, .tablepress tfoot th {
    border: none;
}
/*  прайсов */



/* примеры работ */




.display-posts-listing li.listing-item {
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 50px;
    margin: 10px;
    padding: 8%;
    text-align: center;
    box-shadow: #e3e3e3 0px 5px 15px;
    max-width: 320px;
}

.display-posts-listing li.listing-item img {
    border-radius: 20px;
    text-align: center;
    margin: auto;
	    margin-bottom: 15px;
}

.display-posts-listing li.listing-item a.title {
    color: black;
    font-weight: bold;
	margin: 0 5px;
}

/* примеры работ */


.single-post .content .aux-medium-context .entry-main .entry-header {
    visibility: hidden;
}


/* Введите сюда Ваш CSS код

@media only screen and (max-width: 767px) .elementor-135 .elementor-element.elementor-element-c63e02d .elementor-widget-container {
    background-image: url(/wp-content/uploads/2021/02/menuico.png);
    min-width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
 */

.single-post input[type=text]{
    background-color: #EFEFEF;
    border: none;
    border-radius: 25px;
    padding: 29px 0 28px 39px!important;
    margin-top: 25px;
}

.single-post input[type=text]::placeholder {
  color: #777;
font-style: normal;
}


blockquote {
    border: none;
    background-color: rgb(76 175 80 / 12%);
    color: inherit;
    font-style: normal;
    font-size: 10pt;
}