/*
 Theme Name:     ProChop Child Theme
 Theme URI:      http://vsechop.online/
 Description:    A child theme of ProChop
 Author:         ProChop
 Author URI:     http://vsechop.online/
 Template:       prochop
 Version:        1.4
*/

/****************************************
*** Theme customization starts below ***
*****************************************/

body {
	background-color: #f5f5f5;
}

@media (min-width: 1280px){
	.container {
		max-width: 1240px;
	}
}
.navbar-brand a img {
    width: 15rem;
}

header#masthead {
    background-color: #fff;
    box-shadow: 0 0.5rem 9rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    padding: 1rem 1rem;
}

a {
    color: #007a6c;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ef4e96;
    text-decoration: underline;
}


.btn-link {
    color: #007a6c;
}

.btn-link:hover {
    color: #ef4e96;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    color: #3b3b3a;
    font-weight: 600;
	display: inline-block;
}

h1:after, .h1:after, h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after {
    content: '';
    display: block;
    width: 30%;
    height: 4px;
    background: #ffc30f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 0 0;
	-moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

a h1:hover:after, a .h1:hover:after, a h2:hover:after, a .h2:hover:after, a h3:hover:after, a .h3:hover:after, a h4:hover:after, a .h4:hover:after, a h5:hover:after, a .h5:hover:after, a h6:hover:after, a .h6:hover:after{
    width: 50%;
}

h1.entry-title {
    border-bottom: none;
    font-size: 2rem;
}

.h2, h2 {
    font-size: 1.5rem;
    margin-top: 20px;
}

h2.entry-title {
    border-bottom: none;
}
.h3, h3 {
    font-size: 1.3rem;
}
.h4, h4 {
    font-size: 1.2rem;
}
.h5, h5 {
    font-size: 1.1rem;
}
.h6, h6 {
    font-size: 1rem;
}

/*** Navigation ***/

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #007a6c;
	font-family: 'Nunito', sans-serif;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 1.3rem;
    /* background: #dfdfdf; */
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #ef4e96;
    font-weight: 600;
    /* background: #333366; */
}

/* Слайдер OWL*/
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
  .owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/* Архив новостей */

.category h2.entry-title {
    margin-top: 30px;
}

.category h2.entry-title a{
    color: #007a6c;
}

.category h2.entry-title a:hover{
    color: #ef4e96;
    text-decoration: none;
}

.single-post .entry-meta {
    margin-bottom: 20px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.comments-title {
    font-size: 1.5rem;
}

.form-submit input[type=submit] {
    color: #fff;
    background-color: #007a6c;
    border-color: #007a6c;
	border-radius: 0;
}

.form-submit input[type=submit]:hover {
    background-color: #ef4e96;
    border-color: #ef4e96;
} 

a.comment-reply-link {
    color: #fff;
    background-color: #007a6c;
    border-color: #007a6c;
	border-radius: 0;
}

a.comment-reply-link:hover {
    background-color: #007a6c;
    border-color: #007a6c;
}
/* Слайдер новостей на главной */

.hot-news-block {
    position: relative;
}

.news-trailer {
    position: absolute;
    top: 15px;
    left: 0px;
    padding: 5px 10px 5px 10px;
    background: #ef4e96;
    color: #fff;
    /* margin-right: 15px; */
    width: max-content;
}

.news-trailer a {
    color: #fff;
}

.top-news-block {
    width: 100%;
 /*   height: 100%; */
    min-height: 350px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

#top-news a.top-news h3 {
    font-size: 33px;
}

a.top-news {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
	flex: 1 0 auto;
}

a.top-news h3 {
    font-size: 23px;
    margin-top: auto;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}


a.top-news:hover {
    text-decoration: none;
    background: rgba(0, 122, 108, 0.9);
}

a.top-news:hover h3:after {
    width: 80px;
}
/* Карточка */
/* Режим дня */

.operating-mode {
    justify-content: space-between;
    display: flex;
}

.day-item {
    flex: auto;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-left: none;
}

.day-item:nth-child(1)  {
    border-left:  1px solid #000 !important;
}

.mode-o {
    background: #effdde;
}

.mode-c {
    background: #fddede;
    min-width: 14%;
}

.mode-den {
    border-bottom: 3px solid #0080cc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mode-day {
    border-bottom: 3px solid #00cc23 !important;
}
/* блоки */
.basic-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.general-info {
    margin-bottom: 30px;
}

.address-map {
    margin-bottom: 30px;
}

.contact-reviews {
    margin-bottom: 30px;
}

.reviews-section h2.glsr-title {
    margin-top: 0;
}

.general-phone, .general-site {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.general-phone i, .general-site i {
    color: #007a6c;
    font-size: 30px;
    margin-right: 15px;
}

.address-org i, .address-stations i {
    color: #007a6c;
}

.general-phone span {
    font-size: 22px;
    /* font-family: 'Nunito', sans-serif; */
}

.general-site a {
    font-size: 20px;
}

.general-info .logo {
    padding: 0 15px 0 15px;
    text-align: center;
    display: flex;
    overflow: hidden;
}

.general-info .logo img {
    margin: auto;
    width: auto;
    /* max-width: 200px; */
    height: auto;
    max-height: 200px;
}



.reviews-section .glsr-shortcode-title {
    font-size: 1.2em;
    font-weight: 400;
}

.reviews-section .glsr-shortcode-title:after {
    display: none;
}

.map-section #map {
    width: 100%;
    height: 285px;
}

.metro-color {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.single-chops .entry-header {
    display: flex;
    margin-bottom: 15px;
    align-content: center;
    justify-content: space-between;
}
.rating-star {
    margin-top: 7px;
    margin-left: 15px;
    min-width: 130px;
}

.rating-star .reytinfo {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.rating-star .glsr-summary-stars {
    width: 100%;
    margin-right: 0 !important;
}

.rating-star .glsr-summary-stars .glsr-star-rating {
    justify-content: space-around;
}

.optionally-block {
    border: 1px solid #007a6c;
    margin: 0 0 30px;
}

.optionally-block .optionally-item {
    border: 1px solid #007a6c;
    padding: 15px;
    text-align: center;
    background: #ffffff;
}


@media (max-width: 768px){
.single-chops .entry-header {
    flex-flow: column;
}
}

.section-city ul.list-metro {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    column-count: 4;
    column-gap: 20px;
}
.list-metro li.item-metro {
    break-inside: avoid;
    margin-bottom: 4px;
}
.list-metro li.item-metro a {
    color: #007a6c;
    font-size: 13.5px;
    text-decoration: none;
}
.list-metro li.item-metro a:hover {
    color: #ef4e96;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .list-metro {
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .list-metro {
        column-count: 2;
    }
}
@media (max-width: 480px) {
    .list-metro {
        column-count: 1;
    }
}
/* Архивы */
.post .reytinfo, .post .arhive_reviews, .post .citysearch {
    display: none;
}


.archive .type-chops {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.list-img {
    text-align: center;
    /* display: flex; */
    /* align-items: center; */
    height: 100%;
}

.list-img a {
    height: 100%;
	display: flex;
}

.post .list-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-img a img {
    max-height: 150px;
    width: auto;
	margin: auto;
}

a.title-arhive-chops {
    display: block;
}

a.title-arhive-chops:hover {
    text-decoration: none;
}

a.title-arhive-chops h2 {
	color: #007a6c;
	font-size: 1.5rem;
	margin-top: 0 !important;
}
a.title-arhive-chops:hover h2 {
	color: #ef4e96;
}

.citysearch {
    color: #b9b9b9;
    display: inline-block;
    margin-right: 15px;
}

.reytinfo {
    position: relative;
	display: inline-block;
    padding: 0 5px;
    background: #ef4e96;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
	margin-right: 10px;
}

.reytinfo:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 110%;
    top: 110%;
    z-index: 1;
    background: rgb(245 245 245);
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #333;
    min-width: max-content;
}

.arh_ctk {
    margin-right: 10px;
	color: #a8a8a8;
	display: inline-block;
    white-space: nowrap;
}
.arh_ctk i {
    color: #007a6c;
	margin-right: 5px;
}
.arh_adr {
    white-space: pre-wrap;
}
.reytinfo2 {
    position: absolute;
    left: 15px;
    top: 0;
    padding: 0 5px;
    background: #ef4e96;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.reytinfo2:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 3000;
    background: rgb(245 245 245);
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #333;
    min-width: max-content;
}

.arhive_reviews {
    margin-top: 5px;
}
/* 3 колонки списка flex */

#accordion {
    margin: 30px 0;
}

.card {
    border-radius: 0;
}

ul.list-metro {
	width: 100%; /* Ширина блока со всеми новостями */
	padding: 0;
	column-count: 3; /* Количество колонок */
	column-width: 33%; /* Ширина колонки */
	column-gap: 10px; /* Отступ колонки */ 
}

li.item-metro {
    width: 100%;
    display: inline-table;
}


/*   Пагинация   */
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ef4e96;
    border-color: #ef4e96;
}

.page-link:hover {
    z-index: 2;
    color: #007a6c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007a6c;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*   ОТзывы на чопах   */
.site-reviews-summary .glsr-summary {
    line-height: 16px !important;
}

.site-reviews-summary .glsr-summary-rating {
    font-size: 13px !important;
    margin-right: 5px;
    line-height: 16px !important;
    font-weight: normal !important;
    /* float: left; */
    display: inline-block;
}

.site-reviews-summary .glsr-review-rating {
    line-height: 16px;
    font-size: 16px;
}

.site-reviews-summary .glsr-default .glsr-summary-stars .glsr-star {
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-position: bottom;
    margin-right: 2px;
}

.site-reviews-summary .glsr-default .glsr-summary-stars {
    margin-right: 0px;
}

.site-reviews-summary .glsr-summary-text {
    display: inline-block;
    font-size: 13px;
}

.glsr-review-author::before {
    display: none !important;
}

.single-chops .glsr-default .glsr-review {
    margin-bottom: 30px !important;
    padding: 30px;
    /* fborder-bottom: 1px solid #e3e3e3; */
    background: #f8f8f8;
}

.single-chops .glsr-default .glsr-review:last-child  {
    margin-bottom: 15px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.single-chops .glsr-pagination {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.single-chops .glsr-star {
    font-size: inherit;
    background-size: 15px;
    height: 15px;
    width: 18px;
}

.single-chops .glsr-default .glsr-review-author {
    /* font-size: 18px; */
    font-weight: 600;
}

.single-chops form.glsr-form .glsr-field-choice input {
    min-height: auto;
}

.reviews form.glsr-form {
    display: flex !important;
    flex-wrap: wrap;
}

.reviews form.glsr-form .glsr-field {
    width: 100%;
}

form.glsr-form .glsr-field-choice {
    margin-top: 20px;
    display: inline-block !important;
}

form.glsr-form .column-name {
    display: inline-block;
    width: 49% !important;
    margin-right: 2%;
}

form.glsr-form .column-email {
    display: inline-block;
    width: 49% !important;
}

form.glsr-form .glsr-has-errors {
    width: 100%;
    margin-bottom: 15px;
}

form.glsr-form [type=submit] {
    color: #fff;
    background-color: #007a6c;
    border-color: #007a6c;
	border-radius: 0;
}

form.glsr-form [type=submit]:hover {
    color: #fff;
    background-color: #ef4e96;
    border-color: #ef4e96;
} 

/* Редирект */
.link-after {
    text-align: center;
}

.link-block {
    text-align: center;
    font-size: 200%;
}

.link-before {
    text-align: center;
    font-size: 120%;
}

/* Формы */

.wpcf7-form label {
    width: 100%;
}

form.wpcf7-form [type=submit] {
    color: #fff;
    background-color: #007a6c;
    border-color: #007a6c;
	border-radius: 0;
}

form.wpcf7-form [type=submit]:hover {
    color: #fff;
    background-color: #ef4e96;
    border-color: #ef4e96;
} 
/* Фотер */
a.footerlink {
    color: #007a6c !important;
}

a.footerlink:hover {
    color: #ef4e96 !important;
    text-decoration: underline;
}

footer#colophon {
    font-size: 16px;
}
/* poisk */
.form-control {
    border-radius: 0;
}

.search-form label {
    width: 100%;
}

.search-results article {
    margin-bottom: 30px;
}



/* Главная */

.title-chops {
    text-align: center;
    margin-top: 15px;
}

.img-chops {
    text-align: center;
    height: 150px;
}

.img-chops a img {
    max-height: 150px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.city-block {
    text-align: center;
    /* padding: 15px; */
    background: #f0f0f0;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.city-block a {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.c-moskva a, .c-sankt-peterburg a {
    font-weight: 600;
}

.home section {
    margin-bottom: 30px;
}

.services-list {
    padding: 0 15px;
}

.services-chops {
    padding: 0 15px 15px 0;
}

.services-block {
    background: #fff;
    height: 80px;
    width: 100%;
    display: flex;
    border: 2px solid #007a6c;
}

.services-block a {
    margin: auto;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
}

/*
 * 	Слайдер 
 */
 
.owl-carousel .owl-stage {
    display: flex;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; }
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #e3e3e3;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #212529; }

.owl-chop-block {
    border: 1px solid #e3e3e3;
    padding: 30px;
    height: 100%;
}
.owl-chop-city .owl-chop-block {
    border: 2px solid #e3e3e3;
    padding: 10px;
    height: 100%;
}
.owl-chop-img {
    height: 150px;
    text-align: center;
    overflow: hidden;
}

.owl-chop-img a img {
    /* max-height: 100%; */
    /* width: auto !important; */
    overflow: hidden;
    /* display: inline-block !important; */
    object-position: center;
    object-fit: contain;
    height: 150px;
}

.owl-chop-title {
    margin-top: 20px;
    text-align: center;
}

.owl-chop-title a span {
    font-size: 18px;
    font-weight: 600;
}

.chop-city-company, .reviews {
    padding-bottom: 30px;
}

.img-arhive-chops {
    display: flex;
    align-items: center;
}

/*
 * 	отзывы виджет
 */
.reviews_widget .owl-stage-outer{
    border: 1px solid #e3e3e3;
}


.reviews-block .glsr-shortcode {
    padding: 30px;
}

.reviews-block .glsr-default .glsr-review-assigned_to {
    font-style: normal;
}

.reviews-block .glsr-default .glsr-review-author {
    font-weight: bold;
}

.reviews_widget .glsr-reviews-wrap {
    height: max-content;
    display: inline-block;
}

.reviews_widget .glsr-default .glsr-review {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
    background: transparent;
}

.reviews-block .glsr-star-rating {
    display: flex;
    align-items: center;
}

.reviews-block .glsr-star {
    font-size: inherit;
    background-size: 15px;
    height: 15px;
    width: 15px;
}
.podborform {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 20px;
    border: 2px dashed #ef4e96;
    padding: 1.5rem;
}

.podborform h3:after {
	width: 10%;
}

.podborcont {
    display: flex;
    gap: 10px;
}

.podborform .your-name, .podborform .your-message, .podborform .your-tel, .podborform .podborsum {
    width: 50%;
    display: inline-block;
}

.podborform .podborsum {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
	gap: 10px;
}

.podborform .wpcf7-list-item {
    margin: 0;
}

.podborform .podborsum .wpcf7-spinner {
    position: absolute;
    top: 30px;
}

.podborsum .wpcf7-list-item label {
    margin-bottom: 0;
}

/* Мобильная */
@media (max-width: 768px){
	
body, .form-control, form.wpcf7-form [type=submit] {
    font-size: 1.4rem;
}

.podborcont {
    flex-direction: column;
}

.podborform .your-name, .podborform .your-message, .podborform .your-tel, .podborform .podborsum {
    width: 100%;
}

.podborform .podborsum {
    flex-direction: column;
    align-items: baseline;
}

form.glsr-form input.glsr-field-control, form.glsr-form textarea.glsr-field-control {
    font-size: 1.4rem !important;
}

.widget {
    font-size: 1.4rem;
}

h3.widget-title {
    font-size: 1.5rem;
}

.general-info .logo, .general-phone, .general-site {
    margin-bottom: 15px;
}

ul.list-metro {
    column-count: 2;
}

.operating-mode {
    overflow-y: scroll;
}

.single-chops h1.entry-title {
    text-align: center;
}

.single-chops h1.entry-title:after {
    margin: 4px auto 0;
}

.rating-star {
    width: 8em;
    margin: 0 auto;
    /* margin-left: 0; */
}

.arh_ctk {
    margin-top: 5px;
}

}

.error404 .search-form input[type="submit"], .search-no-results input[type="submit"] {
    display: none;
}

.chopyad {
    margin: 0 0 30px;
    max-height: 300px;
}

.reviewscloze {
    border: 3px dashed #ef4e96;
    padding: 30px 30px 10px;
    text-align: center;
}

.alf {
    text-align: center;
    display: block;
}

.agree, .polit_tota, .wpcf7-acceptance.invert {
    display: none;
}