
@font-face {
  font-family: English;
  src: url(/wp-content/themes/hello-elementor/custom/EnglishTowne.woff);
}

html, body {
  overflow-x: hidden !important;
}


/** Oxford font **/
#top-section .oxford * {
  font-family: English;
  font-size: 6rem;
  text-shadow: 1px 1px #aaa;
}


header .site-title a {
  display: flex;
}

header .site-title a .name {
  font-family: English;
}

header .site-title a .sub-name {
  font-size: 47%;
  padding-left: 10px;
  border-left: 1px solid;
  margin-left: 10px;
}



/** header **/
/**header.site-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: white;
}

div[data-elementor-type="wp-page"] {
  margin-top: 70px;
}

header h1.site-title {
  font-size: 2rem;
}

header.site-header {
  padding-top: 0;
  padding-bottom: 0;
}**/

/** hamburger icon and dropdown menu **/
header .site-navigation-toggle-holder .site-navigation-toggle {
  border: 1px solid #ccc;
  background-color: inherit;
  color: #666;
  margin: -1px;
}

header .site-navigation-dropdown ul.menu li a {
  font-weight: bold;
  padding: 15px;
  margin-left: 20px;
  font-size: 95%;
  background-color: inherit;
}

header .site-navigation-dropdown ul.menu li a:hover {
  background-color: #fafafa;
}

header .site-navigation-dropdown ul.menu li:first-child {
  border-top: 2px solid #aaa;
}


/** stylize lists **/
.style-lists ul {
  padding-left: 1rem;
}


.style-lists ul li {
  list-style: none;
  position: relative;
}

.style-lists ul li::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 0.2rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid #bbb;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

/** media-specific **/
@media only screen and (max-width: 480px) {

  body .services-gallery .gallery figure:nth-child(2) {
    display: none;
  }

}


@media only screen and (min-width: 768px) {

  .oxford * {
    font-size: 7rem;
  }

}

@media only screen and (max-width: 767px) {

  .style-lists ul {
    font-size: 90%;
  }

}


/** fixes **/
.events-section-fix {
  padding-top: 0 !important;
}
