/*
Theme Name: Biz
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.archive-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.exp-gallery {
    list-style: none !important;
}

@media (min-width: 767px) {
    .work .form .input {
        max-width: 300px;
    }
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7-response-output {
    text-align: center;
}

.input input {
    width: 100%;
}

.wpcf7-not-valid {
    border-color: red !important;
}

@media (min-width: 1400px) {
    .work .form {
        justify-content: flex-end;
    }
}

.slider-welcom img {
    width: 100%;
}


.page-banquet .slider-welcom {
    margin-bottom: 130px;
}

@media (max-width: 1200px) {
    .page-banquet .slider-welcom {
        margin-bottom: 56px;
    }
}

.wpcf7-spinner {
    display: none !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.cart-price {
    text-decoration: none;
}


#zone.callback .modal-dialog {
    max-width: 1200px;
}

#zone.callback .modal-body {
    padding: 0;
}

#callback .wpcf7-form-control-wrap {
    max-width: 305px;
    width: 100%;
}
@media (max-width: 767px){
  .archive-items{
    grid-template-columns: 1fr
  }
    iframe{
        width: 100%;
    }
}