*{
    padding: 0;
    margin: 0;
}

.lskb-banner-sec{
    position: relative;
}
.lskb-banner-image-container{
    width: 100%;
    height: 335px;
}
.lskb-banner-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lskb-banner-image-container-overlay{
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.lskb-banner-sec h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 600;
    font-size: 48px;
    font-family: "Arvo";
    line-height: 1;
}

.events-thumbnail img{
    width: 100%;
    height: 100px;
object-fit: cover;
}

.ls-share-icon img{
height: 15px;
width: 15px;
}
.ls-share-icon {
    color: white;
background-color: #3b5997;
padding: 9px 15px;
    margin-top: 12px;
    margin-right: 12px;
}
.lskb-share-buttons{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

}
.ls-share-section p{
    text-transform: uppercase;
    color: #666666;
    margin: 2em auto;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.ls-event-time img{
    height: 15px;
    width: 15px;
    margin-top: 3px;
    margin-right: 7px;
}

.linkedin{
background-color:#3395C5;
}
.twitter{
background-color:#67c5e0 ;
}


/* lakeside single news page */


.lskb-single-news-page{
    padding: 32px 16px;
    max-width: 800px;
    margin: auto;

}

.ls-event-time{
    display: flex;
    justify-content: start;

}

.ls-single-page-news-title  h1{
margin-top: 12px;
    font-size:16px;
    line-height:1.4;
    font-weight:bold;
    text-decoration: none;
    color: #212529;
    text-align: left;
	font-family: sans-serif;
  }


  .ls-des .ls-event-time p{
    color: black;
    opacity: 65%;
    font-size: 12px;
}



.news-margin{
    margin-top:50px;
  }






.new-background-color{
    background: #f2f3f5;
}


.lskb-products-listings{
    max-width:1366px;
    margin:auto;
    padding:0px 120px 0px 120px;
    margin-top:53px;
}

.lskb-news{
    margin-top:0px;
    padding-top:48px;
    padding-bottom: 64px;
  }

  .no-gutters{
    padding-left:0px;
    padding-right:0px;
}
.lskb-news-cards-image{
    position:relative;
    height:260px;
    width:35%;
  }
  .lskb-news-cards-image > img{
    position:absolute;
    height:100%;
    width:100%;
    object-fit:cover;
	padding:8px;
  }

  .lskb-news-cards-image-details{
    width:65%;
  }
  .news-date{
    color: #707070;
    font-size:14px;
       font-family: sans-serif;
    margin-bottom:8px;
  }
  .single-page-related-news{
    background:white;
    padding:16px;
    width:80%;
    margin-left:auto;
  }
  .news-read-more{
    padding: 8px 32px 8px 32px;
  /*   background: #1A5764; */
        border: 1px solid #1A5764;
    /* color:white; */
       /* color:#1A5764; */
    font-weight:16px;
    text-transform:uppercase;
    text-decoration:none;
  }
  .news-read-more:hover{
    background:#1A5764;
       transition:280ms;
     color:white;
     text-decoration: none;
   }
   .single-page-related-news{
    background:white;
    padding:16px;
    width:100%;
    margin-left:auto;
  }

  .lskb-products-listings-heading>h2{
	color:#172A2E;
/* 	font-family:Montserrat; */
	font-family: sans-serif;
	
}
.lskb-products-listings-heading > img{
    width: 68px;
    height: auto;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%,0%);
}

.lskb-products-listings-heading{
    text-align:center;
    max-width:1366px;
    position:relative;
    margin:auto;
}

.lskb-products-listings-heading > p{
    font-family: 'Montserrat', sans-serif;
   color:#172A2E;
   font-size:14px;
   text-transform: uppercase;
   font-weight:bold;
   position:relative;
}

  .news-content{
    color: #344043;
  /*   opacity:0.8; */
    font-size:15px;
    margin-bottom:32px;
    font-family: 'Vollkorn', serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-title{
    font-size:22px;
    font-weight:bold;
      font-family: sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lskb-news-cards-image-details{
    padding:16px 24px 16px 24px;
    margin-top: auto;
    margin-bottom: auto;
  }
.news-margin{
    margin-top:50px;
  }

  .lskb-news-cards{
    display:flex;
    height:260px;
    margin-bottom:36px;
    width:100%;
    background:white;
  }

  .lskb-home-news-container .lskb-products-listings-heading{
    padding-bottom:32px;
  }
  .ls-single-page-news-title{
    padding:16px 0px 32px 0px;
    text-align:center;
  }
  .ls-single-page-news-title  a:hover{
    text-decoration: none;
    color: #212529;
  }

  .events-thumbnail img{
    width: 100%;
    height: 100px;
object-fit: cover;
}

  .single-page-related-news-container{
    padding-top:16px;
  }

  .ls-des .ls-event-time p{
    color: black;
    opacity: 65%;
    font-size: 12px;
}

@media(max-width:1100px){
    .lskb-products-listings {
  
      padding: 48px 64px;
     
    }

}

@media(max-width:778px){


.lskb-products-listings {
 
    padding: 48px 64px;
  
  }
}





@media(max-width:768px){
	.lskb-news-cards{
		flex-direction:column;
		height:auto;
	}
	.lskb-news-cards-image{
           width:100%;
		
	}

	.lskb-news-cards-image-details{
		width:100%;
	}
	
    .events-thumbnail img{
        height: 170px;
    }

    .events-thumbnail img{
        height: 170px;
    }
    
    .single-page-related-news{
    width: 100%;
    }
}

@media(max-width:600px){
  
    .lskb-products-listings {
      padding: 32px 16px;
    }
    .lskb-share-buttons{
        flex-direction: column;
    }
	.event-content{
		text-align:start;
	}
}

@media(max-width:385px){

    
        .lskb-products-listings {
            max-width: 1366px;
            margin: auto;
            padding: 16px 32px ;
            /* margin-top:80px; */
        }
    }


    /* contact us */
    .lskbr{
      
    padding:80px 48px 64px;
    max-width: 1366px;
    margin: auto;

    }
    .lskb-contact-details>p{
          font-family: arvo;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    color: rgb(71, 117, 68);
    font-size: 18px;
    visibility: visible;
    }
    .lskb-contact-details{
      
    padding: 0px 32px 0px 32px;

    }
.lskb-opening-division>p{
  color: #0d0d0d;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 32px;
  font-size: 17px;
}
    .lskb-opening-division{
    width: 65%;
    margin-bottom: 32px;
    }
    .lskb-opening-details{
    display: flex;
    justify-content: space-between;

    }
    .lskb-opening-details p{
      opacity: 95%;
    }
    .lsbkb-map  iframe{
      height: 400px;
      width: 100%;
    }
    .lskb-contact-num-add a{
      color: #477544;
    }
    .lskb-contact-num-add :hover{
      opacity: 90%;
    }
    .lskb-contact-num-add p{
      opacity: 95%;
    }

    
.lskb-contact-us-section {
  padding-top: 8px;
    text-align: center;
    /* padding-bottom: 64px; */

}
.lskb-contact-us-section>p:first-child{
  font-size: 18px;
  font-weight: 600;
color: #477544;
    margin-top: 32px;
  margin-bottom: 0px;
/*   border-bottom: 2px solid #AA9C64; */
 font-family: 'Montserrat', sans-serif;
width: 100%;
}
.df-background-color{
  margin-top: 48px;
    background:#f4f5f6;
    
  }

  .lskb-contactus-input-container{
    width: 90%;
    height: 100%;
    border: none;
    padding: 6px;
    margin-top: 29px;
  
   
    /* border: none; */
}

.lskb-contact-us-section .wpcf7-submit{
  
  padding: 5px 48px;
  border: 1px solid white;
  background-color: #477544;
  color: white;
  margin-top: 37px;
  margin-bottom: -20px;
  /* border-style: none; */
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;
}
.lskb-contact-us-section .wpcf7-submit:hover{
  background-color: white;
  transition: 350ms ease;
  color: #477544;
}
.lskb-ph-em{
  margin-bottom: 32px;
}
.lskb-ph-em p{
  margin-bottom: 4px;
  margin-top: 36px;
}

hr{
margin-top: 32px;
  margin-bottom: 32px;
}
.social-media-icons{
  margin-right: 12px;
}
.social-media-icons img{
width: 30px;
height: 30px;
}
.lskb-social-media{
  display: flex;
	padding-left:32px;
}
.tripad img{
  width: 224px;
    height: 47px;
    margin-top: -7px;
}

@media(max-width:1200px){
  .lskb-opening-division{
    width: 90%;
  }
}

@media(max-width:992px){
  .lskb-contact-details {
    padding: 0px 32px 0px 0px;
}
  .lskbr{
    padding: 32px 48px;
  }
  .lskb-contact-us-section>button {
    width: 100%;
}
.lskb-opening-division{
  width: 100%;
}

.lskb-contactus-input-container {
  /* width: 100%; */
}
.durbar-contact-us-section>button {
  width: 100%;
}
}




/* about us */

.lskb-aboutus-des a{
  color: #477544;
}
.lskb-aboutus-des a:hover{
  color: #477544;
  text-decoration: none;
  opacity: 90%;
}
.lskb-about-us-wrppper{
  background-color: #f6f6f6;
}
.lskb-images-container{
  margin-bottom: 32px;
}

.lskb-images-container {
  width: 100%;
  max-height:300px;
}
.lskb-images-wrapper{
  padding-left: 48px;
}
.lskb-images-container img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ls-wrapper-container p{
  text-align: center;
  margin-bottom: 8px;
}
.lskb-aboutus-des{
  opacity: 95%;
  line-height: 1.8;
}
.lskb-about-s-social-media{
  display: flex;
  justify-content: center;
}

.lskb-images-container{
border-top: none;
}
.lskb-images-container:last-child{
  padding-top: 47px;
  margin-top: 47px;
  border-top: 1px solid #c9c9c9;

}
.ab-social-media-icons{
  margin-right: 12px;
}
.ab-social-media-icons img{
width: 20px;
height: 20px;
}
@media(max-width:992px){
  .lskb-images-container {
    max-height:300px;
    margin-bottom: 48px;
  }
}

@media(max-width:768px){
  .lskb-images-wrapper{
    padding-left: 0;
  }
  .lskb-about-us-wrppper .row{
flex-direction: column-reverse;
  }
  .lskb-images-container {
    max-height: 300px;
   height:300px;
    margin-bottom: 32px;
  }
  .lskb-images-container img{
    height: 100%;

  }
  .lskb-aboutus-des{
margin-bottom: 48px;
  }
}





/* gallery */
.lakeside-gallery-wrapper>.lskbr>.row{
margin: 0;
justify-content: center !important;
}
.lakeside-gallery-wrapper .btn-group-sm>.btn, .btn-sm{
  font-size: 16px !important;
   font-family: sans-serif;
    font-weight: 400;
}
.ufg-thumbnail-border{
  border: none  !important;
  padding: 4px 0px 0px 4px ;
}
.ufg-thumbnail-border:hover{
  padding: 4px 0px 0px 4px ;
  transition: 200ms;
  box-shadow: inset 2px 2px 2px rgb(0 0 0 / 60%), 0 0 1px rgb(0 0 0 / 0%);

}

.ufg-thumbnail-border:hover{
  background-color: white !important;
}
.ufg-thumbnail-border img:hover{
  opacity: 0.8;
}

.ufg-parent-filters button:hover{
  background-color: red !important;
  transition: 350ms ease;

}
.ufg-parent-filter-button{
  background-color: #4b8c52 !important;
}
/* button[data-lightbox]{
  background-color: red !important;
} */

.ufg-parent-filters button:focus:not(:focus-visible){
  background-color: red !important;
  outline: none;
  box-shadow: none;
  border-color: 1px solid red !important;
}

.ufg-lightbox img{
  height: 100%;
	object-fit:cover;
}
.ufg-thumbnail-border{
  height: 100%;
}
.ufg-parent-filters .fas{
  display: none;
}

@media(min-width:1100px) and (max-width:1400px){
  .ufg-thumbnail-border{
    width: 87% !important;
  }
}



/* navbar */
.lakeside-top-contact > p > a{
  padding-top: 12px;
  margin-left: auto
}


.lskb-topbar-social-icon img{
  width:16px;
  height: 16px;
}
.lskb-topbar-social-icon{
  margin-right: 12px;
}

.lskb-topbar-social-icon-container{
  display: flex;
  align-items: center;
  justify-content:center;
  margin-left: auto;
}

.lakeside-top-contact{
  display: flex;
  justify-content: space-evenly;
}
.top-tripadviser img{
  width: 126px;
  height: 36px;
}


.lskb-top-icon-on-hover{
  display: none;
  opacity: 0;
  margin-top: 4px;
}
.lskb-topbar-social-icon:hover .lskb-top-icon-on-hover{
opacity: 1;
display: block;
  transition: 350ms;
}

.lskb-topbar-social-icon:hover .lskb-top-icon{
 opacity: 0;
 display: none;
  transition: 350ms;
}

.lakeside-top-contact{
  
  padding: 12px 0px;

}
.lakeside-top-contact>p{
  position: absolute;
}

.top-tripadviser .lskb-top-icon-on-hover{
  margin-top: 0 !important;
}

.lskb-top-phone-icon img{
  width: 20px;
height: 20px;
}
.lakeside-top-contact p a{
	margin-left:24px;
}
.lakeside-top-contact a{
	margin-left:0;
}
@media(max-width:1100px){
  .lakeside-top-contact {
    justify-content: center;
    padding-left: 34px;
  }
  .lskb-topbar-social-icon-container{
    padding-left: 48px;
    margin-left: unset;
  }
  .lakeside-top-contact>p{
    position: unset;
  }
}
@media(max-width:768px){
  .lskb-topbar-social-icon-container{
    margin-left: 0;
  }
  .lskb-topbar-social-icon-container{
    display: none;
  }
 
  .lakeside-top-contact{
    justify-content: center;
  }
}
@media(max-width:700px){
  
  .lakeside-top-contact > p{
    margin-left: 0;
  }
}

@media(max-width:500px){
	.lakeside-top-contact p a{
		margin-left:4px;
	}
	.lakeside-top-contact p a, .lakeside-top-contact p{
		font-size:18px;
	}
	.lakeside-top-contact{
    justify-content:center;
		padding-left:0;
	}
}

@media(max-width:768px){
	.ls-contact-us-wrapper{
     padding-right:0px !important;
	padding-left:0px !important
	}
	
	.home-footer .lskb-social-media{
	padding-left:0;
	}
/* 	.ls-contact-us-wrapper>.container-fluid{
    padding-left:0;
	padding-right:0;
	} */
	
	
	.lakeside-wedding-container{
		padding:32px 16px;
	}
}
html{
  scroll-behavior: smooth;
	scroll-padding-top:100px;
}
