/*
 Theme Name: Bulk One Page
 Theme URI: https://themes4wp.com/theme/bulk-one-page/
 Description: Bulk One Page is a beautiful free one page WordPress blog theme. With a clean layout it's perfect for one page or landing page websites. DEMO: http://bulk.themes4wp.com/bulk-one-page/
 Author: Themes4WP
 Author URI: https://themes4wp.com/
 Template: bulk
 Version: 1.0.0
 License: GNU General Public License v3
 License URI: http://www.gnu.org/licenses/gpl.html
 Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, theme-options, translation-ready, custom-logo, e-commerce
 Text Domain: bulk-one-page
*/

body {
    font-weight: 300;
    line-height: 1.6;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #9e5c00;
}
#site-navigation .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.single-image {
    max-height: 550px;
    height: 550px;
}
.featured-thumbnail img {
    width: 100%;
    max-height: 550px;
}
.header-image-text {
    top: auto;
    bottom: 5%;
}

@media (max-width: 991px) {
  article {
    clear: both !important;
    width: 100% !important;
  }
}

article {
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
article:nth-child(2n-1) {
    clear: both;
}

.main-container {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.home .page-area {
    padding-top: 0 !important;
}
.custom-header {
    margin-bottom: 0;
}