/*

Tooplate 2126 Antique Cafe + Additions - GosmountHillFarm

https://www.tooplate.com/view/2126-antique-cafe

*/
body, div {
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/*body {
    font-family: LatoWeb, 'Raleway', sans-serif;
    background-color: #666;
}*/



p a {
    /*color: #FF6;*/
    color: #2305e6;
}

p a:hover {
	/*color: #9FF;*/
    color:#067cee;
}

#about p a { color: #066; }
#about p a:hover { color: #F36; }

#contact p a { color: #066; }

footer span a { color: #FFF; }

.tm-logo-font {
    font-family: 'Oswald', sans-serif;
}

.tm-container {
    max-width: 1200px;
}

.parallax-window {
    min-height: 1064px;
    background: transparent;
}

.tm-text-yellow {
    color: #FC6;
}

.tm-text-gold {
    color: #CC9966;
}

.tm-text-brown {
    color: #544639;
}

.tm-text-green {
    color: #006666;
}

a.tm-bg-green:hover {
    background-color: #0a8585;
}

.tm-bg-brown {
    background-color: #544639;
}

.tm-bg-green {
    background-color: #006666;
}

.tm-border-gold {
    border-color: #CC9966;
}

.tm-intro-width {
    max-width: 436px;
}

.tm-item-container {
    max-width: 520px;
}

.input:focus {
    outline: none !important;
    border:1px solid #CC9966;
    box-shadow: 0 0 10px #b67533;
}

input::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(214, 212, 212);
    opacity: 1; /* Firefox */
}
  
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(214, 212, 212);
}
  
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(214, 212, 212);
}

#tm-nav {
    z-index: 1000;
    transition: all 0.3s ease;
}

#tm-nav.scroll {
    background-color: rgba(0,0,0,0.7);
}

#tm-nav li a {
    border-bottom-color: transparent;
    transition: all 0.3s ease;
}

#tm-nav li a.current,
#tm-nav li a:hover {
      border-bottom: 4px solid #CC9966;
}

.tm-text-2xl {
    font-size: 1.2rem;
    line-height: 2rem;
}

@media (min-width: 768px) {
    #tm-nav.scroll .tm-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #tm-nav {
        width: auto;
        right: 0;
        border-radius: 5px;
    }
}

@media (max-width: 639px) {
    .parallax-window {
        min-height: 600px;
    }
}

@media (max-width: 370px) {
    .tm-menu-item {
        flex-direction: column;
    }

    .tm-menu-item-2 {
        flex-direction: column-reverse;
    }

    .tm-menu-item img {
        margin-bottom: 10px;
    }

    .tm-menu-item-2 img {
        margin-bottom: 10px;
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    transition: all .5s ease-in-out;
}

.sticky45 {
    position: fixed;
    top: 45px;
    width: 96%;
    left: 2%;
    transition: all .5s ease-in-out;
}

.mynav-menucarbon {
    font-family: 'LatoWeb', 'action_manregular', 'Comic Sans MS';
    color: #fff;
    position: absolute;
    top: 0.25rem;
    /*padding-left: 1.2rem;*/
    font-weight: 600;
    font-size: 1.1rem;
}

#mynavbar {
    font-family: LatoWeb;
    font-size: 1.1rem;
}

.mynav-menucarbon:hover {
    cursor: pointer;
}

.nav-close-button span::before {
    margin-left: -7px !important;
}

/*Has to be in menutest10 at the end of he day*/
@media only screen and (max-width: 798px) {
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
    }

    .sticky45 {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
    }

    #mynavbar {
        font-size: 0.9rem;
    }
}

body.is-preload:before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #ececec;*/
    background: #000;
}

body.is-preload:after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.5;
    background: #1ab3de;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

#back2Top {
    width: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    background-color: #08d2d8;
    color: #000;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none;
    /*border-radius: 1.5rem;*/
}

.linkhover {
    cursor: pointer;
}
/*Site Seasrch Overrides*/
#mynavbar > ul > li > .menu-bg-green:visited {
    background-color: #03a010 !important;
}

#mynavbar > ul > li > .menu-bg-green:hover {
    background-color: #77d303 !important;
    color: #000 !important;
    cursor: pointer;
}