/*
Theme Name: The7
Theme URI: http://the7.io/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you’ll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 6.1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}


.gallery_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.gallery_container.for {grid-template-columns: repeat(4, 1fr);}
.gallery_container img {
    max-width: 600px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.news_inner .gallery_container {margin-top:35px;}
.news_inner h2 {font-size: 22px;line-height: normal;}
.dostavka_text {margin-top:70px;margin-bottom:30px;}
.dostavka_text p {margin-bottom:15px;}
.dostavka_text h2 {text-align:center;margin-bottom:25px !important;}
.dostavka_text ul li:not(:last-child) {margin-bottom:15px;}
@media screen and (max-width:560px){
.gallery_container img {
height: 120px;
}
}

@media screen and (max-width:480px){
.gallery_container, .gallery_container.for {
grid-template-columns: repeat(1, 1fr);
}

    .gallery_container img {
        
        height: 200px;
    }
}

/*
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style) {
    background: none;
    background: #2f4f4f;
    background: -webkit-linear-gradient(135deg, #2f4f4f 30%, #20b2aa 100%);
    background: linear-gradient(135deg, #2f4f4f 30%, #20b2aa 100%);
}

button.button, a.button, .dt-form button, #page .widget .dt-form .dt-btn, .widget .dt-form .dt-btn, input[type="button"], input[type="reset"], .wpcf7-submit, .nsu-submit, .dt-wc-btn, input#place_order, .woocommerce-Reviews .submit, input.button, .cart-btn-below-img .woo-buttons a, input[name="save_address"], .wc-layout-list .woo-buttons a, .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"], input[type="submit"]:not([name="update_cart"]) {
    color: #ffffff;
    background-color: #404040;
    background: #404040;
    background: -webkit-linear-gradient(135deg, #2f4f4f 30%, #20b2aa 100%);
    background: linear-gradient(135deg, #2f4f4f 30%, #20b2aa 100%);
}




.main-nav > li.act:not(.wpml-ls-item) > a .menu-text, .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
    color: #404040;
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #2f4f4f), color-stop(100%, #20b2aa));
    background: -webkit-linear-gradient(left, #2f4f4f 32%, #20b2aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
    color: #404040;
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #2f4f4f), color-stop(100%, #20b2aa));
    background: -webkit-linear-gradient(left, #2f4f4f 32%, #20b2aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

/*
.ring-loader .load-wrap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%23008B8B'%3E   %3Cpath opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/%3E   %3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'%3E     %3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' /%3E   %3C/path%3E %3C/svg%3E");
}*/