/*
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  ***************/


}

.banner h1 {
    font-size: 2.5em;
}


.mytimerow h3 {
    color: #b09546;
}
.mytimerow h5 {
    color: #008f99;
}

form.wpcf7-form {
    direction: rtl;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form placeholder{
  max-width: 100%;
  direction: rtl;
}

.wpcf7 input[type="url"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"]{
  direction: rtl;
}
