/*#header .region, #top-bar .region, #menu .region, #featured .region, #messages .region, #main-wrapper, #footer .region {
	width: 100vw;
} */
img {
    max-width: 100%;
    height: auto;
}
#content {
	width: 100vw;
}
#featured h1 {
		font-size: 24px;
		line-height: 36px;
	}

h2 {
  		font-size: 20px;
}
h3 {
		font-size: 18px;
	}
.btn {
		height: 36px;
		line-height: 36px;
		border-radius: 6px;
		padding: 0 30px;
		font-size: 16px;
	}
body {
  font-size: 16px;
}
/*-----header-----*/
#header{
    position: relative;
    z-index: 2;
}
#header .region {
    padding: 0 10px 6px;
    box-sizing: border-box;
    grid-template-rows: auto;
}
#block-ly-site-branding {
    grid-row: 1;
}
#block-ly-headerphone {
    grid-column: span 2;
}
#block-ly-main-menu {
    grid-column: 3;
    grid-row: 2;
}
.site-logo img {
    width: 96px;
    height: 52px;
}
.language-switcher-language-url .links {
    top: -8px;
}
#header p {
    margin: 0;
}
#header .responsive-menus-simple a {
    color: #1b8381;
}

.search-block-form {
    position: relative;
    width: 32px;
    height: 32px;
    transition: 0.5s;
}
header #search-block-form {
    position: absolute;
    top: 0;
}
header input[type="search"] {
    transition: 0.5s;
    width: 32px;
    height: 32px;    
    position: relative;
    z-index: 2;
    top: 0;
    background: transparent;
    outline: 0;
    line-height: 32px;
    color: transparent;
    -webkit-appearance: none;
}
header input[type="submit"] {
	height: 32px;
	width: 32px;
    position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
    -webkit-appearance: none;
    line-height: 32px;
    text-align: center;
}
header input[type="search"]:focus {
  width: 122px;
  background-color: #F8F7F7;
    color: #000;
    padding: 0 4px;
}
#search-block-form:focus-within input[type="submit"] {
	position: relative;
}
#block-wood-search-form-narrow:focus-within {
    width: 158px;
}
#search-block-form .form-item {
  margin: 0 !important;
}
#header nav .menu{
    display: none;
}
#menu {
	height: 34px;
	line-height: 34px;
    border-bottom: 1px solid #F8F7F7;
}
.featured.with-image {
	height: 116px;
}
.region-featured {
    padding: 10px;
}
#breadcrumbs .region{
    padding: 0 10px;
}
/*-----footer-----*/
footer .region-footer, .footer--bottom {
    font-size: 12px;
}
.region-footer {
	flex-wrap: wrap;
	justify-content: space-between;
}


#footer .footer {
	padding: 10px;
}
#menu .menu-item{
    margin-right: 0;
}
#menu {
	height: auto;
	line-height: auto;
}
h1 {
    font-size: 1.5em;
}
/*----------responsive--------------*/
#main-wrapper, #main {
	position: relative;
}

#menu{
    text-align: right;
}
#block-inci-main-menu {
    height: 36px;
    line-height: 36px;
}
.toggler {
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#block-ly-main-menu .menu{
    flex-direction: column;
    gap: 10px;
}
.responsive-menus-simple {
    background: #fff;
    z-index: 999;
    position: absolute;
    right: 0;
    width: 100%;
    padding: 5px !important;
}
.responsive-menus-simple .menu-item {
    padding: 5px 10px;
    text-align: right;
}

#content .region, #bottom > .region > .block > div {
    padding: 0 20px;
}

#footer .region{
    flex-direction: column;
}
.social-links p {
    justify-content: space-evenly;
}
