/* 
Theme Name:		Hello Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.shortcode-btn-mx{
    background-color: #D64000;
    border-radius: 4px;
    box-shadow: none;
    height: 45px;
    overflow: hidden;
    border: none;
    padding: 0 10px;
    font-weight: 700;
    min-width: 103px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background-size: 1.4rem 1.4rem;
}

.shortcode-btn-mx:hover, .shortcode-btn-mx:focus {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-animation: animation-bar 2.8s linear infinite;
    animation: animation-bar 2.8s linear infinite;
}

@media(max-width: 991px){
	#brand-section > div{
		/* overflow-x: scroll!important; */
	}
	
	#brand{
		min-width: 300px!important;
        width: 100%!important;
	}
}

@media(max-width: 767px){
	#brand-section > div{
		/* overflow-x: scroll!important; */
	}
	
	#brand{
		min-width: 300px!important;
        width: 100%!important;
	}
}

@media (max-width: 359px) {
    #brand {
        min-width: 260px !important;
        width: 100% !important;
    }
}