@import url(bootstrap.min.css);
/* Standard syntax */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-5px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-15px); }
  60% {
    -o-transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*300 light, 400 regular, 500 medium, 700 bold, 900 black*/
/*300 light, 400 regular, 600 semi , 700 bold*/
/*400 regular*/
/*400 regular, 600 semi, 700 bold*/
@font-face {
  font-family: 'Chapaza-Regular';
  src: url("../fonts/Chapaza-Regular.eot");
  src: url("../fonts/Chapaza-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Chapaza-Regular.woff2") format("woff2"), url("../fonts/Chapaza-Regular.woff") format("woff"), url("../fonts/Chapaza-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*START Buttons------------------------------------------*/
a.btn-1, a.btn-read-more,
button.btn-1,
button.btn-read-more,
li.btn-1,
li.btn-read-more {
  background: #2ccad7;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Domine", serif !important;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: 1.25 !important;
  margin: 20px auto;
  max-width: 100%;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.4s ease; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, a.btn-read-more:hover, a.btn-read-more:focus, a.btn-read-more:active,
  button.btn-1:hover,
  button.btn-1:focus,
  button.btn-1:active,
  button.btn-read-more:hover,
  button.btn-read-more:focus,
  button.btn-read-more:active,
  li.btn-1:hover,
  li.btn-1:focus,
  li.btn-1:active,
  li.btn-read-more:hover,
  li.btn-read-more:focus,
  li.btn-read-more:active {
    text-decoration: none !important;
    background: #197c84;
    color: #ffffff !important; }
a.btn-2,
button.btn-2,
li.btn-2 {
  background: #740097;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Domine", serif !important;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: 1.25 !important;
  margin: 20px auto;
  max-width: 100%;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.4s ease; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active,
  button.btn-2:hover,
  button.btn-2:focus,
  button.btn-2:active,
  li.btn-2:hover,
  li.btn-2:focus,
  li.btn-2:active {
    background: #4d0065;
    color: #ffffff !important;
    text-decoration: none !important; }
a.btn-3, a.btn-donate,
button.btn-3,
button.btn-donate,
li.btn-3,
li.btn-donate {
  font-family: "Domine", serif !important;
  background: #740097;
  border: none;
  background-color: #ffffff;
  color: #740097;
  display: inline-block;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1.18 !important;
  max-width: 100%;
  padding: 14px 31px 13px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.4s ease; }
  a.btn-3 > a, a.btn-donate > a,
  button.btn-3 > a,
  button.btn-donate > a,
  li.btn-3 > a,
  li.btn-donate > a {
    color: #ffffff !important; }
    a.btn-3 > a:hover, a.btn-3 > a:focus, a.btn-donate > a:hover, a.btn-donate > a:focus,
    button.btn-3 > a:hover,
    button.btn-3 > a:focus,
    button.btn-donate > a:hover,
    button.btn-donate > a:focus,
    li.btn-3 > a:hover,
    li.btn-3 > a:focus,
    li.btn-donate > a:hover,
    li.btn-donate > a:focus {
      text-decoration: none; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, a.btn-donate:hover, a.btn-donate:focus, a.btn-donate:active,
  button.btn-3:hover,
  button.btn-3:focus,
  button.btn-3:active,
  button.btn-donate:hover,
  button.btn-donate:focus,
  button.btn-donate:active,
  li.btn-3:hover,
  li.btn-3:focus,
  li.btn-3:active,
  li.btn-donate:hover,
  li.btn-donate:focus,
  li.btn-donate:active {
    background: #740097;
    color: #ffffff !important;
    text-decoration: none; }
    a.btn-3:hover a, a.btn-3:focus a, a.btn-3:active a, a.btn-donate:hover a, a.btn-donate:focus a, a.btn-donate:active a,
    button.btn-3:hover a,
    button.btn-3:focus a,
    button.btn-3:active a,
    button.btn-donate:hover a,
    button.btn-donate:focus a,
    button.btn-donate:active a,
    li.btn-3:hover a,
    li.btn-3:focus a,
    li.btn-3:active a,
    li.btn-donate:hover a,
    li.btn-donate:focus a,
    li.btn-donate:active a {
      color: #ffffff !important; }
a.btn-4, a.btn-read-more,
button.btn-4,
button.btn-read-more,
li.btn-4,
li.btn-read-more {
  background: transparent;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Domine", serif !important;
  font-size: 22px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: 0.5px !important;
  line-height: 1 !important;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 5px 65px 5px 0px;
  position: relative;
  text-align: right;
  text-decoration: none !important;
  transition: all 0.4s ease; }
  a.btn-4::after, a.btn-read-more::after,
  button.btn-4::after,
  button.btn-read-more::after,
  li.btn-4::after,
  li.btn-read-more::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*--adjust as necessary--*/
    display: inline-block;
    position: absolute;
    right: 30px;
    transition: all 0.4s ease;
    top: 5px; }
  a.btn-4:hover, a.btn-4:focus, a.btn-4:active, a.btn-read-more:hover, a.btn-read-more:focus, a.btn-read-more:active,
  button.btn-4:hover,
  button.btn-4:focus,
  button.btn-4:active,
  button.btn-read-more:hover,
  button.btn-read-more:focus,
  button.btn-read-more:active,
  li.btn-4:hover,
  li.btn-4:focus,
  li.btn-4:active,
  li.btn-read-more:hover,
  li.btn-read-more:focus,
  li.btn-read-more:active {
    color: #fff;
    text-decoration: none; }
    a.btn-4:hover::after, a.btn-4:focus::after, a.btn-4:active::after, a.btn-read-more:hover::after, a.btn-read-more:focus::after, a.btn-read-more:active::after,
    button.btn-4:hover::after,
    button.btn-4:focus::after,
    button.btn-4:active::after,
    button.btn-read-more:hover::after,
    button.btn-read-more:focus::after,
    button.btn-read-more:active::after,
    li.btn-4:hover::after,
    li.btn-4:focus::after,
    li.btn-4:active::after,
    li.btn-read-more:hover::after,
    li.btn-read-more:focus::after,
    li.btn-read-more:active::after {
      right: 10px; }

/*END Buttons-------------------------------------*/
/*START footer------------------------*/
.button-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 82px;
  border-radius: 50%;
  background: #2ccad7;
  border: none;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 99; }
  .button-top .fa-arrow-up {
    color: #fff;
    font-size: 40px; }
  .button-top:hover {
    background: #197c84; }

footer.footer {
  position: relative; }
  footer.footer .footer-top {
    background: #740097;
    position: relative; }
    footer.footer .footer-top .footer-left {
      position: relative;
      min-height: 350px; }
      footer.footer .footer-top .footer-left .img-bg-footer {
        width: 50vw;
        height: 100%;
        right: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0; }
        footer.footer .footer-top .footer-left .img-bg-footer::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          background-color: rgba(28, 28, 28, 0.45);
          z-index: 1; }
      footer.footer .footer-top .footer-left .links-footer {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute;
        min-width: 215px;
        max-width: 90%; }
        footer.footer .footer-top .footer-left .links-footer h3 {
          font-family: 'Domine', serif;
          color: #ffffff;
          font-size: 22px;
          line-height: 1.14;
          letter-spacing: normal;
          text-align: left;
          position: relative; }
    footer.footer .footer-top .footer-rigth {
      padding: 50px 0px 55px 45px; }
      footer.footer .footer-top .footer-rigth h3 {
        font-family: 'Domine', serif;
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.04;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px; }
      footer.footer .footer-top .footer-rigth p {
        font-family: 'Domine', serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-decoration: none;
        margin: 15px 30px 20px 0; }
        footer.footer .footer-top .footer-rigth p a {
          color: #ffffff; }
      footer.footer .footer-top .footer-rigth ul {
        padding: 0px;
        margin: 0px; }
        footer.footer .footer-top .footer-rigth ul li {
          font-family: 'Domine', serif;
          font-size: 16px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.63;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff;
          text-decoration: none;
          list-style: none; }
      footer.footer .footer-top .footer-rigth .footer-contac {
        position: relative;
        height: 100%; }
        footer.footer .footer-top .footer-rigth .footer-contac::after {
          content: "";
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 1;
          background-color: #ffffff;
          right: 0; }
        footer.footer .footer-top .footer-rigth .footer-contac li {
          list-style: none; }
          footer.footer .footer-top .footer-rigth .footer-contac li a {
            background-color: transparent;
            color: #fff;
            padding: 10px 0 8px;
            font-size: 17px !important;
            font-weight: 400 !important; }
      footer.footer .footer-top .footer-rigth ul.social {
        display: block;
        font-size: 0;
        line-height: 1em;
        margin: 0;
        padding: 0;
        text-align: left; }
        footer.footer .footer-top .footer-rigth ul.social li {
          display: inline-block;
          font-size: 18px;
          margin: 0 10px 0 0 !important; }
          footer.footer .footer-top .footer-rigth ul.social li a {
            border-radius: 0;
            border: none;
            color: #ffffff;
            display: inherit;
            height: 30px;
            margin: 0;
            position: relative;
            transition: 0.4s;
            width: 30px; }
            footer.footer .footer-top .footer-rigth ul.social li a i {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              color: #ffffff;
              font-size: 20px;
              font-stretch: normal;
              font-style: normal;
              font-weight: normal;
              left: 25%;
              letter-spacing: -0.1px;
              line-height: 1.8;
              position: absolute;
              text-align: center;
              top: 50%; }
            footer.footer .footer-top .footer-rigth ul.social li a:hover {
              background: transparent; }
  footer.footer .footer-bottom {
    background: #ffffff;
    margin: 10px 0 10px 0; }
    footer.footer .footer-bottom .elevationweb a {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.56;
      text-align: left;
      font-family: 'Muli', sans-serif;
      color: #434342 !important; }
      footer.footer .footer-bottom .elevationweb a strong {
        color: #740097 !important;
        font-weight: bold; }
    footer.footer .footer-bottom .copy-r {
      font-family: 'Muli', sans-serif;
      color: #434342 !important;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: left; }
      footer.footer .footer-bottom .copy-r strong {
        color: #273764 !important; }

@media only screen and (max-width: 991px) {
  footer.footer .footer-top .footer-left .img-bg-footer {
    width: 100vw;
    left: calc((100vw - 720px) / (-2)); }

  footer.footer .footer-top .footer-left .links-footer {
    transform: translate(-30%, -50%); } }
@media only screen and (max-width: 767px) {
  footer.footer .footer-top .footer-left .img-bg-footer {
    width: 100vw;
    left: calc((100vw - 540px) / (-2)); }

  footer.footer .footer-top .footer-rigth .footer-contac::after {
    content: none; }

  footer.footer .footer-top .footer-rigth h3 {
    text-align: center;
    margin: 20px 0; }

  .footer-contac > li {
    text-align: center; }

  footer.footer .footer-top .footer-rigth p,
  footer.footer .footer-top .footer-rigth ul.social {
    text-align: center; }

  a.btn-4:nth-child(4) {
    display: block;
    text-align: center;
    padding: 0;
    margin: 15px 0; }

  a.btn-4::after {
    content: unset; }

  footer.footer .footer-top .footer-rigth {
    padding: 30px 0 15px; }

  footer.footer .footer-top .footer-rigth p {
    margin: 10px 0; } }
@media only screen and (max-width: 576px) {
  footer.footer .footer-top .footer-left .img-bg-footer {
    width: 100vw;
    left: unset; }

  footer.footer .footer-bottom .elevationweb {
    font-size: 10px;
    text-align: center; }

  footer.footer .footer-bottom .elevationweb a {
    font-size: 14px; }

  footer.footer .footer-bottom .copy-r {
    font-size: 10px; }

  footer.footer .footer-top .footer-rigth {
    padding: 50px 15px 55px; }

  footer.footer .footer-top .footer-rigth .footer-contac {
    margin-bottom: 20px; }

  footer.footer .footer-top .footer-rigth h3 {
    padding-top: 0px; }

  footer.footer .footer-top .footer-rigth p {
    margin: 0; }

  footer.footer .footer-top .footer-left .links-footer {
    transform: translate(-40%, -50%);
    min-width: 250px; } }
/*END footer------------------------------------------*/
/* START header-------------*/
/*START Sticky header*/
body.fixed header.header,
body.single-product header.header,
body.tax-product_cat header.header,
body.error404 header.header,
body.team_member-template-default header.header {
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
  left: 0;
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  z-index: 1050;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header::after, body.fixed header.header::before,
  body.single-product header.header::after,
  body.single-product header.header::before,
  body.tax-product_cat header.header::after,
  body.tax-product_cat header.header::before,
  body.error404 header.header::after,
  body.error404 header.header::before,
  body.team_member-template-default header.header::after,
  body.team_member-template-default header.header::before {
    content: none; }
  body.fixed header.header .header-navigation .col-right .header-toolbar ul li,
  body.fixed header.header .header-navigation .col-right .header-toolbar ul.top-menu li,
  body.single-product header.header .header-navigation .col-right .header-toolbar ul li,
  body.single-product header.header .header-navigation .col-right .header-toolbar ul.top-menu li,
  body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul li,
  body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul.top-menu li,
  body.error404 header.header .header-navigation .col-right .header-toolbar ul li,
  body.error404 header.header .header-navigation .col-right .header-toolbar ul.top-menu li,
  body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul li,
  body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul.top-menu li {
    margin: 10px 0 10px; }
    body.fixed header.header .header-navigation .col-right .header-toolbar ul li a,
    body.fixed header.header .header-navigation .col-right .header-toolbar ul.top-menu li a,
    body.single-product header.header .header-navigation .col-right .header-toolbar ul li a,
    body.single-product header.header .header-navigation .col-right .header-toolbar ul.top-menu li a,
    body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul li a,
    body.tax-product_cat header.header .header-navigation .col-right .header-toolbar ul.top-menu li a,
    body.error404 header.header .header-navigation .col-right .header-toolbar ul li a,
    body.error404 header.header .header-navigation .col-right .header-toolbar ul.top-menu li a,
    body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul li a,
    body.team_member-template-default header.header .header-navigation .col-right .header-toolbar ul.top-menu li a {
      color: #ffffff !important; }
  body.fixed header.header .header-navigation .col-right .header-toolbar #open-search,
  body.single-product header.header .header-navigation .col-right .header-toolbar #open-search,
  body.tax-product_cat header.header .header-navigation .col-right .header-toolbar #open-search,
  body.error404 header.header .header-navigation .col-right .header-toolbar #open-search,
  body.team_member-template-default header.header .header-navigation .col-right .header-toolbar #open-search {
    background-position: top center; }
  body.fixed header.header #NavDropdown ul li ul li:first-child::before,
  body.fixed header.header #NavDropdown ul li.open ul li:first-child::before,
  body.single-product header.header #NavDropdown ul li ul li:first-child::before,
  body.single-product header.header #NavDropdown ul li.open ul li:first-child::before,
  body.tax-product_cat header.header #NavDropdown ul li ul li:first-child::before,
  body.tax-product_cat header.header #NavDropdown ul li.open ul li:first-child::before,
  body.error404 header.header #NavDropdown ul li ul li:first-child::before,
  body.error404 header.header #NavDropdown ul li.open ul li:first-child::before,
  body.team_member-template-default header.header #NavDropdown ul li ul li:first-child::before,
  body.team_member-template-default header.header #NavDropdown ul li.open ul li:first-child::before {
    top: -15px !important; }
  body.fixed header.header #NavDropdown,
  body.single-product header.header #NavDropdown,
  body.tax-product_cat header.header #NavDropdown,
  body.error404 header.header #NavDropdown,
  body.team_member-template-default header.header #NavDropdown {
    color: #333745; }
    body.fixed header.header #NavDropdown ul li > a,
    body.single-product header.header #NavDropdown ul li > a,
    body.tax-product_cat header.header #NavDropdown ul li > a,
    body.error404 header.header #NavDropdown ul li > a,
    body.team_member-template-default header.header #NavDropdown ul li > a {
      color: #333745; }

/*End Sticky header*/
header.header {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  width: 100%; }
  header.header .textwidget {
    display: inline-block; }
  header.header p {
    margin-bottom: 0 !important; }

.header-navigation .col-right {
  flex-grow: 1;
  -ms-flex-preferred-size: 2;
  flex-basis: 2; }
  .header-navigation .col-right .header-toolbar {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    color: #ffffff; }
    .header-navigation .col-right .header-toolbar ul,
    .header-navigation .col-right .header-toolbar ul.top-menu {
      list-style-type: none;
      padding: 20px 0;
      margin: 0; }
      .header-navigation .col-right .header-toolbar ul li,
      .header-navigation .col-right .header-toolbar ul.top-menu li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        position: relative;
        margin: 0 15px 0 !important; }
        .header-navigation .col-right .header-toolbar ul li a,
        .header-navigation .col-right .header-toolbar ul.top-menu li a {
          color: #fff;
          padding: 20px 35px !important; }
          .header-navigation .col-right .header-toolbar ul li a:hover,
          .header-navigation .col-right .header-toolbar ul.top-menu li a:hover {
            text-decoration: none !important; }
    .header-navigation .col-right .header-toolbar #open-search {
      border-radius: 0;
      border: none;
      color: #4d0065;
      display: inline-block;
      font-size: 0;
      height: 25px;
      margin-left: 20px;
      padding: 0;
      position: relative;
      text-align: center;
      transition: 0.4s;
      vertical-align: middle;
      width: 25px; }
      .header-navigation .col-right .header-toolbar #open-search .fa-search {
        font-size: 25px;
        padding-top: 5px;
        background-color: #fff; }
      .header-navigation .col-right .header-toolbar #open-search:hover {
        box-shadow: none;
        color: #293f73;
        opacity: 0.8;
        outline: none;
        transition: 0.4s; }
    .header-navigation .col-right .header-toolbar h3 {
      display: none; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar {
  padding: 0; }
  .navbar .navbar-header {
    position: relative;
    overflow: hidden; }
    .navbar .navbar-header .navbar-brand {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 100%;
      margin: 0;
      overflow: hidden;
      position: relative;
      padding: 0;
      width: 250px; }
      .navbar .navbar-header .navbar-brand img {
        width: 100%; }
      .navbar .navbar-header .navbar-brand .navbar-brand-fixed {
        display: none; }

#NavDropdown {
  font-size: 1rem;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right; }
  #NavDropdown #main_menu {
    margin-right: -27px; }
  #NavDropdown ul li,
  #NavDropdown ul li.open {
    display: inline-block;
    float: none;
    vertical-align: middle; }
    #NavDropdown ul li.active > a,
    #NavDropdown ul li.open.active > a {
      font-weight: 700; }
    #NavDropdown ul li:last-child::after,
    #NavDropdown ul li.open:last-child::after {
      content: none; }
    #NavDropdown ul li:last-child ul li ul,
    #NavDropdown ul li.open:last-child ul li ul {
      right: auto;
      left: 100%; }
    #NavDropdown ul li:last-child ul li:last-child ul,
    #NavDropdown ul li.open:last-child ul li:last-child ul {
      right: 0;
      left: -100%;
      padding-top: 0; }
    #NavDropdown ul li a,
    #NavDropdown ul li.open a {
      font-family: 'Domine', serif;
      background: transparent;
      border-radius: 0;
      color: #313131;
      display: block;
      font-size: 20px;
      font-weight: 400;
      padding: 10px;
      position: relative;
      text-align: center;
      text-transform: none;
      transition: 0.4s;
      white-space: normal; }
      #NavDropdown ul li a::after,
      #NavDropdown ul li.open a::after {
        content: none; }
      #NavDropdown ul li a::before,
      #NavDropdown ul li.open a::before {
        content: "";
        background: #740097;
        bottom: 0px;
        height: 3px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        transition: 0.4s;
        width: 0; }
      #NavDropdown ul li a:hover, #NavDropdown ul li a:focus, #NavDropdown ul li a:active,
      #NavDropdown ul li.open a:hover,
      #NavDropdown ul li.open a:focus,
      #NavDropdown ul li.open a:active {
        text-decoration: none; }
        #NavDropdown ul li a:hover::before, #NavDropdown ul li a:focus::before, #NavDropdown ul li a:active::before,
        #NavDropdown ul li.open a:hover::before,
        #NavDropdown ul li.open a:focus::before,
        #NavDropdown ul li.open a:active::before {
          width: 80%; }
    #NavDropdown ul li ul,
    #NavDropdown ul li.open ul {
      background: transparent;
      border: none;
      display: none;
      min-height: 0;
      padding: 15px 0 0 0 !important;
      text-align: left; }
      #NavDropdown ul li ul li,
      #NavDropdown ul li.open ul li {
        background: #ffffff;
        display: block;
        position: relative; }
        #NavDropdown ul li ul li::after,
        #NavDropdown ul li.open ul li::after {
          content: none; }
        #NavDropdown ul li ul li a,
        #NavDropdown ul li.open ul li a {
          font-family: 'Domine', serif;
          border-radius: 0;
          border-top: 0;
          color: #333745;
          font-size: 1rem;
          font-weight: 400 !important;
          margin-top: 0;
          padding: 10px 17px 12px; }
          #NavDropdown ul li ul li a::before, #NavDropdown ul li ul li a::after,
          #NavDropdown ul li.open ul li a::before,
          #NavDropdown ul li.open ul li a::after {
            content: none; }
          #NavDropdown ul li ul li a:hover, #NavDropdown ul li ul li a:focus, #NavDropdown ul li ul li a:active,
          #NavDropdown ul li.open ul li a:hover,
          #NavDropdown ul li.open ul li a:focus,
          #NavDropdown ul li.open ul li a:active {
            background: #cb95e0;
            border-radius: 0;
            color: #ffffff !important;
            margin-top: 0; }
          #NavDropdown ul li ul li a::after,
          #NavDropdown ul li.open ul li a::after {
            content: none !important; }
        #NavDropdown ul li ul li:first-child::before,
        #NavDropdown ul li.open ul li:first-child::before {
          content: "" !important;
          background: transparent;
          border-bottom: 15px solid #ffffff;
          border-right: 15px solid transparent;
          border-left: 15px solid transparent;
          width: 30px;
          height: 15px;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 15px;
          opacity: 0;
          z-index: 0; }
        #NavDropdown ul li ul li:first-child a,
        #NavDropdown ul li.open ul li:first-child a {
          border-radius: 0;
          border-top: none; }
          #NavDropdown ul li ul li:first-child a::after,
          #NavDropdown ul li.open ul li:first-child a::after {
            content: ""; }
        #NavDropdown ul li ul li:last-child a,
        #NavDropdown ul li.open ul li:last-child a {
          border-radius: 0; }
        #NavDropdown ul li ul li:last-child ul,
        #NavDropdown ul li.open ul li:last-child ul {
          left: 150%;
          top: 0px;
          padding-top: 0;
          right: auto; }
        #NavDropdown ul li ul li > ul,
        #NavDropdown ul li.open ul li > ul {
          padding: 0 !important; }
          #NavDropdown ul li ul li > ul li::before,
          #NavDropdown ul li.open ul li > ul li::before {
            opacity: 0 !important; }

.display_dropdown li:first-child::before {
  transition-property: top, opacity;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease, ease-out;
  transition-delay: 0.1s, 0s;
  top: 0 !important;
  opacity: 1 !important; }

#NavDropdown ul li ul li:first-child::before,
#NavDropdown ul li.open ul li:first-child::before {
  top: -15px !important; }

.dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
  display: block;
  left: 50%;
  margin: 0 auto;
  padding: 0px;
  position: absolute; }
  .dropdown-menu .dropdown-menu {
    background: transparent !important;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    display: block;
    left: 150%;
    top: 0; }

.dropdown-btn {
  display: none; }

.dropdown-btn {
  background: transparent;
  border-radius: 3px;
  border: none;
  color: white;
  font-size: 15px;
  height: 2.4rem;
  position: absolute;
  right: 0;
  top: 4px;
  width: 2.4rem; }
  .dropdown-btn span {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    text-decoration: inherit;
    font-weight: 900; }
  .dropdown-btn .fa-caret-right.open::before {
    content: "\f0d7"; }

.dropdown-toggle::after {
  content: none; }

@media only screen and (max-width: 991px) {
  .header-navigation .col-right .header-toolbar {
    display: block !important;
    text-align: center; }

  body.fixed header.header {
    margin-top: 0 !important; }

  header.header .header-navigation .container {
    padding: 0;
    max-width: 100%; }

  section.header-navigation #NavDropdown {
    margin-top: 0 !important; }
    section.header-navigation #NavDropdown .header-toolbar {
      justify-content: center !important;
      padding-bottom: 10px; }
      section.header-navigation #NavDropdown .header-toolbar #open-search {
        background-position: top center; }
      section.header-navigation #NavDropdown .header-toolbar ul.top-menu {
        padding-bottom: 0; }

  .navbar .navbar-header .navbar-brand {
    width: 150px; }

  section.header-navigation ul.top-menu {
    padding: 0 15px;
    margin: 0;
    text-align: center; }
    section.header-navigation ul.top-menu li.menu-item a {
      padding: 14px 45px 15px !important; }
  section.header-navigation #NavDropdown ul {
    position: relative;
    padding-bottom: 10px; }
    section.header-navigation #NavDropdown ul li,
    section.header-navigation #NavDropdown ul li.open {
      padding: 0 15px;
      position: relative;
      /*Dropdown Button*/ }
      section.header-navigation #NavDropdown ul li::before,
      section.header-navigation #NavDropdown ul li.open::before {
        content: none !important;
        display: none; }
      section.header-navigation #NavDropdown ul li a.dropdown-toggle,
      section.header-navigation #NavDropdown ul li a,
      section.header-navigation #NavDropdown ul li.open a.dropdown-toggle,
      section.header-navigation #NavDropdown ul li.open a {
        position: relative;
        padding: 15px 35px 15px;
        color: #333745; }
        section.header-navigation #NavDropdown ul li a.dropdown-toggle::after, section.header-navigation #NavDropdown ul li a.dropdown-toggle::before,
        section.header-navigation #NavDropdown ul li a::after,
        section.header-navigation #NavDropdown ul li a::before,
        section.header-navigation #NavDropdown ul li.open a.dropdown-toggle::after,
        section.header-navigation #NavDropdown ul li.open a.dropdown-toggle::before,
        section.header-navigation #NavDropdown ul li.open a::after,
        section.header-navigation #NavDropdown ul li.open a::before {
          content: none; }
      section.header-navigation #NavDropdown ul li.active > a,
      section.header-navigation #NavDropdown ul li.open.active > a {
        padding: 15px 35px 15px;
        color: #740097; }
      section.header-navigation #NavDropdown ul li .dropdown-btn,
      section.header-navigation #NavDropdown ul li.open .dropdown-btn {
        background: #cb95e0;
        border-radius: 4px;
        border: none;
        color: #ffffff !important;
        display: inline-block;
        font-size: 16px !important;
        font-weight: 700 !important;
        padding: 5px 10px;
        position: absolute;
        right: 50px;
        text-decoration: none !important;
        top: 0px;
        transition: all 0.4s ease; }
        section.header-navigation #NavDropdown ul li .dropdown-btn::after,
        section.header-navigation #NavDropdown ul li.open .dropdown-btn::after {
          margin: 0; }
      section.header-navigation #NavDropdown ul li ul.dropdown-menu,
      section.header-navigation #NavDropdown ul li.open ul.dropdown-menu {
        margin-top: 10px;
        padding: 0 !important;
        position: relative !important;
        top: 0;
        width: 100%; }
        section.header-navigation #NavDropdown ul li ul.dropdown-menu li,
        section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open,
        section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li,
        section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open {
          display: block;
          background: #cb95e0;
          text-align: center;
          margin: 0;
          padding: 0; }
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li a,
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a,
          section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a,
          section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a {
            text-align: center;
            color: #ffffff !important;
            font-size: 16px !important;
            padding: 16px 17px 16px !important; }
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li a::after, section.header-navigation #NavDropdown ul li ul.dropdown-menu li a::before,
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a::after,
            section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open a::before,
            section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a::after,
            section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li a::before,
            section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a::after,
            section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open a::before {
              content: none; }
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li.active > a,
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open.active > a,
          section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.active > a,
          section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open.active > a {
            font-weight: 700; }
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li ul li,
          section.header-navigation #NavDropdown ul li ul.dropdown-menu li.open ul li,
          section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li ul li,
          section.header-navigation #NavDropdown ul li.open ul.dropdown-menu li.open ul li {
            background: #1aa5bc; }
      section.header-navigation #NavDropdown ul li ul li:first-child::before,
      section.header-navigation #NavDropdown ul li.open ul li:first-child::before {
        contnet: none; }
  section.header-navigation .navbar {
    justify-content: space-between;
    padding-top: 0;
    background: #fff; }
    section.header-navigation .navbar .navbar-header {
      -ms-flex-wrap: wrap;
      display: flex;
      flex-basis: 100% !important;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      left: unset;
      position: relative;
      top: unset; }
      section.header-navigation .navbar .navbar-header .navbar-brand {
        padding: 5px 10px; }
        section.header-navigation .navbar .navbar-header .navbar-brand .navbar-brand-desktop {
          display: none; }
        section.header-navigation .navbar .navbar-header .navbar-brand .navbar-brand-fixed {
          display: block; }
      section.header-navigation .navbar .navbar-header button.navbar-toggler {
        height: 50px;
        min-height: 50px;
        min-width: 50px;
        position: relative;
        border-color: currentColor;
        transition: all 0.4s ease;
        width: 50px;
        margin-right: 10px; }
        section.header-navigation .navbar .navbar-header button.navbar-toggler[aria-expanded="true"]::after {
          content: "\f00d"; }
        section.header-navigation .navbar .navbar-header button.navbar-toggler::after {
          content: "\f0c9";
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          box-sizing: border-box;
          color: currentColor;
          font-family: "Font Awesome 5 Free";
          font-size: inherit;
          font-weight: 900;
          left: 50%;
          position: absolute;
          text-rendering: auto;
          top: 50%; }
        section.header-navigation .navbar .navbar-header button.navbar-toggler:hover, section.header-navigation .navbar .navbar-header button.navbar-toggler:focus, section.header-navigation .navbar .navbar-header button.navbar-toggler:active {
          color: #4d0065;
          outline: none; }
      section.header-navigation .navbar .navbar-header::before {
        content: none; }

  .dropdown-menu .dropdown-menu {
    left: 50%; }
    .dropdown-menu .dropdown-menu:hover, .dropdown-menu .dropdown-menu:focus, .dropdown-menu .dropdown-menu:active {
      outline: none; }

  #NavDropdown ul li ul li:last-child ul,
  #NavDropdown ul li.open ul li:last-child ul {
    left: 50%; } }
@media only screen and (max-width: 480px) {
  .header-navigation .col-right .header-toolbar ul li,
  .header-navigation .col-right .header-toolbar ul.top-menu li {
    margin: 0 !important; }

  section.header-navigation #NavDropdown ul {
    padding-bottom: 0px; }

  section.header-navigation #NavDropdown ul li,
  section.header-navigation #NavDropdown ul li.open {
    width: 100%;
    margin-bottom: 10px !important; }

  section.header-navigation #NavDropdown ul li a.dropdown-toggle,
  section.header-navigation #NavDropdown ul li a,
  section.header-navigation #NavDropdown ul li.open a.dropdown-toggle,
  section.header-navigation #NavDropdown ul li.open a {
    padding: 5px 0; }

  section.header-navigation #NavDropdown .header-toolbar #open-search {
    background-position: center; }

  .header-navigation .col-right .header-toolbar ul,
  .header-navigation .col-right .header-toolbar ul.top-menu {
    margin: unset;
    padding: 0; }

  .header-navigation .col-right .header-toolbar #open-search {
    margin-left: 0px; } }
/*END Main Navigation------------------------------------- */
/*START Slider--------------------------------------------------*/
.slider-widget {
  overflow: hidden;
  position: relative; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden; }
    .slider-widget .slider-a #home-slider {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider .carousel-item {
        width: 100%; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner {
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */ }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption {
          opacity: 0; }
          .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .slider-caption.show {
            opacity: 1 !important; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .slider-caption {
          -webkit-animation-name: opacityTransition;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.8s;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransition;
          animation-duration: 0.8s;
          animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item {
          transition-property: opacity; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
          opacity: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-next,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .carousel-item-prev,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.carousel-item-right {
          left: 0;
          transform: translate3d(0, 0, 0); }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators {
        bottom: auto;
        width: calc((100vw - 1140px)/2);
        left: unset;
        margin: 0;
        top: 50%;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators li {
          width: 10px;
          height: 10px;
          margin: 0 0 18px 0;
          border: 2px solid white;
          border-radius: 50%;
          opacity: 1;
          background: transparent;
          position: relative;
          transition: all 0.4s ease;
          padding: 0 !important; }
          .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators li::after, .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators li::before {
            content: none; }
          .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators li.active {
            background: white; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-prev, .slider-widget .slider-a #home-slider.carousel-fade .carousel-control-next {
        display: none; }
      .slider-widget .slider-a #home-slider .carousel-control {
        opacity: 1;
        transition: 0.4s; }
        .slider-widget .slider-a #home-slider .carousel-control span {
          background: transparent url("../images/arrow-slider.png") no-repeat;
          background-position: 50% 50%;
          background-size: auto;
          border-radius: 50%;
          height: 47px;
          text-align: center;
          text-shadow: none;
          transition: box-shadow 0.4s;
          width: 47px; }
          .slider-widget .slider-a #home-slider .carousel-control span:before {
            -webkit-transform: translate(-50%, -55%);
            -moz-transform: translate(-50%, -55%);
            -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
            display: none;
            left: 50%;
            position: absolute;
            top: 50%; }
          .slider-widget .slider-a #home-slider .carousel-control span:hover {
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
        .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left, .slider-widget .slider-a #home-slider .carousel-control.carousel-item-right {
          background: transparent;
          width: 10%; }
        .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left span {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .slider-widget .slider-a .slider-box {
      height: 600px;
      min-height: 500px;
      max-height: 75vh;
      position: relative; }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 4; }
    .slider-widget .slider-a .slider-box::before, .slider-widget .slider-a a.link-slider::before {
      content: "";
      background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
      opacity: 0.38;
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    .slider-widget .slider-a .bg-img {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%;
      z-index: 2; }
  .slider-widget .slider-caption {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: inherit;
    line-height: 1;
    max-width: 100%;
    opacity: 1;
    position: relative;
    right: inherit;
    text-align: left;
    top: 50%;
    width: 70%;
    z-index: 10; }
    .slider-widget .slider-caption h2 {
      font-family: 'Domine', serif;
      font-size: 39px;
      font-weight: normal !important;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff; }
      .slider-widget .slider-caption h2 span, .slider-widget .slider-caption h2 strong {
        font-weight: bold; }
    .slider-widget .slider-caption p {
      font-family: 'Open Sans', sans-serif;
      color: #333745;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.45;
      text-align: center; }
      .slider-widget .slider-caption p em, .slider-widget .slider-caption p strong, .slider-widget .slider-caption p a {
        color: #293f73 !important;
        font-size: 25px;
        font-weight: bold; }
    .slider-widget .slider-caption a.btn-1, .slider-widget .slider-caption a.btn-2 {
      display: inline-block;
      margin-right: 15px;
      min-width: 170px; }
  .slider-widget .stick-center {
    height: 100px; }
    .slider-widget .stick-center.white {
      background-color: #ffffff; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators {
    width: calc((100vw - 960px)/2); } }
@media only screen and (max-width: 991px) {
  .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators {
    width: calc((100vw - 720px)/2); }

  .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left, .slider-widget .slider-a #home-slider .carousel-control.carousel-item-right {
    width: 2%; }

  .slider-widget .slider-a .slider-box .bg-img {
    background-size: cover;
    background-position: center; }
  .slider-widget .slider-a .slider-caption h2 {
    font-size: 40px; }
  .slider-widget .slider-a .slider-caption p {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators {
    width: calc((100vw - 540px)/2); }

  .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left, .slider-widget .slider-a #home-slider .carousel-control.carousel-item-right {
    width: 4%; }

  .slider-widget .slider-a .slider-caption {
    width: 90%; }
    .slider-widget .slider-a .slider-caption h2 {
      font-size: 35px; }
    .slider-widget .slider-a .slider-caption p {
      font-size: 18px;
      line-height: 1em; }

  .slider-widget .slider-a #home-slider.carousel-fade .bullets {
    bottom: 15px; } }
@media only screen and (max-width: 576px) {
  .slider-widget .slider-a #home-slider.carousel-fade .carousel-indicators {
    width: 20px; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider .carousel-control.carousel-item-left, .slider-widget .slider-a #home-slider .carousel-control.carousel-item-right {
    width: 0; }

  .slider-widget {
    width: 100%; }
    .slider-widget .slider-a {
      width: 100%; }
      .slider-widget .slider-a .bg-img {
        background-size: cover;
        background-position: center; }
      .slider-widget .slider-a .slider-box {
        height: 350px; }
      .slider-widget .slider-a .slider-caption {
        width: 90%; }
        .slider-widget .slider-a .slider-caption h2 {
          font-size: 25px; }
        .slider-widget .slider-a .slider-caption p {
          font-size: 16px;
          line-height: 1em; } }
/*END Slider--------------------------------------------------*/
.section-b {
  background-color: #ffffff;
  overflow: hidden;
  padding: 50px 0; }
  .section-b h2 {
    font-size: 42px !important;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.65;
    letter-spacing: normal;
    text-align: center;
    display: block !important;
    color: #740097; }
  .section-b p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6 !important;
    letter-spacing: normal;
    text-align: center;
    color: #565656 !important;
    margin: 0 0 25px; }
    .section-b p strong, .section-b p a {
      font-family: 'Open Sans', sans-serif;
      font-size: 24px !important;
      color: #565656 !important;
      font-weight: bold;
      line-height: 1.6 !important; }
  .section-b .we-serve .item-box {
    width: 275px;
    height: 275px;
    position: relative;
    margin-bottom: 20px; }
    .section-b .we-serve .item-box a {
      display: block;
      height: 100%;
      cursor: pointer; }
    .section-b .we-serve .item-box:nth-child(1) .img-box::after {
      background-color: rgba(116, 0, 151, 0.5);
      transition: all 0.5s ease; }
    .section-b .we-serve .item-box:nth-child(2) .img-box::after {
      background-color: rgba(31, 227, 221, 0.5);
      transition: all 0.5s ease; }
    .section-b .we-serve .item-box:nth-child(3) .img-box::after {
      background-color: rgba(203, 150, 225, 0.7);
      transition: all 0.5s ease; }
    .section-b .we-serve .item-box .img-box {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      background-size: cover;
      background-repeat: no-repeat; }
      .section-b .we-serve .item-box .img-box::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        top: 0; }
    .section-b .we-serve .item-box .content-box {
      position: absolute;
      bottom: 25px;
      width: calc(100% - 40px);
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 3;
      text-align: left;
      transition: all 0.5s ease; }
      .section-b .we-serve .item-box .content-box .title {
        font-family: 'Domine', serif;
        font-size: 32px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff; }
    .section-b .we-serve .item-box:hover:nth-child(1) .img-box::after {
      background-color: rgba(77, 0, 101, 0.8);
      transition: all 0.5s ease; }
    .section-b .we-serve .item-box:hover:nth-child(2) .img-box::after {
      background-color: rgba(31, 227, 221, 0.8);
      transition: all 0.5s ease; }
    .section-b .we-serve .item-box:hover:nth-child(3) .img-box::after {
      background-color: rgba(203, 150, 225, 0.8);
      transition: all 0.5s ease; }

@media only screen and (max-width: 991px) {
  .section-b .we-serve .item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    background-position: center; } }
@media only screen and (max-width: 576px) {
  .section-b .btn-container {
    text-align: center;
    width: 80%;
    margin: 0 auto; }

  .section-b .btn-container a[class^="btn-"],
  .section-b .btn-container button[class^="btn-"] {
    margin: 0 0 20px !important;
    width: 100%; }

  a.btn-2::after, button.btn-2::after, li.btn-2::after {
    right: 18px;
    top: 12px; }

  .section-b .we-serve .item-box {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; } }
.section-c {
  background-color: #e2e2e2;
  padding-top: 40px;
  padding-bottom: 55px; }
  .section-c .topper h2 {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 1.2px;
    text-align: center;
    color: #740097;
    margin: 0 auto; }
  .section-c .topper .view a {
    padding: 18px 64px;
    font-weight: bold !important; }
  .section-c .item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    transition: all 0.5s ease; }
    .section-c .item-box a {
      text-decoration: none !important; }
    .section-c .item-box .img-box {
      padding-bottom: 65%;
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      width: 100%; }
    .section-c .item-box .content-box {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: normal;
      text-align: left;
      color: #565656;
      padding: 25px 20px; }
    .section-c .item-box .date-box {
      font-family: Muli;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.38;
      letter-spacing: normal;
      text-align: left;
      color: #740097;
      padding-top: 13px; }
    .section-c .item-box:hover, .section-c .item-box:focus, .section-c .item-box:active {
      box-shadow: 0px 8px 13px 0 rgba(0, 0, 0, 0.35); }

@media only screen and (max-width: 991px) {
  .section-c .item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    background-position: center;
    margin: 10px 0; }

  .section-c .topper > h2 {
    margin: 0 auto; } }
@media only screen and (max-width: 576px) {
  .section-c .item-box {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; } }
.section-d {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  background-position: 50% 50%; }
  .section-d::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(116, 0, 151, 0.8);
    z-index: 0; }
  .section-d .container-text {
    z-index: 1;
    position: relative;
    text-align: center; }
    .section-d .container-text h2.title {
      font-family: 'Domine', serif;
      color: white;
      font-size: 42px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1;
      margin-bottom: 25px;
      text-align: center; }
      .section-d .container-text h2.title strong {
        color: #ffffff !important;
        font-weight: bold; }
    .section-d .container-text p {
      font-family: 'Open Sans', sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 1.27;
      text-align: center;
      color: #ffffff !important; }
      .section-d .container-text p strong {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.27;
        color: #ffffff !important;
        font-weight: bold; }
    .section-d .container-text a {
      padding: 12px 50px;
      font-weight: bold !important; }
      .section-d .container-text a:hover {
        text-decoration: none;
        background: #197c84;
        color: #ffffff !important; }

@media only screen and (max-width: 576px) {
  .section-d .container-text h2.title {
    text-align: center !important; } }
.section-e {
  overflow: hidden;
  padding-top: 60px; }
  .section-e h2 {
    font-family: 'Domine', serif;
    color: #740097;
    display: block;
    font-size: 32px;
    line-height: 1.25;
    text-align: center; }
    .section-e h2 strong {
      font-weight: bold !important; }
  .section-e .stories-carousel {
    text-align: center; }
    .section-e .stories-carousel #carousel__stories {
      margin-bottom: -32px;
      position: relative;
      z-index: 40; }
      .section-e .stories-carousel #carousel__stories .carousel-inner {
        margin: 0 auto;
        width: 90%; }
      .section-e .stories-carousel #carousel__stories .carousel-control-next, .section-e .stories-carousel #carousel__stories .carousel-control-prev {
        width: 5%;
        min-width: 20px;
        height: calC(100% - 32px); }
        .section-e .stories-carousel #carousel__stories .carousel-control-next .carousel-control-next-icon, .section-e .stories-carousel #carousel__stories .carousel-control-next .carousel-control-prev-icon, .section-e .stories-carousel #carousel__stories .carousel-control-prev .carousel-control-next-icon, .section-e .stories-carousel #carousel__stories .carousel-control-prev .carousel-control-prev-icon {
          background-image: url("../images/arrow-sponsors.png");
          background-color: transparent;
          background-size: auto;
          height: 41px;
          width: 41px; }
        .section-e .stories-carousel #carousel__stories .carousel-control-next .carousel-control-next-icon, .section-e .stories-carousel #carousel__stories .carousel-control-prev .carousel-control-next-icon {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .section-e .stories-carousel .single-sponsor {
      margin-bottom: 32px; }
      .section-e .stories-carousel .single-sponsor .nav-link {
        padding: 60px 0px; }
        .section-e .stories-carousel .single-sponsor .nav-link.active {
          position: relative;
          z-index: 0; }
          .section-e .stories-carousel .single-sponsor .nav-link.active::after {
            content: "";
            background-color: transparent;
            width: 64px;
            bottom: -32px;
            left: -10vw;
            margin: 0 auto;
            position: absolute;
            right: 0;
            border-left: 32px solid transparent;
            border-right: 32px solid transparent;
            border-top: 32px solid #ffffff;
            height: 32px;
            z-index: 20; }
    .section-e .stories-carousel .featured-sponsor-images .stories-img {
      margin-left: 40px;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      overflow: hidden;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px; }
      .section-e .stories-carousel .featured-sponsor-images .stories-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section-e .stories-carousel .featured-sponsor-images .stories-name {
      margin-left: 20px;
      text-align: left; }
      .section-e .stories-carousel .featured-sponsor-images .stories-name span.name {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: bold !important;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.06;
        letter-spacing: normal;
        text-align: left;
        color: #0f0f0f;
        display: block; }
      .section-e .stories-carousel .featured-sponsor-images .stories-name span.last {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: normal !important;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.06;
        letter-spacing: normal;
        text-align: left;
        color: #0f0f0f;
        display: block; }
  .section-e .parent-item {
    display: none;
    opacity: 1; }
    .section-e .parent-item.active {
      display: block;
      -webkit-animation-name: opacityTransition;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 0.8s;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-fill-mode: forwards;
      /* Safari 4.0 - 8.0 */
      animation-name: opacityTransition;
      animation-duration: 0.8s;
      animation-fill-mode: forwards; }
    .section-e .parent-item .left-side {
      position: relative; }
      .section-e .parent-item .left-side::before {
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        width: 50vw;
        background-color: #cb95e0; }
      .section-e .parent-item .left-side .container-content blockquote {
        position: relative;
        background: none;
        width: 450px; }
        .section-e .parent-item .left-side .container-content blockquote p {
          font-family: 'Open Sans', sans-serif;
          color: #fff;
          font-size: 18px;
          font-stretch: normal;
          font-style: normal;
          letter-spacing: normal;
          line-height: 1.33;
          text-align: left;
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-weight: normal; }
          .section-e .parent-item .left-side .container-content blockquote p:first-child::before {
            content: open-quote;
            font-family: 'Chapaza-Regular';
            font-size: 42px;
            font-stretch: normal;
            line-height: 0.5;
            letter-spacing: normal;
            text-align: right;
            color: #ffffff;
            display: inline-block;
            width: 16px;
            height: 15px;
            vertical-align: middle;
            margin-right: 5px; }
          .section-e .parent-item .left-side .container-content blockquote p:last-child::after {
            content: close-quote;
            font-family: 'Chapaza-Regular';
            font-size: 42px;
            font-stretch: normal;
            line-height: 0.5;
            letter-spacing: normal;
            text-align: right;
            color: #ffffff;
            display: inline-block;
            width: 16px;
            height: 15px;
            vertical-align: middle;
            margin-left: 5px; }
          .section-e .parent-item .left-side .container-content blockquote p a {
            color: #ffffff;
            text-decoration: underline; }
      .section-e .parent-item .left-side .container-footer {
        position: relative; }
        .section-e .parent-item .left-side .container-footer .container-img {
          margin-right: 10px; }
        .section-e .parent-item .left-side .container-footer .container-name, .section-e .parent-item .left-side .container-footer .container-age {
          font-family: 'Open Sans', sans-serif;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.1;
          letter-spacing: normal;
          text-align: left;
          display: block;
          color: #ffffff; }
        .section-e .parent-item .left-side .container-footer .container-name {
          font-size: 20px;
          font-weight: 600 !important; }
        .section-e .parent-item .left-side .container-footer .container-age {
          font-size: 18px;
          font-weight: normal !important; }
    .section-e .parent-item .right-side {
      min-height: 415px; }
      .section-e .parent-item .right-side .stories-full-img {
        width: 50vw;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        left: 0; }

@media only screen and (max-width: 991px) {
  .section-e {
    min-height: 1000px; }

  .section-e .parent-item .right-side .stories-full-img, .section-e .parent-item .left-side::before {
    width: 100vw;
    left: calc((100vw - 720px)/(-2)); }

  .section-e .parent-item .left-side .container-content blockquote {
    padding-top: 50px;
    width: 100%; }

  .section-e .parent-item .left-side .container-footer {
    padding-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .section-e .parent-item .right-side .stories-full-img, .section-e .parent-item .left-side::before {
    width: 100vw;
    left: calc((100vw - 540px)/(-2)); } }
@media only screen and (max-width: 576px) {
  .section-e .parent-item .right-side .stories-full-img, .section-e .parent-item .left-side::before {
    width: 100vw;
    left: unset; }

  .section-e .parent-item .left-side .container-content {
    padding: 60px 10px 30px; }

  .section-e .parent-item .right-side {
    min-height: 250px;
    padding: 0px; } }
/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.section-f .sponsor-vCarousel {
  padding: 50px 0 100px;
  text-align: center; }
  .section-f .sponsor-vCarousel h2 {
    font-family: 'Domine', serif;
    font-size: 32px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    color: #740097;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal; }
  .section-f .sponsor-vCarousel #carousel__sponsor {
    margin-top: 45px; }
    .section-f .sponsor-vCarousel #carousel__sponsor .carousel-inner {
      margin: 0 auto;
      width: 100%; }
    .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-next, .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-prev {
      width: 5%;
      min-width: 20px; }
      .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-prev-icon, .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon, .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/arrow-sponsors.png");
        background-color: transparent;
        background-size: auto;
        height: 41px;
        width: 41px; }
      .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .section-f .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .section-f .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
      flex: 1 0 200px;
      padding: 0;
      height: 200px;
      background-color: #ececec;
      margin: 0 20px;
      position: relative; }
      .section-f .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        transition: all 0.4s ease;
        text-align: center;
        position: absolute; }
        .section-f .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images img {
          object-fit: contain;
          display: block;
          width: 100%;
          height: 100%; }
      .section-f .sponsor-vCarousel #carousel__sponsor .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease; }
        .section-f .sponsor-vCarousel #carousel__sponsor .single-sponsor a:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.section-g {
  background-color: #f0f0f0; }
  .section-g .filter_feed_lvtn {
    display: none; }
  .section-g h2 {
    font-family: 'Domine', serif;
    color: #740097;
    font-size: 32px !important;
    font-weight: bold !important;
    line-height: 2;
    text-align: center;
    margin: 0; }
  .section-g .social_feed_lvtn {
    padding: 60px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .section-g .social_feed_lvtn .single_feed {
      list-style-type: none;
      background-color: #ffffff;
      margin: 0 0 30px 0;
      width: 266px;
      position: relative; }
      .section-g .social_feed_lvtn .single_feed.facebook .body_feed .icon_feed {
        background: #3b5998; }
        .section-g .social_feed_lvtn .single_feed.facebook .body_feed .icon_feed i {
          font-size: 20px; }
      .section-g .social_feed_lvtn .single_feed.twitter .body_feed .icon_feed {
        background: #2db6e8; }
        .section-g .social_feed_lvtn .single_feed.twitter .body_feed .icon_feed i {
          font-size: 20px; }
      .section-g .social_feed_lvtn .single_feed.instagram .body_feed .icon_feed {
        background: #cd3375; }
        .section-g .social_feed_lvtn .single_feed.instagram .body_feed .icon_feed i {
          font-size: 20px; }
      .section-g .social_feed_lvtn .single_feed.youtube .body_feed .icon_feed {
        background: red; }
        .section-g .social_feed_lvtn .single_feed.youtube .body_feed .icon_feed i {
          font-size: 20px; }
      .section-g .social_feed_lvtn .single_feed .image_feed {
        height: 140px;
        display: block;
        position: relative;
        margin-top: 0; }
        .section-g .social_feed_lvtn .single_feed .image_feed figure {
          height: 100%;
          width: 100%;
          background-position: 50% 50%;
          background-size: cover;
          background-repeat: no-repeat; }
        .section-g .social_feed_lvtn .single_feed .image_feed .rounded {
          border-radius: 50%; }
      .section-g .social_feed_lvtn .single_feed .body_feed {
        margin: 40px 7% 7%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .section-g .social_feed_lvtn .single_feed .body_feed .icon_feed {
          position: absolute;
          bottom: unset;
          top: -60px;
          right: -10px;
          border-radius: 50%;
          display: block;
          width: 40px;
          height: 40px;
          z-index: 99; }
          .section-g .social_feed_lvtn .single_feed .body_feed .icon_feed a {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            position: absolute;
            color: #ffffff;
            font-size: 16px; }
        .section-g .social_feed_lvtn .single_feed .body_feed .text_feed {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.33;
          letter-spacing: normal;
          text-align: left;
          color: #404040;
          word-break: break-all; }
        .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 0 !important;
          margin-bottom: 13px; }
          .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .user_pick {
            background-repeat: no-repeat;
            background-size: cover !important;
            margin: 0 auto;
            position: relative;
            width: 50px;
            margin-right: 8px !important; }
          .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .meta_user {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch; }
            .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .meta_user .user_nickname,
            .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .meta_user .date-elapsed {
              line-height: 1.4;
              font-size: 17px;
              font-weight: 600; }
          .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .user_nickname a {
            color: #740097; }
            .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .user_nickname a:hover {
              text-decoration: none;
              color: #4d0065;
              border-bottom: 1px solid #4d0065; }
          .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .date-elapsed a {
            color: #514d85; }
            .section-g .social_feed_lvtn .single_feed .body_feed .footer_feed .date-elapsed a:hover {
              text-decoration: none; }
      .section-g .social_feed_lvtn .single_feed:hover, .section-g .social_feed_lvtn .single_feed:focus, .section-g .social_feed_lvtn .single_feed:active {
        box-shadow: 0px 8px 13px 0 rgba(0, 0, 0, 0.35); }

@media only screen and (max-width: 991px) {
  .section-g .social_feed_lvtn {
    padding: 60px 60px 50px; } }
@media only screen and (max-width: 480px) {
  .section-g .social_feed_lvtn .single_feed {
    left: 0 !important; } }
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  /*checkbox*/
  /*field address */ }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio {
    /*RADIO Button circular style*/ }
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
      font-family: 'Domine', serif;
      color: #333333;
      cursor: pointer;
      display: inline-block !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1em;
      margin: 0 auto;
      padding: 0 0 0 25px !important;
      position: relative;
      vertical-align: middle;
      z-index: 1; }
      .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
      .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #740097;
        border-radius: 50%;
        border: 4px solid #740097;
        height: 14px;
        left: 0;
        position: absolute;
        top: 1px;
        transition: all 0.2s ease;
        width: 14px;
        z-index: -1; }
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
      margin: 0 !important; }
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #740097;
      background: transparent; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label,
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label {
    font-family: 'Domine', serif;
    color: #333333;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    z-index: 1; }
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after,
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: #293f73;
      border-radius: 3px;
      border: 4px solid #293f73;
      height: 15px;
      left: 0;
      position: absolute;
      top: 1px;
      transition: all 0.2s ease;
      width: 15px;
      z-index: -1; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked,
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #939382;
    background: transparent; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_address .address_country select {
    padding: 5px 4px;
    line-height: 1em !important; }
  .gform_wrapper .gform_body ul.gform_fields li.gfield .top_label .gfield_label {
    font-family: 'Domine', serif;
    font-size: 18px;
    line-height: 1em; }

.gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer input.button {
  font-family: 'Domine', serif !important;
  background: #2ccad7;
  border-radius: 0px;
  border: none;
  color: #ffffff !important;
  display: inline-block;
  font-size: 20px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 20px auto;
  max-width: 100%;
  padding: 15px 35px 16px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.4s ease;
  min-width: 200px; }
  .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_footer input[type="submit"]:focus, .gform_wrapper .gform_footer input[type="submit"]:active, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input.button:active {
    background: #197c84;
    color: #fff;
    text-decoration: none; }

.interior .gform_confirmation_wrapper {
  font-size: 18px !important;
  color: #825d22 !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 18px;
  color: #fff;
  display: block;
  background: #740097;
  padding: 10px 20px; }

.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
  background: transparent;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  color: #2d1a09;
  min-height: 38px;
  padding: 3px 10px !important; }
  .gform_wrapper input:not([type="submit"]):active, .gform_wrapper input:not([type="submit"]):focus, .gform_wrapper textarea:active, .gform_wrapper textarea:focus, .gform_wrapper select:active, .gform_wrapper select:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    outline: none; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-arrow.jpg") 101%/55px no-repeat transparent; }
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  height: 15px; }
.gform_wrapper label.gfield_label {
  font-family: 'Muli', sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 10px 0 0 0; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px; }

/*START Sign Up--------------------------------------------------*/
.sign-up-footer {
  position: relative;
  background: #740097;
  padding: 45px 0;
  border-bottom: #fff 1px solid; }
  .sign-up-footer .gform_wrapper {
    margin: 0;
    position: relative;
    width: 100%; }
    .sign-up-footer .gform_wrapper form {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      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-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .sign-up-footer .gform_wrapper .gform_heading {
      -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
      flex: 2 0 auto;
      margin: 0;
      width: auto; }
      .sign-up-footer .gform_wrapper .gform_heading .gform_title {
        font-family: 'Domine', serif;
        font-size: 30px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0; }
    .sign-up-footer .gform_wrapper .gform_body {
      margin: 0 30px !important;
      position: relative;
      z-index: 1;
      -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
      flex: 2 2 auto; }
      .sign-up-footer .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0;
        margin: 0;
        list-style: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield,
        .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li {
          margin: 0 !important;
          padding: 0 !important;
          width: 100%; }
          .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label,
          .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .gfield_label {
            display: none; }
          .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container,
          .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container {
            margin: 0 !important; }
            .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input,
            .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container input {
              font-family: "Montserrat", sans-serif !important;
              background: transparent !important;
              border-bottom: 1px solid #ffffff !important;
              border-radius: 0 !important;
              border: none;
              color: #ffffff;
              font-size: 14px !important;
              font-stretch: normal;
              font-style: normal;
              font-weight: normal;
              height: 44px;
              letter-spacing: normal;
              line-height: normal;
              padding: 14px 0 !important;
              text-align: left;
              width: 100% !important;
              /* firefox 19+ */
              /* ie */ }
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder,
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder {
                color: #ffffff;
                opacity: 1; }
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder,
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder {
                color: #ffffff;
                opacity: 1; }
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder,
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder {
                color: #ffffff;
                opacity: 1; }
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus,
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:hover,
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:active,
              .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container input:focus {
                box-shadow: none;
                outline: none; }
          .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_email input,
          .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li .ginput_container_email input {
            padding: 0 5px !important;
            text-align: center; }
    .sign-up-footer .gform_wrapper .gform_footer {
      margin: 0 !important;
      padding: 0 !important;
      position: relative;
      text-align: center;
      transition: all 0.4s ease;
      width: 170px;
      z-index: 99; }
      .sign-up-footer .gform_wrapper .gform_footer input.gform_button {
        font-family: "Montserrat", sans-serif !important;
        background-color: #ffffff;
        border: none;
        color: #740097 !important;
        cursor: pointer;
        font-size: 16px !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-weight: bold !important;
        letter-spacing: normal !important;
        line-height: 1.25;
        margin: 0;
        opacity: 1;
        padding: 17px 36px !important;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.4s ease;
        width: 100% !important; }
        .sign-up-footer .gform_wrapper .gform_footer input.gform_button:hover {
          text-decoration: none;
          background-color: #4d0065 !important;
          color: #ffffff !important; }
    .sign-up-footer .gform_wrapper .gfield_description {
      display: none; }
    .sign-up-footer .gform_wrapper div.validation_error {
      margin-bottom: 0;
      position: absolute;
      top: -50px;
      width: auto;
      right: 0;
      background: #790000;
      color: #fff;
      padding: 0 10px; }
  .sign-up-footer .gform_confirmation_wrapper {
    float: none;
    margin-top: 0;
    text-align: center; }

@media only screen and (max-width: 991px) {
  .sign-up-footer .gform_wrapper form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sign-up-footer .gform_wrapper form .gform_heading {
      margin-bottom: 15px;
      -webkit-box-flex: 100%;
      -ms-flex: 2 0 100%;
      flex: 2 0 100%; }
    .sign-up-footer .gform_wrapper form .gform_footer {
      margin-top: 20px !important; }

  .sign-up-footer .gform_wrapper .gform_heading .gform_title {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .sign-up-footer .gform_wrapper .gform_footer {
    width: 70%; } }
@media only screen and (max-width: 576px) {
  .sign-up-footer .gform_wrapper .gform_body {
    width: 100%;
    display: block; }
    .sign-up-footer .gform_wrapper .gform_body ul.gform_fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield {
        flex-grow: 0;
        width: 100%; }
      .sign-up-footer .gform_wrapper .gform_body ul.gform_fields li.gfield:first-child {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 5px !important; } }
/*END Sign Up------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #fff;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 330px;
  overflow: hidden;
  position: relative; }
  .interior-banner::before {
    content: "";
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 0; }
  .interior-banner .container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0; }
  .interior-banner .title-page {
    -webkit-transform: translate(-50%, -25%);
    -moz-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    bottom: unset;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60%;
    z-index: 2; }
    .interior-banner .title-page h1 {
      font-family: 'Domine', serif;
      color: #ffffff;
      font-size: 42px;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.2;
      text-align: center; }

/*END Interior Top (BANNER)------------------------------------------*/
@media only screen and (max-width: 991px) {
  .interior-banner {
    min-height: 400px; } }
@media only screen and (max-width: 767px) {
  .interior-banner .title-page h1 {
    font-size: 35px; } }
@media only screen and (max-width: 480px) {
  .interior-banner {
    min-height: 200px; }

  .interior-banner.event-banner .title-page {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .interior-banner.event-banner .title-page h1 {
      font-size: 35px;
      line-height: 1.2; } }
#comments h2.comments-title {
  font-family: 'Open Sans', sans-serif;
  color: #04d282 !important;
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments .count-comments {
  font-family: 'Open Sans', sans-serif;
  color: #1aa5bc !important;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px; }
#comments ol.comment-list {
  border-bottom: 1px solid #c7c7c7;
  counter-reset: none;
  list-style-type: none;
  margin: 30px 0;
  padding: 20px 0; }
  #comments ol.comment-list li {
    counter-increment: none;
    padding: 0;
    margin: 0 0 50px 0;
    display: block; }
    #comments ol.comment-list li::before {
      content: none; }
    #comments ol.comment-list li ol {
      margin-top: 30px;
      padding-left: 20px; }
      #comments ol.comment-list li ol li {
        padding-left: 50px !important; }
  #comments ol.comment-list .comment-body {
    padding-left: 120px;
    position: relative; }
    #comments ol.comment-list .comment-body .comment-author.vcard img {
      border-radius: 50%;
      border: 5px solid #e2e2e2;
      height: 100px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100px; }
    #comments ol.comment-list .comment-body .comment-author.vcard cite,
    #comments ol.comment-list .comment-body .comment-author.vcard a.url {
      font-family: 'Domine', serif;
      color: #2c2c2c;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      text-decoration: none; }
    #comments ol.comment-list .comment-body .comment-author.vcard .says {
      display: none; }
    #comments ol.comment-list .comment-body .comment-meta {
      font-size: 15px !important; }
      #comments ol.comment-list .comment-body .comment-meta a {
        text-decoration: none;
        font-size: 15px !important;
        font-weight: 400;
        position: relative; }
        #comments ol.comment-list .comment-body .comment-meta a::before {
          content: "\f017";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--adjust as necessary--*/
          color: #aaaaaa;
          font-size: 17px;
          display: inline-block;
          position: relative;
          margin-right: 10px; }
      #comments ol.comment-list .comment-body .comment-meta .comment-edit-link {
        font-size: 14px;
        margin-left: 20px; }
        #comments ol.comment-list .comment-body .comment-meta .comment-edit-link::before {
          content: "\f044";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--adjust as necessary--*/
          color: #aaaaaa;
          font-size: 17px;
          display: inline-block;
          position: relative;
          margin-right: 5px; }
    #comments ol.comment-list .comment-body h1,
    #comments ol.comment-list .comment-body h2,
    #comments ol.comment-list .comment-body h3,
    #comments ol.comment-list .comment-body h4,
    #comments ol.comment-list .comment-body h5,
    #comments ol.comment-list .comment-body h6 {
      font-size: 22px;
      margin-bottom: 5px; }
    #comments ol.comment-list .comment-body p,
    #comments ol.comment-list .comment-body p a,
    #comments ol.comment-list .comment-body p strong {
      font-size: 18px;
      font-weight: 400; }
    #comments ol.comment-list .comment-body h1,
    #comments ol.comment-list .comment-body h2,
    #comments ol.comment-list .comment-body h3,
    #comments ol.comment-list .comment-body h4,
    #comments ol.comment-list .comment-body h5,
    #comments ol.comment-list .comment-body h6,
    #comments ol.comment-list .comment-body p,
    #comments ol.comment-list .comment-body a,
    #comments ol.comment-list .comment-body strong {
      font-family: 'Domine', serif;
      color: #727272;
      line-height: 1.4em;
      margin: 0; }
  #comments ol.comment-list .reply a {
    font-family: 'Domine', serif;
    color: #aaaaaa;
    font-size: 17px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    display: inline-block; }
    #comments ol.comment-list .reply a::before {
      content: "\f075";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #aaaaaa;
      font-size: 17px;
      display: inline-block;
      position: relative;
      margin-right: 10px; }
#comments .comment-respond {
  /*form Comments*/ }
  #comments .comment-respond .comment-reply-title {
    font-family: 'Open Sans', sans-serif;
    color: #0aaacb;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px; }
  #comments .comment-respond #commentform p.logged-in-as {
    margin: 0; }
  #comments .comment-respond #commentform .comment-form-comment label,
  #comments .comment-respond #commentform .comment-form-author label,
  #comments .comment-respond #commentform .comment-form-email label,
  #comments .comment-respond #commentform .comment-form-url label {
    font-family: 'Domine', serif;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 900;
    display: block; }
  #comments .comment-respond #commentform .comment-form-comment textarea,
  #comments .comment-respond #commentform .comment-form-comment input,
  #comments .comment-respond #commentform .comment-form-author textarea,
  #comments .comment-respond #commentform .comment-form-author input,
  #comments .comment-respond #commentform .comment-form-email textarea,
  #comments .comment-respond #commentform .comment-form-email input,
  #comments .comment-respond #commentform .comment-form-url textarea,
  #comments .comment-respond #commentform .comment-form-url input {
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    color: #2c2c2c;
    display: block;
    padding: 7px 10px;
    width: 100%; }
  #comments .comment-respond #commentform .comment-form-email,
  #comments .comment-respond #commentform .comment-form-url {
    width: 48%;
    display: inline-block; }
  #comments .comment-respond #commentform .comment-form-url {
    margin-left: 2%;
    float: right; }
  #comments .comment-respond #commentform .form-submit input[type="submit"] {
    font-family: 'Domine', serif;
    background: #0165ae;
    border-radius: 30px;
    border: none;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin: 20px auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s; }

.page-category {
  padding: 40px 0 70px; }
  .page-category .m-bottom {
    margin-bottom: 25px; }
  .page-category .filter-category {
    margin-bottom: 40px; }
    .page-category .filter-category select {
      border-radius: 3px;
      border: 1px solid #cb95e0;
      display: block;
      line-height: 1.4;
      margin: 0 0 0;
      padding: 10px 50px 10px 15px;
      width: 400px;
      height: 50px;
      max-width: 100%;
      color: #ffffff;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: #cb95e0 url("../images/caret-down-white.png") 95%/auto no-repeat; }
      .page-category .filter-category select option {
        color: #ffffff; }
    .page-category .filter-category div[id^="ajaxsearchpro"] {
      -ms-flex-preferred-size: 400px;
      flex-basis: 400px; }
    .page-category .filter-category div[id^="ajaxsearchpro"] {
      font-weight: normal !important;
      font-size: 16px !important;
      border-radius: 3px !important;
      -ms-flex-preferred-size: 400px;
      flex-basis: 400px; }
      .page-category .filter-category div[id^="ajaxsearchpro"] .probox {
        height: 50px !important;
        background: transparent !important; }
        .page-category .filter-category div[id^="ajaxsearchpro"] .probox .promagnifier {
          background: #cb95e0 !important;
          width: 50px !important;
          height: 50px !important; }
          .page-category .filter-category div[id^="ajaxsearchpro"] .probox .promagnifier .innericon {
            width: 50px !important;
            height: 50px !important; }
        .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput {
          background: transparent !important;
          height: auto !important;
          padding: 15px !important; }
          .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select {
            border-radius: 3px !important;
            box-shadow: none !important;
            color: #ffffff !important;
            font-family: 'Lato', sans-serif !important;
            font-size: 18px !important;
            font-weight: 600 !important;
            height: auto !important;
            outline: none !important;
            padding: 15px 15px !important;
            width: 100%; }
            .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input.autocomplete, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea.autocomplete, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select.autocomplete {
              top: 20px !important; }
            .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input:active, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input:focus, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea:active, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea:focus, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select:active, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select:focus {
              outline: none !important;
              border: none !important; }
            .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input::-webkit-input-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input::-moz-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input:-ms-input-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form input:-moz-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea::-webkit-input-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea::-moz-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea:-ms-input-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form textarea:-moz-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select::-webkit-input-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select::-moz-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select:-ms-input-placeholder, .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proinput form select:-moz-placeholder {
              color: #ffffff !important;
              font-family: 'Lato', sans-serif !important;
              font-size: 18px !important;
              font-weight: normal !important;
              opacity: 1 !important; }
        .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proloading {
          align-self: center; }
        .page-category .filter-category div[id^="ajaxsearchpro"] .probox .proclose {
          align-self: center; }
  .page-category form.searchandfilter {
    margin-bottom: 30px; }
    .page-category form.searchandfilter ul {
      padding: 0;
      display: block;
      margin: 0 auto;
      text-align: center; }
      .page-category form.searchandfilter ul li {
        display: inline-block !important;
        padding: 0;
        margin: 0 10px; }
      .page-category form.searchandfilter ul input, .page-category form.searchandfilter ul select {
        border-radius: 30px;
        border: 1px solid #b7b7b7;
        width: 100%;
        padding: 5px 20px;
        display: block;
        margin: 0 0 20px 0;
        line-height: 2em; }
      .page-category form.searchandfilter ul input[type=submit], .page-category form.searchandfilter ul .mdf_button, .page-category form.searchandfilter ul .mdf_reset_button {
        font-family: 'Domine', serif;
        background: #740097;
        border-radius: 30px;
        border: none;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1em;
        width: auto !important;
        margin: 20px auto;
        max-width: 100%;
        padding: 12px 20px;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        .page-category form.searchandfilter ul input[type=submit]:hover, .page-category form.searchandfilter ul .mdf_button:hover, .page-category form.searchandfilter ul .mdf_reset_button:hover {
          text-decoration: none;
          background: #fbab00; }
  .page-category .single-blog-post {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative; }
    .page-category .single-blog-post .image-post-thumb {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: #ffffff;
      height: 310px;
      margin: 0 auto;
      width: 100%;
      z-index: 1;
      position: relative; }
    .page-category .single-blog-post .info-single-category {
      padding: 20px 0;
      position: relative;
      background-color: #ffffff;
      z-index: 0; }
      .page-category .single-blog-post .info-single-category::before {
        content: none;
        /*@include center(-50%,-50%);
        border: solid 5px #30a6bd;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
        display: block;
        height: 100%;
        right: 0;
        margin: 0 auto;
        position: absolute;
        width: calc(140%);
        top: 0;
        width: calc(100% + 90px);
        z-index: -1; */ }
      .page-category .single-blog-post .info-single-category .title-post {
        font-family: 'Domine', serif;
        color: #252525 !important;
        font-size: 30px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 500 !important;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 20px;
        transition: all 0.4s ease;
        text-transform: uppercase; }
        .page-category .single-blog-post .info-single-category .title-post:hover {
          text-decoration: none; }
      .page-category .single-blog-post .info-single-category p {
        font-family: 'Domine', serif;
        color: #6c6e70;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.67;
        text-align: left; }
      .page-category .single-blog-post .info-single-category a.btn-orange, .page-category .single-blog-post .info-single-category a.btn-2 {
        font-family: 'Domine', serif; }

@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin-top: 0; }

  .page-category .filter-category div[id^="ajaxsearchpro"] {
    flex-basis: unset; }

  #ajaxsearchpro1_1 {
    margin-top: 15px; } }
@media only screen and (max-width: 767px) {
  .interior-category .single-blog-post .info-single-category p, .interior-category .single-blog-post .info-single-category, .interior-category .single-blog-post .info-single-category .title-post {
    text-align: center; } }
.sub-title {
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Domine", serif !important;
  color: #740097;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.11;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left; }

h1 {
  font-size: 58px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 30px; }

h2 {
  font-size: 42px;
  font-family: "Domine", serif !important; }

h3 {
  font-size: 34px;
  font-family: "Domine", serif !important; }

h4 {
  font-size: 29px; }

h5 {
  font-size: 25px; }

h6 {
  font-size: 20px; }

p {
  font-family: 'Open Sans', sans-serif;
  color: #333745;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.67 !important;
  margin-bottom: 25px;
  text-align: left; }
  p strong {
    color: #333745;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66; }
  p em {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic; }

.interior-page {
  padding-top: 25px; }
  .interior-page a {
    color: #2ccad7;
    text-decoration: underline;
    font-weight: normal; }

.content-page {
  padding: 30px 0; }
  .content-page .text-wrap p {
    margin-bottom: 15px;
    text-align: left; }
  .content-page .text-wrap span {
    padding: 18px 50px; }

.interior-page blockquote {
  font-family: 'Open Sans', sans-serif;
  background: #740097;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  margin: 50px auto 40px;
  padding: 20px 60px 26px;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 10; }
  .interior-page blockquote p,
  .interior-page blockquote a,
  .interior-page blockquote address,
  .interior-page blockquote span,
  .interior-page blockquote strong,
  .interior-page blockquote time {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 28px;
    line-height: 1em;
    font-weight: 400;
    text-align: left; }
  .interior-page blockquote::before, .interior-page blockquote::after {
    content: "";
    background-image: url("../images/quote.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    height: 19px;
    position: absolute;
    top: 20px;
    width: 24px; }
  .interior-page blockquote::before {
    left: 20px; }
  .interior-page blockquote::after {
    right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/*--- Images With Caption (wordpress) ---*/
.wp-caption {
  display: block;
  max-width: 100%; }
  .wp-caption img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px; }
  .wp-caption .wp-caption-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #343434 !important; }

/*--- Images With Caption (wordpress) ---*/
figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px; }
figure figcaption {
  margin-top: 10px; }

/*--- Definition List ---*/
dl.list dt {
  font-family: 'Open Sans', sans-serif;
  color: #333745 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 3px;
  padding-left: 0; }
  dl.list dt.h3 {
    font-size: 36px; }
  dl.list dt.h4 {
    font-size: 30px; }
  dl.list dt.h5 {
    font-size: 28px; }
  dl.list dt.h6 {
    font-size: 24px; }
dl.list dd {
  font-family: 'Open Sans', sans-serif;
  color: #333745 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative; }
  dl.list dd::before {
    content: "";
    border-bottom: 4px solid transparent;
    border-left: 4px solid #740097;
    border-top: 4px solid transparent;
    display: inline-block;
    left: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 9px;
    position: absolute;
    width: 4px;
    height: 4px; }
  dl.list dd dl {
    margin-top: 10px; }

/*--- Definition List ---*/
p.list-title {
  text-align: left !important; }

/*--- Undesorder List ---*/
ul.list {
  font-family: 'Open Sans', sans-serif;
  padding: 0; }
  ul.list br {
    display: none; }
  ul.list li {
    font-family: 'Open Sans', sans-serif;
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    list-style-type: none;
    margin: 0 0 5px 0px !important;
    padding-left: 15px;
    position: relative; }
    ul.list li::before {
      content: "";
      border-bottom: 4px solid transparent;
      border-left: 4px solid #740097;
      border-top: 4px solid transparent;
      display: inline-block;
      margin-left: 0;
      left: 0;
      margin-right: 5px;
      margin-top: 9px;
      position: absolute;
      width: 4px;
      height: 4px; }
    ul.list li p {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em;
      color: #565656 !important; }
      ul.list li p strong {
        color: #293f73;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4em; }
    ul.list li ul {
      padding-left: 10px; }

/*--- Undesorder List ---*/
/*--- Order List ---*/
ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }
  ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em; }
    ol > li:before {
      content: counters(item,".") ". ";
      display: table-cell;
      padding-right: 0.6em; }
    ol > li ol > li:before {
      content: counters(item,".") " "; }
  ol li {
    font-family: 'Open Sans', sans-serif;
    color: #333745;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-left: 15px;
    position: relative; }
    ol li h1,
    ol li h2,
    ol li h3,
    ol li h4,
    ol li h5,
    ol li h6 {
      margin-top: 0 !important;
      display: inline-block !important; }
    ol li::before {
      font-family: 'Open Sans', sans-serif;
      background: transparent;
      border-radius: 0;
      color: #740097 !important;
      display: inline-block;
      font-size: 18px;
      padding-right: 5px;
      font-weight: 400;
      position: relative; }
    ol li ol {
      margin-top: 10px; }
    ol li a {
      color: #740097; }
      ol li a:hover {
        color: #4d0065;
        text-decoration: underline; }

/*----- Order List ----- */
.article {
  padding: 30px 0 50px; }
  .article h2 {
    font-family: 'Domine', serif;
    font-size: 42px !important;
    color: #740097;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.11;
    margin-bottom: 20px;
    margin-top: 0; }
  .article .img-article {
    width: calc(100% - 15px);
    height: 100%;
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute; }
  .article .right-side h5 {
    font-family: 'Domine', serif;
    font-size: 23px !important;
    color: #740097;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.11; }
  .article .right-side p {
    text-align: left; }
  .article .right-side span {
    padding: 18px 50px; }

.social-bar {
  padding: 20px 0; }
  .social-bar p {
    font-family: 'Muli', sans-serif;
    color: #747474;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1 !important;
    text-align: center;
    margin: 0; }
  .social-bar a i {
    color: #747474 !important;
    margin: 15px; }

/*---- Table Styles ----*/
/*---- Table Styles ----*/
.sc_team_single_member.sidebar #sc_team_sidebar_body .name {
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .interior-page .title-page,
  .sc-single-wrapper .title-page {
    font-size: 35px; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright {
    float: none;
    margin: 0 auto 10px;
    display: block; }

  .interior-banner .title-page {
    left: 48%;
    top: 38%; }

  .interior-banner .title-page h1 {
    font-size: 25px; }

  .article .img-article {
    height: 300px;
    position: relative;
    margin: 0 auto; }

  .article .right-side {
    text-align: center;
    padding-top: 15px; }
    .article .right-side h5 {
      text-align: center; }
    .article .right-side p {
      text-align: center; } }
@media only screen and (max-width: 480px) {
  .interior-page .title-page,
  .sc-single-wrapper .title-page {
    font-size: 30px; }

  .interior-page .content-page {
    padding: 15px 25px 30px; }

  .interior-page h1 {
    font-size: 36px; }
  .interior-page h2 {
    font-size: 32px; }
  .interior-page h3 {
    font-size: 28px; }
  .interior-page h4 {
    font-size: 24px; }
  .interior-page h5 {
    font-size: 22px; }
  .interior-page h6 {
    font-size: 20px; }
  .interior-page p {
    font-size: 16px !important; }
  .interior-page blockquote,
  .interior-page blockquote p {
    font-size: 15px;
    margin: 30px auto 20px; }
  .interior-page blockquote.interior::before,
  .interior-page blockquote.interior::after {
    width: 20px; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar-interior-page .item-sidebar {
  margin-bottom: 30px; }
  .sidebar-interior-page .item-sidebar .sidebar-menu-toggle a {
    text-decoration: none;
    border-bottom: none; }
  .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul {
    background: #ffffff;
    border-radius: 0;
    border: none;
    box-shadow: 0px 6px 22px 13px rgba(0, 0, 0, 0.15);
    display: block;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding: 30px 0 15px; }
    .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li {
      background: #ffffff;
      display: block;
      list-style-type: none;
      padding: 0px;
      /*when has active is in li*/
      /*global parent */ }
      .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li a {
        font-family: 'Domine', serif;
        background: transparent;
        border-bottom: none;
        color: #484a4c;
        display: block;
        font-size: 16px;
        font-style: initial;
        font-weight: 400;
        line-height: 1.1em;
        padding: 5px 25px;
        position: relative;
        text-align: left;
        text-transform: capitalize;
        transition: all ease-in-out 0.4s; }
        .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li a:hover {
          cursor: pointer;
          text-decoration: underline; }
      .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li.title {
        font-family: 'Open Sans', sans-serif;
        border-bottom: none;
        color: #1aa5bc;
        display: block;
        font-size: 27px;
        font-weight: 800;
        line-height: 1em;
        padding: 0 25px 15px;
        text-align: left;
        text-transform: uppercase; }
      .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li.current-menu-ancestor.current-menu-parent ul.sub-menu {
        display: block; }
        .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li.current-menu-ancestor.current-menu-parent ul.sub-menu li.page_item > a {
          background-color: #fbab00;
          color: #ffffff; }
          .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li.current-menu-ancestor.current-menu-parent ul.sub-menu li.page_item > a::before {
            border-left: 4px solid #ffffff; }
      .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li.menu-item-has-children ul.sub-menu {
        display: none; }
        .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li.menu-item-has-children ul.sub-menu li a {
          font-weight: 400; }
          .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li.menu-item-has-children ul.sub-menu li a::before {
            content: "";
            border-bottom: 4px solid transparent;
            border-left: 4px solid #1aa5bc;
            border-top: 4px solid transparent;
            display: inline-block;
            left: 0;
            margin-left: 0;
            margin-right: 5px;
            margin-bottom: 2px;
            position: relative;
            width: 6px;
            height: 6px; }
      .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li > ul {
        padding: 0 0 10px; }
        .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li > ul li {
          display: block;
          padding: 0px;
          list-style-type: none; }
          .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li > ul li a {
            padding: 6px 25px 6px 40px !important; }
          .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li > ul li > ul {
            padding: 0; }
            .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li > ul li > ul li a {
              padding-left: 60px !important; }
              .sidebar-interior-page .item-sidebar .sidebar-menu-toggle > ul > li > ul li > ul li a::before {
                border-left: 4px solid #fbab00 !important; }
  .sidebar-interior-page .item-sidebar .btn-donate {
    display: block;
    color: #ffffff !important;
    font-weight: 700;
    background: #f7873d;
    padding: 11px 35px; }
  .sidebar-interior-page .item-sidebar .news-box {
    box-shadow: 6px 6px 20px 6px rgba(0, 0, 0, 0.15); }
    .sidebar-interior-page .item-sidebar .news-box .news-img {
      height: 250px; }
      .sidebar-interior-page .item-sidebar .news-box .news-img time {
        display: none; }
    .sidebar-interior-page .item-sidebar .news-box .news-info {
      padding: 25px; }
      .sidebar-interior-page .item-sidebar .news-box .news-info h3 {
        margin: 0;
        color: #1aa5bc; }
        .sidebar-interior-page .item-sidebar .news-box .news-info h3 a {
          color: #1aa5bc;
          margin: 0 0 15px 0;
          text-decoration: none; }
      .sidebar-interior-page .item-sidebar .news-box .news-info a.read-more {
        color: #020308;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none; }
        .sidebar-interior-page .item-sidebar .news-box .news-info a.read-more::after {
          content: "\f0da";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          /*--adjust as necessary--*/
          color: #020308;
          display: inline-block;
          font-size: 15px;
          padding-left: 5px; }

.filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -webkit-justify-content: space-evenly;
  -webkit-align-items: flex-start;
  margin: 50px 0 20px !important; }
  .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333333;
    /* firefox 19+ */
    /* ie */ }
    .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input::-webkit-input-placeholder {
      color: #333333;
      opacity: 1; }
    .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input::-moz-placeholder {
      color: #333333;
      opacity: 1; }
    .filter-wrap div[id^="ajaxsearchpro"] .probox .proinput form input:-ms-input-placeholder {
      color: #333333;
      opacity: 1; }
  .filter-wrap .mdf_shortcode_container form select {
    border-radius: 0;
    border: none;
    display: block;
    line-height: normal;
    margin: 0 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/icons/select-arrow.png") 97%/16px no-repeat #f0f0f0;
    /* firefox 19+ */
    /* ie */ }
    .filter-wrap .mdf_shortcode_container form select::-webkit-input-placeholder {
      color: #333333;
      opacity: 1; }
    .filter-wrap .mdf_shortcode_container form select::-moz-placeholder {
      color: #333333;
      opacity: 1; }
    .filter-wrap .mdf_shortcode_container form select:-ms-input-placeholder {
      color: #333333;
      opacity: 1; }

#ajaxsearchprores3_1 .results .item .asp_content h3 a, #ajaxsearchprores3_2 .results .item .asp_content h3 a, div.asp_r.asp_r_3 .results .item .asp_content h3 a {
  color: #000000 !important;
  font-size: 18px;
  line-height: 1em; }

.filter-wrap .mdf_shortcode_container {
  width: auto !important; }

.mdf_input_container, .mdf_taxonomy_child_container {
  margin: 0 15px;
  width: auto !important;
  text-align: center !important; }

.filters {
  margin: 0 0 50px 0; }
  .filters .filter-description {
    font-family: 'Domine', serif;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold; }

.page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
  -webkit-flex-flow: column !important; }
  .page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container {
    margin-bottom: 10px; }

.page-template-_testimonials-grid .mdf_shortcode_skin_custom form {
  -webkit-flex-flow: row nowrap; }

html[lang="es"] .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies::before {
  content: "Filtrar"; }

.mdf_shortcode_skin_custom form {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  float: none; }
  .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit], .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button {
    font-family: 'Roboto', sans-serif !important;
    background: #740097;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease; }
    .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit]:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button:hover {
      text-decoration: none;
      background: #e6c90b;
      color: #ffffff; }
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    float: none;
    position: relative; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies::before {
      content: "Filter: ";
      font-size: 30px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      display: inline-block;
      margin-top: 9px; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/icons/select-arrow.png") 97%/16px no-repeat #fff;
      font-family: 'Domine', serif;
      border-radius: 10px;
      border: none;
      color: #cacaca;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 400;
      height: 50px;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 auto;
      max-width: 100%;
      padding: 7px 35px !important;
      width: 330px; }
      .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select option {
        font-family: 'Domine', serif;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: inherit;
        letter-spacing: normal;
        color: #000000; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container input {
      border-radius: 10px;
      border: 1px solid #fff;
      display: block;
      line-height: 2em;
      margin: 0 !important;
      max-width: 90%;
      padding: 5px 20px;
      width: 330px; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_taxonomy_child_container {
      margin: 0 !important; }

.navigation {
  display: block;
  text-align: left;
  width: 100%; }
  .navigation ol.tw-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    list-style: none;
    margin: 10px;
    padding: 0; }
    .navigation ol.tw-pagination > li::before {
      content: none; }
    .navigation ol.tw-pagination li {
      display: inline-block;
      padding: 0;
      margin: 0 5px;
      min-width: 35px;
      text-align: center;
      line-height: 1; }
      .navigation ol.tw-pagination li:first-child {
        display: none; }
      .navigation ol.tw-pagination li .title {
        font-weight: bold;
        color: #740097; }
      .navigation ol.tw-pagination li span.current {
        font-family: 'Domine', serif;
        background: transparent;
        border-radius: 0 !important;
        border: none;
        color: #000000;
        display: inline-block;
        min-height: unset;
        min-width: unset;
        position: relative;
        font-size: 23px !important;
        text-align: center;
        text-decoration: none;
        border-bottom: 3px solid #000000;
        font-weight: bold;
        z-index: 2; }
        .navigation ol.tw-pagination li span.current:after {
          content: none;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: #2ccad7;
          border-radius: 0;
          display: block;
          height: 100%;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 100%;
          z-index: -1; }
      .navigation ol.tw-pagination li a {
        font-family: 'Domine', serif;
        background: transparent;
        border-radius: 0;
        color: #740097;
        display: inline-block;
        font-style: normal;
        font-weight: bold;
        margin: 0 !important;
        padding: 0;
        position: relative;
        text-align: center;
        line-height: 1 !important;
        text-decoration: none;
        vertical-align: bottom;
        transition: all 0.4s ease;
        z-index: 2; }
        .navigation ol.tw-pagination li a:before {
          content: none;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: transparent;
          border-radius: 0;
          display: block;
          height: 2rem;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 2rem;
          z-index: -2; }
        .navigation ol.tw-pagination li a.page {
          font-family: 'Domine', serif;
          font-size: 23px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 1 !important;
          letter-spacing: normal;
          text-align: center;
          color: #000000; }
        .navigation ol.tw-pagination li a.prev, .navigation ol.tw-pagination li a.next {
          font-size: 0; }
          .navigation ol.tw-pagination li a.prev::after, .navigation ol.tw-pagination li a.next::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /*--adjust as necessary--*/
            /*--adjust as necessary--*/
            color: #c32026;
            font-size: 25px; }
        .navigation ol.tw-pagination li a.prev::after {
          content: "\f137"; }
        .navigation ol.tw-pagination li a.next::after {
          content: "\f138"; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
    width: 290px; } }
@media only screen and (max-width: 991px) {
  .filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px !important;
    margin: 20px auto !important; }
    .filter-wrap div[id^="ajaxsearchpro"] {
      margin-bottom: 20px !important;
      min-width: 100%; }
    .filter-wrap .mdf_shortcode_container {
      width: 100% !important;
      margin-top: 0; }

  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
    margin: 0 auto 20px !important; }

  .filters .filter-description {
    margin-bottom: 25px; }

  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .mdf_input_container_block {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .mdf_input_container, .mdf_taxonomy_child_container {
    text-align: center !important;
    margin: 0 0 20px 0; }
    .mdf_input_container select option, .mdf_taxonomy_child_container select option {
      max-width: 100% !important; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
@media only screen and (max-width: 576px) {
  .filter-wrap div[id^="ajaxsearchpro"] {
    margin-bottom: 20px; } }
body.error404 #NavDropdown ul li a, body.error404 #NavDropdown ul li.open a {
  color: #333333; }

.page-error {
  height: 90vh;
  background-color: #f4f4f4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-error .container {
    position: relative;
    height: 100%; }
    .page-error .container .container-404 {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      text-align: center;
      width: 100%; }
      .page-error .container .container-404 .image-404 {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 300px;
        margin: 0 auto;
        max-width: 100%;
        width: 500px; }
      .page-error .container .container-404 .page-not-found span {
        text-transform: uppercase;
        color: #009ece;
        line-height: 1em;
        font-size: 50px;
        font-weight: 900; }
      .page-error .container .container-404 a.btn-orange {
        margin: 20px auto 0; }

@media only screen and (max-width: 767px) {
  .page-error {
    height: 70vh; } }
.floating-buttons-popup {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99; }
  .floating-buttons-popup a {
    padding: 10px 15px;
    border-radius: 30px;
    color: #fff;
    background: #293f73;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: 700; }

.pum-theme-default-theme {
  background-color: rgba(21, 21, 21, 0.7) !important; }

.pum-theme-768 .pum-container .pum-close.popmake-close, .pum-theme-777 .pum-container .pum-close.popmake-close,
.pum-theme-default-theme .pum-container .pum-close.popmake-close {
  font-family: 'Domine', serif;
  background-color: transparent;
  border: none;
  font-size: 50px;
  height: inherit;
  line-height: 1em;
  padding: 0; }

.pum-theme-default-theme .pum-container {
  padding: 0;
  text-align: center; }

.pum-theme-768, .pum-theme-777 {
  border-radius: 6px; }
  .pum-theme-768 .pum-container, .pum-theme-777 .pum-container {
    padding: 0 !important;
    background-color: #fff; }
  .pum-theme-768 .pum-content, .pum-theme-777 .pum-content {
    text-align: center; }
    .pum-theme-768 .pum-content h2, .pum-theme-777 .pum-content h2 {
      font-family: 'Open Sans', sans-serif;
      color: #0eb08c;
      font-size: 40px;
      font-weight: 400;
      padding: 0 30px;
      margin: 10px 0 10px; }
    .pum-theme-768 .pum-content p, .pum-theme-777 .pum-content p {
      font-family: 'Domine', serif;
      color: #303030;
      font-size: 18px;
      font-weight: 400;
      padding: 0 30px;
      margin: 0 0 20px; }
  .pum-theme-768 .gform_wrapper form, .pum-theme-777 .gform_wrapper form {
    text-align: center; }
    .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield {
      padding: 0;
      margin: 0; }
      .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield label, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
        display: none; }
      .pum-theme-768 .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
        font-size: 17px !important;
        border-radius: 30px;
        margin: 15px auto;
        text-align: center;
        width: 75%;
        padding: 10px 30px !important; }
    .pum-theme-768 .gform_wrapper form .gform_footer, .pum-theme-777 .gform_wrapper form .gform_footer {
      margin: 0;
      padding: 0; }
      .pum-theme-768 .gform_wrapper form .gform_footer input[type="submit"], .pum-theme-777 .gform_wrapper form .gform_footer input[type="submit"] {
        background: #f7863d;
        color: #fff;
        text-transform: none;
        font-size: 21px;
        margin: 5px auto 0;
        width: 75%; }

.pum-theme-777 .btn-orange {
  color: #f7863d !important;
  font-size: 20px !important;
  padding: 13px 30px !important;
  text-transform: none !important; }

.pum-theme-768 .pum-content, .pum-theme-777 .pum-content {
  padding-bottom: 40px; }

/*Join Pop UP*/
#popmake-774 {
  background: url("../images/shutterstock_207492568.jpg") 50% 50%;
  background-size: cover;
  width: 810px !important;
  max-width: 80% !important;
  border-radius: 6px; }
  #popmake-774::before {
    content: "";
    background: rgba(21, 21, 21, 0.35);
    background: -moz-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 21, 21, 0.35)), color-stop(100%, rgba(255, 255, 255, 0.35)));
    background: -webkit-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -o-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: -ms-linear-gradient(left, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    background: linear-gradient(to right, rgba(21, 21, 21, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#ffffff', GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 6px;
    left: 0;
    z-index: 0; }
  #popmake-774 .pum-content {
    width: 50%;
    padding-top: 40px;
    position: relative;
    z-index: 10; }
    #popmake-774 .pum-content p {
      margin: 0; }
    #popmake-774 .pum-content img {
      width: 180px; }
    #popmake-774 .pum-content h2 {
      font-family: 'Open Sans', sans-serif;
      color: #fff !important;
      font-size: 35px;
      line-height: 1em; }
    #popmake-774 .pum-content a {
      font-family: 'Domine', serif;
      color: #fff;
      font-size: 18px;
      marign-top: 30px;
      text-decoration: underline; }
    #popmake-774 .pum-content .gform_wrapper form .gform_body ul.gform_fields li.gfield input, #popmake-774 .pum-content .pum-theme-777 .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
      background: #ffffff;
      margin: 10px auto; }
  #popmake-774 .pum-close.popmake-close {
    color: #009ece !important;
    font-size: 40px !important; }

/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0; }
  body.search-results .content-search h1.search-title {
    font-size: 30px;
    text-transform: none; }
  body.search-results .content-search ul.search-list-result {
    padding: 0;
    margin: 0; }
    body.search-results .content-search ul.search-list-result li {
      font-family: 'Open Sans', sans-serif;
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      line-height: 1.66; }
      body.search-results .content-search ul.search-list-result li h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.6em; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #740097 !important;
          text-decoration: none;
          padding-bottom: 5px;
          border-bottom: 2px solid #740097;
          text-decoration: none !important; }
      body.search-results .content-search ul.search-list-result li .read-more {
        margin-top: 0px;
        text-align: left;
        padding: 10px 0;
        display: block; }
        body.search-results .content-search ul.search-list-result li .read-more a.read-more {
          font-family: 'Open Sans', sans-serif;
          background-color: transparent;
          color: #2ccad7 !important;
          display: inline-block;
          padding-bottom: 2px;
          text-decoration: none !important;
          transition: all .2s ease-in-out;
          text-decoration: underline !important; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover {
            color: #197c84;
            text-decoration: none; }

/*END Search Page-----------------------------------*/
@media only screen and (max-width: 767px) {
  body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
    text-align: left  !important; } }
.page .social-networks {
  font-size: 0;
  line-height: 0; }
  .page .social-networks a, .page .social-networks li, .page .social-networks li a {
    background-color: #293f73;
    color: #fff;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 5px 15px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease;
    width: 35px;
    height: 35px; }
    .page .social-networks a .fas, .page .social-networks a .fab, .page .social-networks a .fa, .page .social-networks li .fas, .page .social-networks li .fab, .page .social-networks li .fa, .page .social-networks li a .fas, .page .social-networks li a .fab, .page .social-networks li a .fa {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      font-size: 16px;
      margin: 0 auto;
      position: absolute; }
    .page .social-networks a:hover, .page .social-networks li:hover, .page .social-networks li a:hover {
      background: transparent;
      color: #333333;
      box-shadow: none; }
      .page .social-networks a:hover i, .page .social-networks li:hover i, .page .social-networks li a:hover i {
        background: transparent;
        text-shadow: none; }
  .page .social-networks.circle a, .page .social-networks.circle li, .page .social-networks.circle li a {
    border-radius: 50%; }
  .page .social-networks.square a, .page .social-networks.square li, .page .social-networks.square li a {
    border-radius: 0; }
  .page .social-networks.w_border a, .page .social-networks.w_border li, .page .social-networks.w_border li a {
    background: transparent !important;
    border: 1px solid #fff; }
  .page .social-networks.green a, .page .social-networks.green li, .page .social-networks.green li a {
    background-color: #7da24c; }
  .page .social-networks.blue a, .page .social-networks.blue li, .page .social-networks.blue li a {
    background-color: #293f73; }

#tribe-events-pg-template, .tribe-events-pg-template {
  max-width: 100%;
  min-height: calc(100vh - 400px); }

.custom-events-content {
  padding: 50px 0; }
  .custom-events-content a[class^="btn-"] {
    margin: 0 !important; }
  .custom-events-content p strong {
    font-family: 'Open Sans', sans-serif;
    color: #7da24c !important;
    display: inline;
    line-height: 1.55; }
  .custom-events-content h1, .custom-events-content h2, .custom-events-content h3, .custom-events-content h4, .custom-events-content h5, .custom-events-content h6 {
    font-weight: bold !important;
    color: #2f4357 !important; }
  .custom-events-content .link .addtoany_shortcode {
    margin-left: 10px; }
    .custom-events-content .link .addtoany_shortcode a.addtoany_no_icon {
      font-family: 'Domine', serif;
      background: #7da24c;
      border-radius: 3px;
      border: none;
      color: #ffffff !important;
      display: inline-block;
      font-size: 16px !important;
      font-stretch: normal !important;
      font-style: normal !important;
      font-weight: bold !important;
      letter-spacing: 0.8px !important;
      line-height: 1 !important;
      margin: 20px auto;
      max-width: 100%;
      padding: 13px 28px 14px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.card-box {
  background-color: #ffffff;
  box-shadow: 0px 5px 13px 0 rgba(33, 33, 33, 0.25);
  max-width: 100%;
  padding: 18px;
  width: 490px; }
  .card-box.rotate {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); }
  .card-box .frame-image {
    position: relative;
    padding: 0;
    box-shadow: none; }
    .card-box .frame-image .rotate-label {
      background-color: #7da24c;
      display: inline-block;
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      padding: 13px 20px;
      position: absolute;
      right: 0;
      text-align: center;
      bottom: -20px;
      width: 70%; }
      .card-box .frame-image .rotate-label span {
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
        font-family: 'Noto Serif', serif;
        color: #ffffff;
        font-size: 20px;
        font-stretch: normal;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.5;
        line-height: 1;
        text-align: center; }
  .card-box .body-card {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 10px; }
    .card-box .body-card .title {
      font-family: 'Open Sans', sans-serif;
      color: #3d3d3d;
      font-size: 25px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: normal;
      line-height: 1.5;
      text-align: center; }
    .card-box .body-card .time {
      font-family: 'Open Sans', sans-serif;
      color: #3d3d3d;
      display: block;
      line-height: 1.3;
      font-size: 25px;
      font-weight: normal;
      text-align: center; }

/*Map Section*/
.map-section {
  position: relative;
  height: 530px; }
  .map-section .container {
    height: 100%;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0; }
  .map-section .event-location-box {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #7da24c;
    border-radius: 0px;
    color: #fff;
    left: 20%;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden;
    padding: 35px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 340px; }
    .map-section .event-location-box h3, .map-section .event-location-box p {
      color: #fff;
      display: block;
      margin: 0 0 20px 0;
      position: relative; }
    .map-section .event-location-box h3 {
      font-family: 'Domine', serif;
      font-size: 35px; }
    .map-section .event-location-box p, .map-section .event-location-box a {
      font-family: 'Open Sans', sans-serif;
      color: #ffffff;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.8;
      margin: 0 0 30px 0;
      text-decoration: none;
      text-transform: uppercase; }
    .map-section .event-location-box a[class^="btn-"] {
      font-family: 'Domine', serif;
      background: #ffffff;
      border-radius: 3px;
      border: none;
      color: #7da24c !important;
      display: inline-block;
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0.8px;
      line-height: 1 !important;
      margin: 0 !important;
      max-width: 100%;
      padding: 13px 28px 14px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.accordion-section .title-center, .interior-before-footer .title-center {
  font-family: 'Domine', serif;
  font-size: 35px;
  font-weight: normal;
  text-align: center; }
.accordion-section .addtoany_content, .interior-before-footer .addtoany_content {
  display: none; }

.tribe-events-before-html {
  text-align: center; }
  .tribe-events-before-html p {
    font-family: 'Domine', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em; }
    .tribe-events-before-html p strong {
      font-weight: 700;
      font-size: 20px;
      color: #293f73; }

#tribe-events-content-wrapper {
  /* Title Bar */
  /* Tribe Bar */
  /* #tribe-events-bar */
  /* Main Events Content */ }
  #tribe-events-content-wrapper .tribe-events-title-bar {
    display: none; }
  #tribe-events-content-wrapper #tribe-events-bar {
    margin-bottom: 35px; }
    #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form {
      background: #fafafa;
      /* Views */ }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner {
        display: flex;
        -webkit-flex-flow: row nowrap;
        justify-content: center;
        margin-top: 10px; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter label, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter label, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter label {
        font-family: 'Domine', serif;
        color: #4c4c4c;
        font-size: 18px;
        text-align: left; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"], #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"], #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] {
        border-bottom: 1px dashed #312f73;
        color: #293f73 !important;
        font-size: 18px !important;
        min-height: 30px !important;
        padding: 7px 10px 7px 0 !important; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #293f73; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-moz-placeholder {
          /* Firefox 19+ */
          color: #293f73; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-ms-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-ms-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-ms-input-placeholder {
          /* IE 10+ */
          color: #293f73; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-moz-placeholder {
          /* Firefox 18- */
          color: #293f73; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit {
        text-align: center; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"] {
          font-family: 'Domine', serif;
          background: #293f73;
          border-radius: 3px;
          border: none;
          color: #ffffff !important;
          display: inline-block;
          font-size: 18px !important;
          font-weight: 800 !important;
          line-height: 1em;
          margin: 0 auto;
          max-width: 100%;
          padding: 15px !important;
          position: relative;
          text-align: center;
          letter-spacing: 0;
          text-decoration: none !important;
          text-transform: uppercase;
          transition: all 0.4s ease;
          width: auto; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:hover, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:focus, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:active {
            background: #1c2a4d;
            color: #ffffff !important;
            text-decoration: none; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views {
        padding: 0;
        background: #e8e8ed; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
          background: #e8e8ed;
          height: 100%;
          padding: 26px 0; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label {
            font-family: 'Domine', serif;
            color: #4c4c4c;
            font-size: 18px;
            text-align: center; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list {
            background: #e8e8ed;
            float: none;
            padding: 0 0 20px 0;
            text-align: left; }
            #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option {
              margin: 0 auto;
              width: 100%; }
              #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option:first-child {
                display: inherit;
                margin: 0 auto; }
            #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list .tribe-bar-views-option a {
              background: transparent;
              display: block;
              font-size: 18px;
              margin: 0 auto;
              text-align: left;
              width: 100px; }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper {
    background: #fafafa; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content {
      background: #fafafa;
      border: none; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle {
      font-family: 'Domine', serif;
      color: #293f73;
      font-size: 18px !important; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper input, #tribe-events-content-wrapper #tribe_events_filters_wrapper label, #tribe-events-content-wrapper #tribe_events_filters_wrapper select, #tribe-events-content-wrapper #tribe_events_filters_wrapper ul, #tribe-events-content-wrapper #tribe_events_filters_wrapper h3 {
      font-size: 16px; }
    #tribe-events-content-wrapper #tribe_events_filters_wrapper input[type="submit"] {
      margin: -10px 0 0 15px; }
  #tribe-events-content-wrapper #tribe-events-content {
    /*----- Month View ---------*/
    /*----- List View ---------*/
    /* Header Navigation */
    /* Footer Navigation */ }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-month {
      /*tooltip css*/ }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar {
        /*present day*/
        /*if has events*/
        /*past events*/
        /*number css global*/
        /*title css global*/ }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
          background: #293f73;
          border-left: 1px solid #293f73;
          border-right: 1px solid #293f73;
          color: #fff;
          font-size: 16px;
          letter-spacing: 0px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td {
          border: 1px solid #c3c3c9; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] {
          background-color: #7da24c !important;
          color: #ffffff !important; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] > a {
            background-color: #7da24c !important;
            font-size: 16px;
            letter-spacing: 0px;
            font-weight: 400; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
          opacity: 0.6; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
            background-color: #7da24c !important;
            color: #fff; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td div[id*="tribe-events-daynum-"] {
          background-color: transparent;
          color: #223d6e;
          font-size: 16px;
          line-height: 1em;
          font-weight: 400;
          padding: 5px 8px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] {
          margin: 0;
          padding: 11px 8px; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title > a {
            color: #7da24c;
            font-size: 18px;
            line-height: 1em;
            font-weight: 700;
            padding: 0; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip {
        width: 400px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip h3, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip h3, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip h3, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip h3 {
          color: #7da24c !important;
          font-size: 24px;
          line-height: 1em;
          margin-bottom: 5px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr.tribe-event-date-start {
          font-size: 13px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip .tribe-events-event-thumb, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-events-event-thumb, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip .tribe-events-event-thumb {
          padding: 0.5em 1em 0 0; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .recurring-info-tooltip .tribe-event-description p, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip .tribe-event-description p, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-description p, #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-week .tribe-events-tooltip .tribe-event-description p {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.3em; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .tribe-events-page-title {
      font-family: 'Open Sans', sans-serif;
      color: #7da24c;
      font-size: 33px;
      font-weight: 500;
      text-align: left; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .tribe-events-loop {
      max-width: 100%; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .tribe-events-list-separator-month span {
      background-color: #f8f8f8; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list h2.tribe-events-list-separator-month, #tribe-events-content-wrapper #tribe-events-content.tribe-events-list h2 span {
      font-family: 'Domine', serif;
      color: #7da24c;
      font-size: 30px;
      font-weight: 500; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list {
      border-radius: 4px;
      border: 1px solid #b7b7b7; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .row {
        margin: 0 !important; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .image-event-thumb {
        background-repeat: no-repeat;
        background-size: cover; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event {
        padding: 25px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event h3 {
          font-family: 'Domine', serif;
          color: #009ece;
          font-size: 25px;
          font-weight: 700;
          margin: 0 0 15px; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event h3 a.tribe-event-url {
            font-family: 'Domine', serif;
            color: #009ece;
            font-size: 25px;
            font-weight: 700;
            margin: 0 0 15px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .date-event {
          font-family: 'Domine', serif;
          color: #293f73;
          font-size: 18px;
          font-weight: 700;
          line-height: 1em;
          margin-bottom: 30px; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .event-address {
          font-family: 'Domine', serif;
          color: #7da24c;
          font-weight: 700;
          text-align: right; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .event-address span.tribe-address br {
            display: none; }
          #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event .event-address span.tribe-address .tribe-country-name {
            display: block; }
        #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .content-body-event p {
          font-family: 'Domine', serif;
          color: #222222;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.3em !important;
          margin-bottom: 10px; }
      #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .bottom-body a.tribe-events-read-more {
        font-family: 'Domine', serif;
        background: #293f73 !important;
        color: #fff !important;
        font-weight: 700 !important;
        border-radius: 3px;
        border: none;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1em;
        margin: 20px auto;
        max-width: 100%;
        padding: 12px 20px;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: 0.4s; }
    #tribe-events-content-wrapper #tribe-events-content.tribe-events-list #tribe-events-footer {
      border: none;
      display: none; }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-nav-pagination a {
      font-size: 18px;
      font-weight: 700;
      color: #293f73; }
    #tribe-events-content-wrapper #tribe-events-content .tribe-events-ical.tribe-events-button {
      background-color: #293f73;
      border-radius: 40px; }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-footer .tribe-events-nav-pagination {
      display: none; }

/*Bottom Section Custom Events Rounded */
.important-events {
  background: #f4f4f6;
  padding: 65px 0 60px;
  text-align: center; }
  .important-events .container-section {
    margin-bottom: 30px;
    padding: 0 5%; }
  .important-events h2 {
    font-family: 'Open Sans', sans-serif;
    color: #293f73;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 20px; }
  .important-events p {
    font-family: 'Domine', serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 15px 0; }
  .important-events .event-rounded {
    background: #0eb08c;
    border-radius: 50%;
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 220px;
    max-width: 90%;
    margin: 0 auto; }
    .important-events .event-rounded .image-post-thumb {
      background-position: 50% 50%;
      background-size: cover;
      height: 100%;
      position: absolute;
      width: 100%; }
      .important-events .event-rounded .image-post-thumb .preview-icon, .important-events .event-rounded .image-post-thumb .icon-image, .important-events .event-rounded .image-post-thumb .title-event-container, .important-events .event-rounded .image-post-thumb .title-event-container h4 {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: 50%;
        position: absolute;
        overflow: hidden; }
      .important-events .event-rounded .image-post-thumb .preview-icon {
        background-color: rgba(255, 255, 255, 0.8);
        height: 115px;
        width: 115px;
        transition: all 0.4s ease;
        opacity: 1; }
        .important-events .event-rounded .image-post-thumb .preview-icon .icon-image {
          background-position: 50% 50%;
          background-size: contain;
          background-repeat: no-repeat;
          height: 70%;
          width: 70%; }
      .important-events .event-rounded .image-post-thumb .title-event-container {
        background-color: rgba(14, 176, 140, 0.8);
        height: 180px;
        width: 180px;
        opacity: 0;
        transition: all 0.4s ease; }
        .important-events .event-rounded .image-post-thumb .title-event-container h4 {
          font-family: 'Domine', serif;
          font-size: 20px;
          font-weight: 400;
          line-height: 1.2em;
          color: #fff;
          margin: 0 auto;
          width: 85%;
          border-radius: unset;
          overflow: inherit;
          display: block; }
    .important-events .event-rounded:hover .image-post-thumb .preview-icon {
      opacity: 0; }
    .important-events .event-rounded:hover .image-post-thumb .title-event-container {
      opacity: 1; }

@media only screen and (max-width: 991px) {
  .tribe-filters-open #tribe_events_filters_wrapper,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: relative !important; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner {
    -webkit-flex-flow: row wrap; }

  .tribe-events-filters-horizontal .tribe_events_filter_item {
    padding: 10px 0 6px;
    display: inline-block;
    margin-right: 21px; }

  .tribe-filters-open .tribe-events-filters-horizontal #tribe_events_filter_control {
    width: 210px; }

  .tribe-filters-open #tribe_events_filter_control.tribe-events-filters-mobile-controls #tribe_events_filters_reset {
    margin: 0; }

  #tribe-events-content-wrapper #tribe_events_filters_wrapper input[type="submit"] {
    margin: 15px 0 0 15px; }

  .tribe-bar-collapse #tribe-bar-views-toggle {
    padding: 15px 14px; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list {
    padding: 0; }

  #tribe_events_filters_toggle {
    margin: 0 !important;
    color: #fff !important; }

  .tribe-bar-collapse #tribe-bar-views-toggle:after {
    top: 19px; }

  #tribe-bar-views .tribe-bar-views-option {
    padding: 15px 15px; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .events-vCard-list .image-event-thumb {
    height: 340px; }

  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
    padding: 20px 0 0; } }
@media only screen and (max-width: 767px) {
  .map-section .event-location-box {
    padding: 20px 15px;
    width: 230px;
    bottom: 0;
    left: 0;
    top: unset;
    transform: unset; }
    .map-section .event-location-box h3 {
      font-size: 28px; }
    .map-section .event-location-box p {
      margin: 0 0 10px 0; }

  .map-section .acf-map {
    height: 400px; }

  #tribe-mobile-container {
    margin: 30px auto 10px; }

  #tribe-events {
    padding-bottom: 0; }

  .important-events {
    margin-bottom: -30px; }
    .important-events .event-rounded {
      margin: 0 auto 30px; }

  .card-box {
    margin: 40px auto; }

  .card-box .frame-image .rotate-label span {
    font-size: 16px; }

  .card-box .body-card .title, .card-box .body-card .time {
    font-size: 17px; }

  .link {
    flex-direction: wrap; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
    font-size: 12px;
    padding: 7px 0; }

  .tribe-events-calendar td div[id*="tribe-events-daynum-"], .tribe-events-calendar td div[id*="tribe-events-daynum-"] a {
    margin-top: 0; }

  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    color: #ffffff; } }
@media only screen and (max-width: 480px) {
  #tribe-events-content-wrapper #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
    font-size: 12px;
    padding: 7px 0; }

  .card-box.rotate {
    margin-top: 30px; }

  .link {
    flex-direction: column; }

  .custom-events-content .link .addtoany_shortcode {
    margin-left: 0; }

  .custom-events-content a[class^="btn-"] {
    width: 265px; }

  .custom-events-content .link .addtoany_shortcode a.addtoany_no_icon {
    display: block;
    width: 265px; }

  .map-section {
    height: 690px; }

  .map-section .event-location-box {
    width: 100%;
    left: 0;
    max-width: 100%;
    right: 0;
    margin: 0 auto; }

  .accordion-section {
    margin-top: 30px; } }
#sponsors-slider .carousel-inner {
  width: 90%;
  margin: 0 auto; }
  #sponsors-slider .carousel-inner .single-box .img-wrap {
    width: 150px;
    height: 100px;
    overflow: hidden; }
    #sponsors-slider .carousel-inner .single-box .img-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: 0.4s;
      background-blend-mode: darken; }
      #sponsors-slider .carousel-inner .single-box .img-wrap a:hover {
        -webkit-filter: grayscale(100%); }
#sponsors-slider .carousel-control-next,
#sponsors-slider .carousel-control-prev {
  width: 5%;
  min-width: 20px;
  height: calC(100% - 32px); }
  #sponsors-slider .carousel-control-next .carousel-control-next-icon,
  #sponsors-slider .carousel-control-next .carousel-control-prev-icon,
  #sponsors-slider .carousel-control-prev .carousel-control-next-icon,
  #sponsors-slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/arrow-sponsors.png");
    background-color: transparent;
    background-size: auto;
    height: 41px;
    width: 41px; }
  #sponsors-slider .carousel-control-next .carousel-control-next-icon,
  #sponsors-slider .carousel-control-prev .carousel-control-next-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

h2.center-title {
  font-family: 'Open Sans', sans-serif;
  color: #04d282;
  font-size: 40px;
  font-weight: 400;
  text-align: center; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: 'Domine', serif;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0 100px; }
  .sponsor-vCarousel #carousel__sponsor .carousel-inner {
    margin: 0 auto;
    width: 90%; }
    .sponsor-vCarousel #carousel__sponsor .carousel-inner .carousel-item {
      min-height: 100px; }
  .sponsor-vCarousel #carousel__sponsor .carousel-control-next,
  .sponsor-vCarousel #carousel__sponsor .carousel-control-prev {
    width: 5%; }
    .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon,
    .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-prev-icon,
    .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon,
    .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-prev-icon {
      background-image: url("../images/arrow-sponsors.png");
      background-color: transparent;
      background-size: auto;
      height: 41px;
      width: 41px; }
    .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon,
    .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    display: inline-block;
    flex-basis: 19%;
    flex-grow: 0;
    padding: 0; }
    .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images {
      transition: all 0.4s ease;
      text-align: center; }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images:hover .featured-sponsor-images img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
    .sponsor-vCarousel #carousel__sponsor .single-sponsor a {
      display: block;
      text-decoration: none;
      transition: all 0.4s ease; }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor a:hover .featured-sponsor-images img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }

@media only screen and (max-width: 991px) {
  .sponsor-vList .single-sponsor {
    margin: 0 30px 0; } }
@media only screen and (max-width: 767px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 45%; } }
@media only screen and (max-width: 480px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 100%; } }
ul.breadcrumbs {
  margin-bottom: 5px;
  padding: 0px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Domine', serif;
      color: #0aaacb;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #0aaacb;
        display: inline-block;
        font-size: 0.9rem;
        position: relative; }
    ul.breadcrumbs li a {
      font-family: 'Domine', serif;
      color: #292929;
      font-size: 15px;
      font-weight: 400;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #0aaacb; }

/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #333745; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #740097; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
/*START Helper Classes------------------------------------------*/
.addtoany_content .addtoany_header {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #333333 !important;
  width: 24px !important;
  height: 24px !important; }
  .addtoany_content .a2a_kit a span svg path {
    fill: #333333 !important; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
  height: 245px;
  width: 345px; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

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

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 168px;
  width: 100%;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 20px 0 auto; }
  .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: inherit;
    min-width: inherit;
    width: 100%;
    height: auto;
    z-index: 1; }

.single-article .right-side p {
  text-align: left; }
.single-article .right-side a.btn-1 {
  margin: 3px auto; }

@media only screen and (max-width: 991px) {
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    margin: 10px auto 25px;
    display: block; } }
/*END Helper Classes-------------------------------------*/
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px; }
  .pagination .page-numbers.current, .pagination .current {
    background: #cb95e0;
    margin-right: 10px;
    border-radius: 5px;
    border-bottom: 3px solid #740097;
    text-decoration: none; }
  .pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a, .pagination .page {
    background: transparent;
    font-family: 'Domine', serif;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1 !important;
    letter-spacing: normal;
    text-align: center;
    color: #740097;
    display: inline-block;
    margin: 0 8px 0 0;
    min-width: 30px;
    padding: 10px;
    min-height: 45px;
    text-decoration: none;
    transition: 0.4s; }
    .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover, .pagination .page:hover {
      text-decoration: none; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .pagination.current.prev, .pagination .pagination.current.next, .pagination .nav-links > a.prev, .pagination .nav-links > a.next, .pagination .page.prev, .pagination .page.next {
      font-size: 0; }
      .pagination .page-numbers.prev::after, .pagination .page-numbers.next::after, .pagination .pagination.current.prev::after, .pagination .pagination.current.next::after, .pagination .nav-links > a.prev::after, .pagination .nav-links > a.next::after, .pagination .page.prev::after, .pagination .page.next::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /*--adjust as necessary--*/
        color: #2ccad7;
        font-size: 25px; }
    .pagination .page-numbers.prev::after, .pagination .pagination.current.prev::after, .pagination .nav-links > a.prev::after, .pagination .page.prev::after {
      content: "\f137"; }
    .pagination .page-numbers.next::after, .pagination .pagination.current.next::after, .pagination .nav-links > a.next::after, .pagination .page.next::after {
      content: "\f138"; }

/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #740097; }

div.search {
  font-family: 'Open Sans', sans-serif;
  background: #740097;
  display: block;
  float: none;
  position: relative;
  vertical-align: middle; }
  div.search::before {
    content: "";
    background: #293f73;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #293f73;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent url("../images/search-icon.png") no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(100% - 55px); }
    div.search #s:hover, div.search #s:focus, div.search #s:active {
      outline: none;
      box-shadow: none; }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

@media only screen and (max-width: 767px) {
  div.search #s {
    height: 40px; } }
/*END Search Widget------------------------------------------*/
.ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper {
  box-shadow: -3px 2px 7px 0px rgba(33, 33, 33, 0.25);
  background-color: #ffffff !important;
  border: 23px solid #fff !important;
  outline: none !important; }
  .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-thumb-overlay, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper img, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-tile-image-overlay, .ug-theme-carousel .ug-carousel-wrapper .ug-thumb-wrapper .ug-tile-image-overlay img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
    position: absolute; }

.ug-tile-navigation-wrapper .ug-button-tile-navigation {
  border-radius: 50%;
  background: #ffffff; }
.ug-tile-navigation-wrapper .ug-button-tile-left {
  background-image: url("../images/tile_button_left.png") !important; }
.ug-tile-navigation-wrapper .ug-button-tile-play {
  background-image: url("../images/tile_button_play_pause.png") !important; }
.ug-tile-navigation-wrapper .ug-button-tile-right {
  background-image: url("../images/tile_button_right.png") !important; }

.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: transparent;
  border-bottom: 3px solid #293f73;
  color: #565656;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
  padding: 15px 0;
  position: relative;
  transition: all 0.4s ease; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    font-weight: bold; }
  h1[id*="accordion-"].accordion-title,
  h2[id*="accordion-"].accordion-title,
  h3[id*="accordion-"].accordion-title,
  h4[id*="accordion-"].accordion-title,
  h5[id*="accordion-"].accordion-title,
  h6[id*="accordion-"].accordion-title {
    font-size: 25px;
    margin-bottom: 0;
    outline: none;
    padding-right: 20px; }
    h1[id*="accordion-"].accordion-title::after,
    h2[id*="accordion-"].accordion-title::after,
    h3[id*="accordion-"].accordion-title::after,
    h4[id*="accordion-"].accordion-title::after,
    h5[id*="accordion-"].accordion-title::after,
    h6[id*="accordion-"].accordion-title::after {
      content: "\f067";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #293f73;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    h1[id*="accordion-"].accordion-title.open::after,
    h2[id*="accordion-"].accordion-title.open::after,
    h3[id*="accordion-"].accordion-title.open::after,
    h4[id*="accordion-"].accordion-title.open::after,
    h5[id*="accordion-"].accordion-title.open::after,
    h6[id*="accordion-"].accordion-title.open::after {
      content: "\f068"; }

.accordion-content {
  font-family: 'Open Sans', sans-serif;
  background: #293f73;
  border: none;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #ffffff !important;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.67;
  padding: 10px 30px !important; }
  .accordion-content p, .accordion-content h3, .accordion-content h2, .accordion-content h4, .accordion-content h5, .accordion-content h6, .accordion-content a, .accordion-content span, .accordion-content strong, .accordion-content em {
    color: #ffffff !important; }

.accordion-bottom h2 {
  margin-top: 0 !important; }
.accordion-bottom .panel-default {
  border: none;
  background: transparent;
  box-shadow: none;
  margin-bottom: 15px; }
.accordion-bottom .panel-heading {
  position: relative; }
  .accordion-bottom .panel-heading h1, .accordion-bottom .panel-heading h2, .accordion-bottom .panel-heading h3, .accordion-bottom .panel-heading h4, .accordion-bottom .panel-heading h5, .accordion-bottom .panel-heading h6 {
    font-family: 'Open Sans', sans-serif;
    text-transform: none; }
.accordion-bottom .panel-title {
  font-family: 'Domine', serif;
  font-size: 24px;
  margin: 0;
  padding: 15px 0; }
  .accordion-bottom .panel-title::before {
    content: "";
    background: transparent url("../images/accordion-arrow.png") no-repeat;
    display: none;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 20px; }
.accordion-bottom .panel-body {
  background: transparent;
  color: #223d6e;
  border: 3px solid #293f73;
  padding: 1rem; }
  .accordion-bottom .panel-body h2 {
    text-align: left;
    color: #223d6e; }
  .accordion-bottom .panel-body h3 {
    color: #223d6e; }
  .accordion-bottom .panel-body p {
    font-size: 1rem;
    font-weight: 400;
    color: #333745; }
.accordion-bottom a {
  text-decoration: none !important; }
  .accordion-bottom a .panel-heading {
    background: #293f73;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center; }
    .accordion-bottom a .panel-heading::before {
      content: "\f077";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #293f73;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    .accordion-bottom a .panel-heading .panel-title {
      transition: 0.4s;
      position: relative;
      text-decoration: none !important; }
      .accordion-bottom a .panel-heading .panel-title::after {
        content: "";
        background: #2ccad7;
        color: #293f73;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        font-size: 25px;
        top: 0px;
        right: 20px;
        display: none; }
  .accordion-bottom a.collapsed .panel-heading {
    background: #293f73;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center; }
    .accordion-bottom a.collapsed .panel-heading::before {
      content: "\f078";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #293f73;
      display: inline-block;
      font-size: 17px;
      margin-right: 10px;
      position: absolute;
      right: 0;
      top: calc(50% -  10px); }
    .accordion-bottom a.collapsed .panel-heading .panel-title {
      tansition: 0.4s; }
      .accordion-bottom a.collapsed .panel-heading .panel-title::after {
        content: "";
        background: #223d6e;
        color: #2ccad7;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        font-size: 25px;
        top: 0px;
        right: 20px; }

#sc_our_team_panel {
  z-index: 1050; }

.grid#sc_our_team .sc_team_member .sc_team_member_name, .grid#sc_our_team .sc_team_member .sc_team_member_jobtitle {
  background: #740097 !important; }

#sc_our_team_lightbox .progress,
#sc_our_team_lightbox .social span,
.sc_our_team_panel .sc-right-panel .sc-name,
.sc_our_team_panel .sc-right-panel .sc-skills .progress,
.sc_team_single_member .sc_single_side .social span,
#sc_our_team .sc_team_member .icons span,
.sc_team_single_member .sc_team_single_skills .progress,
.sc-tags .sc-single-tag {
  background: #740097 !important; }

.filter-category .mdf_shortcode_container form select {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  height: 40px !important;
  padding: 5px 10px;
  background: #f6f6f6 !important;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
  color: #333333;
  outline: none !important;
  margin-bottom: 0 !important;
  /* firefox 19+ */
  /* ie */ }
  .filter-category .mdf_shortcode_container form select::-webkit-input-placeholder {
    color: #333333;
    opacity: 1; }
  .filter-category .mdf_shortcode_container form select::-moz-placeholder {
    color: #333333;
    opacity: 1; }
  .filter-category .mdf_shortcode_container form select:-ms-input-placeholder {
    color: #333333;
    opacity: 1; }

/*START html & body-------------------------------------*/
html, body {
  font-family: 'Domine', serif;
  color: #333745;
  font-size: 16px;
  line-height: 1em;
  -webkit-font-smoothing: subpixel-antialiased;
  /*a[class^="btn-"]{
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.12;
    letter-spacing: normal;
    color: #00a6bc;
  }*/ }
  html a, body a {
    line-height: 1em;
    outline: none !important; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1em; }
  html p, body p {
    line-height: 1.2;
    margin-bottom: 15px; }
  html .classic-text-widget, body .classic-text-widget {
    display: inline-block !important; }
  html .selector-for-some-widget, body .selector-for-some-widget {
    box-sizing: content-box; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home h2 {
  font-family: 'Domine', serif;
  display: inline-block;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.3; }
body.home .container-text {
  padding: 0 2%; }
  body.home .container-text.center {
    text-align: center; }
body.home p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }

body figure {
  margin-bottom: 0 !important; }
body .stick-center {
  height: 55px;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 90; }
  body .stick-center.blue {
    background-color: #1aa5bc; }
  body .stick-center.white {
    background-color: #ffffff; }

.frame-image {
  height: auto;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  padding: 23px;
  background-color: #ffffff; }
  .frame-image figure {
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    padding-bottom: 75%;
    margin: 0 !important; }

.grid_circles#sc_our_team .sc_team_member .sc_team_member_jobtitle,
.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {
  height: unset;
  line-height: 1.3; }

/*END FrontPage-------------------------------------------*/
.skippy {
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #740097;
  outline: 0; }

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
a:focus,
blockquote:focus,
address:focus,
time:focus,
button:focus {
  outline: 5px dotted #2ccad7;
  outline: 5px auto -webkit-focus-ring-color; }

/* Media queries----------------------------------*/
@media only screen and (max-width: 767px) {
  body.home h2 {
    font-size: 35px; }

  body.home .contain-section {
    padding: 0 15px; } }

/*# sourceMappingURL=style.css.map */
