/*
 * Theme Name: Bell Weather 2
 * Theme URL: http://marathonpress.com
 * Description: Designed by Kora, revamped by Alex and Nathaniel
 * Author: Marathon Press, Inc
 * Author URI: http://marathonpress.com
 * Version: 2.1.1
 * 
 * Template: genesis
 * 
 * License: GNU General Public License v2.0 (or later)
 * License URI: http://www.opensource.org/licenses/gpl-license.php 
 */


/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #131217;
	color: #c8c8ca;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.slicknav_menutxt,
.slicknav_icon-bar {
	transition:         all 0.1s ease-in-out;
}

img {
    display: block;
}

::-moz-selection {
	background-color: #c8c8ca;
	color: #131217;
}

::selection {
	background-color: #c8c8ca;
	color: #131217;
}

a {
	color: #4F3947;
        font-weight: 300;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

p {
	margin: 0 0 28px;
	padding: 0;
}

b, strong { font-weight: 700; }

blockquote, cite, em, i { font-style: italic; }

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 100px;
	height: 0;
	left: -60px;
	position: relative;
	top: -45px;
        color: #4F3947;
        font-family: serif;
}

hr { border-style: solid; }

/* ## Headings
--------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	color: #4F3947;
	font-family: Lato, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

.entry-title {
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
}

.entry-title > a:hover { text-decoration: none; }



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
        width: 75%;
	max-width: 1024px;
        position: relative;
}

.site-inner {
	clear: both;
	padding-top: 15px;
}

/* ## Bell Weather Homepage Layout
--------------------------------------------- */

.category-image-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    width : 100%;
}

.category-image-container img { width: 100%; }

#category-img-1,
#category-img-2,
#category-img-3 {
    display: none;
    -webkit-flex: 0 1 330px;
        -ms-flex: 0 1 330px;
            flex: 0 1 330px;
}

#category-img-1 { margin-right: 5px; }
#category-img-2 { margin: 0 5px; }
#category-img-3 { margin-left: 5px; }

/* ## Header Area
--------------------------------------------- */

.site-header > .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.title-area {
    display: none;
}

#logo {
    float: left;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

#logo-img {
    width: 100%;
}

.header-line {
    /*float: left;*/
    border-color: #c8c8ca; /* Gets overwritten by menu-text-color option */
    display: none;
    border-style: solid;
}

.header-line-top {
    display: none;
    /*position: absolute;
    top: 100px;
    right: 0;*/
    width: 0; /* Gets overwritten by bw-layout.js */
}

.header-line-bottom {
    position: absolute;
    top: 20px;
    right: 0;
    width: 0; /* Gets overwritten by bw-layout.js */
}

.footer-divider {
    width: 100%;
    border-style: solid;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 85%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 70%;
        max-width: 1024px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 70%;
}

.sidebar-content-sidebar .content {
    margin-left: 3%;
}

.full-width-content .content {
	width: 100%;
        float: none;
        margin: 0 auto;
}

.content-sidebar-wrap, .sidebar-secondary {
    padding-bottom: 50px;
}

.page-template-front-page .content-sidebar-wrap {
	padding-bottom: 0;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Image Widget */
.widget-wrap img {
    height: auto;
}

.widget_sp_image {
    line-height: normal;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 14%;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Featured Image */

#featured {
    max-width: 1400px;
    margin-bottom: 20px;
}

#featured img {
    width: 100%;
    height: auto;
}

.content img {
    max-width: 100%;
    height: auto;
}

/* Google Map Embed */

.widget_text {
    width: 100%;
}

#sidebar iframe {
    width: 100%;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
        padding-top: 20px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	float: right;
        position: relative;
        z-index: 1;
}

/* # Social Media Icons */

.social-icons-widget ul {
    margin: 0;
}

.social-icons-widget ul li {
    margin: 0 10px 0 0;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 17px;
	line-height: 1.3;
	padding: 0 0 40px 0;
	text-align: left;
        width: 100%;
        float: left;
        margin-top: -75px;
        color: #6E6E6E;
	margin-bottom: 0;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

#bw-navigation-bar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

.genesis-nav-menu {
        font-family: 'Julius Sans One', sans-serif;
	clear: both;
	font-size: 21px;
	line-height: 1;
	width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
        margin: 0 -3px;
}

.genesis-nav-menu li a {
        color: #c8c8ca;
	display: block;
        padding: 11px 20px;
}

.genesis-nav-menu > li:first-child a {
    padding-left: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4F3947;
        text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 201;
}

.genesis-nav-menu .sub-menu a {
	background-color: #131217;
        opacity: 0.85;
	font-size: 15px;
	padding: 20px;
	position: relative;
	width: auto;
        min-width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
        opacity: 0.95;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 243px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.sub-menu > .menu-item {
    background: none;
}

/** Hide the SlickNav menu by default */
.slicknav_menu {
    display: none;
}


/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	/*padding: 50px 60px;*/
        width: 100%;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
        text-align: center;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #9a9a9a;
	padding: 10px 0 40px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

li.pagination-next a {
    width: 85px;
}

.archive-pagination li a {
	background: #6E6E6E;
	color: #c8c8ca;
        border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 2px 10px;
        font-weight: 300;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background: #4F3947;
        text-decoration: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	
}

.comment article {
    border-top: 1px solid #6E6E6E;
    padding: 15px;
}

.comment-content {
	clear: both;
}

.comment-list {
    box-shadow: 0 0 3px #6E6E6E;
    padding: 15px;
}

.comment-list li {
	margin-top: 15px;
}

.comment-list li li {
	padding-left: 50px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-meta {
    margin: 0 0 10px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	font-size: 16px;
	padding: 24px;
        border: 1px solid #6e6e6e;
}

.avatar {
    display: inline;
    margin-right: 10px;
}

/* # Gravity Forms
---------------------------------------------------------------------------------------------------- */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #c8c8ca;
    font-weight: 300;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
input[type=text],
input[type=email],
input[type=url],
textarea {
    font-size: 14px;
    font-weight: 300;
    color: #131217;
    padding: 5px 2px 5px 8px;
    border: none;
    background: #6E6E6E;
}

textarea { width: 100%; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #CF474C;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 14px;
    background: #6E6E6E;
    height: 28px;    
}

body .gform_wrapper .gform_footer input[type=submit],
input[type=submit] {
    background: #6E6E6E;
    color: #c8c8ca;
    border: none;
    padding: 5px 25px;
    min-width: 110px;
    width: auto;
    height: 35px;
    font-weight: 300;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
input[type=submit]:hover {
    background: #4F3947;
    font-weight: 300;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
    overflow: visible !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    color: #131217;
    border: none;
}

.gform_wrapper .gfield_time_hour {
    width: 80px !important;
}

.gform_wrapper .ginput_complex,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
    overflow: visible !important;
}

.gform_wrapper .ginput_complex .ginput_right {
    width: 46% !important;
}

/* Google Map Embed */

.widget_text {
    width: 100%;
}

#sidebar iframe {
    width: 100%;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1150px) {
    
    .genesis-nav-menu li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 960px) {
    
    .site-inner,
    .wrap {
        width: 90%;
    }
    
    .footer-widgets-1 {
        margin-right: 0;
    }
    
    .site-footer {
        margin-top: 0;
    }

    .sidebar-secondary {
        margin: 20px;
        text-align: center;
    }
    
    .content,
        .content-sidebar-sidebar .content,
        .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
        .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
        .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area {
            width: 100% !important; /* This is lazy. Put media queries in the contact_page_check function later */
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-direction: column;
            -webkit-flex-direction: column;
            -moz-box-direction: column;
            -ms-flexbox-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
            -webkit-align-items: flex-start;
                 -ms-flex-align: start;
                    align-items: flex-start;
    }

    .sidebar-primary { /* Fix this in the contact_page_check function later */
        float: none !important;
        padding: 0 !important;
    }

}

@media screen and (max-width: 900px) {
    
    .slicknav_menu {
        display: block;
    }
    
    .genesis-nav-menu,
    .header-line-bottom {
        display: none;
    }
}


@media screen and (max-width: 800px) {
   
    .category-image-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    body {
		font-size: 16px;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
            padding: 0;
    }

    .archive-pagination li a {
            margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
            margin: 0;
            width: 100%;
    }

    .sidebar .widget.enews-widget {
            padding: 40px;
    }
}

@media screen and (max-width: 580px) {
    
    .header-line-top {
        display: none;
    }
    
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"],
    input[type="text"], input[type="text"], input[type="url"] {
            width: 100% !important; /* Because I'm lazy */
    }
}