/*
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 label {
  border-radius: 2px;
  color: #777777;
  font-size: .83em;
  text-transform: uppercase;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form input[type="text"] {
  -webkit-appearance: none;
  background: #fafafa;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  box-shadow: none;
  color: #555555;
  height: 45px;
  line-height: 1.428571429;
  margin-top: 10px;
  outline: none;
  padding: 11px 12px;
  transition: all ease-in-out .15s;
  vertical-align: middle;
  width: 100%;
}
.wpcf7-form input[type="email"] {
  -webkit-appearance: none;
  background: #fafafa;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  box-shadow: none;
  color: #555555;
  height: 45px;
  line-height: 1.428571429;
  margin-top: 10px;
  outline: none;
  padding: 11px 12px;
  transition: all ease-in-out .15s;
  vertical-align: middle;
  width: 100%;
}
.wpcf7-form textarea {
  background: #fafafa;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  height: 150px;
  margin-top: 10px;
  max-width: 100%;
  outline: none;
  padding: 11px 12px;
  transition: all ease-in-out .15s;
  width: 100%;
}
/*.wpcf7-form {
  text-align: center;
}*/

.absolute-footer {
  color: rgba(0,0,0,.5);
  font-size: .9em;
  padding: 10px 0 15px;
  border-top: 5px solid #03a8f4;
}

.fa.fa-whatsapp, .fa-viber {
  font-size: 24px;
}

.fa-viber::before {
  font-size: 24px; !important
}

a.button.primary.viber-bttn{
	background-color: #795bef;
}

a.button.primary.wa-bttn{
	background-color: #00C307;
}

div.message-box.relative.at-msg-box {
	border-top: solid 10px #ff0000;
	border-bottom: solid 10px #ff0000;
}

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


}