/*
Theme Name: Tekstiiliringlus
Theme URI: https://www.tekstiiliringlus.ee
Author: Phi Digital
Author URI: https://phi.ee
Description: Tekstiiliringlus
Version: 0.2.2
Text Domain: tekstiiliringlus
*/
/*
Import
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.navbar-top .navbar-nav .nav-item.current-menu-item:not(.menu-item-object-custom) > a,
.navbar-mobile .navbar-body .navbar-nav .nav-item.current-menu-item:not(.menu-item-object-custom) > a,
.navbar-top .navbar-nav .nav-item.current-menu-parent:not(.menu-item-object-custom) > a,
.navbar-mobile .navbar-body .navbar-nav .nav-item.current-menu-parent:not(.menu-item-object-custom) > a {
  font-weight: bold;
}

.navbar .navbar-nav .nav-link > a {
  text-decoration: none;
}

.navbar-brand {
  font-family: Asap, sans-serif;
  text-transform: uppercase;
  padding-top: 6px;
}
.navbar-brand img {
  margin-right: 0.75rem;
  margin-top: -6px;
}

.footer-brand {
  display: inline-block;
  margin-top: -10px;
}

.contact textarea.form-control {
  height: 200px;
  min-height: 200px;
}
.contact .wpcf7-not-valid-tip {
  margin: 1rem 0 0;
}
.contact .wpcf7 form .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1rem 1.5rem;
  border: 0;
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
  background: #e6af2e;
  color: #ffffff;
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  background: #3d348b;
  color: #ffffff;
}

.page-title {
  border-bottom: 1px solid #000;
}

.bg-blue .page-title {
  border-bottom: 1px solid #ffffff;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  margin-bottom: 1rem;
}
.post-content figure {
  margin: 0 0 2rem;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-media-text,
.post-content .wp-block-cover,
.post-content .wp-block-quote,
.post-content .wp-block-file {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.post-content .wp-block-column .wp-block-file:first-child {
  margin-top: 0;
}

.text-white .wp-block-file a {
  color: #ffffff;
}

.text-white a.read-more {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .navbar-expand-lg.navbar-top .navbar-nav {
    align-items: center;
  }
}
@media (min-width: 828px) {
  .interactive-links-style-2.flex-column .nav-link::before {
    top: 4.5rem;
  }
}/*# sourceMappingURL=style.css.map */