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


}
.ft-top {
  display: flex;
  font-size: 13px;
  border-bottom: 1px solid #036d5ec9;
  margin-bottom: 10px;
}
.ft-top .ft_left {
  padding-right: 20px;
}
.ft-top .ft_left .ft-title {
  color: #ffffff;
  text-align: left;
}
.ft-top .ft_left .ft-title p {
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px 0 10px;
  font-weight: 500;
}
.ft-top .ft_left .ft-social {
  width: 80%;
  text-align: right;
  padding: 5px 0 10px;
  padding-right: 40px;
  display: flex;
}
.ft-top .ft_left .ft-social a {
  display: inline-block;
  margin: 0 10px;
  font-size: 0;
}
.ft-top .ft_left .ft-social a::before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.ft-top .ft_left .ft-social a.ft-phone {
  background-color: #fdbb63;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  font-weight: 600;
  padding-right: 15px;
  height: 43px;
  display: flex;
}
.ft-top .ft_left .ft-social a.ft-phone::before {
  content: "\f095";
  width: 33px;
  margin: 5px 10px;
}
.ft-top .ft_left .ft-social a.ft-fb:hover::before {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.ft-top .ft_left .ft-social a.ft-fb::before {
  content: "\f09a";
  width: 34px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: fb 1500ms infinite;
  -moz-animation: fb 1500ms infinite;
  -ms-animation: fb 1500ms infinite;
  -o-animation: fb 1500ms infinite;
  animation: fb 1500ms infinite;
}
.ft-top .ft_left .ft-social a.ft-youtube:hover::before {
  background-color: #C4302B;
  color: #ffffff;
  border-color: #C4302B;
}
.ft-top .ft_left .ft-social a.ft-youtube::before {
  content: "\f16a";
  width: 34px;
  -webkit-animation: youtube 1500ms infinite;
  -moz-animation: youtube 1500ms infinite;
  -ms-animation: youtube 1500ms infinite;
  -o-animation: youtube 1500ms infinite;
  animation: youtube 1500ms infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ft-top .ft_right {
  display: flex;
  align-items: center;
}
.ft-bottom {
  display: flex;
  font-size: 13px;
}
.ft-bottom ul {
  list-style: none;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.ft-bottom ul .icon-address {
  margin-bottom: 0;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.ft-bottom ul .icon-address::before {
  content: "\f041";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
}
.ft-sub {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ft-sub a {
  color: #ffffff;
  text-decoration: underline;
}