/*
Theme Name: AndrewTheme
Theme URI: ''
Author: SoftwareRB
Author URI: https://softwarerb.com/
Description: Theme for Andrew wine
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordpresAndrew
Tags: four-columns, simple-blog
*/

* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background-color: white;
    font-size: 16px;
}

.nav2 {
    display: none;
}

/* nav {
    display: flex;
    height: 40px;
    flex-direction: row;
    align-items: baseline;
    align-self: center;
} */

header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.wine-by {
    font-family: 'Merriweather', serif;
    font-size: 25px;
    line-height: 32px;
    color: #707070;
}

.andrew-ja {
    font-family: 'Merriweather', serif;
    color: #C8A769;
    font-size: 50px;
    line-height: 62px;
}

.navs {
    width: 90%;
    display: grid;
    grid-template-columns: 35% 65%;
    height: 115px;
    position: fixed;
    padding: 20px 0;
    left: 5%;
    background-color: white;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
}

.nav-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}

a .fab {
    font-size: 22px;
}

.new-p {
    width: 100%;
    padding: 0;
    text-align: center;
}

.nav-social p,
.nav-social a {
    height: 32px;
    padding: 5px 10px;
}

.new-gravity {
    flex-wrap: wrap;
    justify-content: center;
    right: 0;
    top: 36px;
    position: absolute;
}

.new-p {
    width: 100%;
    padding: 0px !important;
    text-align: center;
}

.menu-h {
    display: none;
}

nav .menulink {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
}

nav .menulink li {
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    border-left: 1px solid black;
}

nav .menulink li {
    padding: 5px 10px;
}

nav .menulink li:first-child {
    border-left: 0px;
}

nav .menulink li a {
    text-decoration: none;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    color: black;
}

nav .menulink li a:hover {
    font-weight: 700;
}

section {
    width: 100%;
    height: auto;
}

.ss1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* background-image: url('http://andrewjanuikwines.com/wp-content/themes/image/andrew.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 600px;
    height: auto;
}

.s1-info {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 100%;
    margin-bottom: 10%;
    background-color: rgba(0, 0, 0, 0.2);
}

.s1-space {
    width: 100%;
    height: 10vh;
}

.s1-msn {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    color: white;
    text-align: center;
}

.s1-msn h1 {
    font-size: 75px;
    line-height: 90px;
    font-weight: 600;
    padding: 15px 0;
}

.s1-msn p {
    font-size: 18px;
    line-height: 35px;
}

.s1-wine {
    background-image: url('http://andrewjanuikwines.com/wp-content/themes/image/grapesHorizontal.png'), url('http://andrewjanuikwines.com/wp-content/themes/image/andrewJanuikWine.png');
    background-size: 75% auto, auto 90%;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    background-position: right bottom, center top;
}

.ss2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: 342px 227px, auto 85%;
    background-position: 50% bottom, left 50px;
    min-height: 500px;
    height: auto;
}

.s2-msn {
    display: block;
    width: 50%;
    height: auto;
    margin-left: 50%;
}

.s2-msn h2 {
    font-size: 35px;
    width: 70%;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 42px;
}

.s2-msn p {
    font-size: 16px;
    line-height: 37px;
    color: #707070;
    width: 70%;
    padding-left: 15%;
}

.s2-sub {
    color: black !important;
    line-height: 19px;
    font-weight: 600;
}

.purchase {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

.p-title {
    width: 400px;
    text-align: right;
    font-family: 'Merriweather', serif;
}

.p-title p {
    width: 100%;
    font-size: 71px;
    line-height: 89px;
}

.purchase h1 {
    width: 100%;
    font-size: 116px;
    line-height: 146px;
    color: #C8A769;
    font-weight: 500;
}

.p-wine {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.product-wine {
    width: 50%;
}

.prodcut-wine-section {
    width: 80%;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.product-wine_s1 {
    display: grid;
    grid-template-columns: 20% 10% 43% 20%;
    margin-left: 7%;
}

.wine-info_s1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.icon_wine {
    display: block;
}

.icon_wine-info{
    margin-bottom: 20px;
}

.icon_wine-info img{
    width: 32px!important;
    height: 32px!important;
    vertical-align: middle;
    padding-right: 5px;
}

.product-wine_s1 span {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
    margin-top: 31px;
    margin-bottom: 13px;
}

.product-wine_s1 p {
    color: black;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 2.5px;
    padding-top: 5px;
}

.product-wine-buttons {
	display: grid;
	grid-template-columns: 30% 50%;
	justify-content: flex-start;
	align-items: center;
	gap: 5%;
	text-align: center;
}

.ml {
    color: rgba(0, 0, 0, 0.4);
}

.price {
    font-size: 43px;
    line-height: 53px;
    font-weight: 600;
}

.product-wine_s1 img {
    width: 100%;
    /* height: 100%;*/
    height: auto;
}

.prodcut-wine-info {
    width: 100%;
    margin-bottom: 20px;
}

.title-wine {
    display: grid;
    grid-template-columns: 80% 20%;
    padding-top: 20px;
}

.btn_wine {
    background-color: black;
    color: white;
    padding: 12px;
    text-decoration: none;
}

.vineyard {
    text-align: center;
    color: #9F9B93;
    cursor: pointer;
}

.vineyard:hover, .vineyard.active {
    text-align: center;
    color: #C8A769;
    cursor: pointer;
}

.vineyard img {
    width: 62px;
    height: 62px;
}

.ss3 {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

.s3-top {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
    height: auto;
    margin-bottom: 2%;
}

.s3-top-img {
    width: 90%;
    height: auto;
    text-align: center;
}

.s3-top-tab {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    margin: 30px 0;
}

.s3-top-msn {
    color: #707070;
    line-height: 37px;
    width: 80%;
}

.s3-top-msn h1 {
    font-family: 'Merriweather', serif;
    color: #C8A769;
    font-size: 59px;
    line-height: 74px;
}

.s3-top-msn h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: black;
}

.s3-bottom {
    width: 100%;
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.s3-info-relative {
    position: relative;
}

.s3-bottom-background {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

.s3-info-center {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15%;
}

.s3-info {
    display: grid;
    width: 100%;
    grid-template-columns: 60% 40%;
}

.s3-info-msn {
    width: 90%;
    margin: 25% 5% 0 5%;
}

.s3-gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.s3-gallery img {
    width: 80%;
    margin-bottom: 2%;
}

.ss4 {
    margin: 2% 5%;
    width: 90%;
    display: flex;
    flex-direction: row;
}

.s4-form {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.s4-form h3 {
    font-size: 50px;
    line-height: 79px;
    font-weight: 600;
    color: black;
}

.s4-form p {
    line-height: 37px;
    color: #707070;
    margin-bottom: 5px;
}

form input {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #C8A769;
}

form button {
    width: 200px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
}

.contact-address {
	margin-left: 5%;
	display: grid;
	grid-template-columns: 25% 75%;
	gap: 5%;
	align-items: flex-start;
	justify-content: center;
}

.s4-map {
    width: 70%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 300px;
}

.s4-map-img {
    width: 70%;
    margin-left: 25%;
}

.s4-map-info {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.s4-map-info h3 {
    color: #C8A769;
    font-size: 20px;
    line-height: 24px;
}

.s4-map-info p {
    line-height: 34px;
    font-size: 16px
}

.s4-map-info span {
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
}

.s4-map-info-store {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.s4-map-info-store a {
    width: 120px;
    height: 42px;
    margin-right: 10px;
    background-color: black;
    color: white;
}

footer {
    width: 90%;
    margin: 0 5%;
}

.f1 {
    width: 100%;
    height: auto;
    border-bottom: 4px solid black;
    display: flex;
    flex-direction: row;
}

.f-social {
    width: 20%;
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.f-social a {
    margin: 0 10px;
}

.space {
    flex: 1 1 auto;
}

.f-news {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.f-news p {
    font-weight: 600;
    margin-right: 15px;
}

.f-news input {
    border: 0;
    background-color: #F2F2F2;
    height: 50px;
}

.f-news button {
    height: 50px;
    width: 129px;
    background-color: black;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.f2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.f2 ul{
  list-style: none;
  display: inline-flex;
}

.f2 ul li a {
    font-size: 18px;
    line-height: 38px;
    padding: 40px 10px 0 10px;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    color: black;
}

.f2 a {
    font-size: 18px;
    line-height: 38px;
    padding: 40px 10px 0 10px;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    color: black;
}

.f2 a:hover {
    font-weight: bold;
    cursor: pointer;
}

.info-wine-text {
    line-height: 25px;
    /* -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out; */
}

.ifram {
    position: fixed;
    top: 100px;
    left: 10%;
    width: 80%;
    height: 600px;
}

.s3-info-msn p {
    line-height: 30px;
}

.downloadbtn {
    color: #C8A769;
    background-color: white;
    border: 1px solid #C8A769;
}

.downloadbtn .fas {
    font-size: 20px;
    padding-right: 2px;
}

@media(max-width: 1600px) and (min-width: 1025px) {
    nav ul li {
        font-size: 14px;
    }
    .wine-by {
        font-size: 20px;
        line-height: 25px;
    }
    .andrew-ja {
        font-size: 33px;
        line-height: 50px;
    }
}

@media (max-width: 1360px) and (min-width: 1025px) {
    .navs {
        width: 90%;
        left: 5%;
        padding: 10px 0;
    }
    nav ul li {
        font-size: 13px;
    }
    .nav-social p {
        font-size: 14px;
    }
    .ss2 {
        background-size: 0 0, 100% auto;
        background-position: 0 0, 0 0;
    }
    .s2-msn {
        padding-top: 58%;
        background-image: url('http://andrewjanuikwines.com/wp-content/themes/image/cork.png');
        background-size: 342px 227px;
        background-position: right 58%;
        background-repeat: no-repeat;
    }
    .s2-msn {
        width: 90%;
        margin-left: 10%;
    }
    .s2-msn h2 {
        width: 82%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .nav2 {
        display: none;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 2;
        background-color: black;
        flex-direction: column;
        flex-wrap: nowrap;
        color: white;
        animation-name: buuu;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
    }


    .nav2-head {
        width: 80%;
        margin: 20px auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .nav2-head-title {
        width: 85%;
    }
    .nav2 h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .nav2 h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .menu-x {
        width: 36px;
        height: 36px;
        position: relative;
        cursor: pointer;
    }
    .menu-x:after {
        content: '';
        height: 36px;
        border-left: 5px solid #fff;
        position: absolute;
        transform: rotate(45deg);
        left: 28px;
    }
    .menu-x:before {
        content: '';
        height: 36px;
        border-left: 5px solid #fff;
        position: absolute;
        transform: rotate(-45deg);
        left: 28px;
    }
    .menu2 {
        display: flex;
        width: 100%;
        height: 60%;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 5%;
    }
    .menu2 ul {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .menu2 ul li {
        font-size: 27px;
        line-height: 33px;
        font-weight: bold;
        padding: 0px 20px 43px 20px;
        color: white;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
    }
    .menu2 ul li a {
        color: white;
        text-decoration: none;
        width: 100%;
        padding: 10px 50px;
        cursor: pointer;
    }
    .menu2-r-social {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 15%;
    }
    .r-social-img {
        width: 36px;
        height: 36px;
        background-color: white;
        margin: 0 23px;
    }
    .r-social-img a,
    .r-social-img img {
        width: 100%;
        text-decoration: none;
    }
    .navs {
        padding-top: 18px;
        grid-template-columns: 50% 50%;
        background-color: white;
        top: 0;
        height: 90px;
        position: fixed;
    }
    header {
        margin-left: 10%;
        text-align: left;
    }
    .andrew-ja {
        font-size: 36px;
        line-height: 45px;
    }
    .wine-by {
        font-size: 21px;
        line-height: 27px;
    }
    .menulink,
    .nav-social {
        display: none!important;
    }
    nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .menu-h {
        width: 27px;
        height: 27px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 20%;
    }
    .menu-h div {
        width: 100%;
        height: 3px;
        margin-bottom: 5px;
        background-color: black;
    }
    .ss1 {
        background-size: cover;
        background-position: center;
    }
    .s1-wine {
        background-size: 37% auto, auto 90%;
        background-position: 94% bottom, 75% top;
    }
    .s1-info {
        width: 100%;
        margin-left: 0%;
        grid-template-columns: 100%;
        grid-template-areas: "bottle" "msn";
    }
    .s1-space {
        height: 15%;
    }
    .s1-wine {
        grid-area: bottle;
        min-height: 500px;
    }
    .s1-msn {
        grid-area: msn;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        padding-top: 15%;
    }
    .s1-msn h1 {
        font-size: 35px;
        line-height: 43px;
        padding: 0;
    }
    .ss2 {
        width: 100%;
        background-size: 364px 242px, 100% auto;
        background-position: 120% 36%, left top;
    }
    .s2-msn {
        width: 80%;
        height: auto;
        margin: auto;
        padding-top: 60%;
    }
    .s2-msn h2 {
        width: 100%;
        margin-top: 50px;
    }
    .s2-msn p {
        width: 100%;
        padding-left: 0;
    }
    .p-title {
        width: 100%;
    }
    .purchase {
        width: 80%;
    }
    .prodcut-wine-section {
        width: 100%;
    }
    .product-wine_s1 {
        display: grid;
        grid-template-columns: 30% 10% 50% 0%;
        margin-left: 0%;
    }
    .product-wine_s1 p {
        color: black;
        padding-left: 5px;
    }
    .product-wine_s1 span {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .title-wine {
        grid-template-columns: 70% 30%;
    }
    .price {
        font-size: 30px;
        line-height: 37px;
    }
    .info-wine-text {
        font-size: 14px;
    }
    .ss3 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .s3-top {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .s3-top-msn {
        width: 90%;
    }
    .s3-top-msn p {
        font-size: 13px;
    }
    .s3-info-msn p {
        line-height: 30px;
        font-size: 13px;
    }
    .s3-top-tab {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .s3-gallery {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: left;
    }
    .s3-gallery img {
        width: 100%;
        margin-bottom: 6%;
    }
    .ss4 {
        margin: 2% auto;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .s4-form {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-left: 8%;
        background-image: url(http://andrewjanuikwines.com/wp-content/themes/image/corkscrew.png);
        background-position: 80% 0;
        background-repeat: no-repeat;
        background-size: 250px;
    }
    .s4-form p,
    .s4-form h2,
    .s4-form form {
        width: 50%;
    }
    .s4-map {
        background-image: none;
        width: 100%;
    }
    .s4-map-img {
        width: 100%;
        height: 50%;
        margin-left: 0%;
    }
    .s4-map-info {
        padding-left: 20%;
    }
    .f-social {
        width: 35%;
    }
    footer {
        width: 80%;
        margin: 0 auto;
    }
    .f2 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .space {
        flex: none;
    }
    .f2 a:last-child {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .nav2 {
        display: none;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 2;
        background-color: black;
        flex-direction: column;
        flex-wrap: nowrap;
        color: white;
        animation-name: buuu;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
    }

    .nav2-head {
        width: 80%;
        margin: 20px auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .nav2-head-title {
        width: 85%;
    }
    .nav2 h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .nav2 h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .menu-x {
        width: 36px;
        height: 36px;
        position: relative;
        cursor: pointer;
    }
    .menu-x:after {
        content: '';
        height: 36px;
        border-left: 5px solid #fff;
        position: absolute;
        transform: rotate(45deg);
        left: 28px;
    }
    .menu-x:before {
        content: '';
        height: 36px;
        border-left: 5px solid #fff;
        position: absolute;
        transform: rotate(-45deg);
        left: 28px;
    }
    .menu2 {
        display: flex;
        width: 100%;
        height: 60%;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 8%;
    }
    .menu2 ul {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .menu2 ul li {
        font-size: 27px;
        line-height: 33px;
        font-weight: bold;
        padding: 0px 20px 43px 20px;
        color: white;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
    }
    .menu2 ul li a {
        color: white;
        text-decoration: none;
        width: 100%;
        padding: 10px 50px;
        cursor: pointer;
    }
    .menu2-r-social {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 13%;
    }
    .r-social-img {
        width: 36px;
        height: 36px;
        margin: 0 23px;
    }
    .r-social-img a,
    .r-social-img img {
        width: 100%;
        text-decoration: none;
    }
    .navs {
        padding-top: 18px;
        grid-template-columns: 80% 18%;
        background-color: white;
        top: 0;
        height: 90px;
        position: fixed;
    }
    header {
        margin-left: 10%;
        text-align: left;
    }
    .andrew-ja {
        font-size: 36px;
        line-height: 45px;
    }
    .wine-by {
        font-size: 21px;
        line-height: 27px;
    }
    .menulink,
    .nav-social {
        display: none!important;
    }
    nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .menu-h {
        width: 27px;
        height: 27px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 20%;
    }
    .menu-h div {
        width: 100%;
        height: 3px;
        margin-bottom: 5px;
        background-color: black;
    }
    .ss1 {
        background-position: center;
    }
    .s1-info {
        width: 100%;
        height: 100vh;
        margin-left: 0%;
        grid-template-columns: 100%;
        grid-template-areas: "bottle" "msn";

    }
    .s1-space {
        height: 15%;
    }
    .s1-wine {
        grid-area: bottle;
        min-height: 270px;
        background-size: 37% auto, auto 90%;
        background-position: 94% bottom, 75% top;
    }
    .s1-msn {
        grid-area: msn;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        padding-top: 0;
    }
    .s1-msn h1 {
        font-size: 25px;
        line-height: 30px;
        padding: 0;
    }
    .s1-msn p {
        font-size: 16px;
        line-height: 28px;
    }
    .ss2 {
        width: 100%;
        background-size: 250px 180px, 100% auto;
        background-position: 130% 10%, left top;
    }
    .s2-msn {
        width: 80%;
        height: auto;
        margin: auto;
        padding-top: 60%;
    }
    .s2-msn h2 {
        width: 100%;
        margin-top: 50px;
        font-size: 25px;
        line-height: 30px;
    }
    .s2-msn p {
        width: 100%;
        padding-left: 0;
        font-size: 16px;
        line-height: 28px;
    }
    .p-title {
        width: 100%;
    }
    .purchase {
        width: 80%;
    }
    .p-title p {
        font-size: 32px;
        line-height: 40px;
    }
    .purchase h1 {
        font-size: 54px;
        line-height: 68px;
    }
    .prodcut-wine-section {
        width: 100%;
    }
    .product-wine {
        width: 100%;
    }
    .product-wine_s1 {
        display: grid;
        grid-template-columns: 30% 10% 50% 0%;
        margin-left: 0%;
    }
    .product-wine_s1 p {
        color: black;
        padding-left: 5px;
    }
    .product-wine_s1 span {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .title-wine {
        grid-template-columns: 70% 30%;
    }
    .price {
        font-size: 30px;
        line-height: 37px;
    }
    .info-wine-text {
        font-size: 14px;
    }
    .ss3 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .s3-top {
        display: grid;
        grid-template-columns: 100%;
    }
    .s3-top-msn {
        width: 90%;
    }
    .s3-top-msn p {
        font-size: 13px;
    }
    .s3-info-msn p {
        line-height: 30px;
        font-size: 13px;
    }
    .s3-top-tab {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .s3-gallery {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: left;
    }
    .s3-gallery img {
        width: 100%;
        margin-bottom: 6%;
    }
    .s3-top-img {
        width: 100%;
    }
    .s3-top-msn {
        width: 80%;
        margin: 0 auto;
    }
    .s3-info {
        grid-template-columns: 100%;
    }
    .ss4 {
        margin: 2% auto;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .s4-map {
        width: 100%;
    }
    .s4-form {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-left: 8%;
    }
    .s4-form p,
    .s4-form h2,
    .s4-form form {
        width: 80%;
    }
    form button {
        background-color: black;
    }
    .s4-form .s4-map {
        background-image: none;
        width: 100%;
    }
    .s4-map-img {
        width: 80%;
        height: 30%;
        margin-left: 10%;
    }
    .s4-map-info {
        padding-left: 20%;
    }
    .f-social {
        width: 100%;
        margin-bottom: 10px;
    }
    footer {
        width: 80%;
        margin: 0 auto;
    }
    .f1 {
        flex-direction: column;
        height: 190px;
    }
    .f2 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .f-news {
        flex-wrap: wrap;
    }
    .f-news p {
        width: 100%;
    }
    .space {
        flex: none;
    }
    .f2 a:last-child {
        width: 100%;
        text-align: center;
    }
    .f2 a {
        padding: 20px 5px 0 5px;
    }
	
	.contact-address {
		margin-left: 0px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}

@media (max-width: 470px) {
    .navs {
        height: 132px;
    }
    .s1-space {
        height: 150px;
    }
}
@keyframes buuu {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes uuub {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
.menu-menu-andrew-top-container{
  margin-top: 3%;
}

.menu-andrew-top-container{
  margin-top: 3%;
}

.menu-andrew-januik-header-menu-container{
    margin-top: 3%;
  }

nav .nav-social .socialmenulink{
  list-style: none;
  text-align: center;
  padding: 0;
}

nav .nav-social .socialmenulink li{
  position: relative;
  display: inline-block;
}

nav .nav-social .socialmenulink li a:before{
  font-family: 'Font Awesome 5 Brands';
  display: inline-block;
  vertical-align: top;
  padding: 0 2px;
  /* color: #404040; */
  color: #707070;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}

nav .nav-social .socialmenulink li a[href*="facebook.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
}

nav .nav-social .socialmenulink li a[href*="twitter.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}

nav .nav-social .socialmenulink li a[href*="instagram.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}

nav .nav-social .socialmenulink li a[href*="youtube.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f099 f167";
}

nav .nav-social .sr-text{
  display: none;
}

/*MENU FOOTER*/
footer .f-social .socialmenulinkfooter{
  list-style: none;
  text-align: center;
  padding: 0;
}

footer .f-social .socialmenulinkfooter li{
  position: relative;
  display: inline-block;
}

footer .f-social .socialmenulinkfooter li a:before{
  font-family: 'Font Awesome 5 Brands';
  display: inline-block;
  vertical-align: top;
  padding: 0 2px;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}

footer .f-social .socialmenulinkfooter li a[href*="facebook.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
}

footer .f-social .socialmenulinkfooter li a[href*="twitter.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}

footer .f-social .socialmenulinkfooter li a[href*="instagram.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}

footer .f-social .socialmenulinkfooter li a[href*="youtube.com"]::before{
  font-family: "Font Awesome 5 Brands";
  content: "\f099 f167";
}

footer .f-social  .sr-text{
  display: none;
}

.menu-andrew-policies-container{
  padding: 40px 10px 0 10px;
}

.menu-policies-menu-container{
  padding: 40px 10px 0 10px;
}

.vineyardcontent{
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.morehook{
  color: #C8A769;
  cursor: pointer;
  transition: all 200ms ease;
}

.morehook:hover{
  color: #B78321;
  transition: all 200ms ease;
}

.wine-info_s1 img{
  width: 32px !important;
  height: 32px !important;
  vertical-align: middle;
  padding-right: 5px;
}

.s3-top-img{
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}