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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.gradient-bg {
	background-image: -webkit-linear-gradient(44deg,#01a566,#2178cf);
    background-image: -webkit-linear-gradient(316deg,#01a566,#2178cf);
    background-image: linear-gradient(134deg,#01a566,#2178cf);
}
.wpcf7-form-control-wrap .red-color {
	border:1px solid #949494;
	border-radius: 5px;
}



         .button-dang-ky  {background-image: linear-gradient(to right, #D31027 0%, #EA384D  51%, #D31027  100%); display: block; width: 100%; margin: 0px !important;}
         .button-dang-ky  {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

          .button-dang-ky :hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

.wpcf7-response-output {
	color:#000;
}
.logo a {
	font-size: 20px !important;
}
.black-text .wpcf7-list-item-label, .black-text p{
  color:#252525 !important;
}