/**
* Theme Name: Wellington New
* Author: Glen Elkins
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* text-decoration: none!important; */
  text-decoration: none !important;
}

html {
  overflow-x: hidden;
}

body {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: black;
  font-size: 16px;
}
.ff-stream {
  background: #252468 !important;
  padding: 20px 0 30px;
  -webkit-backface-visibility: hidden;
  min-height: 500px;
  -ms-transition: all 0.6s ease-out 0.1s;
  -moz-transition: all 0.6s ease-out 0.1s;
  -webkit-transition: all 0.6s ease-out 0.1s;
  transition: all 0.6s ease-out 0.1s;
  position: relative;
}
ul.widget-area.first label.screen-reader-text {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  margin-bottom: 20px;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

p:empty {
  display: none;
}

strong {
  font-weight: 600 !important;
}

aside {
  margin-top: 20px;
}

#homeheader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px 0;
  width: 150px;
}
ul#menu-top-right-nav {
  left: -5%;
  position: relative;
}
#homeheader a {
  color: white;
  background-color: #1f1c51;
  background-color: rgba(31, 28, 81, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}

#homeheader ul {
  padding-left: 0;
}

#homeheader ul li {
  list-style: none;
}

#homeheader #logo {
  width: 70%;
  margin: auto;
  margin-bottom: 10px;
}

#home-mobile {
  display: none;
}

#home-mobile-posts .post {
  text-align: center;
  margin-bottom: 15px;
}

.reveal:not(".section-overlay-content") img {
  width: 100%;
  height: 100%;
}

.reveal p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.reveal .slides > section,
.reveal .slides > section > section {
  padding: 0;
}

.reveal .slides > section .section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.reveal .slides > section .section-overlay.fade1 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(42, 41, 100, 0.11) 15%,
    rgba(42, 41, 100, 0.8) 30%
  );
}

.reveal .slides > section .section-overlay.fade2 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(127, 197, 182, 0.11) 15%,
    rgba(127, 197, 182, 0.8) 30%
  );
}

.reveal .slides > section .section-overlay .container {
  margin: auto;
  width: 100%;
  padding-left: 16%;
}

.reveal .slides > section .section-overlay .section-overlay-content {
  color: white;
  padding-top: 6%;
  max-height: 80%;
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.reveal .slides > section .section-overlay .section-overlay-title {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
}

.reveal .slides > section .section-overlay .section-overlay-inner {
  text-align: left;
  font-family: "Raleway", sans-serif;
  position: relative;
}

.section-down {
  position: absolute;
  bottom: 5%;

  z-index: 99999;
  left: 50%;
}

.section-down .section-down-inner {
  position: relative;
  left: -50%;
  text-align: center;
  font-size: 40px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
}

.section-down i {
  color: #1b1755;
}

.reveal .slides > section .section-overlay a {
  color: white;
  font-weight: 400;
}

.reveal .slides > section .section-overlay.fade2 a {
  color: black;
}

.reveal article.front-post {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  margin-bottom: 10px;
  white-space: nowrap;
}

.reveal article.front-post a {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 16px;
}

.reveal article.front-post .post-thumb {
  margin-bottom: 10px;
}

.reveal article.front-post .post-thumb img {
  height: auto;
}

.reveal article.front-post .post-thumb img.taller {
  height: auto;
}

#home-mobile {
  color: white;
  padding: 50px 0;
}

#home-mobile p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

#home-mobile a {
  color: white;
}

#home-mobile .section-overlay-title {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 5px;
}

#mainheader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-bottom: 3px solid #d0d0d0;
  /* height: 75px; */
  z-index: 99999;
}

#mainheader.home {
  display: none;
}

#mainheader .navbar-inverse .navbar-brand {
  max-width: 100px;
}
#mainheader.home .navbar-inverse .navbar-brand {
  max-width: 100px;
  z-index: 999999999;
}

#mainheader .navbar {
  margin-bottom: 0;
}

#mainheader .navbar.navbar-inverse {
  background-color: white;
  border: 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #1f1c51;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li.current_page_ancestor > a {
  color: white;
  background-color: #1f1c51;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: white;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: 0;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: white;
  color: #1b1755;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #1b1755 !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
  background-color: #1b1755 !important;
  color: white !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1b1755;
}

.featured-image img {
  width: 100%;
  height: 633px;
  object-fit: cover;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

img.aligncenter {
  display: block;
  margin: auto;
}

footer {
  clear: both;
  background-color: #1f1c51;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  color: white;
}

.wpcf7-form .feald {
  margin-bottom: 20px;
}

.wpcf7-form input[type="submit"] {
  background-color: transparent;
  -webkit-appearance: none;
  background-color: white;
  color: black;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin: auto;
  border: 0;
  cursor: pointer;
  padding: 10px 20px;
}

.wpcf7-form input[type="text"],
.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"] {
  color: black;
  font-weight: 400;
}

.form-control {
  color: black;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="number"]:focus {
  font-weight: 700;
}

#eventcalendar {
  width: 100%;
}

.monthly-event-list {
  position: relative !important;
  top: 0 !important;
  left: 0;
  background: #edecff !important;
  -webkit-transition: none;
  transition: none;
  display: none;
  float: right;
  width: 50%;
}

.monthly-header {
  width: 50%;
}

.monthly-day-title-wrap {
  width: 50%;
}
.monthly-day-wrap {
  float: left;
  width: 50%;
}

.monthly-event-list-date {
  color: #2a2963;
}

.monthly-event-list a {
  color: #444444 !important;
}

.monthly-list-item {
  border: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb !important;
}

.events-list {
  padding-left: 0;
  margin-left: 0;
}
.events-list li {
  list-style: none;

  width: 100%;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.events-list li:nth-child(even) {
  background-color: #f5f5f5;
}

.events-item-date {
  display: table-cell;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

.events-item-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.blog-post-title {
  font-size: 16px;
}

.blog-post-title a {
  color: black;
}

.blog-post-thumb {
  overflow: hidden;
}

.widget ul {
  padding-left: 0;
}

.widget ul li {
  list-style: none;
  padding: 5px 0;
}

.widget a {
  color: black;
}
a.logo img {
  max-width: 75px;
  margin: 10px;
}
a.logo.hiddens {
  display: none;
}
.element-is-sticky a.logo.hiddens {
  display: block;
}
a.logo.hiddens img {
  max-width: 30px;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1625492820693.vc_row-has-fill.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex
  .vc_column-inner {
  padding-top: 0;
}
nav.navbar.navbar-inverses {
  background-color: #252468 !important;
  /* margin-top: -23px; */
  color: white;
}
.sf__form_errors {
  color: red;
  font-weight: bold;
}
.container-inner {
  max-width: 1300px;
  margin: auto;
}
.sf__form_messages {
  color: green;
  font-weight: bold;
}

.b-wrapper p {
  font-size: 14px;
}

.video-container {
  position: relative;
  padding-bottom: 42.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-post a {
  font-weight: bold;
}

#footer-logos img {
  width: 100%;
  height: auto;
}

#footer-logos [class*="col-"] {
  margin-bottom: 20px;
}
#footer-bottom {
  margin-top: 20px;
}

#mob-school-video-wrap {
  padding-top: 20px;
}

.img-half {
  max-width: 50%;
}

a.page-numbers,
span.page-numbers {
  display: inline-block;
  padding: 10px 20px;
  color: #1f1c51;
}

.page-numbers.current {
  background-color: #1f1c51;
  color: white;
}

#staff-menu {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 99;
}

#staff-menu a.dropdown-toggle {
  color: white;
}

#staff-menu .nav a:hover,
#staff-menu .nav a:focus,
#staff-menu .nav .open > a,
#staff-menu .nav .open > a:focus,
#staff-menu .nav .open > a:hover {
  background-color: transparent !important;
  -webkit-appearance: none !important;
}

#fancybox-wrap {
  top: 50% !important;
  position: fixed !important;
}

#fancybox-outer {
  margin-top: -50% !important;
}

@media screen and (max-width: 1000px) {
  html,
  body {
    overflow: auto;
  }
  #homeheader {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: none;
  }

  #mainheader.home {
    display: block;
  }

  #homeheader #logo {
    width: 100px;
    margin: 0 0 0 10px;
    position: absolute;
  }

  #homeheader ul {
    float: right;
  }

  #homeheader ul li {
    float: left;
  }

  #home-mobile {
    display: block;
  }

  #home-slider {
    display: none;
  }

  .section-overlay-title {
    padding-left: 100px;
  }
  .hide-respond {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #mainheader {
    text-align: right;
  }

  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:active,
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li.current_page_ancestor > a {
    color: #1f1c51 !important;
    background-color: transparent !important;
    -webkit-appearance: none !important;
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    color: #1f1c51;
  }

  #staff-menu {
    display: none;
  }
}

@media screen and (max-height: 750px) {
  .reveal .slides > section .section-overlay .section-overlay-content {
    padding-top: 1%;
  }
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}

footer {
  padding-top: 90px;
  padding-bottom: 90px;
}

footer img {
  width: 100px;
}

footer .footer-title {
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}

footer ul {
  margin-left: 0;
  padding-left: 0;
}
footer ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 12px;
  margin-bottom: 5px;
}

footer ul li a {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  transition: 0.3s;
  font-weight: 400;
}

footer ul li a:hover {
  color: #292966;
  text-decoration: none;
}

footer ul.footer-information li a {
  font-size: 12px;
}

footer ul.footer-information li i {
  width: 30px;
  font-size: 12px;
}

.home.page ul.events-list {
  display: flex;
}
.home.page ul.events-list li {
  flex: 1;
}

.home.page ul.events-list li .calendar-list-icon {
  border: 5px solid #252468;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 30px;
  text-align: center;
  position: relative;
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  color: white;
}

.home.page ul.events-list li .calendar-list-icon .calendar-list-icon-num {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 10;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #252468;
}

.home.page ul.events-list li .calendar-list-icon .calendar-list-icon-month {
  position: absolute;
  font-size: 18px;
  top: 70%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #252468;
}

.home.page ul.events-list li:nth-child(even) {
  background-color: transparent;
  -webkit-appearance: none;
}

.home.page ul.events-list li h3 {
  font-size: 20px;
}

.home.page ul.events-list li a {
  color: #252468;
}

@media screen and (max-width: 768px) {
  .home.page ul.events-list {
    display: block !important;
  }

  .home.page ul.events-list li {
    text-align: center;
  }
  .home.page ul.events-list li .calendar-list-icon {
    float: none;
    margin: auto;
  }
}

/**
#navbarContainerFluid{
    display:flex;
}

.navbar-header{
    flex:1;
    float:none;
    max-width: 100px;
}

#mainNavbar{
    flex:1;
    padding-top:17px;
}

#mainNavbar ul{
    display: table !important;
    margin:auto !important;
}

#mainNavbar .mega-current-menu-item a{
    background:white !important;
    color:#333 !important;
    font-weight: bold !important;
}

#mainNavbar .mega-current-menu-item ul li  a{
    font-weight: normal !important;
    color:#333 !important;
}

#mainNavbar a:hover{
    background: white !important;
    font-weight: bold;
    color:#333 !important;
}

#mega-menu-wrap-inner .mega-menu-toggle{
    background:transparent !important;
    -webkit-appearance: none !important;
 }**/

#mega-menu-wrap-inner .mega-menu-toggle {
  background: transparent;
  -webkit-appearance: none;
}

#mega-menu-wrap-inner
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner,
#mega-menu-wrap-inner
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::before,
#mega-menu-wrap-inner
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::after {
  background-color: #252468;
}

@media screen and (max-width: 768px) {
  #mega-menu-wrap-inner .mega-menu-toggle + #mega-menu-inner {
    background: #252468;
  }

  #navbarContainerFluid {
    display: flex;
    background-color: transparent !important;
    -webkit-appearance: none !important;
  }

  #mega-menu-wrap-inner {
    background: transparent !important;
    -webkit-appearance: none !important;
  }

  .navbar-header {
    float: none;
    flex: 1;
    max-width: 100px;
  }

  #mainNavbar {
    float: none;
    flex: 1;
  }

  .navbar.navbar-inverse {
    background-color: transparent !important;
    -webkit-appearance: none !important;
  }

  .mega-menu-toggle {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  #navbarContainerFluid {
    display: flex;
  }

  .navbar.navbar-inverse {
    background-color: transparent !important;
    -webkit-appearance: none !important;
  }

  .navbar-header {
    float: none;
    flex: 1;
    max-width: 100px;
  }

  #mainNavbar {
    float: none;
    flex: 1;
  }

  #mega-menu-inner {
    display: table !important;
    padding-top: 0px !important;
  }

  #mega-menu-inner .mega-menu-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #mega-menu-inner .mega-menu-item > .mega-sub-menu {
    position: fixed !important;
    z-index: -1 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #mega-menu-inner .mega-current-menu-item > a {
    background: white !important;
    font-weight: bold !important;
    color: #252468 !important;
  }
  #mega-menu-inner .mega-menu-item > a:hover {
    background: white !important;
    color: #252468 !important;
    text-decoration: underline !important;
  }

  #navbarContainerFluid {
    display: flex;
    background-color: transparent !important;
    -webkit-appearance: none !important;
  }

  #mega-menu-wrap-inner {
    background: transparent !important;
    -webkit-appearance: none !important;
  }
}

h4.mega-block-title {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}
a.logo span {
  font-weight: 400;
  font-size: 23px;
  position: relative;
  top: 13px;
  max-width: 107px;
  display: inline-block;
  color: #252468;
}
ul#menu-top-right-nav li {
  display: inline-flex;
  /* width: 15%; */
  top: 45px;
  font-size: 20px;
  position: relative;
  margin-right: 10px;
}

a.hcontact {
  background: #252468;
  top: -79px;
  position: relative;
  line-height: 0.8;
  height: 38px;
  padding: 11px;
  font-size: 18px;
  color: white;
  border-radius: 7px;
}
#mega-menu-wrap-inner #mega-menu-inner > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: white;
  text-transform: none;
  font-weight: 600;
  text-decoration: none !important;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  outline: none;
}
.shiftnav-main-toggle-content.shiftnav-toggle-main-block {
  background: #252468;
}



#mainheader form#searchform {
    max-width: 400px;
    /* float: right; */
    top: 16px;
    position: relative;
    left: 50%;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 1500px) {

  #mainheader form#searchform {
    max-width: 400px;
    /* float: right; */
    top: 16px;
    position: relative;
    left: 55% !important;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  ul#menu-top-right-nav {
    left: -21%!important;
    position: relative;
  }
  #mainheader form#searchform {
    max-width: 400px;
    /* float: right; */
    top: 16px;
    position: relative;
    left: 33% !important;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 800px) {
  header#mainheader .col-sm-4 {
    right: 0 !important;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .sidebar.sidebar-first {
    display: none;
  }
  #mainheader form#searchform {
    /* float: right; */
    top: 0 !important;
    position: relative;
    text-align: center;
    left: 0 !important;
  }
  ul#menu-top-right-nav {
    left: 0 !important;
    position: relative;
  }
  #mainheader form#searchform {
    max-width: 400px;
    /* float: right; */
    top: 16px;
    position: relative;
    left: 33% !important;
    overflow: hidden;
    width: 100%;
  }
  .shiftnav,
  .shiftnav *,
  .shiftnav-toggle,
  .shiftnav-toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3em;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    background: none #252468 !important;
  }
}
