@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*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; }
/*START Helper Classes------------------------------------------*/
.fa-facebook-official {
  font-size: 35px;
  margin-left: 5px;
  color: #3b5998; }

.fa-twitter-square {
  font-size: 35px;
  margin-left: 5px;
  color: #1da1f2; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.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 {
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: 1; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    height: 35px;
    padding: 9px 25px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Roboto', sans-serif;
    background: #642d88;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #642d88 !important; }

.interior.category .quote i, .category-directors .interior.category .quote i {
  font-size: 25px;
  margin-right: 5px; }
.interior.category .img-wrap, .category-directors .interior.category .img-wrap {
  height: auto;
  padding-bottom: 100%;
  background: transparent; }
  .interior.category .img-wrap img, .category-directors .interior.category .img-wrap img {
    min-width: inherit;
    min-height: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 100%;
    width: auto; }
.interior.category .info, .category-directors .interior.category .info {
  text-align: center; }
  .interior.category .info h4, .interior.category .info button, .category-directors .interior.category .info h4, .category-directors .interior.category .info button {
    background: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px dashed #dadada;
    height: auto;
    padding: 10px 0;
    color: #642d88;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; }
  .interior.category .info p, .category-directors .interior.category .info p {
    margin: 0; }

@media only screen and (max-width: 768px) {
  .board-pop .modal-content img {
    float: none;
    display: block;
    margin: 0 auto 15px; }

  .interior.board .img-wrap {
    padding-bottom: 0;
    height: 300px;
    width: 300px;
    display: block;
    margin: 0 auto 15px; } }
@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -80px; }

  .interior.board .img-wrap {
    padding-bottom: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto 15px; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'Roboto', sans-serif;
  background: #2be2fd;
  border: 3px solid #2be2fd;
  border-radius: 10px;
  color: #282828 !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto;
  max-width: inherit;
  min-width: 190px;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s;
  /*&::after{                  
    content: "\f0da";
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
  } */ }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    background: #ffffff;
    color: #282828 !important;
    border: 3px solid #2be2fd;
    text-decoration: none; }
a.btn-2 {
  font-family: 'Roboto', sans-serif;
  background: #9248c3;
  background: -moz-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #9248c3), color-stop(48%, #9448c7), color-stop(100%, #722aa1));
  background: -webkit-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
  background: -o-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
  background: -ms-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
  background: linear-gradient(135deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9248c3', endColorstr='#722aa1', GradientType=1 );
  box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto;
  max-width: inherit;
  min-width: 190px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    background: #642d88;
    text-decoration: none;
    color: #fff !important; }
a.btn-donate {
  background: #2be2fd;
  border-radius: 10px;
  color: #282828;
  max-width: 130px;
  min-width: 130px;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-donate:hover {
    background: #ffffff;
    color: #282828 !important;
    text-decoration: none; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
body.fixed header.header {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.19);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
  -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 section.header-top {
  display: none; }
body.fixed .navbar-brand {
  top: 5px;
  height: 90%;
  width: 100px; }
  body.fixed .navbar-brand::after, body.fixed .navbar-brand::before {
    content: none; }

header.header {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  width: 100%;
  z-index: 150;
  background: linear-gradient(black 0, rgba(0, 0, 0, 0) 90%); }
  header.header .textwidget {
    display: inline-block; }

section.header-top {
  background: rgba(117, 117, 117, 0.25);
  padding: 5px 0;
  text-align: right; }
  section.header-top .custom-links {
    display: inline-block;
    margin-right: 10px; }
    section.header-top .custom-links a {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-weight: 700;
      padding: 0;
      position: relative;
      text-decoration: none; }
      section.header-top .custom-links a:hover {
        text-decoration: none;
        color: #642d88; }
  section.header-top ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
    section.header-top ul.social li {
      display: inline-block;
      font-size: 18px;
      margin: 0px !important; }
      section.header-top ul.social li a {
        border-radius: 50%;
        border: 2px solid #ffffff;
        color: #ffffff;
        display: inherit;
        height: 26px;
        margin: 0 2px;
        position: relative;
        transition: 0.4s;
        width: 26px; }
        section.header-top ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 14px;
          left: 50%;
          position: absolute;
          top: 50%; }
        section.header-top ul.social li a:hover {
          background: #ffffff;
          color: #642d88;
          box-shadow: none; }
          section.header-top ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

section.navigation {
  background: transparent; }
  section.navigation .nav-right {
    float: right;
    width: calc(100% - 155px); }
  section.navigation .navbar-nav {
    float: right; }
  section.navigation .extra-buttons {
    display: inline-block;
    float: right;
    padding: 25px 0 10px; }
    section.navigation .extra-buttons .open-search {
      background: transparent;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      height: 40px;
      margin: 0px;
      padding: 0;
      text-align: center;
      transition: 0.4s;
      width: 40px; }
      section.navigation .extra-buttons .open-search:hover {
        opacity: 0.8; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0px; }
  .navbar.navbar-default .container {
    position: relative; }

.navbar-brand {
  height: 140%;
  left: 30px;
  width: 155px;
  padding: 0;
  position: absolute;
  top: -10px;
  z-index: 1; }
  .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    margin-left: 0px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  .navbar-brand::before {
    content: "";
    background: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 25%;
    left: -25%;
    position: absolute;
    bottom: 30px;
    display: block;
    z-index: 0; }
  .navbar-brand::after {
    content: "";
    background: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 650%;
    right: -650%;
    position: absolute;
    bottom: 30px;
    display: block;
    z-index: 0; }

#navigation {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 20px 0;
  padding-left: 0px;
  padding-right: 0px; }
  #navigation ul {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    float: none; }
    #navigation ul li.active > a {
      background: #642d88;
      border-radius: 10px;
      color: #ffffff; }
      #navigation ul li.active > a ul {
        background: #282a34 !important;
        border: none;
        display: none;
        min-height: 0;
        padding: 0;
        width: 100%; }
        #navigation ul li.active > a ul li::after, #navigation ul li.active > a ul li::before {
          content: none !important; }
        #navigation ul li.active > a ul li a {
          border-radius: 0px;
          color: #fff;
          font-size: 1rem;
          margin-top: 0; }
          #navigation ul li.active > a ul li a:hover, #navigation ul li.active > a ul li a:focus, #navigation ul li.active > a ul li a:active {
            color: #fff;
            background: #611d8f; }
          #navigation ul li.active > a ul li a::before, #navigation ul li.active > a ul li a::after {
            content: none !important; }
        #navigation ul li.active > a ul li:last-child ul {
          left: 100%;
          top: 0px;
          right: auto; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none; }
      #navigation ul li:hover::after, #navigation ul li.open:hover::after {
        content: none; }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
        right: 0;
        left: unset;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        #navigation ul li:last-child ul li a, #navigation ul li.open:last-child ul li a {
          border-radius: 0; }
        #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
          right: auto;
          left: -100%; }
        #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
          right: auto;
          left: -100%; }
      #navigation ul li a, #navigation ul li.open a {
        font-family: 'Roboto', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        padding: 15px 10px 17px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        transition: 0.4s;
        white-space: normal; }
      #navigation ul li ul, #navigation ul li.open ul {
        background: #282a34;
        border: none;
        display: none;
        min-height: 0;
        padding: 0;
        width: 100%; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none !important; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-radius: 0;
            color: #fff;
            font-size: 1rem;
            font-weight: 400;
            margin-top: 0;
            padding: 10px 15px;
            text-align: left; }
            #navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
              content: none; }
            #navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
              background: #611d8f;
              color: #fff;
              margin-top: 0;
              border-radius: 0; }
            #navigation ul li ul li a::after, #navigation ul li.open ul li a::after {
              content: none !important; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none;
            border-radius: 0; }
            #navigation ul li ul li:first-child a::after, #navigation ul li.open ul li:first-child a::after {
              content: ""; }
          #navigation ul li ul li:last-child a, #navigation ul li.open ul li:last-child a {
            border-radius: 0; }
          #navigation ul li ul li:last-child ul, #navigation ul li.open ul li:last-child ul {
            left: 100%;
            top: 0px;
            right: auto; }

.dropdown-menu {
  display: block;
  background: rgba(100, 45, 136, 0.8);
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (max-width: 991px) {
  body.fixed header.header section.header-top {
    display: none; }
  body.fixed header.header section.navigation .nav-right {
    width: 100% !important; }

  section.header-top .custom-links {
    float: left;
    display: inline-block;
    padding: 5px 0; }
  section.header-top .extra-buttons {
    display: inline-block;
    float: right;
    margin-left: 10px; }
    section.header-top .extra-buttons .open-search {
      background: transparent;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      height: 40px;
      margin: 0px;
      padding: 0;
      text-align: center;
      transition: 0.4s;
      width: 40px; }
      section.header-top .extra-buttons .open-search:hover {
        opacity: 0.8; }
  section.header-top ul.social {
    padding: 6px 0; }

  section.top .logo {
    display: inline-block;
    width: 250px; }
    section.top .logo a img {
      width: 100%; }

  section.navigation .nav-right {
    width: 100%; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-nav {
    margin: 0; }

  #navigation {
    margin: 0; }

  #navigation ul {
    text-align: center;
    padding: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.8); }

  #navigation ul li {
    display: block; }

  #navigation ul li.active {
    background: #642d88; }
    #navigation ul li.active a {
      color: #fff !important; }
      #navigation ul li.active a::after, #navigation ul li.active a::before {
        content: none !important; }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 18px;
    padding: 15px 15px;
    display: block !important; }

  #navigation ul li:last-child a {
    margin-left: 0; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children {
    display: block; }
    #navigation ul li.menu-item-has-children .dropdown-btn {
      background: transparent;
      border: none;
      color: #2be2fd;
      display: block;
      left: auto;
      padding: 4px 10px 6px;
      position: absolute;
      right: 22px;
      top: 15px; }
      #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active {
        color: #2be2fd; }

  #navigation ul li ul {
    background: #9248c3;
    margin-bottom: 12px;
    max-height: unset;
    position: relative;
    text-align: center;
    width: 100%; }
    #navigation ul li ul li {
      border-bottom: 1px solid #fff; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
    right: auto;
    left: 0; }

  #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
    right: 0;
    left: 0;
    background: #111; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: 0;
    display: block;
    border: 1px solid #2be2fd;
    color: #2be2fd;
    padding: 3px 9px 4px;
    top: 5px;
    background: transparent;
    color: #2be2fd; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #642d88;
      color: #fff; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #642d88;
    color: #642d88;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #642d88;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .navbar.navbar-default {
    background: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0px; }

  .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    background: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: transparent;
      border-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #ffffff; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #ffffff;
      height: 4px;
      width: 27px; }

  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-header {
    float: none;
    width: 100%; }

  .navbar-brand {
    padding: 0;
    height: 60px;
    width: 90px;
    position: absolute;
    left: 0;
    top: -8px; }
    .navbar-brand::after {
      content: none; }
    .navbar-brand::before {
      content: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 0; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  #navigation {
    overflow-y: scroll !important; }

  .navbar.navbar-default .container {
    position: relative;
    width: 100%; } }
@media only screen and (max-width: 768px) {
  body.fixed header.header section.top .header-top {
    display: inline-block;
    float: none;
    left: 33%;
    position: relative;
    text-align: center;
    width: 215px;
    z-index: 99; }
  body.fixed header.header .navbar-brand {
    height: 50px;
    left: -14px; }

  section.navigation .nav-right {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  section.header-top {
    padding: 5px 0; }
    section.header-top .custom-links {
      display: none; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #611d8f; }

div.search {
  display: block;
  font-family: 'Roboto', sans-serif;
  position: relative;
  float: none;
  vertical-align: middle;
  background: #5c297d; }
  div.search::before {
    content: "";
    background: #9248c3;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  div.search::after {
    content: "";
    background: #9248c3;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    margin-right: 10px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    border: none;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    height: 47px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background: transparent url("../images/search-icon.png") no-repeat;
    background-position: center;
    text-indent: -99999999px;
    width: 50px;
    transition: 0.4s;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: 0.4s; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    height: 47px;
    border: none;
    color: #fff;
    vertical-align: middle;
    background: transparent;
    padding: 15px;
    width: calc(100% - 50px); }
  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: 768px) {
  div.search::after {
    content: none; } }
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px; }
  .translate h3 {
    display: none; }
  .translate .skiptranslate {
    font-size: 0;
    line-height: 0; }
    .translate .skiptranslate .goog-te-combo {
      font-size: 14px;
      line-height: 1em;
      color: #737881;
      margin-top: -7px; }
    .translate .skiptranslate span {
      display: none; }
  .translate ul {
    padding: 0; }
    .translate ul li {
      display: inline-block; }
      .translate ul li a::before {
        content: none; }
  .translate #flags {
    display: none; }

/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*/
#glt-translate-trigger {
  background: #642d88;
  background: -webkit-linear-gradient(#642d88, rgba(100, 45, 136, 0.2));
  background: -o-linear-gradient(#642d88, rgba(100, 45, 136, 0.2));
  background: -moz-linear-gradient(#642d88, rgba(100, 45, 136, 0.2));
  background: linear-gradient(#642d88, rgba(100, 45, 136, 0.2));
  font-family: lato-l;
  font-size: 1rem; }

/*END Translate Fixed Bottom----------------------------------------*/
/*START Font Resizer------------------------------------------*/
.font-resizer {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .font-resizer.active p {
    background: #642d88; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #642d88;
    width: 40px;
    z-index: 10;
    transition: 0.4s;
    margin-top: 5px; }
    .font-resizer #controls p {
      display: inline-block;
      vertical-align: middle;
      height: 25px; }
  .font-resizer #large, .font-resizer #small {
    background: #642d88;
    color: #fff;
    width: 40px;
    display: block;
    position: relative;
    font-size: 22px;
    height: 40px;
    padding: 5px 0;
    z-index: 10;
    text-align: center; }
    .font-resizer #large:hover, .font-resizer #small:hover {
      background: #611d8f;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  overflow: hidden;
  background: #282a34; }
  .slider-widget .slider-a #home-slider:hover .carousel-control {
    opacity: 1; }
  .slider-widget .slider-a #home-slider .external-liks-banner {
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    right: 0;
    position: absolute;
    text-align: right;
    top: 50%;
    width: 270px;
    z-index: 10; }
    .slider-widget .slider-a #home-slider .external-liks-banner a {
      text-decoration: none;
      width: 140px;
      margin: -30px -30px 0 0;
      height: 135px;
      display: inline-block; }
      .slider-widget .slider-a #home-slider .external-liks-banner a img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: contain; }
      .slider-widget .slider-a #home-slider .external-liks-banner a:last-child {
        width: 100%;
        margin-top: -25px; }
  .slider-widget .slider-a #home-slider .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 5%; }
    .slider-widget .slider-a #home-slider .carousel-control span {
      background: transparent;
      border-radius: 0;
      border: none;
      color: #ffffff;
      font-size: 60px;
      height: 60px;
      text-align: center;
      text-shadow: none;
      width: 60px; }
      .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%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .slider-widget .slider-a #home-slider .carousel-control span:hover {
        color: #2be2fd;
        background: transparent; }
    .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
      background: transparent; }
  .slider-widget .slider-a #home-slider .container {
    position: relative; }
  .slider-widget .slider-a #home-slider .carousel-indicators {
    display: none; }
  .slider-widget .slider-a .slider-box {
    height: 90vh;
    position: relative;
    text-align: left;
    display: none; }
  .slider-widget .slider-a .item .slider-box {
    display: block; }
  .slider-widget .slider-a .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
    .slider-widget .slider-a .bg-img::after {
      content: none;
      background: url("../images/pattern.png");
      background-size: 100% 100%;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      top: auto;
      opacity: 0.6;
      z-index: 1; }
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    left: 50%;
    position: absolute;
    text-align: left;
    top: 50%;
    z-index: 10; }
    .slider-widget .caption-a h2 {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 70px;
      font-weight: 700;
      line-height: 1em;
      margin: 0;
      text-transform: uppercase; }
    .slider-widget .caption-a h3 {
      font-family: 'Roboto', sans-serif;
      color: #2be2fd;
      font-size: 22px;
      font-weight: 400;
      line-height: 1.5em;
      margin: 0;
      text-transform: uppercase; }
    .slider-widget .caption-a p {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.2px;
      line-height: 1.3em;
      margin-bottom: 30px;
      margin-top: 20px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
    .slider-widget .caption-a a.btn-1 {
      margin-right: 10px; }

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .slider-widget .slider-a #home-slider .external-liks-banner {
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); }
    .slider-widget .slider-a #home-slider .external-liks-banner a {
      width: 116px;
      margin: -35px -30px 0 0;
      height: 120px; }

  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); }
    .slider-widget .caption-a h2 {
      font-size: 45px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a h3 {
      font-size: 30px !important; }
    .slider-widget .caption-a p {
      margin-top: 5px !important; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slider-widget .caption-a h2 {
    font-size: 45px !important;
    margin-bottom: 5px !important; }
  .slider-widget .caption-a h3 {
    font-size: 30px !important; }
  .slider-widget .caption-a p {
    margin-top: 5px !important; }
  .slider-widget .caption-a a.btn-1 {
    min-width: 160px; } }
@media only screen and (max-width: 991px) {
  .slider-widget .slider-a #home-slider .external-liks-banner a {
    width: 125px;
    height: 115px; }

  .slider-widget .caption-a h2 {
    font-size: 45px !important;
    margin-bottom: 5px !important; }
  .slider-widget .caption-a h3 {
    font-size: 30px !important; }
  .slider-widget .caption-a p {
    margin-top: 5px !important; }
  .slider-widget .caption-a a.btn-1 {
    min-width: 160px; } }
@media only screen and (max-width: 768px) {
  .slider-widget .slider-a #home-slider .external-liks-banner a {
    width: 125px;
    height: 115px; }

  .slider-widget .caption-a {
    -webkit-transform: translate(-47%, -35%);
    -moz-transform: translate(-47%, -35%);
    -ms-transform: translate(-47%, -35%);
    transform: translate(-47%, -35%); }
    .slider-widget .caption-a h2 {
      font-size: 30px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a h3 {
      font-size: 25px !important; }
    .slider-widget .caption-a p {
      margin-top: 5px !important; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider .external-liks-banner {
    -webkit-transform: translate(-5%, -20%);
    -moz-transform: translate(-5%, -20%);
    -ms-transform: translate(-5%, -20%);
    transform: translate(-5%, -20%);
    width: 145px; }
    .slider-widget .slider-a #home-slider .external-liks-banner a {
      width: 70px;
      height: 85px;
      margin: -30px 0 0 0; }

  .slider-widget .caption-a {
    -webkit-transform: translate(-90%, -35%);
    -moz-transform: translate(-90%, -35%);
    -ms-transform: translate(-90%, -35%);
    transform: translate(-90%, -35%); }
    .slider-widget .caption-a h2 {
      font-size: 25px !important;
      margin-bottom: 5px !important; }
      .slider-widget .caption-a h2 span {
        font-size: 25px !important; }
    .slider-widget .caption-a h3 {
      font-size: 20px !important; }
    .slider-widget .caption-a p {
      margin-top: 5px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a a.btn-1 {
      font-size: 12px;
      margin: 10px auto;
      min-width: inherit;
      padding: 5px 2px; }

  .slider-widget .slider-a #home-slider .container {
    padding: 0; }

  .slider-widget .slider-a #home-slider .carousel-control {
    display: none; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget .single-box {
  cursor: pointer;
  transition: 0.5s; }
  .news-widget .single-box:hover, .news-widget .single-box:active, .news-widget .single-box:focus {
    transition: 0.5s; }
    .news-widget .single-box:hover .img-wrap::after, .news-widget .single-box:active .img-wrap::after, .news-widget .single-box:focus .img-wrap::after {
      top: 0;
      left: 0; }
.news-widget .img-wrap {
  height: 270px; }
  .news-widget .img-wrap img {
    position: relative; }
  .news-widget .img-wrap::after {
    content: "";
    border-top: 190px solid rgba(255, 255, 255, 0.5);
    border-right: 70px solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    z-index: 5;
    top: 0;
    left: -50%;
    width: 50%; }
.news-widget .info-wrap {
  background: #282a34;
  border: 1px solid rgba(146, 72, 195, 0.5);
  margin-bottom: 25px;
  padding: 30px 40px 100px;
  position: relative;
  text-align: left; }
  .news-widget .info-wrap .title-wrap {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 10px; }
    .news-widget .info-wrap .title-wrap h3 {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 27px;
      font-weight: 400;
      margin: 0;
      line-height: 1em;
      text-transform: uppercase; }
      .news-widget .info-wrap .title-wrap h3 span {
        color: #2be2fd;
        display: inline-block;
        font-size: 27px;
        font-weight: 700;
        line-height: 1em; }
  .news-widget .info-wrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
    width: unset; }
  .news-widget .info-wrap a.btn-1 {
    position: absolute;
    bottom: 35px;
    left: 40px; }

/*END News------------------------------------------*/
@media only screen and (max-width: 991px) {
  .news-widget .single-box {
    width: 400px;
    margin: 25px auto 45px; } }
@media only screen and (max-width: 480px) {
  .news-widget .single-box {
    width: 95%; } }
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none; }

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%; }

.tribe-mini-calendar-wrapper {
  background: #642d88;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #611d8f; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    opacity: 1; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth span.tribe-mini-calendar-no-event {
    color: #737881; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
    border: none;
    display: table-caption;
    padding: 0 0 10px 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
      background: transparent;
      border: none; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
      font-size: 24px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
    background: #fff;
    border: none;
    font-size: 12px;
    text-transform: capitalize;
    padding: 20px 0px 15px;
    letter-spacing: 2px;
    color: #737881; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    color: #737881;
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    border: none;
    font-size: 13px;
    background: transparent;
    padding-top: 10px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a {
    position: relative;
    background: #fff;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 12px;
    margin: -8px auto 0;
    color: #737881;
    font-size: 13px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:hover {
      background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-info h2 {
    text-align: left;
    padding: 0;
    margin: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    content: none; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-today {
  background: transparent; }

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: transparent; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date {
  background: #642d88; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #642d88;
    color: #fff;
    border: solid 1px #737881;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #737881;
    color: #642d88; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
.events-widgets {
  padding: 20px 0 40px; }
  .events-widgets h2 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
    text-transform: uppercase; }
    .events-widgets h2 span {
      color: #2be2fd;
      display: block !important;
      font-size: 32px;
      font-weight: 700;
      line-height: 1em; }
  .events-widgets .row-box-event {
    background: #9248c3;
    background: -moz-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #9248c3), color-stop(48%, #9448c7), color-stop(100%, #722aa1));
    background: -webkit-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: -o-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: -ms-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: linear-gradient(135deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9248c3', endColorstr='#722aa1', GradientType=1 );
    border: 1px solid #9f4fd4;
    padding: 0 30px;
    position: relative;
    box-shadow: 0px 21px 55px 0px rgba(0, 0, 0, 0.22); }
    .events-widgets .row-box-event .box-day-month {
      background: #9248c3;
      background: -moz-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #9248c3), color-stop(48%, #9448c7), color-stop(100%, #722aa1));
      background: -webkit-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -o-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -ms-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: linear-gradient(135deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9248c3', endColorstr='#722aa1', GradientType=1 );
      box-shadow: 0px 21px 55px 0px rgba(0, 0, 0, 0.22);
      cursor: pointer;
      display: inline-block;
      margin-bottom: 25px;
      padding: 40px 15px 20px;
      position: relative;
      text-align: center;
      width: 30%; }
      .events-widgets .row-box-event .box-day-month a {
        display: block;
        text-decoration: none; }
      .events-widgets .row-box-event .box-day-month .month, .events-widgets .row-box-event .box-day-month .day {
        color: #ffffff;
        display: block; }
      .events-widgets .row-box-event .box-day-month .day {
        font-family: 'Roboto', sans-serif;
        font-size: 45px;
        font-weight: 400;
        line-height: 1em; }
      .events-widgets .row-box-event .box-day-month .month {
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        font-weight: 500;
        line-height: 1em;
        text-transform: uppercase; }
      .events-widgets .row-box-event .box-day-month:hover, .events-widgets .row-box-event .box-day-month:focus, .events-widgets .row-box-event .box-day-month:active {
        cursor: pointer;
        text-decoration: none; }
        .events-widgets .row-box-event .box-day-month:hover .day, .events-widgets .row-box-event .box-day-month:focus .day, .events-widgets .row-box-event .box-day-month:active .day {
          color: #2be2fd; }
    .events-widgets .row-box-event .info-event {
      display: inline-block;
      margin-left: 20px;
      padding: 25px 0;
      text-align: left;
      width: 65%; }
      .events-widgets .row-box-event .info-event a {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        margin: 0 0 10px;
        text-decoration: none;
        text-transform: uppercase; }
        .events-widgets .row-box-event .info-event a h3 {
          font-family: 'Roboto', sans-serif;
          color: #ffffff;
          font-size: 15px;
          font-weight: 400; }
        .events-widgets .row-box-event .info-event a:hover h3, .events-widgets .row-box-event .info-event a:focus h3, .events-widgets .row-box-event .info-event a:active h3 {
          color: #2be2fd !important; }
      .events-widgets .row-box-event .info-event time {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 12px; }
        .events-widgets .row-box-event .info-event time::before {
          content: "\f133";
          box-sizing: border-box;
          display: inline-block;
          position: relative;
          margin-right: 15px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto; }
      .events-widgets .row-box-event .info-event address {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 12px;
        margin: 0; }
        .events-widgets .row-box-event .info-event address::before {
          content: "\f041";
          box-sizing: border-box;
          display: inline-block;
          position: relative;
          margin-right: 17px;
          margin-left: 2px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto; }
  .events-widgets hr {
    display: none; }

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem;
  font-family: 'Roboto', sans-serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #642d88; }
  #tribe-events a:hover {
    text-decoration: underline; }
#tribe-events dd.tribe-venue {
  text-transform: uppercase; }
#tribe-events .tribe-events-button, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #2be2fd;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #642d88; }
#tribe-events .tribe-events-calendar thead th {
  background: #642d88;
  border-color: #642d88; }
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: #696969; }
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8; }
#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8; }
#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b; }
#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type="submit"], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #2be2fd; }
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important; }
  #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
    background: #2be2fd; }
#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #2be2fd; }
#tribe-events .tribe-events-sub-nav a {
  color: #737881;
  font-weight: 300; }

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none; }

.single-tribe_events .tribe-events-venue-map {
  margin: 20px 0 2% 0px;
  width: 100%; }

.tribe-events-single-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  margin-top: 3px; }

#tribe-bar-form {
  background: #FFF;
  border: 1px solid #e4e4e4; }

#tribe-bar-collapse-toggle {
  background: #FFF; }

.tribe-events-list .tribe-events-event-cost span {
  font-weight: 400;
  color: #fff;
  background: #642d88;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .events-widgets-left .col-md-6 .col-md-4 {
    padding: 0; } }
@media only screen and (max-width: 768px) {
  .events-widgets h2 {
    margin: 0; }

  .events-widgets-left {
    text-align: center;
    padding-bottom: 20px; }

  .events-widgets .box-events {
    width: 105px;
    margin: 25px auto 0; }

  .events-widgets .row-box-event .box-day-month {
    margin-bottom: 0;
    width: 80%; }

  .events-widgets .row-box-event .info-event {
    display: inline-block;
    margin-left: 0;
    padding: 0 0 15px;
    text-align: left;
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .events-widget .day {
    height: auto; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  padding: 0;
  text-align: center; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 25px 0 0;
    display: block;
    float: left; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: calc(100% - 65px);
      display: inline-block;
      vertical-align: top;
      float: right; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: #c1c3c3;
              border-radius: 0px;
              border: none;
              height: 60px;
              width: 100%;
              color: #737881;
              padding: 0 10px;
              font-size: 1rem;
              border: none; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 65px;
      display: inline-block;
      float: right;
      text-align: right;
      margin: 0;
      padding: 0;
      margin-left: -4px; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #642d88 url("../images/envelope.png") no-repeat;
        background-size: 41px 31px;
        background-position: center;
        height: 60px;
        width: 100%;
        border: none;
        text-align: center;
        color: #fff;
        text-transform: none;
        transition: 0.4s;
        font-size: 0.8rem;
        text-indent: -9999999px; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background-size: 35px 26.46px;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (max-width: 768px) {
  .sign-up-widget .gform_wrapper {
    margin: 0px 0 25px; } }
/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .social-title {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .social-widget .social-title li {
      display: inline-block; }
      .social-widget .social-title li a {
        color: #642d88;
        font-size: 3rem; }
      .social-widget .social-title li:first-child:after {
        content: "|";
        display: inline-block;
        margin: -15px 15px 0;
        vertical-align: middle;
        line-height: 1em;
        color: #642d88; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #642d88;
    background: -webkit-linear-gradient(90deg, #642d88 50%, #9248c3 50%);
    background: -o-linear-gradient(90deg, #642d88 50%, #9248c3 50%);
    background: -moz-linear-gradient(90deg, #642d88 50%, #9248c3 50%);
    background: linear-gradient(90deg, #642d88 50%, #9248c3 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (max-width: 991px) {
  .social-widget .bg-social {
    background: #642d88;
    background: -webkit-linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    background: -o-linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    background: -moz-linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    background: linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 768px) {
  .social-widget .bg-social {
    background: #642d88;
    background: -webkit-linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    background: -o-linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    background: -moz-linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    background: linear-gradient(180deg, #642d88 50%, #9248c3 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  background: #642d88 url("../images/bg-testimonials.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0px 50px;
  position: relative;
  z-index: 3; }
  .testimonial-widget h2 {
    font-family: 'Roboto Slab', serif;
    color: #ffffff !important;
    font-size: 60px !important;
    font-weight: 700;
    line-height: 0.8;
    text-transform: capitalize;
    margin-bottom: 15px !important; }
    .testimonial-widget h2 span {
      display: block;
      font-size: 40px;
      font-weight: 400;
      line-height: 1em; }
  .testimonial-widget #carousel-testimonial {
    padding-bottom: 135px; }
  .testimonial-widget .carousel-inner .testimonial-quote {
    background: transparent;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    width: 55%;
    padding: 20px 0; }
    .testimonial-widget .carousel-inner .testimonial-quote p {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-weight: 500;
      margin: 0; }
    .testimonial-widget .carousel-inner .testimonial-quote small {
      display: none;
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 13px;
      font-style: normal;
      font-weight: 400; }
  .testimonial-widget .carousel-inner .img-testimonial {
    display: none;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
    float: right;
    height: 205px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 205px;
    z-index: 3; }
    .testimonial-widget .carousel-inner .img-testimonial img {
      object-fit: cover;
      object-position: 50% 50%;
      width: inherit;
      height: inherit; }
  .testimonial-widget .carousel-inner > .item {
    margin: 0 auto; }
  .testimonial-widget:hover .carousel-control {
    opacity: 1; }
  .testimonial-widget .carousel-control {
    bottom: 40px;
    opacity: 1;
    top: unset;
    transition: 0.4s;
    width: auto; }
    .testimonial-widget .carousel-control span {
      background: rgba(43, 226, 253, 0.5);
      border-radius: 0;
      border: none;
      color: #ffffff;
      font-size: 30px;
      height: 60px;
      text-align: center;
      text-shadow: none;
      width: 60px; }
      .testimonial-widget .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .testimonial-widget .carousel-control span:hover {
        color: #fff;
        background: #642d88; }
    .testimonial-widget .carousel-control.left {
      left: 15px; }
    .testimonial-widget .carousel-control.right {
      right: unset;
      left: 80px; }
  .testimonial-widget .view-all {
    bottom: 70px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    max-width: 220px;
    min-width: 220px;
    margin-top: 0;
    position: absolute; }
    .testimonial-widget .view-all:hover {
      text-decoration: none; }
  .testimonial-widget .carousel-indicators {
    display: none; }

/*END Testimonials------------------------------------------*/
@media only screen and (max-width: 991px) {
  .testimonial-widget {
    padding: 40px 0px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 100%; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px; } }
@media only screen and (max-width: 768px) {
  .testimonial-widget {
    padding: 20px 45px 45px; }
    .testimonial-widget h2 {
      font-size: 50px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 100%;
      margin: 0 auto; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px;
      padding: 40px 20px 30px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .testimonial-widget .carousel-inner .testimonial-quote {
    width: 100%; } }
/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.partners-section {
  padding: 40px 25px 40px; }
  .partners-section h2 {
    color: #737881;
    font-weight: 400;
    margin-bottom: 30px; }
  .partners-section #carousel-supporter .carousel-inner .quote {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 70px; }
    .partners-section #carousel-supporter .carousel-inner .quote h3 {
      font-family: 'Roboto Slab', serif;
      color: #642d88;
      font-size: 36px;
      margin: 0 0 20px; }
    .partners-section #carousel-supporter .carousel-inner .quote p {
      font-family: 'Roboto', sans-serif;
      font-style: italic;
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: 5px;
      font-size: 19px; }
    .partners-section #carousel-supporter .carousel-inner .quote span {
      font-family: 'Roboto', sans-serif;
      color: #642d88;
      display: block;
      font-size: 21px;
      font-style: italic;
      font-weight: 900; }
      .partners-section #carousel-supporter .carousel-inner .quote span a {
        color: #642d88; }
  .partners-section #carousel-supporter .carousel-inner {
    width: 100%;
    margin: 0 auto; }
  .partners-section #carousel-supporter .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 0; }
    .partners-section #carousel-supporter .carousel-control span {
      background: #fff;
      border-radius: 50%;
      border: 0;
      color: #2c303d;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      width: 48px; }
      .partners-section #carousel-supporter .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .partners-section #carousel-supporter .carousel-control span:hover {
        color: #fff;
        background: #642d88; }
    .partners-section #carousel-supporter .carousel-control.left, .partners-section #carousel-supporter .carousel-control.right {
      background: transparent; }
    .partners-section #carousel-supporter .carousel-control.left {
      left: -10px; }
    .partners-section #carousel-supporter .carousel-control.right {
      right: 10px; }
  .partners-section #carousel-supporter .carousel-indicators {
    display: none; }

@media only screen and (max-width: 480px) {
  .partners-section #carousel-supporter .carousel-control.right {
    right: 30px; }

  .partners-section #carousel-supporter .carousel-control.left {
    left: 0; }

  .partners-section #carousel-supporter .carousel-inner {
    width: 85%;
    margin: 0 auto; }

  .img-wrap {
    height: 130px; }
    .img-wrap img {
      object-fit: contain;
      margin: 0 auto; } }
/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  color: #ffffff;
  overflow-y: hidden;
  position: relative;
  background-image: url("../images/pattern-footer.jpg"); }
  footer.footer .footer-top {
    box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 20px 0;
    z-index: 1; }
    footer.footer .footer-top ul {
      text-align: center;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      footer.footer .footer-top ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px; }
        footer.footer .footer-top ul li a {
          font-family: 'Roboto', sans-serif;
          color: #737881;
          font-size: 14px;
          font-weight: 700;
          text-shadow: 1px 1px 0 #ffffff;
          text-transform: uppercase; }
          footer.footer .footer-top ul li a:hover, footer.footer .footer-top ul li a:active, footer.footer .footer-top ul li a:focus {
            color: #642d88;
            text-decoration: none; }
  footer.footer .footer-bottom {
    padding: 35px 0 10px; }
    footer.footer .footer-bottom .footer-logo {
      padding: 0; }
      footer.footer .footer-bottom .footer-logo img {
        max-width: 100%;
        padding: 10px 0; }
    footer.footer .footer-bottom .footer-social {
      min-height: 190px;
      text-align: center;
      position: relative; }
      footer.footer .footer-bottom .footer-social ul.social {
        display: inline-block;
        line-height: 1em;
        margin: 0;
        padding: 0;
        text-align: left;
        vertical-align: middle;
        position: absolute;
        top: 30%;
        left: 0;
        right: 0; }
        footer.footer .footer-bottom .footer-social ul.social li {
          display: inline-block;
          font-size: 18px;
          margin: 0px !important; }
          footer.footer .footer-bottom .footer-social ul.social li a {
            border-radius: 50%;
            border: 4px solid #737881;
            color: #737881;
            display: inherit;
            height: 55px;
            margin: 0 2px;
            position: relative;
            transition: 0.4s;
            width: 55px; }
            footer.footer .footer-bottom .footer-social ul.social li a i {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              font-size: 32px;
              left: 50%;
              position: absolute;
              top: 50%; }
            footer.footer .footer-bottom .footer-social ul.social li a:hover {
              color: #642d88;
              border-color: #642d88;
              box-shadow: none; }
              footer.footer .footer-bottom .footer-social ul.social li a:hover i {
                background: transparent;
                text-shadow: none; }
    footer.footer .footer-bottom .footer-form .gform_wrapper {
      margin: 0; }
      footer.footer .footer-bottom .footer-form .gform_wrapper .gform_heading {
        width: 49%;
        margin: 0;
        top: 25%;
        float: left;
        padding: 0;
        position: absolute; }
        footer.footer .footer-bottom .footer-form .gform_wrapper .gform_heading h3.gform_title {
          font-size: 45px;
          font-weight: 700;
          color: #737881;
          text-transform: uppercase;
          position: absolute;
          left: 0; }
      footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body {
        width: 49%;
        float: right; }
        footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body label {
          display: none; }
        footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body input, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body textarea, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body select {
          background: #dedede;
          border-radius: 0;
          border: none;
          box-shadow: none;
          color: #9398a0;
          height: 50px;
          width: 100%; }
          footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body input:active, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body input:focus, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body textarea:active, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body textarea:focus, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body select:active, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body select:focus {
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
        footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body textarea {
          height: 100px;
          resize: none;
          max-width: 100%; }
      footer.footer .footer-bottom .footer-form .gform_wrapper .gform_footer {
        width: 50%;
        float: right; }
        footer.footer .footer-bottom .footer-form .gform_wrapper .gform_footer .gform_button {
          font-family: 'Roboto', sans-serif;
          background: #9248c3;
          background: -moz-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
          background: -webkit-gradient(left top, right bottom, color-stop(0%, #9248c3), color-stop(48%, #9448c7), color-stop(100%, #722aa1));
          background: -webkit-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
          background: -o-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
          background: -ms-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
          background: linear-gradient(135deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9248c3', endColorstr='#722aa1', GradientType=1 );
          box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21);
          border-radius: 10px;
          border: none;
          color: #ffffff !important;
          display: inline-block;
          font-size: 15px;
          font-weight: 700;
          margin: 0 auto;
          max-width: inherit;
          min-width: 130px;
          padding: 15px 20px;
          position: relative;
          text-align: center;
          text-decoration: none !important;
          text-transform: uppercase;
          transition: 0.4s; }
          footer.footer .footer-bottom .footer-form .gform_wrapper .gform_footer .gform_button:hover, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_footer .gform_button:focus, footer.footer .footer-bottom .footer-form .gform_wrapper .gform_footer .gform_button:active {
            background: #642d88;
            text-decoration: none;
            color: #fff !important; }
    footer.footer .footer-bottom .copy-right {
      font-family: 'Roboto', sans-serif;
      color: #737881 !important;
      font-size: 14px !important;
      font-weight: 700;
      text-transform: uppercase;
      text-align: left !important;
      top: -100px;
      position: relative; }
      footer.footer .footer-bottom .copy-right p, footer.footer .footer-bottom .copy-right a {
        font-family: 'Roboto', sans-serif;
        color: #737881 !important;
        font-size: 14px !important;
        font-weight: 700;
        text-align: left !important; }
    footer.footer .footer-bottom .elevation {
      text-transform: capitalize; }

@media only screen and (max-width: 991px) {
  footer.footer .footer-top .footer-logo {
    text-align: center;
    padding: 20px; }

  footer.footer .footer-bottom .copy-right {
    top: 0; } }
@media only screen and (max-width: 768px) {
  footer.footer .footer-top h3 {
    text-align: center; }
  footer.footer .footer-top .top-left {
    padding: 20px 30px; }
    footer.footer .footer-top .top-left p {
      text-align: center; }
  footer.footer .footer-top .top-center {
    padding: 20px 30px; }
    footer.footer .footer-top .top-center ul {
      text-align: center; } }
@media only screen and (max-width: 480px) {
  footer.footer .footer-top ul li {
    padding: 10px 10px; }

  footer.footer .footer-bottom .footer-social {
    min-height: 60px; }
    footer.footer .footer-bottom .footer-social ul.social {
      text-align: center; }

  footer.footer .footer-bottom .footer-form {
    margin-bottom: 20px; }

  footer.footer .footer-bottom .footer-form .gform_wrapper form {
    max-width: 90%; }

  footer.footer .footer-bottom .footer-form .gform_wrapper .gform_heading {
    width: 100%;
    top: 0;
    position: relative; }
    footer.footer .footer-bottom .footer-form .gform_wrapper .gform_heading h3.gform_title {
      position: relative;
      font-size: 30px;
      margin-bottom: 20px; }

  footer.footer .footer-bottom .footer-form .gform_wrapper .gform_body {
    width: 100%;
    float: none; }

  footer.footer .footer-bottom .footer-form .gform_wrapper .gform_footer {
    width: 100%;
    float: none; }

  footer.footer .footer-bottom .bottom-left {
    float: none;
    text-align: center; }

  footer.footer .footer-bottom .bottom-right {
    float: none;
    text-align: center; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding: 0px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Roboto', sans-serif;
      color: #9248c3;
      font-size: 12.5px;
      font-weight: 700;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.9rem;
        color: #737881; }
    ul.breadcrumbs li a {
      color: #737881;
      font-size: 12.5px;
      font-weight: unset;
      text-decoration: none;
      margin-bottom: 0;
      font-family: 'Roboto', sans-serif; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #737881; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #757575;
  box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  min-height: 512px;
  overflow: hidden;
  position: relative;
  text-align: left; }
  .interior-top img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .interior-top .container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    .interior-top .container .content-banner {
      position: relative;
      z-index: 10;
      margin-top: 30px; }
    .interior-top .container h1 {
      font-family: 'Roboto', sans-serif;
      color: #642d88;
      display: block;
      font-size: 69px;
      font-weight: 700;
      left: 0;
      line-height: 1em;
      margin: 0 0 20px 0;
      padding: 0;
      position: absolute;
      text-shadow: #c384ed 1px 1px 0px, #c384ed -1px -1px 0px, rgba(153, 0, 255, 0.53) 0px 0px 15px;
      text-transform: uppercase;
      top: 30%;
      z-index: 1; }
      .interior-top .container h1 span {
        color: #642d88;
        display: block; }
    .interior-top .container p {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.5em;
      margin: 0;
      padding: 0;
      position: relative;
      text-transform: none;
      z-index: 1; }
    .interior-top .container .external-liks-banner {
      margin: 10px auto;
      position: relative;
      text-align: right;
      width: 270px;
      z-index: 10; }
      .interior-top .container .external-liks-banner a {
        display: inline-block;
        height: 110px;
        margin: -30px -30px 0 0;
        position: relative;
        text-decoration: none;
        width: 44%; }
        .interior-top .container .external-liks-banner a img {
          width: 100% !important;
          height: 100% !important;
          object-position: center;
          object-fit: contain; }
        .interior-top .container .external-liks-banner a:last-child {
          margin-top: -10px;
          margin-right: -10px;
          width: 100%; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }
  .interior-top::before {
    content: "";
    background: url("../images/interior-top-overlay.jpg");
    background-size: cover;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  font-family: 'Roboto', sans-serif;
  background: url("../images/pattern.jpg") !important;
  color: #737881;
  font-size: 15px; }
  .interior .container {
    padding: 45px 20px 60px;
    position: relative; }
  .interior img {
    object-fit: cover;
    object-position: center; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    font-family: 'Roboto', sans-serif;
    color: #717176;
    font-weight: 400;
    margin: 15px 0 25px;
    text-transform: none; }
  .interior h5, .interior h6 {
    font-family: 'Roboto', sans-serif;
    color: #717176;
    font-weight: 400;
    text-transform: none; }
  .interior h1 {
    font-size: 45px;
    margin-top: 0; }
  .interior h2 {
    font-size: 38px;
    margin-top: 0; }
  .interior h3 {
    font-size: 34px; }
  .interior h4 {
    font-size: 28px; }
  .interior h5 {
    font-size: 22px; }
  .interior h6 {
    font-size: 18px; }
  .interior hr {
    border-color: #898989 !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%; }
  .interior strong {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 1.5em; }
    .interior strong.color {
      color: #642d88; }
  .interior p {
    font-family: 'Roboto', sans-serif;
    color: #737881;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 1.5em; }
  .interior blockquote {
    font-family: 'Roboto', sans-serif;
    background: #642d88;
    border-left: 11px solid #2be2fd;
    border-radius: 0;
    box-shadow: 0px 20px 55px 0px rgba(0, 0, 0, 0.21);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 1em;
    padding: 20px 3%;
    text-align: left;
    width: 100%; }
    .interior blockquote p, .interior blockquote a, .interior blockquote address, .interior blockquote span, .interior blockquote strong, .interior blockquote time {
      color: #737881; }
  .interior a {
    font-family: 'Roboto', sans-serif;
    color: #737881;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.3s; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul {
    font-family: 'Roboto', sans-serif;
    color: #737881;
    padding-left: 20px;
    margin-bottom: 1.5em; }
    .interior ul li {
      margin-bottom: 5px; }
      .interior ul li p, .interior ul li address, .interior ul li strong, .interior ul li em, .interior ul li a {
        font-family: 'Roboto', sans-serif;
        line-height: 1.9em;
        color: #737881; }
  .interior ul.list {
    font-family: 'Roboto', sans-serif;
    color: #737881;
    padding: 0px;
    margin-bottom: 1.5em; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      color: #737881;
      line-height: 1.8em;
      list-style-type: none;
      margin-bottom: 6px;
      padding-left: 20px; }
      .interior ul.list li::before {
        content: "";
        border-bottom: 5px solid transparent;
        border-left: 5px solid #642d88;
        border-top: 5px solid transparent;
        display: inline-block;
        height: 5px;
        margin-left: -15px;
        margin-right: 5px;
        margin-top: 9px;
        position: absolute;
        width: 5px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 20px; }
          .interior ul.list li ul li::before {
            border-left: 5px solid #642d88; }
          .interior ul.list li ul li a {
            font-family: 'Roboto Slab', serif;
            font-style: normal !important; }
      .interior ul.list li p, .interior ul.list li address, .interior ul.list li strong, .interior ul.list li em, .interior ul.list li a {
        font-family: 'Roboto', sans-serif;
        color: #737881; }
  .interior ol {
    list-style: none;
    counter-reset: my; }
  .interior ol > li::before {
    counter-increment: my;
    content: counter(my); }
  .interior ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em; }
    .interior ol li {
      color: #737881;
      line-height: 1.8em;
      list-style-type: none;
      margin-bottom: 10px;
      padding-left: 36px; }
      .interior ol li::before {
        background-color: #00c8c8;
        border-radius: 3px;
        color: white;
        font-size: 80%;
        font-weight: bold;
        margin-left: -35px;
        margin-right: 10px;
        padding: 3px 8px;
        position: relative; }
      .interior ol li ul.list {
        font-family: 'Roboto Slab', serif;
        color: #737881;
        margin-bottom: 0.5em;
        padding: 0px; }
        .interior ol li ul.list li {
          color: #737881;
          line-height: 1.8em;
          list-style-type: none;
          padding-left: 20px; }
          .interior ol li ul.list li::before {
            content: "";
            background: #642d88;
            border-radius: 50%;
            display: inline-block;
            height: 10px;
            margin-left: -15px;
            margin-right: 5px;
            margin-top: 9px;
            padding: 0;
            position: absolute;
            width: 10px; }
  .interior .table-responsive .table {
    font-family: 'Roboto', sans-serif; }
    .interior .table-responsive .table tr {
      text-align: left; }
      .interior .table-responsive .table tr th {
        text-align: left;
        background: #2adffa;
        color: #282a34;
        padding: 15px 20px;
        font-weight: 700; }
        .interior .table-responsive .table tr th:hover {
          background: #02d4f3; }
      .interior .table-responsive .table tr:nth-child(even) td {
        color: #fff;
        background: #9140c6;
        padding: 15px 20px;
        border: none;
        font-weight: 400; }
      .interior .table-responsive .table tr:nth-child(odd) td {
        border: none;
        color: #fff;
        background: #652e89;
        padding: 15px 20px;
        font-weight: 400; }
  .interior label {
    font-weight: 700;
    font-size: 14px;
    display: block; }
  .interior input, .interior textarea, .interior select {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #737881;
    border-radius: 5px; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 8px rgba(100, 100, 100, 0.3);
    color: #737881 !important;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    height: unset;
    margin-top: 25px;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: 0.4s; }
    .interior input[type="submit"]:hover, .interior input[type="submit"]:focus, .interior input[type="submit"]:active {
      background: #282a34;
      text-decoration: none;
      color: #fff !important; }
    .interior input[type="submit"]:hover {
      background: #611d8f;
      text-decoration: none; }
  .interior button {
    background: #2c303d;
    border: none;
    color: #fff;
    height: unset;
    padding: 15px 10px;
    transition: 0.3s; }
    .interior button:hover {
      background: #611d8f;
      color: #fff; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .interior-top h1 {
    font-size: 30px; } }
@media only screen and (max-width: 991px) {
  .interior-top {
    min-height: 430px; }
    .interior-top .container .content-banner {
      min-height: 220px; }
      .interior-top .container .content-banner h1 {
        font-size: 45px; }
    .interior-top .container .external-liks-banner {
      width: 230px; } }
@media only screen and (max-width: 768px) {
  .interior-top {
    min-height: 390px; }
    .interior-top .container .content-banner {
      min-height: 220px; }
      .interior-top .container .content-banner h1 {
        font-size: 45px; }
    .interior-top .container .external-liks-banner {
      width: 100%; }
      .interior-top .container .external-liks-banner a {
        height: 70px;
        margin: -30px 0 0 0; }
        .interior-top .container .external-liks-banner a:last-child {
          margin-top: -25px; } }
@media only screen and (max-width: 480px) {
  .interior-top {
    min-height: 390px; }
    .interior-top .container .content-banner {
      min-height: 220px; }
      .interior-top .container .content-banner h1 {
        font-size: 45px; }
    .interior-top .container .external-liks-banner {
      width: 100%; }
      .interior-top .container .external-liks-banner a {
        height: 70px;
        margin: -30px 0 0 0; }
        .interior-top .container .external-liks-banner a:last-child {
          margin-top: -25px; } }
@media only screen and (max-width: 360px) {
  .interior-top img {
    height: 100%;
    width: auto; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .inner-nav {
  box-shadow: 0px 20px 55px 0px rgba(0, 0, 0, 0.21); }
  .sidebar .inner-nav a {
    text-decoration: none; }
  .sidebar .inner-nav ul {
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar .inner-nav ul li {
      display: none;
      padding-left: 0px; }
      .sidebar .inner-nav ul li a {
        font-family: 'Roboto Slab', serif;
        color: #ffffff;
        display: block;
        font-size: 1.571rem;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 20px;
        text-transform: none; }
      .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
        background: #2be2fd;
        border: 0;
        display: block;
        margin-bottom: 30px;
        padding: 25px 0; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
          display: block;
          padding-left: 0px; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
            font-family: 'Roboto', sans-serif;
            background: transparent;
            color: #ffffff;
            display: block;
            font-size: 1rem;
            font-style: initial;
            font-weight: 400;
            padding: 5px 35px;
            text-transform: capitalize; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
              text-decoration: underline; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
            display: none; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
            background: transparent;
            border-bottom: none;
            border: none;
            display: block;
            margin-bottom: 0px;
            padding: 0px; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
              font-family: 'Roboto', sans-serif;
              background: #642d88;
              color: #ffffff;
              font-weight: 400;
              width: 100%; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
              display: block;
              padding-left: 30px; }
              .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
                font-family: 'Roboto', sans-serif;
                background: transparent;
                color: #ffffff;
                font-weight: 400; }
      .sidebar .inner-nav ul li::before {
        content: none; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li {
        padding: 0 !important;
        margin-bottom: 0 !important;
        border: none !important; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
          padding-left: 30px; }

.sidebar-a {
  background: #642d88 url("../images/bg-logo-white.png") no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin-bottom: 60px;
  padding: 50px 10px 90px;
  text-align: center;
  position: relative; }
  .sidebar-a h3 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    text-transform: none; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      display: block;
      height: 1px;
      margin: 20px auto 30px;
      width: 90%; }
  .sidebar-a p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
    text-align: center; }
  .sidebar-a a {
    color: #fff; }
  .sidebar-a a.btn-2 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1; }
    .sidebar-a a.btn-2:hover {
      text-decoration: none; }

.sidebar-b {
  background: #2be2fd;
  color: #fff;
  padding: 50px 7px 25px;
  text-align: center; }
  .sidebar-b h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    text-transform: none; }
    .sidebar-b h3::after {
      content: "";
      background: #fff;
      display: block;
      height: 1px;
      margin: 15px auto 5px;
      width: 90%; }
  .sidebar-b p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
    text-align: center; }
  .sidebar-b a {
    color: #fff;
    text-decoration: underline; }
    .sidebar-b a:hover {
      text-decoration: none; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  .sidebar {
    margin-top: 40px; } }
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #642d88;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #611d8f;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #642d88; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
  height: 43px; }

.woocommerce div.product .woocommerce-tabs .panel {
  background-color: transparent !important; }

/*END Woocommerce------------------------------------*/
/*START Sidebar Woocommerce------------------------------------*/
.widget_shopping_cart {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #642d88; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 65px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #642d88;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #611d8f;
    text-decoration: none;
    color: #fff !important; }

/*END Sidebar Woocommerce------------------------------------*/
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5; }

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff; }

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none; }

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px; }

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #642d88;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #611d8f;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category 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%);
    min-width: inherit;
    min-height: inherit;
    width: 100%;
    height: auto;
    z-index: 1;
    max-height: inherit; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #642d88;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #2be2fd; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #642d88; }

/*END Category Page----------------------------------*/
.pagination .nav-links a {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #642d88;
  transition: 0.4s;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination .nav-links a:hover {
    text-decoration: none;
    background: #611d8f; }
.pagination .nav-links span {
  color: #642d88; }
.pagination .nav-links .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #611d8f;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination .nav-links .next, .pagination .nav-links .prev {
  background: #642d88; }
  .pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
    background: #611d8f; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #737881; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #642d88; }
  .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------------------------------------------*/
.accordion {
  margin-bottom: 20px; }
  .accordion br {
    display: none; }
  .accordion p {
    margin-bottom: 0; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #2be2fd;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  padding: 10px 40px 10px 10px; }
  h1[id*="accordion-"].open::after,
  h2[id*="accordion-"].open::after,
  h3[id*="accordion-"].open::after,
  h4[id*="accordion-"].open::after,
  h5[id*="accordion-"].open::after,
  h6[id*="accordion-"].open::after {
    content: ""; }
  h1[id*="accordion-"]::after,
  h2[id*="accordion-"]::after,
  h3[id*="accordion-"]::after,
  h4[id*="accordion-"]::after,
  h5[id*="accordion-"]::after,
  h6[id*="accordion-"]::after {
    content: "\f067";
    position: absolute;
    right: 20px;
    color: #ffffff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    background: #642d88;
    color: #fff; }
    h1[id*="accordion-"].open::after,
    h2[id*="accordion-"].open::after,
    h3[id*="accordion-"].open::after,
    h4[id*="accordion-"].open::after,
    h5[id*="accordion-"].open::after,
    h6[id*="accordion-"].open::after {
      color: #ffffff; }
  h1[id*="accordion-"]:hover, h1[id*="accordion-"]:active, h1[id*="accordion-"]:focus,
  h2[id*="accordion-"]:hover,
  h2[id*="accordion-"]:active,
  h2[id*="accordion-"]:focus,
  h3[id*="accordion-"]:hover,
  h3[id*="accordion-"]:active,
  h3[id*="accordion-"]:focus,
  h4[id*="accordion-"]:hover,
  h4[id*="accordion-"]:active,
  h4[id*="accordion-"]:focus,
  h5[id*="accordion-"]:hover,
  h5[id*="accordion-"]:active,
  h5[id*="accordion-"]:focus,
  h6[id*="accordion-"]:hover,
  h6[id*="accordion-"]:active,
  h6[id*="accordion-"]:focus {
    background: #642d88;
    color: #fff; }
    h1[id*="accordion-"]:hover::after, h1[id*="accordion-"]:active::after, h1[id*="accordion-"]:focus::after,
    h2[id*="accordion-"]:hover::after,
    h2[id*="accordion-"]:active::after,
    h2[id*="accordion-"]:focus::after,
    h3[id*="accordion-"]:hover::after,
    h3[id*="accordion-"]:active::after,
    h3[id*="accordion-"]:focus::after,
    h4[id*="accordion-"]:hover::after,
    h4[id*="accordion-"]:active::after,
    h4[id*="accordion-"]:focus::after,
    h5[id*="accordion-"]:hover::after,
    h5[id*="accordion-"]:active::after,
    h5[id*="accordion-"]:focus::after,
    h6[id*="accordion-"]:hover::after,
    h6[id*="accordion-"]:active::after,
    h6[id*="accordion-"]:focus::after {
      color: #fff; }

.accordion-title {
  padding-right: 25px; }
  .accordion-title::after {
    content: "\f067";
    position: absolute;
    right: 30px;
    color: #ffffff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-title.open::after {
    color: #ffffff; }

.accordion-content {
  background: transparent;
  border-top: none;
  border: none;
  padding: 15px; }

#accordion .card {
  background: #2be2fd;
  border-radius: 0;
  margin: 0;
  position: relative; }
  #accordion .card .card-header {
    position: relative;
    .
      color: #fff; }
    #accordion .card .card-header h3 {
      color: #ffffff !important;
      line-height: 1em;
      margin: 0;
      padding-left: 15px;
      position: relative;
      text-decoration: none !important;
      padding-bottom: 14px; }
      #accordion .card .card-header h3 a {
        color: #ffffff !important;
        display: block !important;
        line-height: 2em;
        padding-bottom: 14px;
        padding: 0;
        position: relative;
        text-decoration: none !important;
        z-index: 20;
        font-size: 25px; }
    #accordion .card .card-header p {
      bottom: 5px;
      color: #ffffff !important;
      left: 15px;
      margin: 0 !important;
      position: absolute; }
      #accordion .card .card-header p strong {
        color: #ffffff !important; }
    #accordion .card .card-header:hover, #accordion .card .card-header:active, #accordion .card .card-header:focus {
      background: #642d88;
      color: #fff; }
      #accordion .card .card-header:hover .card-header h3, #accordion .card .card-header:hover p, #accordion .card .card-header:hover a, #accordion .card .card-header:active .card-header h3, #accordion .card .card-header:active p, #accordion .card .card-header:active a, #accordion .card .card-header:focus .card-header h3, #accordion .card .card-header:focus p, #accordion .card .card-header:focus a {
        color: #ffffff !important; }
  #accordion .card .card-block {
    background: #fff;
    padding-top: 20px; }
#accordion .card-header [aria-expanded="false"]:after {
  content: "\f067";
  position: absolute;
  right: 30px;
  top: 25px;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
#accordion .card-header [aria-expanded="true"]:after {
  content: "\f068";
  position: absolute;
  right: 30px;
  top: 25px;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-id-43 #accordion .card .card-header h3 a {
  padding-bottom: 40px; }

@media only screen and (max-width: 768px) {
  #accordion .card .card-header h3 {
    padding-bottom: 0; }

  #accordion .card .card-header h3 a {
    line-height: 30px;
    padding-bottom: 10px !important;
    font-size: 25px; }

  #accordion .card .card-header p {
    position: relative;
    width: 83%; } }
@media only screen and (max-width: 480px) {
  #accordion .card-header [aria-expanded="false"]::after {
    right: -45px;
    top: 12px; }

  #accordion .card .card-header h3 a {
    font-size: 25px;
    padding-bottom: 10px !important;
    width: 80%; }

  #accordion .card .card-header p {
    position: relative;
    width: 80%; } }
label.gfield_label {
  margin-top: 25px; }

/*Star Page Template About Us*/
.page-template-about-us .interior-top .container h1, .page-template-about-us-2 .interior-top .container h1 {
  display: inline-block; }
  .page-template-about-us .interior-top .container h1 span, .page-template-about-us-2 .interior-top .container h1 span {
    display: inline-block; }
.page-template-about-us .custom-interior h2, .page-template-about-us-2 .custom-interior h2 {
  text-align: center; }
.page-template-about-us .custom-interior p, .page-template-about-us-2 .custom-interior p {
  text-align: center; }
.page-template-about-us .custom-interior .col-md-6 p, .page-template-about-us-2 .custom-interior .col-md-6 p {
  text-align: left; }
.page-template-about-us .our-staff-section, .page-template-about-us-2 .our-staff-section {
  background: url("../images/pattern-dark.jpg");
  color: #ffffff;
  padding: 70px 0 100px; }
  .page-template-about-us .our-staff-section div[id*="myModal"], .page-template-about-us-2 .our-staff-section div[id*="myModal"] {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -200%;
    height: 100%;
    width: 0px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.75s; }
    .page-template-about-us .our-staff-section div[id*="myModal"].appear, .page-template-about-us-2 .our-staff-section div[id*="myModal"].appear {
      right: 0;
      width: 500px;
      max-width: 100%;
      padding: 25px; }
  .page-template-about-us .our-staff-section p, .page-template-about-us .our-staff-section strong, .page-template-about-us-2 .our-staff-section p, .page-template-about-us-2 .our-staff-section strong {
    display: block;
    margin-bottom: 1em; }
  .page-template-about-us .our-staff-section strong, .page-template-about-us-2 .our-staff-section strong {
    margin-bottom: 0; }
  .page-template-about-us .our-staff-section button.close, .page-template-about-us-2 .our-staff-section button.close {
    opacity: 0.7;
    background: #611d8f;
    color: #fff;
    padding: 5px 10px;
    height: auto; }
    .page-template-about-us .our-staff-section button.close:hover, .page-template-about-us-2 .our-staff-section button.close:hover {
      opacity: 1; }
  .page-template-about-us .our-staff-section .article .col-sm-6, .page-template-about-us-2 .our-staff-section .article .col-sm-6 {
    padding: 0 7px; }
  .page-template-about-us .our-staff-section .img-wrap, .page-template-about-us-2 .our-staff-section .img-wrap {
    height: 200px;
    width: 200px;
    margin-bottom: 15px;
    z-index: 4; }
    .page-template-about-us .our-staff-section .img-wrap img, .page-template-about-us-2 .our-staff-section .img-wrap img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
      z-index: 1;
      max-width: inherit;
      transition: 0.4s; }
    .page-template-about-us .our-staff-section .img-wrap .info, .page-template-about-us-2 .our-staff-section .img-wrap .info {
      position: absolute;
      bottom: 15px;
      z-index: 2;
      right: 0;
      width: 100%;
      transition: 0.4s; }
      .page-template-about-us .our-staff-section .img-wrap .info h3, .page-template-about-us .our-staff-section .img-wrap .info p, .page-template-about-us-2 .our-staff-section .img-wrap .info h3, .page-template-about-us-2 .our-staff-section .img-wrap .info p {
        background: #642d88;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        line-height: 1em;
        margin: 0;
        padding: 5px 5px 5px 15px; }
      .page-template-about-us .our-staff-section .img-wrap .info h3, .page-template-about-us-2 .our-staff-section .img-wrap .info h3 {
        margin-bottom: 10px;
        font-size: 22px; }
    .page-template-about-us .our-staff-section .img-wrap .btn-modal, .page-template-about-us-2 .our-staff-section .img-wrap .btn-modal {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: transparent;
      border-radius: 50%;
      border: 4px solid #fff;
      color: #fff;
      left: 50%;
      height: unset;
      width: unset;
      padding: 4px 10px;
      position: absolute;
      text-align: center;
      top: -100%;
      transition: 0.4s;
      z-index: 4; }
      .page-template-about-us .our-staff-section .img-wrap .btn-modal a, .page-template-about-us-2 .our-staff-section .img-wrap .btn-modal a {
        color: #fff;
        text-decoration: none; }
      .page-template-about-us .our-staff-section .img-wrap .btn-modal i, .page-template-about-us-2 .our-staff-section .img-wrap .btn-modal i {
        font-size: 25px;
        display: block; }
      .page-template-about-us .our-staff-section .img-wrap .btn-modal:hover, .page-template-about-us-2 .our-staff-section .img-wrap .btn-modal:hover {
        color: #fff;
        background: #642d88; }
    .page-template-about-us .our-staff-section .img-wrap::before, .page-template-about-us-2 .our-staff-section .img-wrap::before {
      content: "";
      background: rgba(43, 226, 253, 0);
      transition: 0.4s;
      display: block;
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100%;
      left: 0;
      top: 150%; }
    .page-template-about-us .our-staff-section .img-wrap:hover img, .page-template-about-us-2 .our-staff-section .img-wrap:hover img {
      opacity: 1;
      height: 110%; }
    .page-template-about-us .our-staff-section .img-wrap:hover .btn-modal, .page-template-about-us-2 .our-staff-section .img-wrap:hover .btn-modal {
      position: absolute;
      top: 50%;
      transition: 0.4s; }
      .page-template-about-us .our-staff-section .img-wrap:hover .btn-modal a, .page-template-about-us-2 .our-staff-section .img-wrap:hover .btn-modal a {
        color: #fff;
        transition: 0.4s; }
        .page-template-about-us .our-staff-section .img-wrap:hover .btn-modal a:hover, .page-template-about-us-2 .our-staff-section .img-wrap:hover .btn-modal a:hover {
          color: #fff !important; }
    .page-template-about-us .our-staff-section .img-wrap:hover .info, .page-template-about-us-2 .our-staff-section .img-wrap:hover .info {
      right: 100%; }
    .page-template-about-us .our-staff-section .img-wrap:hover .emailme, .page-template-about-us-2 .our-staff-section .img-wrap:hover .emailme {
      bottom: 0; }
  .page-template-about-us .our-staff-section .modal .modal-header .close, .page-template-about-us-2 .our-staff-section .modal .modal-header .close {
    opacity: 1; }
  .page-template-about-us .our-staff-section .modal .modal-content, .page-template-about-us-2 .our-staff-section .modal .modal-content {
    background: #fff; }
    .page-template-about-us .our-staff-section .modal .modal-content img, .page-template-about-us-2 .our-staff-section .modal .modal-content img {
      float: left;
      margin: 0 15px 15px 0; }
    .page-template-about-us .our-staff-section .modal .modal-content p span, .page-template-about-us-2 .our-staff-section .modal .modal-content p span {
      font-weight: 700;
      color: #642d88; }
.page-template-about-us .our-staff-section, .page-template-about-us-2 .our-staff-section {
  background: url("../images/pattern-dark.jpg");
  color: #ffffff;
  padding: 70px 0 100px; }
  .page-template-about-us .our-staff-section h2, .page-template-about-us-2 .our-staff-section h2 {
    text-align: center;
    margin-bottom: 20px; }
  .page-template-about-us .our-staff-section p, .page-template-about-us-2 .our-staff-section p {
    text-align: center;
    line-height: 1.9em; }
  .page-template-about-us .our-staff-section .single-team-box .img-wrap, .page-template-about-us-2 .our-staff-section .single-team-box .img-wrap {
    height: 120px;
    width: 135px; }
  .page-template-about-us .our-staff-section .single-team-box .info-wrap-team, .page-template-about-us-2 .our-staff-section .single-team-box .info-wrap-team {
    margin-top: 20px; }
    .page-template-about-us .our-staff-section .single-team-box .info-wrap-team h2, .page-template-about-us .our-staff-section .single-team-box .info-wrap-team h3, .page-template-about-us-2 .our-staff-section .single-team-box .info-wrap-team h2, .page-template-about-us-2 .our-staff-section .single-team-box .info-wrap-team h3 {
      text-align: left;
      font-size: 24px;
      color: #2be2fd;
      margin: 0; }
    .page-template-about-us .our-staff-section .single-team-box .info-wrap-team h3, .page-template-about-us-2 .our-staff-section .single-team-box .info-wrap-team h3 {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .page-template-about-us .our-staff-section .single-team-box .info-wrap-team p, .page-template-about-us-2 .our-staff-section .single-team-box .info-wrap-team p {
      text-align: left; }
.page-template-about-us .partners-section, .page-template-about-us-2 .partners-section {
  background: url("../images/pattern.jpg");
  position: relative;
  padding: 60px 0;
  z-index: 1; }
  .page-template-about-us .partners-section::after, .page-template-about-us-2 .partners-section::after {
    content: "";
    background: url("../images/bg-logo-white.png") no-repeat;
    background-size: auto 150%;
    background-position: 85% 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: -1; }

/*END Page Template About Us*/
/*Star Page Template Whats On*/
.page-template-whats-on .interior-top .container h1 {
  display: inline-block; }
  .page-template-whats-on .interior-top .container h1 span {
    display: inline-block; }
.page-template-whats-on .interior-top .container p {
  text-align: left; }
.page-template-whats-on .row {
  margin-bottom: 40px; }
.page-template-whats-on h2 {
  text-align: center;
  margin-bottom: 20px; }
.page-template-whats-on p {
  text-align: center;
  line-height: 1.9em; }
.page-template-whats-on .single-channel {
  background: #fff; }
  .page-template-whats-on .single-channel .img-wrap {
    height: 220px; }
  .page-template-whats-on .single-channel .info-channel {
    position: relative;
    padding: 25px 20px 50px; }
    .page-template-whats-on .single-channel .info-channel h3 {
      margin: 0; }
    .page-template-whats-on .single-channel .info-channel h4 {
      margin: 0; }
    .page-template-whats-on .single-channel .info-channel p {
      line-height: 1.5em;
      margin-top: 20px;
      margin-bottom: 0; }
    .page-template-whats-on .single-channel .info-channel a.btn-1 {
      position: absolute;
      bottom: -20px;
      text-transform: uppercase;
      left: 20px; }
.page-template-whats-on section.olelonet-section {
  font-family: 'Roboto', sans-serif;
  background: url("../images/pattern.jpg");
  color: #737881;
  padding: 0 0 50px; }
  .page-template-whats-on section.olelonet-section .banner-olelonet {
    background: #3f3b3a;
    display: flex;
    margin-top: 0px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .page-template-whats-on section.olelonet-section .banner-olelonet img {
      object-fit: contain;
      object-position: 0% 50%;
      height: initial;
      width: 100%;
      z-index: 1;
      max-width: inherit;
      transition: 0.4s; }
    .page-template-whats-on section.olelonet-section .banner-olelonet a.btn-2 {
      -webkit-transform: translate(-50%, -100%);
      -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      left: 50%;
      position: absolute;
      top: 50%;
      z-index: 10; }
      .page-template-whats-on section.olelonet-section .banner-olelonet a.btn-2:last-child {
        -webkit-transform: translate(-50%, 40%);
        -moz-transform: translate(-50%, 40%);
        -ms-transform: translate(-50%, 40%);
        transform: translate(-50%, 40%); }
.page-template-whats-on section.program-section {
  background: url("../images/pattern.jpg");
  position: relative;
  padding: 60px 0;
  z-index: 1;
  color: #737881; }
  .page-template-whats-on section.program-section::after {
    content: "";
    background: url("../images/bg-logo-white.png") no-repeat;
    background-size: auto 200%;
    background-position: 85% -45%;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: -1; }
  .page-template-whats-on section.program-section h2 {
    text-align: center;
    margin-bottom: 20px; }
  .page-template-whats-on section.program-section p {
    text-align: center;
    line-height: 1.9em; }
  .page-template-whats-on section.program-section ul {
    font-family: 'Roboto', sans-serif;
    color: #737881;
    margin-bottom: 1em;
    padding-left: 20px; }
    .page-template-whats-on section.program-section ul li {
      margin-bottom: 5px; }
      .page-template-whats-on section.program-section ul li p, .page-template-whats-on section.program-section ul li address, .page-template-whats-on section.program-section ul li strong, .page-template-whats-on section.program-section ul li em, .page-template-whats-on section.program-section ul li a {
        font-family: 'Roboto', sans-serif;
        line-height: 1.9em;
        color: #737881; }

/*END Page Template Whats On*/
@media only screen and (max-width: 768px) {
  .page-template-about-us .partners-section {
    overflow: hidden; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  font-size: 14px; }
  html a, body a {
    outline: none !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home h2 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase; }
  body.home h2 span {
    color: #2be2fd;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1em; }
body.home p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 14px; }

.b {
  background: #282a34 url("../images/bg-logo.png") no-repeat;
  background-size: auto 150%;
  background-position: center 50%;
  position: relative;
  padding-bottom: 90px; }
  .b::after {
    content: "";
    background: url("../images/shadow-effect-bottom.png");
    background-size: 100% 100%;
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1; }
  .b .b-left {
    margin-top: -30px; }
    .b .b-left .img-wrap {
      width: 90%;
      height: 480px;
      box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.75); }
      .b .b-left .img-wrap .play-wrap {
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 70px; }
        .b .b-left .img-wrap .play-wrap a {
          color: #2be2fd; }
          .b .b-left .img-wrap .play-wrap a:hover {
            color: #02d4f3; }
    .b .b-left .video-wrap {
      z-index: 999999;
      background: rgba(0, 0, 0, 0.7);
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .b .b-left .video-wrap #close {
        position: absolute;
        right: 0;
        left: auto;
        z-index: 99;
        top: -25px;
        background: transparent;
        border: 3px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        height: 40px;
        width: 40px; }
        .b .b-left .video-wrap #close:hover {
          background: #fff;
          color: #000; }
      .b .b-left .video-wrap .video-container {
        width: 900px;
        max-width: 90%;
        position: absolute;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-bottom: 28%; }
        .b .b-left .video-wrap .video-container .embed-responsive-16by9 {
          padding-bottom: 56.25%;
          position: absolute;
          width: 100%; }
  .b .b-right {
    position: relative;
    padding-top: 40px;
    z-index: 9; }
    .b .b-right h2 {
      display: inline-block;
      font-size: 38px; }
      .b .b-right h2 span {
        line-height: 1em;
        font-size: 38px; }
    .b .b-right p a {
      color: #2be2fd;
      font-weight: 700; }
    .b .b-right a.btn-1 {
      margin-top: 30px; }

.c {
  background: #282a34 url("../images/bg-explore.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 100px 0 130px;
  text-align: center; }
  .c p {
    width: 60%;
    margin: 10px auto 30px; }
  .c .col-md-4.col-sm-6 {
    padding: 0 8px; }
  .c a {
    text-decoration: none;
    display: block; }
    .c a:hover, .c a:focus, .c a:active {
      background: #9248c3;
      background: -moz-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #9248c3), color-stop(48%, #9448c7), color-stop(100%, #722aa1));
      background: -webkit-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -o-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -ms-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: linear-gradient(135deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9248c3', endColorstr='#722aa1', GradientType=1 );
      text-decoration: none;
      color: #fff !important; }
      .c a:hover .box-explore, .c a:focus .box-explore, .c a:active .box-explore {
        background: #9248c3; }
        .c a:hover .box-explore h2, .c a:focus .box-explore h2, .c a:active .box-explore h2 {
          color: white; }
        .c a:hover .box-explore .icon-box::after, .c a:focus .box-explore .icon-box::after, .c a:active .box-explore .icon-box::after {
          background: #6c3293; }
  .c .box-explore {
    text-align: center;
    padding: 50px 80px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(94, 94, 94, 0.9);
    margin: 8px auto; }
    .c .box-explore .icon-box {
      border-radius: 50%;
      border: 3px solid white;
      width: 90px;
      height: 90px;
      padding: 20px 15px;
      margin: 0 auto;
      position: relative; }
      .c .box-explore .icon-box::after {
        content: "";
        background: #242630;
        bottom: -24px;
        display: block;
        height: 3px;
        left: 0;
        right: 0;
        position: absolute;
        width: 80px;
        z-index: 0; }
    .c .box-explore h2 {
      font-family: 'Roboto', sans-serif;
      color: #2be2fd;
      font-size: 31px;
      font-weight: 400;
      line-height: 1em;
      margin-top: 40px;
      text-transform: uppercase; }

.d {
  background: #9248c3;
  background-image: url("../images/bg-news-events.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  padding: 70px 0;
  position: relative;
  text-align: center; }
  .d h2 strong {
    font-weight: 700;
    display: inline-block; }
  .d p {
    width: 60%;
    margin: 10px auto 30px; }

.e {
  background: url("../images/bg-logo-white.png") no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 40px;
  position: relative;
  text-align: center;
  /*&::after{
    content: "";
    background: url("../images/patter-efect.png");
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    opacity: 1;
    z-index: 0;
  }*/ }
  .e h2 {
    color: #282828 !important; }
    .e h2 span {
      color: #282828 !important; }

.f::before, .f::after {
  content: "";
  display: table; }
.f::after {
  clear: both; }

#wpgmza_map_1 .wpgmza_markerbox h1, #wpgmza_map_1 .wpgmza_markerbox h2, #wpgmza_map_1 .wpgmza_markerbox h3, #wpgmza_map_1 .wpgmza_markerbox h4, #wpgmza_map_1 .wpgmza_markerbox h5, #wpgmza_map_1 .wpgmza_markerbox h6, #wpgmza_map_1 .wpgmza_markerbox strong, #wpgmza_map_1 .wpgmza_markerbox p, #wpgmza_map_1 .wpgmza_markerbox br {
  color: #fff !important; }

#wpgmza_map_1 div[style*="cursor: default; position: absolute;"] div[style*="position: absolute; left: 0px; top: 0px;"] div {
  border-radius: 10px !important; }
#wpgmza_map_1 div[style*="cursor: default; position: absolute;"] div[style*="position: absolute; left: 0px; top: 0px;"] div[style*="transform: skewX(22.6deg);"], #wpgmza_map_1 div[style*="cursor: default; position: absolute;"] div[style*="position: absolute; left: 0px; top: 0px;"] div[style*="transform: skewX(-22.6deg);"] {
  background: #282c38 !important; }
#wpgmza_map_1 div[style*="cursor: default; position: absolute;"] div[style*="position: absolute; left: 0px; top: 0px;"] div[style*="position: absolute; left: 1px;"] {
  background: #282c38 !important; }

div.gap {
  min-height: 100px; }

/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (max-width: 991px) {
  .ug-gallery-wrapper {
    min-width: unset !important;
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media only screen and (max-width: 768px) {
  body.home h2 {
    font-size: 50px !important; }
    body.home h2 span {
      font-size: 40px; }
  body.home p {
    font-size: 15px; }

  .b {
    padding: 30px 0; }
    .b .b-left {
      margin-top: 20px; }
      .b .b-left .img-wrap {
        width: auto;
        height: 230px;
        object-fit: cover; }
    .b .b-right {
      padding: 30px !important; }
      .b .b-right h3 {
        font-size: 40px !important; }
        .b .b-right h3 span {
          font-size: 30px; }
      .b .b-right p {
        font-size: 13px; }

  .c {
    padding: 30px 0 10px; }

  .ug-gallery-wrapper {
    min-width: unset !important;
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media only screen and (max-width: 480px) {
  body.home h2 {
    font-size: 35px !important; }
    body.home h2 span {
      font-size: 25px; }

  .b {
    padding: 30px 0; }
    .b .b-left {
      margin-top: 20px; }
      .b .b-left .img-wrap {
        width: auto;
        height: 230px; }
        .b .b-left .img-wrap img {
          object-fit: cover; }
    .b .row {
      top: unset; }
    .b div[class^="b-box"] a .info-link {
      padding: 20px 60px 20px 15px; }
      .b div[class^="b-box"] a .info-link h3 {
        font-size: 20px; }
    .b .b-box-left .info-link p {
      display: none; }
    .b .b-box-right {
      margin: 20px auto;
      height: auto !important;
      overflow: hidden;
      width: 100%; }
      .b .b-box-right .info-link::after {
        font-size: 26px;
        padding: 19px 25px; }

  .c .box-explore {
    padding: 30px 15px; }

  .ug-gallery-wrapper {
    min-width: unset !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .d {
    padding: 20px 0; } }

/*# sourceMappingURL=style.css.map */
