/*
Theme Name: Група компаній ДОЛИНА
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
*/

/* --- InfiniteScroll */
.navigation.pagination {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    border:0;
    white-space:nowrap;
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    clip:rect(0 0 0 0)
}

/* ---------- CF7 ----------  */
.contact_message {
    width: 100%;
}
.ajax-loader {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    border: 1px dotted #f7542b !important;
}

/* ---- / ------ CF7 ----------  */

.gallery.gallery-columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    justify-content: center;
    justify-items: center;
}
.gallery-item {
    width: auto !important;
    margin-top: 0 !important;
}
.gallery-item img {
    border: none !important;
}
@media screen and (min-width: 1100px){
	body .main-nav .nav-item a { 
		font-size: 15px;
		padding: 0px 8px;
		margin: 0px 0px;
	}
}

body .site-footer .col__title{
	font-size: 15px;
}
body .site-footer .col li{
	font-size: 13px;
}

#cookie-law-bar a{
	color:#fff !important;
}

body .page-header__inner .page-header__title{
	font-weight: normal;
}

.review-item__text, .review-item__author-position.review-item__text, .review-item__author-position{
	font-size:15px;
}

.wpcf7-checkbox{
	display: flex;
    flex-direction: column;
}

.table-wrapper {
padding: 10px 0; }
.table-wrapper > table {
border-collapse: collapse !important; }
.table-wrapper > table th,
.table-wrapper > table td {
  padding: 5px;
  border: 1px solid black !important; }


.modal-order__contacts-items .modal-order__contacts-item {
    grid-template-columns: 95px auto !important;
}

      