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

.contactinf {
 margin-left:250px;
 position:absolute;
}
.telcontact  {
color: #fff;
}

.searicon  {
width:200px;
}

.nav-column>li>a,.nav-dropdown>li>a,.nav-vertical-fly-out>li>a,.nav>li>a {
    color: #000;
}
.box-image {
       max-height: 250px;
}
.actungtrue {
 color:#00a046;
 font-weight: bold;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/*.sear  {
 display:none;
}
 .searicon  {
 display:none;
}*/

.contactinf {

 position:  inherit;
  margin-left:0px;
 margin-bottom:10px;

}
.telcontact  {
color: #334862;
}


}

