/*
    Theme Name: Rep 2
    Theme URI: http://politic-rep-2.ourwpstudio.com
    Description: A theme for political candidates. 
    Author: Professional Web Services
    Author URI: http://www.godaddy.com/

    Version: 1.1

    Template: genesis
    Template Version: 2.1

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* # Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
- Plugins
    - Genesis Author Pro
    - Genesis eNews Extended
    - Jetpack
- Site Header
    - Title Area
    - Widget Area
    - Shrink
- Site Navigation
    - Primary Navigation
    - Secondary Navigation
    - Responsive Menu
- Content Area
    - Home
    - Flexible Widgets
    - Entries
    - Entry Meta
    - After Entry
    - Pagination
    - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
    - Max-width: 1320px
    - Max-width: 1200px
    - Max-width: 980px
    - Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## 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:#000}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{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;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}

/* ## Box Sizing
--------------------------------------------- */
#ninja_forms_form_1_all_fields_wrap label{color:#fff !important;}
html,
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */
.gch-header{max-width: 80%; margin: 0px auto; padding-top:20px;}
#ninja_forms_form_9 > p{display:none;}
#ninja_forms_form_9_all_fields_wrap > div > br{display:none;}
#ninja_forms_form_9_all_fields_wrap > div > p{display:none;}

@media only screen and (min-width: 768px) {
.sersec{min-height:100px;}
#panel-15-0-0-0 table{margin-top:-10px !important;}
}
body {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    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 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

a {
    color: #FE0000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 30px;
}

blockquote::before {
    color: #e1e9ee;
    content: "\201C";
    display: block;
    font-size: 60px;
    font-weight: 400;
    height: 0;
    left: -30px;
    position: relative;
    top: -16px;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #000;
    clear: both;
    margin: 13px 0;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    color:#FE0000;
}

h1 {
    font-size: 50px;
}

.home h1 {
    font-size: 50px;
    color: #FE0000;
    font-weight: bold;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    color: #fff;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 48px;
    color: #FE0000;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

.featured-content img {
    margin-bottom: -8px;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    padding: 2px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 10px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #000;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #000;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #000;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.featured-content .more-link {
    background-color: #FE0000;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    padding: 5px 28px;
    text-align: center;
    white-space: normal;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.featured-content .more-link:hover {
    background-color: #666;
    color: #fff;
}

.entry-content .button:hover {
    color: #fff;
}

.content .widget-full .featuredpage .button,
.content .widget-full .featuredpage .more-link,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .featured-content .more-link {
    border-color: #fff;
    color: #fff;
}

.content .widget-full .featuredpage .button:hover,
.content .widget-full .featuredpage .more-link:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .featured-content .more-link:hover {
    background-color: #fff;
    color: #000;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 16px;
}

.button {
    display: inline-block;
}

.more-link {
    display: table;
    margin-top: 30px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
    background-color: #f2f2f2;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #fff;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #fff;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
    background-color: #fff;
    clear: both;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    max-width: 100%;
}

.error404 .site-inner {
    max-width: 80%;
}

.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.featured-widget-area + .site-inner,
.landing-page .site-inner {
    margin-top: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
    float: right;
}

.archive .content {
    max-width: 80%;
    margin: 0 auto;
    float: none;
}

.single .site-inner {
    width: 80%;
}

.page-template-page_blog .content-sidebar-wrap {
    max-width: 80%;
    margin: 0 auto;
}

.page-template-page_blog .content {
    max-width: 70%;
    width: 68%;
}

.page-template-page_blog .sidebar {
    width: 25%;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

.archive.genesis-author-pro .content,
.archive.genesis-pro-portfolio .content {
    padding: 80px 80px 0;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 380px;
}

.sidebar-content .sidebar-primary {
    float: left;
}


/* ## 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: 1.25%;
}

.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;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f3f3f3;
    padding: 20px 30px;
}



.archive-description,
.author-box {
    background-color: #f9f9f9;
    font-size: 16px;
    padding: 80px;
}

.author-box {
    margin-bottom: 80px;
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.entry-content .search-form input {
    margin-bottom: 16px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 24px;
}

.entry-title {
    font-size: 24px;
}

.widget .entry-title a,
.sidebar .widget-title a {
    color: #fff;
}

.widget .entry-title a:hover {
    color: #FE0000;
}

.entry-title a:hover {
    color: #333;
}

.widget-title {
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.widget_featured-post .widget-title {
    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: 0 0 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;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget-area .widget {
    margin-bottom: 40px;
}

.widget-area p:last-child,
.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0;
}

.widget-area .featured-content .entry-header p {
    margin-bottom: 20px;
}

.featured-content .entry:after {
    display: none;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 22px;
}

.featured-content .entry:last-of-type + .widget-title {
    margin-top: 20px;
}

.featured-content .aligncenter ~ div,
.featured-content .aligncenter ~ header {
    text-align: center;
}

.featured-content .aligncenter ~ div .more-link {
    margin: 20px auto 0;
}

.content .widget-full .featuredpage {
    background-color: #181c1e;
    color: #fff;
}

.content .widget-full .featuredpage .entry {
    background-color: rgba(255, 255, 255, 0.05);
}

.content .widget-full .featuredpage a:hover,
.content .widget-full .featuredpage .entry-title a {
    color: #fff;
}

.content .widget-full .featuredpage .entry-title a:hover {
    color: #ccc;
}




/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis Author Pro
--------------------------------------------- */

.archive.genesis-author-pro .archive-description,
.archive.genesis-author-pro .breadcrumb,
.archive.genesis-pro-portfolio .archive-description,
.archive.genesis-pro-portfolio .breadcrumb {
    margin: -80px -80px 80px;
}

.archive.genesis-author-pro .archive-pagination,
.archive.genesis-pro-portfolio .archive-pagination {
    margin: 0 -80px;
}

.archive.genesis-author-pro .content .entry {
    margin-bottom: 20px;
}

.archive.genesis-author-pro  .entry::after,
.archive.genesis-pro-portfolio .entry::after {
    border-bottom-width: 0;
    padding-top: 0;
}

.archive.genesis-author-pro .author-pro-featured-image,
.author-pro-featured-image a,
.single-books .author-pro-featured-image {
    position: relative;
    overflow: hidden;
}

div .book-featured-text-banner {
    background-color: #FE0000;
}

.featuredbook .image-aligncenter ~ div,
.featuredbook .image-aligncenter ~ header {
    text-align: center;
}

.featuredbook .book-price {
    font-weight: 700;
}

.single-books .content .book-price {
    border-bottom: 1px solid #000;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #FE0000;
    color: #fff;
    min-height: 120px;
    position: fixed;
    width: 100%;
    z-index: 498;
}

.site-header > .wrap {
    max-width: 80%;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 29px 0px 42px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.site-title {
    font-size: 0px;
    font-weight: 900;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #fff;
}

.site-description {
    display: block;
    height: 0;
    color: #999;
    font-size: 18px;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .title-area {
    padding: 25px 0;
    width: 105px;
}

.header-image .site-title {
    display: block;
    text-indent: 0;
}

.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    float: left;
    min-height: 85px;
    width: 100%;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 52px 8px;
    text-transform: uppercase;
}
.genesis-nav-menu a:hover{color:#fff !important;}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #FFF;
}

.genesis-nav-menu .sub-menu {
    background-color: #FE0000;
    left: -9999px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition:    opacity .3s ease-in-out;
    -ms-transition:     opacity .3s ease-in-out;
    -o-transition:      opacity .3s ease-in-out;
    transition:         opacity .3s ease-in-out;
    width: 200px;
    z-index: 499;
}

.genesis-nav-menu .sub-menu li a {
    background-color: #FE0000;
    color: #fff;
    font-size: 12px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -62px 0 0 199px;
}

.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 > li.last > a {
    padding-right: 0;
}

.genesis-nav-menu .highlight {
    float: right;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    float: right;
    text-align: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.nav-primary:hover .genesis-nav-menu a {
    color: #e1e9ee;
}

.nav-primary:hover .genesis-nav-menu a:hover {
    color: #000;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #e1e9ee;
    display: block;
    max-width: 1280px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 498;
}

.nav-secondary .wrap {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-secondary + .content-sidebar-wrap {
    margin-top: 100px;
}

.nav-secondary.shrink + .content-sidebar-wrap {
    margin-top: 70px;
}

.nav-secondary .genesis-nav-menu a {
    color: #000;
    padding: 42px 30px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    color: #e1e9ee;
    padding: 20px 40px;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background-color: #181c1e;
    color: #fff;
}

.nav-secondary .genesis-nav-menu .highlight > a {
    background-color: #FE0000;
    color: #fff;
}

.nav-secondary .genesis-nav-menu li.highlight > a:hover {
    background-color: #f5f5f5;
    color: #000;
}

.nav-secondary.fixed {
    position: fixed;
    top: 70px;
}

.admin-bar .nav-secondary.fixed {
    top: 102px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin: 15px auto 10px;
    text-align: center;
}

.responsive-menu-icon::before {
    content: "\f333";
    font: normal 20px/1 "dashicons";
    margin: 0 auto;
    color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Home
--------------------------------------------- */

.featured-widget-area {
    margin-top: 0;
    background-color: #000;
    color: #fff;
}

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-5 .widget-area,
.front-page-6 .widget-area,
.front-page-7 {
    max-width: 80%;
    margin: 0 auto;
}

.front-page-5,
.front-page-6,
.front-page-7 {
    padding: 60px 0;
}

.front-page-1 {
    min-height: 555px;
    max-width: 60%;
    padding-top: 2%;
    font-size: 20px;
}

.front-page-1 .flexible-widgets {
    display: table-cell;
    vertical-align: middle;
}

.front-page-2 {
    background-color: #333;
    max-width: 100%;
}

.front-page-2 .flexible-widgets.widget-full .widget {
    padding: 30px 20px 20px;
}

.front-page-2 .widget-area {
    max-width: 68%;
    margin: 0 auto;
}

.front-page-3 {
    padding: 40px 0 50px;
}

.front-page-4 {
    background-color: #000;
    color: #fff;
    padding: 0;
}

.front-page-4 .flexible-widgets.widget-full .widget {
    padding: 0;
}

.front-page-4 .featPic {
    padding: 80px 0;
}

.front-page-4 .featText {
    padding: 80px 60px 80px 0;
}

.front-page-4 .widget-area {
    max-width: 100%;
    margin: 0 auto;
}

.front-page-5 {
    background-color: #eee;
}

.front-page-5 .widget-title {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.front-page-5 .socialButtons {
    text-align: center;
}

.front-page-5 .socialButtons .fa {
    font-size: 37px !important;
}

.front-page-6 {
    background-color: #333;
    color: #fff;
}


.front-page-6 .entry-title a {
    color: #FE0000;
}

/* ## Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
    overflow: hidden;
}

.widget-area.flexible-widgets .widget {
    float: left;
    margin-bottom: 40px;
}

.flexible-widgets.widget-full {
    padding: 0;
}

.flexible-widgets.widget-full .widget {
    margin-bottom: 0;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    margin-left: 0;
    width: 100%;
}

.flexible-widgets.widget-thirds .widget {
    width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
    width: 23.076923076923077%;
}

.flexible-widgets.widget-fourths .widget:nth-child(4n+1),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}

.widget-full .featured-content .widget-title {
    background-color: #000;
    color: #FE0000;
    margin: 0;
    padding: 10px 20px;
}

.front-page .flexible-widgets.widget-full .widget.featured-content {
    padding: 0;
    position: relative;
}

.front-page-5 .widget-area.flexible-widgets .widget {
    width: 100%;
}

.widget-full .featured-content .entry {
    margin: 0;
}

.widget-full .featured-content .entry-header {
    padding: 0 20px;
}

.widget-full .featured-content .entry-content {
    padding: 0 40px;
}

.widget-full .featured-content .alignleft,
.widget-full .featured-content .alignright {
    margin: 0 80px 0 0;
    max-width: 50%;
}

.widget-full .featured-content .alignright {
    margin: 0 0 0 80px;
}

.widget-full .featured-content .entry-title {
    font-size: 24px;
    text-transform: uppercase;
}

.widget-full .featured-content .entry-content p:last-of-type {
    margin-bottom: 20px;
}

.content .widget-full .featuredpost {
    background-color: #333;
    padding: 0;
    color: #fff;
}

.widget-full .featuredpost .entry:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3);
}

.widget-full .featuredpost ul {
    padding: 40px;
}

.widget-full .featuredpost .more-from-category {
    padding: 0 40px 40px;
}

/* ## Entries
--------------------------------------------- */

.entry {
    padding: 20px 0;
    position: relative;
}

.home .entry {
    padding: 20px 0;
}

.entry:after {
    content: '';
    border-bottom: 1px solid #000;
    bottom: 0;
    position: absolute;
    width: 40px;
}

.content .entry:last-of-type:after {
    display: none;
}

.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: square;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #000;
    color: #f9f9f9;
}

.entry-content .wrap {
    max-width: 80%;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-categories,
.entry-tags,
.entry-terms {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## After Entry
--------------------------------------------- */

.after-entry {
    padding: 0 80px 80px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination {
    background-color: #f5f5f5;
    padding: 20px 30px;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    color: #FE0000;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-pings {
    padding: 0 80px 56px;
}

.entry-comments {
    padding: 0 80px 80px;
}

.comment-header {
    font-size: 16px;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    margin-top: 24px;
    padding: 40px 0 0;
}

.comment-list li li {
    padding-left: 40px;
}

.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;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    margin-top: 60px;
    padding: 10px;
    background-color: #444;
    border: 2px solid #FE0000;
}

.sidebar li {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    padding: 20px;
    margin-bottom: 1px;
    color: #fff;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #FFCC66;
    clear: both;
    padding: 80px 0;
    color: #000;
}

.footer-widgets > .wrap {
    max-width: 80%;
}

.footer-widgets .widget-title,
.footer-widgets .wrap a {
    color: #fff;
}

.footer-widgets input {
    border: 1px solid #fff;
}

.footer-widgets a:hover {
    color: #FE0000;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 33%;
}

.footer-widgets-1 {
    margin-right: 80px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
    text-align: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    color: #ccc;
    font-size: 16px;
    line-height: 1;
}

.site-footer .wrap a {
    color: #fff;
}

.site-footer a:hover {
    color: #FE0000;
}

.site-footer p {
    margin-bottom: 0;
}

/* # Custom PWS
---------------------------------------------------------------------------------------------------- */

/* Page Content */
.panel-grid-cell {
    padding-left: 30px !important;
}
.company {
    width: 66%;
    display: block;
    margin: 0 auto;
}
/* Header Fixes */
.front-page-1 {
    min-height: 0;
    max-width: 60%;
    padding-top: 0;
    font-size: 20px;
}

.home .gch-header-image {
    margin: 0 !important;
    border-bottom: 0 solid red;
    padding: 0;
}
.gch-header {
    max-width: 100%;
    margin: 0px auto;
    padding-top: 155px;
}
.gch-header-image {
    margin: 0 !important;
    border-bottom: 6px solid red;
    padding-bottom: 20px;
}
.gch-header-image-inner {
    display: inline-block;
    position: relative;
    width: 100% !important;
}
.gch-header-image-inner img {
    vertical-align: top;
    max-width: 80%;
}
.gch-header-content {
    margin: 2% 10% 0 !important;
}



/* Reviews Fixes */
.reviews {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 800px;
}
.reviews_logo {
    float: left;
    height: 72px;
    width: 150px;
}
.reviews_text {
    float: right;
    text-align: left;
    width: 620px;
}
.reviews_date_marg {
    color: #333333;
    font-size: 16px;
    font-style: italic;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.review_list, ul.review_list {
    float: left;
    width: 100%;
    margin-left: 25px;
    margin-bottom: 25px;
}
.article {
    font-size: 13px;
    font-style: italic;
}
h2.reviews_header {
    padding-top: 80px;
}


.locations-table {
    width: 800px;
    text-anchor: left;
    margin-top: 20px;
}

.locations-table tr {
    vertical-align: top;
}

.locations-table tr {
    width: 270px;
    padding-right: 30px;
}

/* Removed global hero img since each page has separate hero img
.backstretch {
    width: 100% !important;
}

.backstretch img {
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
}

.page-id-432 .backstretch img, .page-id-414 .backstretch img, .page-id-367 .backstretch img, .page-id-17 .backstretch img {
    height: auto !important;
    width: 70% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 15%!important;
}

.backstretch img {
    height: auto !important;
    width: 80% !important;
    left: 0 !important;
    top: 0px !important;
    margin: -55px 10% !important;
}

.below-nav {
    background-color: #000;
    border-bottom: 5px solid #FE0000;
    margin-top: 130px;
}

.below-nav .wrap {
    max-width: 100%;
    height: auto;
    padding: 0;
}

.below-nav .headerContent {
    padding: 40px 10px;
    margin: 0px auto;
    display: block;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.below-nav .button {
    border: 1px solid #555;
    background-color: #333;
    color: #FE0000;
}

.below-nav .button:hover {
    background-color: #000;
}
*/

.intro {
    margin: 4% 0 6%;
    font-size: 22px;
}

.join {
    margin: 0 auto 10px;
    display: table;
}

.join h5 {
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    padding-right: 20px;
}

.join .ninja-forms-cont {
    display: table-cell;
    vertical-align: middle;
}

.join input[type="submit"] {
    padding: 4px 28px;
    font-size: 14px;
}

.join .field-wrap,
.join #ninja_forms_required_items {
    margin-bottom: 0 !important;
}

.cta {
    margin-top: 10%;
}

.cta .button {
    margin-right: 5%;
}

.bird img {
    width: 100%;
    max-width: 465px;
    float: right;
}

.bird {
    float: right;
}

.callout {
    padding: 15px 24px;
    text-align: center;
    font-size: 16px;
}

.callout h4 {
    color: #FE0000;
}

.callout p {
    margin-bottom: 20px;
}

.callout .button {
    background-color: #fff;
    color: #333;
    border-color: #333;
    font-weight: 300;
}

.callout .button:hover {
    background-color: #FE0000;
}

.featText {
    float: right;
}

.one-half.featPic > img {
    border: 2px solid #FE0000;
    float: right;
    margin-right: 40px;
}

.tribe-events-list-widget ol li {
    display: inline-block;
    width: 33%;
    text-indent: 0;
    padding: 20px 25px;
    background-color: #404040;
    text-align: center
}

.tribe-events-list-widget ol li:before {
    font-family: 'FontAwesome';
    content: '\f073';
    margin:0 5px 0 -15px;
    color: #555;
    float: left;
    font-size: 22px;
}

.tribe-events-list-widget h4 {
    text-align: center;
}

.tribe-events-list-widget .duration {
    text-align: center;
    font-weight: 300 !important;
}

.tribe-events-widget-link {
    text-align: center;
}

.fts-tweeter-wrap {
    width: 24%;
    float: left;
    background-color: #ddd;
    margin: 0;
    padding: 0 4px;
    display: inline-block;
    margin-left: 1px;
    min-height: 129px;
}

.fts-tweeter-wrap .tweeter-info img {
    display: none !important;
}

.fts-tweeter-wrap:nth-child(5) {
    display: none;
}

.fts-twitter-text {
    font-size: 14px;
    font-weight: 200;
}

.fts-tweeter-wrap .tweeter-info {
    border-bottom: none !important;
}

.widget_rss {
    margin-left: 20px !important;
}

.socialButtons .fa {
    font-size: 28px !important;
    line-height: 1;
    margin: 0 3px;
    color: #FE0000;
}

.socialButtons .fa:hover {
    color: #999;
}


.rightSide > div {
    float: right;
    width: 82%;
}

.rightSide img {
    height: auto;
    width: 82%;
}

.learnMore {
    padding: 15px;
    margin-bottom: 10px;
}

.endorsement {
    clear: both;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 20px;
}

.endorsement,
.learnMore,
.endorsementForm,
.volunteerForm,
.contributeForm > div,
.contactForm  {
    background-color: #444;
    border: 2px solid #FE0000;
}

.advocate {
    font-weight: bold;
    color: #FE0000;
}

.endorsementForm,
.volunteerForm {
    float: right;
    padding: 20px;
    width: 82%;
}

.volunteerImg {
    max-width: 90%;
}

.endorsementForm h4 {
    text-align: center;
}

.endorsementForm label {
    color: #fff;
}

.testimonial {
    border: none !important;
}

.testimonial .inner {
    background: transparent !important;
    border-bottom: 1px solid #FE0000!important;
}

.strong-view.default .testimonial-inner {
    border: 2px solid #FE0000;
}

.disclaimer {
    color: #888;
    font-size: 14px;
    font-style: italic;
}

.contributeForm > div {
    padding: 20px;
    text-align: center;
}

.contributeForm h2 {
    font-size: 22px;
    color: #fff;
}

.give-donation-amount.form-row-wide {
    margin: 10px auto !important;
    width: 162px;
}

.give_error,
.give_success {
    color: #333;
}

.contactForm {
    padding: 20px;
}

.ninja-forms-required-items {
    color: #999;
}

#give-recurring-form,
form.give-form,
form[id*="give-form"] {
    color: #fff !important;
}

#give-final-total-wrap .give-donation-total-label,
.give-donation-amount {
    color: #333 !important;
}

.required-notice {
    display: none !important;
}

.required.symbol {
    display: none !important;
}

#wpmtst-form label {
    display: none !important;
}

.form-field {
    margin-bottom: 20px !important;
}

h3.stay-connected-social {
    text-align: center;
    border-bottom: 2px solid #000;
    width: 60%;
    margin: 0 auto 20px;
    padding-bottom: 5px;
    font-size: 22px;
}
.social-section {
    border-right: 2px solid #FE0000;
    margin-right: 15px;
    padding-right: 20px;
}

.social-section p,
.social-section-last p {
    font-size: 15px;
    padding-left: 35px;
}

a.social-fb {
    color: #000;
    display: block;
}
a.social-fb:before {
    content: '';
    background: url(/wp-content/uploads/2016/09/Facebook_Official_Symbol.png);
    height: 32px;
    width: 32px;
    position: absolute;
    background-size: 32px;
    background-repeat: no-repeat;
    margin-left: -45px;
}
a.social-twitter {
    color: #000;
    display: block;
}
a.social-twitter:before {
    content: '';
    background: url(/wp-content/uploads/2016/09/twitter-bird.png);
    height: 32px;
    width: 32px;
    position: absolute;
    background-size: 32px;
    background-repeat: no-repeat;
    margin-left: -45px;
}
table.orders {
    width: 1300px;
    height: 104px;
}
table.orders td {
    width: 25%;
    text-align: center;
    padding-right: 90px;
}
table.boston {
    width: 1120px;
}
table.boston td {
    width: 50%;
    text-align: center;
    padding-right: 30px;
}


/*Elance Additions*/
.tribe-events-back {
    display: none !important;
}
#siteorigin-panels-builder-3,
#text-5 {
    width: 100%;
}

#siteorigin-panels-builder-3{
}

#wpsl-search-wrap{font-size:12px;}
.wpsl-search-btn-wrap{margin-top:30px;}

body > div.site-container > div.site-inner > div > div > div > div{
    margin: 30px;
}

body > div.site-container > div.site-inner > div.content-sidebar-wrap > aside{
display: none
}
body > div.site-container > div.site-inner > div.gch-header > div > div > h6{
 margin: 30px;
}
#ninja_forms_field_3_label,
#ninja_forms_field_33_label,
#ninja_forms_field_32_label,
#ninja_forms_field_30_label,
#ninja_forms_field_31_label,
#ninja_forms_field_29_label,
#ninja_forms_field_28_label,
#ninja_forms_field_27_label,
#ninja_forms_field_26_label,
#ninja_forms_field_25_label,
#ninja_forms_field_24_label,
#ninja_forms_field_23_label,
#ninja_forms_field_22_label,
#ninja_forms_field_2_label,
#ninja_forms_field_21_label,
#ninja_forms_field_20_label,
#ninja_forms_field_1_label{
color: #fff;
}




/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media (max-width:1700px) {
    #pg-w5826197ce4604-0 .panel-grid-cell {
        float:none;
        width:auto
    }
    #pgc-w5826197ce4604-0-0, 
    #pgc-w5826197ce4604-0-1,
    #pgc-w5826197ce4604-0-2,
    #pgc-w5826197ce4604-0-3 {
        margin-bottom:30px
    }
    #pl-w5826197ce4604 .panel-grid,
    #pl-w5826197ce4604 .panel-grid-cell {

    }
    #pl-w5826197ce4604 .panel-grid .panel-grid-cell-empty {
        display:none
    }
    #pl-w5826197ce4604 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom:0px
    }
#pg-w57cfc84429678-0 .panel-grid-cell {
    float:none
}
#pl-w57cfc84429678 .panel-grid-cell .so-panel {
    margin-bottom:30px
}
#pl-w57cfc84429678 .panel-grid-cell .so-panel:last-child {
    margin-bottom:0px
}
#pg-w57cfc84429678-0 {
    margin-left:-15px;
    margin-right:-15px
} 
#pg-w57cfc84429678-0 .panel-grid-cell {
    padding-left:15px;
    padding-right:15px
}
.panel-grid-cell {
    width: 100% !important;
}
.social-section {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}
.social-section p, .social-section-last p {
    font-size: 15px;
    padding-left: 0;
    text-align: center;
}
h3.stay-connected-social {
    text-align: center;
    border-bottom: 2px solid #000;
    width: 40%;
    margin: 20px auto;
    padding-bottom: 5px;
    font-size: 22px;
}
}


@media only screen and (max-width: 1320px) {
    .nav-secondary,
    .site-inner,
    .wrap {
    }

    .content {
        width: 840px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 40px;
    }

    table.boston {
        width: 100%;
    }

}

@media only screen and (max-width: 1200px) {

    .nav-secondary,
    .site-inner,
    .wrap {
    }

    .genesis-nav-menu {
        font-size: 12px;
    }
    
    .content {
        width: 660px;
    }
    
    .archive.genesis-author-pro .content,
    .archive.genesis-pro-portfolio .content {
        padding: 60px 60px 20px;
    }
    
    .flexible-widgets {
        padding: 60px 60px 0;
    }
    
    .archive-description,
    .author-box,
    .entry,
    .flexible-widgets.widget-full .widget,
    .footer-widgets .wrap,
    .site-footer .wrap {
        padding: 40px 0;
    }
    
    .comment-respond,
    .entry-pings {
        padding: 0 60px 32px;
    }
    
    .after-entry,
    .entry-comments {
        padding: 0 60px 60px;
    }
    
    .widget-full .featured-content .entry-content {
        padding: 0 20px;
    }
    
    .author-box,
    .widget-full .featured-content .entry-content p:last-of-type {
        margin-bottom: 60px;
    }
    
    .archive.genesis-author-pro .archive-description,
    .archive.genesis-author-pro .breadcrumb,
    .archive.genesis-pro-portfolio .archive-description,
    .archive.genesis-pro-portfolio .breadcrumb {
        margin: -60px -60px 60px;
    }
    
    .archive.genesis-author-pro .archive-pagination,
    .archive.genesis-pro-portfolio .archive-pagination {
        margin: 0 -60px;
    }
    
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 260px;
    }
    
    .footer-widgets-1 {
        margin-right: 30px;
    }

    .front-page-1,
    .front-page-2,
    .front-page-3,
    .front-page-5 .widget-area,
    .front-page-6 .widget-area {
        max-width: 100%;
        margin: 0 auto;
    }

    .front-page-1 {
        max-width: 90%;
    }

    .front-page-2 .widget-area {
        max-width: 75%;
    }

    .front-page-3 {
        padding: 20px 0 30px;
    }

    .front-page-5, .front-page-6 {
        padding: 30px;
    }

    .front-page-5 .entry-title a {
        color: #FE0000;
        font-size: 19px;
    }

    .front-page-7 {
        max-width: 90%;
    }

    .sidebar {
        padding: 0;
    }

    .sidebar .widget-title {
        font-size: 20px;
    }

    .endorsementForm,
    .volunteerForm {
        float: right;
        padding: 10px 5px;
        width: 90%;
    }
    
}

@media only screen and (max-width: 1100px) {
    .front-page-1 {
        min-height: 360px;
        max-width: 80%;
        padding-top: 2%;
        font-size: 20px;
    }
}

@media only screen and (max-width: 980px) {

    .nav-secondary,
    .site-inner,
    .wrap {
    }

    .content,
    .nav-primary,
    .sidebar-primary,
    .site-header .title-area {
        width: 100%;
    }
    
    .nav-secondary + .content-sidebar-wrap,
    .site-inner,
    .featured-widget-area,
    .nav-secondary.shrink + .content-sidebar-wrap {
        margin-top: 0;
    }

    .genesis-nav-menu {
        font-size: 12px;
    }

    .site-header {
        background-color: #FE0000;
        min-height: 0;
        padding-top: 20px;
    }

    .site-header > .wrap {
        max-width: 90%;
    }
    
    .title-area {
        padding: 17px 0;
    }
    
    .header-image .title-area {
        padding: 0;
    }

    .header-image .site-title > a {
        background-position: center !important;
    }

    .below-nav {
        background-position: bottom;
        margin-top: 0;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    
    .wrap .genesis-nav-menu li a {
        padding-bottom: 27px;
        padding-top: 27px;
    }
    
    .admin-bar .nav-secondary.fixed {
        top: 0;
    }
    
    .front-page-featured,
    .nav-secondary,
    .nav-secondary.fixed,
    .site-header,
    .widget-full .featured-content .alignleft,
    .widget-full .featured-content .alignright {
        position: relative;
    }
    
    .archive-description,
    .author-box,
    .entry,
    .flexible-widgets.widget-full .widget,
    .footer-widgets .wrap,
    .site-footer .wrap {
        padding: 40px 0;
    }

    .archive.genesis-author-pro .content,
    .archive.genesis-pro-portfolio .content,
    .flexible-widgets {
        padding: 40px 40px 0;
    }
    
    .after-entry,
    .entry-comments,
    .widget-full .featured-content .entry-content {
        padding: 0 40px 40px;
    }
    
    .comment-respond,
    .entry-pings {
        padding: 0 40px 12px;
    }
    
    .author-box {
        margin-bottom: 40px;
    }
    
    .widget-full .featured-content .alignleft,
    .widget-full .featured-content .alignright {
        background-color: #fff;
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    
    .widget-full .featuredbook .author-pro-featured-image,
    .widget-full .featured-content .entry-content p:last-of-type {
        margin-bottom: 0;
    }
    
    .archive.genesis-author-pro .archive-description,
    .archive.genesis-author-pro .breadcrumb,
    .archive.genesis-pro-portfolio .archive-description,
    .archive.genesis-pro-portfolio .breadcrumb {
        margin: -40px -40px 40px;
    }
    
    .archive.genesis-author-pro .archive-pagination,
    .archive.genesis-pro-portfolio .archive-pagination {
        margin: 0 -40px;
    }
    
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 220px;
    }

    .fts-tweeter-wrap {
        width: 48%;
        min-height: 100%;
    }


    
}

@media only screen and (max-width: 800px) {
#siteorigin-panels-builder-3{margin-left: 0 !important;}
#panel-17-0-0-0 table{width:100% !important;}
    body {
        font-size: 18px;
    }

    .gch-header {
        max-width: 100%;
        margin: 0px auto;
        padding-top: 10px;
        text-align: center;
    }

    .genesis-nav-menu {
        font-size: 18px;
    }

    .entry-content .wrap {
        max-width: 95%;
    }
    
    .featured-widget-area .wrap {
        padding: 0;
    }

    .page-template-page_blog .content {
        max-width: 100%;
    }

    .page-template-page_blog .sidebar {
        max-width: 100%;
    }
    
    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .archive.genesis-author-pro .content
    .archive.genesis-pro-portfolio .content,
    .entry,
    .five-sixths,
    .flexible-widgets.widget-fourths .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin-left: 0;
        width: 100%;
    }
    
    .nav-primary .wrap {
        padding: 0;
    }

    .genesis-nav-menu.responsive-menu {
        display: none;
        float: none;
        padding-bottom: 20px;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }

    .menu.genesis-nav-menu.responsive-menu li.current-menu-item > a,
    .menu.genesis-nav-menu.responsive-menu li a,
    .menu.genesis-nav-menu.responsive-menu li a:hover,
    .menu.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
    .nav-secondary .menu.genesis-nav-menu.responsive-menu .sub-menu a {
        background: none;
        display: block;
        padding: 10px 0;
        text-transform: none;
    }
    
    .nav-secondary .genesis-nav-menu.responsive-menu li a,
    .nav-secondary .genesis-nav-menu.responsive-menu li a:hover,
    .nav-secondary .genesis-nav-menu.responsive-menu .sub-menu a {
        color: #000;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 20px/1 "dashicons";
        height: 20px;
        padding: 7px 20px;
        right: 0;
        text-align: right;
        z-index: 499;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }

    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        background: none;
        left: auto;
        opacity: 1;
        position: relative;
        width: 100%;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0 auto;
        padding: 0 0 0 20px;
    }
    
    .genesis-nav-menu .highlight {
        float: none;
    }
    
    .nav-secondary .genesis-nav-menu li.highlight > a,
    .nav-secondary .genesis-nav-menu li.highlight > a:hover {
        background: none;
        color: #000;
    }
    
    .flexible-widgets {
        padding: 40px;
    }
    
    .widget-full .featured-content .entry-title {
        font-size: 36px;
    }
    
    .footer-widgets .wrap {
        padding: 40px 40px 0;
    }
    
    .footer-widgets .widget:last-child {
        margin-bottom: 40px;
    }
    
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
    }

    .one-third.intro {
        width: 50%;
    }

    .one-half.bird {
        width: 49%;
    }

    .bird img {
        width: 85%;
    }
    .front-page-1 {
        min-height: 260px;
        max-width: 60%;
        padding-top: 2%;
        font-size: 20px;
    }
    .front-page-2 .widget-area {
        max-width: 98%;
    }

    .front-page-3 {
        padding: 0;
    }

    .front-page-4 {
        text-align: center;
    }

    .one-half.featPic > img {
        float: none;
        margin: 0 0 20px 0;
    }

    .tribe-events-list-widget ol li {
        width: 100%;
    }

    .front-page-5, .front-page-6 {
        padding: 0 30px;
    }

    .rightSide {
        text-align: center;
    }

    .rightSide img {
        float: none;
    }

    .rightSide > div {
        float: none;
        margin: 0 auto;
    }

    a.alignright,
    img.alignright,
    .wp-caption.alignright {
        margin: 0;
    }

    .endorsementForm,
    .volunteerForm {
        float: none;
        margin-top: 30px;
    }

    .footer-widgets {
        padding: 20px 0;
        text-align: center;
    }

    .footer-widgets-3 {
        text-align: center;
    }

    #give-recurring-form,
    form.give-form,
    form[id*=give-form] {
        margin: 0;
    }

    .widget_rss {
        margin-left: 0 !important;
    }

    .social-section p,
    .social-section-last p {
        text-align: center;
    }

    .below-nav {
        height: 0;
    }

    table.orders {
        width: 100%;
    }
    table.orders td {
        width: 50%;
        float: left;
        margin-top: 30px;
        margin-bottom: -20px;
    }

    table.boston {
        margin-top: -40px;
    }

    table.boston td {
        width: 100%;
        float: left;
    }

    .contactForm {
        margin-right: 2%
    }

}


@media only screen and (max-width: 640px) {

    input,
    select,
    textarea {
        margin: 3px 0;
    }

    .flexible-widgets.widget-full .widget {
        padding: 20px 0;
    }

    .home h1 {
        font-size: 24px;
    }

    .intro {
        font-size: 16px;
    }

    .one-third.intro {
        width: 100%;
    }

    .one-half.bird {
        width: 100%;
    }

    .front-page-4 .featPic {
        padding: 40px 0;
    }

    .front-page-4 .featText {
        padding: 80px 20px;
    }

    .below-nav .button {
        margin-top: 5px;
    }

    .below-nav {
        height: 0;
    }

}

@media only screen and (max-width: 520px) {
    .front-page-1 {
        min-height: 145px;
        max-width: 60%;
        padding-top: 2%;
        font-size: 20px;
    }
    .fts-tweeter-wrap {
        width: 98%;
        min-height: 0;
    }
    .below-nav {
        height: 0;
    }
    table.orders td {
        width: 100%;
        padding-right: 0;
        margin: 0;
    }
    body > div.site-container > div.site-inner > div > div > div > div{
        margin: 0;
    }

    .gch-header {
        max-width: 100%;
    }
    
}

@media only screen and (max-width: 320px) {
    .below-nav {
        height: 0;
    }
}

