/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */
.mt-3 {
	margin-top: 15px;
}
html, body {
    height: 100%;
}
#section-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/**Footer CSS **/
.footer-top-wrap{
	padding:0;
}
.footer-wrap .widget_text{
	margin-bottom:0;
}
.custom-footer {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.inline-flex{
  padding: 8px 0;
}
ul.inline-flex li {
  display: inline-flex;
  margin-right: 15px;
}
ul.inline-flex li a{
  transition: all ease 0.5s;
  font-size: 14px;
}
ul.inline-flex li a:before{
	display:none;
}
ul.inline-flex li a:not(:last-child):after {
    content: "|";
    margin-right: 15px;
    padding-left: 20px;
}
/*------- WebSpice CSS Start -------*/
#webspice {
  text-align: right;
}
#webspice a {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#webspice a:hover {
  color: #d2d8db;
}
.bol {
  color: #d99f15;
  font-size: 24px;
}