
@media (max-width: 768px) {
	.wp-block-cover.category-title-cover {
		align-items: flex-start;
	}
 }

 .product-list-block:hover{
    background-color: #5CA8FF !important;
    color: #fff !important;
    cursor: pointer;
    transition: background 0.5s ease;
    transition: color 0.5s ease;
 }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top : .5rem !important;
}

li.wp-block-navigation-item.has-child {
    padding-top : .5rem !important;
}

.wp-block-navigation-link.wp-block-navigation-item:hover {
    background-color: #f0f0f0 !important;
    color: #303030 !important;
}

a.link-anithing {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

input.wpcf7-text {
    width : 100%;
    border: 0px;
    border-bottom: 1px solid #303030;
    outline:none;
    font-size: 20px;
    font-weight: 300;
    padding-top : 8px;
    padding-bottom : 8px;
}

input.wpcf7-text:focus  {
    border: 0px !important;
    border-bottom: 2px solid #303030  !important;
}


textarea.wpcf7-textarea {
    width : 100%;
    border: 1px solid #303030;
    border-radius: 4px;
    resize: none;
    outline:none;
    font-size: 20px;
    font-weight: 300;
    padding : 4px;
    height: 240px;
    margin-top: 12px;
}
textarea.wpcf7-textarea:focus  {
    border: 2px solid #303030;
}
select.wpcf7-select {
    width : 100%;
    border: 1px solid #303030;
    border-radius: 4px;
    outline:none;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 300;
    padding : 4px;
}

.form-label {
    font-size: 16px;
    font-weight: 300;
}

input.wpcf7-submit{
    font-size: 20px;
    font-weight: 300;
    padding: 8px 16px;
    border: 0;
    outline: none;
    background-color : #303030;
    color: #f0f0f0;
}

input.wpcf7-submit:hover{
    background-color : #5f5f5f;
    color: #f0f0f0;
    cursor: pointer;
}

input.wpcf7-submit:focus{
    background-color : #5f5f5f;
    color: #f0f0f0;
    cursor: pointer;
}
input.wpcf7-submit:active{
    background-color : #f0f0f0;
    color: #303030;
}

footer.wp-block-template-part {
    margin-block-start: 0px !important;
}

#getBrochureBtn {
    color: #f0f0f0;
    background-color: #303030;
    padding: 8px 16px;
    border: 0;
    font-size: 24px;
    font-weight: 500;
}
.contact-us-btn {
    color: #303030;
    background-color: #f0f0f0;
    padding: 8px 16px;
    border: 0;
    font-size: 24px;
    font-weight: 500;
}


.animation-observer {
    opacity : 0;
    transition : all 0.5s;
}