/*
Theme Name: C2016
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: c2016
*/

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
    color: #000;
}

.most-recent-posts .meta a:hover, .search #content .meta a:hover, .archive #content .meta a:hover, .home-row .meta a:hover {
    text-decoration: underline;
    color: #1F74BF;
}

.home-blog-featured .fl-rich-text p a:visited,
p a:visited {
    color: #0A61B0;
}

.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-58eef3f7b41d2 {
    margin-top: 60px;
}

.fl-node-58cd463865044 .responsive-video {
    padding-bottom: 61%;
}

.navigation a {
    color: #444;
}

.navigation a:hover {
    color: #222;
}

.comment-form label span.req {
    display: none;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #111 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .home-blog-featured-title .fl-node-58c025f12a0db > .fl-col-content {
        max-width: 840px;
        margin: auto;
        margin-top: 240px;
    }
}

body.single h1.fl-heading {
    font: 30px/28px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
}

.post_video_row {
    margin-bottom: 40px;
    overflow: hidden;
}

.home-photo-month .fl-col {
    display: block;
    float: left;
}

.navigation a {
    color: #444;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.navigation a div {
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 10px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.navigation a .pull-left {
    background-image: url(assets/img/arrow-left.png);
    background-position: center left;
    padding-left: 40px;
}

.navigation a .pull-right {
    background-image: url(assets/img/arrow-right.png);
    background-position: center right;
    padding-right: 40px;
}

.entry-content.legacy {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry-content.legacy p {
    position: relative;
}

.entry-content.legacy > h1 {
    text-align: center;
    margin-bottom:5px;
}

.entry-content.legacy > h4 {
    font: 24px/32px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
}

.entry-header h1 {
    font: 40px/40px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-align: center;
}

.main-image {
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.entry-content.has-main-image {
    margin-top: -100px;
}

.entry-content .vc {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}


.vc iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero .entry-content.legacy{
    margin-bottom:0;
    padding-bottom:5px;
}


.entry-head{
    margin-bottom:20px;
}

.entry-head h1{
    text-align:center;
    margin-bottom:5px;
}

.entry-head .date,
.entry-header.entry-content.legacy.has-main-image .date{
    text-align: center;
}

.entry-header.entry-content.legacy.has-main-image .date{
    margin-bottom:15px;
}