/*
Theme Name: Solihull Community Housing 2021
Description: A custom theme.
Author: Caroline Elisa Haggerty
Theme URI: https://www.solihullcommunityhousing.org.uk/
Author URI: https://carolineelisa.com/
Version: 5


*/


/* Eric Meyer's Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* My Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  font-weight: inherit;
  font-style: inherit;
}
/*The basics*/
@font-face {
  font-family: 'Azo-Sans-Light';
  src: url('fonts/rui_abreu_-_azosans-light-webfont.woff2') format('woff2'),
       url('fonts/rui_abreu_-_azosans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Azo-Sans-Medium';
  src: url('fonts/rui_abreu_-_azosans-medium-webfont.woff2') format('woff2'),
       url('fonts/rui_abreu_-_azosans-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html, body {
  color:#3f484f;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Azo-Sans-Light', sans-serif;
  line-height:1.6em;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 2.8em;
  line-height:1.2em;
  margin-bottom:1em;
  color: #26817e;
  /* font-family: 'Azo-Sans-Medium', sans-serif; */
}
h2 {
  font-size: 2em;
  margin-top:1em;
}
h3 {
  font-size: 1.6em;
  margin-bottom:.5em;
  margin-top:.75em;
}
h4 {
  font-family: 'Azo-Sans-Medium', sans-serif;
  font-size: 1.4em;
  margin-bottom:.5em;
  margin-top:.75em;
}
h5 {
  font-family: 'Azo-Sans-Medium', sans-serif;
  font-size: 1.2em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.75em;
}
h6 {
  font-family: 'Azo-Sans-Medium', sans-serif;
  font-size: 1em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.75em;
}
span {
  font-weight:inherit;
}
del {
  text-decoration: line-through;
}
img {
  max-width:100%;
  height:auto;
}
img {
  border-radius: 0px 40px 0px 40px;
  -moz-border-radius: 0px 40px 0px 40px;
  -webkit-border-radius: 0px 40px 0px 40px;
}
@media \0screen {
  img {
    width: auto
  }
}
#header img, #footer img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align:right;
}
img.aligncenter, input[type="submit"].aligncenter {
  display: block;
  float:none;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, .floatleft {
  clear:left;
  float: left;
  margin-right: 3%;
}
img.alignright, .floatright {
  float: right;
  margin-left: 3%;
}
.gallery .gallery-item {
  font-size: 0;
  display: inline-block;
  float: none!important;
  vertical-align: middle!important;
  padding: 5px;
  box-sizing: border-box;
}
body .gallery img {
  border: 0!important;
  border-radius: 0px 40px 0px 40px;
  -moz-border-radius: 0px 40px 0px 40px;
  -webkit-border-radius: 0px 40px 0px 40px;
}
iframe {
  width:100%;
}
/* video {
  width: 100%  !important;
  height: auto   !important;
} */
table {
  width:100%;
  border-spacing: 0;
}
th, td {
  padding: 1em;
  text-align: left;
  border-bottom: 2px solid #E0F2F2;
  border-color: rgba(38,129,126,.1);
}
th {
  font-family: 'Azo-Sans-Medium', sans-serif;
}
td {
  vertical-align: top;
}
hr {
  border: 0;
  clear:both;
  height: 2px;
  margin:40px auto;
  background-color:#E0F2F2;
  background-color: rgba(38,129,126,.1);
}
hr.spacer {
  background-color:transparent;
  margin:15px 0;
  padding: 0 !important;
}
hr.divider {
  margin:0;
}
blockquote {
  border-left:4px solid #26817e;
  padding-left: 1em;
  margin: 1em 0;
}
p:empty, li:empty, .screen-reader-text, .screen-reader-response {
  display:none;
}
.hidden, .hide {
  display: none!important;
}
ul, ol {
  padding-left: 1.2em;
}
li, p {
  margin-bottom:.5em;
}
ul, ol, table, iframe, video, img {
  margin-bottom:1em;
}
table table {
  margin-bottom:0;
}
a {
  color: inherit;
  font-weight:inherit;
  text-decoration:underline;
  position:relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateZ(0);
}
a[href]:hover {
  text-decoration:underline;
}
a[href='']:hover, a:not([href]):hover {
  text-decoration:none;
}
:disabled {
  opacity:0.3;
  pointer-events:none;
}
strong, b {
  font-family: 'Azo-Sans-Medium', sans-serif;
}
em, i {
  font-style:italic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
small, .small {
  font-size: small;
  line-height: 1.4em;
}
.smaller {
  font-size:0.8em;
  line-height: 1.4em;
}
large, .large {
  font-size:large;
  line-height: 1.4em;
}
.larger {
  font-size:larger;
  line-height: 1.4em;
}
.x-large {
  font-size:x-large;
  line-height: 1.4em;
}
.button.alt, input[type="button"].alt, input[type="submit"].alt, button.alt {
  background-color: #3d4548;
  color:#fff;
}
.button.alt:hover, input[type="button"].alt:hover, input[type="submit"].alt:hover, button.alt:hover {
  background-color: #26817e;
  color:#fff;
}
.caps {
  text-transform:uppercase;
  letter-spacing:0.05em;
}
.large {
  font-size: 1.8em;
  line-height: 1.4em;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #26817e;
}
::selection {
  color: #fff;
  background: #26817e;
}
select, input, textarea {
  font-size:1em;
  font-family:inherit;
}
select, input, textarea, button, a.button, span.button a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance:none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 6px;
  min-height: 40px;
  min-width: 20px;
  line-height:20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #E0F2F2;
  background-color: rgba(38,129,126,.1);
  border: 1px solid transparent;
  /* border-color: rgba(8,8,8,.1); */
  color: inherit;
  display: block;
  vertical-align:middle;
  width:100%;
  max-width: 100%;
  margin-bottom: .5em;
}
select:focus, input:focus, textarea:focus,
select:active, input:active, textarea:active {
  border-color: rgba(0,0,0,.2);
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  width: auto;
  background-color: transparent;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
 }
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
 }
input[type="button"], input[type="submit"], button, a.button, span.button a {
  cursor:pointer;
  border:0;
  padding: 8px 20px;
  text-align:center;
  position: relative;
  width:auto;
  display:inline-block;
  margin-top: .5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #26817e;
  background-size: auto 100%;
  color:#fff;
  font-size:0.9em;
  font-family: 'Azo-Sans-Medium', sans-serif;
  text-transform: uppercase;

}
.no-shadow, .no-shadow a {
  background-image:none!important;
}
a.button, span.button a {
  text-decoration:none!important;
}
.button.large, input.large, button.large {
  font-size: 1.2em;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover, span.button a:hover {
  background-color: #3d4548;
  color: #fff;
}
a.button.round, span.button.round a {
  padding: .1em;
  width: 1.5em;
  height: 1.5em;
}
.button.icon, a.button.previous, a.button.next, .button.previous a, .button.next a {
  padding: 5px;
  height: 20px;
  width: 20px!important;
  box-sizing: content-box;
  min-height: 0;
  min-width:0;
  display: inline-block!important;
}
a.button.previous, a.button.next, .button.previous a, .button.next a {
  font-size:0;
}
a.button.previous .fa, a.button.next .fa, .button.previous a .fa, .button.next a .fa {
  font-size: 20px;
}
input:focus, button:focus, select:focus {
  outline: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:  inherit;
  opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:  inherit;
  opacity:  0.5;
}
ul.menu, ul.sub-menu {
  list-style:none;
  padding:0;
  margin:0;
}
#menu li, #mobile-menu li {
  margin: 0;
}
#menu a, #mobile-menu a {
  display:block;
  text-decoration:none;
}
.menu a {
  text-decoration:none;
}
.ios .hide-if-ios {
  display:none!important;
}
.grey {
  color: #ccc;
}
.javascript-error {
  background: #EAF2F4;
  padding: 1em;
  margin:0;
  text-align: center;
}
/*The rest*/
body {
  background: #3d4548;
}
.container {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.container .container {
  width: 100%;
}
.curve-top-left {
  overflow:hidden;
  border-top-left-radius:160px;
}
.curve-top-right {
  overflow:hidden;
  border-top-right-radius:160px;
}
.curve-bottom-right {
  overflow:hidden;
  border-bottom-right-radius:160px;
}
.curve-bottom-left {
  overflow:hidden;
  border-bottom-left-radius:160px;
}

#header {
  background: #fff;
  padding: 20px 0 0;
  border-radius: 0px 160px 0px 0px;
  -moz-border-radius: 0px 160px 0px 0px;
  -webkit-border-radius: 0px 160px 0px 0px;
}
#logo, #menu {
  display: inline-block;
  vertical-align: bottom;
  width: 25%;
  margin:0 -2px;
}
#logo img {
  margin: 0;
  position: relative;
  left: -110px;
  width: 300px;
  max-width: none;
}
#menu {
  width:75%;
  text-align: right;
}
#desktop-menu li {
  margin: 0;

}
#desktop-menu, #desktop-menu > li, #header .search-form {
  display: inline-block;
  vertical-align: bottom;
}
#logo img {
  margin-bottom: 15px;
}
#desktop-menu > li {
  padding-bottom: 25px;
}
#header .search-form {
  padding-bottom: 20px;
  margin-left: 1em;
  max-width:140px;
}
#desktop-menu a {
  text-decoration: none;
  color: #26817e;
  padding: .1em 1.2em;
  margin:0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#desktop-menu > .current-menu-item > a,
#desktop-menu > .current_page_parent > a,
#desktop-menu > .current-page-parent > a,
#desktop-menu > .current-custom-parent > a,
#desktop-menu > .current-menu-parent > a,
#desktop-menu > .current-page-ancestor > a {
  background: #26817e;
  color: #fff;
}
ul#desktop-menu > li:hover > a {
   background: #3D4548;
   color: #fff;
 }

#desktop-menu .sub-menu {
  text-align:left;
  position: absolute;
  z-index:-999;
  top: 100%;
  /* margin-top: 25px; */
  width:100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-width:200px;
}
#desktop-menu .sub-menu .current-menu-item > a,
#desktop-menu .sub-menu .current-menu-parent > a {
  background: #fff;
  color: #26817e;
}
#desktop-menu .sub-menu a {
  background: #E0F2F2;
  color: #3f484f;
  padding-top:.3em;
  padding-bottom:.3em;
  line-height: 1.3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#desktop-menu .sub-menu a:hover {
  background: #26817e;
  color: #fff;
}
#desktop-menu .sub-menu > li:first-child > a {
  border-top-right-radius: 15px;
}
#desktop-menu .sub-menu > li:last-child > a {
  border-bottom-left-radius: 15px;
}
#desktop-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.menu-item-has-children {
  position:relative;
}
#desktop-menu .menu-item-has-children > a:after, #mobile-menu .menu-item-has-children > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  margin-left: .5em;
}
#desktop-menu .sub-menu > .menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  right: 0;
}
#desktop-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index:1000;
}
.search-form {
  position: relative;
}
.search-form input {
  margin: 0;
}
#header .search-form input, #sidebar .search-form input {
  background: transparent;
  padding: 0;
  border:0;
}
.search-form input::-webkit-input-placeholder { /* WebKit browsers */
  opacity:  1;
}
.search-form input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity:  1;
}
.search-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity:  1;
}
.search-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity:  1;
}
input.search-submit {
  /* display: none; */
  position: absolute;
  right: 0;
  top: 0;
  background: transparent!important;
  color: rgba(0,0,0,0)!important;
}
.search-form:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 40px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top:0;
  right:8px;
  pointer-events: none;
}
#header .login a {
  position: absolute;
  top:-4px;
  right: 0;
  font-size: .8em;
  line-height: 1.2em;
  background: transparent!important;
  color: #fff;
  width: 60px;
  padding: 5px 2px;
}


.show-sticky-menu #desktop-menu {
  /* opacity: 1;
  margin-top:0;
  z-index: 999; */
}


#banner {
  position: relative;
  box-sizing: border-box;
  background: #3d4548;
  background: url('Banner-background.png') right no-repeat #3d4548;
  background-size: auto 100%;
  color: #fff;
  padding: 70px 0;
  border-radius: 0px 0px 160px 0px;
  -moz-border-radius: 0px 0px 160px 0px;
  -webkit-border-radius: 0px 0px 160px 0px;
}
#header:before {
  content:'';
  position: absolute;
  z-index: -1;
  top:0;
  background: #3D4548;
  width:100%;
  height:100%;
}
#banner:before {
  content:'';
  position: absolute;
  z-index: -1;
  top:0;
  background: #fff;
  width:100%;
  height:100%;
}
/* #banner:after {
  content: '';
  background: #3d4548;
  width: 12%;
  padding-bottom: 12%;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
} */
#banner h1, #banner h3 {
  margin: 0;
  width: 75%;
}
#banner h1 {
  color: inherit;
}
#banner h3 {
  color: #ccc;
}
#banner h3:before {
  content:'';
  display: block;
  width:90px;
  height: 2px;
  background: #fff;
  margin: .8em 0;
}
#banner img {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:100%;
  min-width: 100%;
  min-height: 100%;
  margin:0;
  opacity:0.6;
}
#banner img.wide {
  max-width:none;
  width:auto;
  height:100%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #banner img.landscape {
    max-width:none;
    width:auto;
    height:100%;
  }
}
.breadcrumbs {
  margin: 0 0 .75em .2em;
  color: #ccc;
  font-size: small;
  line-height: 1.4em;
}
.breadcrumbs a {
  text-decoration:underline;
}
.breadcrumbs i {
  margin:0 .5em;
}
.breadcrumbs > span  {
  margin-left: .5em;
}
#content {
  background: #fff;
  padding: 80px 0;
  border-radius: 160px 0px 0px 0px;
  -moz-border-radius: 160px 0px 0px 0px;
  -webkit-border-radius: 160px 0px 0px 0px;
}
#content.has-sidebar {

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration:none;
}
#sidebar, #main {
  display:inline-block;
  vertical-align: top;
  text-align: left;
  width:25%;
  box-sizing:border-box;
}
#main {
  width:75%;
  padding-right: 40px;
  position:relative;
}
#main > *:first-child {
  margin-top: 0;
}
#sidebar {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #3f484f;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .widget {
  background: #E0F2F2;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 0px 40px 0px 40px;
  -moz-border-radius: 0px 40px 0px 40px;
  -webkit-border-radius: 0px 40px 0px 40px;
}
#sidebar .widget:nth-child(even) {
  background: #C9E7E5;
  border-radius: 40px 0px 40px 0px;
  -moz-border-radius: 40px 0px 40px 0px;
  -webkit-border-radius: 40px 0px 40px 0px;
}
#sidebar th, #sidebar td {
    padding: .1em;
    border-bottom-width: 1px;
}
#sidebar select, #sidebar input, #sidebar textarea {
}

#content .block > a {
  text-decoration: none;
  display: block;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 40px 0 40px 0;
  -moz-border-radius: 40px 0 40px 0;
  -webkit-border-radius: 40px 0 40px 0;
  overflow: hidden;
}
.block > a:after {
  content:'';
  clear:both;
  display: block;
}
/* .block img {
  width: 20%;
  float: left;
  margin:-20px;
  margin-right: 3%;
  border-radius: 40px 0 0 0;
  -moz-border-radius: 40px 0 0 0;
  -webkit-border-radius: 40px 0 0 0;
} */
.block .thumbnail-wrapper {
  width: 20%;
  padding-bottom: 14%;
}
.block .thumbnail-wrapper,
.block .content-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin:0;
  box-sizing: border-box;
}
.block .content-wrapper {
  width: 80%;
}
.block h4 {
  font-size:1.6em;
  margin-top: 0;
  margin-bottom: .25em;
}
.search-excerpt {
  color:#3D4548;
}
.meta {
  font-size: .7em;
  line-height: 1.4em;
}
.read-more {
  font-family: 'Azo-Sans-Medium', sans-serif;
  text-decoration: none;
}
.block .read-more {
  color: #26817e;
}
.share-buttons {
  list-style: none;
  padding: 0;
  margin:0 0 40px;
}
.share-buttons li {
  display:inline-block;
}
#page-navigation .previous {
  float: left;
}
#page-navigation .next {
  float: right;
}
div.row {
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin-left:-20px;
  margin-right:-20px;
}
.row > .col {
  padding-left:20px;
  padding-right:20px;
  display: flex;
}
.col {
  margin-left:-2px;
  margin-right:-2px;
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
  width: 50%;
}
.has-5-cols > .col, .one_fifth {
  width:20%;
  flex: 0 0 20%;
}
.has-4-cols > .col, .one_fourth {
  width:25%;
  flex: 0 0 25%;
}
.has-3-cols > .col, .one_third {
  width:33.33%;
  flex: 0 0 33.33%;
}
.has-2-cols > .col, .one_half {
  width:50%;
  flex: 0 0 50%;
}
.three_fourths {
  width:75%;
  flex: 0 0 25%;
}
.has-1-cols > .col, .full_width {
  width:100%!important;
  box-sizing: border-box;
  flex: 0 0 100%;
}
.widget h4 {
  /* font-size:1.1em;
  margin: 0 0 1em; */
}
.widget ul {
  list-style:none;
  padding:0;
}
.widget ul.sub-menu {
  display:none;
}
/* .widget li {
  margin:0;
} */
.widget .post-date {
  display: block;
}
#footer {
  padding: 80px 20px;
  font-size: .9em;
  background;: #3D4548;
  color: #FFF;
}
#footer img {
  margin-bottom: 0;
}
#footer .col {
  width:auto;
  min-width:15%;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color:#8dc2bc;
}
#footer h4 {
  margin: 0 0 1em;
}
#footer .fa-fw {
  font-size:20px;
  background: #293335;
  color: inherit;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: .1em;
}
.fa {
  font-weight: 300!important;
}
.fa.fa-fw, .fal.fa-fw, .fab.fa-fw {
  line-height: 1.28571429em;
}
#copyright {
  position: relative;
}
#copyright ul {
  background: #293335;
  color:#E0F2F2;
  width:100%;
  margin:0;
  list-style:none;
  padding:20px 40px;
  text-align:center;
  font-size:0.8em;
  box-sizing: border-box;
}
#copyright li {
  display:inline-block;
  margin:0 .5em;
}
a.back-to-top {
  padding: 8px!important;
  position:fixed;
  z-index: 999;
  bottom:20px;
  right:20px;
  left: auto;
  background: #26817e;
  opacity: 0;
}
a.back-to-top:hover {
  background: #3d4548;
}
.show-sticky-menu a.back-to-top {
  opacity: 1;
}
.post-edit-link {
  position:fixed;
  z-index: 999;
  bottom:0;
  left:0;
  display:inline-block;
  background: #26817e;
  color: #fff;
  padding:0.3em 1em;
}

/*WPForms*/
.wpforms-form .wpforms-field {
  clear: both;
}
#sidebar .wpforms-field-row-block {
  width:100%!important;
  clear: both !important;
  margin-left: 0 !important;
}
.wpforms-container .wpforms-recaptcha-container {
  padding: 0!important;
}
.wpforms-container button[type="submit"] {
  margin: 0;
}
body .wpforms-container .wpforms-field {
  padding-top: 0;
}
.wpforms-field-container {
  overflow: hidden;
}
.wpforms-container .wpforms-field-sublabel, body .wpforms-container .wpforms-field-description {
  margin-top: -.5em;
  font-weight:normal;
}
label.wpforms-error {
  margin-top: -.5em;
  color: #26817e;
}
body .wpforms-container label.wpforms-error,
body .wpforms-container .wpforms-required-label {
  color: #26817e;
}
body .wpforms-container .wpforms-field input.wpforms-error,
body .wpforms-container .wpforms-field textarea.wpforms-error,
body .wpforms-container .wpforms-field select.wpforms-error {
  border-color: #26817e;
}
.wpforms-field-checkbox ul, .wpforms-field-radio ul {
  padding-left: 0;
}
body .wpforms-container input[type="checkbox"],
body .wpforms-container input[type="radio"] {
  vertical-align: middle;
  margin:0 .5em .5em 0;
}
/*div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {*/
body .wpforms-container .wpforms-checkbox-2-columns ul li,
body .wpforms-container .wpforms-multiplechoice-2-columns ul li,
body .wpforms-container .wpforms-list-2-columns ul li {
    width: 50%;
    display: block;
    padding-right: 0;
}
body .wpforms-container .wpforms-checkbox-3-columns ul li,
body .wpforms-container .wpforms-multiplechoice-3-columns ul li,
body .wpforms-container .wpforms-list-3-columns ul li {
    width: 33.3333%;
    display: block;
    padding-right: 0;
}
body .wpforms-container input.wpforms-field-medium,
body .wpforms-container select.wpforms-field-medium,
body .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 48%;
}
body .wpforms-container input.wpforms-field-small,
body .wpforms-container select.wpforms-field-small,
body .wpforms-container .wpforms-field-row.wpforms-field-small {
    max-width: 22%;
}
@media (max-width: 479px) {
  body .wpforms-container .wpforms-checkbox-2-columns ul li,
  body .wpforms-container .wpforms-multiplechoice-2-columns ul li,
  body .wpforms-container .wpforms-list-2-columns ul li,
  body .wpforms-container .wpforms-checkbox-3-columns ul li,
  body .wpforms-container .wpforms-multiplechoice-3-columns ul li,
  body .wpforms-container .wpforms-list-3-columns ul li,
  body .wpforms-container .wpforms-one-half,
  body .wpforms-container .wpforms-three-sixths,
  body .wpforms-container .wpforms-two-fourths {
      width: 100%;

  }
  body .wpforms-container input.wpforms-field-medium,
  body .wpforms-container select.wpforms-field-medium,
  body .wpforms-container .wpforms-field-row.wpforms-field-medium,
  body .wpforms-container input.wpforms-field-small,
  body .wpforms-container select.wpforms-field-small,
  body .wpforms-container .wpforms-field-row.wpforms-field-small {
      max-width:100%;
  }
}
/* Countdown */
.elementor .elementor-widget-countdown .elementor-countdown-item {
  background: transparent;
}
/* Counter */
.elementor .elementor-counter .elementor-counter-number-wrapper {
  font-size: 2.6em;
  font-weight: 400;
}
.elementor .elementor-counter .elementor-counter-title {
  font-size: .7em;
  line-height: 1.2em;
}

/* slick */
.slider .slick-list, .slider .slick-track {
  height:100%;
}

body .slick .card {
    display: inline-block;
    vertical-align: middle;
    float: none;
    box-sizing: border-box;
}
.slick-slider .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index:1;
    top: 50%;
    display: block;
    height: 50px;
    width: 50px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    background: rgba(38,129,126,.2);
    color: #fff;
}
.slick-slider .slick-arrow:hover {
  background: rgba(38,129,126,.5);
  color: #fff;
}
.slick-slider .slick-prev {
    left: 20px;
}
.slick-slider .slick-next {
    right: 20px;
    left:auto;
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev:before {
    content: "\f104";
    margin-right: .1em;
}
.slick-slider .slick-next:before {
    content: "\f105";
    margin-left: .1em;
}

.slick-slider ul.slick-dots {
    position: absolute;
    left:0;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-slider ul.slick-dots li button:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.slick-slider > br {
  display:none;
}

/* Elementor */
.protected body {
  background-color:transparent!important;
  color:inherit!important;
}
.elementor-page:not(.protected) #content {
  padding:0;
}
.elementor-page:not(.protected) #content > .container {
  padding:0;
  max-width: none;
  width: 100%;
}
.elementor-page:not(.protected) #content > .container > .row-container {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 60px 0;
}
.elementor-section-boxed, .elementor-widget-wrap > .elementor-element.elementor-section-boxed {
  width: 76%;
  margin: 0 auto;
}
.elementor-section-boxed > .elementor-container {
  max-width:none!important;
  margin-left:-20px!important;
  margin-right:-20px!important;
}
.elementor .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
section.elementor-section-boxed section.elementor-section-full_width > .elementor-column-gap-default {
  margin-left:-20px;
  margin-right:-20px;
}
.elementor-page.single-post #content {
  padding-top: 180px;
}
.elementor-page #main {
    width: 100%;
    padding-right: 0;
}
.elementor-page #sidebar {
  display: none;
}
.elementor-page .container .container {
  width: 76%;
}
.elementor-page:not(.protected) #content > h1,
.elementor-page:not(.protected) #content > .meta {
  display: none;
}
.elementor .elementor-widget-spacer.elementor-widget {
  margin-bottom: 0;
}

/* @media (min-width: 1140px) {
  .elementor .elementor-column-gap-default > .elementor-row > .elementor-column:first-child > .elementor-element-populated {
    padding-left: 0;
  }
  .elementor .elementor-column-gap-default > .elementor-row > .elementor-column:last-child > .elementor-element-populated {
    padding-right:0;
  }
} */
#content .elementor-widget-container .menu a {
  text-decoration: none;
}
#content .elementor-widget-container .menu a {
  opacity:.6;
  font-size: 0.9em;
}
#content .elementor-widget-container .menu a:hover,
#content .elementor-widget-container .menu .current_page_item a,
#content .elementor-widget-container #menu-sectors .current-page-ancestor a {
  opacity:1;
}
.elementor .elementor-flip-box {
  height: 220px;
}
.elementor .elementor-flip-box__layer__overlay {
  padding: 35px 20px;
}
.elementor-element, .elementor-column-wrap, .elementor-widget-wrap, .elementor-flip-box__layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.elementor-widget-flip-box[class^='curve'], .elementor-widget-flip-box[class*=' curve'] {
  border-radius:0;
  overflow:visible;
}
.curve-top-left > * > * > .elementor-flip-box__layer {
  border-top-left-radius:80px;
}
.curve-top-right > * > * > .elementor-flip-box__layer {
  border-top-right-radius:80px;
}
.curve-bottom-right > * > * > .elementor-flip-box__layer {
  border-bottom-right-radius:80px;
}
.curve-bottom-left > * > * > .elementor-flip-box__layer {
  border-bottom-left-radius:80px;
}
.elementor .elementor-flip-box__layer__title {
  font-size: 1.6em;
  font-weight: normal;
}
.elementor .elementor-flip-box__layer__description {
    font-size: .9em;
    line-height: 1.4em;
}
.elementor-flip-box__layer__title .fal {
  font-size: 1.8em;
  margin-bottom: .5em;
  display:block;
}
/* .elementor-flip-box__back .elementor-flip-box__layer__title {
  color: #26817e;
} */
/* .elementor-flip-box__back .elementor-flip-box__layer__description {
  color: inherit;
  font-size: 1em;
} */
#content .elementor-widget-flip-box a {
  text-decoration:none;
}
#content .elementor-post__title a {
  text-decoration: none;
}
.elementor-blockquote__content {
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.4em;
}
body .elementor hr {
    margin: 40px 0;
    background-color: #E0F2F2;
    background-color: rgba(38,129,126,.1);
}
body .elementor-blockquote--skin-border .elementor-blockquote {
    border-color: #26817e;
  }
.elementor .elementor-image-box-img img {
  margin:0;
  border-radius: 50%;
}
.overlap .elementor-image-box-img img {
    width: 180%;
    max-width: 180%;
    margin-left:-40%;
}
.overlap .elementor-carousel-image {
    width: 160%;
    height: 160%;
    margin-left:-30%;
    background-position-y: 100%;
}
.overlap .elementor-swiper {
  /* height: 180%; */
}
.overlap .swiper-slide:hover {
  z-index: 1;
}
.overlap .swiper-slide, .overlap .elementor-main-swiper {
  overflow: visible;
}
.elementor-image img {
  margin:0;
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
    line-height: 1.4em;
}
.elementor .elementor-testimonial__text {
  font-style: normal;
}
#content .elementor-image-box-title a {
  text-decoration: none;
}
.elementor .elementor-accordion .elementor-accordion-item {
  border: none;
}
#content .elementor-tab-title a {
  text-decoration: none;
}
.elementor .elementor-accordion .elementor-tab-content,
.elementor .elementor-toggle .elementor-tab-title,
.elementor .elementor-toggle .elementor-tab-content {
  border-color:transparent;
}
/* .elementor section.elementor-section {
  overflow: hidden;
} */
.elementor .elementor-section.elementor-section-height-full {
    min-height: 100vh;
    /* height: 100%; */
}
.elementor-section-height-full > div > .elementor-row {
  min-height: 100%;
}
.elementor-section-height-full.fixed > .elementor-container {
  min-height: 100vh;
}
/* @media (min-width: 1024px) {
  .elementor-section-height-min-height > * > .elementor-row {
    min-height: 100vh;
  }
} */
.elementor-section-height-full.fixed > .elementor-container,
.elementor-section-height-full.fixed section,
.elementor-section-height-full.fixed section > .elementor-container,
.elementor-section-height-full.fixed > * > * > * > * > .elementor-widget-wrap,
.elementor-section-height-full.fixed section * > * > * > * > .elementor-widget-wrap,
.elementor-section-height-full.stretch > .elementor-container,
.elementor-section-height-full.stretch section,
.elementor-section-height-full.stretch section > .elementor-container,
.elementor-section-height-full.stretch > * > * > * > * > .elementor-widget-wrap,
.elementor-section-height-full.stretch section * > * > * > * > .elementor-widget-wrap {
  height: 100%;
}
/* .elementor-editor-active .elementor-section.elementor-section-height-full {
    height: auto!important;
    min-height: 100%!important;
} */
.elementor .elementor-widget-heading .elementor-heading-title {
  line-height: 1.4;
  margin-bottom: 0;
}
.elementor .elementor-widget-heading h1.elementor-heading-title {
  line-height: 1.2;
  margin-bottom: .2em;
}
.elementor .elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: .7em;
  display: block;
}
.elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 4.5em;
  line-height: 1em;
}
.elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 3em;
  line-height: 1em;
}
#content .elementor-heading-title a,
#content .elementor-widget-icon-box a,
#content .elementor-icon-list-item a {
  text-decoration:none;
}
#content .elementor-heading-title a:hover,
#content .elementor-widget-icon-box a:hover,
#content .elementor-icon-list-item a:hover {
  text-decoration:underline;
}
.elementor-icon-box-title {
  margin:0;
}
.elementor .elementor-icon {
  font-size: 20px;
  color: #26817e;
}
.elementor .elementor-view-framed .elementor-icon {
  color: #9d9d9c;
  border-color: #9d9d9c;
  border-width: 1px;
  padding: .4em;
  font-size: 1.4em;
}
.elementor .elementor-view-framed .elementor-icon:hover {
  background-color: #9d9d9c;
  color: #fff;
}
body .elementor-swiper-button {
  font-size:20px;
  width: 40px;
  height: 40px;
  padding: 9px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #3D4548;
  background: rgba(38,129,126,.5);
  color: #fff;
  border: none;
  box-sizing: border-box;
}
body .elementor-swiper-button:hover {
  background: rgba(38,129,126,.7);
}
body .elementor .elementor-button:hover {
  background-color: #3D4548;
  color: #fff;
}
body .elementor .elementor-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 1em 3em;
  font-size: 0.9em;
  font-family: 'Azo-Sans-Medium', sans-serif;
  text-transform: uppercase;
  background: #26817e;
}

.elementor .elementor-flip-box__button.elementor-button {
  background-color: #3d4548;
  border:none;
  font-size: 0.8em;
  padding: 1em 2em;
}
.elementor .elementor-flip-box__button.elementor-button:hover {
  background: #26817e;
}
#content a.elementor-button {
  text-decoration: none;
}
.elementor .elementor-slides .slick-slide-inner .elementor-slide-heading {
  font-family: 'Azo-Sans-Medium', sans-serif;
  font-weight: normal;
}
.elementor-slides a {
  text-decoration: none!important;
}
.elementor .elementor-slides .slick-slide-inner .elementor-slide-button {
    background: #26817e;
    color: #fff;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.elementor .elementor-slides .slick-slide-inner .elementor-slide-button:hover {
    background: #26817e;
}
.elementor .elementor-text-editor a {
  text-decoration: underline;
}
.elementor-text-editor > *:last-child {
  margin-bottom:0;
}
/* section > .elementor-container > .elementor-row > .elementor-column:first-child > .elementor-element-populated {
    padding-left: 0;
}
section > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-element-populated {
    padding-right: 0;
} */
.elementor .elementor-counter .elementor-counter-number-wrapper,
.elementor .elementor-counter .elementor-counter-title {
  color: inherit;
}
.elementor-editor-active .post-edit-link {
  display: none;
}
.fixed {
  position: fixed!important;
  top:0;
  left:0;
  width:100%;
}
.elementor-post-navigation {
  position: fixed;
  top:50%;
  left:0;
  width:100%;
  margin-top:-20px;
}
.elementor-editor-active .fixed {
  position: relative!important;
  height:auto!important;
}
.elementor-headline {
  margin:0;
}
body .elementor-heading-title hr {
  width:50px;
  border-bottom: 1px solid;
  color: inherit;
  margin: 0;
}
.inline {
  display:inline-block;
  width: auto !important;
}
.elementor-widget.elementor-widget-button.inline {
  margin-bottom: .1em;
}
.elementor-headline-dynamic-wrapper {
  width:100%;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
  /* right: 0;
  text-align: center; */
  width:100%;
}



/* Style overrides */
#content-bottom-row {
  display:none;
}
.subpages {
  padding-bottom: 90px;
}
.readmore {
  font-family: 'Azo-Sans-Medium', sans-serif;
  text-decoration: none;
}
.moduletable.pull-right {
  float:none;
}
aside > .moduletable, .leaf {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #3f484f;
  background: #E0F2F2;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 40px 0px 40px 0px;
  -moz-border-radius: 40px 0px 40px 0px;
  -webkit-border-radius: 40px 0px 40px 0px;
}
a.leaf {
  display: inline-block;
  width: 100%;
  text-decoration: none!important;
  text-align: center;
  word-wrap: anywhere;
}
a.leaf:hover {
  background: #C9E7E5;
}
.leaf * {
  color: inherit;
}
.col .members-access-error {
  display: none;
}
aside > .moduletable:nth-child(even), .leaf:nth-child(even), .col:nth-child(even) > .leaf {
  background: #C9E7E5;
  border-radius: 0px 40px 0px 40px;
  -moz-border-radius: 0px 40px 0px 40px;
  -webkit-border-radius: 0px 40px 0px 40px;
}
.col:nth-child(even) > a.leaf:hover {
  background: #E0F2F2;
}
.span2 aside > .moduletable {
  padding: 20px 15px 20px 20px;
}
aside ul, .leaf ul {
  list-style:none;
  padding: 0;
}
#content aside a {
  text-decoration: none;
}
#content .fccat_image, #content img.size-large {
  width: 100%;
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
}
a.catlink {
  font-family: 'Azo-Sans-Medium', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
}
.item_img br {
  display: none;
}
.item_img, .item_content {
  /* display: inline-block;
  vertical-align: top; */
}
#content-bottom {
  display: flex;
  flex-wrap: wrap;
}
#content-bottom .item_img img {
  width: 40px;
  margin: 0;
  /* background: #8dc2bc;
  border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  -webkit-border-radius: 0px 20px 0px 20px; */
}
#content-bottom article {
  background: #E0F2F2;
  border:15px solid #fff;
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
  padding:30px 20px;
  text-align: center;
  color: #15817c;
}
#content-bottom article:nth-child(even) {
  background: #C9E7E5;
  border-radius: 80px 0px 80px 0px;
  -moz-border-radius: 80px 0px 40px 0px;
  -webkit-border-radius: 80px 0px 80px 0px;
}
.item_introtext {
  font-size: 0.9em;
  overflow: hidden;
}
.row-fluid {
  margin: 0 -15px;
}
.row-fluid [class^='span'], .row-fluid [class*=' span'] {
  padding:0 15px 30px;
}
[class^='span'], [class*=' span'] {
  box-sizing: border-box;
  display:inline-block;
  vertical-align: top;
  margin-left:-2px;
  margin-right:-2px;
}
.span1 {
  width:8.333%;
}
.span2 {
  width:16.667%;
}
.span3 {
  width:25%;
}
.span4 {
  width:33.333%;
}
.span5 {
  width:41.667%;
}
.span6 {
  width:50%;
}
.span7 {
  width:58.333%;
}
.span8 {
  width:66.667%;
}
.span9 {
  width:75%;
}
.span10 {
  width:83.333%;
}
.span11 {
  width:91.667%;
}
.span12 {
  width:100%;
}
@media (max-width: 767px) {
  [class^='span'], [class*=' span'] {
    width:100%!important;
    margin-left:0;
    margin-right:0;
    display: block;
  }
}
#content-bottom-row {
  margin-top: 30px;
}
ul.row, ul.introblock {
  list-style: none;
  padding: 0;
}
ul.row li, ul.introblock li {
  border-bottom: 2px solid #E0F2F2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pagination ul, .sigplus-gallery ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin:0 .5em .5em;
}
.sigplus-gallery ul {
  margin: 40px -10px;
  font-size: .7em;
  line-height: 1.4em;
}
.sigplus-gallery li {
  display: inline-block;
  vertical-align: middle;
  margin:0 -2px;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
/* .sigplus-gallery img {
  border-radius: 0px 40px 0px 40px;
  -moz-border-radius: 0px 40px 0px 40px;
  -webkit-border-radius: 0px 40px 0px 40px;
} */
.image_descr a {
  display: block;
}

/* Events organisor */
.eo-event-meta, .eo-event-meta ul {
  list-style:none;
  padding: 0;

}
.eo-event-meta {
  /* color: #ccc; */
}
.eo-event-meta strong {
  /* font-weight: normal;
  font-family: inherit; */
}
.slick .eo-event-meta strong {
  display: none;
}
.eventorganiser-event-meta > hr:first-child {
  display: none;
}
#wp-calendar caption {
  font-family: 'Azo-Sans-Medium', sans-serif;
  margin: 1em 0;
}
#wp-calendar th, #wp-calendar td {
  text-align: center;
}
#wp-calendar td.event {
  background-color: #26817E;
  color: #fff;
  font-family: 'Azo-Sans-Medium', sans-serif;

}
#wp-calendar td.today {
  background-color: rgba(38,129,126,.1);
}
#wp-calendar a {
  display: block;
}
#wp-calendar #eo-widget-prev-month {
  font-family: 'Azo-Sans-Medium', sans-serif;
  text-align: left;
}
#wp-calendar #eo-widget-next-month {
  font-family: 'Azo-Sans-Medium', sans-serif;
  text-align: right;
}
.eo-fullcalendar {
  background: #E0F2F2;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 0px 40px 0px 40px;
  -moz-border-radius: 0px 40px 0px 40px;
  -webkit-border-radius: 0px 40px 0px 40px;
}
.fc-widget-header th, .eo-fullcalendar td {
  padding: .25em;
  width: 14.285%;
  text-align: center;
}
.fc-widget-header th {
  padding: 1em .25em;
}
td.fc-widget-header {
  border: 0;
  padding: 0;
}
.eo-fullcalendar a {
  display: block;
  padding: .25em;
  line-height: 1.2em;
  background: #26817E!important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.fc-today {
  font-family: 'Azo-Sans-Medium', sans-serif;
}
.fc-bg {
  display: none;
}
.eo-fullcalendar td {
  border:none;
}
.eo-fullcalendar td:empty {
  padding: 1em;
}
.fc-row {
  border-bottom: 2px solid rgba(38,129,126,.1);
}
.fc-row:last-child {
  border: none;
}
th.fc-day-header, .fc-content-skeleton td {
  border-left: 2px solid rgba(38,129,126,.1);
}
td.fc-day-number {
  text-align: right;
}
/* th.fc-day-header:last-child, .fc-content-skeleton td:last-child {
  border-right: 2px solid rgba(38,129,126,.1);
} */
th.fc-day-header:first-child, .fc-content-skeleton td:first-child {
  border-left:none;
}
.fc-content-skeleton td:first-child:last-child {
  border-left:2px solid rgba(38,129,126,.1);
}

td.fc-widget-content  {
  border: none;
  padding: 0;
}
.fc-icon {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;

}
.fc-prev-button span:before {
  content: "\f104";
}
.fc-next-button span:before {
  content: "\f105";
}
.fc-left {
  text-align: center;
}
.fc-right {
  text-align: center;
}
.fc-right .fc-button-group {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  margin-left: 0 -2px;
  text-align: left;
}
.fc-right .fc-button-group:nth-child(2) {
  text-align: right;
}
.fc-right .fc-button-group:nth-child(3) {
  display: none;
}
.eo-events-nav {
  clear:both;
  overflow: hidden;
  margin: 20px 0 40px;
}
.eo-events-nav .nav-previous {
    float: left;
}
.eo-events-nav .nav-next {
    float: right;
}
.eo-events-nav a {
  padding: 5px;
  height: 20px;
  width: 20px;
  box-sizing: content-box;
  display: inline-block;
  text-decoration: none!important;
  text-align: center;
  background: #26817e;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 0;
}
.eo-events-nav a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
}
.eo-events-nav .nav-next a:before {
  content: "\f105";
}



/* Posts grid */
.search-results #banner:before, .blog #banner:before, .archive.category #banner:before {
  background:#EAF2F4;
}
.search-results #content, .blog #content, .archive.category #content {
  background:#EAF2F4;
}
.blog #content, .archive.category #content {
  margin-left:-15px;
  margin-right:-15px;
}
.card {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  width: 33.33%;
}
.card > a {
  background:#fff;
  color: #3f484f;
  border-top-right-radius:60px;
  overflow: hidden;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.4em;
  /* min-height: 400px; */
  margin:0 15px 30px;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.blog .card > a, .archive.category .card > a {
  min-height: 380px;
}
.card > a:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.thumbnail-wrapper {
  background: #fff;
  height:0;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumbnail-wrapper img {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  height: 100%;
  width: auto !important;
  max-width: none;
  margin:0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.card .thumbnail-wrapper img {
  min-width: 100%;
}
.card h4 {
  margin-top:0;
  color: inherit;
}
.content-wrapper {
  display: block;
  padding: 20px 20px 10px;
}
.hentry.event img {
  float: left;
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 40px;
}
a.hentry.event {
  text-decoration: none;
}
.hentry.event h2 {
  margin: 0 0 .5em;
}

/* Slick */
.slider-posts {
  margin:0 -15px;
}
.slider-posts .slick-slide {
  margin: 0;
}
   /* .slider-posts .slick-track {
  margin:0 -15px;
} */
.slider-posts .slick-list {
  margin: 0 auto;
  width: 76%;
}

body .slick.slider-posts .card {
    vertical-align: top;
}
.slider-posts .slick-track {
    display: flex !important;
}
.slider-posts .slick-slide {
    height: inherit !important;
}
.slider-posts .slick-slide > a {
    height: 100% !important;
    background: #fff;
}

.slider-event h4 {
  padding-right: 2em;
}
.date-wrapper {
  position: absolute;
  top:0;
  right:0;
  background: #8BC2BC;
  color: #fff;
  padding: 10px;
  font-size: .8em;
  line-height: 1.2em;
  width: 50px;
  text-align: center;
}
.date-wrapper:first-line {
  font-size: 1.6em;
}
.slider-event .card a {
  border-radius: 60px 0px 60px 0px;
  -moz-border-radius: 60px 0px 60px 0px;
  -webkit-border-radius: 60px 0px 60px 0px;
  padding: 5px;
  min-height: 0;
}

/* Google map */
.googlemap img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.googlemap {
  min-height: 300px;
}

/* Accessibility */
a[target="_blank"]:after {
  content: "\f360";
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  margin-left: .3em;
  display: inline-block;
}
a.icon:after {
  content:'';
}
a:visited, a:visited * {
  color: #610053;
}
#banner a:visited, #banner a:visited *, #mobile-menu a:visited, .breadcrumbs a:visited, #footer a:visited, #copyright a:visited,
a.swiper-slide-inner:visited, a.swiper-slide-inner:visited *, .elementor-flip-box__layer:visited, .elementor-flip-box__layer:visited *, a.elementor-button:visited, a.elementor-button:visited * {
  color: #DEB4C8;
}
a.elementor-button:visited, a.elementor-button:visited * {
  color: #fff;
}
.no-js .elementor-invisible {
  visibility: visible;
}

/*Responsive*/
#mobile-menu, #mobile-menu-toggle {
  display:none;
}

@media (min-width: 1024px) {
  #mobile-menu {
    display:none!important;
  }
}
@media (max-width: 1269px) {
  #desktop-menu a {
    padding: .1em .5em;
  }
  #desktop-menu .menu-item-has-children > a:after, #mobile-menu .menu-item-has-children > a:after {
    margin-left: .2em;
  }
}
@media (max-width: 1199px) {
  #desktop-menu a {
    padding: .1em .2em;
  }
}
@media (min-width: 1024px) and (max-width: 1099px) {
  #logo img {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  #mobile-menu-toggle {
    display:block;
    height: auto;
  }
  .container, .elementor-section-boxed, .elementor-widget-wrap > .elementor-element.elementor-section-boxed,
  .elementor-page:not(.protected) #content > .container > .row-container,
  .elementor-page .container .container {
    width: 90%;
  }
  .elementor-section-boxed > .elementor-container {
    margin-left:0!important;
    margin-right:0!important;
  }
  #logo {
    width:100%;
  }
  #banner {
    padding: 60px 0;
  }
  #content {
    padding: 60px 0;
  }
  #footer {
    padding: 60px 5%;
  }
  #logo img {
    left: 0;
    width: 200px;
  }
  #footer img {
    max-width: 200px;
  }
  #menu {
    display:none!important;
  }
  #mobile-menu-toggle {
    position:fixed;
    z-index:999;
    text-align:right;
    top: 0;
    right: 0;
    display:inline-block;
    padding: 5px 7px;
    font-size: 20px;
    background: #3D4548;
    color: #fff;
    cursor: pointer;
    line-height: 0;
  }
  #mobile-menu {
    opacity:1;
    position: fixed;
    z-index: 999;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #3D4548;
    color: #fff;
    padding: 40px 80px;
    box-sizing: border-box;
    /* height: 100%;
    width: 100%; */
    line-height: 1.2em;
    overflow-y: scroll;
  }
  #mobile-menu a {
    padding: 0.5em 1em;
    border-left:3px solid transparent;
  }
  #mobile-menu .menu > .current-menu-item > a,
  #mobile-menu .menu > .current_page_parent > a,
  #mobile-menu .menu > .current-page-parent > a,
  #mobile-menu .menu > .current-custom-parent > a,
  #mobile-menu .menu > .current-menu-parent > a,
  #mobile-menu .menu > .current-page-ancestor > a {
    border-color: #8DC2BC;
  }
  #mobile-main-menu .login {
    margin: 1em 0;
    color: #8dc2bc;
  }
  #mobile-menu .search-form {
    color: #9d9d9c;
  }
  #mobile-menu .search-form input {
    background: transparent;
    padding-left:1em;
  }
  #mobile-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* #mobile-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  } */
  #mobile-menu .open-sub-menu > .sub-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  #mobile-menu .sub-menu a {
    color: #ccc;
  }
  #mobile-menu .sub-menu .current-menu-item > a,
  #mobile-menu .sub-menu .current-menu-parent > a {
    border-color: #26817E;
  }
  #mobile-menu .sub-menu a:hover {
    border-color: #26817E;
  }
  .mobile-menu-open, .mobile-menu-open body {
    overflow: hidden;
  }
  .slick-slider .slick-prev {
    left: 0;
  }
  .slick-slider .slick-next {
    right: 0;
  }
  .elementor-row.slick-slider {
    padding-bottom: 50px;
  }
  .block h4 {
    font-size: 1.2em;
  }
}

/* Acordions */
.panel-header {
  background: transparent;
  color: #26817e;
  font-family: 'Azo-Sans-Medium', sans-serif;
  text-transform: none;
  font-size: 1.2em;
  cursor: pointer;
  display: block;
  padding: .5em 0;
  width: 100%;
  text-align: left;
}
.panel-header:hover {
  background: transparent;
  color: #3D4548;
}
[hidden] { display: none !important; }
.panel {
  overflow: hidden;
  transition: max-height 2s ease-in;
}
.panel[hidden] {
  display: block !important;
  max-height: 0;
}
.panel:not([hidden]) {
  max-height: 1000px;
  display: block !important;
}

@media (max-width: 767px) {
  #logo img {
      left:0;
  }
  #mobile-menu {
    padding: 40px;
  }
  #banner {
    border-radius: 0px 0px 100px 0px;
    -moz-border-radius: 0px 0px 100px 0px;
    -webkit-border-radius: 0px 0px 100px 0px;
  }
  #content {
    border-radius: 100px 0px 0px 0px;
    -moz-border-radius: 100px 0px 0px 0px;
    -webkit-border-radius: 100px 0px 0px 0px;
  }
  .curve-top-left {
    border-top-left-radius:100px;
  }
  .curve-top-right {
    border-top-right-radius:100px;
  }
  .curve-bottom-right {
    border-bottom-right-radius:100px;
  }
  .curve-bottom-left {
    border-bottom-left-radius:100px;
  }
  div.row {
    display: block;
  }
  .col, .slide, #main, #sidebar {
    width:100%!important;
    margin-left:0;
    margin-right:0;
    display: block;
  }
  #footer .col {
    margin-bottom: 40px;
  }
  #main {
    padding: 0 0 60px;
  }
  .col {
    margin-bottom: 0;
  }

  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
  .elementor-section-boxed > .elementor-container > .elementor-row,
  section.elementor-section-boxed section.elementor-section-full_width > .elementor-column-gap-default {
    margin-left:0;
    margin-right:0;
  }
  .elementor .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-align-left .elementor-button-wrapper,
  .elementor-align-right .elementor-button-wrapper {
    text-align: center;
  }
  body .elementor-slides .slick-slide-inner .elementor-slide-description:not(:last-child),
  body .elementor-slides .slick-slide-inner .elementor-slide-heading:not(:last-child) {
    margin-bottom: 10px;
  }
  body .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
    display: block;
  }
  .slider .zoom {
    overflow: hidden;
    position: absolute!important;
     bottom: 0;
  }
  .overlap .elementor-carousel-image {
    background-position-y: 0;
  }
  body .elementor-carousel-image-overlay {
    font-size: .7em;
    margin-top: -200px;
  }
  .block .thumbnail-wrapper {
    width: 33%;
    padding-bottom: 25%;
  }
  .block .content-wrapper {
    width:67%;
    padding-top:10px;
    padding-bottom: 5px;
  }
}

@media (max-width: 479px) {
  .card, .size-medium {
    width:100%;
    margin-left:0;
    margin-right:0;
  }
  .hentry.event img {
    float: none;
    width:100%;
    max-width: 100%;
    margin-right: 0;
  }
  .elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 2em;
  }
  .block .thumbnail-wrapper {
    width: 100%;
    padding-bottom: 66.66%;
  }
  .block .content-wrapper {
    width: 100%;
  }
  h1, h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.4em;
  }
}

}

@media print {

  @page { margin: 2cm }
  body {
    font-family: Helvetica, Arial, sans-serif!important;
    font-weight: normal!important;
    line-height: 1.3!important;
    background: #fff !important;
    color: #000!important;
  }
  /* Defining all page breaks */
  a {
      page-break-inside:avoid;
      color: #000!important;
  }
  blockquote {
      page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after:avoid;
    page-break-inside:avoid;
    font-weight: bold;
  }
  img {
    page-break-inside:avoid;
    page-break-after:avoid;
  }
  table, pre { page-break-inside:avoid }
  ul, ol, dl  { page-break-before:avoid }
  /* Displaying link color and link behaviour */
  a:link, a:visited, a {
  background: transparent;
  color: #520;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  }

  a {
      page-break-inside:avoid
  }

  a[href^=http]:after {
        content:" < " attr(href) "> ";
  }

  a:after > img {
     content: "";
  }

  article a[href^="#"]:after {
     content: "";
  }

  a:not(:local-link):after {
     content:" < " attr(href) "> ";
  }

  #mobile-menu-toggle, #menu, #mobile-menu, .breadcrumbs, #footer, #copyright, .post-edit-link, .back-to-top {
    display: none!important;
  }
