/*
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.   ***************/
.single-post .entry-content.single-page img{
    display: block;
    margin: auto;
}

.single-post .entry-content.single-page figcaption{
    text-align: center
}

.has-equal-box-heights .box-text{
    padding-bottom: 50px;
}

.has-equal-box-heights .box-text a.button{
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
}

.single-contact{
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 16px;
    width: 100%;
}

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


}