@charset "utf-8";

/* CSS Document */

body {
    background-color: #000;
    color: #FFF;
    font-family: Segoe, Segoe UI, sans-serif;
    font-size: 1.1em;
}


/************************************
	Main Layout Elements
************************************/

a.RetLogo img {
    width: 200px;
    height: auto;
    resize: both;
}

a {
    color: #FFF;
}

a img {
    order: none;
}

.menu-link {
    color: #231F20;
    text-decoration: underline;
}

.menu-link:hover {
    text-decoration: none;
}

.fa {
    color: #41A62A;
}

.about-quote {
    width: 60%;
    margin: 0 auto;
}

.about-quote img {
    position: relative;
    top: 6px;
    left: -6px;
}


/************************************
	Navigation & Ordering Buttons
************************************/

.CTA-prime {
    transition: background-color 0.5s ease;
    border-bottom: 7px solid transparent;
    background-color: transparent;
    color: #FFF;
    font-size: 1.2em;
}

.CTA-prime:hover {
    border-bottom: 7px solid #41A62A;
}

.CTA-second {
    transition: background-color 0.5s ease;
    background-color: #41A62A;
    padding: 10px 25px;
    margin: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
}

.CTA-second:hover {
    background-color: #358F26;
}


/************************************
	Individual Row Styling
************************************/

#Header,
#MailingList {
    background: url(https://3.zwcdn.zwift.com.au/LPAssets/ThaiHerb/images/bg-wall-texture.jpg) repeat;
}

#MailingList {
    z-index: 10;
}

#AboutUs {
    background: url(https://3.zwcdn.zwift.com.au/LPAssets/ThaiHerb/images/bg-Thai-Herb.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 20px 0px 20px 0px;
}

#AboutUs .SectionCont {
    width: 40%;
}

#OurMenu {
    background: #C5BFC1 url(https://3.zwcdn.zwift.com.au/LPAssets/ThaiHerb/images/bg-menu-section.jpg) no-repeat right bottom;
    background-size: 50% auto;
    background-attachment: fixed;
    color: #231F20;
    z-index: 10;
}

#OurMenu .col:first-child {
    padding: 50px 90px;
}

#Reviews {
    background: url(https://3.zwcdn.zwift.com.au/LPAssets/ThaiHerb/images/bg-thai-wallpaper.jpg) repeat;
}

#Reviews .review {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 100px;
    font-size: 1.4em;
    font-style: italic;
}

#Reviews .review span {
    color: #41A62A;
}

#Reviews .review span.review-name {
    color: #C5BFC1;
    font-size: 1em;
    font-style: normal;
}

#ContactUs-Single {
    z-index: 10;
    background: url(https://3.zwcdn.zwift.com.au/LPAssets/ThaiHerb/images/bg-Thai-Herb-restaurant.jpg) repeat-y center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #231F20;
}

#ContactUs-Single a {
    color: #231F20;
}

#MailingList iframe {
    width: 100%;
    height: 450px;
    border: 0;
    overflow: hidden;
}


/************************************
	Header Transform Styling
************************************/

#Header.onScroll {
    position: fixed;
    height: 110px;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
}

a.RetLogo.onScroll img {
    width: 150px;
    height: auto;
    resize: both;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav.onScroll {
    margin-top: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav li {
    padding-right: 20px;
}

.nav.onScroll li a {
    padding: 0px;
    font-size: 1em;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav li.current a span {
    border-bottom: 7px solid #41A62A;
}


/* The current class animates the inner page nav via lpfunctions.js */


/************************************
	Font Styling
************************************/

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.2em;
}

#ContactUs-Single ul li {
    font-size: 1.3em;
}

#ContactUs-Single ul li a:hover {
    border-bottom: 7px solid #41A62A;
}

.Merriweather {
    font-family: 'Merriweather', serif;
}

.about-intro {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: lighter;
}

.about-quote {
    font-style: italic;
    font-size: 1.2em;
}

.about-quote-name {
    font-style: normal;
    color: #A7A9AC;
}


/************************************
	General Styling
************************************/

.StoreContainer {
    background: #000;
}

.StoreContainer iframe {
    height: 160px;
    padding-bottom: 30px;
}

.rounded {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.iframe-shadow {
    box-shadow: 0px 0px 8px #777;
}

.text-shadow {
    text-shadow: 1px 1px 2px #000;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 1);
}

footer a img:hover {
    transform: translateY(-10px);
    transition: 0.1s ease 0.05s;
}

.ZwiftPowered a:hover,
.ZwiftPowered a img:hover {
    transform: none;
}


/* No effect on Zwift footer */


/************************************
	ISM Slider additional styling
************************************/

.ism-CTA-Button {
    background-color: rgba(0, 0, 0, 0.60);
    border: 2px solid rgba(255, 255, 255, 1.00);
    padding: 6px 20px 7px 20px;
    color: #ffffff;
}