/*
Theme Name: Go Child
Template: go
Version: 1.0
*/

	
		body .btn-call a {
    background-image: url(https://lockforgelocksmith.com/wp-content/uploads/2026/03/icon.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    background-size: 55px;
    background-position: center;
    padding: 0px !important;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0!important;
    font-weight: 500;
    background-color: #FFBE3C !important;
    margin-left: 25px;
}
body .btn-call {
    position: fixed !important;
    bottom: 15px;
    right: 15px;
    font-size: 0!important;
}


    .fixed-call {
  position: relative;
  z-index: 4444;
    }

    .fixed-call a {
   background-image: url(https://lockforgelocksmith.com/wp-content/uploads/2026/03/icon.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    background-size: 55px;
    background-position: center;
    padding: 0px !important;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0!important;
    font-weight: 500;
    background-color: #FFBE3C !important;
    margin-left: 25px;
     position: fixed !important;
    bottom: 15px;
    right: 15px;
    font-size: 0!important;
    }


body .fixed-call {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

body .fixed-call a {
      background-image: url(https://lockforgelocksmith.com/wp-content/uploads/2026/03/icon.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    background-size: 55px;
    background-position: center;
    padding: 0px !important;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0!important;
    font-weight: 500;
    background-color: #FFBE3C !important;
    margin-left: 25px;
     position: fixed !important;
    bottom: 15px;
    right: 15px;
    font-size: 0!important;
}


@media (max-width: 768px) {

   body .btn-call {
    display: none!important;
   }

  body .fixed-call a{
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100%; */
    background-size: 45px;
    background-position: center;
    padding: 20px 0 !important;
    border-radius: 0;
    text-indent: inherit;
    white-space: inherit;
    overflow: inherit;
    margin: 0;
    color: black;
    font-weight: 500;
    right: 0px;
    border: 0px;
    bottom: 0px;
    font-size: 24px!important;
    max-height: 67px;
    text-decoration: underline;
   }

        body .fixed-call a:before {
        display: inline-block;
        content: url(https://lockforgelocksmith.com/wp-content/uploads/2026/03/icon.png);
        width: 20px;
        position: relative;
        top: 4px;
        left: -4px;
    }
}

@media (max-width: 767px) {
/* контейнер */
.fixed-call {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* сама кнопка */
.fixed-call a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
position: relative;
    width: 100%;
    padding: 14px 10px;

    background: #f4a63a;
    color: #000;
    text-decoration: none;

    font-size: 16px !important;
    font-weight: 600;

    /* 🔥 убираем ломающее */
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;

    /* ❌ убираем фон-иконку */
    background-image: none !important;
}

/* иконка (Elementor / FontAwesome / SVG) */
.fixed-call a i,
.fixed-call a svg {
    font-size: 18px !important;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* если вдруг остался ::before с текстом "Call" */
/* .fixed-call a::before {
    content: none !important;
} */
body .fixed-call a:before {
    content: "";
    display: inline-block;

           width: 30px;
        height: 24px;

    background: url(https://lockforgelocksmith.com/wp-content/uploads/2026/03/icon.png) no-repeat center;
    background-size: contain;

    position: relative;
    top: 2px;

    flex-shrink: 0;
}

}