/* Custom CSS overrides */
/* Add your custom styles here to override existing theme styles */

.arv-wrap {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  height: 100px;
}

@media (max-width: 1380px) {
  .arv-wrap {
    height: 80px;
  }
}

.dtp-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: block;
}

.page-template:not(.woocommerce) .first,
.page-template-template-personal .blocks,
.first-less {
  padding-top: 160px !important;
}

@media (max-width: 980px) {
  .page-template:not(.woocommerce) .first,
  .page-template-template-personal .blocks,
  .first-less {
    padding-top: 100px !important;
  }
}
