/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.home header.entry-header {
    display: none;
}
/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky_sidebar .sidebar-main {
    position: sticky;
    top: 80px;
} */

span.site-logo-img {
    width: 100px;
}
.expo-menu-logo {
/*     background: url(/wp-content/uploads/2024/05/expo-logo-horizontal-transparent.png) no-repeat center;
    background-size: contain;
    width: 100px; */
}
a.menu-link {
    text-transform: uppercase;
}
a.menu-link {
    font-family: 'Oswald';
    color: black;
}
li.menu-item:hover {
    background: #f38431;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
    color: #000000;
}
.ast-desktop .ast-below-header-bar .main-header-menu > .menu-item {
    line-height: 60px;
    flex-grow: 1;
    align-items: center;
}
.ast-builder-grid-row.ast-grid-center-col-layout-only, .ast-builder-menu .main-navigation, .site-navigation, .ast-below-header .main-header-bar-navigation, .site-header-section .ast-main-header-bar-alignment, .site-header-section .ast-builder-menu, .ast-builder-grid-row>.site-header-section, .ast-builder-menu .main-navigation>ul {
    width: 100%;
}
.wp-block-column {
    position: relative;
}
.rounded {
	border-radius: 20px;
}
.divider:after {
    content: '';
    height: 73%;
    position: absolute;
    right: -13px;
    background: #bbbbbb;
    width: 0.5px;
    top: 0;
    bottom: 0;
    transform: translate(-50%, 25%);
}
#menu-wrap {
    max-width: 1200px;
}

.alm-listing {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -1em !important;
    margin-right: -1em !important;
}

section.posts {
    padding: 40px 0;
}
.post__item {
    position: relative;
}
section .section-title {
    margin-bottom: 40px;
}
.category-posts.grid {
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
	gap:24px;
}
.grid .entry-thumbnail {
    width: 100%;
}
.grid .ast-article-post {
    position: relative;
}

.grid .post__item:first-child {
	   grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
}

.grid .post__item:first-child .entry-thumbnail {
	height: 100%;
	width: 100%;
}
 .grid .post__item:first-child .entry-thumbnail img {
    height: 100%;
    width: 100%;
	object-fit: cover;}
.grid .post__item:first-child .entry-content {
      position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.grid .post__item:first-child  h3.entry-title {
    color: white;
}
.grid .post__item:first-child  .entry-category {
    color: WHITE;
}
/**Small grid**/
.category-posts.small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap:24px;
}
.small-grid .entry-thumbnail {
    width: 100%;
}
.small-grid .ast-article-post {
    position: relative;
}
.small-grid .post__item:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
	display: flex;
}
.small-grid .post__item:first-child a {
  width: 50%;
flex: 1;
}
.small-grid .post__item:first-child .entry-thumbnail {
	height: 100%;
	width: 100%;
}
 .small-grid .post__item:first-child .entry-thumbnail img {
    height: 100%;
    width: 100%;
	object-fit: cover;}
.small-grid .post__item:first-child .entry-content {
    width: 100%;
    padding: 20px;
	flex: 1;
}
.small-grid .post__item:first-child  h3.entry-title {
    color: blACK;
}
.small-grid .post__item:first-child  .entry-category {
    color: black;
}
/**Small grid**/
.categories {
    display: flex;
    gap: 5px;
}
 .entry-category {
    width: fit-content;
    color: black;
    padding: 0 0px;
    font-family: 'Oswald';
    font-size: 14px;
    letter-spacing: 0.3px;
}
.alm-listing .alm-paging-content>li.alm-item img, .alm-listing>li.alm-item img {
        max-width: 140px;
        aspect-ratio: 1;
        width: 100%;
        object-fit: cover;
    }
.archive {
    padding-top: 100px;
}
.category-posts.row {
    display: flex;
    flex-direction: row;
	gap:24px;
}
a.view-all-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    border-radius: 40px;
    padding: 6px 20px;
    border: 1px solid #000;
    color: black;
    text-decoration: none !important;
}
a.view-all-btn:hover {
    background: #f38431;
    border: 1px solid #f38431;
    color: white;
}
section.posts {
    position: relative;
}
.row .post__item {
    flex: 1;
}
.entry-content {
    padding: 10px 0;
}
h3.entry-title {
    margin: 8px 0;
}
.entry-date {
    color: #bdbdbd;
}
.entry-thumbnail img {
  aspect-ratio: 4 / 3;
    object-fit: cover;
	width:100%;
	  object-fit: cover;
    transform: scale(1);
    transition: transform .5s ease;
	border-radius: 20px;
}
.widget  h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
/**
Посты
  */
.ast-blog-layout-4-grid .ast-article-inner {
    box-shadow: none;
}
.ast-blog-single-element.ast-taxonomy-container a {
    font-size: 16px;
    background: #F38431;
    width: fit-content;
    color: white;
    padding: 0 5px;
    font-family: 'Oswald';
    font-weight: 500;
}
.ast-article-inner {
    padding: 0;
}
p.ast-blog-single-element.ast-read-more-container.read-more a {
    border: 1px solid black;
    color: black;
    padding: 10px 20px;
}
body.archive .ast-archive-description {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 2em;
    padding-left: 0;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}
.ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section .post-thumb-img-content {
    margin-left: 0;
    margin-right: 0;
}
.entry-thumbnail {
    overflow: hidden;
	    border-radius: 20px;
}
.contact_form_1 {
    padding: 0 20%;
}
.ast-article-post:hover img, .post__item:hover img {
    transform: scale(1.1);
}
.ast-excerpt-container.ast-blog-single-element {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.alm-listing .post__item {
    width: 33.33%;
    margin-bottom: 2em;
    border-bottom: 0;
    background-color: transparent;
    padding: 1em;
}
/**
Посты
  */

 #astra-footer-menu .menu-item{
    flex-grow: 1;
    align-items: center;
}
.site-header {
	top: 20px;
    z-index: 99;
    position: fixed;
    border-radius: 102px;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 1200px;
}
@media screen and (max-width:767px) {
	body {
    margin-top: 100px;
		overflow-x: hidden;
}
	span.site-logo-img {
    width: 70px;
		        padding-right: 0em !important;

}
	.archive div#content {
    padding: 0 1em;
}
	.category-posts.grid {
    display: grid;
    grid-template-columns: 1fr  1fr;
	gap:24px;
}
	.grid .post__item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
	.category-posts.row {
 display: flex;
        flex-direction: row;
        gap: 24px;
        flex-wrap: wrap;
}
	.row .post__item {
    flex: 1;
		min-width: 40%;
}
	.ast-header-break-point #ast-mobile-header {
    display: block;
    position: fixed;
    width: 100%;
		top: 0;
}
.alm-listing .post__item {
    width: 50%;

}
}


/**
  * SimpleAdaptiveSlider by Itchief v2.0.0 (https://github.com/itchief/ui-components/tree/master/simple-adaptive-slider)
  * Copyright 2020 - 2021 Alexander Maltsev
  * Licensed under MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
  */

/* стили для корневого элемента слайдера */
.itcss {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* стили для wrapper */
.itcss__wrapper {
  position: relative;
  overflow: hidden;
  height: inherit;
}

/* стили для элемента, в котором непосредственно расположены элементы (слайды) */
.itcss__items {
  display: flex;
  height: inherit;
  transition: transform 0.5s ease;
}
.item_content_inner {
	 position: absolute;
	text-transform: uppercase;
  width: fit-content;
    top: 43%;
    left: 50%;
    right: 0;
    height: fit-content;
    padding: 20px 40px;
    bottom: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    background: #0000004f;
    backdrop-filter: blur(5px);
	    color: #fff;
}
.item_content h1 {
    color: white;
    margin: 10px;
}
.item_content_inner h2, .item_content_inner  h3,.item_content_inner  h4 ,.item_content_inner  h5 ,.item_content_inner h6, .item_content_inner  p , .item_content_inner  span {
	color: white;
}

.item_content_inner a {
	padding: 4px 16px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 14px;
	color: black;
	background: white;
}
/* класс для отключения transition */
.transition-none {
  transition: none;
}

/* стили для элементов */
.itcss__item {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

/* кнопки Prev и Next */
.itcss__control {
position: absolute;
    bottom: 0%;
    width: 45px;
    height: 45px;
    border-radius: 0;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgb(239 239 239);
    opacity: 1;
    user-select: none;
}

.itcss__control_show {
  display: flex;
}

.itcss__control:hover,
.itcss__control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.itcss__control_prev {
  left: 20px;
}

.itcss__control_next {
  left: 65px;
}

.itcss__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itcss__control_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itcss__control_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* Индикаторы */
.itcss__indicators {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 10px;
  display: flex;
  justify-content: end;
  padding-left: 0;
  margin: 0 15%;
  list-style: none;
  user-select: none;
}

.itcss__indicator {
  flex: 0 1 auto;
  width: 30px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;

  cursor: pointer;
}

.itcss__indicator_active {
  background-color: #fff;
}

.item_content {
  max-width: 100%
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.left-content,
.right-content {
  display: flex;
  width: 50%;
  align-items: normal;
  vertical-align: middle;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 0 15px;
}
.item_content h1 {
  color: white;
}
.left-content p {
  font-size: 18px;
}
      .itcss__items {
      counter-reset: slide;
    }

    .itcss__item {
      counter-increment: slide;
    }
.itcss__item .entry-thumbnail, .itcss__item .entry-thumbnail img {
    width: 100%;
	height: 500px;
    object-fit: cover;
}
.itcss__item .entry-content {
        position: absolute;
    bottom: 67px;
    left: 20px;
    background: #ffffffc9;
    backdrop-filter: blur(6px);
    width: 50%;
    padding: 24px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select{
    padding: 28px 25px;
    border-radius: 27px;
	height: 55px;
}
textarea{
    padding: 28px 25px;
    border-radius: 27px;

}
button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 27px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    height: 55px;
}
.contact_form_1 .row p {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
section#block-8, section#block-9, section#block-10, section#block-12 {
    background: white;
    border-radius: 27px;
    padding: 20px;
    height: 100%;
}
@media (max-width: 769px) {
	.site-header {
    top: 20px;
    z-index: 99;
    position: fixed;
    border-radius: 102px;
    overflow: hidden;
    left: 0;
    transform: none;
    width: 100%;
}
	.itcss .item_content h1 {
    width: 95%;
    font-size: 2em;
}
  .left-content,
  .right-content {
    display: flex;
    width: 100%;
    align-items: normal;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
    flex-direction: column;
  }
  .item_content {
    max-width: 1200px;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  .itcss__control {

  }
  .itcss__control_next {
    right: 2%;
  }
	.item_content_inner {
    width: 90%;
   
    padding: 10px 20px;

}
		.itcss__item .entry-content {
    width: 91%;
}
	.contact_form_1 {
    padding: 0 0%;
}
}

