#home-bot-ban-button {
  display: inline-block; }

.archive .entry-description {
  width: 100%;
  margin: 0 0 70px; }

.archive .entry-description p {
  margin: 0;
  font-size: 20px; }

.entry-author {
  display: inline-block; }

.no-posts-found {
  padding: 20px 0;
  width: 100%; }

.archive-lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .archive-lists {
      display: block;
      margin: 0; } }

.archive-list-item {
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .archive-list-item {
      padding: 0; } }
  .archive-list-item-inner {
    height: 100%;
    border-bottom: 1px solid #dbdbdb; }
  .archive-list-item .yml-post-categories,
  .archive-list-item .post-category {
    margin-bottom: 10px; }
    .archive-list-item .yml-post-categories a,
    .archive-list-item .post-category a {
      margin: 0;
      transition: all 0.2s; }
      .archive-list-item .yml-post-categories a:hover,
      .archive-list-item .post-category a:hover {
        color: #10a6c3; }

.archive-lists-item-excerpt {
  padding-bottom: 23px; }

.yml-post-categories {
  margin-bottom: 10px; }
  .yml-post-categories a {
    margin-bottom: 0;
    transition: all 0.2s; }
    .yml-post-categories a:hover {
      color: #10a6c3; }

.yml-post-image a {
  overflow: hidden; }
  @media (max-width: 991px) {
    .yml-post-image a {
      max-width: 100%; }
      .yml-post-image a img {
        width: 100%; } }
  .yml-post-image a img {
    transition: all 0.5s; }
  .yml-post-image a.is-hover img, .yml-post-image a:hover img {
    transform: scale(1.2);
    opacity: 0.85; }

.yml-post-details h5 a {
  transition: all 0.2s; }
  .yml-post-details h5 a.is-hover {
    color: #10a6c3; }

.archive-lists-item-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.archive .you-might-like {
  clear: both; }

.archive .archive-lists {
  position: relative;
  overflow: hidden; }

.archive-list-item:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  min-height: 30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  opacity: 0.8;
  height: 20%;
  z-index: 0; }

.custom-grid-excerpt {
  position: relative; }

.custom-grid-excerpt:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  min-height: 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  opacity: 0.8;
  height: 30%;
  z-index: 0; }

.page-template-home-page-template .alm-ajax .archive-list-item {
  width: 25%; }
  @media (max-width: 991px) {
    .page-template-home-page-template .alm-ajax .archive-list-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .page-template-home-page-template .alm-ajax .archive-list-item {
      width: 100%; } }

.page-template-home-page-template .home-feat-section .vc_custom_1537265422752 {
  padding: 0 !important; }

.ajax-load-more-wrap.grey .alm-load-more-btn:hover {
  background: #10a6c3; }

.one-bot-post .entry-post-img {
  width: 100%; }
  .one-bot-post .entry-post-img a {
    display: block;
    width: 100%; }
    @media (max-width: 767px) {
      .one-bot-post .entry-post-img a img {
        width: 100%; } }

/** Authors Arhive **/
.archive.author .entry-header {
  overflow: hidden; }
  .archive.author .entry-header .author-avatar {
    float: left;
    margin: 0 20px 0 0; }
    .archive.author .entry-header .author-avatar img {
      display: block;
      border-radius: 100%; }

.archive.author .entry-title {
  margin: 20px 0 0; }

.archive.author .featured-author-bio {
  margin-bottom: 20px; }
  .archive.author .featured-author-bio a {
    color: #10a6c3;
    text-decoration: underline;
    transition: all 0.2s; }
    .archive.author .featured-author-bio a:hover {
      color: #1e1e1e; }

/** custom grids **/
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background: none; }

.vc_grid-filter .vc_grid-filter-item:hover {
  background: none; }

.vc_gitem-post-category-name {
  color: #475c71; }

.vc_gitem-post-category-name:hover {
  color: #000; }

@media (max-width: 767px) {
  .archive .archive-lists:after {
    display: none; } }

.elm-button {
  background: #10a6c3;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 9px 15px 8px;
  text-transform: uppercase;
  width: 150px;
  margin: 0 auto; }

.elm-button:hover {
  background: #000; }

.elm-button-text {
  color: #fff; }

.elm-loading-icon {
  width: 16px;
  height: 16px; }

.archive .yml-post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.head-top-row-with-banner.background-black {
  background-color: rgba(0, 0, 0, 0.7); }

.bannertext-holder.has-background {
  background-color: #10a6c3;
  float: left;
  text-transform: capitalize;
  font-size: 32px;
  padding: 10px 25px;
  font-weight: 500; }

/** single-post-state **/
.single-post-state {
  width: 100%; }
  .single-post-state .entry-map-holder {
    width: 370px;
    display: inline-block;
    margin-right: 50px; }
    @media (max-width: 767px) {
      .single-post-state .entry-map-holder {
        margin-bottom: 20px;
        margin-right: 0; } }
    .single-post-state .entry-map-holder img {
      display: block;
      max-width: 100%;
      height: auto; }

.state-map {
  width: auto;
  float: left;
  position: relative; }

.state-map circle,
.state-map rect,
.state-map path {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.single-post-state .entry-header {
  width: 100%;
  margin: 0 0 50px; }

.single-post-state .entry-header h2 {
  color: #1e1e1e;
  font-family: 'Lora', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 20px; }

.single-post-state .entry-header .entry-title {
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  background: #10a6c3;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px; }

.single-post-state-info-section {
  width: 100%;
  margin: 0 0 40px; }
  @media (max-width: 991px) {
    .single-post-state-info-section .archive-lists {
      display: block; } }

.home-feat-section .entry-post-img a {
  display: block; }
  .home-feat-section .entry-post-img a img {
    width: 100%; }

.home-feat-section #text-block-wrap {
  /* background: none;*/ }

@media (max-width: 1199px) {
  .home-feat-section #text-block-wrap {
    position: static;
    width: 100%; }
  .home-feat-section #text-block {
    margin: 0;
    padding: 25px 0 0; } }

.entry-post-img {
  width: 100%; }
  .entry-post-img img {
    display: block;
    margin: 0 auto;
    height: auto; }

.single-post-state-info-section-box {
  width: 100%;
  padding: 60px 30px 20px;
  background: #f3f3f3;
  border-top: 9px solid #10a6c3;
  margin: 0 0 20px;
  height: 100%; }
  @media (max-width: 991px) {
    .single-post-state-info-section-box {
      max-width: 80%;
      margin: 0 auto 20px; } }
  @media (max-width: 767px) {
    .single-post-state-info-section-box {
      max-width: 100%; } }
  .single-post-state-info-section-box-title {
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
    @media (max-width: 1199px) {
      .single-post-state-info-section-box-title {
        font-size: 24px;
        margin: 0 0 20px; } }
    .single-post-state-info-section-box-title strong {
      display: block;
      font-size: 18px;
      font-weight: 600;
      margin: 10px 0 0; }
  .single-post-state-info-section-box .gform_wrapper .top_label .gfield_label {
    display: none; }
  .single-post-state-info-section-box .gform_body {
    width: 100%; }
    .single-post-state-info-section-box .gform_body label {
      display: none; }
  .single-post-state-info-section-box .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }
  .single-post-state-info-section-box .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .single-post-state-info-section-box .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    line-height: normal;
    padding: 12px 16px; }
  .single-post-state-info-section-box-content {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
    .single-post-state-info-section-box-content p {
      margin: 0 0 10px;
      font-size: 16px; }
  .single-post-state-info-section-box .events-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .single-post-state-info-section-box .events-list li {
      width: 100%;
      margin: 0 0 20px;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300; }
      .single-post-state-info-section-box .events-list li span {
        margin: 0 20px 0 0; }
      .single-post-state-info-section-box .events-list li a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        text-decoration: none; }
        .single-post-state-info-section-box .events-list li a:hover strong {
          color: #10a6c3; }
        .single-post-state-info-section-box .events-list li a strong {
          font-weight: 600; }

.single-post-state-posts-section {
  width: 100%; }
  .single-post-state-posts-section .view-all-section {
    display: inline-block;
    color: #fd5300;
    text-transform: uppercase;
    transition: all 0.2s; }
    .single-post-state-posts-section .view-all-section:hover {
      color: #10a6c3; }
  .single-post-state-posts-section-title {
    width: 100%;
    margin: 0 0 70px;
    font-size: 48px; }
  .single-post-state-posts-section-box {
    width: 100%; }
    .single-post-state-posts-section-box .post-list {
      width: 100%;
      margin: 0;
      padding: 0; }
      .single-post-state-posts-section-box .post-list li {
        width: 100%;
        margin: 0 0 40px; }
        .single-post-state-posts-section-box .post-list li .post-date {
          display: block;
          margin: 0 0 10px;
          font-size: 14px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 300; }
        .single-post-state-posts-section-box .post-list li strong {
          display: block;
          font-size: 20px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          margin: 0 0 18px; }
          .single-post-state-posts-section-box .post-list li strong a {
            color: #1e1e1e; }
            .single-post-state-posts-section-box .post-list li strong a:hover {
              color: #10a6c3; }
        .single-post-state-posts-section-box .post-list li p {
          font-size: 16px;
          font-weight: 300;
          margin: 0 0 20px; }
        .single-post-state-posts-section-box .post-list li a {
          display: inline-block;
          color: #fd5300;
          text-transform: uppercase;
          transition: all 0.2s; }
          .single-post-state-posts-section-box .post-list li a:hover {
            color: #10a6c3; }
    .single-post-state-posts-section-box-title {
      width: 100%;
      margin: 0 0 20px;
      font-size: 30px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
      .single-post-state-posts-section-box-title:after {
        content: "";
        display: block;
        width: 65px;
        height: 5px;
        margin: 5px 0 10px;
        background: #10a6c3; }

/** hp posts update **/
.feat-meta-row .entry-author a:hover {
  color: #10a6c3; }

.post-other-grid:last-child .post-other-text {
  border-bottom: none; }

.post-other-grid.mod-posts {
  padding: 0 0 15px; }
  .post-other-grid.mod-posts .yml-post-meta span {
    margin-bottom: 10px; }
  .post-other-grid.mod-posts .yml-post-categories a {
    margin-bottom: 5px; }
  .post-other-grid.mod-posts .post-other-title {
    font-size: 20px;
    line-height: 24px; }
  .post-other-grid.mod-posts .post-other-text {
    position: relative; }
    .post-other-grid.mod-posts .post-other-text:after {
      content: "";
      display: block;
      width: 100%;
      left: 0;
      bottom: 0;
      position: absolute;
      min-height: 50px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      opacity: 0.8;
      height: 30%;
      z-index: 0; }
  .post-other-grid.mod-posts .post-other-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

/*#featured-authors-wrap */
#featured-authors-wrap {
  padding: 0 40px; }
  #featured-authors-wrap.mod-all-authors {
    background: none; }
  #featured-authors-wrap #featured-authors-title {
    padding-top: 30px; }
  #featured-authors-wrap #featured-authors-all {
    padding-bottom: 20px; }
  #featured-authors-wrap .featured-author-grid {
    margin: 0;
    padding: 30px 0; }
  #featured-authors-wrap .featured-author-grid:last-child {
    margin: 0;
    border: unset; }

/** single template **/
.single .entry-header {
  margin-bottom: 0; }

.single.single-state .entry-header {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .single.single-state .entry-header {
      display: block;
      text-align: center; } }

.single-entry-content ul li {
  line-height: 30px; }

.post-author-info-holder {
  margin: 0 0 20px; }

.left-side-widget {
  margin: 0 0 20px; }

/* authors */
.featured-author-name a {
  transition: all 0.2s; }
  .featured-author-name a:hover {
    color: #10a6c3; }

/* general-entry-content */
.general-entry-content img {
  margin-bottom: 20px; }

.general-entry-content p a {
  transition: all 0.2s;
  color: #10a6c3;
  text-decoration: underline; }
  .general-entry-content p a strong,
  .general-entry-content p a b {
    color: #10a6c3; }
  .general-entry-content p a:hover {
    color: #1e1e1e; }
    .general-entry-content p a:hover strong,
    .general-entry-content p a:hover b {
      color: #1e1e1e; }

.general-entry-content table {
  width: 100%; }
  .general-entry-content table tr th,
  .general-entry-content table tr td {
    padding: 10px;
    border: 1px solid #ddd; }

.general-entry-content ol {
  margin-left: 0;
  padding: 0 0 0 20px;
  list-style-type: decimal; }
  .general-entry-content ol li {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }
    .general-entry-content ol li a {
      text-decoration: underline; }
      .general-entry-content ol li a:hover {
        color: #1e1e1e; }

.general-entry-content ul {
  margin-left: 0;
  padding: 0 0 0 20px;
  list-style-type: disc; }
  .general-entry-content ul li {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }
    .general-entry-content ul li a {
      text-decoration: underline; }
      .general-entry-content ul li a:hover {
        color: #1e1e1e; }

.general-entry-content blockquote {
  display: block;
  padding: 20px;
  background: #f3f3f3;
  margin: 20px 0; }
  .general-entry-content blockquote footer {
    margin: 0 0 20px;
    background: none; }
  .general-entry-content blockquote cite a {
    color: #10a6c3; }
    .general-entry-content blockquote cite a:hover {
      text-decoration: underline; }
  .general-entry-content blockquote p {
    margin: 0; }

.general-entry-content p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 38px; }

.general-entry-content .alignnone {
  float: none; }

.general-entry-content .alignright {
  float: right; }

.general-entry-content .alignleft {
  float: left; }

.general-entry-content .aligncenter {
  display: block;
  margin: 0 auto; }

.general-entry-content .wp-caption {
  background: #f3f3f3;
  line-height: normal;
  margin: 0 0 20px;
  padding: 13px;
  text-align: center;
  max-width: 100%; }
  .general-entry-content .wp-caption img {
    margin-bottom: 0; }
  .general-entry-content .wp-caption .wp-caption-text {
    font-size: 11px;
    padding: 10px 0 0; }
  .general-entry-content .wp-caption p {
    margin: 0; }

.searchform {
  width: 100%;
  margin: 20px 0; }
  .searchform input {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    line-height: normal;
    padding: 9px 16px; }
  .searchform #searchsubmit {
    background: #10a6c3;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 9px 15px 8px;
    text-transform: uppercase;
    width: 150px; }
    .searchform #searchsubmit:hover {
      background: #000; }

/* 404 page template */
.page-template404 {
  width: 100%;
  padding: 30px 0; }

/* full width with side margins template */
@media (max-width: 1670px) {
  .page-template-page-full-width-margins .my-cont {
    max-width: 1251px; } }

@media (max-width: 1280px) {
  .page-template-page-full-width-margins .my-cont {
    max-width: 1140px; } }

/**events-list**/
.podcast-list-item .podcast-image {
  display: block;
  margin: 0 auto 20px; }

.podcast-content strong {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 300; }

.podcast-content h3 {
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.2s;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .podcast-content h3 {
      font-size: 18px; } }

.events-list-holder {
  width: 100%;
  background: #f3f3f3;
  padding: 20px;
  overflow: hidden; }
  @media (max-width: 600px) {
    .events-list-holder {
      padding: 10px; } }
  .events-list-holder .events-list-all {
    color: #10a6c3;
    float: right;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }

.events-list-title {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 600;
  color: #10a6c3;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #d9d9d9; }
  @media (max-width: 1199px) {
    .events-list-title {
      font-size: 20px; } }

.events-list-item {
  width: 100%;
  padding: 22px 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden; }
  .events-list-item-address {
    display: block; }
    .events-list-item-address i {
      color: #10a6c3;
      margin-right: 10px; }
  .events-list-item-date {
    width: 100%;
    max-width: 70px;
    display: block;
    margin: 0 auto 20px;
    box-shadow: 8px 8px 5px 0px #e2e3e3; }
    .events-list-item-date-year {
      display: block;
      text-align: center;
      font-size: 12px;
      color: #fff;
      background: #10a6c3;
      padding: 5px 10px;
      font-weight: 600;
      width: 100%;
      border-radius: 10px 10px 0 0; }
      @media (max-width: 375px) {
        .events-list-item-date-year {
          padding: 5px 2px;
          font-size: 10px; } }
    .events-list-item-date-mon {
      display: block;
      text-align: center;
      margin: 0;
      padding: 0;
      font-size: 14px;
      color: #000;
      font-weight: 600; }
      @media (max-width: 375px) {
        .events-list-item-date-mon {
          font-size: 12px; } }
    .events-list-item-date-day {
      display: block;
      width: 100%;
      background: #fff;
      border-radius: 0 0 5px 5px;
      text-align: center;
      padding: 8px 0 10px;
      color: #10a6c3;
      font-size: 22px;
      font-weight: 600; }
      @media (max-width: 375px) {
        .events-list-item-date-day {
          font-size: 16px; } }
  .events-list-item-content {
    float: left; }
    .events-list-item-content-title {
      margin: 0 0 10px; }
      .events-list-item-content-title a {
        font-family: 'Lora', serif;
        font-size: 22px;
        font-weight: 700;
        transition: all 0.2s; }
        @media (max-width: 600px) {
          .events-list-item-content-title a {
            font-size: 18px; } }
        .events-list-item-content-title a:hover {
          color: #10a6c3; }

/* featured section */
.home-feat-section .home-featured-section {
  background-repeat: no-repeat;
  background-position: 100% 0;
  min-height: 720px;
  background-size: cover; }
  @media screen and (min-width: 1200px) and (max-width: 1480px) {
    .home-feat-section .home-featured-section {
      min-height: 650px; } }
  @media (min-width: 1200px) {
    .home-feat-section .home-featured-section .entry-post-img {
      display: none; } }
  @media (max-width: 1199px) {
    .home-feat-section .home-featured-section {
      background: none !important;
      min-height: 400px; } }

@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .home-feat-section .podcast-content h3,
  .home-feat-section .events-list-item-content-title a {
    font-size: 18px; }
  .home-feat-section .events-list-item {
    padding: 10px 0; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .home-feat-section .podcast-content h3,
  .home-feat-section .events-list-item-content-title a {
    font-size: 18px; }
  .home-feat-section .events-list-item {
    padding: 10px 0; } }

.home-feat-section .feat-text-excerpt-short {
  display: block; }
  @media (min-width: 1200px) {
    .home-feat-section .feat-text-excerpt-short {
      display: block; } }
  @media (max-width: 1199px) {
    .home-feat-section .feat-text-excerpt-short {
      display: none; } }

.home-feat-section .feat-text-excerpt-long {
  display: none; }
  @media (max-width: 1199px) {
    .home-feat-section .feat-text-excerpt-long {
      display: block; } }

/* climatex-simple-button */
.climatex-simple-button {
  font-weight: 600;
  transition: all 0.2s;
  text-transform: uppercase; }
  .climatex-simple-button:hover {
    opacity: 0.8; }

.vc_btn3-container.climatex-simple-button-blue a {
  display: inline-block !important;
  background: #10a6c3 !important;
  border: none !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 15px 33px 14px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important; }
  .vc_btn3-container.climatex-simple-button-blue a:hover {
    opacity: 0.8; }

.vc_btn3-container.climatex-simple-button-orange a {
  display: inline-block !important;
  background: #fd5300 !important;
  border: none !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 15px 33px 14px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important; }
  .vc_btn3-container.climatex-simple-button-orange a:hover {
    opacity: 0.8; }

.mobmenu_content .menu-new-mobile-container li.mobile-menu-last {
  margin-bottom: 40px; }

.mobmenu_content .menu-new-mobile-container li.mobile-menu-buy-ticket {
  display: block;
  margin: 0 0 0 20px;
  background: none !important; }
  .mobmenu_content .menu-new-mobile-container li.mobile-menu-buy-ticket a {
    background: #fd5300;
    font-size: 18px !important;
    font-weight: 700;
    padding: 0 16px !important;
    text-transform: uppercase;
    width: auto;
    color: #fff !important;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px !important;
    margin-right: 1px;
    text-align: center;
    display: block;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    max-width: 90%; }
    .mobmenu_content .menu-new-mobile-container li.mobile-menu-buy-ticket a:hover {
      background: #10a6c3;
      color: #fff; }
  .mobmenu_content .menu-new-mobile-container li.mobile-menu-buy-ticket:hover {
    background: none !important; }

.mobmenu_content .menu-new-mobile-container li.mobile-menu-soc {
  display: inline-block;
  margin: 0 5px 0 0;
  background: none !important; }
  .mobmenu_content .menu-new-mobile-container li.mobile-menu-soc.mobile-menu-soc-fb {
    margin-left: 20px; }
  .mobmenu_content .menu-new-mobile-container li.mobile-menu-soc:hover {
    background: none !important; }
  .mobmenu_content .menu-new-mobile-container li.mobile-menu-soc a {
    background: #10a6c3;
    color: #fff !important;
    display: block;
    font-size: 20px !important;
    height: 45px;
    line-height: 45px !important;
    margin-right: 1px;
    text-align: center;
    width: 45px;
    padding: 0 !important; }
    .mobmenu_content .menu-new-mobile-container li.mobile-menu-soc a i {
      color: #fff; }
    .mobmenu_content .menu-new-mobile-container li.mobile-menu-soc a:hover {
      background: #fd5300; }

/** header settings **/
#head-text span.no-caps {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600; }

/** about section **/
.climatex-about-section {
  width: 100%;
  padding: 60px 50px 35px 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .climatex-about-section {
      padding: 40px 20px 20px 20px; } }
  .climatex-about-section .about-section-button {
    display: inline-block;
    font-size: 19.2px;
    font-weight: 300;
    border: 2px solid #fff;
    padding: 13px 30px;
    color: #fff;
    transition: all 0.2s; }
    @media (max-width: 767px) {
      .climatex-about-section .about-section-button {
        padding: 10px 20px;
        font-size: 18px; } }
    .climatex-about-section .about-section-button:hover {
      background: #12829a;
      border-color: #12829a; }
  .climatex-about-section-content {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 40px; }
    @media (max-width: 767px) {
      .climatex-about-section-content {
        max-width: 100%; } }
    .climatex-about-section-content p {
      font-size: 24px;
      font-weight: 300;
      margin: 0; }
      @media (max-width: 767px) {
        .climatex-about-section-content p {
          font-size: 18px; } }

@media (max-width: 1580px) {
  .climatex-header-social-new #top-right-wrap {
    margin-top: 6px; } }

@media (max-width: 1050px) {
  .climatex-header-social-new #top-right-wrap {
    margin-top: 0; } }

.climatex-header-social-new #top-menu-wrap {
  width: auto; }
  @media (max-width: 1580px) {
    .climatex-header-social-new #top-menu-wrap {
      width: auto; } }
  @media (max-width: 1280px) {
    .climatex-header-social-new #top-menu-wrap {
      width: auto; } }
  @media (max-width: 799px) {
    .climatex-header-social-new #top-menu-wrap {
      float: none;
      text-align: center;
      width: 100%; } }

.climatex-header-social-new #top-soc {
  width: auto; }
  @media (max-width: 1580px) {
    .climatex-header-social-new #top-soc {
      width: auto; } }
  @media (max-width: 1280px) {
    .climatex-header-social-new #top-soc {
      width: auto;
      float: right; } }
  @media (max-width: 1050px) {
    .climatex-header-social-new #top-soc {
      margin-top: 5px; } }
  @media (max-width: 799px) {
    .climatex-header-social-new #top-soc {
      float: none;
      text-align: center;
      width: 100%; } }

.climatex-header-social-new #top-soc li {
  margin: 0 0 0 8px; }
  @media (max-width: 1280px) {
    .climatex-header-social-new #top-soc li {
      margin: 0 0 0 2px; } }
  @media (max-width: 1050px) {
    .climatex-header-social-new #top-soc li {
      margin: 0 0 0 2px; } }

.climatex-header-social-new #top-soc li.top-search a {
  background: #18a4c2;
  border-color: #18a4c2; }
  .climatex-header-social-new #top-soc li.top-search a:hover {
    background: #0d95af;
    border-color: #0d95af; }

.climatex-header-social-new #top-soc a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: none;
  color: #fff;
  transition: all 0.2s; }
  @media (max-width: 1280px) {
    .climatex-header-social-new #top-soc a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 15px; } }
  @media (max-width: 1050px) {
    .climatex-header-social-new #top-soc a {
      width: 30px;
      height: 30px;
      line-height: 25px;
      font-size: 12px; } }
  .climatex-header-social-new #top-soc a:hover {
    background: #18a4c2;
    border-color: #18a4c2; }

.climatex-header-social-new #top-soc .top-sign a {
  width: auto;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  padding: 0 15px;
  font-weight: 500;
  height: 50px;
  background: #f38952;
  text-transform: capitalize; }
  @media (max-width: 1280px) {
    .climatex-header-social-new #top-soc .top-sign a {
      height: 40px; } }
  @media (max-width: 1050px) {
    .climatex-header-social-new #top-soc .top-sign a {
      height: 30px;
      font-size: 14px;
      line-height: 30px; } }
  .climatex-header-social-new #top-soc .top-sign a:hover {
    background: #18a4c2; }

/** 2 level menu **/
#header_menu li .sub-menu .menu-item-has-children .submenu-parent-link:hover .sub-menu {
  display: none; }

#header_menu li .sub-menu .menu-item-has-children a:after {
  font-weight: 700;
  content: "+";
  float: right;
  font-size: 26px; }

#header_menu li .sub-menu .menu-item-has-children a.is-active:after {
  content: "-"; }

#header_menu li .sub-menu .menu-item-has-children .sub-menu {
  display: none;
  position: relative;
  transition: all 0.5s;
  height: 0;
  opacity: 0; }
  #header_menu li .sub-menu .menu-item-has-children .sub-menu:before {
    display: none; }
  #header_menu li .sub-menu .menu-item-has-children .sub-menu.is-active {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible; }
  #header_menu li .sub-menu .menu-item-has-children .sub-menu a:after {
    display: none; }

/** new  mobile menu **/
.cl-mobile-menu-overlay,
.cl-mobile-menu-header-holder,
.cl-mobile-menu-nav-holder {
  display: none; }

@media (max-width: 767px) {
  .cl-mobile-menu-overlay,
  .cl-mobile-menu-header-holder,
  .cl-mobile-menu-nav-holder {
    display: block; }
  body.admin-bar .cl-mobile-menu-header-holder {
    top: 46px; }
    body.admin-bar .cl-mobile-menu-header-holder.no-top {
      top: 0; }
  .cl-mobile-menu-show {
    overflow-y: hidden; }
    .cl-mobile-menu-show .cl-mobile-menu-overlay {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.83);
      z-index: 99999;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1;
      -webkit-transition: .5s ease;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      position: fixed;
      cursor: pointer; }
  .cl-mobile-menu-container {
    position: relative; }
  .cl-mobile-menu-toggle-btn {
    position: absolute;
    left: 15px;
    top: 30px;
    display: block;
    width: 30px;
    height: 30px; }
    .cl-mobile-menu-toggle-btn span {
      display: block;
      width: 100%;
      height: 3px;
      background: #fff;
      margin: 0 0 5px; }
  .cl-mobile-menu-header-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.83);
    height: 87px;
    text-align: center;
    z-index: 9999; }
    .cl-mobile-menu-header-holder .cl-mobile-menu-logo-holder {
      display: inline-block;
      margin: 15px 0; }
      .cl-mobile-menu-header-holder .cl-mobile-menu-logo-holder img {
        height: 57px;
        display: block; }
  .cl-mobile-menu-toggle-btn-close {
    float: right;
    color: #fff;
    font-size: 22px;
    margin: 5px 10px 0 0; }
    .cl-mobile-menu-toggle-btn-close i {
      color: #fff; }
  .cl-mobile-menu-nav-container {
    padding-top: 20px;
    overflow: hidden;
    clear: both; }
  .cl-mobile-menu-nav-holder {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 300000;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    display: block !important;
    background-color: rgba(0, 0, 0, 0.83);
    width: 270px;
    transform: translateX(-270px);
    transition: transform .5s; }
    .cl-mobile-menu-nav-holder.is-active {
      transform: translateX(0); }
  .cl-mobile-menu-nav-container li.menu-item-has-children > a {
    cursor: pointer; }
    .cl-mobile-menu-nav-container li.menu-item-has-children > a.is-active {
      background: #ffffff;
      color: #202020; }
      .cl-mobile-menu-nav-container li.menu-item-has-children > a.is-active:after {
        content: "-"; }
    .cl-mobile-menu-nav-container li.menu-item-has-children > a:after {
      position: absolute;
      right: 10px;
      top: 5px;
      float: right;
      font-weight: 700;
      font-size: 24px;
      content: "+"; }
  .cl-mobile-menu-nav-container li .sub-menu {
    display: none; }
    .cl-mobile-menu-nav-container li .sub-menu.is-active {
      display: block; }
    .cl-mobile-menu-nav-container li .sub-menu a {
      padding-left: 40px; }
    .cl-mobile-menu-nav-container li .sub-menu .sub-menu a {
      padding-left: 60px; }
  .cl-mobile-menu-nav-container li a {
    transition: all 0.3s; }
    .cl-mobile-menu-nav-container li a:hover {
      background: #ffffff;
      color: #202020; }
  .cl-mobile-menu-nav-container li a {
    position: relative;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none; }
  .cl-mobile-menu-nav-container li.mobile-menu-last {
    margin-bottom: 40px; }
  .cl-mobile-menu-nav-container li.mobile-menu-buy-ticket {
    display: block;
    margin: 0 0 0 20px;
    background: none !important; }
    .cl-mobile-menu-nav-container li.mobile-menu-buy-ticket a {
      background: #fd5300;
      font-size: 18px !important;
      font-weight: 700;
      padding: 0 16px !important;
      text-transform: uppercase;
      width: auto;
      color: #fff !important;
      display: block;
      font-size: 20px;
      height: 45px;
      line-height: 45px !important;
      margin-right: 1px;
      text-align: center;
      display: block;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      margin-top: 20px !important;
      max-width: 90%; }
      .cl-mobile-menu-nav-container li.mobile-menu-buy-ticket a:hover {
        background: #10a6c3;
        color: #fff; }
    .cl-mobile-menu-nav-container li.mobile-menu-buy-ticket:hover {
      background: none !important; }
  .cl-mobile-menu-nav-container li.mobile-menu-soc {
    display: inline-block;
    margin: 0 5px 0 0;
    background: none !important; }
    .cl-mobile-menu-nav-container li.mobile-menu-soc.mobile-menu-soc-fb {
      margin-left: 20px; }
    .cl-mobile-menu-nav-container li.mobile-menu-soc:hover {
      background: none !important; }
    .cl-mobile-menu-nav-container li.mobile-menu-soc a {
      background: #10a6c3;
      color: #fff !important;
      display: block;
      font-size: 20px !important;
      height: 45px;
      line-height: 45px !important;
      margin-right: 1px;
      text-align: center;
      width: 45px;
      padding: 0 !important; }
      .cl-mobile-menu-nav-container li.mobile-menu-soc a i {
        color: #fff; }
      .cl-mobile-menu-nav-container li.mobile-menu-soc a:hover {
        background: #fd5300; } }

@media (max-width: 500px) {
  .cl-mobile-menu-header-holder .cl-mobile-menu-logo-holder img {
    display: block;
    height: 42px;
    margin-top: 5px; } }

/*** donane page ***/
.leadership-item .vc_column-inner .wpb_wrapper {
  background: #fff;
  padding: 0 0 20px; }

.leadership-item a {
  display: block !important;
  width: 240px;
  height: 50px;
  margin: 0 auto 20px;
  text-align: center;
  color: #223e6a !important;
  border: 2px solid #223e6a !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 50px !important;
  font-size: 24px !important;
  padding: 0 !important; }

.leadership-item a:hover {
  background: #223e6a !important;
  color: #fff !important; }

.leadership-item.mod-color-blue a {
  color: #1593ae !important;
  border-color: #1593ae !important; }

.leadership-item.mod-color-blue a:hover {
  background: #1593ae !important;
  color: #fff !important; }

.leadership-item.mod-color-green a {
  color: #36b67e !important;
  border-color: #36b67e !important; }

.leadership-item.mod-color-green a:hover {
  background: #36b67e !important;
  color: #fff !important; }

.leadership-item .wpb_content_element {
  margin: 0; }

.leadership-item .wpb_single_image .wpb_wrapper {
  margin: 0 0 -1px;
  padding: 0; }

.leadership-item .wpb_single_image img {
  margin: 0; }

.leadership-item .wpb_text_column h2 {
  color: #fff;
  background: #223e6a;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px; }

.leadership-item .wpb_text_column h2 span {
  display: block;
  color: #fff;
  font-weight: 600; }

.leadership-item.mod-color-blue .wpb_text_column h2 {
  background: #1593ae; }

.leadership-item.mod-color-green .wpb_text_column h2 {
  background: #36b67e; }

.leadership-item .wpb_text_column ul {
  margin: 0;
  padding: 0 40px;
  list-style: none; }

@media (max-width: 1024px) {
  .leadership-item .wpb_text_column ul {
    padding: 0 10px; } }

.leadership-item .wpb_text_column ul li {
  padding: 0 0 0 30px;
  font-size: 18px;
  margin: 0 0 28px;
  position: relative; }

.leadership-item .vc_column-inner .wpb_text_column .wpb_wrapper {
  min-height: 620px; }

@media (max-width: 991px) {
  .leadership-item .vc_column-inner .wpb_text_column .wpb_wrapper {
    min-height: 100px; } }

.leadership-item .wpb_text_column ul li:before {
  display: inline-block;
  color: #223e6a;
  content: "\e080";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 0; }

.leadership-item.mod-color-blue .wpb_text_column ul li:before {
  color: #1593ae; }

.leadership-item.mod-color-green .wpb_text_column ul li:before {
  color: #36b67e; }
