html {
	font-family: "Open sans";
}

html .luv-carousel .luv-carousel-nav > div{
	background: transparent !important;	
}

html .luv-carousel .luv-carousel-nav > div:after{
    color: #B2DAB1;
    font-size: 37px;	
}

#home-slider-content ul li::before{
	content: unset !important;	
}

#home-slider-content .vc_column-inner{
	padding-top: 0;
	
}

#home-slider-content .luv-carousel-item .vc_column-inner{
	background-color:rgba(255,255,255,0.76) !important;
	padding-bottom: 30px;
}



#home-slider-content .vc_column-inner .luv-carousel-item .vc_row{
	padding-top: 160px;
}

#home-slider-content .vc_column-inner .luv-carousel-item .vc_row .wpb_single_image{
	padding-top: 50px;
}

#home-slider-content .vc_column-inner .luv-carousel-item .main-button{
	width: 40%;	
}

#home-slider-content .luv-carousel-controls{
	position: absolute;
    bottom: 13px;
    width: 100%;	
	
}



#content-1{
	padding-top: 160px;	
}

.subtitle p {
	text-transform: uppercase;
	letter-spacing: 4.2px;
	display: flex;
	align-items: center;
	
}


.subtitle p:before,
.subtitle p:after{
	content: "";
    flex: 1;
	height: 1px;
    margin: 0 3em;
	background: #1E2B19;
}


 




.main-button{
	color: #B2DAB1;	
	background: #fff;
	border: 2px solid #B2DAB1;
	text-align: center;
	display: block;
    width: 50%;
    margin: 0 auto;
	padding: 15px;
	font-size: 19px;
}

.main-button:hover{
	color: #fff;
	background: #B2DAB1;	
}

#home-slider-v2 .luv-carousel-item li{

}

#home-slider-v2 .owl-stage-outer{
	text-align: center;	
}


#home-slider-v2 .slider-title p{
	text-transform: uppercase;
	letter-spacing: 5.1px;
	margin-top: 40px;
    margin-bottom: 40px;
}


#content-2{
	padding: 140px 0;	
}

.news-box{
	background-color: #fff;
}

.news-box .news-title{
	color: #B2DAB1;
	font-size: 25px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.news-box hr{
	background-color: #B2DAB1;
	width: 10%;
	height: 2px;
	margin-left: 30px;
}

.news-box .news-created-date{
	margin-left: 30px;
	color: #EDC17B;
	font-size: 17px;
}

.news-box .news-image{
	width: 100%;
	height: auto;
}

.news-box .news-content{
	color: #1E2B19;
	font-size: 20px;
	padding: 30px;
	font-weight: 400;
	line-height: 30px
}

.news-box .news-button{
	color: #B2DAB1;	
	background: #fff;
	border: 2px solid #B2DAB1;
	text-align: center;
	padding: 15px 50px;
	font-size: 16px;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 30px;
}

#news-box-button.main-button{
	width: 30%;
	margin-top: 60px;
}

#content-4{
	padding: 60px 0;	
}

#services-list{
	padding-top: 100px;	
	
}

#services-list .box .vc_column-inner {
	background: #fff;	
	margin-bottom: 140px;
}

#services-list .image{
	margin-top: -100px;	
}

#services-list .title{
	text-transform: uppercase;
	letter-spacing: 5.1px;
}


#services-list .content{
	color: #1E2B19;
	padding: 40px;
	padding-top: 0px;
}

#services-list .main-button{
	margin: unset;
	margin-left: 40px;
	width: 30%;
}

#content-5 .main-button{
	width: 40%;	
}

#footer-copyright{
	display: none;	
}

#footer-pages{
	padding-left: 10%;
}



.subpage-title p{
	text-transform: uppercase;
	letter-spacing: 5.1px;
	margin-top: 40px;
    margin-bottom: 70px;
}


#content-1 #box{
	margin: 0 6%;	
}


#content-1 #box .vc_column-inner > .wpb_wrapper{
	background: #fff;	
	padding: 20px 40px;
	border: 1px solid #1E2B19;
	margin: 0 10px;
	
}

#content-1 #box .vc_column-inner > .wpb_wrapper:hover{
	background: #e2f3e1;
}


#content-1 #box .vc_column-inner .wpb_wrapper img{
	height: 105px;
	padding-top: 30px;
	width: auto;
}


#content-3{
	padding: 100px 0;	
}

#content-5{
	padding: 100px 0;
}

#subpage-content-2{
	padding-top: 80px;	
}

form #input-center{
	display: flex;
	justify-content: center;
}

form .vc_row > .vc_col-sm-6,
form .vc_row > .vc_col-sm-12{
	padding: 0 10px;	
}


form input,
form textarea{
	background-color: #B2DAB126 !important;
	border: 1px solid #B2DAB1 !important;
	margin-bottom: 20px;
	width: 100%;
	padding:10px;
}

form input::placeholder,
form textarea::placeholder{

	color: #B2DAB1;
}

form .wpcf7-submit {
	background-color: #B2DAB1 !important;
	border:unset;
	color: #fff;
	width: 100%;
	height: 45px;
}

#subpage-content-5{
	padding: 80px 0;	
}

#subpage-content-5 .main-button{
	width: 100%;	
}


#grid {
	display: grid;
    grid-template-columns: repeat(4, 18vw);
    grid-template-rows: 18vw;
    grid-gap: 10px;
    justify-content: center;	
	margin-bottom: 10px;
}

#grid .wpb_column{
	width: 100%;	
	background-color: #fff;
}

#grid .wpb_column .vc_column-inner{
	width: 100%;
	height: 100%;
}

.subpage-service .grid-box-title p,
#grid .grid-box-title p{
	padding-bottom: 40px;
	position: relative;
}

.subpage-service .grid-box-title p:after{
	content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #b2dab1;
    top: 70%;
    left: 0;
}

#grid .grid-box-title p:after {
	content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #b2dab1;
    top: 70%;
    left: 45%;
}

.subpage-service{
	padding-top: 25px !important;
	padding-bottom: 60px !important;
	padding-left:18% !important;	
	padding-right:18% !important; 	
	
}

.subpage-service img{
	width: 70%;	
}

#gallery{
	padding: 60px 0;	
}

#wedding-service-list{
	padding: 80px 0;	
}

#wedding-service-row > .wpb_column > .vc_column-inner{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#wedding-service-row .wedding-service-list-title p{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	position: relative;
}

#wedding-service-row .wedding-service-list-title p:after{
	content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #b2dab1;
    top: 75%;
    left: 30px;
}


#wedding-service-row .wedding-service-list-content p{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
}

article.hentry .post-featured-img img{
	width: 100%;	
}

#corporate-event{
	padding-bottom: 60px;	
}

#services-list .title{
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 60px;
}

#services-list .title p:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #b2dab1;
    top: 70%;
    left: 45%;
	
}

#content-wrapper ul {
  list-style: none !important;
}

#content-wrapper ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #b2dab1; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.nav-menu li:not(:last-child) a span{
	padding-right: 40px;
	border-right: 1px solid #B2DAB1;
}

.luv-theme .luv-carousel-dots .luv-carousel-dot span{
	background: #B2DAB1 !important;
}

#map{
	height: 600px;
}


.lang-selector{
	position: absolute;
	right: 0;
	top: 0;
}

.lang-selector a{
	color: #B2DAB1;
	padding: 0 5px;
}

.social-logos{
	position: absolute;
	top: 5px;
	right: 100px;
	display: flex;
}


.social-logos a{
	margin: 0 10px;	
}

.social-logos a img{
	width: 100%;
	height: 20px;
}

.wedding-service-list-image{
	max-height: 260px;
	position: relative;
	overflow: hidden;
}