@font-face {
    font-family: 'dark__blackregular';
    src: url('../Fonts/dark__black_d-webfont.woff2') format('woff2'),
         url('../Fonts/dark__black_d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a button:hover{
   background-color: #d98077 !important;
}
.wrap-4 .wrapping a{
  width: 100%;
}
.wrap-6 .container a:hover{
    text-decoration: none !important;
}
.ast-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.header-main-layout-2 .site-branding {
    display: none;
}
/*****************************************************
*******************   WRAP 0   ***********************
*****************************************************/
.swiper-slide-1{
    background-image: url("/wp-content/uploads/2020/12/header-1280x630_0002_Potica.webp");
}
.swiper-slide-2{
    background-image: url("/wp-content/uploads/2020/12/header-1280x630_0000_Banana-Flips.webp");
}
.swiper-slide-3{
    background-image: url("/wp-content/uploads/2020/12/header-1280x630_0001_Coconut-Snowball.webp");
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 87vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
	max-width: 1900px !important; /*added by denny*/

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-slide img{
    padding-bottom: 180px;
    width: 1000px;
    margin-top: -150px;
}
.swiper-slide button{
    width: 340px;
    height: 80px;
    font-size: 40px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Baskervville';
    letter-spacing: 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.swiper-slide button span{
    font-size: 50px;
}
/*****************************************************
*******************   WRAP 1   ***********************
*****************************************************/
.wrap-1 {
    text-align: center;
    padding-bottom: 53px;
    padding-top: 88px;
    width: 80%;
    margin: 0 auto;
    background-image: url(/wp-content/uploads/2020/10/sunbeams.png);
    background-repeat: no-repeat;
    background-position: 57% 54%;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 47px;
}
.wrap-1 .heading{
    position: relative;
    z-index: 700;
}
.wrap-1 .heading h1{
    font-size: 90px;
    color: #B35A51;
    font-family: 'dark__blackregular';
}
.wrap-1 .image{
    position: absolute;
    top: 23%;
    left: 35%;
    z-index: 1;
}
.wrap-1 .image img{
    width: 600px;
    height: 32vh;
}
button{
    background-color: #B35A51 !important; 
}
/*****************************************************
*******************   WRAP 2   ***********************
*****************************************************/
.wrap-2{
    padding-bottom: 50px;
    width: 80%;
    margin: 0 auto;
}
.wrap-2 .content h3{
    text-transform: uppercase;
    padding-bottom: 65px;
    color: #fff;
    font-size: 45px !important;
    font-family: 'Baskervville';
    font-weight: 800;
    letter-spacing: 1px;
}
.wrap-2 .content h3 span{
    font-family: 'Baskervville';
    font-size: 55px;
    font-weight: 700;
}
.wrap-2 .content button{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 38px;
    font-family: 'Baskervville';
    letter-spacing: 1px;
}
.wrap-2 .content button span{
    font-size: 35px;
    font-weight: 600;
}
.wrap-2 .wrapping{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2020/12/hp-categories-1010x370psd_0000_blue-cupcakes.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 46%;
    height: 56vh;
    width: 100%;
    position: relative;
}
.wrap-2 .content{
    position: absolute;
    bottom: 15%;
    left: 6%;
}


/*****************************************************
*******************   WRAP 3   ***********************
*****************************************************/
.wrap-3{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    display: flex;
}
.wrap-3 .sec1{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2020/12/hp-shop-316x316_0002_Potica-Coffee-Cake.webp");
    width: 31%;
    height: 48vh;
    margin-right: 5%;
    background-position: 52% 50%;
    position: relative;
	background-size: cover;
}
.wrap-3 .sec2{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2020/12/hp-shop-316x316_0001_Biscotti-.webp");
    width: 31%;
    height: auto;
    margin-right: 5%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.wrap-3 .sec3{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2020/12/hp-shop-316x316_0000_Chocolate-Dipped-Short-Cookies.webp");
    width: 31%;
    height: auto;
    background-position: 50% 50%;
    position: relative;
	background-size: cover;
}
.wrap-3 .sections{
    display: flex;
    width: 100%;
}
.wrap-3 .sec1 button span,
.wrap-3 .sec2 button span,
.wrap-3 .sec3 button span{
    font-size: 30px;
}
.wrap-3 .sec1 button,
.wrap-3 .sec2 button,
.wrap-3 .sec3 button{
    font-size: 25px;
    font-weight: 600;
    border-radius: 10px;
    font-family: 'Baskervville';
    letter-spacing: 1px;
    position: absolute;
    top: 41%;
    left: 20%;
    text-transform: uppercase;
    width: 275px;
    padding: 5px 0;
}
/*****************************************************
*******************   WRAP 4   ***********************
*****************************************************/
.wrap-4{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.wrap-4 .wrapping{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2020/12/hp-categories-1010x370psd_0001_Caprese-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 56vh;
    width: 100%;
    position: relative;
}
.wrap-4 .content h3{
    text-transform: uppercase;
    padding-bottom: 65px;
    color: #fff;
    font-size: 45px !important;
    font-family: 'Baskervville';
    font-weight: 700;
}
.wrap-4 .content h3 span{
    font-family: 'Baskervville';
    font-size: 55px;
    font-weight: 700;
}
.wrap-4 .content button{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
    border-radius: 10px;
    margin-bottom: 38px;
    width: 85%;
    font-family: 'Baskervville';
    letter-spacing: 1px;
    padding: 10px 0;
}
.wrap-4 .content button span{
    font-size: 35px;
    font-weight: 800;
}
.wrap-4 .content{
    position: absolute;
    bottom: 15%;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

/*****************************************************
*******************   WRAP 5   ***********************
*****************************************************/
.wrap-5{
    border-bottom: 1px solid black;
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
}

/*****************************************************
*******************   WRAP 6   ***********************
*****************************************************/
.wrap-6{
    padding-top: 100px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.wrap-6 .col img{
    width: 90%;
    height: 83vh;
}
.wrap-6 .col .saluteColor{
    color: #B35A51;
    font-size: 43px;
    font-weight: 400 !important;
    /* font-family: 'Baskervville'; */
    font-family: 'dark__blackregular';
}
.wrap-6 .col .saluteColor span{
    font-family: 'Baskervville';
}
.wrap-6 .col h3{
    color: #B35A51;
    font-size: 40px !important;
    font-family: 'dark__blackregular';
}
.wrap-6 .col p{
/*     font-weight: 600; */
    line-height: 2;
    font-size: 20px; /*16*/
}
.wrap-6 .col .bottom{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.wrap-6 .col button{
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
    border-radius: 10px;
    padding-top: 0 !important;
    padding: 10px 30px !important;
    font-family: 'Baskervville';
}
.wrap-6 .col button span{
    font-size: 35px;
}
.wrap-6 .container .row{
    display: flex;
    align-items: center;
}
/*****************************************************
*******************   WRAP 7   ***********************
*****************************************************/
.wrap-7{
    border-top: 1px solid black;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
}

/*****************************************************
*******************   WRAP 8   ***********************
*****************************************************/



.site-header-subpage{
    display: none;
}
