/*
 Theme Name:   Agni Child
 Theme URI:    https://agni.wpengine.com/
 Description:  Agni Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     agni
 Version:      1.0.0
 Text Domain:  agni-child
*/

.wdt-custom-callback-form .wdt-heading-holder .wdt-heading-content-wrapper {
    opacity: 0;
    display: none;
}
.wdt-custom-callback-form .wpcf7-form-control-wrap {
    display: block;
}
.wdt-custom-callback-form .wpcf7-form-control-wrap input.wpcf7-form-control {
    max-width: 100% !important;
    width: 100% !important;
}
#header-wrapper {
    margin-bottom: 20px;
}
.custom_social_icon .elementor-social-icons-wrapper.elementor-grid {
    word-spacing: 8px !important;
}
.custom_social_icon span.elementor-grid-item a.elementor-icon {
    background-color: transparent !important;
    line-height: 1 !important;
    font-size: 50px !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
}
li.mobile_menu {
    opacity: 0;
    display: none;
}
li.mobile_menu a {
    background-image: linear-gradient(-45deg, var(--e-global-color-accent) 1%, var(--e-global-color-044c953) 100%);
    color: #fff;
}
.industries_image_size .wdt-content-image img.attachment-full {
    height: 250px;
    object-fit: cover;
}
.custom_gallery .gallery figure.gallery-item .gallery-icon a {
    margin: 0px;
}
.custom_gallery .gallery figure.gallery-item .gallery-icon a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media only screen and (min-width: 1281px) {
.main-title-section-wrapper .main-title-section-container {
    padding-top: 0px !important;
}
#header-wrapper.header-top-absolute .main-title-section-wrapper.hide-content .main-title-section-container {
    min-height: 320px;
}
}
@media only screen and (max-width: 1280px) {
.main-title-section-wrapper .main-title-section-container {
    padding-top: 120px  !important;
}
}
@media only screen and (max-width: 767px) {
	li.mobile_menu {
		opacity: 1;
		display: block;
	}
}