/**
* Theme Name: Crete Child
* Description: This is a child theme of Crete, generated by Auto Installer.
* Author: <a href="https://teconce.com/about">Teconce</a>
* Template: crete
* Version: 1.5.4
*/

.betah2 {
    font-size: 44px !important;
    line-height: 54px !important;
}

header .logo-wrapper img {
    width: auto !important;
    height: 70px !important;
}

.contact-img {
    height: 100% !important;
}

.ct-contact-card-content h6 {
    font-size: 20px !important;
    line-height: 30px !important;
}

div.tnp-subscription form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    column-gap: 10px;
}

.tnp-submit {
    background-color: var(--theme-primary-color) !important;
    color: var(--white-color) !important;
}

.tnp-submit:hover {
    background-color: #1F1F1F !important;
}

.footer-widget img {
    width: 120px;
    margin: 0 auto;
    display: block;
}

.crb-brand-slider .single-item {
    padding: 10px;
    min-height: 120px;
    display: flex;
    align-content: center;
}

.crb-brand-slider .single-item img {
    max-height: 100px !important;
}

.contact-form label {
    display: block;
    font-weight: 500;
    color: var(--headings-color);
    margin-bottom: 24px;
}

.call-me {
    padding: 40px;
}

.hm2-blog-card .feature-image {
    max-height: 210px;
    min-height: 210px;
}

ul.srd-feature-list {
    list-style: none;
}

.bp-blog-section img {
    max-height: 260px;
    object-fit: cover;
}

.page-numbers li {
    list-style: none;
}

.footer-widget .widget-title,
.footer-sidebar .widget-title {
    color: var(--white-color) !important;
}

form.submitting button {
    pointer-events: none;
    background: var(--border-gray);
    color: var(--bs-body-color);
}

form.submitting button:after {
    content: 'Bekleyiniz...';
}

form.submitting button span {
    display: none;
}

.wpcf7-response-output {
    color: var(--bs-body-color);
}

.mobile-menu .logo {
    background: unset !important;
    width: 110px;
    padding: 0;
    margin: 0 auto;
}



#icons {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 9999999;
}

#icons .phone,
#icons .whatsapp,
#icons .email,
#icons .remove,
#icons .more {
    background: #000;
    color: #fff;
    display: none;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

#icons .phone a,
#icons .whatsapp a,
#icons .email a,
#icons .remove a,
#icons .more a {
    display: block;
    padding-top: 13px;
}

#icons .phone svg,
#icons .whatsapp svg,
#icons .email svg,
#icons .remove svg,
#icons .more svg {
    width: 32px !important;
    height: 32px;
    fill: #fff;
    display: block;
    margin: 0 auto;
}

#icons .phone:hover,
#icons .whatsapp:hover,
#icons .email:hover,
#icons .remove:hover,
#icons .more:hover {
    opacity: 0.8;
}

#icons .more {
    display: block;
    background: #3b5897;
    padding-top: 13px;
}

#icons .phone {
    background: #42b121;
}

#icons .whatsapp {
    background: #4dc247;
}

#icons .email {
    background: #202020;
}

#icons .remove {
    background: var(--bs-danger);
    padding-top: 13px;
}

#icons .more:before,
#icons .more:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #3b5897;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    pointer-events: none;
}

#icons .more:after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {

        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

#references img {
    height: 60px;
}

#references .slick-slide {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email] {
    padding: 8px !important;
}