/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
.Layout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

.form-group {
  padding: 5px 0;
}

.password-input-group {
  width: 100%;
}

/*
.masonry {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}

.masonry-item {
  display: inline-block;
  background: #fff;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.masonry-item .masonry-item-content {
  padding: 1em;
}

.masonry-item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
*/
.grid-single-outfit {}

.grid-single-outfit-content {
  position: relative;
  margin: 15px;
}

.grid-single-title {
  position: relative;
  padding-right: 15px;
}

.grid-single-outfit-edit {
  position: absolute;
  right: 5px;
  top: 0;
}

.grid-single-tags {
  display: flex;
  flex-wrap: wrap;
}

.grid-single-tag {
  font-size: 13px;
  border: 1px solid black;
  padding: 5px;
  margin: 5px 5px 5px 0;
}

.masonry {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  /* Adjustment for the gutter */
  width: 100%;
}

.masonry-item:first-child {
  flex-grow: 1;
  width: 30%;
  border: 1px solid #c36;
}

.masonry-item:first-child {}

.masonry-item {
  width: calc(25% - 30px);
  margin: 15px;
}

@media only screen and (max-width: 1024px) {
  .masonry-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .masonry-item {
    width: 100%;
  }
}

.is_favorite {
  color: #c36;
  font-size: 13px;
  display: block;
}

.highlight {
  color: #c36;
  border-color: #c36;
}

a {
  color: #d34e78;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: #d34e78;
}