/**
 * Rendezvous Bali Fitness - theme
 * 
 * This is an example of Rendezvous Bali Fitness theme for SCHLIX CMS v2.2.x.

  The view templates inside the apps and blocks  folder in this theme provide  you with ample amount of customization.
 * 
 * @copyright 2025 SCHLIX Web Inc
 *
 * @license GPLv3
 *
 * @package balifitness
 * @version 1.0
 * @author  SCHLIX Web Inc <info@schlix.com>
 * @link    http://www.schlix.com
 */

/****************************************************/
/*                Default                           */
/****************************************************/



 .white-bg { background: #fff !important; }
 .gray-bg { background: #f5f6f7 !important; }
 .black-bg { background: #303030 !important; }
 .default-bg { background: #b99044 !important; }
 .transparent-bg { background: transparent !important; }

 /********** Link *********/
 a,
button {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #b99044;
    text-decoration: none;
}
a  {
    outline: medium none;
    color: #666666;
}
/*********** HEADER *********/
.breadcrumb a {color:white}
/*************************
       social-icon
*************************/
.social-link > li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.social-link > li > a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	border: 1px solid #b99044;
	text-align: center;
	border-radius: 100%;
}
.social-link > li > a:hover {
	background-color: #b99044;
	color: #303030;
}

.testimonials-section {background-color: gainsboro;padding-top:30px}
 
.recent-blog-posts .container{padding-top:1rem;padding-bottom:1rem}
.recent-blog-posts p {margin-bottom: 0px;}
