/*
Theme Name: Bloemenatelier Rosalie
Theme URI: https://bloemenatelierrosalie.nl/
Version: 1.0
Description: Een website ontwerp van <a href="https://kikiontwerpstudio.nl" target="_blank">Kiki Ontwerpstudio</a> voor Bloemenatelier Rosalie
Author: Bas van Disseldorp
Author URI: https://basvandisseldorp.nl
template: bb-theme
*/

/* Add your custom styles here... */

.fl-page a.fl-button{
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
}
.fl-page a.fl-button *{
	color: #fff;
}
.fl-page a.fl-button:hover, .fl-page a.fl-button:visited{
	border-radius: 50%;
}
#header-menu .current-menu-item a, #header-menu .current_page_parent a, #header-menu .current-menu-parent .sub-menu li.current_page_item a{
	position: relative;
	font-weight: bold;
  color: #789E7F;
}
#header-menu .current-menu-item .sub-menu  a, #header-menu .current_page_parent .sub-menu a{
  font-weight: normal;
	color: inherit;
}
#header-menu .current-menu-item .sub-menu a:hover, #header-menu .current_page_parent .sub-menu a:hover{
  color: #789E7F;
}

#header-menu .current_page_parent:after{
	content: "";
	position: absolute;
	border-bottom: 1px solid #789E7F;
	width: calc(100% - 26px);
	left: 13px
}
#header-menu .sub-menu .current_page_item:after{
  display: none;
}
.footer-color{
	color: #000!important;
	font-weight: bold;
}
.red-bg{
    background-color:#C86D57;
    padding: 50px;
}
.dropshadow{
	box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.25);
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .dropshadow{
    box-shadow: 0px 0px 11px 5px transparent !important;
  }
}