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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --Fcolor: #ec8917;
  --Scolor: #2955ac;
}
.home_about_text {
    padding: 33px;
    background: #fff;
    position: relative;
    left: -70px;
}
h5.post-title a{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.home_about_text p {
    margin-bottom: 0;
}
.home_form .wpcf7 form .wpcf7-response-output {
     margin: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
}
.pb-0{
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .home_about_text {
        padding: 20px;
        position: relative;
        left: unset;
        width: 85%;
        flex-basis: 85%;
        top: -60px;
    }
    h2.heading_001 {
        font-size: 20px;
    }

    h2.heading_001:before, h2.heading_001:after {
        width: 100px;
        left: calc(50% - 50px);
        height: 10px;
    }
}