/*
Theme Name: Agraria
Theme URI: https://agraria.qodeinteractive.com
Description: Agriculture and Organic Farm Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: agraria
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#qodef-page-header .qodef-header-logo-link {
    max-height: inherit!important;
}
/*#qodef-page-outer {
    margin-top: 0!important;
}
.qodef-header--divided #qodef-page-header {
    background-color: rgba(255, 255, 255, 0.9)!important;
	    border-bottom: 1px solid #e2e2e2!important;
}*/
#videoWrapper {
    position: relative;
  }

  /* Стили кнопки Play */
  #playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.55); /* Полупрозрачный в обычном состоянии */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease, background 0.3s ease;
    opacity: 0.6; /* Прозрачность в обычном состоянии */
  }

  /* Треугольник Play */
  #playButton::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
    margin-left: 5px;
  }

  /* Показываем кнопку при наведении */
  #videoWrapper:hover #playButton {
    background: rgba(0, 0, 0, 0.7); /* Темнее при наведении */
    opacity: 1; /* Делаем менее прозрачной */
  }

  /* Скрываем кнопку при воспроизведении */
  #videoWrapper.playing #playButton {
    opacity: 0;
    pointer-events: none;
  }
#dobryvo .qodef-m-title, .qodef-text-marquee .qodef-m-content, .elementor-widget-text-editor, #dobryvo span {
	font-family: "Franklin Gothic Medium", sans-serif;
	}
.elementor-lightbox .elementor-video-container {
    width: auto!important;
}
ol:not(.wp-block), ul:not(.wp-block) {
    margin: 0 0 1em;
}
.qodef-button.qodef-layout--outlined {
    font-weight: 600;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: space-between;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: 0px;
}
#qodef-page-mobile-header-inner .qodef-e-title-text {
	font-size:20px;
}
#qodef-page-mobile-header-inner .qodef-icon-list-item .qodef-icon-holder {
    margin-right: 0px;
}
.qodef-icon-list-item .qodef-e-title-text {
    margin-left: 3px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-svg--close {
    color: #414141;
}
.b24-form-control-icon-after input[type=tel] {
	margin:0;
}
.adp-popup-type-content .adp-popup-content {
        padding: 25px;
    }
.adp-popup-close {
	border:none;
}
#qodef-page-mobile-header-inner {
    padding-left: 3%!important;
    padding-right: 3%!important;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 8px;
}
.qodef-mobile-header-opener {
    margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
    section.qodef-elementor-content-grid>.elementor-container {
        width: 90%!important;
    }
	.mobile-center {
		text-align:center;
	}
	#doslidjennya h2.qodef-m-title {
		font-size: 46px;
	}
}