/*
	Theme Name: medziokle
	Theme URI: https://medziokle.am.lt
	Description: Aplinkos ministerija, A. Jakšto g. 4/9, LT-0115 Vilnius
	Author: Petras Pauliūnas
	Author URI: https://www.pepa.lt
	Version: 1.0
	Stable tag: 1.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: pi
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
}
:root {
	/*--am-typography-text-font-family: 'Manrope';*/
	--am-typography-text-font-family: 'Mulish', sans-serif;
	--am-typography-text-font-weight: 400;
	--am-primary-color:rgb(0, 70, 80);
	--am-secondary-color: rgb(0, 110, 130);
	--am-box-shadow: rgb(0 110 130 / 20%) 0px 0px 0px 4px;
	--am-text-color: rgb(35, 31, 32);
	--am-border-color: rgb(205, 213, 223);
	--am-label-color:rgb(75, 85, 101);
}
body{
	margin:0;
	padding:0;
	font-family: var( --am-typography-text-font-family ), sans-serif;
    font-weight: var( --am-typography-text-font-weight );
    background-color: rgb(248, 250, 252);
    font-size: 1rem;
} 
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
::selection{
	color:#fff;
	background-color: var(--am-secondary-color);
}


html,
body{
    padding:0;
    margin:0;
    height: 100%;
}
body > #page{
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer{
    margin-top: auto;
}


.sticky-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transition: transform 0.4s;
  }
  
  .scroll-down .sticky-header {
	transform: translate3d(0, -100%, 0);
  }
  
  .scroll-up .sticky-header {
	transform: none;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
  
  .main-nav .hfe-nav-menu li a{
	  border-radius: 9999px;
  }
  .scroll-up .sticky-header .main-nav .hfe-nav-menu > li div a:hover,
  .scroll-up .sticky-header .main-nav .hfe-nav-menu > li.current_page_item div a,
  .scroll-up .sticky-header .main-nav .hfe-nav-menu > li.current_page_parent div a{
	  background-color: #01B3E629 !important;
  }
  
  .main-nav .hfe-nav-menu li ul.sub-menu {
	  padding: 8px 8px 4px 8px;
  }
  .main-nav .hfe-nav-menu li ul.sub-menu a{
	  border-radius: 8px;
	  padding: 12px 16px !important;
	  margin-bottom:4px;
  }
  
  .main-nav .hfe-nav-menu li ul.sub-menu a:hover{
	  background-color: #01B3E629 !important;
  }

.list .elementor-icon-list-item a{
	justify-content: space-between !important
}
.list .elementor-icon-list-icon{
    order:2;
}

 /* 404 page*/
 .site-content-404{
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 20px 40px 20px;
	text-align: center;
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .site-content-404 .title {
    font-size: 48px;
	margin:0
}
.site-content-404 .content{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}
@media(max-width:768px){
	.site-content-404 .title {
		font-size: 32px
	}
	.site-content-404 .content{
		font-size: 16px
	}	
}
.site-content-404 a {
    color: var( --e-global-color-accent );
}
/*End*/
/*Search form*/
.search-form{
	display:grid;
	grid-template-columns: auto 100px;
	gap:16px;
	max-width: 500px;
    margin: 48px auto;
}
.search-form input {
	margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 0.75rem;
    outline: 0;
    width: 100%;
    background-color: white;
    font-size: 1rem;
    color: var(--am-text-color);
    border: 1px solid var(--am-border-color);
    border-radius: 4px;
    height: 40px;
    line-height: 27px
}
.search-form input:focus {
    border-color: var(--am-primary-color);
    box-shadow: var(--am-box-shadow);
}

.search-form input.search-submit {
    height: 40px;
    width: 100%;
    border-radius: 4px;
    padding: 6px 8px;
    background-color: var(--am-primary-color);
    color: white;
    border: 1px solid transparent;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
}

.elementor-counter .elementor-counter-number-suffix {
    font-size: 1.5rem;
    align-self: end;
    margin-bottom: 5px;
    color: #121926;
}