/****/
.nav-tabs, .block-builder-main ul, .topbar ul, ul.contact-info, ul.menu {
  list-style: none;
  padding-left: 0;
}

.article-detail p {
  margin-bottom: 10px;
}

/*************** 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: #87B946;
  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);
}
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;
}

@media (max-width: 991px) {
  .gva-view-mlayout-1 .items-second {
    width: 100%;
  }
  .gva-view-mlayout-1 .items-second .item-post {
    padding-left: 0;
  }
}
@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;
  }
}
