/* Scss Document */
/*
 * Media Queries
 */
/*
 * Imports
 */
/* Scss Document */
#content .judges_sestion {
  padding: 20px; }
  #content .judges_sestion .judges {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap; }
    #content .judges_sestion .judges .judges_details {
      padding: 10px;
      flex-grow: 1;
      width: 30%;
      text-align: center; }
      #content .judges_sestion .judges .judges_details p.judges_com {
        font-weight: bold; }

/* Glomo Winners single */
#content.glomos .wp-block-cover {
  max-width: none;
  background-color: #090329;
  background-size: cover;
  background-position: top center;
  margin-bottom: 3em; }
  #content.glomos .wp-block-cover .post-head {
    max-width: 1232px;
    margin: 0 auto;
    color: #fff;
    padding: 1.6em 1em 2em; }
    #content.glomos .wp-block-cover .post-head .post-head-top {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media screen and (max-width: 420px) {
        #content.glomos .wp-block-cover .post-head .post-head-top {
          flex-direction: column-reverse; } }
      #content.glomos .wp-block-cover .post-head .post-head-top .post-share a {
        color: #ffffff;
        font-size: 24px;
        line-height: 44px;
        display: inline-block;
        vertical-align: top;
        width: 44px;
        height: 44px;
        text-align: center;
        border-radius: 100%;
        border: 1px solid #ffffff; }
    #content.glomos .wp-block-cover .post-head .post-head-bottom {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media screen and (max-width: 420px) {
        #content.glomos .wp-block-cover .post-head .post-head-bottom {
          flex-direction: column; } }
      #content.glomos .wp-block-cover .post-head .post-head-bottom .container {
        margin: 0;
        padding: 0; }
      #content.glomos .wp-block-cover .post-head .post-head-bottom .wp-block-image figure {
        text-align: center;
        max-width: 300px; }

/* Glomo Winners Page */
.winners-page h2 {
  margin: 2em 0 1em;
  background: #090329;
  color: #ffffff;
  padding: .1em;
  text-align: center; }
.winners-page .winners .inner-content {
  display: flex; }
  @media screen and (max-width: 420px) {
    .winners-page .winners .inner-content {
      flex-direction: column; } }
  .winners-page .winners .inner-content .inner-img {
    max-width: 20%; }
    @media screen and (max-width: 420px) {
      .winners-page .winners .inner-content .inner-img {
        max-width: 100%; } }
  .winners-page .winners .inner-content p {
    font-size: 1.375em;
    padding-left: 20px; }

/*# sourceMappingURL=judges.css.map */
