/*
	Theme Name:     Mobex Child
	Theme URI:      http://www.enovathemes.com/mobex
	Description:    Mobex - Auto Parts Woocommerce WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       mobex
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.wpcf7-submit{
background-color:red!important;
color:white!important;
border:none;
padding:20px;
}
.wpcf7-submitblog{
background-color:black!important;
color:white!important;
border:none;
padding:20px;
}
/* et_social_links
	----*/

		.et-social-links {
			display: inline-flex;
			gap: 4px;
			align-items: center;
			justify-content: flex-start;
		}

		.filter > .et-social-links {
			flex-direction: column;
			gap: 0;
		}

		.et-social-links a {
			display: inline-block;
			vertical-align: middle;
			position: relative;
			text-align: center;
			width: 28px;
			height:28px;
			line-height: 28px;
			transition: all 300ms ease-out;
            border-radius: 6px;
		}

		.et-social-links a:before {
			content: "";
			width: 100%;
			height: 100%;
            transition: inherit;
           	position: absolute;
           	top: 0;
           	left: 0;
           	display: block;
		}

		.et-social-links a:last-child
		{margin-right: 0 !important;}

		.et-social-links.styling-original-true a {
		    transition: all .6s cubic-bezier(.19,1,.22,1);
		    backface-visibility: hidden;
		    transform-origin: 0 100%;
		    background-color: #fff !important;
		}

		.et-social-links.styling-original-true a:hover {
    		transform: translateY(-4px);
		}

		.et-social-links.stretching-true {
			display: flex;
			justify-content:space-between;
		}

		.styling-original-true a:before {
			background: #fff !important;
		}
        .styling-original-true a.facebook{background:#3b5998!important}
        .styling-original-true a.instagram{background:#bc2a8d!important}
        .styling-original-true a.youtube{background:#b00!important}
        .styling-original-true a.tiktok{background:#000!important}
        .styling-original-true a.whatsapp{background:#55b750!important}
	



