/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

#site-logo .logo-img {
    margin-top: -4px;
}

.header-phone{
	position: relative;
	top: 4px;
}

.header-phone:hover{
	text-decoration: none;
}

.header-phone:before{
	content: "";
    background-image: url(/wp-content/uploads/2026/01/phone.svg);
    width: 21px;
    height: 21px;
    background-size: cover;
    display: inline-block;
    top: 5px;
    position: relative;
    right: 7px;
	animation-name: trin;
    animation-duration: 3.5s;
    animation-iteration-count: 2;
    animation-timing-function: linear;
	animation-delay: 2s;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.qwe img{
	margin-top: -162px;
    margin-bottom: -21px;
}

.pad100 .wpex-post-cards-loop .wpex-carousel__stage-outer{
	padding-top: 130px;
}

::placeholder {
    padding-top: 1px;
}
.wpcf7-submit{
	width: 100%;
    border-radius: 27px;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .wpex-select-wrap {
    margin-block-start: 3px;
    margin-bottom: 11px;
    border-radius: 0px 10px 0px 10px;
}


@media (max-width : 767.98px) {
	.pad100 .wpex-post-cards-loop .wpex-carousel__stage-outer {
		padding-top: 29px;
	}
	.qwe img{
		margin-top: -62px;
		margin-bottom: 0px;
	}
	#hero{
		background-image: url(/wp-content/uploads/2026/01/hero.png) !important;
	}
	.header-phone:before {
		width: 15px;
		height: 15px;
		top: 3px;
		right: 7px;
	}
	.header-fixed-height #site-header-inner {
		height: 65px;
	}
	#icons .pad{
		background: #fff;
        padding: 10px 15px;
        border-radius: 15px;
        margin-left: 20px;
	}
}