/*
Theme Name: Hellix Child
Template: hellix
Text Domain: hellix-child
Version: 1.0.0
*/

.header__logo a img, .footer__logo img{
height: 32px;
width: 93.79px;
}

.mobile-logo img {
    height: 25px;
    width: 73.18px;
    margin-left: 10px;
}

/*.page-masthead {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 8rem;
}*/

form.-light select, form.-light input[type=text], form.-light input[type=search], form.-light textarea, form.-light input[type=email] {
    border: 1px solid hsla(0, 0%, 100%, .6) !important; 
    color: #fff;
}

.page-masthead__back_title {
    display:none;
}

@media (max-width: 991px) {
    .menu .mobile__copyright img {
      margin-right: 1.25rem;
      fill: #b2b2b2;
      max-height: 32px;
      width: 100%;
    }
    .text-right {
     text-align: center;
    }
    .footer__logo img{
     height: 25px;
     width: 73.18px;
    }
}

.page-masthead .page-masthead__content, .masthead__content{
    z-index: 1;
    position: relative;
    text-shadow: 2px 2px 4px #00000042;
}

/*primary button define*/

.button.-dark{
    background-color: var(--hx-primary) !important;
    min-width: 10.75rem;
    padding: 1.2rem 1.5rem;
}

.button.-white{
    min-width: 10.75rem;
    padding: 1.1rem 1.4rem;
}

.button.-dark, .button.-white{
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    border: 0.1rem solid var(--hx-primary) !important;
}

.button.-dark:hover, .button.-dark:active {
    background-color: white !important; 
}

.button.-dark:hover .hellix-elementor-button-text{
    color:var(--hx-primary) !important;
}

.button.-dark::after,.button.-white::after{
    display: none;
}

.button.-md {
    min-width: 10.75rem;
    padding: 1.2rem 1.5rem;
}

/*home product card*/

.ratio-3\:4::before {
    padding-bottom: 100% !important;
}

.service .bg-dark {
    background-color: #f0f0f0;
}

.service__content h3.text-white {
    color: black !important;
}

.service__content p.text-light {
    color: #615e5e !important;
}

.service__content a.text-beige-dark{
    color:var(--hx-primary) !important;
}

.mainSlider.-type-2 .mainSlider__image::after{
	background-color: rgb(0 0 0 / 30%);
}

.page-masthead__bg::after, .masthead__image::after{
    background-color: rgb(0 0 0 / 30%);
}

body{
	font-size: 15px;
}