/*
Theme Name:   OceanWP Child
Template:     oceanwp
*/


*{
	font-family:'Inter';
}


main#main {
    width: 1210px !important;
    margin: 50px auto !important;
}
@media screen and (max-width: 1280px) {
main#main {
    width: 100% !important;
    margin: 50px auto !important;
}
}
.row.landing-post {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}



div#left_side h1.pl-page-heading {
    font-size: 40px;
}

input[type=checkbox]:checked:before {
    color: #000000 !important;
}


.single-place-content div {
    width: 100% !important;
}