@font-face {
    font-family: Open-Sans Regular;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: Open-Sans Light;
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf');
}

@font-face {
    font-family: Open-Sans Bold;
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
}

body, html {
    font-family: Open-Sans Regular;
}

a, a:hover {
    text-decoration: none;
}

.container-menu {
    z-index: 9999;
    width: 100%;
}
.container-menu-desktop {
    width: 100%;
    z-index: 9999;
    font-size: 30px;
}

.container-menu-not-home {
    background-color: #797156;
}

.container-menu-not-home img.d-inline-block.align-top {
    width: 55px;
}

.container-menu.fixed-menu {
    background-color:  #797156;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
}

.navbar-brand {
    margin-left: 5rem;
}

.fixed-menu > a.navbar-brand img {
    width: 55px;
}

.dropdown-menu-tbc {
    background-color:rgb(121, 113, 86);
}

.dropdown-menu-tbc a.dropdown-item {
    color:#fff;
}

.dropdown-menu-tbc a.dropdown-item:hover {
    background-color:#fff;
    color: rgb(121, 113, 86);
}

.dropdown-menu-tbc a.dropdown-item.selected {
    font-weight: bolder;
}

ul.navbar-nav li.nav-item a.nav-link{

    padding: 1rem 2rem;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
    cursor: pointer;
}

.container-menu-home ul.navbar-nav li.nav-item:hover a.nav-link {
    border: #797156 2px solid;
}

.container-menu-not-home ul.navbar-nav li.nav-item:hover a.nav-link {
    border: none;
}

.fixed-menu ul.navbar-nav li.nav-item a.nav-link {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.container-menu-not-home ul.navbar-nav li.nav-item a.nav-link {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.fixed-menu ul.navbar-nav li.nav-item:hover a.nav-link {
    transition: .4s ease;
    border: none;
    background-color: #fff;
    color: rgb(121, 113, 86);

}

.container-menu-not-home ul.navbar-nav li.nav-item:hover a.nav-link {
    transition: .4s ease;
    border: none;
    background-color: #fff;
    color: rgb(121, 113, 86);

}

.fixed-menu img.d-inline-block.align-top {
    width: 55px;
}

.search-form {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.search-form-input, 
.search-form-input:focus{
    font-family:  Open-Sans Light;
    color: #fff;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;

}


.search-form-input::placeholder {
    color: #fff
}

/** 
** SECTION USA SHOP    
**/

section.usashop {
    background-color: #797156;
}

section.usashop h3 {
    font-family: Open-Sans Light;
    font-weight: 300;
    font-size: 1.6em;
    color: #fff;
    line-height: 1.4em;
}

section.usashop a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 1em;
    padding: 1em 2em;
    background: #797156;
    color: #fff;
    border: 1px solid #797156;
    border-width: 1px 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
    border: 2px #fff solid;
    text-decoration: none;
}

section.usashop a:hover {
    color:#797156;
    background-color: #fff;
    transition: .4s ease;
}

/** 
** SECTION CATEGORIES LINK 
**/

.categories-link ul li a {
    font-size: 1.5em;
    color: #666;
    font-weight: 100;
}

.categories-link ul li a:hover {
    text-decoration: underline;
}

.categories-link ul li:first-child {
    text-decoration: none;
    border-right: 2px solid #797156;
    padding-right: 1rem;
    letter-spacing: .3em;
    margin: 0px !important;
}

.categories-link ul li {
    text-decoration: none;
    border-right: 2px solid #797156;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: .3em;
    margin: 0px !important;
}

.categories-link ul li:last-child {
    border-right: none;
    padding-left: 1rem;
}



/** 
** SECTION FEATURED ITEMS 
**/

.featured-card {
    padding-top: 15px;
    padding-bottom: 15px;
}

.inner-thumb {
   background-color: rgba(0,0,0,.8);
    position: relative;
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-link-mask{
    position: relative;
    height: 300px;
    z-index: 9998;
    width: 100%;
}

.featured-link {
    font-family: Open-Sans Bold;
    color: #fff;
    text-decoration: none;
    display: none;
}


/** 
** SECTION BACKGROUND TABLE 
**/


.background-table{
    height: 70vh;
    padding: 350px 0px;
    background-position: center;
    background-repeat: no-repeat;
}

.background-wrapper {
    font-family: Open-Sans Light;
    letter-spacing: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: lighter;
    font-size: 2.6rem;
    line-height: 1.375em;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
    margin: .1em 0;
}


/** 
** SECTION ABOUT 
**/

aside.thumbnail {

    color: #666;
    width: 300px;
    display: block;
    background-color:rgb(236, 218, 172);
    height: fit-content;
    margin-top: 5rem;
}

h2.about-title {
    font-family: Open-Sans Light;
    font-weight: 300;
    font-size: 2.3em;
    color: #797156;
    line-height: 1.3;
    letter-spacing: 8px;
}

.article-text p {
    color: #666;
    line-height: 1.8;
} 

/** 
** SECTION BACKGROUND FOREST 
**/

.background-forest{
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
}

/**
** SHOP PAGE
**/

.short-description p {
    font-size: 15px;
}

.btn-secondary:hover {
    background-color: red;
}


/** 
** FOOTER
**/

section.contact-form {
    border-top: 2px solid #797156
}

section.contact-form .form-control,
section.contact-form .form-control:focus  {
    box-sizing: border-box;
    border-radius: 0;
    border: 2px solid #797156;
    padding: 10px;
    background: #fff;
}

section.contact-form input,
section.contact-form input:focus  {
    height: 3rem;
}

.submit-button {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 0em 2em;
    background: #fff;
    color: #797156;
    border-width: 1px 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
    border: 2px #797156 solid;
    text-decoration: none;
}

.submit-button:hover {
    transition: .4s ease;
    background: #797156;
    color: #fff;
}

.contact-text-wrapper p {
    width: 200px;
    height: fit-content;
    font-size: 18px;
    color: #797156;
    margin: 0;
    line-height: 23px;
    text-align: right;
    float: right;
}

.status_message {
    font-size: 18px;
    color: #797156;
    line-height: 1.5;
    font-weight: 500;
}

.contact-text-wrapper p {
    line-height: 1.5;
}

footer.footer {
    background-color: #797156;
}


footer.footer p, footer.footer a {
    color: #fff;
    margin: 0px;
    font-size: 16px;
}

.footer-column {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}


.grecaptcha-badge {
    display: none !important;
}

/** 
** SCROLL BUTTON
**/

#button {
    display: inline-block;
    background-color: #797156;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }
  #button::after {
    content: "\e905";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }