/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.1
Text Domain: uncode
*/

html {
  font-size: 16px;
}

*:focus {
  border: 1px solid rgb(72, 72, 254);
}

.cc-press-grid {
}

article.cc-press-grid__posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

article.cc-press-grid__posts section.cc-press-grid-item {
  padding: 15px 20px;
  flex-basis: 100%;
  max-width: 100%;
}

article.cc-press-grid__posts .cc-press-grid-item__inner {
  border-bottom: 2px solid rgb(77, 77, 77);
  padding-bottom: 2.5rem;
}

article.cc-press-grid__posts .cc-press-grid-item__title {
}

article.cc-press-grid__posts .cc-press-grid-item__title h4 {
  line-height: 1.25;
  font-weight: 600;
}

article.cc-press-grid__posts .cc-press-grid-item__title h4 a {
  color: black;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Instead use this non-standard one: */
  word-break: break-word;
}

article.cc-press-grid__posts .cc-press-grid-item__meta {
  margin-top: 0.5rem;
  color: black;
  font-weight: 500;
}

article.cc-press-grid__posts .cc-press-grid-item__meta > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

article.cc-press-grid__posts .cc-press-grid-item__meta > span > small {
  margin: 0;
}

article.cc-press-grid__posts .cc-press-grid-item__cta {
  margin-top: 0.75rem;
}

article.cc-press-grid__posts div.cc-press-grid-item__cta a.cc-cta {
  font-size: 0.9rem;
  color: white;
}

article.cc-press-grid__posts .cc-press-grid-item__meta,
article.cc-press-grid__posts .cc-press-grid-item__cta,
article.cc-press-grid__posts .cc-press-grid-item__title {
  text-align: center;
}

.cc-press-grid__load {
  margin-top: 2.5rem;
}

.cc-press-grid__load button {
  background: transparent;
  color: black;
}

.cc-press-grid__load button.loading {
  opacity: 0.35;
  pointer-events: none;
}

.cc-press-grid__load button:hover {
  color: gray;
}

.visuallyhidden {
  display: none !important;
}

article.cc-press-grid__posts div.cc-press-grid-item__cta a.cc-cta {
  display: inline-block;
  padding: 0.75em 1.25em;
  background: #6c757d;
  color: white;

  border-radius: 2px;
}

article.cc-press-grid__posts div.cc-press-grid-item__cta a.cc-cta:hover {
  background: rgb(92, 92, 92);
  color: white;
}

.vert-seperator {
  width: 1px;
  height: 0.7rem;
  display: inline-block;
  margin: 0 0.5rem;
  background: black;
}

/* Accessiblity styling/overrides */
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only:focus {
  background-color: #fff;
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 1rem;
  height: auto !important;
  left: 10px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 10px;
  width: auto;
  z-index: 100000;
}

.style-light a:not(.btn-text-skin):hover,
.style-light a:not(.btn-text-skin):focus {
  color: #146149;
}

.scroll-top {
  display: inline-block;
}

.social-icon.icon-box > a {
  display: inline-block;
}

input#wpsl-search-btn {
  color: #616161;
}

.header-wrapper
  > .row-container
  > .row-background.background-element
  > .background-wrapper
  > .background-inner {
  background-color: #595959;
}

.navbar-header > a.navbar-brand {
  display: inline-block;
}

#wpsl-wrap
  #wpsl-result-list
  .wpsl-store-location
  p:not(.wpsl-contact-details)
  strong {
  font-size: 1.125rem;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores p,
#wpsl-wrap #wpsl-result-list #wpsl-stores span,
#wpsl-wrap #wpsl-result-list #wpsl-stores a {
  font-size: 1rem;
}

*:focus {
  outline: 1px solid white !important;
  box-shadow: 0 0 0 1px black !important;
  border: 1px solid black !important;
}

@media screen and (min-width: 768px) {
  article.cc-press-grid__posts section.cc-press-grid-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  article.cc-press-grid__posts .cc-press-grid-item__meta,
  article.cc-press-grid__posts .cc-press-grid-item__cta,
  article.cc-press-grid__posts .cc-press-grid-item__title {
    text-align: left;
  }

  article.cc-press-grid__posts .cc-press-grid-item__meta > span {
    justify-content: flex-start;
  }

  article.cc-press-grid__posts .cc-press-grid-item__inner {
    padding-bottom: 3rem;
  }
  article.cc-press-grid__posts .cc-press-grid-item__cta {
    margin-top: 1.5rem;
  }
  article.cc-press-grid__posts .cc-press-grid-item__meta {
    margin-top: 1rem;
  }
  article.cc-press-grid__posts
    .cc-press-grid-item:nth-last-child(-n + 2)
    .cc-press-grid-item__inner {
    border-bottom: none;
  }
}

@media screen and (min-width: 1200px) {
  article.cc-press-grid__posts section.cc-press-grid-item {
    flex-basis: 33%;
    max-width: 33%;
  }
  article.cc-press-grid__posts .cc-press-grid-item__inner {
    padding-bottom: 3rem;
  }
  article.cc-press-grid__posts .cc-press-grid-item__cta {
    margin-top: 1.5rem;
  }
  article.cc-press-grid__posts .cc-press-grid-item__meta {
    margin-top: 1rem;
  }

  article.cc-press-grid__posts .cc-press-grid-item__title h4 {
    font-size: 1.5rem;
  }

  article.cc-press-grid__posts
    .cc-press-grid-item:nth-last-child(-n + 3)
    .cc-press-grid-item__inner {
    border-bottom: none;
  }
}

@media screen and (min-width: 1700px) {
  header#masthead.navbar
    .menu-container
    .row-menu
    .main-menu-container
    > .menu-horizontal {
    margin-top: 20px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1699px) {
  header#masthead.navbar .menu-container .row-menu > .row-menu-inner {
    table-layout: fixed;
  }

  header#masthead.navbar
    .menu-container
    .row-menu
    .main-menu-container
    > .menu-horizontal
    > .menu-horizontal-inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }

  header#masthead.navbar
    .menu-container
    .row-menu
    .main-menu-container
    > .menu-horizontal {
    margin-top: 50px;
  }

  header#masthead.navbar
    .menu-container
    .row-menu
    .main-menu-container
    > .menu-horizontal
    > .menu-horizontal-inner
    ul[role="menubar"] {
    position: relative;
  }
}
