/*
Theme Name: duyanhweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#newsletter-signup-link { 
    padding: 18px;
    border-radius: 19px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    background-color: rgba(249, 249, 249, 1.00);
}

#newsletter-signup-link input.wpcf7-form-control.wpcf7-submit.has-spinner { 
	background: linear-gradient(135deg, #f1663a 0%, #f9b43b 100%);
    width: 250px;
    height: 50px;
    border-radius: 28px;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s 
ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(241, 102, 58, 0.2);
    margin: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	body .div-quytrinh > div {
		width: 100%;
		margin: 0 !important;
		text-align: left;
		margin-bottom: 30px !important;
	}
	
	body .div-quytrinh div p {
		margin-bottom: 0;
	}
	
	.x-scroll {
		overflow-x: auto;
	}
	
}