/* GLOBAL SETTING LAYOUT */
* {
  -webkit-tap-highlight-color: transparent;
}
.bg-gray {
  background-color: #f7f7f7;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white .sticky {
  background-color: #ffffff;
}
.btn {
  background: #79b867;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-size: 26px;
  font-weight: 700;
  max-width: 450px;
  line-height: 63px;
  text-align: center;
}
.btn.outline {
  background-color: transparent;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
}
.btn.outline:hover {
  background-color: #4c4c4c;
}
.btn:hover {
  background: #459130;
  color: #ffffff;
}
*:focus, img:focus, button:focus {
  outline: none;
}
.button {
  margin: 0;
}
.button:focus {
  outline: none;
}
/* MODAL YOUTUBE */
#youtubeModal {
  border: 0;
  padding: 15px 15px 10px;
  top: 25% !important;
}
.reveal {
  height: 100%;
  min-height: auto;
  max-height: 500px;
  overflow-y: hidden;
}
.reveal iframe {
  height: 100%;
  max-height: 100%;
}
/* SEARCH BOX */
.searchform {
  display: block;
  width: 350px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  z-index: 9999;
  background: #fff;
  padding: 10px;
}
/* SEARCHPAGE AND FORM*/
.searchform.searchform.fixed {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.searchform .search-form {
  display: flex;
}
.searchform .search-form input {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.searchform .search-form input.search-submit {
  background: #79b867;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  line-height: 39px;
  padding: 0 15px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.searchform .search-form input.search-submit:hover {
  background: #000000;
}
/* HEADER */
header {
  background-color: #f8f8f8;
}
header .grid-x {
  min-height: 175px;
}
header .sticky {
  background-color: #f8f8f8;
}
header .sticky.is-stuck {
  box-shadow: 0px 0px 10px 0px #0303036b;
  z-index: 11;
}
header .sticky.is-stuck .grid-x {
  min-height: 105px;
}
header .tryfree a {
  background: #79b867;
  border: 2px solid #79b867;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 42px;
  margin: 0 15px;
  padding: 0 45px !important;
}
header .tryfree a:hover {
  background: #459130;
  border-color: #459130;
  color: #ffffff;
}
header .login a {
  border-radius: 30px;
  border: 2px solid #79b867;
  color: #79b867;
  line-height: 42px;
  min-width: 170px;
  padding: 0 45px !important;
  text-align: center;
}
header .login a:hover {
  background: #79b867;
  color: #ffffff;
}
nav {
  font-size: 18px;
}
nav ul {
  list-style: none !important;
}
nav ul li {
  align-items: center;
  list-style: none !important;
}
nav a {
  color: #000000;
  line-height: 42px !important;
  padding: 0 25px !important;
}
nav a:hover {
  color: #79b867;
}
/* TYPING TEXT */
.typing-text::after {
  content: "|";
  animation: blink ease 1s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* HOME - BANNER */
.home-banner {
  background-image: url("/wp-content/themes/dropsmith/css/../img/bg-vectors-1.png");
  background-position: center 10%;
  background-repeat: no-repeat;
}
.home-banner h1 {
  font-size: 66px;
  font-weight: 700;
  margin-top: 85px;
  white-space: nowrap;
}
.home-banner p {
  font-size: 21px;
  margin-bottom: 40px;
}
.home-banner .btn {
  margin-bottom: 50px;
  max-width: 370px;
  width: 100%;
}
.home-banner .dropsmith-video {
  float: right;
  max-width: 555px;
  position: relative;
}
.home-banner .dropsmith-video .responsive-embed {
  margin: 30px 17px 20px;
  max-width: calc(100% - 34px);
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.home-banner .dropsmith-video .play {
  cursor: pointer;
  margin-left: -28.5px;
  left: 50%;
  position: absolute;
  top: 30%;
}
/* HOME TESTIMONIALS */
.testimonials .grid-x {
  padding: 90px 0;
}
.testimonials .owl-thumbs {
  font-size: 0;
  text-align: center;
}
.testimonials .owl-thumbs:focus {
  outline: none;
}
.testimonials .owl-thumbs .owl-thumb-item {
  cursor: pointer;
  opacity: 0.5;
  margin: 0 11px 11px;
}
.testimonials .owl-thumbs .owl-thumb-item:first-child {
  margin-left: 0;
}
.testimonials .owl-thumbs .owl-thumb-item:last-child {
  margin-right: 0;
}
.testimonials .owl-thumbs .owl-thumb-item.active {
  opacity: 1;
}
.testimonials .owl-thumbs .owl-thumb-item:focus {
  outline: none;
}
.testimonials .box-testimonials {
  font-size: 22px;
  margin: 0 auto;
  max-width: 935px;
  text-align: center;
  padding: 70px 0 0 0;
}
.testimonials .box-testimonials:before {
  content: url("/wp-content/themes/dropsmith/css/../img/icon-quote.png");
  left: 20px;
  margin-top: -20px;
  pointer-events: none;
  position: absolute;
}
.testimonials .box-testimonials:after {
  content: url("/wp-content/themes/dropsmith/css/../img/icon-quote.png");
  margin-top: -150px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  transform: rotate(180deg);
}
.testimonials .box-testimonials .description {
  line-height: 30px;
  padding-bottom: 35px;
}
.testimonials .box-testimonials .author {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.testimonials .box-testimonials .job-description {
  color: #686868;
  font-size: 16px;
  margin-bottom: 0;
}
/* GLOBAL DATABASE */
.global-database {
  background-image: url("/wp-content/themes/dropsmith/css/../img/bg-vectors-2.png");
  background-position: center 30%;
  background-repeat: no-repeat;
}
.global-database .grid-x {
  padding: 90px 0;
}
.global-database h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
}
.global-database h3 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 50px;
}
.global-database .btn {
  margin: 0 auto;
  max-width: 425px;
}
/* MILESTONES API */
.milestone {
  position: relative;
  margin: 0 auto;
  max-width: 260px;
  padding: 40px 0 0 0;
  z-index: 1;
}
.milestone:before {
  content: "";
  opacity: 0.26;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.milestone .counting {
  font-size: 72px;
  font-weight: 700;
  line-height: 85px;
}
.milestone p {
  font-size: 20px;
  font-weight: 700;
}
.milestone.lovers:before {
  content: url("/wp-content/themes/dropsmith/css/../img/img-milestone-1.png");
}
.milestone.lovers p {
  color: #75b226;
}
.milestone.unique:before {
  content: url("/wp-content/themes/dropsmith/css/../img/img-milestone-2.png");
}
.milestone.unique p {
  color: #3895c0;
}
.milestone.references:before {
  content: url("/wp-content/themes/dropsmith/css/../img/img-milestone-3.png");
}
.milestone.references p {
  color: #764dc0;
}
/* CONTACT */
.contact .grid-x {
  padding: 90px 0;
}
.contact h2 {
  color: #32442d;
  font-size: 30px;
  font-weight: 700;
}
.contact p {
  font-size: 20px;
  max-width: 760px;
  margin: 0 auto;
}
.contact .btn {
  font-size: 24px;
  font-weight: 400;
  margin: 30px auto 0;
  max-width: 425px;
}
/* FOOTER */
footer {
  position: relative;
}
footer:after {
  content: url("/wp-content/themes/dropsmith/css/../img/img-leaves.png");
  pointer-events: none;
  position: absolute;
  right: 1370px;
  top: -200px;
  z-index: 1;
}
footer:before {
  content: url("/wp-content/themes/dropsmith/css/../img/img-bottle.png");
  left: 1600px;
  pointer-events: none;
  position: absolute;
  top: -150px;
  z-index: 1;
}
footer .grid-x {
  padding: 90px 0 45px;
}
footer .copyright {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
}
footer h2 {
  font-size: 36px;
  font-weight: 700;
  color: #484848;
}
footer nav .menu {
  margin: 35px 0;
}
footer nav .menu li {
  font-size: 18px;
}
footer nav .menu li:after {
  content: ".";
}
footer nav .menu li:last-child:after {
  content: "";
}
footer nav .menu a {
  color: #434343;
  padding: 0.7rem 22px;
}
footer nav .menu a:hover {
  color: #79b867;
}
/* PAGE - PRINCING */
.pricing {
  background-image: url("/wp-content/themes/dropsmith/css/../img/bg-vectors-3.png");
  background-position: center 25%;
  background-repeat: no-repeat;
}
.pricing .grid-x {
  padding: 45px 0 90px;
}
.pricing h1 {
  color: #4c4c4c;
  font-size: 30px;
  margin-bottom: 50px;
}
.pricing h2 {
  color: #4c4c4c;
  font-size: 36px;
  margin: 70px 0;
}
#pricing {
  max-width: 1090px;
  margin: 0 auto;
}
#pricing .box {
  background-color: #ededed;
  border-radius: 12px;
  font-size: 18px;
  margin-top: 45px;
}
#pricing .box .price.monthly {
  display: none;
}
#pricing .box.yearly {
  margin-top: 6px;
}
#pricing .box.yearly .switch {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
}
#pricing .box.yearly .switch input:checked ~ .switch-paddle {
  background: #db0080;
}
#pricing .box.yearly .switch .switch-paddle {
  background: #db0080;
  border-radius: 30px;
}
#pricing .box.yearly .switch .switch-paddle::after {
  border-radius: 50%;
}
#pricing .box.yearly .switch:after, #pricing .box.yearly .switch:before {
  color: #1e1e1e;
  font-size: 21px;
  font-weight: 400;
}
#pricing .box.yearly .switch:before {
  content: "Pay Monthly";
  margin-right: 15px;
}
#pricing .box.yearly .switch:after {
  content: "Pay Yearly";
  margin-left: 15px;
}
#pricing .box.yearly::before {
  content: url("/wp-content/themes/dropsmith/css/../img/img-badge.png");
  pointer-events: none;
  position: absolute;
  right: -6px;
  top: 0px;
}
#pricing .box.yearly .data h2 {
  margin: 28px 0 5px;
}
#pricing .box.yearly .data h3 {
  margin: 0;
}
#pricing .box.yearly .data span {
  color: #db0080;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#pricing .box.yearly .infos {
  padding: 40px 65px;
}
#pricing .box.yearly .infos ul li:before {
  content: url(https://api.iconify.design/bi:check-circle-fill.svg?color=%23da0080&width=21&height=21);
}
#pricing .box.yearly .infos ul li:first-child::before {
  display: none;
}
#pricing .box.yearly .btn {
  background-color: #db0080;
  border-color: #db0080;
  margin-top: 40px;
}
#pricing .box.yearly .btn:hover {
  background-color: #a72657;
  border-color: #a72657;
  color: #ffffff;
}
#pricing .box.yearly .btn.started {
  background-color: #db0080;
  border-color: #db0080;
  color: #ffffff;
}
#pricing .box.yearly .btn.started:hover {
  background-color: #a72657;
  border-color: #a72657;
  color: #ffffff;
}
#pricing .box .data {
  padding: 30px 65px;
  opacity: 1;
}
#pricing .box .data h2 {
  color: #000000;
  font-size: 36px;
  margin: 20px 0 5px;
}
#pricing .box .data h3 {
  font-size: 30px;
  font-weight: 200;
}
#pricing .box .data p {
  font-size: 20px;
  margin: 5px 0 40px;
}
#pricing .box .infos {
  border-top: 1px solid #ffffff;
  padding: 40px 65px;
}
#pricing .box .infos ul {
  margin: 0 0 40px;
  list-style: none;
}
#pricing .box .infos ul li {
  color: #313131;
  line-height: 24px;
  display: flex;
  margin-bottom: 20px;
}
#pricing .box .infos ul li:before {
  content: url(https://api.iconify.design/bi:check-circle-fill.svg?color=%2378B967&width=21&height=21);
  vertical-align: -0.225em;
  margin-right: 15px;
}
#pricing .box .infos ul .submenu:before {
  content: "" !important;
  width: 10px;
}
#pricing .box .infos ul .submenu ul {
  margin: 0;
}
#pricing .box .infos ul .submenu ul li {
  margin: 0 0 10px;
  align-items: center;
}
#pricing .box .infos ul .submenu ul li:before {
  background-color: #db0080;
  border-radius: 50%;
  content: "" !important;
  height: 7px;
  width: 7px;
}
#pricing .box .infos ul .submenu ul li:first-child::before {
  display: block;
}
#pricing .box .btn {
  border: 2px solid #79b867;
  border-radius: 30px;
  color: #ffffff;
  font-size: 21px;
  line-height: 59px;
}
#pricing .box .btn:hover {
  background-color: #459130;
  border-color: #459130;
  color: #ffffff;
}
#pricing .box .btn.started {
  background-color: #ffffff;
  border: 2px solid #79b867;
  color: #79b867;
  line-height: 59px;
  margin-bottom: 10px;
}
#pricing .box .btn.started:hover {
  background-color: #459130;
  border-color: #459130;
  color: #ffffff;
}
.bg-green {
  background-color: #ddf8d5;
  color: #374337;
}
.bg-green .grid-x {
  padding: 90px 0;
}
.bg-green h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.bg-green p {
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto;
  max-width: 890px;
}
.mailerlite-form form {
  display: flex;
  flex-direction: column;
}
.mailerlite-form-description {
  color: #979797;
  order: 3;
  font-size: 14px;
  max-width: 570px;
  margin: 15px auto 0 !important;
}
.mailerlite-form-description p {
  margin: 0 !important;
}
.mailerlite-form-title h3 {
  text-align: center;
  font-size: 30px;
  color: #32442d;
  margin-bottom: 25px;
}
.mailerlite-form-field {
  margin-bottom: 13px !important;
}
.mailerlite-form-field label {
  display: none !important;
}
.mailerlite-form-field input {
  background: #e5e5e5;
  border: 1px solid #f2f2f2;
  box-shadow: none;
  color: #656565;
  font-size: 20px;
  height: auto;
  line-height: 37px;
  margin: 0;
  padding: 0.5rem 25px;
}
.mailerlite-form-field input::-webkit-input-placeholder {
  /* Edge */
  color: #656565;
}
.mailerlite-form-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #656565;
}
.mailerlite-form-field input::placeholder {
  color: #656565;
}
.mailerlite-form-field input:focus {
  background: #f2f2f2;
  border: 1px solid #000000;
  box-shadow: none;
}
.mailerlite-subscribe-submit {
  background-color: #ee4586;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 55px;
  padding: 0 25px;
  width: 100%;
}
.mailerlite-subscribe-submit:hover {
  background-color: #459130;
}
.home-c .mailerlite-subscribe-submit:hover {
  background-color: #a72657;
}
.mailer-blog .mailerlite-form-inputs {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-gap: 13px;
}
.mailer-blog .mailerlite-form-inputs .mailerlite-form-field label {
  display: none;
}
.mailer-blog .mailerlite-subscribe-submit {
  background-color: #79b867;
}
.mailer-blog .mailerlite-subscribe-submit:hover {
  background-color: #459130;
}
footer .mailerlite-form {
  max-width: 700px;
  margin: 30px auto;
}
footer .mailerlite-form .mailerlite-form-title {
  display: none;
}
footer .mailerlite-form-inputs {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-gap: 13px;
}
footer .mailerlite-subscribe-submit {
  background-color: #79b867;
}
footer .mailerlite-subscribe-submit:hover {
  background-color: #459130;
}
/* PAGE - HOME B AND C */
.home-b .btn {
  background-color: #ee4586;
  font-weight: 700;
}
.home-b .btn:hover {
  background-color: #a72657;
}
.home-b .home-banner {
  background-image: url("/wp-content/themes/dropsmith/css/../img/bg-vectors-4.png");
  background-position: center 90%;
}
.home-b .global-database {
  background-position: center 12%;
}
.home-b .bg-gray h2 {
  color: #484848;
  font-size: 36px;
}
.home-c .btn {
  background-color: #ee4586;
  font-weight: 700;
}
.home-c .btn.outline {
  background-color: transparent;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
}
.home-c .btn.outline:hover {
  background-color: #4c4c4c;
  color: #ffffff;
}
.home-c .btn:hover {
  background-color: #a72657;
}
.home-c .home-banner {
  background-image: url("/wp-content/themes/dropsmith/css/../img/bg-vectors-4.png");
  background-position: center 90%;
}
.home-c .home-banner p {
  font-size: 24px;
  margin-bottom: 20px;
}
.home-c .home-banner p span {
  color: #ee4586;
  font-weight: 700;
  text-transform: uppercase;
}
.home-c .home-banner .subscribe {
  font-weight: 700;
}
.home-c .global-database {
  background-position: center 12%;
}
.home-c .global-database h3 {
  font-weight: 400;
}
.home-c .mailerlite-form-inputs .two-column {
  margin-bottom: 13px;
}
.home-c .mailerlite-subscribe-button-container {
  display: grid;
  grid-gap: 13px;
  grid-template-columns: 1fr 1fr;
}
.home-c .mailerlite-subscribe-button-container:after {
  align-self: center;
  content: "The information you provide on this form will only be used to provide you with Dropsmith's updates and special offers for personalized marketing. Your privacy is important for us!";
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}
.home-c .mailerlite-form-response {
  text-align: left;
}
.home-b .home-banner .grid-x, .home-c .home-banner .grid-x {
  padding-bottom: 50px;
}
.home-b .bounce-effect, .home-c .bounce-effect {
  min-height: 535px;
  position: relative;
}
.home-b .bounce-effect img, .home-c .bounce-effect img {
  position: absolute;
}
.home-b .bounce-effect img:nth-child(1), .home-c .bounce-effect img:nth-child(1) {
  top: 200px;
  right: 0;
}
.home-b .bounce-effect img:nth-child(2), .home-c .bounce-effect img:nth-child(2) {
  top: 50px;
  right: 100px;
}
.home-b .bounce-effect img:nth-child(3), .home-c .bounce-effect img:nth-child(3) {
  bottom: 0px;
  right: 30%;
}
.home-b .bounce-effect img:nth-child(4), .home-c .bounce-effect img:nth-child(4) {
  top: 38%;
  right: 50%;
}
.home-b .bounce-effect img:nth-child(5), .home-c .bounce-effect img:nth-child(5) {
  left: 0%;
  bottom: 15%;
}
.home-b .bounce-effect img:nth-child(6), .home-c .bounce-effect img:nth-child(6) {
  left: -7%;
  top: 10%;
}
.home-b .how-it-works, .home-c .how-it-works {
  display: flex;
  padding-bottom: 90px;
}
.home-b .how-it-works #howWorks, .home-c .how-it-works #howWorks {
  margin-right: 25px;
  max-width: 802px;
  width: 66%;
}
.home-b .how-it-works #howWorks img, .home-c .how-it-works #howWorks img {
  margin-bottom: 25px;
}
.home-b .how-it-works #howWorks p, .home-c .how-it-works #howWorks p {
  font-size: 20px;
  margin: 0 auto;
  max-width: 715px;
}
.home-b .how-it-works .owl-thumbs, .home-c .how-it-works .owl-thumbs {
  flex: 1;
  width: 100%;
}
.home-b .how-it-works .owl-thumb-item, .home-c .how-it-works .owl-thumb-item {
  color: #f42a6d;
  font-size: 18px;
  line-height: 44px;
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
  width: 95%;
}
.home-b .how-it-works .owl-thumb-item img, .home-c .how-it-works .owl-thumb-item img {
  margin-right: 15px;
}
.home-b .how-it-works .owl-thumb-item.active, .home-c .how-it-works .owl-thumb-item.active {
  background-color: #f42a6d;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
}
.home-b .how-it-works .owl-thumb-item.active:before, .home-c .how-it-works .owl-thumb-item.active:before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 14px solid #f42a6d;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.home-b .how-it-works .owl-thumb-item.active img, .home-c .how-it-works .owl-thumb-item.active img {
  filter: grayscale(100%) contrast(1000%) invert(100%);
}
@media print, screen and (min-width: 48em) {
  .support-col.large-2 {
    width: calc(20% - 2.5rem);
  }
}
.banner-support {
  background-image: url("/wp-content/themes/dropsmith/css/../img/bg-vectors-5.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.banner-support .grid-x {
  background-image: url("/wp-content/themes/dropsmith/css/../img/img-support.jpg");
  background-position: 80% top;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}
.banner-support h1 {
  font-size: 60px;
  margin: 65px 0 195px;
  line-height: 75px;
  text-transform: uppercase;
}
.banner-support h2 {
  color: #999999;
  font-size: 30px;
  text-transform: uppercase;
}
.banner-testimonials .grid-x {
  background-image: url("/wp-content/themes/dropsmith/css/../img/dropsmith-happy-clients.jpg");
  background-position: 80% top;
  background-repeat: no-repeat;
  padding-bottom: 45px;
}
.banner-testimonials h1 {
  font-size: 60px;
  margin: 65px 0 195px;
  line-height: 75px;
  text-transform: uppercase;
}
.banner-testimonials h2 {
  color: #999999;
  font-size: 30px;
  text-transform: uppercase;
}
.banner-testimonials .author {
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  text-transform: none;
}
.banner-testimonials .description {
  color: #404040;
  font-size: 14px;
  margin-bottom: 35px;
}
.banner-testimonials .testimonials-content {
  font-size: 18px;
  line-height: 30px;
  max-width: 470px;
  margin: 0 auto 50px;
}
.box-support {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 5px #03030330;
  margin: 15px auto 25px;
  min-height: 270px;
  max-width: 225px;
  position: relative;
  top: 0px;
  transition: all 0.3s;
}
.box-support a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.box-support img {
  border-radius: 8px 8px 0 0;
}
.box-support p {
  color: #000000;
  font-size: 21px;
  line-height: 25px;
  margin: 25px;
}
.box-support:hover {
  background-color: #484848;
  top: -10px;
}
.box-support:hover p {
  color: #ffffff;
}
.accordion-support {
  padding: 70px 0 0;
}
.accordion {
  margin-top: 25px;
}
.accordion a:focus, .accordion a:hover {
  color: #000000;
}
.accordion .accordion-item {
  border-top: 3px solid #ffffff;
  margin-top: 3px;
}
.accordion .accordion-content p {
  font-size: 18px;
  margin: 0;
}
.page-title {
  font-size: 36px;
  color: #4c5b46;
  margin: 15px 0;
}
.blog-page {
  position: relative;
}
.blog-page:before {
  content: url("/wp-content/themes/dropsmith/css/../img/bg-vectors-6.png");
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: -1;
}
.widgettitle, .title-blog {
  color: #5c6e4c;
  text-transform: uppercase;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.pagination .page-numbers {
  border: 2px solid #7e7e7e;
  min-width: 42px;
  line-height: 38px !important;
  text-align: center;
  border-radius: 30px !important;
  padding: 0 !important;
  margin: 0 5px;
}
.pagination .page-numbers.current {
  background: #000000 !important;
  border-color: #000000;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: transparent;
  color: #000000;
}
.pagination .page-numbers:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.popular-posts {
  border-bottom: 1px solid #bdcfb4;
  display: flex;
  margin-bottom: 30px;
  max-width: 500px;
  padding-bottom: 30px;
}
.popular-posts:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.popular-posts img {
  min-width: 130px;
  border-radius: 10px;
}
.popular-posts .data {
  margin-left: 30px;
  opacity: 1;
}
.popular-posts .data h2 {
  color: #5c6e4c;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
}
.popular-posts .data h2 a {
  color: #5c6e4c;
  font-size: 20px;
}
.popular-posts .data p {
  color: #333333;
  font-size: 13px;
  opacity: 0.6;
}
.popular-posts .data p a {
  color: #333333;
  font-size: 13px;
}
.popular-posts .data p svg {
  font-size: 18px;
  vertical-align: sub;
}
.popular-posts .data p .author, .popular-posts .data p .date {
  margin-right: 15px;
}
.blog-menu {
  margin: 0 auto 25px !important;
  min-height: 100px !important;
  position: relative;
}
.blog-menu .large-9 {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.blog-menu .social a {
  font-size: 24px;
  color: #000000;
  margin: 0 10px;
}
.blog-menu .social a svg {
  vertical-align: middle;
}
.blog-menu .search a {
  font-size: 24px;
  color: #000000;
  margin: 0 10px;
}
.blog-menu .search a svg {
  vertical-align: middle;
}
.blog-menu .menu {
  font-size: 14px;
}
.blog-menu .menu a {
  color: #000000;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 15px !important;
  text-transform: uppercase;
}
.blog-box {
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 43px;
}
.blog-box .content {
  padding: 35px;
}
.blog-box .content h2 {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin: 20px 0;
}
.blog-box .content h2 a {
  color: #4c4c4c;
}
.blog-box img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.data {
  color: #333333;
  font-size: 13px;
  opacity: 0.6;
}
.data a {
  color: #333333;
  font-size: 13px;
}
.data svg {
  font-size: 18px;
  vertical-align: sub;
}
.data .author, .data .date {
  margin-right: 15px;
}
article h1 {
  color: #4c4c4c;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 20px 0;
}
article h1 a {
  color: #4c4c4c;
}
article .category {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
}
article .category a {
  color: #427100;
}
article .attachment-featured-blog {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
article .content.single {
  padding: 50px 80px 0;
  background: #ffffff;
}
article .content.single .data {
  margin-bottom: 50px;
}
article .content.single .entry-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
article .content.single .tagcloud {
  padding: 50px 0;
}
.tagcloud a {
  font-size: 13px !important;
  display: inline-block;
  line-height: 29px;
  color: #425c2c;
  border: 1px solid #425c2c;
  padding: 0 25px;
  margin: 0 5px 10px 0;
  border-radius: 30px;
  text-transform: uppercase;
}
.tagcloud a:hover {
  background-color: #425c2c;
  color: #ffffff;
}
.widget_categories li {
  color: #425c2c;
}
.widget_categories a {
  color: #425c2c;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
}
.comments-area {
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
  margin-bottom: 50px;
  padding: 0 80px 90px;
}
.comments-area .comments-title {
  color: #4b4b4b;
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.comments-area .comments-title .line {
  display: flex;
  align-items: center;
}
.comments-area .comments-title .line:after {
  content: "";
  border-top: 1px solid #4b4b4b;
  margin: 0px 0px 0px 20px;
  flex: 1 0 20px;
}
.comment-list {
  list-style: none;
  margin: 0;
}
.comment-list ol {
  list-style: none;
}
.comment-list .comment-body {
  display: flex;
  margin-bottom: 50px;
}
.comment-list .comment-body .comment-author {
  margin-right: 30px;
  min-width: 100px;
}
.comment-list .comment-body .comment-author img {
  border-radius: 100%;
}
.comment-list .comment-body .comment-meta {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.comment-respond {
  background: #f0f0f0;
  padding: 40px 50px;
  border-radius: 15px;
}
.comment-form input, .comment-form textarea {
  color: #1c1d31;
  border: 1px solid #ffffff;
  box-shadow: none;
  font-size: 18px;
  height: auto;
  margin-bottom: 13px;
}
.comment-form input:focus, .comment-form textarea:focus {
  border-color: #000000;
}
.comment-form input {
  line-height: 32px;
}
.comment-form textarea {
  padding: 15px 20px;
}
.comment-form .form-submit {
  margin: 0;
}
.comment-form .submit {
  border: 1px solid #000000;
  border-radius: 30px;
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  line-height: 44px;
  margin: 20px 0 0 0;
  width: 100%;
}
.comment-form .submit:hover {
  background-color: #000000;
  color: #ffffff;
}
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 13px;
}
.related-posts {
  margin-bottom: 40px;
}
.about .grid-x {
  padding-bottom: 50px;
}
.about h1 {
  font-size: 36px;
  color: #4c4c4c;
  max-width: 750px;
  margin: 0 auto 35px;
}
.content-about .grid-x {
  padding: 50px 0;
}
.bg-green.about p {
  max-width: 100%;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.bg-green.about .author {
  font-weight: 700;
}
.box-about {
  background-color: #ededed;
  border: 1px solid #cacaca;
  margin: 50px 0;
  padding: 35px 7%;
}
.box-about h3 {
  font-size: 20px;
  color: #545454;
  margin-bottom: 25px;
}
.title-gray {
  font-size: 48px;
  color: #999999;
  font-weight: 200;
  margin-bottom: 40px;
}
.books {
  margin-bottom: 50px;
}
.books h3 {
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
/* MEDIA QUERIES - MOBILE */
@media screen and (max-width: 767px) {
  .home-banner {
    text-align: center;
  }
  .home-banner h1 {
    font-size: 30px;
    margin-top: 0px;
  }
  .home-banner p {
    font-size: 18px;
  }
  .home-banner .btn {
    margin: 0 auto 50px;
  }
  .home-banner .dropsmith-video {
    float: none;
    margin: 0 auto;
  }
  .testimonials .grid-x {
    padding: 45px 0;
  }
  .testimonials .owl-thumbs .owl-thumb-item {
    margin: 0 5px 15px 5px;
    max-width: 55px;
  }
  .testimonials .box-testimonials {
    font-size: 18px;
  }
  .testimonials .box-testimonials:before {
    margin-top: -50px;
  }
  .testimonials .box-testimonials .author {
    font-size: 18px;
  }
  .testimonials .box-testimonials .job-description {
    font-size: 14px;
  }
  .global-database .grid-x {
    padding: 45px 0;
  }
  .global-database h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .global-database h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .milestone {
    margin-bottom: 35px;
  }
  .contact .grid-x {
    padding: 45px 0;
  }
  .contact p {
    font-size: 18px;
  }
  footer:after, footer:before {
    display: none;
  }
  footer .grid-x {
    padding: 45px 0;
  }
  footer h2 {
    font-size: 24px;
  }
  footer nav li {
    width: 100%;
  }
  footer nav li:after {
    display: none;
  }
  .pricing .grid-x {
    padding: 45px 0;
  }
  .pricing h1 {
    font-size: 27px;
  }
  .pricing h2 {
    font-size: 24px;
  }
  .bg-green .grid-x {
    padding: 45px 0;
  }
  .banner-support {
    background-image: none;
  }
  .banner-support .grid-x {
    background-image: none;
    padding: 0;
  }
  .banner-support h1 {
    font-size: 36px;
    line-height: 45px;
    margin: 45px 0;
  }
  .banner-testimonials {
    background-image: none;
  }
  .banner-testimonials .grid-x {
    background-image: none;
    padding: 0;
  }
  .banner-testimonials h1 {
    font-size: 36px;
    line-height: 45px;
    margin: 45px 0;
  }
  .blog-box .content {
    padding: 20px;
  }
  .blog-box .content h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .blog-page:before {
    display: none;
  }
  article h1 {
    font-size: 26px;
  }
  article .content.single {
    padding: 40px 30px 0;
  }
  .comments-area {
    padding: 0 30px 45px;
  }
  .comment-respond {
    padding: 20px 25px;
  }
  .comment-respond .comment-reply-title {
    color: #4b4b4b;
    font-size: 24px;
    text-transform: uppercase;
  }
  .mailerlite-form-inputs .two-column {
    margin-bottom: 0px !important;
    grid-gap: 0px;
    grid-template-columns: initial;
  }
  .mailerlite-subscribe-button-container {
    grid-template-columns: initial !important;
  }
  .mailer-blog .mailerlite-form-inputs {
    grid-template-columns: initial;
    grid-gap: 0px;
  }
  .about h1 {
    font-size: 26px;
  }
  .title-gray {
    font-size: 28px;
  }
}
@media screen and (max-width: 1139px) {
  header .grid-x {
    min-height: 110px;
  }
  .home-banner h1 {
    font-size: 36px;
    margin-top: 0px;
  }
  .testimonials .box-testimonials:before {
    margin-top: -50px;
  }
  footer:after, footer:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #pricing .box.yearly h2 {
    margin: 80px 0 5px !important;
  }
  #pricing .box .btn {
    font-size: 18px;
  }
  #pricing .box .data {
    padding: 15px !important;
  }
  #pricing .box .data h2 {
    font-size: 30px;
  }
  #pricing .box .data h3 {
    font-size: 20px;
  }
  #pricing .box .data p {
    font-size: 16px;
  }
  #pricing .box .infos {
    font-size: 14px;
    padding: 15px !important;
  }
  #pricing .box .infos ul {
    margin: 0 0 40px !important;
  }
  .reveal {
    max-height: 300px;
  }
  .home-b .home-banner, .home-c .home-banner {
    background-image: none;
  }
  .home-b .home-banner .grid-x, .home-c .home-banner .grid-x {
    padding-bottom: 0;
  }
  .home-b .how-it-works {
    display: block;
    padding-bottom: 45px;
  }
  .home-b .how-it-works #howWorks {
    margin-right: 0;
    margin-bottom: 25px;
    max-width: 100%;
    width: 100%;
  }
  .home-b .how-it-works #howWorks p {
    font-size: 16px;
  }
  .home-b .how-it-works .owl-thumb-item {
    width: auto;
    padding: 0;
  }
  .home-b .how-it-works .owl-thumb-item img {
    margin: 0 15px;
    filter: grayscale(100%) contrast(100%) invert(100%);
  }
  .home-b .how-it-works .owl-thumb-item.active {
    background-color: transparent;
  }
  .home-b .how-it-works .owl-thumb-item.active:before {
    display: none;
  }
  .home-b .how-it-works .owl-thumb-item.active img {
    filter: grayscale(0%) contrast(100%) invert(0%);
  }
  .home-b .how-it-works .owl-thumb-item span {
    display: none;
  }
  .home-b .bg-gray h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #pricing .box .btn {
    font-size: 18px;
  }
  #pricing .box .data {
    padding: 25px;
  }
  #pricing .box .data h2 {
    font-size: 30px;
  }
  #pricing .box .data h3 {
    font-size: 20px;
  }
  #pricing .box .data p {
    font-size: 16px;
  }
  #pricing .box .infos {
    font-size: 14px;
    padding: 25px;
  }
  #pricing .box .infos ul {
    margin: 0 0 40px !important;
  }
  .home-b .how-it-works {
    padding-bottom: 45px;
  }
  .home-b .how-it-works #howWorks {
    margin-right: 15px;
    max-width: 60%;
  }
  .home-b .how-it-works #howWorks p {
    font-size: 16px;
  }
  .home-b .how-it-works .owl-thumb-item {
    font-size: 14px;
    line-height: 34px;
    padding: 0 0 0 5px;
  }
  .home-b .how-it-works .owl-thumb-item img {
    margin-right: 5px;
    max-width: 15px;
  }
  .home-b .how-it-works .owl-thumb-item.active {
    background-color: transparent;
  }
  .home-b .how-it-works .owl-thumb-item.active:before {
    border-right: 14px solid #f42a6d;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #pricing .box .data {
    padding: 25px;
  }
  #pricing .box .infos {
    font-size: 16px;
    padding: 25px;
  }
  #pricing .box .infos ul {
    margin: 0 0 40px !important;
  }
  .home-b .how-it-works {
    padding-bottom: 45px;
  }
  .home-b .how-it-works #howWorks {
    margin-right: 15px;
    max-width: 63%;
  }
  .home-b .how-it-works #howWorks p {
    font-size: 16px;
  }
  .home-b .how-it-works .owl-thumb-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279px) {
  header nav a {
    padding: 0 12px !important;
    font-size: 16px;
  }
}
.fb-share-button {
  width: 70%;
  margin: 20px auto;
}
.dropshare {
  width: 100%;
  padding: 20px 20px;
  border-radius: 8px;
  color: #fff;
  background-color: #1976d2;
  font-size: 1.1em;
  border: 0;
  cursor: pointer;
  display: block;
  text-align: center;
}
.dropshare:hover {
  color: #fff;
  background-color: #0c5296;
}
.dropshare:active {
  color: #fff;
  background-color: #0c5296;
}
/*# sourceMappingURL=https://dropsmarteo.com/wp-content/build/scss_library/b19dd53012ce7b0d3b2206a01fcf14ca0204c01a.css.map */