/****/
.nav-tabs,
.block-builder-main ul,
.topbar ul,
ul.contact-info,
ul.menu {
  list-style: none;
  padding-left: 0;
}

.article-detail p {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.article-detail h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.article-detail strong {
  font-size: 18px;
  line-height: 1.5;
}

/*************** Pricing Tables ***************/
.pricing-table {
  text-align: center;
  position: relative;
  background-color: #fff;
  top: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 65px 50px 50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}

@media (max-width: 991px) {
  .pricing-table {
    padding: 30px;
  }
}

.pricing-table ul li {
  list-style: none;
}

.pricing-table .plan-name {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Open Sans", serif;
}

.pricing-table .plan-name h3 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
}

.pricing-table .content-wrap .plan-price {
  padding: 0 0 25px;
  background: #87B946;
}

.pricing-table .content-wrap .plan-price .price-value {
  padding: 20px 0 0;
}

.pricing-table .content-wrap .plan-price .price-value span {
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1;
}

.pricing-table .content-wrap .plan-price .price-value div.value {
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  display: inline-block;
  color: #fff;
  line-height: 1;
}

.pricing-table .content-wrap .plan-price .interval {
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", serif;
  color: #fff;
}

.pricing-table .plan-list {
  padding: 0;
}

.pricing-table .plan-list ul {
  margin: 0 !important;
}

.pricing-table .plan-list ul li {
  padding: 12px 0;
  font-size: 14px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .plan-signup {
  padding: 20px 0;
}

.pricing-table .plan-signup a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
}

.pricing-table .plan-signup a:hover {
  color: #87B946;
}

.pricing-table:hover {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
}

.pricing-table.highlight-plan {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
}

#user-register-form {
  padding: 20px 0;
}

#user-register-form .form-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#user-register-form .form-wrapper#edit-actions {
  border-bottom: none;
}

#user-register-form .form-wrapper label {
  width: 100%;
}

#user-register-form .form-item {
  margin-bottom: 15px;
}

input[type*='submit'] {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  background: #337E9F;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.block-enews-block .col-xs-12 {
  background-color: #313131 !important;
  color: #bbbbbb;
}

.block-enews-block .col-xs-12 .block-content>p {
  display: block;
  float: left;
}

.block-enews-block .col-xs-12 .block-content a {
  text-decoration: underline;
  color: #fff;
}


.button {
  margin-left: 0;
  margin-right: 0;
}

input[type*='submit']:hover {
  background: #fff;
  color: #000;
  border-color: #87B946;
}

body.path-user .block-local-tasks-block {
  text-align: center;
  margin: 15px auto 0;
}

body.path-user .block-local-tasks-block ul.drupal-tabs {
  display: inline-block;
  margin: auto;
  min-width: 800px;
}

#user-login-form {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}

#user-login-form:before,
#user-login-form:after {
  content: " ";
  display: table;
}

#user-login-form:after {
  clear: both;
}

summary {
  font-weight: 700;
  text-transform: uppercase;
  color: #87B946;
}

.view-slider-large .slide-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5px;
  width: calc(100% + 3px);
}

.slide-grid .grid-item {
  width: 50%;
  padding: 1.5px;
}

.slide-grid .grid-item * {
  height: 100%;
}

.slide-grid .grid-item .views-field-field-image * {
  display: flex;
}

.splide__slide .views-field-field-image * {
  width: 100%;
}

.post-slider.post-block .post-inner:after {
  top: 3px;
}

.slide-grid .grid-item .post-meta-wrap {
  height: auto;
}

.slide-grid .grid-item .post-meta-wrap * {
  height: auto;
}

.more-link a {
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  background: #313131;
  color: #fff;
  margin-bottom: 0px;
}

.menu--main,
.menu--scuba-second {
  text-align: center;
  position: relative;
}

.menu--main .menu,
.menu--scuba-second .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.menu--main .menu.menu--level-1 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 30px !important;
  position: relative;
}

.menu--main .menu.menu--level-1>li {
  position: unset;
}

.menu--main .menu.menu--level-1 .menu-item--active-trail .menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  justify-content: center;
  border-bottom: 1px solid #000;
  background: #eef0f1;
}

.menu--main .menu.menu--level-1 .menu {
  display: none;
}

.menu--main ul.menu li,
.menu--scuba-second ul.menu li {
  position: relative;
  font-size: 13px;
  padding: 15px 20px;
  list-style: none;
}

.menu--main ul.menu li ul li {
  padding: 8px 15px;
}

.menu--main ul.menu li ul li a {
  font-size: 13px;
}

.menu--main ul.menu li a,
.menu--scuba-second ul.menu li a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.menu--main ul.menu li a:hover,
.menu--scuba-second ul.menu li a:hover {
  color: #374F99;
  border-bottom: 1px solid #883000;
  padding: 0;
}

.menu--main ul.menu li a::after,
.menu--scuba-second ul.menu li a::after {
  display: none;
}

.region-main-menu .block.menu--scuba-second {
  border-bottom: 1px solid #000;
  background: #eef0f1;
}

.region-main-menu .block.menu--scuba-second a:hover {
  border-bottom: 1px solid blue;
}

.path-frontpage .menu--main .menu.menu--level-1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.region-main-menu {
  margin-left: auto;
  margin-right: auto;
  float: unset;
}

.menu--scuba-second ul.menu li a {
  font-size: 13px;
}

.menu--scuba-second ul.menu li {
  padding: 8px 15px;
}

.footer .row {
  margin: 0;
}

.row>.region-slider {
  padding-left: 12px;
  padding-right: 12px;
}

.editor-pick-slider .splide__toggle,
.editor-pick-slider .splide__arrows {
  display: none;
}

.editor-pick-slider img,
.media--ratio .media__element,
.media--ratio svg,
.media--fx .b-blur,
.blazy .media--blazy img.media__element {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: unset;
  margin: 0 auto;
}

.slide__media a,
.slide__media a picture {
  display: flex;
  justify-content: center;
}

.editor-pick-slider .media--blazy {
  padding-bottom: 0 !important;
}

.editor-pick-slider .slide__caption {
  padding-top: 10px;
  color: #525252;
  font-weight: 600;
  text-align: center;
}

.editor-pick-slider .slide__caption a {
  color: #525252;
  font-weight: 600;
  text-align: center;
}

.editor-pick-slider .slide__caption a:hover {
  color: #F86923;
}

.block-enews-block footer .container {
  padding: 0;
}

.categories-view-content.layout-list .post-block .post-thumbnail {
  width: auto;
}

.view-slider-large {
  margin-top: 30px;
}

.posts-stick-list .item-list>ul>li {
  display: flex !important;
  flex-wrap: wrap;
}

.posts-stick-list .item-list .views-field-field-image {
  width: 100px;
}

.posts-stick-list .item-list .views-field-nothing {
  flex: 1;
}

.posts-stick-list .item-list .post-content {
  padding-left: 15px !important;
}

.posts-stick-list .item-list .post-block .post-title a {
  font-size: 14px;
  margin-top: 0;
}

.posts-stick-list .item-list>ul>li:first-child .views-field-field-image,
.posts-stick-list .item-list>ul>li:first-child .views-field-nothing {
  width: 100%;
}

.posts-stick-list .item-list>ul>li:first-child .post-content {
  padding-left: 0 !important;
}

.posts-list .item-columns {
  margin-bottom: 24px;
}

.posts-list .item-columns,
.posts-list .item-columns>div {
  display: flex;
  flex-wrap: wrap;
}

.posts-list .item-columns .views-field-field-image {
  width: 95px;
}

.posts-list .item-columns .views-field-nothing {
  flex: 1;
}

.posts-list.grid .item-columns .views-field-nothing .post-content {
  padding-left: 15px;
}

.posts-list .views-row .views-field-nothing .post-content {
  padding-left: 15px;
}

.posts-list.grid .item-columns .views-field-nothing .post-block {
  margin-bottom: 0;
}

.webform-submission-photo-contest-form .form-type-webform-terms-of-service .description {
  margin-left: 0;
}

.site-footer {
  width: 100%;
  margin: 0;
}

@media (max-width: 991px) {
  /* .menu-bar {
    display: block !important;
    z-index: 99;
    position: z;
  } */

  .menu--main ul.menu li a {
    min-height: 37px;
  }

  .menu--main ul.menu li ul li a {
    font-weight: normal;
    min-height: unset;
  }

  .gva-view-mlayout-1 .items-second {
    width: 100%;
  }

  .gva-view-mlayout-1 .items-second .item-post {
    padding-left: 0;
  }

  .with-underline .views-field-field-image,
  .with-underline .views-field-nothing {
    width: 100%;
  }

  .with-underline .views-field-field-image {
    margin-bottom: 10px;
  }

  /* header .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  header .row::before,
  header .row::after {
    display: none !important;
  }

  .mobile-menu-active{

  } */
}

@media (max-width: 680px) {

  .gva-view-mlayout-4 .item-first .post-block .post-image,
  .gva-view-mlayout-3 .item-first .post-block .post-image {
    width: 100%;
  }

  .gva-view-mlayout-4 .item-first .post-block .post-content,
  .gva-view-mlayout-3 .item-first .post-block .post-content {
    width: 100%;
    padding-left: 0;
  }
}