/*
Theme Name:     Autixir Child
Theme URI:      https://tunatheme.com/tf/wp/autixir
Description:    Child theme for Autixir
Author:         TunaTheme
Author URI:     https://tunatheme.com
Template:       autixir
Version:        1.0
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
 
 
 .ltn__feature-item .btn-wrapper {
    display: none;
}

@media (min-width: 2220px){
.ltn__slide-item-3 .row .col-lg-12 {
    position: static !important;
}
    
}

.input-item.date p span input {
    width: 100% !important;
    height: 64px;
    border: 2px solid #E4ECF2;
    padding: 0px 20px;
    color: #8CB2B2;
}

div#wpcf7-f52-p1160-o1 form .row div {
    width: 100%;
}
div#wpcf7-f52-p1160-o1 form .row div input, div#wpcf7-f52-p1160-o1 form textarea {
    margin-bottom: 0;
}

div#wpcf7-f52-p1160-o1 form .row div textarea {
    margin-bottom: 0 !important;
}


.popup-cotainer {
    display:none;
    width: 100vw;
    height: 100vh;
    background-color: #5e767600;
    padding: 200px;
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
    z-index:999999999999999999;
}

.popup-form {
    display:none;
    background-color: white;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0px 0px 20px 10px #00000012;
    width: 60%;
    margin: auto;
    margin-top: auto;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    scale: .9;
}

.popup-form p{
	margin-bottom: 0px;
}


.form-close {
    position: absolute;
    right: 15px;
    top: 3px;
    cursor: pointer;
    font-size: 27px;
	transition:.3s;
}
.form-close:hover {
    color: red;
}

label.input-info-save.mb-0 {
    padding-bottom: 20px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}


@media (max-width: 767px){
.ltn__logo-right-menu-option .ltn__header-options, .ltn__header-4 .ltn__header-options, .ltn__header-5 .ltn__header-options {
    flex: 1;
    justify-content: end;
}
	.ltn__logo-right-menu-option .site-logo-wrap, .ltn__header-4 .site-logo-wrap, .ltn__header-5 .site-logo-wrap {
    justify-content: start;
    margin: 0;
}
	.site-logo-wrap .site-logo {
    min-width: auto;
    max-width: 150px;
}
	
	@media (max-width: 767px){
		.popup-form {
			display: none;
			background-color: white;
			border-radius: 20px;
			padding: 45px 20px 15px 20px;
			box-shadow: 0px 0px 20px 10px #00000012;
			width: 100%;
			margin: auto;
			margin-top: auto;
			position: absolute;
			top: 43%;
			left: 43%;
			transform: translate(-50%, -50%);
			scale: .9;
			z-index: 99999999999999;
		}
}


.ltn__team-item-3:hover .ltn__social-media {
    bottom: -25px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    border-bottom-color: var(--ltn__secondary-color);
    display: none;
}

.special-link-mobile {
    min-width: 180px;
    margin-right: -47px !important;
}


.special-link-mobile a {
    background-color: var(--ltn__secondary-color);
    color: var(--white) !important;
    padding: 15px 30px !important;
    font-family: var(--ltn__heading-font);
    font-weight: 700;
}

@media (min-width: 767px){
	.special-link-mobile{
		display:none;
	}
}

.ltn__video-icon-2{
	display:none;
}
