/* Center Module Title */ 
.rstpl-title {
    text-align: center;
}

/* Logo Text - Google Dancing Script Font */
.rstpl-navigation .navbar .rstpl-brand h1 {
  /* font-family: 'Dancing Script', cursive; */
  /* font-weight: 700; */
  font-style: italic;
  font-size: 30px;
  }

/* Logo Text - Adobe Relation Two Font */
/* Add to Header: <link rel="stylesheet" href="https://use.typekit.net/mrl1oku.css"> */
/*
.rstpl-navigation .navbar .rstpl-brand h1 {
     font-family: relation-two,sans-serif;
     font-weight: 700;
     font-style: normal;
     font-size: 30px;
  }
*/

/* Expanding the Mobile Menu */ 
@media (max-width: 979px) {
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu li.item-197 > .dropdown-menu {
opacity: 1;
display: block;
visibility: visible;
max-height: 100%;
}
}

/* Enlarging the Logo  */
.rstpl-navigation .navbar .rstpl-brand.image img {
    height: 70px;
}

@media (max-width: 979px) {
.rstpl-navigation .navbar .rstpl-brand.image img {
    height: auto;
    max-width: 250px;
}
}

/* Remove extra whitespace above pagebuilder content */
#rstpl-all-content-position {
margin: 0;
}

/* Change font size of checkbox */
.checkbox {
    font-size: 20px;
    color: green;
}

/* Remove extra whitespace above pagebuilder content */
#rstpl-all-content-position {
    margin: 0;
}
