/*
Theme Name: Nicely Theme
Theme URI: http://www.madeNicely.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* html elements */ 
p {margin-bottom: 20px;}


/* Nicely Global */ 
.nicely-no-margin p {margin-bottom: 0px !important;}
.nicely-z-index {position: relative; z-index:999;}
.nicely-sticky-row {position:sticky;top:0;z-index:99;}
.nicely-nowrap {white-space: nowrap;}
/* Navigation */
.nicely-mobile-book button{
	font-size: 18px;
	border: none;
	border-radius: 25px;
	padding: 7px 25px;
}
/*Activities Layout */
.nicely-activities-module .uabb-thumbnail-position-left .uabb-blog-post-content {
    width: 64%;
}
.nicely-activities-module .uabb-thumbnail-position-left .uabb-post-thumbnail {
    width: 34%;
}
.wp-block-button__link {
    color: #fff;
    background-color: #c8ad5a;
    border-radius: 0; 
    padding: 10px 25px;
}
.wp-block-button__link:hover, .wp-block-button__link:active  {
    color: #fff;
	background-color: #c69500;
}
@media (max-width: 768px){
		.nicely-activities-module .uabb-thumbnail-position-left .uabb-blog-post-content,
		.nicely-activities-module .uabb-thumbnail-position-left .uabb-post-thumbnail {
   	 		width: 100%;
		}
}