/*
Theme Name:     Accru
Description: 	Accru Theme
Author:         Christom Web Design
Author URI:     http://www.christom.com.au/
Version:        1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=PT+Serif");
/**********************************************/
/*                   GLOBAL                   */
/**********************************************/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[href^="tel:"] {
  color: inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

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

@media screen and (max-width: 768px) {
  .aligncenter {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .alignnone {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexbox.container {
  height: 100%;
}

.col {
  float: left;
}

.col.x75 {
  width: 75%;
}

.col.x50 {
  width: 50%;
}

.col.x33 {
  width: 33%;
}

.col.x25 {
  width: 25%;
}

.col.x20 {
  width: 20%;
}

@media screen and (max-width: 1023px) {
  .col {
    width: 50% !important;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .col {
    width: 100% !important;
  }
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:hover {
  color: white;
  text-decoration: none;
}

.btn.default {
  text-decoration: none;
  font-size: 20px;
  margin: 8px;
  line-height: 50px;
  min-width: 207px;
  border-radius: 15px;
}

.btn.border {
  background: none !important;
}

.btn.border.blue {
  -webkit-box-shadow: inset 0 0 0 2px #0093b2;
  box-shadow: inset 0 0 0 2px #0093b2;
  color: #0093b2;
}

.btn.border.blue:hover {
  background: #0093b2 !important;
  color: #fff;
}

.btn.border.teal {
  -webkit-box-shadow: inset 0 0 0 2px #00ab8e;
  box-shadow: inset 0 0 0 2px #00ab8e;
  color: #00ab8e;
}

.btn.border.teal:hover {
  background: #00ab8e !important;
  color: #fff;
}

.blue {
  background: #0093b2;
  color: #fff;
}

.blue:hover {
  background: #0289a6;
}

.teal {
  background: #00ab8e;
  color: #fff;
}

.teal:hover {
  background: #028e76;
}

@media screen and (max-width: 1023px) {
  .flexslider .flex-control-paging {
    bottom: 0;
  }
}

.flexslider .flex-control-paging li a {
  background: rgba(3, 158, 134, 0.32);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 14px;
  height: 14px;
}

.flexslider .flex-control-paging li a:hover, .flexslider .flex-control-paging li a.flex-active {
  background: #039e86;
}

/**********************************************/
/*                   TYPOGRAPHY               */
/**********************************************/
body {
  font-family: "Tahoma", sans-serif;
  font-size: 14px;
  color: #333;
}

h1 {
  font-family: 'PT Serif', serif;
  font-size: 48px;
  margin: 0;
}

h2 {
  font-family: 'PT Serif', serif;
  font-size: 40px;
  margin: 0;
}

h3 {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  margin: 0;
}

h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  margin: 0;
}

h5 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
}

p {
  line-height: 1.75em;
}

a {
  color: #00ab8e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.read-more a {
  font-family: 'Tahoma', sans-serif;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.read-more a:hover {
  color: #00ab8e;
}

.read-more a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  font-size: 18px;
  position: absolute;
  right: -15px;
  color: #00ab8e;
}

.spacer {
  display: block;
}

@media screen and (max-width: 1023px) {
  .spacer {
    display: none;
  }
}

/**********************************************/
/*                   MAIN                     */
/**********************************************/
.container {
  position: relative;
  width: 100%;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

@media screen and (min-width: 1110px) {
  .container {
    width: 1110px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.error-404 {
  background: #161616;
  padding: 208px 0 100px;
  text-align: center;
  color: #fff;
}

/**********************************************/
/*                   HEADER                   */
/**********************************************/
.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: white;
}

.site-header.sticky {
  position: fixed;
  background: white;
}

.site-header.sticky .topbar {
  display: none;
}

.site-header.sticky .header-block ul li {
  line-height: 74px;
}

.site-header.sticky .header-block ul li a {
  color: #fff;
}

.site-header.sticky .header-block ul li a i {
  color: #fff;
}

.site-header.sticky .header-block ul li span {
  display: none;
}

.site-header.sticky .site-branding {
  margin: 10px 0;
}

.site-header.sticky .main-navigation {
  margin-top: 14px;
}

.site-header .site-branding {
  display: inline-block;
  float: left;
  max-height: 54px;
  margin: 22px 0;
}

.site-header .site-branding h1 {
  margin: 0;
}

.site-header .site-branding h1 a {
  display: inline-block;
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .site-header {
    position: relative;
    background: #fff;
  }
  .site-header .header-block {
    right: 14px;
  }
}

.footer-block {
  position: absolute;
  right: 0;
  top: 13px;
}

.footer-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-block ul li {
  float: left;
  font-size: 16px;
  padding: 0 10px;
}

.footer-block ul li a {
  color: #000;
  text-decoration: none;
}

.footer-block ul li a i {
  color: #00ab8e;
  font-size: 1.25em;
  margin-right: 10px;
}

.footer-block ul li a:hover {
  text-decoration: underline;
}

.topbar {
  background: #04a3c3;
}

@media screen and (max-width: 1023px) {
  .topbar {
    display: none;
  }
}

.header-block {
  float: right;
  padding: 10px;
}

.header-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header-block ul li {
  float: left;
  font-size: 16px;
  padding: 0 10px;
}

.header-block ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header-block ul li:last-child {
  padding-right: 0;
}

.header-block ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.header-block ul li a i {
  color: #fff;
  font-size: 1.25em;
  margin-right: 10px;
}

.header-block ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .header-block {
    right: 50px !important;
    top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .header-block ul li {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-block ul li a {
    font-size: 20px;
  }
  .header-block ul li a i {
    color: #fff;
  }
  .header-block ul li a span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-block ul li a span {
    display: none;
  }
}

/**********************************************/
/*                   NAVIGATION               */
/**********************************************/
.main-navigation {
  float: right;
  margin-top: 28px;
}

@media screen and (max-width: 1023px) {
  .main-navigation {
    display: none;
  }
}

.main-navigation #menu-main-menu {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.main-navigation #menu-main-menu li {
  float: left;
}

.main-navigation #menu-main-menu li a {
  display: block;
  line-height: 42px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.main-navigation #menu-main-menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #00ab8e;
  height: 1px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main-navigation #menu-main-menu li a:hover:before {
  right: 0;
}

.header-mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}

.slicknav_menu {
  display: inline-block;
  background: none !important;
  padding: 0;
}

.slicknav_menu .slicknav_nav {
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  background: #333;
  z-index: 999;
  padding: 1em 0;
}

.slicknav_menu .slicknav_nav a {
  margin: 0;
  padding: 0.75em 30px;
}

.slicknav_menu .slicknav_nav a:hover {
  background: none;
  color: #0093b2;
}

.slicknav_menu .slicknav_nav a a {
  padding: 0;
}

.slicknav_menu .slicknav_nav .sub-menu {
  margin: 0 0 0 30px;
  padding: 1em 0;
}

.slicknav_menu .slicknav_nav .sub-menu li {
  position: relative;
}

.slicknav_menu .slicknav_nav .sub-menu li:before {
  position: absolute;
  line-height: 30px;
  font-size: 24px;
  top: 3px;
}

.slicknav_menu .slicknav_nav .sub-menu li:hover:before {
  color: #0093b2;
}

.slicknav_menu .slicknav_btn {
  background: none;
  position: absolute;
  right: 1em;
  top: 25px;
  margin: 0;
}

/**********************************************/
/*                   SOCIAL MEDIA             */
/**********************************************/
.social-media-list {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-media-list li {
  float: left;
  margin: 0 7px;
}

.social-media-list li a {
  display: block;
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 1.75em;
  border-radius: 15px;
}

.content_sm {
  list-style-type: none;
  margin: 0;
}

.content_sm li {
  float: left;
  margin-right: 1em !important;
}

.content_sm li:before {
  display: none;
}

.content_sm li a {
  color: #00ab8e;
  text-decoration: none;
}

/**********************************************/
/*                   HOME                     */
/**********************************************/
#flexslider-container {
  background: #fff6ee;
  font-size: 1.125rem;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  #flexslider-container {
    font-size: 0.85rem;
  }
}

#flexslider-container .flexslider {
  margin: 0;
  border: 0;
}

#flexslider-container .flexslider .slides li {
  background-image: none !important;
  position: relative !important;
}

@media screen and (max-width: 1023px) {
  #flexslider-container .flexslider .slides li .container {
    padding: 0 4em;
  }
}

#flexslider-container .flexslider .slides li .flex-caption {
  color: #fff;
}

@maxq (1109) {
  #flexslider-container .flexslider .slides li .flex-caption {
    font-size: 0.85rem;
  }
}

@maxq (1023) {
  #flexslider-container .flexslider .slides li .flex-caption {
    display: none;
  }
}

#flexslider-container .flexslider .slides li .flex-caption h1 {
  font-size: 2.67em;
}

#flexslider-container .flexslider .slides li .flex-caption ul {
  list-style-type: none;
  padding-left: 0;
}

#flexslider-container .flexslider .slides li .flex-caption ul li {
  margin: 0.5em 0;
}

#flexslider-container .flexslider .slides li .flex-caption ul li:before {
  content: '+';
  margin-right: 1em;
}

#flexslider-container .flexslider .slides li .flex-caption .custom-heading {
  font-size: 1.75em;
}

#flexslider-container .slider-overlay {
  position: absolute;
  top: 0;
  padding-top: 118px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#flexslider-container .slider-overlay .container {
  height: 100%;
}

#flexslider-container .slider-overlay .container .flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 1em;
  top: auto;
  left: 0;
  bottom: 10%;
}

@media screen and (max-width: 1440px) {
  #flexslider-container .slider-overlay .container .flex-caption {
    top: 20px;
    font-size: 0.875rem;
  }
  #flexslider-container .slider-overlay .container .flex-caption h1 {
    font-size: 1.75em !important;
  }
  #flexslider-container .slider-overlay .container .flex-caption .btn.default {
    font-size: 12px;
    line-height: 24px;
    min-width: auto;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  #flexslider-container .slider-overlay .container .flex-caption {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #flexslider-container .slider-overlay .container .flex-caption ul, #flexslider-container .slider-overlay .container .flex-caption p {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #flexslider-container .slider-overlay {
    padding-top: 0;
  }
}

#flexslider-container .flex-control-nav {
  top: auto;
  right: auto;
  bottom: 1.25em;
  z-index: 9;
}

#flexslider-container .flex-control-nav li {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  #flexslider-container .flex-control-nav {
    display: none;
  }
}

#flexslider-container .slider-mobile .slides > li {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

#flexslider-container.page-banner .slider-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#flexslider-container.page-banner .slider-overlay .container {
  height: auto;
}

#flexslider-container.page-banner .slider-overlay .container .flex-caption {
  position: relative;
  top: auto;
}

/**********************************************/
/*                   PAGE                     */
/**********************************************/
.site-content {
  min-height: 35vh;
}

.breadcrumbs {
  margin: 1em 0;
  color: #777;
}

.breadcrumbs span {
  margin: 0 5px;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.sec-row {
  padding: 88px 0;
}

@media screen and (max-width: 1023px) {
  .sec-row {
    padding: 22px 0;
  }
}

.sec-row.sec-content {
  padding: 0;
}

.sec-row.sec-content .full-width {
  padding: 0 !important;
}

.sec-row.sec-content ul {
  list-style-type: none;
  line-height: 2em;
  padding: 0;
}

.sec-row.sec-content ul li:before {
  content: '+';
  margin-right: 1em;
  color: #0093b2;
}

.sec-modules {
  background: #f8f8f8;
  padding-bottom: 0;
}

.sec-modules .mods {
  display: none;
  margin-bottom: 88px;
}

@media screen and (max-width: 1023px) {
  .sec-modules .mods {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sec-modules .mods {
    margin-bottom: 1em;
  }
}

.sec-modules .mods .thumbs {
  float: left;
  width: 100px;
}

.sec-modules .mods .thumbs img {
  max-width: 100%;
}

.sec-modules .mods .content {
  float: left;
  width: 69%;
}

.sec-content .element-row blockquote {
  margin: 0;
  font-size: 24px;
  padding: 14px 0 14px 20px;
  border-left: 3px solid #00ab8e;
}

.sec-content .element-row blockquote p {
  margin: 0;
  line-height: 1.25em;
}

.sec-content .element-row blockquote em {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-top: 1em;
}

.sec-content .sub-content {
  display: none;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .sec-content .sub-content {
    display: block;
  }
}

.sec-content .sub-content:nth-child(odd) {
  padding-right: 15px;
}

@media screen and (max-width: 1023px) {
  .sec-content .sub-content:nth-child(odd) {
    padding-right: 0;
  }
}

.sec-content .sub-content:nth-child(odd) .image-container {
  right: 15px;
}

@media screen and (max-width: 1023px) {
  .sec-content .sub-content:nth-child(odd) .image-container {
    right: 0;
  }
}

.sec-content .sub-content:nth-child(odd) .content-container {
  float: right;
}

.sec-content .sub-content:nth-child(even) {
  padding-left: 15px;
}

@media screen and (max-width: 1023px) {
  .sec-content .sub-content:nth-child(even) {
    padding-left: 0;
  }
}

.sec-content .sub-content:nth-child(even) .image-container {
  left: 15px;
}

@media screen and (max-width: 1023px) {
  .sec-content .sub-content:nth-child(even) .image-container {
    left: 0;
  }
}

.sec-content .sub-content:nth-child(even) .content-container {
  float: left;
}

.sec-content .sub-content .image-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.sec-content .sub-content .content-container {
  max-width: 540px;
  min-width: 540px;
}

.sec-content .sub-content .content-container img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

@media screen and (max-width: 1109px) {
  .sec-content .sub-content .content-container {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .sec-content .sub-content .content-container {
    padding: 44px 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.sec-content .sub-content .content-container.padded {
  padding: 88px 0;
}

.sec-content .sub-content .content-container .btn {
  font-size: 14px;
  line-height: 34px;
  min-width: 140px;
}

.sec-content .sub-content .content-container ul {
  list-style-type: none;
  padding-left: 0;
}

.sec-content .sub-content .content-container ul li {
  margin: 0.5em 0;
}

.sec-content .sub-content .content-container ul li:before {
  content: '-';
  margin-right: 1em;
}

@media screen and (max-width: 1023px) {
  .sec-content .sub-content.image-class {
    height: 50vh;
    padding-right: 0;
  }
}

.sec-content .sub-content .section-map .acf-map {
  width: 100%;
  height: 531px;
}

.sec-content .sub-content table {
  margin: 1.5em 0;
}

.sec-content .sub-content table tr td {
  vertical-align: top;
  padding: 0.5em 0;
}

.sec-content .sub-content table tr td:first-child {
  padding-right: 1em !important;
}

.sec-post-carousel .sec-title {
  text-align: center;
  margin-bottom: 2em;
}

.sec-post-carousel #post-carousel {
  margin: 0;
  border: 0;
}

.sec-post-carousel #post-carousel .post-carousel-item .content {
  padding: 20px;
}

.sec-post-carousel #post-carousel .post-carousel-item .content h3 {
  font-size: 20px;
}

.sec-post-carousel #post-carousel .post-carousel-item .content h3 a {
  color: #000;
}

.sec-post-carousel #post-carousel .post-carousel-item .content h3 a:hover {
  color: #00ab8e;
  text-decoration: none;
}

.sec-testimonial {
  background: #f8f8f8;
  text-align: center;
}

.sec-testimonial #testimonial-carousel {
  background: none;
  margin: 0;
  border: 0;
}

.sec-testimonial #testimonial-carousel .flex-control-nav {
  bottom: 0 !important;
}

.sec-testimonial #testimonial-carousel ul {
  display: inline-block;
  max-width: 730px;
  margin-bottom: 2em;
}

.sec-testimonial #testimonial-carousel ul li .content img {
  display: inline-block;
  max-width: 114px;
  margin: 0.5em 0 1.5em;
}

.sec-testimonial #testimonial-carousel ul li .content span {
  display: block;
}

.sec-testimonial-grid h3 {
  text-align: center;
}

.sec-testimonial-grid #testimonial-grid ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}

.sec-testimonial-grid #testimonial-grid ul li {
  position: relative;
  float: left;
  width: 23%;
  margin: 0 1%;
  padding: 0 0 75px;
  border-bottom: 2px solid #039e86;
  margin-bottom: 25px;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .sec-testimonial-grid #testimonial-grid ul li {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .sec-testimonial-grid #testimonial-grid ul li {
    width: 98%;
    margin: 0 1%;
    padding-bottom: 25px;
    display: block;
  }
}

.sec-testimonial-grid #testimonial-grid ul li .image {
  display: block;
  width: 100%;
  height: 100px;
}

.sec-testimonial-grid #testimonial-grid ul li .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  width: auto;
}

.sec-testimonial-grid #testimonial-grid ul li .meta {
  position: absolute;
  bottom: 25px;
  line-height: 1.75em;
}

@media screen and (max-width: 767px) {
  .sec-testimonial-grid #testimonial-grid ul li .meta {
    position: relative;
    bottom: auto;
  }
}

.sec-global-cta {
  position: relative;
  background-size: cover !important;
  background-attachment: fixed !important;
  color: #fff;
  font-size: 1.43em;
}

.sec-global-cta .overlay {
  position: absolute;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
}

.sec-global-cf {
  font-size: 1.145em;
}

.sec-team {
  padding: 88px 0 !important;
}

.sec-team h4 {
  margin: 1em 0;
}

.sec-team .team-member {
  list-style-type: none;
  margin: 2em 0 0;
  padding: 0;
}

.sec-team .team-member li {
  float: left;
  width: 31.33%;
  margin: 0 1%;
}

@media screen and (max-width: 767px) {
  .sec-team .team-member li {
    width: 48%;
    margin: 0 1%;
  }
}

.sec-team .team-member li img {
  max-width: 100%;
  height: auto;
}

nav.pagination {
  clear: both;
  text-align: center;
}

nav.pagination h2 {
  display: none;
}

nav.pagination .nav-links {
  display: inline-block;
}

nav.pagination .nav-links .page-numbers {
  background: #00ab8e;
  padding: 5px 10px;
  color: #fff;
}

nav.pagination .nav-links .page-numbers.current {
  background: #0093b2;
}

/**********************************************/
/*                   SINGLE                   */
/**********************************************/
#acc_online .container {
  padding-top: 0 !important;
}

.single article {
  padding: 44px 0;
}

.single article header {
  margin-bottom: 1em;
}

.single article h1 {
  margin-bottom: 0.25em;
}

.single article time.updated {
  display: none;
}

.single article .entry-content ul {
  list-style-type: none;
  line-height: 2em;
}

.single article .entry-content ul li {
  position: relative;
  padding-left: 24px;
}

.single article .entry-content ul li:before {
  content: '+';
  position: absolute;
  left: 0;
  color: #0093b2;
}

span.date {
  display: inline-block;
  margin-top: 1em;
  color: #a3a3a3;
}

.comment-reply-title,
.comments-title {
  font-family: "Tahoma", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.comment-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.comment-list li {
  background: #f8f8f8;
  padding: 2em;
}

.comment-form {
  max-width: 600px;
}

.comment-form p label {
  display: inline-block;
  width: 100%;
}

.comment-form p textarea,
.comment-form p input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 1em;
  color: #ddd;
}

.comment-form p textarea.submit,
.comment-form p input.submit {
  color: #fff;
  background: #0093b2;
}

/**********************************************/
/*                   PLUGINS                  */
/**********************************************/
.slicknav_menu .slicknav_icon-bar {
  background-color: #000;
}

.gform_body ul li:before {
  display: none;
}

#gform_4 .gform_footer #gform_submit_button_4 {
  width: 206px;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
  background: #0093b2;
  text-align: center;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #gform_4 .gform_footer #gform_submit_button_4 {
    width: 100%;
  }
}

#gform_4 li {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #gform_4 li {
    margin: 0.5em 0;
  }
}

#gform_4 li input {
  line-height: 36px;
  margin: 1em 0;
}

#gform_4 li textarea {
  height: 128px;
}

#gform_4 li select {
  height: 50px;
  width: 100%;
  color: #757575;
  margin: 1em 0;
}

#gform_4 li .ginput_container {
  margin: 0;
}

#gform_4 .gsection {
  margin-bottom: 1em;
}

#gform_4 .gsection h2 {
  margin-bottom: 1em;
}

#gform_1 {
  margin-top: 2em;
}

#gform_1 #gform_fields_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
  grid-auto-rows: minmax(50px, 50px);
}

@media screen and (max-width: 767px) {
  #gform_1 #gform_fields_1 {
    display: block;
  }
}

#gform_1 #gform_fields_1 li {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #gform_1 #gform_fields_1 li {
    margin: 0.5em 0;
  }
}

#gform_1 #gform_fields_1 li input {
  line-height: 36px;
}

#gform_1 #gform_fields_1 li textarea {
  height: 128px;
}

#gform_1 #gform_fields_1 li select {
  height: 50px;
  width: 100%;
  color: #757575;
}

#gform_1 #gform_fields_1 li label {
  display: none;
}

#gform_1 #gform_fields_1 li .ginput_container {
  margin: 0;
}

#gform_1 #gform_fields_1 .one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

#gform_1 #gform_fields_1 .two {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

#gform_1 #gform_fields_1 .three {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

#gform_1 #gform_fields_1 .four {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

#gform_1 #gform_fields_1 .five {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

#gform_1 .gform_footer {
  text-align: center;
}

#gform_1 .gform_footer #gform_submit_button_1 {
  width: 206px;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
  background: #0093b2;
  text-align: center;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  #gform_1 .gform_footer #gform_submit_button_1 {
    width: 100%;
  }
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}

.gform_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100% !important;
}

@media screen and (max-width: 1023px) {
  .one_fifth {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .one_fifth {
    width: 50%;
    clear: none;
    float: left;
  }
}

@media screen and (max-width: 419px) {
  .one_fifth {
    width: 100%;
  }
}

@media screen and (max-width: 1109px) {
  .one_fifth .btn.default {
    min-width: auto;
    width: 98%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 1023px) {
  .one_fifth .btn.default {
    font-size: 14px;
  }
}

.alm-filter {
  text-align: center;
  margin-bottom: 2em;
}

.alm-filter ul {
  display: inline-block;
}

.alm-filter li {
  float: left !important;
  margin: 8px !important;
  clear: none !important;
}

.alm-filter li:before {
  display: none;
}

.alm-filter li a {
  display: block;
  line-height: 34px !important;
  padding: 0 26px !important;
  -webkit-box-shadow: inset 0 0 0 2px #00ab8e;
  box-shadow: inset 0 0 0 2px #00ab8e;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #00ab8e !important;
}

.alm-filter li a:before, .alm-filter li a:after {
  display: none !important;
}

.alm-filter li a.active, .alm-filter li a:hover {
  background: #00ab8e;
  color: #fff !important;
  text-decoration: none;
}

.alm-btn-wrap {
  clear: both;
  text-align: center;
}

.alm-btn-wrap button {
  background: #00ab8e;
  color: #fff;
  border: none;
  line-height: 34px;
  text-align: center;
  padding: 0 26px;
  cursor: pointer;
}

.alm-btn-wrap button.done {
  display: none;
}

.alm-listing .css-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

@media screen and (max-width: 1000px) {
  .alm-listing .css-grid {
    -ms-grid-columns: (minmax(200px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .alm-listing .css-grid {
    -ms-grid-columns: (minmax(280px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(280px, 1fr));
  }
}

.alm-listing .css-grid div .img-wrap {
  position: relative;
  margin-bottom: 1em;
}

.alm-listing .css-grid div .img-wrap a img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.alm-listing .css-grid div .img-wrap .wrap-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.15);
}

.alm-listing .css-grid div .img-wrap .wrap-overlay span {
  display: block;
  margin: 10px 0 0 10px;
  color: #fff;
}

/**********************************************/
/*                   FOOTER                   */
/**********************************************/
#before-footer {
  background: #00ab8e;
  color: #fff;
  padding: 80px 0;
}

#before-footer .bfb .widgettitle {
  margin: 0;
  font-size: 18px;
  font-family: Tahoma, Geneva, sans-serif;
}

#before-footer .bfb ul {
  list-style-type: none;
  padding: 0;
  margin-top: 1.5em;
}

#before-footer .bfb ul li {
  margin: 1em 0;
}

#before-footer .bfb ul li a {
  text-decoration: none;
  color: #fff;
}

#before-footer .bfb ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #before-footer .bfb {
    width: 50% !important;
  }
}

.site-footer {
  background: #fff;
  padding: 57px 0 46px;
}

.site-footer .site-info {
  margin: 0 auto;
  max-width: 540px;
  text-align: center;
}

.site-footer .site-info .site-title {
  margin: 0;
}

.site-footer .footer-block {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 28px;
  margin-bottom: 40px;
}

.site-footer .footer-block ul {
  display: inline-block;
}

@media screen and (max-width: 567px) {
  .site-footer .footer-block ul li {
    width: 100%;
    margin: 0.5em 0;
  }
}

#menu-footer-menu {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 50px 0 0;
}

#menu-footer-menu li {
  float: left;
  color: #000;
}

@media screen and (max-width: 767px) {
  #menu-footer-menu li:last-child {
    clear: both;
    margin-top: 1em;
    width: 100%;
  }
  #menu-footer-menu li:last-child:before {
    display: none;
  }
}

#menu-footer-menu li a {
  text-decoration: none;
  color: #000;
}

#menu-footer-menu li a:hover {
  text-decoration: underline;
}

#menu-footer-menu li:not(:first-child):before {
  content: '|';
  margin: 0 11px;
  color: #000;
}

.author-wrap {
  display: inline-block;
  padding: 44px 0;
  border-top: 1px solid #f6f6f6;
}

.author-wrap h3 {
  font-size: 1.5em;
  color: #00ab8e;
}

.author-wrap img {
  float: left;
  margin: 0 10px 10px 0;
}

.author-wrap span {
  font-weight: bold;
}

.author-wrap span.author-title {
  color: #0093b2;
}
