/*
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.   ***************/
.bottom-contact {
    display: block;
    position: fixed;
    background: white;
    width: 100%;
    z-index: 100;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    width: auto;
    z-index: 150;
    bottom: 100px;
    right: 15px;
}
.hide-des{
	display:none;
}
.bottom-contact ul {
    margin: unset;
}
.bottom-contact ul li {
    list-style: none;
    text-align: center;
    font-size: 13.5px;
    padding: 10px;
	    padding-top: 0;
    padding-bottom: 3px;
}
.bottom-contact ul li img{    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;}

blockquote {
    padding: 20px 15px 0px 10px !important;
    margin: 8px 0 !important;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border: 1px solid #03A24E !important;
    border-radius: 10px !important;
    margin: 25px 0 !important;
    font-style: unset !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
 blockquote::before {
    color: #03A24E;
    font-size: 55px;
    top: -12px;
    background: white;
    width: unset;
}
blockquote::before {
    content: "“";
    position: absolute;
    left: 10px;
    top: -16px;
    width: 30px;
    height: 30px;
    line-height: 1;
    font-family: Arial;
    font-size: 72px;
    color: #03A24E;
}
.single .entry-content {
    padding-bottom: 1.5em;
    padding-top: 0;
}
.entry-header-text {
    padding: 0 0;
}
#ez-toc-container {

    width: 100%;
}
.post-item .box-vertical .box-text {

        vertical-align: top;
    }
.post-item a{color:#000; font-weight:bold;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}