/*------------------------------------*\

    Header CSS

    eg: Header, Navigation, Ubermenu, Masthead
    Page head.............The main page header.
    Navigation............Navigation elements + Ubermenu.
    Masthead..............Page title/image/slideshow header block.
    Breadcrumbs...........Breadcrumbs navigation typically near the masthead/page heading

\*------------------------------------*/

/**
 * Page-head
 */


.page-header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 16px;
    z-index: 999999;
	background: #F9F2EA;
}



.page-header-new {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 100px;
    left: 0;
    padding: 20px 0 20px;
    background: transparent;
}


.top-header-banner{
    background: #000;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
    display: none;
}

.top-header-banner p{
    margin-bottom: 0;
    padding-bottom: 0;
}

.logo {
    float: left;
    width: 40%;
    padding-top: 23px;
    text-align: center;
}

.logo img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.right-header {
    float: right;
    margin-top: -5px;
}

.header-contact-detais {
    padding-top: 10px;
    display: flex;
    gap: 1rem;
}

.page-header.js-scrolled .header-contact-detais {
    padding-top: 0px;
}

.header-contact-detais ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.header-contact-detais ul li{
    float: none;
    font-size: 16px;
    width: 100%;
    color: #4B4741;
    padding-left: 0;
    text-align: center;
    display: none;
}

.header-contact-detais ul li.btn-buy {
    display: inline-block;
}

.header-contact-detais ul li.btn-buy a {
    background: #E0AC83;
	color: #73321E !important;
}

.header-contact-detais ul li.btn-buy a:hover {
    background-color: #eec2a0 !important;
}

.header-contact-detais ul li:before{
    display: none;
}

.header-contact-detais ul li a{
    color: #4B4741;
    font-size: 17px;
    font-weight: bold;
}

.search-click {
    float: right;
    font-size: 32px;
    color: #BB2E31;
    cursor: pointer;
    margin-right: 20px;
}

.header-call {
    float: left;
    margin-right: 35px;
    font-size: 28px;
    padding-top: 4px;

}

.header-call a {
    color: #BB2E31;
    border: none;
    display: block;
}

.header-call a:hover {
    background: none;
}
.nav-fixed {
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    z-index: 999999;
    width: 100%;
    color: #000000;
    padding: 0 0;
}

.fixed-quote-btn {
    float: left;
    text-align: center;
    width: 50%;
}

.fixed-quote-btn .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.fixed-quote-btn .btn {
    border-radius: 0;
}

.toggle-menu,
.back-to-top {
    float: right;
    font-size: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 0.8em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    padding: 0 0 0 0;
    letter-spacing: 0.4px;
    margin: 5px 0 0 0;
    width: 25%;
}

.toggle-menu i {
    display: block;
    padding-bottom: 5px;
    font-size: 29px;
    line-height: 0.8em;
    color: #2D3956;
}

.back-to-top {
    margin-top: 7px;
}

.back-to-top i {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    color:#2D3956;
}

.toggle-menu.cross,
.back-to-top a {
    color: #000;
    border: none;
    background: transparent;
    padding: 0;
}

.toggle-menu.cross i {
    display: block;
    font-size: 29px;
    line-height: 0.8em;
}

.toggle-menu.cross .icon-hamburger-menu::before {
    content: "\e910";
}

.toggle-menu:hover {
    color: #000;
}

.search-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background-color: #EDEDED;
    padding: 10px 22px;
}

.search-box input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 0 50px 0 18px;
    font-size: 12px;
    color: #737070;
    font-weight: 400;
    height: 45px;
}

.search-box button[type="submit"] {
    border: none;
    border-radius: 0;
    height: 100%;
    padding: 0 0;
    color:#fff;
    background-color: #6B99CA;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 20px;
    width: 60px;
    margin: 0;
    transition: all 0.5s ease;
}

.search-box button[type="submit"]:hover {
    background: #2D3956;
    color: #fff;
}

.quick-link {
    padding-top: 28px;
}

.quick-link .btn {
    box-shadow: 0 3px 35px rgba( 38, 4, 5, .1 );
    display: block;
    text-align: center;
    border: none;
}

@media (min-width: 768px) {


    .logo {
        width: 200px;
        float: left;
    }

    .search-click {
        float: left;
        font-size: 24px;
        margin-right: 66px;
        margin-top: 9px;
    }

    .header-call {
        margin-right: 60px;
        font-size: 18px;
        padding-top: 6px;
        font-family: 'Shippori Mincho', serif;
        font-weight: 700;

    }

    .header-call i {
        font-size: 24px;
        vertical-align: middle;
        padding-right: 7px;
    }

    .toggle-menu {
        width: auto;
    }

    .right-header{
        float: right;
        text-align: right;
        padding-top: 0;
        margin-top: 1px;
    }

    .header-contact-detais ul{
        float: right;
    }

    .header-contact-detais ul li{
        float: left;
        font-size: 16px;
        width: 100%;
        color: #2d3956;
        padding-left: 0;
    }

    .search-box input[type="text"]{
        font-size: 18px;
    }
}

@media (min-width: 1025px) {
    .logo {
        width: 259px;
        padding-top: 14px;
    }
    .right-header{
        margin-top: 0;
    }
    .search-click {
        display: none;
    }

    .search-box {
        display: block;
        position: relative;
        float: right;
        padding: 0;
        background-color: transparent;
        width: 349px;
        box-shadow: 0 3px 35px rgba( 38, 4, 5, .05 );
    }

    .top-header {
        float: right;
        margin-right: 20px;
    }

    .header-call a:hover,
    .search-box button:hover {
        color: #000;
    }

    .page-header.hideheader {
        top: -180px;
    }

    .page-header.js-scrolled {
        position: fixed;
        top: 0 !important;
        z-index: 999;
        -webkit-transition: 0.6s all ease;
        -moz-transition: 0.6s all ease;
        transition: 0.4s all ease;
        width: 100%;
        height: auto;
        background-color: #F9F2EA;
        padding: 5px 0 0 0;
        box-shadow: 0 0 20px rgba( 38, 4, 5, .25 );
        padding-block: .4rem .5rem;
    }

    .page-header.js-scrolled .logo {
        padding-top: 10px;
        width: 272px;
    }

    .page-header.js-scrolled .top-header-banner {
        display: none;
    }

    .page-header.js-scrolled .right-header br,
    .page-header.js-scrolled .search-box {
        display: none;
    }

    .page-header.js-scrolled .bottom-header {
        float: right;
    }

    .page-header.js-scrolled .top-header {
        float: right;
        padding-top: 8px;
    }

    .page-header.js-scrolled .header-call {
        margin-right: 20px;
    }


}

/* Fix sticky header position for when admin bar visible
   TODO: Uncomment if design has sticky header */

/* .admin-bar .page-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .page-header {
        top: 46px;
    }
} */





/**
 * Navigation
 */


/* General Styling */
.nav-primary {
    padding: 0 0;
    display: none;
    position: fixed;
    background-color: #F8F8F8;
    width: 100%;
    left: 0;
    z-index: 99999;
    top: 0;
    height: 100%;
    overflow-y: auto;
}

.nav-primary ul {
    margin: 0 22px;
    padding: 0 0 50px 0;
    list-style: none;
}

.nav-primary ul li {
    margin: 22px 0 0 0;
    position: relative;
    background: none;
    list-style: none;
    font-family: 'Shippori Mincho', serif;
    padding: 0;
    font-size: 25px;
    text-decoration: none;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 3px 35px rgba( 38, 4, 5, .1 );
    border: none;
    border-left: 10px solid #2D3956;
    border-radius: 10px;
}

.nav-primary ul li::before {
    display: none;
}

.nav-primary ul li::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    line-height:30px;
    text-align: center;
    color: #2D3956;
    font-size: 16px;
    font-family: 'icomoon';
    content: '\e90d';
}

.nav-primary ul li.menu-item-has-children::after {
    display: none;
}

.nav-primary ul li a {
    color:#000000;
    display: block;
    border: none;
    padding: 24px 35px 24px 25px;
    font-size: 16px;
}

.nav-primary ul li a:hover {
    color: #C31613;
    background: none;
}

.nav-primary .sub-menu-toggle {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    line-height:30px;
    text-align: center;
    color: #2D3956;
    font-size: 16px;
}

.nav-primary ul.sub-menu.js-toggled {
    display: block;
}

.sub-menu-toggle.js-clicked::before {
    content: "\e912";
}

button:focus {
    outline: none;
}


.nav-primary ul li a:after {
    display: none !important;
}

.nav-primary ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
}

.nav-primary ul.sub-menu li {
    margin: 0;
    padding: 0 0;
    background: none;
    border-bottom: none;
    box-shadow: none;
    border: none;
    font-size: 18px;
}


.nav-primary ul.sub-menu li::after {
    display: none;
}
@media (min-width: 767px) {
    .nav-primary{
        top: 45px;
    }

    .top-header-banner{
        display: none;
    }
}
@media (min-width: 1200px) {

    .top-header-banner{
        display: block;
    }

    .top-header-banner p{
        font-size: 16px;
    }

    .nav-primary {
        padding: 10px 0 0 0;
        display: block !important;
        position: relative;
        background-color: transparent;
        height: auto;
        overflow: inherit;
        top: 0;
    }

    .nav-primary ul li::after {
        display: none;
    }

    .sub-menu-toggle::before {
        content: "\e906";
    }

    .nav-primary ul {
        margin: 0;
        padding: 0;
        float: right;
    }

    .nav-primary ul li {
        background: none;
        box-shadow: none;
        border:none;
        float: left;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding: 0 20px;
        margin: 0;
        transition: background-color 0.5s ease, color 0.5s ease;
        border-radius: 12px;
    }

    .nav-primary ul li:hover{
        background-color: #2D3956;
        color: #fff;
    }

    .nav-primary ul li:hover a{
        color: #fff;
    }

    .nav-primary ul li a {
        padding: 7px 3px;
    }

    .nav-primary ul li:hover .sub-menu-toggle{
        color: #fff;
    }

    .nav-primary .sub-menu-toggle {
        top: 7px;
        font-size: 12px;
        padding-left: 20px;
    }

    /*.nav-primary ul li:last-child a {
        font-size: 18px;
        display: inline-block;
        padding: 14px 25px 14px 25px;
        line-height: 1.2em;
        border-radius: 5px;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        border: none;
        font-weight: 700;
        position: relative;
        transition: all .3s ease-in-out;
        vertical-align: middle;
        background: #BB2E31;
        color: #ffffff;
        text-transform: none;
        border: 1px solid #BB2E31
      }

      .nav-primary ul li:last-child a:hover {
            transition: all .3s ease-in-out;
            vertical-align: middle;
            background: #531314;
            border-color: #531314;
        }*/

        .nav-primary ul.sub-menu.js-toggled {
            display: none;
        }

        .page-header.js-scrolled .nav-primary {
            padding: 0;
        }

        .nav-primary ul.sub-menu {
            width: 256px;
            position: absolute;
            top: 100%;
            overflow: inherit;
            height: auto;
            background-color: #fff;
            border-top: 4px solid #bb2e31;
            left: 50%;
            margin-left: -128px;
            box-shadow: 0 0 20px rgba( 38, 4, 5, .25 );
            padding-bottom: 10px;
            border-radius: 5px;
        }

        .nav-primary ul.sub-menu li {
            float: none;
            padding: 0 15px;
        }

        .nav-primary ul.sub-menu li:last-child a {
            transition: all .3s ease-in-out;
            vertical-align: middle;
            background: none;
            border: none;
            padding: 14px 0;
            color: #000;
            font-weight: 400;
        }

        .nav-primary ul.sub-menu li:last-child a:hover {
            color: #bb2e31;
        }

        .nav-primary li:hover ul.sub-menu {
            display: block;
        }
}

/**
 * Ubermenu Styling (Starter CSS - Generally no editing needed)
 */
@media only screen and (max-width: 1024px) {
  /* forces mobile menu to push other menu items down when open instead of the sub-menu overlapping other menu items */
  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
      position: relative !important;
  }

  .ubermenu-responsive.ubermenu {
      margin: 0;
      position: fixed;
      width: 100%;
      z-index: 900;
      background: #f0f0f0;
  }

  .ubermenu .ubermenu-item {
      position: relative !important;
  }

  /* styles the sub-menu indicator on mobile and tablet */
  .ubermenu-sub-indicator {
      position: absolute;
      right: 0;
      top: 0;
      padding: 20px;
      z-index: 900;
  }

  .ubermenu-responsive-toggle {
      float: right;
  }
}

.ubermenu-responsive-toggle i { /* controls styling of mobile menu toggle */
    display: block;
    font-size: 30px;
    margin: 0 !important;
}

.ubermenu-sub-indicator-close {
    display: none !important;
}


@media only screen and (min-width: 1024px) {
  .ubermenu > ul > li > a {
      padding-top: 40px !important; /* controls top level menu items on desktop size */
      padding-bottom: 40px !important;
      display: block;
  }
}

.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #ccc;
}

.ubermenu-responsive.ubermenu {
    bottom: 80px;
    left: 0;
    max-height: 500px !important;
    overflow-x: scroll !important;
    z-index: 2000;
}

.desktop-menu .ubermenu-responsive-toggle {
    display: none;
    z-index: 2000;
    position: relative;
}

@media only screen and (min-width: 768px) {
  .ubermenu-responsive.ubermenu {
      top: 174px; /* controls position of responsive menu on tablet size */
      bottom: auto;
      max-height: auto !important;
      overflow-x: inherit !important;
  }

  .sticky-bar {
      display: none;
  }

  .desktop-menu {
      display: inline-block;
  }

  .desktop-menu .ubermenu-responsive-toggle {
      display: block;
  }
}

@media only screen and (min-width: 1025px) {
    .desktop-menu .ubermenu-responsive-toggle {
        display: none;
    }

    .ubermenu-responsive.ubermenu {
        top: auto;
    }
}

/* controls sticky bar menu icon and overlay on mobile */
.sticky-bar .menu-is-active .fa-bars:before {
    content: 'X'; /* TODO: change this to be an icon from the icon font on the site */
}

body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, .25 );
    z-index: -1000;
}

body.menu-is-active:after {
    z-index: 1000;
    display: block;
}

@media( max-width: 1024px ) {
    .sticky-bar {
        z-index: 2000 !important;
    }
}

/* Modern IPhone Fixes */
@media screen and (width: 375px) and (height: 813px) {

	.sticky-bar {
		/* ^ TODO: change classname to match mobile sticky bar class */

		/* prevents 'home indicator' overlap */
		padding-bottom: 34px;

		/* prevents content from being cut off in screen rounded corners */
		padding-left: 16px;
		padding-right: 16px;
	}
}



/**
 * Ubermenu Styling - Custom Styles
 */




/**
 * Masthead
 */

.masthead {
    position: relative;
    padding: 15px 0 15px 0;
    background: #616A7F;
}

.masthead-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.masthead-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.masthead-content {
    position: relative;
}

@media (min-width: 768px) {
    .masthead {
        padding: 15px 0 15px 0;
    }

}

/* breadcrumbs */

.breadcrumbs {
    margin: 0;
    padding: 0;
}

.breadcrumbs .container {
    padding: 0 22px;
}

.breadcrumbs ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.breadcrumbs ul li {
    float: left;
    padding: 0 0 0 15px;
    margin: 0 0 0 8px;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs ul li:first-child {
    margin-left: 0;
}

.breadcrumbs ul li:last-child a{
    color: #fff;
    font-weight: 600;
}

.breadcrumbs ul li a {
    font-weight: 400;
    color: #fff;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

.breadcrumbs ul li a:hover {
    color: #055BAC;
}

.breadcrumbs ul li::after {
    display: none;
}

.breadcrumbs ul li::before {
    content: '\e90d';
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'icomoon';
    color: #fff;
    font-size: 8px;
    font-weight: normal;
    transform: translate(0, -50%);
    width: auto;
    height: auto;
    background: transparent;
    border-radius: unset;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
}

.breadcrumbs ul li:first-child::before {
    display: none;
}

@media (min-width: 768px) {


    .breadcrumbs .container {
        padding: 0 54px;
    }

    .breadcrumbs ul li {
        font-size: 14px;
        padding: 0 0 0 17px;
    }

    .breadcrumbs ul li::before {
        top: 56%;
    }
}

@media (min-width: 1025px) {
    .breadcrumbs .container {
        padding: 0 16px;
    }

    .header-contact-detais ul li a{
        font-size: 18px;
    }
}


/* Menu */

.header-contact-detais .menu {
}

.mobile-menu {
    display: none;
}

.mobile-menu__btn-box svg {
    fill: #616a7f;
}

.mobile-menu__close-btn,
.active .mobile-menu__hbr-btb {
    display: none;
}

.active > .mobile-menu__close-btn {
    display: block;
}

.mobile-menu__icon {
    height: 20px;
    width: 20px;
}

.header-contact-detais ul {
    display: flex;
    align-items: center;
}

.header-contact-detais ul .mobile-menu__btn-box {
    height: 24px;
    cursor: pointer;
    display: block;
}

.mobile-menu__hbr-btb {
    height: 100%;
}

.mobile-menu {
    position: absolute;
    background: #fff;
    width: 100vw;
    padding-top: 1.5rem;
    text-align: left;
}

.mobile-menu .menu {
    padding: 0 0 1rem;
}

.mobile-menu_items .btn-buy {
    display: inline-block;
    min-width: 160px;
}

.mobile-menu__box .btn-buy {
    display: none;
}

@media (max-width: 400px) {
    .header > .container {
        padding: 0 10px;
    }
}

@media (min-width: 800px) {
    .header-contact-detais .menu {
        display: flex;
        gap: 1rem;
        margin-right: 1rem;
    }

    .header-contact-detais .menu li {
        flex: 1 0 1;
        min-width: 160px;
    }

    .mobile-menu_items .btn-buy {
        display: none;
    }

    .mobile-menu__btn-box {
        display: none;
    }

    .header-contact-detais ul li {
        display: inline-block;
    }

    .header-contact-detais ul.mobile-menu__btn {
        display: none;
    }

    .page-header {
        z-index: 9;
    }

}

/*------------------------------------*\

    Header CSS

    eg: Header, Navigation, Ubermenu, Masthead
    Page head.............The main page header.
    Navigation............Navigation elements + Ubermenu.
    Masthead..............Page title/image/slideshow header block.
    Breadcrumbs...........Breadcrumbs navigation typically near the masthead/page heading

\*------------------------------------*/

/**
 * Page-head
 */

/*
.page-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0 20px;
    background: transparent;
}
*/

.header-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo {
    max-width: 120px;
}

.logo a {
    display: block;
    border: none;
    background: transparent;
    position: relative;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.header-phn a {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #354771;
    font-size: 18px;
    line-height: 1.3em;
    border: none;
    background: transparent;
}

.header-btn .btn {
    font-size: 16px;
    padding: 13px 16px 13px 20px;
}

.header-btn .btn i {
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 2px 4px;

}

.header-btn a.btn.btn-primary.external:hover {
    background-color: #4275ad;
}

@media(min-width: 768px) {
    .page-header {
        padding: 30px 0 20px;
    }

    .logo {
        max-width: 145px;
    }

    .header-btn {
        margin-left: 24px;
    }

    .header-btn .btn {
        font-size: 18px;
        padding: 15px 25px;
    }

    .header-btn .btn i {
        font-size: 13px;
        padding: 0 0 2px 6px;

    }
}

@media(min-width: 1200px) {
    .page-header {
        padding: 43px 0;
    }

    .logo {
        max-width: 207px;
    }

    .header-wrap {
        justify-content: space-around;
    }
}



@media(min-width: 1025px) {
    .page-header--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

/* Fix sticky header position for when admin bar visible


/* .admin-bar .page-header {
    top: 32px;
}

@media screen and (max-width: 1200px) {
    .admin-bar .page-header {
        top: 0;
    }
} */

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
(-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (max-width: 1024px) {}




/**
 * Navigation
 */


/* General Styling */

.nav-primary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-primary li {
    cursor: pointer;
    position: relative;
}

.nav-primary li:before,
.nav-primary li:after {
    display: none;
    /* hide any custom bullet styling */
}

.nav-primary a {
    display: block;
    text-decoration: none;
}


/* 1st Level */

.nav-primary>.menu>li {
    display: inline-block;
}


/* Sub Menus */

.nav-primary .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 250px;
    /* adjust to match width of submenu prototype */
}

.nav-primary li:hover>.sub-menu {
    display: block;
}

.nav-primary .sub-menu li {
    display: block;
}


/* 3rd Level Sub Menus */

.nav-primary .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}



/**
 * Ubermenu Styling (Starter CSS - Generally no editing needed)
 */
@media only screen and (max-width: 1024px) {

    /* forces mobile menu to push other menu items down when open instead of the sub-menu overlapping other menu items */
    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        position: relative !important;
    }

    .ubermenu-responsive.ubermenu {
        margin: 0;
        position: fixed;
        width: 100%;
        z-index: 900;
        background: #f0f0f0;
    }

    .ubermenu .ubermenu-item {
        position: relative !important;
    }

    /* styles the sub-menu indicator on mobile and tablet */
    .ubermenu-sub-indicator {
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px;
        z-index: 900;
    }

    .ubermenu-responsive-toggle {
        float: right;
    }
}

.ubermenu-responsive-toggle i {
    /* controls styling of mobile menu toggle */
    display: block;
    font-size: 30px;
    margin: 0 !important;
}

.ubermenu-sub-indicator-close {
    display: none !important;
}

.mobile-menu {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 1024px) {
    .ubermenu>ul>li>a {
        padding-top: 40px !important;
        /* controls top level menu items on desktop size */
        padding-bottom: 40px !important;
        display: block;
    }
}

.ubermenu-responsive.ubermenu {
    top: 80px;
    left: 0;
    max-height: 500px !important;
    overflow-x: scroll !important;
    z-index: 2000;
}

.desktop-menu .ubermenu-responsive-toggle {
    display: none;
    z-index: 2000;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .ubermenu-responsive.ubermenu {
        top: 174px;
        /* controls position of responsive menu on tablet size */
        bottom: auto;
        max-height: auto !important;
        overflow-x: inherit !important;
    }

    .sticky-bar {
        display: none;
    }

    .desktop-menu {
        display: inline-block;
    }

    .desktop-menu .ubermenu-responsive-toggle {
        display: block;
    }
}

@media only screen and (min-width: 1025px) {
    .desktop-menu .ubermenu-responsive-toggle {
        display: none;
    }

    .ubermenu-responsive.ubermenu {
        top: auto;
    }
}

/* controls sticky bar menu icon and overlay on mobile */
.sticky-bar .menu-is-active .fa-bars:before {
    content: 'X';
    /* TODO: change this to be an icon from the icon font on the site */
}

body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    z-index: -1000;
}

body.menu-is-active:after {
    z-index: 1000;
    display: block;
}

@media(max-width: 1024px) {
    .sticky-bar {
        z-index: 2000 !important;
    }
}

/* Modern IPhone Fixes */
@media screen and (width: 375px) and (height: 813px) {

    .sticky-bar {
        /* ^ TODO: change classname to match mobile sticky bar class */

        /* prevents 'home indicator' overlap */
        padding-bottom: 34px;

        /* prevents content from being cut off in screen rounded corners */
        padding-left: 16px;
        padding-right: 16px;
    }
}




/**
 * Ubermenu Styling - Custom Styles
 */




/**
 * Masthead
 */

.masthead {}




/**
 * Breadcrumbs
 */

.breadcrumbs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 3px;
    font-size: 0;
    margin-bottom: 0;
}

.breadcrumbs a {
    text-decoration: none;
    font-size: 16px
}

.breadcrumbs li :not(:nth-last-child(2)),
.breadcrumbs li :after {
    display: none;
    visibility: hidden;
    content: none;
}

.breadcrumbs li a:before {
    content: "< Go to ";
}

@media (min-width: 767px) {
    .breadcrumbs li a:before {
        content: none;
    }

    .breadcrumbs li :not(:nth-last-child(2)),
    .breadcrumbs li :after {
        display: inline-block;
        visibility: visible;
        content: initial
    }

    .breadcrumbs li {
        font-size: 16px;
    }
}
.header-banner {
    background-color: #EEDACF ;
    color: #73321E;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
}
.header-banner p {
	color: #73321E;
    padding:0;
}

.header-banner .btn-banner {
    background: #E0AC83;
	color: #73321E;
    padding: 5px 15px;
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

.header-banner .btn-banner:hover {
	background-color: #eec2a0;
 
} 

@media (min-width: 768px) {
.header-banner .btn-banner {
    display: inline;
    margin: 0 20px;
}

}