/* ==========================================================================
   Spacious Child Classic
   Layout styles
   ========================================================================== */

/* --------------------------------------------------------------------------
 * Containers
 * -------------------------------------------------------------------------- */

.wide-1340 #page {
  width: 100%;
  max-width: 100%;
}

.narrow-1340 #page {
  max-width: 1400px;
}

.wide-1340 .inner-wrap {
  width: 100%;
  max-width: 1340px;
  padding: 0 15px;
}

/* --------------------------------------------------------------------------
 * Page structure
 * -------------------------------------------------------------------------- */

#page {
  box-shadow: none;
}

/* --------------------------------------------------------------------------
 * Content columns
 * -------------------------------------------------------------------------- */

#primary {
  width: 65%;
  order: 2;
}

#secondary {
  width: 32%;
  order: 1;
}

/* Full-width archives */

.archive #primary,
.category-persony #primary {
  width: 100%;
}

/* Archives with sidebar */
/* FAQ and information about activities */

.category-200 #primary,
.category-199 #primary {
  width: 65%;
  float: right;
}

.category-199 #secondary,
.category-200 #secondary {
  float: left;
}

/* --------------------------------------------------------------------------
 * Footer layout
 * -------------------------------------------------------------------------- */

.footer-widgets-area {
  padding-top: 25px;
  padding-bottom: 25px;
}

#colophon .widget {
  padding: 0;
}

#colophon .widget ul li {
  border-bottom: none;
}

.tg-one-half {
  padding: 0;
}

.tg-one-half-large {
  width: 60%;
}

.tg-one-half-small {
  width: 37%;
}

/* footer .menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

footer .menu li {
  margin-right: 20px;
} */

/* --------------------------------------------------------------------------
 * Responsive layout
 * -------------------------------------------------------------------------- */
/* 
@media screen and (max-width: 1308px) {

  .wide-1340 .inner-wrap {
    padding: 0;
  }

  .tg-one-half-large {
    width: 46%;
  }

  .tg-one-half-small {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .tg-one-half-large {
    width: 32%;
  }

  .tg-one-half-small {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .left-sidebar .inner-wrap-1340 {
    display: flex;
    flex-wrap: wrap;
  }

  #primary,
  #secondary {
    width: 100%;
  }

  .category-200 #primary,
  .category-199 #primary {
    width: 100%;
  }

  .tg-one-half-large,
  .tg-one-half-small {
    width: 100%;
  }

  .tg-one-half-small {
    padding-top: 20px;
  }

  footer .menu {
    display: block;
    text-align: center;
  }

  footer .menu li {
    margin-right: 0;
  }

  .category-faq #primary,
  .category-informacziya-pro-diyalnist #primary {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .home #main.main-content #secondary,
  .page-template-feed #main #secondary {
    padding-top: 50px;
  }
} */
