/*   
Theme Name: Catering
Theme URI:
Version: 1.0
Tags: clean, html5, bootstrap
Description:
Author: 
Author URI: 
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#000;
	line-height: 22px;
	background: #E5E5E5;
}
@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.logo {
	font-family: 'Open Sans', sans-serif;
font-size: 25px;
line-height: 30px;

}
.logo a {
	color: #14172A;
	text-decoration:none;
}
.logo img {
    vertical-align: baseline;
}
.flex {
	display: flex;
}
.flex.top {
	justify-content: space-between;
    align-items: center;
    line-height: 70px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default {
    border: none;
    background: transparent;
	margin: 0;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
	padding: 0;
	background:transparent;
}
.navbar-nav>li {
   float: none;
    margin: 0 30px;
    display: inline-flex;
}
.navbar-nav>li:first-child {
	margin-left:0;
}
.navbar-nav>li:last-child {
	margin-right:0;
}
.phone a {
	font-weight: 800;
font-size: 25px;
line-height: 30px;
color: #14172A;
text-decoration:none;
}
.phone a:hover span {
	opacity: .6;
}
.phone a img {
	margin: 0 5px 0 0;
}
header {
	background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(38, 44, 64, 0.25);
}
.home_banner {
	background: url(img/banner.png) no-repeat center/cover;
	padding:100px 0;
	position:relative;
}
.h1, h1 {
    font-size: 36px;
    font-weight: bold;
    padding: 40px 0 40px;
    margin: 0;
}
.home_banner h1 {
	font-weight: bold;
font-size: 55px;
font-weight: 900;	
line-height: 66px;
color: #FFFFFF;
padding: 0;
    margin: 0 0 75px;
}
.home_banner a {
	background: linear-gradient(180deg, #12baa9 0%, #12baa9 48.96%, #12baa9 100%);
border-radius: 10px;
font-weight: 800;
font-size: 20px;
line-height: 24px;
color: #F8F4F4;
display: inline-block;
    padding: 18px 38px;
    text-decoration: none;
	transition:all .3s ease;
}
.home_banner a:hover {
	background: linear-gradient(90deg, #17e9d3 0%, #17e9d3 48.96%, #17e9d3 100%);
}
.home_banner:after {
	content:'';
	position:absolute;
	width:100%;
	background: linear-gradient(180deg, rgba(49, 51, 67, 0) 0%, rgba(49, 51, 67, 0.94) 40.1%, rgba(49, 51, 66, 0.97) 48.44%, #323240 66.15%);
	padding:83px 0;
	left: 0;
    bottom: -40px;
}
.home_banner:before {
	content:'';
	position:absolute;
	width:100%;
	background: rgba(49, 51, 67, 0.65);
	height:100%;
	left: 0;
top:0;
}
.home_banner .container {
    width: 1170px;
    position: relative;
	    z-index: 8888;
}
.profits .item {
	background: #FFFFFF;
    box-shadow: 5px 5px 20px rgb(51 51 65 / 70%);
    border-radius: 10px;
    height: 134px;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.profits .item img {
	display:block;
	margin:0 0 20px;
}
.profits {
	margin-top: -30px;
}
footer {
	    padding: 35px 0;
    background: #12baa9;
    color: #fff;
    margin: 35px 0 0;
}
footer .logo a, footer .navbar-default .navbar-nav>li>a, footer .navbar-default .navbar-nav>.active>a, footer .navbar-default .navbar-nav>.active>a:hover, footer .phone a {
    color: #fff;
}
footer .navbar-default .navbar-nav>li>a:focus, footer .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
}
.h2, h2 {
    font-size: 28px;
	font-weight: bold;
    padding: 0;
    margin: 0 0 20px;
}
h2 a, h2 a:hover {
	color:#000;
	text-decoration:none;
}
a.more {
	float: right;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    background: #12baa9;
    border-radius: 5px;
    padding: 13px 40px;
	text-decoration:none;
	margin: 15px 0 0;
}
a.more:hover {
	opacity:.6;
}
.item_post {
	    background: #fff;
    padding: 30px;
    display: inline-block;
}
article.post {
	    margin: 0 0 40px;
}
.top-menu-cats {
	    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top-menu-cats li {
	list-style-type: none;
    display: inline-flex;
}
.top-menu-cats li a {
	color:#000;
}
.catalog {
	    padding: 80px 0;
}
.catalog h2 {
	font-weight: 800;
font-size: 30px;
line-height: 36px;
color: #000000;
    margin: 0;
    padding: 0 0 10px;
}
.catalog .cat_list {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas:
    ". . . . .";
}
.catalog .cat_list .item {
	    text-align: center;
		position:relative;
		height: 266px;
}
.catalog .cat_list .item img {
	    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
	max-width: 100%;
}
.catalog .cat_list .item a {
	font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
}
body.home {
    background: #fff;
}
.age_limit {
	width: 80%;
    margin: 30px auto;
}
.age_limit img {
	    display: inline-block;
    margin: 0 30px 0 0;
}
.age_limit span {
	font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.post .meta {
	font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #000000;
margin: 0 0 70px;
}
.post .meta .country {
	    margin: 0 0 20px;
}
.post .meta .price {
	    margin: 0 0 20px;
}
.post .meta span {
	display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin: 10px 0 0;
}
.post .meta span.ball {
	display: inline-block;
    margin: 0 0 0 10px;
}
.post .meta button {
	    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    background: #12baa9;
    border-radius: 5px;
    padding: 12px 50px;
}
img {
	max-width:100%;
	height: auto;
}
body.single-post .post_content {
	background: #fff;
	overflow: hidden;
	    padding: 30px 0;
}
.prod_nav .top-menu-cats {
    display: block;
	    background: #fff;
		padding:0 0 20px;
}
.prod_nav .top-menu-cats li {
	display: block;
}
.prod_nav .top-menu-cats li a {
    margin: 0 20px;
    border-bottom: 1px solid #949494;
    display: block;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #12baa9;
    padding: 15px 0;
}
.item_prod {
	background:#fff;
	    text-align: center;
		padding: 0 0 40px;
}
.item_prod h2 {
font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    height: 40px;
    margin: 20px 0 0;
	padding: 0 30px;
}
.item_prod .price {
	font-weight: 800;
font-size: 22px;
line-height: 26px;
color: #12baa9;
    display: block;
    margin: 0 0 20px;
}
.item_prod .shop {
	font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #F8F4F4;
background: #12baa9;
border-radius: 5px;
border: none;
    padding: 10px 35px;
}
.cat_wrap {
	background:#fff;
	padding: 0 0 40px;
}
.kama_breadcrumbs a, .kama_breadcrumbs span {
	font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #000000;
}
.kama_breadcrumbs {
	padding:0 0 66px;
}
.search-form {
	background: #fff;
    margin: 0 0 35px;
}
.search-form input {
	    border: none;
    font-weight: 200;
    font-size: 20px;
   line-height: 55px;
    height: 55px;
    color: #000000;
	width: 200px!important;
}
.search-form  button {
	    text-indent: -9999px;
    border: none;
    background: url(img/search.png) no-repeat center #12baa9;
    display: inline-block;
    width: 62px;
    height: 55px;
    float: right;
}
.aside {
	width: 24.8%;
}
.content {
	width: 70%;
}
.category .flex, .search-results .flex {
	    justify-content: space-between;
}
input::-webkit-textfield-decoration-container, .search-form input, #editing-view-port, #editing-view-port div, input:focus {
	background: #fff!important;
	    box-shadow: none;
}
input::-webkit-textfield-decoration-container{
	background: #fff!important;
	    box-shadow: none;
}
.category h1, .search-results h1 {
	    margin-left: 30px;
}
.cats_nav {
	background:#fff;
}
.category .cats_nav, .single .cats_nav, .search-results .cats_nav {
	margin-bottom:40px;
}
.item_prod .thumb {
	height: 250px;
    margin: 0 0 10px;
}
.item_prod .thumb img {
	height:100%;
}
.open_cat {
	display:none;
}

.pagination>li {
    display: inline-block;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #262c40;
    border-color: #262c40;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #262c40;
    background-color: #eee;
    border-color: #ddd;
}
.mod {
	    position: fixed;
    width: 465px;
    height: 272px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    text-align: center;
	border-radius: 10px;
	display:none;
}
.over {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000078;
	display:none;
}
.mod .innner {
	    padding: 45px 0;
}
.mod  span {
	font-weight: 500;
font-size: 20px;
line-height: 24px;
text-align: center;
display: block;
    margin: 15px 0;
color: #000000;
}
.mod  a {
	font-weight: 800;
font-size: 30px;
line-height: 36px;


color: #14172A;

}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: 1;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
       right: 3px;
    top: 2px;
}
a.thmbl {
	display: block;
    width: 100%;
}

a.thmbl img {
    display:none;
}


@media all and (max-width:1199px) {
	.top-menu-cats li a {
    font-size: 12px;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    font-size: 14px;
}
.phone a {
    font-size: 20px;
}
.search-form button {
    display: none;
}
.home_banner .container {
    width: 100%;
    position: relative;
    z-index: 8888;
}
}
@media all and (max-width:800px) {
	.home_banner h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 75px;
}
.home_banner h1 br:nth-child(2) {
	display:none;
}
.alignright {
    float: none;
    margin: 0 0 30px 0;
}
.catalog .cat_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: ".";
}
.profits .item {
    margin: 0 0 40px;
}
	.navbar-nav>li {
    margin: 0 10px;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    font-size: 12px;
}
.phone a {
    font-size: 20px;
	font-weight:800;
}

.search-form input {
    width: 100%!important;
}
}


@media all and (max-width:767px) {
	.mod {
    width: 90%;
	}
	.flex {
    display: block;
}
.logo, .phone {
    text-align: center;
}
footer .navbar-default .navbar-collapse, footer .navbar-default .navbar-form, footer .navbar-default, .prod_nav .top-menu-cats {
	display:none;
}
.aside, .content {
    width: 95%;
	margin:0 auto;
	display:block;
}
.kama_breadcrumbs {
    padding: 0 0 20px;
    width: 95%;
    display: block;
    margin: 0 auto;
}
.top-menu-cats {
    margin: 0;
    padding: 0;
    display: none;
    justify-content: space-between;
    width: 100%;
	position: relative;
    z-index: 8888;
	background: #fff;
}
.top-menu-cats li {
    list-style-type: none;
    display: block;
    line-height: 50px;
    text-align: center;
}
.navbar-nav {
    text-align: center;
	line-height: normal;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
    display:none
}
.open_cat {
	display:block;
	height: auto;
    line-height: normal;
    background: #12baa9;
    color: #fff;
    border: none;
    left: 0;
    top: auto;
    right: 0;
    bottom: 10px;
    margin: auto;
    padding: 5px 20px;
}
.top-menu-cats li a {
    font-size: 18px;
}
.item_prod .thumb img {
    height: 100%;
    width: auto;
}
.navbar-default .navbar-collapse {
	width:100%;
	z-index: 7777;
	    min-height: 40px;
    height: auto!important;
    display: block;
}
header {
    padding: 20px 0 10px;
}
}