/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name: Dialia - Registered Massage Therapy HTML Template   
 * Template URI: https://thememarch.com/demo/html/dialia/
 * Description: Dialia is a registered massage therapy HTML template which comes with the unique and clean design. It helps you to create a beautiful massage therapy HTML website. It's a fully responsive website template. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: https://thememarch.com
 * Version: 2.0
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.about_headline {
    text-align: center;
    margin-top: 15px;
}
footer {
    margin-top: 30px;
}
.stylish-list-sub li::before {
    content: "\f26e";
}
.image-float-right {
    float: right;
    max-width: 48%;
    margin-left: 20px;
}

@media only screen and (max-width: 450px) {
    .image-float-right {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
  }
 ul.bottom-menu{
    list-style: none;
    text-align: center;
	padding: 0px;
}
ul.bottom-menu li{
    display: inline-block;  
}
ul.bottom-menu li:after{
    content: '|';
    color: #535252;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -3px;
}
ul.bottom-menu li:last-child:after{
    display: none;
}
ul.bottom-menu li a{
    font-size: 14px;
    color:#48b7ce;
} 
/*FOOTER SOCIAL MEDIA*/
.footer ul.follow-us{
    list-style: none;
    display: block;
    text-align: center;
	padding:0;
}
.footer ul.follow-us li{
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    font-size: 16px;
}
.footer ul.follow-us li a span{
    display: none;
}
.footer ul.follow-us li a{
    color: #FDFDFD;
    font-size: 14px;
    background: #00CED1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
}
.footer ul.follow-us li a:hover{
    color: #fff;
    background: #16869C;
}
.zmdi-facebook::before,
.zmdi-instagram::before,
.zmdi-linkedin::before{
    font-size: 24px;
}