/*
 * Theme Name:  Squaretype Child
 * Theme URI:   https://codesupply.co/themes/squaretype/
 * Description: Squaretype Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    squaretype
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.navbar-container .navbar-content .navbar-col:nth-child(2) {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}


@media only screen and (min-width: 1020px) {
  .navbar-brand--mark {
    width: 80px;
    height: 80px;
    background: #FEE08B;
    display: flex;
    align-items: center;
    margin-right: 25px;
  }
}

.navbar-brand--mark img {
  margin: 0 auto;
}

.header-large .navbar-topbar .navbar-wrap,
.large-section-enabled .navbar:not(.sticky-nav) .navbar-wrap {
  border-bottom: 1px solid #e9ecef;
  padding-top: 0;
}

@media only screen and (max-width: 1020px) {
  .offcanvas-sidebar .widget_nav_menu.cs-d-lg-none {
    display: none;
  }

  .navbar-brand--mark {
    width: 18px;
    height: auto;
    margin-right: 25px;
  }

  .header-large .navbar-topbar {
    display: block;
  }

  .header-large .navbar-topbar .navbar-brand {
    display: none;
  }
}