/* Base (Keep top) */
/* Base Colours */
/* Template Colour Scheme */
/* Primary Colours */
/* Primary Colours */
/* Secondary Colours */
/* Secondary Colours */
/* Custom Content Colours */
/* Custom Content Colours */
/* Template Colour Scheme */
/* / Base Colours */
/* 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;
}

/* Paragraphs , Lists , Strong etc */
.lgreen {
  background-color: #B4DBC0;
}

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

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

/* Paragraphs , Lists , Strong etc */
#tribe-events table tbody tr:first-child {
  background-color: #f9f9f9 !important;
}

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

/* Quotes */
blockquote {
  padding: 16px;
  background: ghostwhite;
  border-left: 16px solid #B66355;
  border-right: 2px solid #B66355;
  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: #B4DBC0 !important;
  border: 0px;
  padding: 10px !important;
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
/* Base (Keep top) */
/* Layout Styles */
/* Contact Bar */
.contact-bar {
  background: #A2B54D;
  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: #B4DBC0;
  position: relative;
  z-index: 999;
}

.submenu {
  border: 0px;
  background: #A2B54D !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 */
.logo-small {
  float: right;
}

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

.menu-icon,
.title-bar-title {
  position: relative;
  top: 10px;
}

@media only screen and (min-width: 40rem) {
  .logo-wrapper {
    position: relative;
  }
  .logo-wrapper .logo {
    width: 118px;
    height: 92px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -30px;
    margin-left: -59px;
  }
}

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

.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: #B4DBC0 !important;
}

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

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

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

.footer-bottom p {
  font-size: 0.8rem;
}

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

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

.footer-logo {
  background-size: 75% !important;
  background-position: right bottom !important;
}

@media screen and (max-width: 1260px) {
  .footer-logo {
    background-size: 75% !important;
    background-position: center !important;
  }
}

/* Footer */
.backstretch {
  background: #cecece;
  position: relative;
}

.backstretch .holder {
  width: 100%;
  height: 100%;
  width: 105%;
  background-image: url("../../child/img/slider-bar.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slider-text h2 {
  font-size: 1.6rem;
  margin: 2rem 0;
}

.slider-text img {
  padding: 0 2rem 0 1rem;
}

/* Tile Area */
/* .top-section .demo-site-logo {max-width: 320px;} */
.menu-bar .top-bar {
  background-color: transparent;
  padding: 0rem !important;
}

.menu-bar .top-bar ul {
  background-color: transparent;
}

/* Home */
.welcome {
  padding: 6rem 1rem;
}

.welcome h2 {
  margin-bottom: 1rem;
}

.welcome .grid-container {
  max-width: 56rem;
}

.welcome p {
  margin-bottom: 1.6rem;
  margin-top: 1rem;
}

.text-block .photo1 {
  background-repeat: no-repeat;
  background-position: 20% 20%;
  background-size: cover;
}

.text-block .photo2 {
  background-repeat: no-repeat;
  background-position: 20% 50%;
  background-size: cover;
}

.block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.block-text h2 {
  text-transform: uppercase;
  color: #ffffff;
}

.block-text h3 {
  text-transform: uppercase;
}

.block-text p {
  margin: 0 auto;
  margin-bottom: 1.6rem;
  margin-top: 1rem;
  line-height: 1.6rem;
  color: #ffffff;
}

.house-points {
  padding: 4rem 1rem;
}

.house-points h2 {
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}

.house-points .house-image {
  position: relative;
}

.house-points .house-image h3 {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 0.5rem 1.4rem;
}

.house-points h3 {
  color: #fff;
}

.house-points h5 {
  color: #fff;
  margin-bottom: 0px !important;
}

.house-points .house-foot {
  padding: 1.4rem;
}

.house-points .house-foot a {
  color: #fff !important;
}

/* Home */
@media screen and (max-width: 1280px) {
  .block-text {
    padding: 4rem;
  }
  .house-points .house-image h3 {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .house-foot {
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 680px) {
  .photo1 {
    min-height: 280px;
  }
  .photo2 {
    min-height: 280px;
  }
  .menu-icon, .title-bar-title {
    top: 0px !important;
  }
  .title-bar {
    padding: 0.8rem !important;
    padding-bottom: 0.6rem !important;
    background-color: #004000 !important;
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #00867c transparent transparent;
  }
}

/* Breadcrumbs */
.breadcrumbs li {
  font-size: inherit;
  text-transform: none;
}

.breadcrumbs a {
  color: #333;
  opacity: 0.4;
}

/* Breadcrumbs */
/* page */
.page-wrapper {
  padding: 1rem;
  padding-top: 1rem;
  background-color: #f4f4f4;
  padding-bottom: 12rem;
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* page */
/* Page Content */
.page-content {
  padding-bottom: 1rem;
  padding: 1.6rem;
  background: #fff;
  border-bottom: 4px solid #edebeb;
}

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

.page-content a {
  color: #B4DBC0;
}

.sub-calendar {
  border-radius: 26px;
  border: 0px !important;
  background-color: #B66355;
  background-image: url("../img/calendar.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 4px solid #b02b98 !important;
}

.sub-calendar h2 {
  color: #fff !important;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  margin-top: 0px !important;
}

.sub-calendar h4 {
  color: #fff !important;
  margin-bottom: 0px !important;
}

/* Page Content */
/* Back Btn */
.back-btn .fi-play::before {
  -webkit-transform: rotateZ(180deg) !important;
          transform: rotateZ(180deg) !important;
  opacity: 0.2;
  margin-right: 4px;
}

/* Back Btn */
/* Sidebar */
/* In this section */
.section-menu {
  border: 0px !important;
}

.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.4rem 0rem !important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

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

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

.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;
}

/* In this section */
/* Sidebar */
@media (max-width: 1024px) {
  .footer h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 780px) {
  .footer img {
    max-width: 120px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 640px) {
  .home-header {
    min-height: 420px;
  }
  .contact-bar p {
    font-size: 0.7rem;
  }
  .aimsandvalues {
    height: auto !important;
  }
  .calendar {
    height: auto !important;
    float: left;
    width: 100%;
  }
  .calendar .head {
    position: relative !important;
    padding-bottom: 0rem !important;
  }
  .calendar .foot {
    position: relative !important;
  }
  .calendar h2 {
    line-height: 6rem;
    margin: 0px;
  }
  .menu-bar {
    padding: 1rem !important;
  }
  .logo-bar {
    text-align: center !important;
  }
  .logo-bar-right {
    text-align: center !important;
  }
  .head-message {
    min-height: 320px;
  }
  .small-callout {
    min-height: 120px;
  }
}

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