.site-header-top .fl-module-content .fl-html {
  text-align: center;
  font-style: italic; }

.site-primary-menu .pp-advanced-menu .menu a {
  transition: all .3s ease-in-out; }
.site-primary-menu .pp-advanced-menu .menu > li > a .menu-item-text {
  position: relative; }
  .site-primary-menu .pp-advanced-menu .menu > li > a .menu-item-text:after {
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 100%; }
.site-primary-menu .pp-advanced-menu .menu > li.current-menu-item > a .menu-item-text {
  color: #000; }
  .site-primary-menu .pp-advanced-menu .menu > li.current-menu-item > a .menu-item-text:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    opacity: 1;
    top: 110%; }
.site-primary-menu .pp-advanced-menu .menu > li a:hover .menu-item-text:after,
.site-primary-menu .pp-advanced-menu .menu > li a:focus .menu-item-text:after {
  opacity: 1;
  width: 100%;
  left: 0; }
@media only screen and (min-width: 992px) {
  .site-primary-menu .pp-advanced-menu .menu > li {
    position: relative; }
    .site-primary-menu .pp-advanced-menu .menu > li:after {
      position: absolute;
      left: 100%;
      top: 15px;
      width: 2px;
      height: 14px;
      background-color: #000;
      display: block;
      content: ''; }
    .site-primary-menu .pp-advanced-menu .menu > li:last-child:after {
      display: none; } }

.site-footer-copyright a {
  text-decoration: underline;
  transition: all .3s ease-in-out; }
  .site-footer-copyright a:hover, .site-footer-copyright a:focus {
    text-decoration: none; }

#backtotop .pp-button-icon {
  display: block; }

.bg-rounded .fl-module-content .fl-html {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important; }
.bg-rounded.svg-40 .fl-module-content {
  margin: 0 20px; }
  .bg-rounded.svg-40 .fl-module-content svg {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto; }

.courgette {
  font-family: "Courgette", cursive !important;
  font-weight: 400; }

.iframe-border .fl-module-content iframe {
  border: 5px solid #000 !important; }
