/*
Theme Name: Added Bytes
Theme URI: https://addedbytes.com
Author: Dave Child
Author URI: https://addedbytes.com/
Description: I like cake.
Version: 1.0
*/


.wrap {
    width: 100%;
}

.site-main {
    max-width: 1000px;
    margin: 0 auto;
}

#page_title {
    background: #009984 url('/wp-content/uploads/2018/05/brighton-beach-2.jpg') 1% 99% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 40px;
}
#page_title #page_title_inner {
    margin: 0 auto;
    min-width: 0;
    max-width: 65em;
}
#page_title #page_title_inner h1 {
    text-align: center;
    color: #f0edee;
    font-family: "Open Sans", 'Arial', 'Sans-Serif';
    margin: 0 45px;
    font-style: normal;
    font-size: 50px;
    font-weight: bold;
}

.entry-content {
    text-align: left;
    line-height: 2;
    padding-bottom: 50px;
    max-width: 700px;
    margin: 50px auto;
}
.entry-content h3 {
    margin-top: 50px;
    font-weight: normal;
    padding-bottom: 15px;
}
.entry-content h3:first-child {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 1.5em;
}

.entry-content ul {
    font-size: 1.33em;
    margin: 0 0 1.5em 0;
}


.pull_quote, .pull_quote_right, .pull_quote_left, .pull_quote_center, .pull_quote_wide {
    color: #666;
    font-family: sans-serif;
    font-size: 2.3em;
    line-height: 1.4;
    float: right;
    margin: 20px 0 40px 0;
    position: relative;
    right: -10%;
    max-width: 300px;
}
.pull_quote_left {
    float: left;
    left: -10%;
}
.pull_quote_center {
    float: none;
    position: static;
    text-align: center;
    margin: 20px 20%;
    width: auto;
}
.pull_quote_wide {
    float: none;
    position: static;
    text-align: center;
    margin: 20px;
    width: auto;
}
.pull_quote_border {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 20px;
}

.hidden,
.off {
    display: none;
}

.clear {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}


