/*Colours
Orange: #BF5B40
Blue: #4F616B
*/

body{
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	margin: 0;
	padding: 0;	
}

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

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	 -moz-transition: all 0.5s ease-out;
	   -o-transition: all 0.5s ease-out;
	      transition: all 0.5s ease-out;
}

a:visited, a:focus, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #BF5B40;
}

.btn-primary.grn {
	text-decoration: none;
	background-color: #4F616B;
	border: 2px solid #4F616B;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0;
}

.btn-primary.grn:hover {
	background-color: transparent!important;
	border: 2px solid #4F616B;
	color: #4F616B;
}

.btn-primary.red {
	text-decoration: none;
	background-color: #BF5B40;
	border: 2px solid #BF5B40;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0px;
	border-radius: 0;
}

.btn-primary.red:hover {
	background-color: transparent!important;
	border: 2px solid #BF5B40;
	color: #BF5B40;
}

.btn-primary.white {
	font-size: 20px;
	color: #822319;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #fff;
	margin-top: 20px;
	border-radius: 0;
}

.btn-primary.white:hover {
	color: #fff;
	background-color: transparent!important;
	border: 2px solid #fff;
}

.mobi-only, .mobi-logo {
	display: none!important;
}

.image-wrapper {
	position: relative;
}

.image-wrapper:hover .image-overlay {
	opacity: 1;
	transition: all ease 0.5s;
}

.image-overlay {
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	padding-top: 40%;
	opacity: 0;
	transition: all ease 0.5s;
}

.image-overlay i {
	color: #fff;
	font-size: 25px;
}	

.image-wrapper img {
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover .image-wrapper img{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.image-wrapper {
	overflow: hidden;
}

/*Popup*/

#popupshow {
    position: fixed;
    display: none;
    /* height: 700px; */
    top: 70px;
    left: 45%;
    width: 900px;
    max-width: 100%;
    margin-left: -350px;
    background-color: #fff;
    z-index: 99999;
    text-align: center;
}

.popup-wrapper {
	height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display:none;
}

.popup-wrapper p, .popup-wrapper .btn-primary {
	margin-top: 20px;
	margin-bottom: 20px;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    width: 35px;
    height: auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
}

.popup-close i {
    font-size: 20px;
    color: inherit;
}

/*===============================*/

/* Amenities for all pages */
.amenities {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.amenities .col-md-4 {
	margin-bottom: 20px;
}

.amenities h2 {
	font-weight: 700;
    padding-top: 0px;
    color: #BF5B40;
    padding-bottom: 40px;
	font-size: 50px;
}

.amenities img {
    width: 70px;
    max-width: 70px;
    margin-bottom: 20px;
}

.amenities p {
    font-size: 18px;
}

/* Package section on all pages */
.package-section {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	background-color: #f1f1f1;
}

.package-section h2 {
	font-weight: 700;
    padding-top: 0px;
    color: #BF5B40;
    padding-bottom: 40px;
	font-size: 50px;
}

.package-section p {
	margin-bottom: 40px;
}

/*header-upper*/

.header-upper{
	background-color: #BF5B40;
	color: #fff;
	padding-top: 5px;
}

.header-upper p{
	font-size: 14px;
	float: none;
}

.contact-details {
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact-details span {
	padding-right: 15px;
}

.contact-details a{
	text-decoration: none;
	color: #fff;
}

.contact-details i{
	font-size: 25px;
	padding-right: 5px;
	vertical-align: middle;
}

.social-media {
	text-align: right;
	vertical-align: middle;
	/*margin-bottom: 30px;*/
	margin-top: 10px;
}

.social-media a{
	text-decoration: none;
	color: #fff;
	padding-right: 40px;
	margin-top: 0;
}

.social-media i {
	font-size: 30px;
}

/*header*/

.logo img{
	width: 40%;
	padding-top: 10px;
}

.navbar-default{
	background-color: #fff;
	border: none;
	padding-top: 30px;
	padding-bottom: 10px;
	/*padding-left:212px;*/
	padding-right: 0;
	margin-right: 0;
	color: #000;
	font-weight: 400;
	float: right;
}

.navbar .navbar-nav>li>a {
	color: #000;
	text-decoration: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li .open .dropdown-toggle{
	background-color: transparent!important;
	border-bottom: 3px solid #BF5B40;
	color: #BF5B40!important;
}	

.image-wrapper img{
}


/* home page*/
/*header-slider*/
/*.header-slider{*/
/*	background-image: url(../images/landingpage-image.jpg);*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	padding-top: 200px;*/
/*	height: 600px;*/
/*}*/

/*.ms-caption p{*/
/*	font-size: 50px;*/
/*	color: #BF5B40;*/
/*	border-bottom: 3px solid #BF5B40;*/
/*	display: inline-block;*/
/*	padding-bottom: 10px;*/
/*}*/

/*.ms-caption h1{*/
/*	color: #fff;*/
/*	font-size: 50px;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	font-weight: 500;*/
/*	padding-bottom: 15px;*/
/*}*/

/*.ms-caption h2{*/
/*	font-size: 20px;*/
/*	line-height:25px;*/
/*	font-weight: 300;*/
/*	margin: 0;*/
/*	color: #fff;*/
/*	padding-bottom: 15px;*/
/*}*/

.home-header .header-block {
	background-size: cover;
	background-position: center;
	min-height: 100%;	
	height: auto;
}

.header-block-txt {
    padding: 30% 10%;
    min-height: 520px;
    max-height: 520px;
    height: auto;
}

.home-header .col-md-4 {
	padding: 0;
}

.home-header h1{
	color: #fff;
	font-size: 50px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.home-header h2{
	font-size: 20px;
	line-height:25px;
	font-weight: 300;
	margin: 0;
	color: #fff;
	padding-bottom: 30px;
    padding-top: 20px;
}

.home-special {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-special p.cornerstore {
	margin-top: 20%;
	font-weight: 700;
	color: #BF5B40;
	margin-bottom: 20px!important;
	font-size: 40px;
}

.home-book {
    background-color: #fff;
    text-align: left;
    background-size: cover;
    background-position: center;
    padding: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 40px;
	min-height: 660px;
    margin-right: 80px;
    height: auto;
}

.home-book-image {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_600/v1578648546/farm%20and%20fellow/home/book-now.jpg');
	background-position: center;
	background-size: cover;
	min-height: 680px;
    max-height: 680px;
	height: auto;
    font-size: 15px;
	position: relative;
	margin-top: 30px;
	margin-left: 80px;
    margin-right: -100px;
}

.home-book h2 {
	font-weight: 700;
	color: #BF5B40;
	margin-top: 0;
	margin-bottom: 20px!important;
	padding-left: 18px;
	font-size: 40px;
}

.home-book p {
	text-transform: uppercase;
	font-size: 25px;
	padding-left: 18px;
	margin-bottom: 20px;
	margin-top: -10px;
}

#book-form input {
	margin-bottom: 20px;
	padding: 10px;
}

#book-form textarea {
	margin-bottom: 20px;
	padding: 10px;
	height: 100px;
}

#book-form .btn-primary {
	width: 30%;
}

.picker__holder {
	max-width: 320px;
}

#book-form input:focus, #book-form textarea:focus {
	outline-color: #BF5B40;
}

.picker__input.picker__input--active {
    border-color: #BF5B40;
}

.home-activities {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_1903/v1579762405/farm%20and%20fellow/home/Events-_-specials.jpg');
	background-position: center;
	background-size: cover;
	height: 100%;
	padding-top: 20vh;
	padding-bottom: 20vh;
}

.home-activities h2{
	font-size: 60px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 500;
	text-align: center;
}

.home-activities li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

/*Our-story*/

.our-story{
	text-align: center;
	background-color: #efefef;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.about-header p{
	color: #BF5B40;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 50px;
}

.our-story .about{
	font-size: 15px;
	font-weight: 300;
	width: 100%;
	display: block;
	margin-top: 20px;
}

.our-story .about-story{
	text-align: left;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	padding: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 120px;
	height: 400px;
}

.about-story h3{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 50px;
	margin: 0;
	padding-bottom: 10px;
}

.about-story p{
	font-size: 15px;
	font-weight: 300;
}

.about-story h2{
	font-size: 40px;
	color: #BF5B40;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}

.about-story .btn-primary{
	margin-top:10px;
}

.our-story img{
	margin-bottom: 40px;
	margin-top: 20px;
	margin-left: 80px;
}

/*guest house*/

.guesthouse-restaurant{
	margin-bottom: 60px;
	margin-top: 40px;
}

.the-guesthouse{
	background-color: #ececec;
	background-size: cover;
	font-size: 15px;
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px;
	height: 457px;
}

.the-guesthouse p{
	padding-bottom: 20px;
}

.the-guesthouse h2{
	background-color: #fff;
	color: #BF5B40;
	font-size: 40px;
	text-align:left;
	border: 2px solid #BF5B40;
	margin-top: 0px;
	margin-bottom: 20px;
}

.the-guesthouse img{
	width:18%;
	border-right: 2px solid #BF5B40;
	margin-left: 0;
	margin-right: 20px;
}

.the-guesthouse .btn-primary{
	margin-top: 10px;
}

/*gallery*/

.guesthouse-image-category{
	margin-top: 25px;
	width: 100%;
	height: 100%;
}

.guesthouse-image-category .col-md-4{
	padding: 0 0px 0px 0;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin: 0 0px 0px 0;
}

/*restaurant*/

.the-restaurant{
	background-color: #ececec;
	background-size: cover;
	padding: 20px;
	height: 460px;
	font-size: 15px;
	font-weight: 300;
}

.the-restaurant p {
	padding-bottom: 20px;
}

.the-restaurant h2{
	background-color: #fff;
	color: #4F616B;
	font-size: 40px;
	text-align:left;
	border: 2px solid #4F616B;
	margin-top: 0px;
	margin-bottom: 20px;
}

.the-restaurant img{
	width:18%;
	border-right: 2px solid #4F616B;
	margin-left: 0;
	margin-right: 20px;
}

.the-restaurant .btn-primary, .the-restaurant .btn-primary{
	margin-top: 10px;
}

.restaurant-image-category .col-md-4{
	padding: 0 0px 0px 0;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin: 0 0px 0px 0;
}

/*coming soon*/

.coming-soon {
	background-color: #BF5B40;
	padding-top: 5%;
	padding-bottom: 5%;
	min-height: 400px;
	height: auto;
	text-align: center;
}

.coming-soon h2 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}

.special-block {
	background-color: #fff;
    padding: 20px;
    min-height: 120px;
    max-height: 140px;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
	width: 100%;
}

.special-block p {
	margin-bottom: 0;
	color: #4F616B;
}

.special-block span {
	float: right;
	display: inline-block;
	font-size: 30px;
	vertical-align: top;
}

.special-block span>a {
	color: #4F616B;
}

.modal-header {
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #BF5B40;
    color: #fff;
}

.modal-header h4 {
    font-size: 30px;
    color: #fff!important;
}

.modal-body {
    position: relative;
    padding: 0;
}

.contactpage-modal .modal-body {
    position: relative;
    padding: 30px 30px 0 30px;
}

.modal-body a {
	color: #000;
}

.modal-content {
	border-radius: 0;
}

.special-modal .modal-body {
	text-align: center;

}

.special-modal .modal-body p {
	padding-top: 20px;
	padding-bottom: 20px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

button.close:hover {
	color: #fff;
}

.modal-text {
	padding: 20px;
}

/*.coming-soon ul {*/
/*	list-style-type: none;*/
/*	padding-left: 0;*/
/*	text-align: left;*/
/*}*/

/*.coming-soon li {*/
/*	color: #000;*/
/*	background-color: #fff;*/
/*	margin-bottom: 20px;*/
/*	padding: 15px;*/
/*}*/

/*.coming-soon li>i {*/
/*	font-size: 30px;*/
/*	vertical-align: middle;*/
/*	padding-right: 10px;*/
/*}*/

/*.coming-soon {*/
/*	text-align: center;*/
/*}*/

/*.coming-soon h2{*/
/*	font-size: 60px;*/
/*	color: #fff;*/
/*	display: inline-block;*/
/*	margin-bottom: 20px;*/
/*	margin-top: 0;*/
/*	padding-top: 70px;*/
/*	font-weight: 500;*/
/*}*/

/*.coming-soon h2>span {*/
/*	color: #BF5B40;*/
/*}*/

/*.coming-soon p{*/
/*	font-size: 20px;*/
/*	font-weight: 400;*/
/*	line-height: 30px;*/
/*	color: #fff;*/
/*	padding-bottom: 10px;*/
/*	border-bottom: 0;*/
/*}*/

/*.coming-soon a {*/
/*	color: #fff;*/
/*}*/

/*.coming-soon a:hover {*/
/*	border-bottom: 1px dotted #fff;*/
/*}*/

/*.coming-soon strong {*/
/*	margin-top: 20px;*/
/*}*/

#masterslider2 .ms-caption {
	top:0px; 
	left: 600px; 
	top: 100px; 
	width: 800px;
}

.connect{
	background-color: #ececec;
	background-size: cover;
	text-align: center;
	padding: 40px;
}

.connect p{
	font-size: 15px;
	font-weight: 300;
}

.connect h2{
	color: #4F616B;
	font-size: 50px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.connect .social-icons i:hover{
	color: #4F616B;
}

/*map*/
.map {
	background-color: #4F616B;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0;
	padding-top: 20px;
	width: 100%;
}

#map{
	height: 500px;
	width: 100%;
}

#content {
    text-align: center;
}

#content p, #content a {
	font-size: 17px;
	color: #000;
}

.gm-style img {
    max-width: 110px;
	margin-bottom: 10px;
}

/*contact page*/

.contact-header{
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_100,w_1903/v1579764415/farm%20and%20fellow/contact/headers.jpg');
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
	padding-top: 230px;
}

.contact-header p{
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 0;
}

.contact-header h1{
	font-size: 70px;
	color: #fff;
	background-color:rgba(1,1,1,0.5); 
	text-transform: uppercase;
	font-weight: 400;
	margin-top:20px;
	padding: 10px 15px;
	display: inline-block;
}

.contact-book {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact-book h2 {
    font-weight: 700;
    padding-top: 0px;
    color: #4F616B;
    padding-bottom: 0px;
	font-size: 50px;
}

.contact-book p {
	margin-bottom: 40px;
	font-size: 20px;
}

label, input, textarea, select {
    display: block;
    padding: 5px;
    width: 100%;
	font-size: 16px;
	font-weight: 400;
}

label {
	margin-top: 10px;
}

textarea{
	height: 150px;
}

.output {
	padding: 5px;
	margin-top: 10px;
	background-color: #BF5B40;
	color: #fff;
	text-align: center;
	display: none;
}

.error {
	padding: 5px;
	margin-top: 10px;
	background-color: #FF563C;
	color: #fff;
	text-align: center;
	display: none;
}

#email2 {
	display: none;
}

.contact-form {
	padding-top: 20px;
	padding-bottom: 40px;
}

.contact-form h2{
	font-weight: 700;
	padding-top: 0px;
	color: #BF5B40;
	padding-bottom: 40px;
}

.contact-form .btn-primary{
	width: 30%;
	margin-top: 20px;
}

.form{
	margin-right: 0px;
}

.booking{
	margin-top: 20px;
}

.contact-booking {
	width: 80%;
	margin-top: 40px;
}

/*contact details*/

.contact-detail p{
	font-size: 20px;
	display: block;
	padding-top: 20px;
	margin-left: 80px;
}

.contact-detail a{
	color: #000;
}

.contact-detail a:hover{
	text-decoration: none;
	color: #000;
}

.contact-detail i{
	padding-right: 20px;
	font-size: 30px;
	vertical-align: middle;
}

.contact-detail h2{
	margin-left: 80px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.contact-detail img{
	width: 30%;
	display: block;
	margin-left: 200px;
	padding-top: 20px;
}

.contact-map{
	background-color: #BF5B40;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0;
	padding-top: 20px;
	width: 100%;
}

#map{
	height: 500px;
	width: 100%;
}

/*gallery page

.gallery-header h1{
	color: #83321a;
	font-size: 50px;
	margin-bottom: 20px;
}

.gallery{
	margin-bottom: 20px;
}

.gallery-head{
	background-image: url('/images/gallery-header.jpg');
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
	border-bottom:3px solid #BF5B40;
}

.gallery-head h4{
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
	font-weight: 500;
	padding-top: 200px;
	padding-bottom: 20px;
	line-height: 0;
}

.gallery-head h1{
	font-size: 70px;
	color: #fff;
	background-color:rgba(1,1,1,0.5); 
	text-transform: uppercase;
	font-weight: 500;
	margin-top:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}*/

/*about-page*/

.about-page-header{
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,w_1903/v1578911876/farm%20and%20fellow/about/header.jpg');
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
	padding-top: 230px;
}

.about-page-header p{
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 0;
}

.about-page-header h1{
	font-size: 70px;
	color: #fff;
	background-color:rgba(1,1,1,0.5); 
	text-transform: uppercase;
	font-weight: 500;
	margin-top:20px;
	padding: 10px 15px;
	display: inline-block;
}

.where-from{
	padding-top: 80px;
	padding-bottom: 40px;
	background-color:#f1f1f1;
	z-index: -1;
	position: relative;
}

.where-paragraph p{
	font-size: 15px;
	font-weight: 300;
	margin-top: 40px;
}

.where-paragraph{
	padding: 40px;
	margin-top: 60px;
	margin-left: 70px;
	height: 500px;
	width: 550px;
	background-color: #fff;
	z-index: 3;
	position: relative;
}

.where-paragraph h2{
	font-size: 40px;
	color: #BF5B40;
}

.where-paragraph h3{
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	margin-top: 0;
}

.where-from-image img{
    position: absolute;
    margin-left: -70px;
    width: 100%;
	height: auto;
	z-index: 2;
	position: relative;
}

.where-image {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,w_650/v1578649217/farm%20and%20fellow/about/our-story.jpg');
	background-position: center;
	background-size: cover;
	min-height: 560px;
    max-height: 530px;
	height: auto;
    font-size: 15px;
	position: relative;
}

.where-are{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.where-are-paragraph {
    background-color: #f2f2f2;
    padding: 50px;
    margin-top: 15px;
    margin-right: 70px;
    margin-left: -60px;
    height: 530px;
    width: 550px;
}

.where-are-paragraph p{
	font-size: 15px;
	margin-top: 40px;
	font-weight: 300;
}

.where-are-paragraph h2{
	font-size: 40px;
	color: #BF5B40;
	margin-top: 0;
}

.where-are-paragraph h3{
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	margin-top: 0;
}

.special{
	background-color: #BF5B40;
	background-size: cover;
	background-position: center;
	text-align: center;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 20px;
}

.special a{
	font-size: 40px;
	color: #fff;
	text-decoration: none;
}

/*restaurant page*/

.restaurant-header {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_1903/v1578655801/farm%20and%20fellow/private-events/header.jpg');
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
	padding-top: 230px;
}

.restaurant-header p{
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 0;
}

.restaurant-header h1{
	font-size: 70px;
	color: #fff;
	background-color:rgba(1,1,1,0.5); 
	text-transform: uppercase;
	font-weight: 500;
	margin-top:20px;
	padding: 10px 15px;
	display: inline-block;
}

.passion{
	background-color: #f1f1f1;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 3;
	position: relative;
}

.passion-image {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_652/v1578647136/farm%20and%20fellow/private-events/private-events.jpg');
	background-position: center;
	background-size: cover;
	min-height: 560px;
    max-height: 530px;
    font-size: 15px;
	z-index: -1;
	position: relative;
}

.passion-paragraph {
    background-color: #fff;
    padding: 20px 40px;
    padding-bottom: 40px;
    margin-top: 15px;
    margin-right: -70px;
    margin-left: 0;
    z-index: 2;
    min-height: 500px;
    max-height: 530px;
    font-size: 15px;
    font-weight: 300;
}

.passion-paragraph h1{
	font-size: 30px;
	color: #BF5B40;
	padding-bottom: 10px;
	margin-top: 0;
}

.passion-paragraph h2, .kids-txt h2{
	font-size: 50px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	line-height: 0;
	padding-bottom: 40px;
}

.passion-paragraph p{
	padding-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
}

.passion-paragraph a{
	text-decoration: none;
	background-color: #BF5B40;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
}

.kids {
	padding-top: 40px;
	padding-bottom: 60px;
}

.kids img {
	width: 50%;
	float: right;
}

.kids-txt {
	padding-top: 30px;
}

.restaurant-gallery {
	margin-top: 40px;
	margin-bottom: 40px;
}

.restaurant-gallery .categories{
	height: 100%;
	width: 100%;
	padding: 0 0px 0px 0;
}

.col-md-3{
	padding: 0 0px 0px 0;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin: 0 0px 0px 0;
}

/*venue page*/

.venue-header{
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_80,w_1903/v1578911993/farm%20and%20fellow/corporate-events/header.jpg');
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
	padding-top: 230px;
}

.venue-header h1{
	font-size: 70px;
	color: #fff;
	background-color:rgba(1,1,1,0.5); 
	text-transform: uppercase;
	font-weight: 500;
	margin-top:20px;
	padding: 10px 15px;
	display: inline-block;
}

.venue-header p{
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 0;
}

.venue-paragraph {
    background-color: #fff;
    padding: 60px 40px;
    padding-bottom: 40px;
    margin-top: 15px;
    margin-right: -100px;
    margin-left: 0px;
    z-index: 2;
    font-size: 15px;
    font-weight: 300;
    min-height: 400px;
	height: auto;
}

.venue-paragraph h1{
	font-size: 35px;
	color: #BF5B40;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 10px;
}

.venue-paragraph h2{
	font-size: 50px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	line-height: 0;
	padding-bottom: 30px;
}

.venue-paragraph p {
	/*padding-bottom: 20px;*/
	font-weight: 300;
	margin-bottom: 20px;
}

.venue-paragraph a {
	text-decoration: none;
	background-color: #BF5B40;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
}

.venue-image {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_652/v1578656789/farm%20and%20fellow/corporate-events/1.jpg');
	background-position: center;
	background-size: cover;
	min-height: 430px;
	max-height: 450px;
	height: auto;
	z-index: -1;
	position: relative;
}

/* .venue-image img{
	height: 450px;
} */

.modal-form label{
	font-size: 15px;
}

.modal-form textarea{
	margin-bottom: 20px;
}

.modal-form .btn-primary{
	width: 20%;
}

.modal-header h4{
	font-size: 30px;
	color: #BF5B40;
}

/*guesthouse page*/

.guesthouse-header {
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_1903/v1578650174/farm%20and%20fellow/group-accommodation/header.jpg');
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
	padding-top: 230px;
}

.guesthouse-header h1 {
    font-size: 70px;
    color: #fff;
    background-color: rgba(1,1,1,0.5);
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 15px;
    display: inline-block;
}

.guesthouse-header p{
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 0;
}

.specials {
	padding-top: 40px;
	padding-bottom: 10px;
}

.specials img {
	padding-bottom: 30px;
}

.specials .modal {
	text-align: center;
}

.specials .modal .modal-content {
	border-radius: 0px;
}

.specials .modal img {
	max-width: 300px;
}

.specials .modal h4 {
	font-size: 20px;
}

.farmhouse{
	background-color: #f1f1f1;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 3;
	position: relative;
}

.farmhouse-image {
	z-index: -1;
	position: relative;
	background-image: url('https://res.cloudinary.com/dvv9fvblr/image/upload/c_scale,q_60,w_652/v1578650175/farm%20and%20fellow/group-accommodation/farmhouse.jpg');
	background-position: center;
	background-size: cover;
	min-height: 495px;
    max-height: 500px;
    height: auto;
}

.farmhouse-paragraph {
    background-color: #fff;
    padding: 20px 40px;
    padding-bottom: 40px;
    margin-top: 7px;
    margin-right: -70px;
    margin-left: 0;
    z-index: 2;
    font-size: 15px;
    font-weight: 300;
    min-height: 400px;
    max-height: 480px;
    height: auto;
}

.farmhouse-paragraph h2{
	font-size: 30px;
	color: #4F616B;
	margin-top: 0;
}

.farmhouse-paragraph h3{
	font-size: 50px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	line-height: 0;
	padding-bottom: 40px;
	padding-top: 10px;
}

.farmhouse-paragraph p{
	padding-bottom: 20px;
	font-weight: 300;
	font-size: 15px;
}

.guesthouse-gallery {
	margin-top: 40px;
	margin-bottom: 40px;
}

.guesthouse-gallery .categories{
	height: 100%;
	width: 100%;
	padding: 0 0px 0px 0;
}

.col-md-3{
	padding: 0 0px 0px 0;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin: 0 0px 0px 0;
}

.happy-campers{
	text-align: center;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.happy-campers h2{
	color: #4F616B;
	padding-bottom: 0;
	margin-bottom: 0;
}

.happy-campers h3{
	font-size: 50px;
	font-weight: 300;
	padding-bottom: 20px;
	margin-bottom: 0;
	margin-top: 0!important;
	text-transform: uppercase;
}

.happy-campers p{
	/*margin-bottom: 40px;*/
	font-weight: 300;
	font-size: 15px;
}

.categories p{
	background-color: #4F616B;
	width: 40%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	font-size: 18px;
	position: relative;
	top: -35px;
	left: 160px;
	z-index: 999;
}

/*owl carousel*/
.owl-carousel{
	text-align: center;
}

.owl-theme .owl-dots{
	display: none;
}

.owl-theme .owl-nav {
	margin-top: 0;
	text-align: left;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -15px;
	top: 150px;
	z-index: 2000;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -15px;
	top: 150px;
	z-index: 2000;
}

.owl-theme .owl-nav [class*=owl-] {
	background-color: transparent;
	font-size: 30px;
	padding: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent!important;
	color: #fff;
}

.our-rates{
	text-align: center;
	background-color: #f1f1f1;
	background-size: cover;
	background-position: center;
	padding-bottom: 40px;
	padding-top: 20px;
}

.our-rates h2{
	color: #4F616B;
}

.our-rates p{
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 300;
}

.our-rates .btn-primary{
	text-transform: uppercase;
}
/*footer-upper*/

.footer-logo{
	width: 70%;
	margin-top: 20px;
}

#mlb2-4132463 .subscribe-form {
	margin-top: 0px;
	max-width: 350px;
}

.footer-upper{
	background-color: #ececec;
	border-top: 2px solid #BF5B40;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-upper h2{
	display: inline-block;
	width: auto;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 30px;
	color: #BF5B40;
	border-bottom: 2px solid #BF5B40;
	margin-bottom: 20px;
}

.footer-upper h3{
	display: inline-block;
	width: auto;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 30px;
	color: #BF5B40;
	border-bottom: 2px solid #BF5B40;
}

.contact-category p{
	border-bottom: 1px solid #BF5B40;
	padding-bottom: 10px;
	font-size: 15px;
}

.contact-category{
	margin-left: 40px;
	width: 100%;
	display: block;
}

.contact-category span{
	width: 100%;
	text-align: left;
	padding-bottom: 7px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	color: #000;
	font-size: 15px;
}

.contact-category a{
	color: #000;
	width: 100%;
}

.contact-category a:hover{
	text-decoration: none;
	color: #000;
	width: 100%;
}

.contact-category i {
    padding-right: 8px;
    font-size: 24px;
    vertical-align: middle;
	color: #4F616B;
}

.contact-category .btn-primary {
	width: auto;
}

.contact-category .btn-primary:hover {
	width: auto;
}

.social-icons i{
	color: #000;
	padding-right: 40px;
	font-size: 40px;
}

.social-icons i:hover{
	color: #BF5B40;
}

.social-icons{
	margin-left: 40px;
}

.footer-upper img{
	padding-top: 0px;
	padding-left: 0;
	margin-left: 0;
}

.btn-div {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.award {
	margin-left: 40px;
	margin-top: 10px;
}

.award h2 {
	margin-top: 10px;
}

.award img {
	width: 100%;
}

.award .col-md-6 {
	min-height: 170px;
}

.award .col-md-4 {
	padding: 0;
}

.tripadvisor {
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
}

/*.instagram{
	margin-left: 40px;
	margin-top: 10px;
}

.instagram-feed {
	margin: 0;
	padding: 0;
}

.instagram-feed li {
	display: inline-block;
	width: 30%;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style: none;
}*/

.paragraph p{
	padding-left: 8px;
	margin-top: 0;
}

.logo{
	display: block;
}

.footer-logo{
	margin-top: 0;
	margin-left: 0;
}

/*footer*/

.footer{
	background-color: #1a1a1a;
}

.footer .col-md-8 {
	padding-right: 0;
}

.footer p{
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 30px;
}

.footer .navbar-nav {
	float: right;
	text-align:right;
}

.footer a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
	font-weight: 400;
	text-align:right;
	display: inline-block;
}

.footer .navbar-nav>li>a {
	padding: 14px 0px 0 20px!important;
	
}

.footer .navbar-nav>li>a:hover{
	background-color: transparent!important;
}

.footer .navbar-collapse {
	padding-right: 0;
}

.footer .navbar-nav>li {
    float: none;
    display: inline-block;
}