.header-page .header-logo img {
  padding: 10px 0;
  max-width: 80px;
}

.search-form .screen-reader-text {
  display: none;
}

.header-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 !important;
  z-index: 4;
  background-color: rgba(25, 119, 105, 0.7);
  background-image: none !important;
}

.single-page {
  padding-top: 15vh;
}

.search-form .search-field, .search-form .search-field:focus {
  background: none;
  color: white;
  font-size: 17px;
  font-style: italic;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgb(48, 210, 186);
  text-align: right;
  padding: 10px 10px 0;
  outline: none !important;
}

.search-form .search-submit {
  background: none;
  color: white;
  font-size: 19px;
  margin-right: 20px;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 30px;
}

.white-container__top h3, .white-container__top h2 {
  font-weight: 100;
  margin: 50px 0 30px;
  color: #177A9A;
}

.white-container__top h3 {
  font-size: 26px;
}

.white-container__top h2 {
  font-size: 30px;
}

.white-container__top p, .white-container__top ul li {
  font-weight: 300;
  line-height: 1.6em;
}

.white-container__top p a {
  white-space: nowrap;
  text-decoration: underline;
  color: #149B6F;
}

.white-container__top .btn.btn-default.btn_sm {
  color: white !important;
  text-decoration: none;
}

.fancybox-inner {
  height: auto !important;
}

.badges-header {
  margin-top: 75px !important;
}

.top-text h1 {
  font-size: 26px;
}

.fancybox-overlay {
  backdrop-filter: blur(15px);
}

.white-single__text ul li {
  font-weight: 300;
  padding-left: 5px;
}

#header {
  padding-bottom: 40px;
  padding-top: 60px;
}

.white-container__single .white-single__text ul li::marker {
  color: #177A9A;
}

.white-container__single.white-sec .white-single__text ul li::marker {
  color: #179A5B;
}

.footer-social-links img {
  width: 30px;
}

.footer-social-links {
  text-align: center;
}

.footer-social-links li {
  display: inline-block;
  margin: 0 5px;
}

.footer-social-links li a {
  display: block;
}

.footer-social-links li a:hover {
  transform: scale(1.2);
}

.popup-container label {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.popup-container input#bitcoin-input {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: none;
  cursor: pointer;
  background-color: #eee;
  text-transform: lowercase;
}

.paypal-form {
  display: inline-block;
  padding: 15px 50px;
  border: 1px solid #eee;
  border-radius: 50px;
}

.btn-default {
  border-radius: 40px;
}

.portfolio-image {
  border-radius:50%;
}
p.portfolio-text{
  font-size:18px;
  font-weight: 300;
  color: #333;
  border-left: 4px solid #49aa97;
  padding-left: 20px; margin:10px 0;
}

.green-subheading{
  color: #208ea5;
  font-weight: 300;
}

.fancybox-item.fancybox-close {
  background-color: #208ea5;
  padding: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
  top: 10px;
  right: 10px;
}

.white-title p {
  font-size: 23px;
}

.social-links img {
  width: 50px;
}

.social-links a {
  margin-left: 20px;
}

.bottom-label, .social-title {
  font-size: 20px;
}

.bottom-text {
  font-size: 30px;
}

.btn-default {
  font-size: 22px;
}

.btn.btn-default.btn_sm {
  font-size: 18px;
  padding: 8px 30px;
  margin-bottom: 30px;
}

.breadcrumbs, .breadcrumbs span {
  color: #ccc !important;
}

.breadcrumbs span a {
  color: #149B6F;
}

.breadcrumbs {
  margin-bottom: 50px;
}

.admin-bar .rmp_menu_trigger {
  margin-top: 0 !important;
}

.archive-block__title a {
  color: #149B6F;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.archive-block__text {
  font-size: 13px;
  margin-bottom: 10px;
}

.archive-block__info .read-more {
  font-size: 12px;
  color: #999;
  text-decoration: underline;
}

.btn-max i {
  margin-right: 5px;
}

/***** PRICE CARD *****/

.pricing-comparison .container {
  padding: 0;
}

.price-card.free {
  background-color: #dff6eb;
}

.price-card.monthly {
  background-color: #f0f4ff;
  border: 2px solid #6c5ce7;
}

.price-card.yearly {
  background-color: #f8f0ff;
}

.price-card .learn_more_btn {
  margin-bottom: 0 !important;
}

.savings-text {
  color: #6c5ce7;
  font-weight: 600;
  margin-top: 1rem;
}

.price-card {
  flex: 1;
  max-width: 350px;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  transition: transform .3s ease;
}

.price-card h3 {
  font-size: 1.5rem;
  margin: 20px 0 40px;
  font-weight: 300;
}

.price-amount{
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}

.price-period {
  color: #666;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.price-card .features-list {
  min-height: 150px;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  text-align: left;
}

.price-card .features-list li {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
  padding-left: 1.5rem;
  position: relative;
}

.price-card .features-list li::before {
  content: "•";
  color: #6c5ce7;
  position: absolute;
  left: 0;
}

.pricing-comparison {
  margin-bottom: 40px;
}

.resources-search .search-form .search-field, .resources-search .search-form .search-field:focus {
  color: #a6a6a6;
  font-size: 20px;
  padding: 5px;
  text-align: left;
  width: 98%;
}

.resources-search .search-form .search-submit {
  color: #6d185a;
  border: 1px solid #6d185a;
}

.resources-search .search-form {
  margin-bottom: 60px;
  display: block;
}

.resources-search .search-form label {
  width: 60%;
}

.pagenav-item {
  margin-top: 40px;
}

.pagenav-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
}

.pagenav-item a {
  font-size: 18px;
}


@media(max-width: 767px){
  .portfolio-image {
    width: 50%;
    margin: 0 0 20px;
    display: block;
  }
  
  .portfolio-text {
    font-size: 16px !important;
  }
  
  .green-subheading{
    font-size:20px
  }
  
  .white-title p {
    font-size: 20px;
    line-height: 1.4em;
  }

  .header-search {
    display: none;
  }

  .single-page {
    padding-top: 12vh;
  }

  .white-container {
    padding: 15px;
  }

  .white-container__top {
    padding: 15px;
  }

  .single-page .big-title {
    font-size: 30px;
    border-left: 3px solid #29b19d;
    margin: 15px 0 40px !important;
  }

  .white-container__top p, .white-container__top ul li {
    font-size: 14px;
  }

  .btn.btn-default.btn-max {
    font-size: 18px;
    padding: 10px 30px;
  }

  .pricing-comparison .col-12.col-md-4 {
    padding-bottom: 20px;
  }

  .features-list {
    min-height: 80px !important;
  }

  .white-container__top h3 {
    font-size: 22px;
  }


}