body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
  color: #444;
  line-height: 1.8;
	margin: 0;
	padding: 0;
  background: #fff;
  font-weight: 300;
}

a {
	color: #fe7e02;
	text-decoration: none;
  cursor: pointer;
}

.title {
  margin-top: 10px;
	margin-bottom: 20px;
}

.title h1 {
  font-family: 'Great Vibes', cursive;  
  font-weight: 400;
	font-weight: 400;
	font-size: 5em;
	position: relative;
	color:#2b7500;
}

.title span {
    color: #7C4D34;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
  }

.title span i {
    font-size: 15px;
    color: #2b7500;
    margin-right: 10px;
    margin-left: 10px;
}

.btn{
    padding: 7px 30px;
    border-radius: 50px;
    display: inline-block;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border: 0px;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}

.btn.btn-slider{
    background-color: #7C4D34;
    font-size: 25px;
    border: 2px solid #fff;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}

.btn:hover {
    background-color: #BD9D70;
    box-shadow: 0px 0px 15px #CE0206;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}



.btn.btn-slider.bdr-red{
    border: 2px solid #CE0206;
}

.btn.btn-red {
    background-color: #CE0206;
}

.btn.btn-brn {
    background-color: #BD9D70;
}

.btn.btn-blue {
    background-color: #90a4c0;
}

.bg-offwhite{
    background: #edeae3;
}

.bg-brn {
    background: #BD9D70;
    color: #fff ;
}

.bg-gray{
    background: #f2f2f2;
}

.title span.text-light-b {
    color: #BD9D70;
}



/*-----============= Header =============---------*/

header {
    padding: 12px;
    background: transparent;
    position: absolute;
    top: 10px;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    animation: slideout .8s;

}

header.fixed-top {
    background: #fff;
    animation: slidein .8s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }

}

@keyframes slideout {
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }

}

header.fixed-top .navbar-nav li .nav-link{
    color: aqua;
    filter: invert(100%);
}


.logo img{
	max-width: 250px;
}

.graphic img{
    max-width: 80px;
}

.graphic{
    width: 250px;
}

.navbar-nav li {
	font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px 6px;
}

.navbar-nav li .nav-link{
    color: #fff;
    letter-spacing: .1rem;
}

.rev_slider {
	font-family: 'Forum', cursive;
}

.rev_slider .overlay {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.8029805672268908) 35%, rgba(255,255,255,0) 100%);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.rev_slider .tp-caption li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rev_slider .tp-caption ul{
  padding: 0px;
  list-style: inherit;
}
/*
.rev_slider .tp-caption li:before{
  content: '';
  height:15px;
  width: 15px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
}

.rev_slider .tp-caption li:first-child:before{
  display: none;
}

*/

/*-----============= About =============---------*/



#About h4 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.6em;
}

.about-img {
    border: 3px solid #CE0206;
}



/*-----============= Products =============---------*/

.menu-list {
    background: #7C4D34;
}

.menu-list h2.title{
    font-size: 4em;
    color: #fff;
    font-family: 'Forum', cursive; 
}

.menu-item {
    padding: 15px;
    text-align: center;
}

.menu-item img {
    border-radius: 15em;
    border: 2px solid #2b7500;
    height: 150px;
    width: auto;
    transform: rotate(0deg);
    transition: all 2s ease 0s;
}

.menu-item h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3em;
    margin-top: 15px;
}

.menu-item:hover img {
    transform: rotate(45deg);
    transition: all 2s ease 0s;
}

.menu-item-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
}

.menu-item-list li {
    width: 50%;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.menu-item-list li:after {
    content: '.........................';
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    font-size: 30px;
    line-height: 1;
    z-index: -1;
}

.menu-item-list li h4{
    font-size: 20px;
    font-weight: 300;
    display: inherit;
    margin: 0;
    background: #fff;
    padding-right: 10px;
}

.menu-item-list li h4 small{
    font-size: 15px;
}


.fr-parallax {
    background: rgba(0, 0, 0, .70) url(../img/FRParallax.jpeg) center;
    background-blend-mode: color;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}


/*-----============= Testimonials =============---------*/

section.testimonials{
    overflow: hidden;
}

.splide.testi li {
    color: #fff;
    text-align: center;
    border: 2px dashed #7C4D34;
    padding: 2em 3em;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

.splide.testi span {
    display: block;
    width: 100%;
}

.splide.testi li span {
    color: #000;
    font-size: 1.3em;
    display: block;
    width: 100%;
    font-weight: 400;
    font-style: italic;
}

.splide.testi li.is-active {
    border:2px dashed #7C4D34;
    color: #fff;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;

}

#caffe {
    background: rgba(0, 0, 0, .80) url(../img/bg-caffe.jpeg) center bottom 25%;
    background-blend-mode: color;
    background-size: cover;
    background-attachment: scroll;
    min-height: 300px;
}


#caffe ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

#caffe ul li {
    display: inline-block;
    width: 30%;
    font-size: 20px;
    letter-spacing: 1.5;
    list-style: disc;
    position: relative;
    padding-left: 20px;
    color: #fff;
}
/*
#caffe ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) translateX(-20px);
}

#caffe ul li:last-child:before {
    display: none;
}
*/
/*-----============= Footer =============---------*/

#Contact form{
    width: 80%;
    margin: 0 auto;
}

#Contact form label{
    width: 100%;
}

#Contact form input, #Contact form textarea {
	background: #fff;
	color: #333;
	border: 0px;
	box-shadow: none;
	padding: 10px 15px;
	display: block;
  font-size: 14px;
}

#Contact textarea {
    width: 100%;
    min-height: 5em;
}

#Contact form .submit-btn {
    padding: 7px 25px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fe7e02;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
}

#Contact .contact-bg {
    background: url(../img/contact.jpeg) no-repeat center left;
    background-size: 53%;
}

#Newsletter {
    background:rgba(0, 0, 0, .8) url(../img/newsletter.jpeg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: color;
}

#Newsletter form .subs-btn {
    padding: 7px 25px;
    border-radius: 3px;
    display: inline-block;
    background-color: #2b7500;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
}


.footer-logo {
	max-width: 300px;
}

footer ul li {
	list-style: none;
	padding: 8px 0;
}

.divider:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #90a4c0;
}

footer .copyright {
	font-size: 15px;
	font-weight: 300;
}

footer li a {
    color: #CE0206;
}

footer a:hover {
    color: #fff;
}


@media only screen and (max-width: 1420px) {


    .graphic{
        width: 110px;
    }

}



@media only screen and (max-width: 1280px) {


    .logo img{
        max-width: 180px;
    }

}

@media only screen and (max-width: 991px) {

    header {
        position: inherit;
        padding:0px;
    }

    header .container-fluid{
        padding-top: 60px;
    }


    button.navbar-toggler{
        color: transparent;
        padding: 15px 15px;
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        border-radius: 0px;
        background: #BD9D70;
        z-index: 99;
    }

    button.navbar-toggler span {
        color: #fff;
    }

    button.navbar-toggler span i{
        color: #CE0206;
    }

    .navbar-collapse {
        background: #BD9D70;
        position: fixed;
        top: 53px;
        left: 0px;
        display: block;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .navbar-collapse ul{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-collapse li a{
        font-size: 18px;
        padding: 10px;
    }

    header.fixed-top .navbar-nav li .nav-link {
        color: #fff;
        filter: invert(0%);
    }

    header.fixed-top {
        position: relative;
        animation: none;
        animation-fill-mode: none;
    }


}


@media only screen and (max-width: 767px) {


    #caffe ul li {
        display: inline-block;
        width: 45%;
        text-align: center;
    }

    #Contact .contact-bg {
        background: url(../img/contact.jpeg) no-repeat center bottom;
        background-size: cover;
        padding-top: 140%;
    }


}


@media only screen and (max-width: 640px) {


    .menu-item-list li {
        width: 100%;
    }

    #caffe ul li {
        display: inline-block;
        width: 49%;
        text-align: left;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 420px) {


    .graphic img{
        width: 50px;
    }

}














