/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: St Francis
Description: Custom theme for St Francis Assisi
Version: 1
Author: Meta Digital 😎
Author URI: http://metadigital.co.nz/
*/
/*========== Primary Variables ===========*/
/*==========Fonts & Headings===========*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Nunito', sans-serif;
  color: #28377A;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Neuton', serif;
}
h2 {
  font-size: 40px;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}
.image-responsive img {
  max-width: 100%;
  height: auto;
}
.align-right {
  text-align: right;
}
/*========== Buttons ===========*/
.gform_button {
  background: transparent;
  border: solid 2px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.ginput_container input,
.ginput_container textarea {
  border: solid 2px;
}
.gfield_label {
  font-weight: 200;
}
.gform_heading h3.gform_title {
  font-size: 35px !important;
  font-weight: 200 !important;
}
.btn {
  background: transparent;
  border: solid 2px;
  border-radius: 0px;
  padding: 5px 30px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .btn {
    padding: 3px 15px;
    font-size: 15px;
  }
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #fff;
  color: #000;
  border: solid 2px #fff;
}
.btn.btn-Blue {
  background: transparent;
  border: solid 2px #28377A;
  color: #28377A;
}
.btn.btn-Blue:hover {
  background: #28377A;
  color: #fff;
}
.btn.btn-White {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
}
.btn.btn-White:hover {
  background: #fff;
  color: #28377A;
}
/*========== Navigation ===========*/
@media (min-width: 768px) and (max-width: 860px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
.shiftnav .shiftnav-inner {
  background: #293779;
  color: #fff;
}
.shiftnav .shiftnav-inner a {
  color: #fff;
}
.navbar {
  background: #28377A;
  height: 90px;
  margin-bottom: 0px;
}
.navbar .menu-enrol a {
  background: #50beff;
  padding: 10px 25px;
  height: 0px;
  margin-top: 25px;
}
.navbar .menu-enrol a:hover {
  background: #50beff;
}
.navbar .shiftnav-toggle-button {
  display: none;
  background: transparent;
  margin-top: 23px;
}
.navbar .shiftnav-toggle-button a {
  text-decoration: none;
}
@media (max-width: 860px) {
  .navbar .shiftnav-toggle-button {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 190px;
  }
}
@media (max-width: 992px) {
  .navbar .container {
    width: 100%;
  }
}
.navbar a {
  color: #fff;
}
.navbar li {
  padding: 0px 15px;
}
.navbar li.active a {
  text-decoration: underline;
}
.navbar li a {
  font-family: 'Neuton', serif;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background-color: #202c67;
}
.padded {
  padding: 30px 0px;
}
section {
  /*========== Banner ===========*/
  /*========== Opening Text ===========*/
  /*========== Quote ===========*/
  /*========== Buckets ===========*/
  /*========== Footer ===========*/
}
section.banner {
  padding-top: 100px;
  padding-bottom: 350px;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 768px) {
  section.banner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
section.banner h1 {
  font-size: 60px;
  font-style: italic;
}
section.opening-text {
  text-align: center;
}
section.quote {
  text-align: center;
}
section.quote h3 {
  font-size: 35px;
  font-style: italic;
}
section.quote hr {
  width: 400px;
  border-top: 3px solid #da2128;
}
@media (max-width: 768px) {
  section.quote hr {
    width: 200px;
  }
}
section.buckets .bucket {
  width: 33.33333333%;
  float: left;
  height: 400px;
  color: #fff;
  padding: 50px;
  font-size: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #28377a;
  color: #ffffff;
}
section.buckets .bucket.half-bucket {
  width: 50%;
}
@media (max-width: 768px) {
  section.buckets .bucket.half-bucket {
    width: 100%;
  }
}
section.buckets .bucket .text {
  font-family: 'Neuton', serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  section.buckets .bucket {
    width: 50%;
    font-size: 35px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  section.buckets .bucket {
    width: 100%;
    font-size: 27px;
  }
}
section.buckets .link-bucket {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  padding: 0px;
  text-align: left;
}
section.buckets .link-bucket a {
  display: block;
  width: 100%;
  background: red;
  height: 100px;
  padding: 15px 0px 15px 30px;
  color: #fff;
  font-family: 'Neuton', serif;
}
@media (max-width: 992px) {
  section.buckets .link-bucket a {
    height: 75px;
    padding: 30px 0px 30px 30px;
  }
}
@media (max-width: 1200px) {
  section.buckets .link-bucket a {
    font-size: 25px;
  }
}
section.buckets .link-bucket a:hover,
section.buckets .link-bucket a :active,
section.buckets .link-bucket a :focus {
  text-decoration: none;
}
section.buckets .social-bucket {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
section.buckets .social-bucket a {
  text-decoration: none;
}
@media (max-width: 1060px) {
  section.buckets .social-bucket {
    padding: 50px 10px;
  }
}
section.buckets .social-bucket .social-link {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  margin: 20px 0px;
  width: 150px;
  font-size: 20px;
  font-weight: 600;
  color: #28377A;
}
@media (max-width: 1230px) {
  section.buckets .social-bucket .social-link {
    width: 120px;
  }
}
@media (max-width: 992px) {
  section.buckets .social-bucket .social-link {
    font-size: 16px;
    width: 140px;
    margin: 0px 0px;
  }
}
section.buckets .social-bucket .social-link img {
  margin: auto;
  display: block;
  margin-bottom: 15px;
}
section.staff img {
  width: 100%;
}
section.staff .staff-name {
  display: block;
  font-size: 24px;
}
section.staff .text {
  text-align: center;
}
section h2.heading {
  text-align: center;
  border: solid 3px;
  border-left: 0;
  border-right: 0;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  font-family: 'Nunito', sans-serif;
}
section.footer {
  background: #28377A;
  color: #fff;
  padding: 40px 0px;
  font-family: 'Neuton', serif;
  border-top: solid 4px #fff;
}
section.footer .social-links {
  margin-top: 20px;
}
section.footer .social-links a {
  background: #50beff;
  border: solid 2px #50beff;
  border-radius: 100px;
  padding: 0px 4px;
  color: #293779;
  margin: 0px 5px;
}
/*========== Bucket Container ===========*/
@media (min-width: 1700px) {
  .bucket-container {
    width: 1700px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*========== Isotope Grid ===========*/
.grid .grid-item {
  width: 20%;
  padding: 20px;
}
@media (max-width: 992px) {
  .grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid .grid-item {
    width: 100%;
  }
}
.grid .grid-item .term {
  display: block;
}
.filter-button-group button {
  background: #50beff;
  color: #28377A;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 5px 15px;
  font-size: 13px;
}
.filter-button-group button:focus {
  outline: none;
}
.staff-grid a.email {
  display: block;
}
.contact-template h2.enrol {
  background: #C2DFF5;
  margin: 0px;
  padding: 30px;
}
.contact-template .enrol-text {
  margin-top: 30px;
}
.contact-template .enrol-text li {
  margin: 20px 0px;
}
.contact-template .contact-box {
  background: #50BEFF;
  padding: 15px 50px;
}
.contact-template ol {
  list-style: none;
}
.contact-template li {
  counter-increment: item;
  margin-bottom: 5px;
}
.contact-template li:before {
  margin-right: 10px;
  content: counter(item);
  color: #50BEFF;
  border-radius: 100%;
  width: 1.2em;
  text-align: center;
  font-size: 40px;
}
.back-to-blog {
  text-align: center;
  margin-top: 30px;
}
/* Slider
==============================*/
#home-slider .item {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home-slider .slider-content {
  position: relative;
  z-index: 10;
}
#home-slider .slider-content h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 8px #000;
}
#home-slider #home-banner-text {
  padding-top: 100px;
  padding-bottom: 300px;
  text-align: right;
}
#home-slider .carousel-control {
  width: 4%;
  opacity: 1;
  background-image: none;
  z-index: 20;
  text-shadow: none;
}
#home-slider .carousel-control svg {
  font-size: 60px;
  font-size: 6rem;
  position: absolute;
  top: 45%;
}
#home-slider .carousel-control.left svg {
  left: 50%;
}
#home-slider .carousel-control.right svg {
  right: 50%;
}
#home-slider .carousel-indicators li {
  background-color: #fff;
  border: none;
  width: 12.5px;
  height: 12.5px!important;
  margin: 0 3px;
}
#home-slider .carousel-indicators li.active {
  background-color: #28377a;
}
#home-slider .carousel-control.left svg {
  color: #fff;
}
#home-slider .carousel-control.right svg {
  color: #fff;
}
/*========== Form  ===========*/
.gfield input,
.gfield textarea {
  background: #e2e2e2;
  border: none;
}
.image-and-text h2 {
  margin-top: -10px;
}
#menu-main-menu .dropdown-menu {
  left: 0;
  min-width: 290px;
  background: #28377a;
  border: 0px;
  padding: 0px;
}
#menu-main-menu .dropdown-menu li {
  min-width: none;
  padding: 0px;
}
#menu-main-menu .dropdown-menu li a {
  padding: 15px 30px !important;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
#menu-main-menu .dropdown-menu .current-menu-item a {
  background: #202c67;
}
#menu-main-menu .dropdown-menu li a:hover {
  background: #202c67;
}
.navbar {
  border-radius: 0px!important;
}
.navbar li {
  padding: 0px;
}
.navbar li a {
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  padding-bottom: 34px!important;
}
#menu-main-menu .dropdown-menu {
  border-radius: 0px;
}
.navbar .current-menu-item a {
  background-color: #202c67;
}
.button a {
  text-decoration: none;
  background: transparent;
  border: solid 2px #28377A;
  color: #28377A;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0px;
}
#glossary-main .gm-heading {
  background-color: #28377a;
}
#glossary-sidebar .g-subheading h4 {
  font-size: 30px;
}
#glossary-sidebar .g-anchor {
  padding: 2.5px 15px;
}
#glossary-sidebar-inner {
  background: #eee;
}
#glossary-sidebar-inner .g-subheading {
  background-color: #28377a;
}
#glossary-sidebar-inner .g-subheading h4 {
  font-size: 30px;
  color: #fff;
  marin-bottom: 2.5px;
  padding: 5px 15px 10px 15px;
  line-height: .8;
}
#glossary-sidebar .g-anchor a {
  color: #28377a;
}
#glossary-sidebar .g-anchor:last-of-type {
  padding-bottom: 5px;
}
#glossary-main .gm-heading h4 {
  font-size: 30px;
  color: #fff;
  padding: 5px 15px 10px 15px;
  line-height: .8;
}
#glossary-main .accordion-toggle {
  font-size: 21px;
}
#glossary-main .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #28377a;
  float: right;
  font-size: 25px;
}
#glossary-main .accordion-toggle.active:after {
  font-family: FontAwesome;
  content: "\f106";
  color: #28377a;
  float: right;
  font-size: 25px;
}
#glossary-main .accordion-content {
  display: none;
}
#newsletter-main .nl-heading h2 {
  font-size: 25px;
}
#newsletter-main .accordion-toggle {
  font-size: 21px;
}
#newsletter-main .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #28377a;
  float: right;
  font-size: 25px;
}
#newsletter-main .accordion-toggle.active:after {
  font-family: FontAwesome;
  content: "\f106";
  color: #28377a;
  float: right;
  font-size: 25px;
}
#newsletter-main .accordion-content {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar li a {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .menu-enrol a {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #glossary-sidebar {
    padding: 0px;
  }
  #home-slider #home-banner-text {
    padding-top: 75px;
    padding-bottom: 200px;
    text-align: right;
  }
  #home-slider .carousel-control svg {
    display: none;
  }
  .navbar-collapse {
    padding: 0px;
  }
  .navbar li a {
    font-size: 15px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .navbar .menu-enrol a {
    font-size: 15px;
    padding: 10px 12.5px;
  }
  .navbar > .container .navbar-brand img {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  #glossary-sidebar {
    padding: 0px;
  }
  #home-slider .slider-content h1 {
    font-size: 40px;
  }
  #home-slider #home-banner-text {
    padding-top: 50px;
    padding-bottom: 150px;
    text-align: right;
  }
  #home-slider .carousel-control svg {
    display: none;
  }
}
