/*Home Page Styles*/
body {
    background-image: url(../Images/Shop_main1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275%;
    font-family: 'Hind', sans-serif;
    font-size: 25px;
    font-weight: 500;
}
body a {
    color: #DFD9AB;
    text-decoration: none;
    text-transform: uppercase;
}
body a:hover {
    color: #7E0000;
}
#header {
    margin: 0 auto;
    padding: 35px 0;
}
.leaf {
    background-color: #491000;
    border: none;
}
.leaf:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
#header {
    padding: 1em 0;
}
}
#header .header-inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    height: 4em;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
#header .header-inner {
    max-width: 768px;
    height: 3em;
}
}

@media only screen and (max-width: 767px) {
#header .header-inner {
    height: 1em;
    padding: 0 1em 1em;
}
}
#header .navbar .logo {
    margin: 0;
    padding: 0 50px;
    position: absolute;
    right: 335px;
    text-align: center;
    top: -58px;
}

@media only screen and (max-width: 767px) {
#header .navbar .logo {
    margin: 0 auto;
    position: relative;
    width: 135px;
    right: 0;
    top: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
#header .navbar .logo {
    margin: 0.5em 0;
    right: 257px;
    top: -20px;
}
}

@media only screen and (max-width: 767px) {
#header .navbar .logo img {
    width: 135px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
#header .navbar .logo img {
    width: 225px;
}
}
#header .navbar .menu {
    text-align: center;
    margin-top: 2em;
}

@media only screen and (max-width: 767px) {
#header .navbar .menu {
    display: none;
}
}
#header .navbar .menu ul {
    list-style-type: none;
}
#header .navbar .menu ul .video {
    margin-right: 355px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
#header .navbar .menu ul .video {
    margin-right: 260px;
}
}
#header .navbar .menu li {
    display: inline;
    padding: 0 .35em;
}

@media only screen and (min-width: 1024px) {
#header .navbar .menu li {
    padding: 0 .75em;
}
}
#mobile-menu, #mobile-user {
    background: url("https://startersitev2.wmg-gardens.com/sites/startersitev2.wmg-gardens.com/files/201306/home-onepage-mobile_menu.png") no-repeat scroll right 0 transparent;
    cursor: pointer;
    height: 1.25em;
    margin-top: -22px;
    float: right;
    width: 1.5625em;
}

@media only screen and (min-width: 768px) {
#mobile-menu, #mobile-user {
    display: none;
}
}
#mobile-menu ul.mobile-menu, #mobile-menu ul.mobile-user, #mobile-user ul.mobile-menu, #mobile-user ul.mobile-user {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 100000;
    display: none;
}
#mobile-menu ul.mobile-menu li, #mobile-menu ul.mobile-user li, #mobile-user ul.mobile-menu li, #mobile-user ul.mobile-user li {
    background: #444;
    border-top: 1px solid #cdcdcd;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    margin: 0;
}
#mobile-menu ul.mobile-menu li a, #mobile-menu ul.mobile-user li a, #mobile-user ul.mobile-menu li a, #mobile-user ul.mobile-user li a {
    display: block;
}
#mobile-user {
    background: url("https://s.cdpn.io/17920/head_2.png") no-repeat scroll right 0 transparent;
    height: 21px;
    margin-right: 15px;
    margin-top: -24px;
}
.hat {
    background: #000;
    padding: 1em;
    height: 1.15em;
    padding: 0.5em 1em;
}

@media only screen and (max-width: 767px) {
.hat {
    display: none;
}
}
.menu-out, .menu-out ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-out:before, .menu-out:after {
    content: "";
    display: table;
}
.menu-out:after {
    clear: both;
}
.menu-out {
    zoom: 1;
    float: right;
}
.menu-out li {
    float: left;
    position: relative;
}
.menu-out a {
    font-size: 0.75em;
    padding: 5px 10px;
    color: #999;
}
.menu-out li:hover > a {
    color: #ED3D3D;
}
.menu-out ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 33px;
    left: -10px;
    z-index: 1;
    background: none repeat scroll 0 0 #000000;
    transition: all .2s ease-in-out;
}
.menu-out li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.menu-out ul li {
    float: none;
    display: block;
}
.menu-out ul a {
    display: block;
    float: none;
    padding: 10px 20px;
    white-space: nowrap;
}
.content {
    background-color: #DFD9AB;
    padding: 60px 0px 0px;
    border-style: double;
    border: 10px;
    border-color: #7E0000;
    text-align: center;
    color: #7E0000;
}
.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #7E0000;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.button:hover span {
    padding-right: 25px;
}
.button:hover span:after {
    opacity: 1;
    right: 0;
}
.footer {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}
.cup {
    float: right;
    clear: left;
    overflow: auto;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
    background: #7E0000;
    color: white;
}
.fa-twitter {
    background: #7E0000;
    color: white;
}
.fa-google {
    background: #7E0000;
    color: white;
}
.fa-youtube {
    background: #7E0000;
    color: white;
}
.fa-instagram {
    background: #7E0000;
    color: white;
}
.fa-snapchat-ghost {
    background: #7E0000;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/*Home Page Styles end*/

/*Shop Styles*/
/*Shop Styles End*/
