/*
    font-family: 'Merienda', cursive;
    font-family: 'Allerta Stencil', sans-serif;
    */
.bakery-2 .btn-default {
    padding: 10px 30px;
    background: transparent;
    border: 2px solid #f5ab35;
    color: #f5ab35;
    text-transform: uppercase;
    text-shadow: 0 0 0;
    font-size: 18px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    border-radius: 0;
    animation-delay: 3s;
    display: inline-block;
}

.bakery-2 .btn-default:hover {
    background: #f5ab35;
    color: #fff;
    text-decoration: none;
    border: 2px solid #f5ab35;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

a, a:hover, a:focus, a:active {
    outline: 0 !important;
    text-decoration: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.bakery-2 .btn-default.focus, .btn-default:focus {
    background: #f5ab35;
    color: #fff;
    border: 2px solid #f5ab35;
}

.bakery-2 .full-with-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.no-padding {
    padding: 0;
}

.margin-top-20 {
    margin-top: 20px;
    display: inline-block;
}

.margin-top-30 {
    margin-top: 30px;
    display: inline-block;
}

.margin-top-40 {
    margin-top: 40px;
    display: inline-block;
}

.margin-top-50 {
    margin-top: 50px;
    display: inline-block;
}

/*==================== SLIDER CSS ======================*/
body {
    font-size: 16px;
}

.bakery-2 {
    position: relative;
    padding: 60px 0;
}

.bakery-2 .text-about h1 span {
    color: #f5ab35;
    font-weight: bold;
    font-size: 50px;
}

.bakery-2 .text-about h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Allerta Stencil', sans-serif;
    line-height: normal;
}

.bakery-2 .title-text {
    margin: 0 0 60px 0;
}

.bakery-2 .title-text h2 {
    color: #f5ab35;
    font-style: italic;
    font-size: 30px;
    margin: 30px 0 10px;
    position: relative;
}

.bakery-2 .title-text h2::after {
    border-bottom: 7px double #f5ab35;
    bottom: -25px;
    content: "";
    left: 0;
    position: absolute;
    width: 100px;
}

.bakery-2 .title-text h2 span {
    color: #000;
    font-size: 20px;
    margin: 0;
    font-family: 'Allerta Stencil', sans-serif;
}

.bakery-2 .btn-width-full {
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .bakery-2 .text-about {
        margin: 0 0 40px 0;
    }

    .bakery-2 .text-about h1 {
        margin: 0;
        font-size: 24px;
    }

    .bakery-2 .text-about h1 span {
        font-size: 34px;
    }

    .bakery-2 .text-about p {
        font-size: 15px;
    }

    .bakery-2 .btn-width-full {
        width: 100%;
    }

    .bakery-2 .btn-default {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .bakery-2 {
        padding: 50px 0;
    }

    .bakery-2 .text-about {
        margin: 0 0 40px 0;
    }

    .bakery-2 .text-about h1 {
        margin: 0;
        font-size: 24px;
        text-align: center;
    }

    .bakery-2 .text-about h1 span {
        font-size: 34px;
    }

    .bakery-2 .title-text h2::after {
        transform: translateX(-50%);
        left: 50%;
    }

    .bakery-2 .text-about p {
        text-align: center;
        font-size: 15px;
    }

    .bakery-2 .btn-width-full {
        width: 100%;
        text-align: center;
    }

    .bakery-2 .btn-default {
        font-size: 16px;
    }

    .bakery-2 .title-text h2 {
        text-align: center;
    }
    .bakery-2 .full-with-img {height: 350px;}
}


@media screen and (max-width: 544px) {
    .bakery-2 {
        padding: 50px 0;
    }

    .bakery-2 .text-about {
        margin: 0 0 40px 0;
    }

    .bakery-2 .text-about h1 {
        margin: 0;
        font-size: 20px;
        text-align: center;
    }

    .bakery-2 .text-about h1 span {
        font-size: 30px;
    }

    .bakery-2 .title-text h2::after {
        transform: translateX(-50%);
        left: 50%;
    }

    .bakery-2 .text-about p {
        text-align: center;
        font-size: 14px;
    }

    .bakery-2 .btn-width-full {
        width: 100%;
        text-align: center;
    }

    .bakery-2 .btn-default {
        font-size: 15px;
    }

    .bakery-2 .title-text h2 {
        text-align: center;
    }
    .bakery-2 .full-with-img {height: 300px;}
}