/*
Theme Name:     Bimber Child Theme
Theme URI:      http://bimber.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       bimber
Version:        1.0
Text Domain:    bimber-child
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

button,
input,
select,
textarea {
  color: black;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  background-color: transparent;
  color: black;
  border-radius: 4px;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

#g1-archive-filter-select,
#cat {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-color: var(--g1-border-color);
  background-color: transparent;
  color: white;
  border-radius: 4px;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

.g1-body-inner header {
  padding-top: 10px;
}

.footer-flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 6%;
}

.footer-flexbox-column {
  color: var(--g1-footer-mtxt-color);
}

.footer-flexbox-column-1 {
  display: flex;
}

/* @media (max-width: 1025px) {
  .footer-flexbox-column-2 {
    display: none;
  }
} */

.footer-flexbox-column-2 {
  flex: 1;
  display: box;
  order: 1;
}

.footer-flexbox-column-3 {
  flex: 1;
}

.footer-flexbox-column-4 {
  width: 100%;
  font-size: 11px;
  flex: 3;
}

.footer-flexbox-column-1b > nav > ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.footer-flexbox-column-1b > nav > ul > li {
  padding: 0 4px;
}

.g1-footer-nav > ul {
  margin: 0 !important;
}

@media (min-width: 801px) {
  .social-cta-mobile-only {
    display: none;
  }
}

@media (max-width: 1025px) {
  /* .footer-flexbox {
    flex-direction: column;
    align-items: center;
  } */
  .footer-flexbox .footer-flexbox-column-3 {
    order: 1;
  }
  .footer-flexbox .footer-flexbox-column-4 {
    order: 1;
    padding-bottom: 10px;
  }
}

._form_element._field215._full_width ._field-wrapper select {
  background-color: lightgrey;
}

.as-address-banner:after {
  content: "\e019";
}

.as-address-banner:before {
  background-color: #22a7f0;
}

/** Fix for the icon not visible in the header when logged in **/
.logged-in .g1-drop-the-user .g1-drop-toggle .g1-drop-toggle-icon:before {
  visibility: visible;
}

/* Author Page Design */

@media screen and (min-width: 801px) {
  .custom_author_page .archive-body .g1-row-inner .g1-column-2of3 {
    width: 80%;
    margin-right: 3%;
  }
}

.custom_author_page .g1-column-2of3 .flex-container {
  display: flex;
  text-align: initial;
  column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .custom_author_page .g1-column-2of3 .flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    text-align: center;
  }
}

.custom_author_page .g1-column-2of3 .flex-container .flex-column {
  box-shadow: border-box;
}
.custom_author_page .g1-column-2of3 .flex-container .flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  flex-basis: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .custom_author_page
    .g1-column-2of3
    .flex-container
    .flex-column:nth-of-type(1) {
    flex-basis: 30%;
    max-width: 30%;
  }
  .custom_author_page
    .g1-column-2of3
    .flex-container
    .flex-column:nth-of-type(2) {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.custom_author_page .flex-container .flex-column .user_avatar img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}
.custom_author_page .flex-container .flex-column .page-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.custom_author_page .flex-container .flex-column .social_icons ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.custom_author_page .flex-container .flex-column .social_icons ul li {
  display: inline-flex;
}
.custom_author_page .flex-container .flex-column .social_icons ul li a {
  color: white;
  border: 1px solid white;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.5s ease;
  background-color: inherit;
  font-size: 18px;
}
.custom_author_page .flex-container .flex-column .social_icons ul li a:hover {
  background-color: white;
  color: #d44f49;
}
.custom_author_page .more_stories {
  background-color: black;
  position: relative;
  top: -1px;
  z-index: 123;
  padding: 20px 0;
  text-align: center;
}
.custom_author_page .more_stories h2 {
  text-transform: capitalize;
  color: white;
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  .custom_author_page .more_stories {
    text-align: left;
  }
}

/* Author Page Design */
.text_embed_content iframe{
  width:100%;
  padding:10px 0;
}
.archive-subtitle.page-subtitle.cat-desc{
  margin-top:20px;
  opacity: unset;
}