/*
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.   ***************/
.wpcf7-form input{width: 50% !important;}
.wpcf7-form .wpcf7-submit{width: 50% !important;}

.wpcf7 textarea
{
    width: 50%;
}

img {
    height: auto;
    max-width: 100%;
    display: inline;
}

@media only screen and (max-width: 48em) {

/*マイアカウントページのユーザ名とユーザーID非表示 */
.account-user, .user-id.op-5{
    display: none
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}