
/* Global */
.single-post .links-block {
  display: none;
}

.contact-box p {
  margin-bottom: 0.25rem;
}

.single-post #comments.comments-area {
  display: none;
}

.wp-block-embed iframe {
  display: block;
  margin: 0 auto 1rem;
}

/* Header and Footer */
#header .logo-desktop,
#footer .footer-logo img {
  max-height: 120px;
}
#footer .footer-row {
  padding: 0 40px 0;
}

.nav-holder .social-networks {
  padding: 10px 0;
}

.nav-holder .social-networks a,
#footer .social-networks a {
  font-size: 22px;
}

.nav-holder .social-networks a i,
#footer .social-networks a i {
  width: 22px;
}

/* Contact US */
.wpcf7-form-control.wpcf7-submit {
  color: white;
  padding: 0.5rem 3rem;
  height: auto;
  width: auto;
}

.wpcf7-response-output {
  margin-top: 5.5rem;
}

/* Default Page CSS */
.single-post .entry {
  font-size: 1rem;
  line-height: 1.65;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.single-post .entry .wp-block-gallery,
.single-post .entry .wp-block-image figure,
.single-post .entry .wp-block-image figure img {
  width: 100%;
  max-width: 38rem;
}

.single-post .entry .wp-block-gallery,
.single-post .entry .wp-block-image figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.page-template-default #wrapper > .container > h1,
.single-post .entry > p,
.single-post .entry > h1,
.single-post .entry > h2,
.single-post .entry > h3,
.single-post .entry > h4,
.single-post .entry > ul,
.single-post .entry > ol {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

/* WooCommerce */

.woocommerce div.product div.images img {
  width: 100%;
}

.woocommerce.postid-1190 div.product .product_title {
  text-transform: none;
  max-width: 340px;
}