/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.grecaptcha-badge {
	z-index: 100;
}

header .submenu-toggle {
	width: 100%;
}

header .lang_navigation .nav-menu li.menu-item-has-children>a:before {
	width: 100%;
	background-size: 11px 7px;
}

#crumbs a, #crumbs span {
	flex-shrink: 1 !important;
}

main ul {
	list-style-type: disc !important;
}

@media (max-width: 568px) {
	.swipe_icon {
		margin-top: 20px;
		width: 40px;
		height: 40px;
	}
}

/* frontpage - bg in 1. blog post */
.short_blog_section_frontpage .blog_relation_post  .text_box {
	position: relative;
}

.short_blog_section_frontpage .blog_relation_post  .text_box:before {
    content: "";
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    top: -20px;
    background-color: #212932e8;
    width: calc(100% + 150px);
    height: calc(100% + 40px);
    z-index: -1;
}

article .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

article .wp-block-gallery.columns-2 .wp-block-image {
	width: calc((100% - (2 * 10px)) / 2);
}

article .wp-block-gallery.columns-3 .wp-block-image {
	width: calc((100% - (2 * 10px)) / 3);
}

@media (max-width: 600px) {
	article .wp-block-gallery.columns-3 .wp-block-image {
	width: calc((100% - (2 * 10px)) / 2);
		flex-grow: 1;
 }
	
	article .wp-block-gallery.columns-2 .wp-block-image {
flex-grow: 1;
}
}

article .wp-block-gallery.columns-3 .wp-block-image img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	
}

.wp-block-gallery .wp-block-image {
	height: auto;
	margin: 0;
}

.main_content_single_post article .wp-block-gallery figure.wp-block-image {
	padding: 0;
}

.information_section .information_repeater .feature_item ul {
	list-style-type: none !important;
}

/* cooperation page */
.page-template-cooperation2 .cooperations_models_section .models_repeater .model_item .layout .text_col ul  {
list-style-type: none !important;
}
