/*! Website v1.0.0 | (c) 2023 Marco Ramos <https://www.marcoramos.net> */
.font-secondary {
	font-family: "Gilda Display", serif;
}
.font-secondary.bold {
	font-weight: 600;
}

img {
	max-width: 100%;
}

.bg-color {
	background: #F7EDE4;
}

.page-section {
	position: relative;
}

h2 {
	margin-bottom: 25px;
}

.item-box {
	background: #F7EDE4;
	padding: 30px 60px;
	margin-bottom: 25px;
}
.item-box strong {
	display: block;
	color: #526055;
	font-weight: 400;
	font-size: 28px;
	font-family: "Gilda Display", serif;
	margin-bottom: 15px;
}
.item-box p, .item-box main ul li, main ul .item-box li {
	margin-bottom: 0 !important;
}

main p, main ul li {
	color: #526055 !important;
	font-size: 16px;
	margin-bottom: 25px !important;
}
main p.large, main ul li.large {
	font-size: 22px;
}
main p.featured, main ul li.featured {
	font-family: "Gilda Display", serif !important;
}
main p.featured.large, main ul li.featured.large {
	font-size: 26px;
}
main ul {
	list-style: none;
}
main ul li {
	position: relative;
	margin-bottom: 25px;
}
main ul li:last-child {
	margin-bottom: 0 !important;
}
main ul li::before {
	content: " ";
	position: absolute;
	background: #EFAB93;
	left: -20px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
main ul.text-large li {
	font-size: 24px;
}
main ul.text-large li::before {
	top: 12px;
}
main .container-small {
	max-width: 800px;
	margin: auto;
}
main .pt-section {
	padding-top: 6rem !important;
}
main .pb-section {
	padding-bottom: 6rem !important;
}
main .img-space-right {
	margin-right: 3rem;
}

@media (max-width: 900px) {
	main .img-space-right {
		margin-right: 0;
		margin-bottom: 3rem;
	}
	main .container-small {
		max-width: 720px;
	}
}
@media (max-width: 768px) {
	main .container-small {
		max-width: 540px;
	}
	main .item-box strong {
		font-size: 22px;
	}
	main p.large, main ul li.large {
		font-size: 19px;
	}
	main p.featured, main ul li.featured {
		font-family: "Gilda Display", serif !important;
	}
	main p.featured.large, main ul li.featured.large {
		font-size: 22px;
	}
}
@media (max-width: 576px) {
	main .container-small {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}
}
footer .footer-effect {
	width: 100%;
}
footer .logo {
	max-width: 200px;
}
footer .footer-content {
	background: #F7EDE4;
}
footer .footer-content .newsletter-form {
	width: 600px;
	display: block;
	margin: auto;
}
footer .footer-content .newsletter-form strong {
	font-family: "Gilda Display", serif;
	display: block;
	text-align: center;
	font-size: 46px;
	color: #526055;
	margin-bottom: 20px;
	font-weight: 400;
}
footer .footer-content .socials a {
	display: inline-block;
	background: #EFAB93;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 15px;
	color: white;
	border-radius: 50%;
	text-decoration: none;
	font-size: 22px;
}
footer .footer-content a.link {
	color: #526055;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
footer .footer-content .services > a {
	font-size: 16px;
	text-transform: none;
}
footer .navigation {
	padding-top: 50px;
}
footer .copyright {
	margin-top: 50px;
	border-top: 1px solid #EAD2BC;
	padding-top: 49px;
	padding-bottom: 50px;
	color: #526055;
}
footer .copyright a {
	color: #526055;
	text-decoration: none;
}

@media (max-width: 900px) {
	footer .navigation {
		text-align: center;
	}
	footer .navigation .socials {
		margin-bottom: 50px;
	}
}
@media (max-width: 768px) {
	footer .copyright {
		display: block !important;
		text-align: center;
	}
	footer .copyright > div {
		display: block !important;
		text-align: center;
	}
	footer .copyright > div a.policy {
		margin: 7.5px 0 !important;
		display: block;
	}
	footer .logo {
		max-width: 200px !important;
	}
	footer .navigation {
		padding-top: 50px !important;
	}
	footer .newsletter-form {
		padding-right: 30px;
		padding-left: 30px;
		width: auto !important;
	}
	footer .newsletter-form strong {
		font-size: 28px !important;
	}
}
header.simple {
	padding-top: 250px;
}
header.simple .menu a {
	color: #526055;
}
header.simple .dk-navbar-burger > span {
	background: #526055;
}
header a.start {
	display: none;
}
header .mobile-menu {
	display: none;
}
header .mobile-menu .socials {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
	z-index: 2;
}
header .mobile-menu .socials a {
	font-size: 21px;
	margin: 15px;
}
header .menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	display: block;
}
header a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}
header a:hover {
	color: #EFAB93;
	transition: all 1s ease;
}
header a.active {
	font-weight: bold;
}
header img {
	max-width: 170px;
}
header .menu-link {
	position: relative;
}
header .menu-link:hover ul {
	display: block;
}
header ul {
	list-style: none !important;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-bottom: 0;
	padding: 0;
}
header ul a {
	font-size: 14px;
	margin-left: 10px;
	margin-top: 7.5px;
	display: block;
}
header .dk-navbar-burger {
	width: 35px;
	height: 24px;
	cursor: pointer;
}
header .dk-navbar-burger > span {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	background-color: white;
	-webkit-transition: background-color 0.2s ease, visibility 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, visibility 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
	-o-transition: background-color 0.2s ease, visibility 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
	transition: background-color 0.2s ease, visibility 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
	transition: background-color 0.2s ease, visibility 0.2s ease, transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
header .dk-navbar-burger > span + span {
	margin-top: 5px;
}
header .dk-navbar-burger > span:nth-child(2) {
	width: 16px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	margin-left: 8px;
}
header .dk-navbar-burger:hover > span {
	background-color: #EFAB93;
}
header .dk-navbar-burger:hover > span:nth-child(2) {
	-webkit-transform: translateX(-7px);
	-ms-transform: translateX(-7px);
	transform: translateX(-7px);
}

header.menu-open .menu {
	position: fixed;
	display: flex !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #202020;
	z-index: 1;
	align-items: center;
}
header.menu-open .menu > div {
	display: block !important;
}
header.menu-open .menu > div .logo {
	display: none !important;
}
header.menu-open .menu > div a {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-align: center;
	display: block;
	color: white !important;
}
header.menu-open .menu > div .menu-link.active ul {
	display: block !important;
	position: relative;
}
header.menu-open .menu > div .menu-link.active ul a {
	color: white !important;
	margin: 0;
	padding: 0;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

@media (max-width: 900px) {
	header .menu {
		display: none;
	}
	header .mobile-menu {
		display: flex;
		position: absolute;
		left: 35px;
		right: 35px;
		top: 50px;
		align-items: center;
		justify-content: space-between;
		z-index: 2;
	}
}
@media (max-width: 768px) {
	header.simple {
		padding-top: 200px;
	}
	header .menu-link:hover ul {
		display: none;
	}
	header .logo-link {
		max-width: 115px;
	}
	header .logo-link img {
		width: 100%;
	}
	header.menu-open a.start {
		display: block !important;
	}
	header.menu-open .logo-link {
		visibility: hidden !important;
	}
	header.menu-open .socials {
		display: block;
	}
}
.service {
	text-align: center;
}
.service .service-image {
	padding: 0 25px;
}
.service img {
	width: 100%;
}

.service-item {
	margin-bottom: 75px;
}
.service-item ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
.service-item:last-child {
	margin-bottom: 0;
}
.service-item .service-name {
	background: #F9DDD4;
	border-radius: 50%;
}
.service-item .service-name > div {
	width: 320px;
	height: 320px;
	display: inline-block !important;
}
.service-item .service-name strong {
	display: block;
	margin-bottom: 15px;
}
.service-item .service-name p, .service-item .service-name main ul li, main ul .service-item .service-name li {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	main .service {
		margin-bottom: 75px;
	}
	main .service-item {
		position: relative;
		margin-bottom: 100px;
		flex-wrap: wrap;
		justify-content: center;
	}
	main .service-item .service-name {
		margin-bottom: 30px;
	}
	main .service-item:after {
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -50px;
		width: 250px;
		height: 1px;
		background: #EAD2BC;
		margin: auto;
	}
}
@media (max-width: 768px) {
	main .service-name > div {
		width: 220px !important;
		height: 220px !important;
	}
	main .service-image {
		max-width: 65%;
		margin: auto;
	}
}
.page-start-image {
	height: 80vh;
	background-size: cover !important;
	display: block;
}

.page-start-content {
	display: block;
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.page-start-content strong {
	display: block;
	font-size: 26px;
	font-weight: 400;
	font-family: "Gilda Display", serif;
}

@media (max-width: 768px) {
	.page-start-image {
		height: 60vh;
	}
	.page-start-content strong {
		font-size: 23px;
	}
}
.call-action-flowers-1 {
	background: url("/img/call-actions/flowers-1.jpg") center center no-repeat;
	background-size: cover;
}

.call-action-flowers-2 {
	background: url("/img/call-actions/flowers-2.jpg") center center no-repeat;
	background-size: cover;
}

.call-action-flowers-3 {
	background: url("/img/call-actions/flowers-3.jpg") center center no-repeat;
	background-size: cover;
}

.call-action-nature {
	background: url("/img/call-actions/nature.jpg") center center no-repeat;
	background-size: cover;
}

.call-action-field {
	background: url("/img/call-actions/field.jpg") center center no-repeat;
	background-size: cover;
}

.call-action-people {
	background: url("/img/call-actions/people.jpg") center center no-repeat;
	background-size: cover;
}

.call-action-sunset {
	background: url("/img/call-actions/sunset.jpg") center center no-repeat;
	background-size: cover;
}

.call-action-hands {
	background: url("/img/call-actions/hands.jpg") center center no-repeat;
	background-size: cover;
}

.blog-item {
	margin-bottom: 50px;
}
.blog-item strong {
	margin: 15px 0;
	display: block;
	font-size: 18px;
	color: #526055;
}
.blog-item img {
	display: block;
	width: 100%;
}
.blog-item a {
	text-decoration: none;
}
.blog-item .date {
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.blog-item i {
	color: #EFAB93;
}

@media (max-width: 768px) {
	main .blog-item {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #EFAB93;
	}
}
.btn {
	font-family: "Gilda Display", serif !important;
	font-size: 16px !important;
	padding: 10px 45px;
	border-radius: 30px;
}

.btn.btn-primary {
	background: #EFAB93 !important;
	border-color: #EFAB93 !important;
	color: white !important;
}

.btn.btn-white {
	background: white !important;
	border-color: white !important;
	color: #526055 !important;
}

.ml-form-embedContent {
	display: none;
}

form input.form-control {
	height: 50px;
	color: #526055;
	border: none;
	border-radius: 20px;
	padding-left: 25px;
}

h1, .h1 {
	font-size: 50px !important;
	font-family: "Gilda Display", serif !important;
	color: #526055 !important;
	display: block;
}

h2, .h2 {
	font-size: 46px !important;
	font-family: "Gilda Display", serif !important;
	color: #526055 !important;
	display: block;
}

h3, .h3 {
	font-size: 28px !important;
	font-family: "Gilda Display", serif !important;
	color: #526055 !important;
	display: block;
}

@media (max-width: 768px) {
	h1, .h1 {
		font-size: 36px !important;
	}
	h2, .h2 {
		font-size: 32px !important;
	}
	h3, .h3 {
		font-size: 28px !important;
	}
}
@media (max-width: 768px) {
	#HomePage .page-main .col-cycle {
		margin-bottom: 50px;
	}
}
#BlogPage .remove-br br {
	display: none !important;
}
#BlogPage .blog-image {
	margin-bottom: 30px;
}
#BlogPage .other-blog-articles {
	border-top: 1px solid #EFAB93;
	padding-top: 50px;
	margin-top: 50px;
}
#BlogPage .other-blog-articles h2 {
	margin-bottom: 50px;
}