/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


form.wpcf7-form.init .columns.columns-6 {
    width: calc(50% - 10px);
}

form.wpcf7-form.init .columns.columns-12 {
    width: 100%;
}

form.wpcf7-form.init .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    flex-grow: 1;
}

form.wpcf7-form.init .row:before {
    display: none;
}


form.wpcf7-form.init textarea {
    max-height: 120px;
}

/*MOBILE*/
@media only screen and (max-width: 767px) {
	/*Menu*/
	body div#lqd-mobile-sec-nav {    
		background: url(https://mlweld.ivapix.support/wp-content/uploads/2023/06/ml-weld-menu-cover-2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom right;
		border-bottom: 2px solid #275e7c;
	}
	/*Logo*/
	body .lqd-mobile-sec .navbar-brand {
		width: 65%;
		padding: 5px 0;
	}

	ul#cc73460 {
		display: flex;
		flex-wrap: wrap;
	}

	ul#cc73460 li {
		width: 50%;
	}
}

.elementor-slideshow__title {
    display: none !important;
}
.link-icon.d-inline-flex img.liquid-custom-image-icon {
    width: 18px;
    object-fit: cover;
    height: 18px;
}

ul#menu-footer-nav-3 a {
    display: flex;
    align-items: center;
}