/*
 Theme Name:   Strandhuisjes Nederland Child
 Theme URI:    http://strandhuisje.nl
 Description:  Strandhuisjes Nederland Child Theme
 Author:       Dennis Albregtse
 Author URI:   http://www.aits.biz
 Template:     Strandhuisjes Nederland
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Strandhuisjes-Nederland-child
*/

@import url("../Strandhuisjes Nederland/style.css");

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.center-post-content,
.default-page .entry-content,
.default-page .entry-footer,
.blog-post-entry-header,
.blog-listing-post .entry-summary,
#comments {
  padding-left: 3px;
  padding-right: 3px;
  }
}
element.style {
}
.property-single-content {
    background-color: #ffffff;
}
.property-single-content {
    padding: 35px 5px 5px;
    font-size: 15px;
}
.default-page .entry-content {
    padding-top: 0px;
    padding-bottom: 20px;
}
.site-pages {
    padding-top: 5px;
    padding-bottom: 120px;
    overflow: hidden;
}
.header-variation-two .main-menu > li > a {
    padding: 5px 10px;
}


