/* Base (Keep top) */
/* Base Colours */
/* Template Colour Scheme */
/* Primary Colours */
/* Primary Colours */
.green {
  background-color: #77ba36;
}

.lblue {
  background-color: #45b8ee;
}

.mblue {
  background-color: #2482fc;
}

.dblue {
  background-color: #0952b1;
}

.orange {
  background-color: #ed5154;
}

/* Secondary Colours */
/* Secondary Colours */
/* Custom Content Colours */
/* Custom Content Colours */
/* Template Colour Scheme */
/* / Base Colours */
/* Fonts */
/* Fonts */
/* Widths */
/* Widths */
/* Alignment & Positions */
/* Alignment & Positions */
/* Padding & Margins */
/* Padding & Margins */
/* Font */
/* Font */
/* Shadows , Radius' & Others */
/* Shadows , Radius' & Others */
/* Lists & Borders  */
/* Lists */
body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Headings  */
h1 {
  color: #77ba36;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-family: 'Poppins', sans-serif;
}

h3 {
  font-family: 'Poppins', sans-serif;
}

h4 {
  font-family: 'Poppins', sans-serif;
}

h5 {
  font-family: 'Poppins', sans-serif;
}

h6 {
  font-family: 'Poppins', sans-serif;
}

/* Headings */
.row {
  max-width: 68rem;
}

/* Paragraphs , Lists , Strong etc */
p {
  color: #676666;
}

ul {
  list-style: circle;
}

ul li {
  color: #676666;
}

table tbody tr:first-child {
  background-color: #77ba36;
}

table tbody tr:first-child td {
  color: #fff;
}

/* Paragraphs , Lists , Strong etc */
/* Links and Hovers */
a {
  color: #77ba36;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer !important;
}

a:hover {
  color: #b02b98;
}

a:active {
  color: #b02b98;
}

/* Links and Hovers */
/* Buttons */
.button {
  background: #66a725;
  color: #fff !important;
}

.button:hover {
  background: #45b8ee;
}

/* Buttons */
/* Images */
img {
  max-width: 100%;
}

/* Quotes */
blockquote {
  padding: 16px;
  background: ghostwhite;
  border-left: 16px solid #2482fc;
  border-right: 2px solid #2482fc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Quotes */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wpcf7-submit {
  background: #77ba36 !important;
  border: 0px;
  padding: 10px !important;
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
/* Base (Keep top) */
/* Layout Styles */
/* Contact Bar */
.contact-bar {
  background: #45b8ee;
  padding: 0.4rem;
}

.contact-bar p {
  color: #fff !important;
  margin-bottom: 0px;
}

.contact-bar a {
  color: #fff !important;
  margin-bottom: 0px;
}

/* Contact Bar */
/* Centered Menu */
.menu-bar {
  background: #fff;
  border-bottom: 3px solid #fff;
  position: relative;
  z-index: 999;
}

.submenu {
  border: 0px;
  background: #45b8ee !important;
}

.logo-small {
  margin-bottom: -10px;
  margin-top: -9px;
  position: relative;
  z-index: 999;
}

.menu .active > a {
  background: transparent;
  font-weight: bold;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}

/* Variables */
/* Small Navigation */
.menu .active > a {
  color: #77ba36;
}

.title-bar {
  padding: 0 .5rem;
  background: #77ba36;
}

.top-bar {
  background-color: #fff;
}

.top-bar ul {
  background-color: #fff;
}

.top-bar ul a {
  color: #000;
  font-weight: bold;
}

.top-bar ul a:hover {
  color: #77ba36 !important;
}

.site-logo {
  margin-bottom: -3rem;
  background-color: white;
  position: relative;
  z-index: 10;
  border-radius: 30px;
  padding: 10px;
  padding-bottom: 10px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.3;
}

/* Centered Menu */
/* Footer */
.footer {
  padding: 3rem 1rem;
  background: #77ba36;
}

.footer h3 {
  color: #fff;
  font-weight: bold;
}

.footer ul {
  list-style: none;
  margin-left: 0rem;
}

.footer ul li {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer ul li a:hover {
  color: #77ba36 !important;
}

.footer p {
  color: #fff !important;
}

.footer img {
  max-width: 180px;
}

.footer-bottom {
  padding: 0.4rem;
  background: #66a725;
}

.footer-bottom a {
  color: #fff !important;
}

.footer-bottom a:hover {
  color: #fff !important;
}

.logos {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Footer */
.backstretch {
  min-height: 600px;
  position: relative;
}

.home-header {
  background-size: cover;
}

.home-header .text-area {
  position: absolute;
  float: left;
  width: 100%;
  bottom: 0px;
}

.home-header .text-area h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
  font-size: 4rem;
}

.home-header .text-area h4 {
  color: #fff;
  margin-bottom: 0px;
}

.home-header .text-area h5 {
  color: #fff;
  margin-bottom: 0px;
  margin-bottom: 80px;
}

.home-header .downarrow {
  padding: 20px;
  max-height: 119px;
  padding-bottom: 40px;
}

.box-area {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: none;

}

.box-area h1 {
  color: #fff;
  padding-bottom: 2rem;
  text-transform: uppercase;
}


.box-area-two {
  background-image: none;
  min-height: 300px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.box-area-two .card {
  border-width: 0px;
  color: #fff !important;
}

.box-area-two .card p {
  color: #fff !important;
}

.box-area-two .card a {
  color: #fff !important;
}

.box-area-two .card .card-section.orange p {
  margin-bottom: 0px;
  font-size: 110%;
  text-transform: uppercase;
}

.box-area-two .card .card-section.orange h4 {
  text-transform: uppercase;
}

.box-area-two .card .hover-link {
  background: #ed5154;
  padding: 1rem;
  margin: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.box-area-two .callout {
  border-width: 0px;
  color: #fff !important;
}

.box-area-two .callout p {
  color: #fff !important;
}

.box-area-two .callout a {
  color: #fff !important;
}

.box-area-three {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.box-area-three h2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.box-area-three .callout {
  border-width: 0px;
}

.box-area-three .callout img {
  width: 60%;
  margin: 20px 20%;
}

.box-area-three .callout a {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}

.accreds-slider {
  margin-bottom: 0px !important;
}

.accreds-slider img {
  margin: 0 auto;
}

/* Tile Area */
/* page */
.page-wrapper {
  background: #fff;
  padding: 1rem;
  padding-top: 0rem;
  padding-bottom: 12rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../img/girl_opac.png"), url("../img/boy_opac.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}

/* page */
/* Page Content */
.page-content {
  padding-bottom: 1rem;
  padding: 1.6rem;
  margin-top: 3rem;
}

.page-content h1 {
  font-weight: bold;
}

.page-content a {
  color: #77ba36;
}

/* Page Content */
/* Sidebar */
/* In this section */
.section-menu {
  background: #77ba36;
  border-width: 0px;
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
  margin-top: 3rem;
  background-image: url("../img/boy_opac.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section-menu h3 {
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  padding-bottom: 0.6rem !important;
}

.section-menu ul {
  list-style: none;
  margin-left: 0px !important;
}

.section-menu li {
  padding: 0.6rem 1.2rem !important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.section-menu li:hover {
  background: #45b8ee;
  color: #fff;
}

.section-menu li a {
  color: #fff !important;
}

.section-menu li a:hover {
  color: #fff !important;
}

.sidebar .tile {
  position: relative;
  padding: 0rem;
  margin-bottom: 1.6rem;
}

.sidebar .tile h1 {
  color: #fff;
}

.sidebar .tile h2 {
  color: #fff;
}

.sidebar .tile h3 {
  color: #fff;
}

.sidebar .tile h4 {
  color: #fff;
}

.sidebar .tile .content {
  padding: 1rem;
  min-height: 220px;
}

.sidebar .tile .foot {
  padding: 1rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.sidebar .tile .foot h4 {
  color: #fff !important;
  margin-bottom: 0rem;
  font-size: 1.3rem;
}

.calendar {
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
  border-width: 0px;
  color: #fff !important;
}

.calendar p {
  color: #fff !important;
}

.calendar a {
  color: #fff !important;
}

.calendar .card-section.orange p {
  margin-bottom: 0px;
  font-size: 110%;
  text-transform: uppercase;
}

.calendar .card-section.orange h4 {
  text-transform: uppercase;
}

.calendar .hover-link {
  background: #ed5154;
  padding: 1rem;
  margin: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.twitter {
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
  border-width: 0px;
  color: #fff !important;
}

.twitter p {
  color: #fff !important;
}

.twitter a {
  color: #fff !important;
}

/* In this section */
/* Sidebar */
@media (max-width: 952px) {
  .box-area {
    background-image: none;
  }
  .box-area-three {
    background-image: none;
  }
}

@media (max-width: 640px) {
  .home-header {
    min-height: 420px;
  }
  .menu-bar {
    padding: 1rem !important;
  }
  .logo-bar {
    text-align: center !important;
  }
  .logo-bar-right {
    text-align: center !important;
  }
  .site-logo {
    margin-bottom: 1rem;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
  .home-header .text-area h1 {
    font-size: 2rem;
  }
}

/* Layout Styles */
/*# sourceMappingURL=itchyrobot.css.map */