/* core */
@media (min-width: 1400px) { 
    .container {
        max-width: 1320px;
    }
	.page-template-front-page.group-msg-section .content-row .section-img {
    	margin: 80px 0 0px 0 !important;
	}
}
@media (max-width: 1300px) { 
	.work-process-one__item__top {
		margin-left: 0px !important;
	}
	.site-intro-section {
    	padding: 80px 15px 38px !important;
	}
}


.group-msg-section .content-row .section-img {
    margin: 80px 0 0px 0;
}

.wpcf7-form p br {
    display: none !important;
}
.wpcf7-submit.villoz-btn {
    padding: 15px 0;
}

/* property listing */
.villa-card--small .villa-card__title {
    margin-bottom: 15px;
}

/* property single */
.villa-details-three {
    border-top: 1px solid #d6e2f0;
}
.villa-details-one {
    padding: 40px 0;
}

/* contact page */
.contact-message {
    text-align: center;
    padding: 120px 0 0;
}
.contact-message p {
    line-height: 170%;
    display: block;
    margin: 15px 0 0;
}
.contact-one__form .sec-title__title {
    margin-bottom: 12px;
}

/* about page */
.page-template-page-about .fact-one--about .block-title-wrap {
    margin-bottom: 100px;
}
.page-template-page-about .block-content-wrap p {
    line-height: 1.75;
}

@media (max-width: 767px) { 
    .contact-message {
        padding: 92px 0 0;
    }
    .main-footer__logo img {
        width: 220px !important;
    }
}