/*
    Theme Name: Kickstart Pro
    Description: A super slim start up theme for the Genesis Framework.
    Author: Lean Themes
    Author URI: http://leanthemes.co/
    Version: 1.3.4

    Tags: black, orange, white, one-column, two-columns, background, custom-menu, full-width-template, responsive-layout, rtl-language-support, theme-options, threaded-comments, translation-ready

    Template: genesis

    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
        - Forms
        - Tables
        - Screen Reader Text
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Calendar
        - Categories
        - Featured Content
        - Search
        - Tag Cloud
        - User Profile
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Genesis Responsive Slider
        - Gravity Forms
        - Jetpack
        - Sidebar Login
        - Simple Social Icons
        - Testimonials
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Accessible Menu
        - Responsive Menu
        - Skip Links
    - Content Area
        - Entries
        - Pagination
        - Post Formats
        - Comments
        - Before Content
        - Pricing Table
    - Templates
        - Archive / Blog Page
        - Contact Page
        - Homepage
        - Pricing
    - Sidebars
    - Before Footer
    - Footer Widgets
    - Footer Social
    - Site Footer
    - Media Queries
        - max-width: 1400px
        - max-width: 1139px
        - max-width: 1023px
        - max-width: 900px
        - max-width: 480px
        - max-width: 400px;

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v3.0.2 | 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,menu,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-color:transparent}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
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.before-contact:before,
.before-content:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.home-row:before,
.home-top-slider:before,
.nav-primary:before,
.pricing-table:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.before-contact:after,
.before-content:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.home-row:after,
.home-top-slider:after,
.nav-primary:after,
.pricing-table:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


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

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

body {
    background-color: #fff;
    /* border-top: 5px solid #ff0000; */
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.featured-link {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

a {
    color: #666;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #333;
}

a.more-link,
.entry-content a.more-link {
    background-color: #ff0000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 8px 12px 8px 12px;
    text-transform: uppercase;
}

a.more-link:hover,
.entry-content a.more-link:hover,
.blog-top .entry-content a.more-link:hover {
    background-color: #efefef;
    color: #999;
}

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

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

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

cite {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ff0000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #efefef;
    border: none;
    color: #34393e;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply,
.entry-content .button {
    background-color: #ff0000;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply:hover,
.entry-content .button:hover {
    background-color: #efefef;
    color: #999;
}

.entry-content .button:hover {
    color: #ff0000;
}

.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.comment-reply {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
	display: none;
}

.comment-reply a {
    color: #fff;
}

.comment-reply:hover a {
    color: #999;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 100%;
}

tbody {
}

tbody tr:first-of-type td {
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

.page-contact .content-sidebar-wrap,
.page-pricing .content-sidebar-wrap,
.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 986px;
}

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

.front-page .site-inner {
    max-width: 100%;
    padding-top: 0;
}

/* 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: 920px;
}

.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: 600px;
}

.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: 520px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 220px;
}

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

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

.columns-2 .quote,
.columns-3 .quote,
.columns-4 .quote,
.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%;
}

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

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

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

.columns-4 .quote,
.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.columns-2 .first,
.columns-3 .first,
.columns-4 .first,
.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.sticky {
}

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

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

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

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

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

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

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

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    margin-bottom: 40px;
}

.archive-description {
    font-size: 16px;
    padding: 25px 0 10px;
}

.author-box {
    padding: 40px;
}

.author-box-title {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}

.author-box a {
    border-bottom: 1px solid #ddd;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    color: #ff0000;
    font-size: 36px;
    line-height: 1;
}

.page-template-default .entry-title,
.page-contact .entry-title,
.page-pricing .entry-title {
    font-size: 48px;
}

.single .entry-title {
    font-size: 36px;
    margin-bottom: 35px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #ff0000;
}

.entry-title a:hover {
    color: #666;
}

.widget-title {
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    color: #ff0000;
    font-size: 48px;
    margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Calendar
--------------------------------------------- */

.widget_calendar caption {
    font-weight: 700;
}

.widget_calendar {
    font-weight: 600;
}

.widget_calendar thead {
    display: none;
}

.widget_calendar td#prev {
    text-align: left;
}

.widget_calendar td#next {
    text-align: right;
}

/* Categories
--------------------------------------------- */

.sidebar .widget_categories ul {
    margin-left: 6px;
}

.sidebar .widget_categories ul li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    list-style-type: none;
    margin-bottom: 7px;
    padding: 0 0 6px 0;
    text-transform: uppercase;
}

.sidebar .widget_categories ul li:before {
    color: #ff0000;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 12px;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry-title {
    border: none;
    font-size: 24px;
    line-height: 1.2;
}

.featured-content .entry-title a {
    border: none;
}

/* Search
--------------------------------------------- */

.widget_search input[type="search"] {
    color: #999;
    max-width: 135px;
}

/* Tag Cloud
--------------------------------------------- */

.widget_tag_cloud a {
    background-color: #ff0000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 5px 12px 5px 12px;
    text-transform: uppercase;
}

.widget_tag_cloud a:hover {
    background-color: #efefef;
    color: #999;
}

/* User Profile
--------------------------------------------- */

.user-profile h4,
.user-profile .widget-title {
    color: #34393e;
    font-size: 18px;
}

.user-profile p {
    color: #cecece;
    font-size: 16px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #999;
}

.enews-widget .widget-title {
    color: #fff;
}

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #ff0000;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #efefef;
    color: #999;
}

.home-row .enews-widget {
    font-size: 18px;
    text-transform: uppercase;
}

.home-row .enews-widget .widget-title,
.home-row .enews-widget p {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 15px 0;
}

.home-row .enews-widget .widget-title {
    padding-right: 17px;
}

.home-row .enews-widget p {
    text-transform: none;
}

.home-row .enews-widget form {
    text-align: right;
}

.home-row .enews-widget input {
    border: 0;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 323px;
    text-transform: uppercase;
}

.home-row .enews-widget input[type="email"] {
    background-color: #fff;
}

.home-row .enews-widget input[type="submit"] {
    border-radius: 0 3px 3px 0;
    margin-left: -5px;
    width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

.latest-tweets .tweet-details a span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-top: 18px;
    text-transform: uppercase;
}

/* Genesis Responsive Slider
--------------------------------------------- */

div#genesis-responsive-slider {
    border: none;
    padding: 0;
}

.front-page .site-tagline {
    margin-top: 0;
}

.flex-control-nav li a,
.flex-direction-nav li a {
    border-bottom: none;
}

div.flex-direction-nav li .prev {
    left: 0;
}

div.flex-direction-nav li .next {
    right: 0;
}

.flexslider {
    max-width: 100%;
}

.flexslider .slides img {
    width: 100%;
}

div.slide-excerpt {
    background-color: black;
    margin: 0 auto;
    left: 0;
    max-width: 986px;
    opacity: 1;
    right: 0;
    width: 100%;
}

html > body div.slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 0;
}

ol.flex-control-nav {
    bottom: 0;
    margin-bottom: -5px;
    position: absolute;
    z-index: 50;
}

ul.flex-direction-nav li a {
    color: #fff;
    margin-top: -20px;
    opacity: 0.6;
    text-indent: 0;
    visibility: hidden;
    width: 100px;
}

ul.flex-direction-nav li a:hover {
    opacity: 1;
}

ul.flex-direction-nav li .next {
    right: 0;
}

ul.flex-direction-nav li .prev {
    left: 0;
}

ul.flex-direction-nav li a:after {
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    width: 50px;
    visibility: visible;
}

ul.flex-direction-nav li .next:after {
    content: "\f054";
    right: 10px;
    text-align: right;
}

ul.flex-direction-nav li .prev:after {
    content: "\f053";
    left: 10px;
    text-align: left;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

.home div.gform_wrapper .gfield_required,
.page-contact div.gform_wrapper .gfield_required {
    color: #fff;
}

div.gform_wrapper .top_label input.large,
div.gform_wrapper .top_label select.large,
div.gform_wrapper .top_label textarea.textarea {
    width: 100%;
}

div.gform_wrapper .top_label .gfield_label {
    display: inline;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin-top: 14px;
}

div.gform_wrapper .gform_footer {
    padding: 0;
    margin-top: 14px;
    clear: both;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    background-color: #34393e;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    width: 100%;
}

div.gform_wrapper .gform_footer input:hover[type="submit"] {
    background-color: #efefef;
    color: #999;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* Sidebar Login
--------------------------------------------- */

.widget_wp_sidebarlogin,
.widget_wp_sidebarlogin a {
    color: #fff;
}

.widget_wp_sidebarlogin .widget-title {
    color: #fff;
}

.widget_wp_sidebarlogin .widget-wrap {
    background-color: #ff0000;
    padding: 12px 14px 18px;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons a,
.simple-social-icons a:hover {
    border-radius: 50% !important;
}

/* Testimonials
--------------------------------------------- */

.testimonials {
    font-size: 14px;
    text-align: left;
}

.testimonials blockquote {
    color: #34393e;
    margin: 0;
    padding-top: 35px;
    position: relative;
}

.testimonials blockquote p {
    text-align: justify;
}

.testimonials blockquote p:first-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
}

.testimonials blockquote:before {
    color: #34393e;
    font-family: Georgia, serif;
    font-size: 60px;
    height: 0;
    left: 0;
    position: absolute;
    top: -25px;
}

.testimonials .author {
    color: #aaa;
    display: block;
    padding-right: 30px;
}

.testimonials .avatar {
    display: block;
    margin: 0 auto 30px;
}

.testimonials .avatar-link {
    display: block;
    text-align: center;
}

.testimonials .quote {
    padding: 30px;
    position: relative;
}

.testimonials .quote:after {
    bottom: 75px;
    color: #34393e;
    content: "\201D";
    display: block;
    font-family: Georgia, serif;
    font-size: 60px;
    height: 0;
    position: absolute;
    right: 30px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  position: relative;
  z-index: 498;
}

.site-header .wrap {
    max-width: 986px;
    padding: 40px 0;
	box-shadow: 0 0 4px #111;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    background-color: #ff0000;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 8px;
    text-align: center;
    text-transform: uppercase;
}

.site-title a {
    color: #fff;
    display: block;
    padding: 12px 22px;
}

.site-title a:hover {
    background-color: #efefef;
    color: #999;
}

.site-description {
    color: #34393e;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    padding: 12px 22px;
    text-transform: uppercase;
}

/* Logo, hide text */

.header-image .site-header .wrap {
    background: url(images/logo.png) no-repeat left center;
    padding: 0;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

.header-image .site-title {
    background: none;
}

.header-image .site-title a {
    background: none;
    float: left;
    height: 80px;
    max-height: 80px;
    padding: 0;
    width: 155px;
}

.header-image .site-description {
    height: 0;
    padding: 0;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    float: right;
    text-align: right;
}

.header-image .site-header .widget-area {
    padding: 40px 0;
}


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

.genesis-nav-menu {
    clear: both;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    background-color: #ff0000;
    display: inline-block;
    margin-right: 8px;
    text-align: left;
}

.genesis-nav-menu .menu-item:last-child {
    margin-right: 0;
}

.genesis-nav-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 12px 22px;
    position: relative;
}

.genesis-nav-menu .menu-item:hover a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #efefef;
    color: #999;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #999;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu a {
    background-color: #efefef;
    border-top: none;
    color: #999;
    position: relative;
    text-transform: uppercase;
    width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background-color: #ff0000;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -37px 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 > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    text-transform: uppercase;
}

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

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

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

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

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

.entry {
    margin-bottom: 40px;
}

.entry-content a {
    color: #ff0000;
}

.entry-content a:hover {
    color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content address,
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    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 .search-form {
    width: 50%;
}

.entry-meta {
    color: #7f8c8d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.entry-meta a {
    color: #999;
}

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

.entry-header .entry-meta::before {
    background-color: #e9e9e9;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 61px;
}

.entry-footer .entry-meta {
    margin: 0;
    padding: 0;
}

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

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

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

.archive-pagination,
.entry-pagination {
    font-size: 24px;
    margin: 40px 0;
}

.archive-pagination a,
.entry-pagination a {
    color: #ff0000;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #f15123;
}

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}

/* Post Formats
--------------------------------------------- */

.format-quote .entry-content {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 40px 40px 0;
    padding: 30px;
    position: relative;
}

.format-quote .entry-content p:last-child {
    margin-bottom: 0;
}

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

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

.entry-comments {
}

.comment-respond,
.entry-pings {
    padding-bottom: 16px;
}

.comment-respond a,
.entry-comments a {
    border-bottom: 1px solid #ddd;
}

.comment-content {
    clear: both;
}

.comment-reply a {
    border-bottom: none;
}

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

.comment-respond {
    margin-top: 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;
}

.comment-respond textarea {
    background-color: #f5f5f5;
}

.comment-list {
    margin-top: -16px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    padding: 32px;
}

.comment-list li li {
    margin-bottom: -32px;
    margin-left: 32px;
    margin-right: -32px;
}

.comment-list li.depth-1 {
    border-bottom: 1px solid #ddd;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

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

.bypostauthor {
    background-color: #f5f5f5;
    margin-top: 32px;
}

.comment-list li li.bypostauthor {
    margin-bottom: 0;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 24px;
}

/* Before Content
--------------------------------------------- */

.before-content {
    background-color: #efefef;
    height: 560px;
    margin-top: -124px;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table {
    margin: 0 30px;
}

.pricing-column {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px 30px 20px;
}

.pricing-column.featured {
    background-color: #ff0000;
    position: relative;
}

.pricing-column.featured:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
}

.pricing-column.featured:after {
    color: #ff0000;
    content: "\f005";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 7px;
}

.pricing-column h4 {
    color: #ff0000;
    font-size: 36px;
    margin-bottom: 4px;
}

.pricing-column.featured h4 {
    color: #fff;
}

.pricing-column p {
    color: #34393e;
    font-size: 16px;
    margin-bottom: 12px;
}

.pricing-column .button {
    background-color: #ff0000;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.pricing-column .button {
    color: #fff;
}

.pricing-column.featured .button {
    background-color: #fff;
    color: #ff0000;
}

.pricing-column .button:hover,
.pricing-column.featured .button:hover {
    background-color: #e4e4e4;
    color: #999;
}

.pricing-column p.price {
    font-size: 48px;
}

.pricing-column.featured p.price {
    color: #fff;
}

.pricing-column sup {
    font-size: 24px;
}

.pricing-column ul li {
    color: #bdbdbd;
    font-size: 16px;
    list-style-type: none;
}

.pricing-column.featured ul li {
    color: #fff;
}

.pricing-content {
    padding: 0 12px;
}


/*
Templates
---------------------------------------------------------------------------------------------------- */

/* Archive / Blog Page
--------------------------------------------- */

.archive .archive-before-content {
    background-color: #ff0000;
    color: #fff;
}

.archive .entry,
.page-template-page_blog-php .entry {
    margin-bottom: 114px;
}

.archive .entry-title,
.page-template-page_blog-php .entry-title {
    font-size: 42px;
    margin-bottom: 35px;
}

.blog-top {
    background-color: #ff0000;
    color: #fff;
    padding: 110px 0;
}

.blog-top .entry-content a.more-link {
    background-color: #34393e;
    display: block;
    margin-top: 50px;
    position: absolute;
}

.blog-top img {
    padding-left: 10%;
}

.blog-top .entry {
    margin-bottom: 0;
}

.blog-top .entry-title a {
    color: #fff;
}

.blog-top .entry-title a:hover {
    opacity: 0.5;
}

/* Contact Page
--------------------------------------------- */

/* Top Area */

.page-contact .site-container {
    background-color: #ff0000;
}

.before-contact {
    background-color: #fff;
    margin-bottom: -124px;
    position: relative;
    text-align: center;
    top: -124px;
}

.kickstart-contact-map {
    margin: 0 auto;
}

.before-contact iframe {
    margin-bottom: -8px;
}

.before-contact .wrap {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    width: 986px;
}

.kickstart-contact-box {
    background-color: #fff;
    color: #34393e;
    font-size: 14px;
    max-width: 426px;
    padding: 30px 30px 0;
    position: absolute;
    right: 0;
    text-align: left;
    margin-top: 15%;
}

.kickstart-contact-box .featured-link {
    clear: both;
    margin: 0 -30px;
}

.kickstart-contact-box p:last-child {
    margin-bottom: 0;
}

.kickstart-contact-box .widget-title {
    color: #34393e;
    font-size: 34px;
    font-weight: 400;
    text-transform: none;
}

.kickstart-contact-box .address,
.kickstart-contact-box .email,
.kickstart-contact-box .phone {
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 27px;
    position: relative;
}

.kickstart-contact-box .address {
    padding-bottom: 25px;
}

.kickstart-contact-box .address:before,
.kickstart-contact-box .email:before,
.kickstart-contact-box .phone:before {
    color: #ff0000;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}

.kickstart-contact-box .address:before {
    content: "\f041";
}

.kickstart-contact-box .email:before {
    content: "\f0e0";
}

.kickstart-contact-box .phone:before {
    content: "\f095";
}

/* Content */

.page-contact .entry-content,
.page-contact .entry-title {
    color: #fff;
}

.page-contact .entry-content h1 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}

.page-contact .entry-content a {
    color: #fff;
    font-weight: 600;
}

.page-contact input,
.page-contact select,
.page-contact textarea {
    background-color: #fff;
}

/* Homepage
--------------------------------------------- */

/* Home - General Styles */

.home-row > .wrap {
    margin: 0 auto;
    padding: 84px 0;
    max-width: 986px;
}

.home-row .avatar {
    float: none;
}

.home-row .entry-title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
}

.home-row ul.featured {
    display: inline-block;
    margin: 55px 0 0 20px;
}

.home-row ul.featured li {
    font-size: 24px;
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
}

.home-row ul.featured li:before {
    content: "\f005";
    font-family: FontAwesome;
    padding-right: 20px;
}

.home-row .entry-meta {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    opacity: 0.2;
    padding-top: 0;
    text-transform: none;
}

.home-row .entry-header .entry-meta::before {
    display: none;
}

.home-row .entry-title a {
    color: #fff;
}

.home-row .simple-social-icons ul li a {
    background-color: #fff !important;
    color: #4c4c4c !important;
}

.home-row .widget-title {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

.before-footer .widget-title,
.home-top-news .widget-title,
.lean-newsletter .widget-title {
    text-transform: uppercase;
}

.home-row .user-profile .widget-title {
    font-size: 18px;
}

.home-row1-left .widget-title,
.home-row3-left .widget-title {
    text-align: left;
}

.home-row1,
.home-row4,
.home-row6 {
    background-color: #ff0000;
    color: #fff;
}

.home-row1 .widget-title,
.home-row4 .widget-title,
.home-row6 .widget-title {
    color: #fff;
}

.home-row2 .widget-title {
    margin-bottom: 68px;
}

.home-row3-left a,
.home-row3-left .widget-title,
.home-row5 .widget-title {
    color: #ff0000;
}

.home-row7 .widget-title {
    color: #34393e;
}

/* Home Top */

.home-top {
    height: 100%;
}

.home-top .wrap {
    height: 100%;
    max-width: 986px;
    position: relative;
}

.home-top .widget,
html > body div.slide-excerpt-border {
    background-color: #fff;
    bottom: 50px;
    font-size: 36px;
    position: absolute;
    width: 40%;
}

.home-top .widget p,
div.slide-excerpt-border p {
    line-height: 1.25;
    margin-bottom: 0;
    padding: 27px;
}

.featured-link,
.home-top .widget .featured-link,
div.slide-excerpt-border .featured-link {
    background-color: #ff0000;
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

.featured-link:before,
.home-top .widget .featured-link:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.featured-link:after,
.home-top .widget .featured-link:after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 53px;
    top: 0;
    width: 1px;
}

.featured-link a {
    color: #fff;
    display: block;
    padding: 15px 50px 15px 28px;
    width: 100%;
}

.featured-link:hover,
.home-top .widget .featured-link:hover,
div.slide-excerpt-border .featured-link:hover {
    background-color: #efefef;
}

.featured-link:hover:before,
.home-top .widget .featured-link:hover:before {
    border-color: transparent transparent transparent #999;
}

.featured-link:hover a,
.home-top .widget .featured-link:hover a {
    color: #999;
}

.home-top-callout {
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
    height: 125px;
    position: absolute;
    right: 48px;
    text-align: center;
    top: 48px;
    width: 125px;
    z-index: 499;
}

.home-top-callout h4 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
}

.home-top-callout p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.home-top-callout .wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-top-news {
    background-color: #34393e;
}

.home-top-news .wrap {
    padding: 21px 0;
}

.home-top-news .entry-content,
.home-top-news .entry-header,
.home-top-news .entry-title,
.home-top-news .widget-title {
    display: inline-block;
    float: left;
    line-height: 1.625;
    text-align: left;
}

.home-top-news .entry-title {
    line-height: 1.625;
    margin: 0;
}

.home-top-news .entry-content p {
    line-height: 1.45;
    margin: 0;
}

.home-top-news .entry-content,
.home-top-news .entry-header {
    padding-left: 20px;
}

.home-top-news .entry-content a {
    background: none;
    margin: -7px 0 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: hidden;
}

.home-top-news .entry-content a:after {
    color: #ff0000;
    content: "\f054";
    font-family: FontAwesome;
    margin-top: -7px;
    right: 0;
    position: absolute;
    text-align: right;
    top: 50%;
    visibility: visible;
    width: 50px;
}

.home-top-news .featured-content .entry {
    margin: 0;
    padding: 0;
}

.home-top-news .widget {
    padding-left: 40px;
    position: relative;
}

.home-top-news .widget:before {
    color: #fff;
    content: "\f09e";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}

.home-top-news .widget-title {
    color: #ff0000;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0;
}

.home-top-news .entry-title {
    font-size: 16px;
    text-transform: uppercase;
}

.home-top-slider {
    margin-bottom: -124px;
    overflow: hidden;
    position: relative;
    top: -124px;
}

.home-top-slider .wrap {
    margin: 0 auto;
    max-width: 100%;
}

/* Home Row 1 */

.home-row1 .textwidget ul li {
    color: #fff;
    list-style-type: none;
    opacity: 0.5;
}

.home-row1 input,
.home-row1 select,
.home-row1 textarea {
    background-color: #fff;
}

/* Home Row 2 */

.home-row2 {
    background-color: #efefef;
}

/* Home Row 3 */

.home-row3-right1,
.home-row3-right2 {
    text-align: center;
}

.home-row3-right1 .widget,
.home-row3-right2 .widget {
    width: 100%;
}

/* Home Row 4 */

.home-row4 .post {
    float: left;
    max-width: 400px;
    width: 41%;
}

.home-row4 .post:nth-child(odd) {
    margin-left: 18%;
}

.home-row4 .post .entry-content {
    color: #fff;
}

.home-row4 .post .more-link {
    background-color: #fff;
    color: #ff0000;
    display: block;
    margin-top: 25px;
    position: absolute;
}

.home-row4 .widget-title {
    margin-bottom: 80px;
}

/* Home Row 5 */

.home-row5 {
    text-align: center;
}

/* Home - Newsletter Signup */

.home-row.lean-newsletter .wrap {
    padding: 15px 0;
}

.lean-newsletter {
    background-color: #34393e;
}

.lean-newsletter form {
    margin-bottom: 0;
}

/* Home Row 6 */

.home-row6 {
    text-align: center;
}

/* Home Row 7 */

.home-row7 .widget-title {
    margin-bottom: 45px;
}

/* Pricing
--------------------------------------------- */

.page-pricing .before-content {
    background-color: #e4e4e4;
    min-height: 824px;
    padding-top: 170px;
}

.page-pricing .before-content .widget-title {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    padding-top: 55px;
    text-align: center;
}

.page-pricing .before-content .pricing-table {
    padding: 70px 0 65px;
}

.page-pricing .entry-content p:first-child {
    font-size: 27px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #34393e;
    font-size: 14px;
}

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

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
}

.sidebar .widget input {
    border: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    padding: 11px 16px;
    width: auto;
}

.sidebar .widget input[type="email"], .widget input[type="text"], .widget input[type="tel"], .sidebar .widget input[type="search"] {
    max-width: 284px;
    margin-right: 2px;
    padding: 11px 13px;
}

.sidebar .widget input[type="search"] {
    background-color: #efefef;
    color: #999;
}

.sidebar .enews {
    background-color: #34393e;
    padding: 12px 14px 18px;
}

.sidebar .enews .widget-title {
    background: none;
    margin-bottom: 10px;
    padding-top: 0;
}

.sidebar .enews-widget p {
    color: #fff;
    margin-bottom: 15px;
}

.sidebar .widget_wp_sidebarlogin input[type="submit"] {
    background-color: #34393e;
    width: 100%;
}

.sidebar .widget_wp_sidebarlogin input:hover[type="submit"] {
    background-color: #efefef;
    color: #999;
}


/*
Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
    background-color: #ff0000;
    color: #fff;
    padding: 21px 0;
    text-align: center;
}

.before-footer a {
    color: #fff;
}

.before-footer .widget-title {
    color: #fff;
    display: inline;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    margin-bottom: 0;
    padding-left: 40px;
}

.before-footer .latest-tweets {
    position: relative;
}

.before-footer .latest-tweets:before {
    color: #fff;
    content: "\f099";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.before-footer .latest-tweets ul li {
    float: left;
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 40px;
    text-transform: uppercase;
}

.before-footer .latest-tweets .tweet-text {
    opacity: 0.5;
}

.before-footer .latest-tweets .tweet-details a span {
    color: #fff;
    display: inline;
    font-size: 11px;
    font-weight: 300;
    margin: 0;
    padding-left: 20px;
    text-transform: none;
}


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

.footer-widgets {
    background-color: #34393e;
    color: #959799;
    clear: both;
    font-size: 14px;
    padding: 40px 0 16px;
}

.footer-widgets .wrap {
    max-width: 986px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
    width: 176px;
}

.footer-widgets .widget-area {
    margin-right: 18px;
}

.footer-widgets .widget-area:last-child {
    margin-right: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    float: left;
}

.footer-widgets-5 {
    float: right;
}

.footer-widgets a {
    color: #959799;
}

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

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .widget-title {
    text-transform: none;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.footer-widgets .latest-tweets .tweet-details a span {
    color: #616468;
    display: block;
    font-weight: 300;
    text-transform: none;
}

.footer-widgets .latest-tweets .tweet-details a:hover span {
    color: #fff;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

.footer-widgets .widget_tag_cloud a {
    color: #fff;
}

.footer-widgets .widget_tag_cloud a:hover {
    background-color: #efefef;
    color: #999;
}


/*
Footer Social
---------------------------------------------------------------------------------------------------- */

.footer-social {
    background-color: #111;
    color: #ccc;
}

.footer-social a {
    color: #fff;
}

.footer-social .simple-social-icons ul li {
    margin: 0 2px 12px !important;
}

.footer-social .simple-social-icons a,
.footer-social .simple-social-icons a:hover {
    background: none !important;
    border: 3px solid #fff !important;
}

.footer-social .simple-social-icons a:hover {
    background-color: #fff !important;
    color: #34393e !important;
}


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

.site-footer {
    background-color: #34393e;
    color: #959799;
    font-size: 12px;
    padding: 40px 0;
    text-align: center;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}


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

@media only screen and (max-width: 1400px) {

    .home-top-callout {
        display: none;
    }

}

@media only screen and (max-width: 1139px) {

    .wrap {
        max-width: 986px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        width: 18%;
    }

    html > body div.slide-excerpt-border {
        bottom: 30px;
    }

}

@media only screen and (max-width: 1023px) {

    body {
        background-color: #fff;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-inner,
    .wrap {
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px;
    }

    .header-image .site-header .wrap {
        background-position: 20px center;
        padding: 0 20px;
    }

    .before-footer .wrap,
    .blog-top .wrap,
    .footer-social .wrap,
    .front-page .site-inner .wrap,
    .home-top-news .widget,
    .site-inner,
    .site-footer .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .front-page .site-inner {
        padding-left: 0;
        padding-right: 0;
    }

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

    .header-image .title-area {
        margin-left: 0;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
    }

    .site-footer {
        padding: 24px 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1 {
        margin: 0;
    }

    .before-footer .widget-title {
        padding-left: 0;
        width: 100%;
    }

    .before-footer .latest-tweets,
    .before-footer .widget-title {
        text-align: center;
    }

    .before-footer .latest-tweets:before {
        display: none;
    }

    .before-footer .latest-tweets ul li {
        padding-left: 0;
        width: 100%;
    }

    .before-footer .latest-tweets .tweet-details a span {
        display: block;
        padding-left: 0;
    }

    /* Top Content Areas */

    .before-contact,
    .before-content,
    .home-top-slider {
        margin-bottom: -84px;
        position: relative;
        top: -84px;
    }
/*
    .header-image .before-contact,
    .header-image .before-content,
    .header-image .home-top-slider {
        margin-bottom: -116px;
        top: -116px;
    }
*/    

    /* Homepage */

    html > body div.slide-excerpt-border {
        bottom: 15px;
        margin-left: 50px;
    }

    .home-top .widget {
        bottom: 20px;
        left: 20px;
        margin: 0;
    }

    .home-top .widget,
    html > body div.slide-excerpt-border {
        font-size: 24px;
    }

    .home-top .widget p,
    html > body div.slide-excerpt-border p {
        margin-bottom: 0;
        padding: 20px;
    }

    .featured-link, .home-top .widget .featured-link,
    html > body div.slide-excerpt-border .featured-link {
        font-size: 14px;
    }

    .featured-link a {
        font-size: 12px;
        padding: 15px 50px 15px 20px;
    }

    .home-top-news .widget:before {
        margin-top: -14px;
        top: 50%;
    }

    .home-top-news .entry-content,
    .home-top-news .entry-header,
    .home-top-news .entry-title,
    .home-top-news .widget-title {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .home-row .enews-widget .widget-title,
    .home-row .enews-widget p {
        float: none;
        text-align: center;
        width: 100%;
    }

    .home-row .enews-widget form {
        padding: 15px 0;
        text-align: center;
    }

    /* Blog & Archive Pages */

    .blog-top .entry-content a.more-link {
        margin-top: 26px;
    }

    /* Contact Page */

    .before-contact .wrap {
        max-width: 100%;
    }

    .kickstart-contact-box {
        left: 50%;
        margin-left: -213px;
        margin-top: 25%;
    }

    /* Pricing */

    .pricing-column {
        padding: 20px;
    }

    .pricing-column h4 {
        font-size: 24px;
    }

    .pricing-column p.price {
        font-size: 36px;
    }

    .pricing-column sup {
        font-size: 16px;
    }

}

@media only screen and (max-width: 900px) {

    .header-image .site-header .widget-area,
    .site-header .widget-area {
        max-width: 100%;
    }

    .columns-2 .quote,
    .columns-3 .quote,
    .columns-4 .quote,
    .home-row4 .post,
    .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%;
    }

    .site-header {
        background-color: #111;
        margin-top: -5px;
    }

    .site-header .wrap {
        min-height: 68px;
        padding: 0;
    }

    .header-image .site-header .wrap {
        background: url(images/logo.png) no-repeat 10px 10px;
        background-size: 93px 48px;
        padding: 0;
    }

    .site-description,
    .site-title,
    .title-area {
        float: none;
        text-align: center;
    }

    .site-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .site-title:hover {
        opacity: 0.5;
    }

    .site-title a {
        padding: 18px 0 9px;
    }

    .site-title a:hover {
        background: none;
        color: #fff;
    }

    .site-description {
        color: #fff;
        opacity: 0.5;
        padding: 0 0 9px;
    }

    .header-image .site-header .wrap {
        background-position: center 5px;
    }

    .header-image .site-title:hover {
        opacity: 1;
    }

    .header-image .site-title a {
        float: none;
        height: auto;
        margin-top: 0;
        min-height: 58px;
        width: 100%;
    }

    .header-full-width .title-area,
    .header-full-width .site-title {
        width: 100%;
    }

    .js nav {
        display: none;
        position: relative;
        z-index: 1;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        color: #fff;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        padding: 13px 24px;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle {
        font-size: 14px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle::before, .menu-toggle.activated::before {
        color: #ccc;
        content: "\f0c9";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 22px;
        margin: 0 auto;
        padding: 0 10px 0 0;
        vertical-align: top;
    }

    .sub-menu-toggle {
        background: none;
        float: right;
        padding: 9px;
        position: absolute;
        right: 5%;
        top: 1px;
        z-index: 100;
    }

    .sub-menu-toggle:before {
        content: "\f107";
        display: inline-block;
        font-family: FontAwesome;
    }

    .sub-menu-toggle.activated:before {
        content: "\f106";
    }

    .sub-menu .sub-menu-toggle {
        padding: 7px 9px;
    }

    .js .genesis-nav-menu {
        font-size: 14px;
    }

    .js .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin: 0;
        position: relative;
        text-align: left;
    }

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

    .js .genesis-nav-menu .menu-item a {
        border: none;
        color: #fff;
        margin: 0;
        padding: 10px 5%;
        width: 100%;
    }

    .js .genesis-nav-menu .menu-item:hover > a {
        background-color: #e4e4e4;
        color: #999;
    }

    .js .genesis-nav-menu .menu-item a:hover,
    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js nav .genesis-nav-menu .menu-item-has-children:hover {
        background: none;
    }

    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu .menu-item a {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu .sub-menu-toggle {
        right: 5%;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu .sub-menu .menu-item a {
        padding-left: 10%;
        padding-right: 10%;
    }

    .js .genesis-nav-menu .sub-menu a {
        background: none;
        border: none;
        font-size: 12px;
    }

    .js nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
    .js nav .genesis-nav-menu .menu-item a:focus,
    .js nav button:focus,
    .js .menu-toggle:focus {
        background-color: #efefef;
        color: #999;
    }

    .js .menu-toggle:focus:before,
    .js .menu-toggle:hover:before {
        color: #999;
    }

    .site-header .widget-area {
        width: 100%;
    }

    .header-image .site-header .widget-area {
        padding: 0;
    }

    .site-header .widget-area .genesis-nav-menu {
        padding-bottom: 20px;
    }

    .before-content,
    .home-top-slider,
    .header-image .before-content,
    .header-image .home-top-slider {
        margin-bottom: 0;
        position: static;
        top: 0;
    }

    .site-footer .alignleft,
    .site-footer .alignright {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }

    html > body div.slide-excerpt-border p {
        padding: 15px;
    }

    html > body div.slide-excerpt-border .featured-link {
        line-height: 24px;
    }

    ol.flex-control-nav {
        display: none;
    }

    .home-top .widget,
    html > body div.slide-excerpt-border {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        width: 280px;
    }

    .home-row4 .post,
    .home-row4 .post:nth-child(odd) {
        float: none;
        margin: 0 auto 50px;
    }

    .page-pricing .before-content {
        height: auto;
        padding-top: 120px;
    }

    .page-pricing .before-content .pricing-table {
        padding-top: 35px;
    }

    .pricing-table {
        margin: 0 auto;
        max-width: 320px;
    }

    .pricing-column:nth-child(n+2) {
        margin-top: 20px;
    }

    .home-row .enews-widget input {
        width: 80%;
    }

    .blog-top {
        padding: 25px 0 50px;
    }

    .blog-top .wrap {
        max-width: 480px;
    }

    .blog-top .alignright {
        text-align: center;
        width: 100%;
    }
    .blog-top a.more-link {
        margin-top: 36px;
    }

    .blog-top img {
        float: none;
        margin-bottom: 24px;
        padding-left: 0;
        text-align: center;
    }

    .kickstart-contact-box .address {
        padding-bottom: 0;
    }

    .kickstart-contact-box .phone:last-child {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 480px) {

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-top-slider .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    html > body div.slide-excerpt-border p {
        font-size: 16px;
        padding: 10px 20px;
    }

    html > body div.slide-excerpt-border .featured-link a {
        padding: 10px 50px 10px 20px;
    }

    .home-row .enews-widget input {
        width: 66%;
    }

    .kickstart-contact-box {
        left: 0;
        margin-left: 0;
        max-width: 100%;
    }

}

@media only screen and (max-width: 400px) {

    ul.flex-direction-nav {
        display: none;
    }

     div.flexslider .slides img {
        width: 100%;
        height: auto;
    }

}


/* Custom Changes Start */

.home-row1{
    background-color: #fff !important;
    color: #333;
}
.home-row2{
    background-color: #ff0000 !important;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.home-row4, .home-custom-news-row{
    background-color: #fff !important;
    color: #333; 
}
.home-news-event{
    font-size: 14px;
    font-weight: 400;
}
.home-news-event .title{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 2.5em 0 1em;
}
.home-news-event h2{
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 5px;
}
.home-cu-row4 h3 {
    color: #ff0000;
}
.home-news-event h2 a{
    color: inherit;
}
.home-news-event h2 a:hover{
    color: #ff0000;
}
.home-news-event p{
    margin-bottom: 20px;
}
.home-news-event .viewAll{
    text-align: center;
}
.btn{
    display: inline-block;
    padding: 10px 15px !important;
    line-height: 18px !important;
}
.btn-outline{
    border: 2px solid #ff0000 !important;
    color: #636466 !important;
    font-size: 1em;
    background: none !important;
}
.btn-outline:hover{
    background-color: #ff0000 !important;
    color: #fff !important;

}
.text-center{
    text-align: center;
}
.home-event-box .form-item{
    position: relative;
    margin-bottom: 15px;
}
.home-event-box .form-item label{ 
    position: absolute;
    left: 10px;
    top: 10px;
}
.home-event-box .form-item input{ 
    width: 100%;
    border: 1px solid #bebebd;
    padding: 10px;
    background: #ededec;
}
.home-event-box .crm-container .crm-marker {
  color: #8a1f11 !important;
  font-weight: bold !important;
  margin-right: 5px !important;
}
.home-event-box div.crm-container label{
    font-size: 15px !important;
    font-weight: normal !important;
}
.form-required{
    color: #ff0000;
}
#home-row5{
    background: url('/wp-content/uploads/2016/05/bg-choices.jpg') no-repeat center;
    background-size: cover;
    padding: 400px 0 40px;
    color: #fff;
}
#home-row5 .wrap{
    padding: 0;
}
#home-row5 .btn{
    color: #fff !important;
}

.home-cu-row1{
    background-color: #efefef;
}
.home-icon-box{
    text-align: center;
}
.home-icon-box .icon{
    border-radius: 50%;
    background: #fff;
    font-size: 45px;
    line-height: 90px; 
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-bottom: 15px;
    color: #ff0000;
    transition: all ease 0.5s;
}
.home-icon-box a:hover .icon{
    background: #ff0000;
    color: #fff;
    transform: scale(1.1);
}
.home-icon-box .icon-box-text{
    font-weight: bold;
    font-size: 14px;
}
.home-row6{
    background: #797979 !important;
    color: #fff;
}
.phone-contact-row{
    display: table;
    width: 100%;
}
.phone-contact-row .phone-contact-box{
    display: table-cell;
    font-size: 16px;
    font-weight: normal;    
}
.phone-contact-box span{
    text-transform: uppercase;
}
.phone-contact-box i{
    margin-right: 5px;
}
.home-cu-row2, .home-cu-row3 {
    border-bottom: 2px solid #efefef;
}
.cu-row2-image{
    background: url('/wp-content/uploads/2016/05/outreach-and-education.jpg') no-repeat center center ;
    background-size: cover;
    height: 512px;
    display: block;
    width: 100%;
    position: relative;
}
.cu-row3-image{
    background: url('/wp-content/uploads/2016/05/advocacy-and-action.jpg') no-repeat center center ;
    background-size: cover;
    height: 512px;
    display: block;
    width: 100%;
    position: relative;
}
.cu-row4-image{
    background: url('/wp-content/uploads/2016/05/tanya.jpg') no-repeat center center ;
    background-size: cover;
    height: 512px;
    display: block;
    width: 100%;
    position: relative;
}
.cu-row2-image span{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    height: 100px;
    width: 100px;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    transition: all ease 0.5s;  
    color: #ff0000; 
    font-weight: 300;
} 
.cu-row2-image:hover span{
    color: #fff;
    transform: scale(1.1);  
}
.cu-content-row .wrap{
    max-width: none;
    padding: 0 !important;
}
.v-content-box{
    padding: 140px 50px 50px;
}
.footer-cu-row-1{
    padding: 21px 0;
    background: #111;
    color: #777;
}
.footer-cu-row-1 .footer-cu-image{
    background-image: url('/wp-content/themes/kickstart-pro/images/logo.png');
    background-position: center center;
    height: 65px;
    width: 250px;
    display: block;
}
.social-media{
    margin: 17px 0 0;
    padding: 0;
    float: right;
}
.social-media li{
    list-style: none;
    margin-left: 20px;
    display: inline-block;
}
.social-media li:first-child{
    margin-left: 0;
}
.social-media a{
    text-decoration: none;
    color: #ccc;
    font-size: 30px;    
}
.social-media a:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}
.footer-links-row{
    background: #111;    
}
.menu-footer-menu-container ul.menu{
    display: table;
    margin: 0 auto;
    padding: 0;
    line-height: 15px;  
}
.menu-footer-menu-container ul.menu li{
    list-style: none;
    display: inline-block;
}
.menu-footer-menu-container ul.menu a{
    border-right: 1px solid #5d5d5d;
    padding: 0 15px 0 10px;
    color: #ccc;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.menu-footer-menu-container ul.menu li:last-child a{
    border-right: none;
}
.menu-footer-menu-container ul.menu a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.site-footer{
    background: #111;
    color: #777;
    padding: 10px 0 21px;
    font-size: 12px;
    font-weight: bold;
}
.home-top-news .widget{
    padding-left: 0;
}
.home-top-news .widget::before{
    content: "";
}
#genesis-sidebar-primary{
    position: relative;
    width: 284px;
}
.site-header{
    position: relative;
}
.site-header .wrap{
    max-width: none;
    padding: 20px 40px 0 !important; 
    background: none !important;
}
.header-image .title-area{
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 100;
}
.site-title a{
    display: inline-block !important;
    width: 300px !important;
    height: 73px !important;
    background: url('/wp-content/themes/kickstart-pro/images/logo.png') no-repeat center center transparent !important;
    background-size: cover !important;
}
.before-content{
    margin-top: 0;
}
.header-image .site-header .widget-area{
    padding: 0;
}
.header-link-list{
    margin: 20px 0 35px;
    padding: 0;
}
.header-link-list > li{
    list-style: none;
    display: inline-block;
}

.header-link-list > li > a{
    font-size: 15px;
    text-decoration: none;
    padding: 10px 10px;
    white-space: nowrap;
    display: block;
	color: #ccc !important;
}
li.appointment-request > a, li.donate-now > a, li.stay-informed > a{
    padding: 5px 20px !important;
    border-radius: 3px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    text-transform: none;
    color: #fff !important;
}
li.appointment-request > a{
    background: #ff0000;
    border-bottom-color: #D53410;
}
li.appointment-request > a:hover{
    background: #ff5252;
}
li.donate-now > a{
    background: #ff8f00;
    border-bottom-color: #b76c0d;
}
li.donate-now > a:hover{
    background: #f9ac4a;
}
li.stay-informed > a{
    background: #ff8f00;
    border-bottom-color: #b76c0d;
}
li.stay-informed > a:hover{
    background: #f9ac4a;
}
.home-event-box .form-item.get-focus label{
    opacity: 0.7 !important;
}
.home-event-box .form-item.change label{
    display: none;
}
.home-top-slider {
  margin-bottom: 0;
  top: 0;
}
#search-3{
    display: none;
    margin-right: 5px;
    line-height: 30px;
    vertical-align: top;
}
#searchform-box{
    display: none;
    padding: 40px;
    position: absolute;
    width: 100%;
    background: #fff;
}
#searchform-box.active{
    display: block;
}
.subnav-close{
    text-align: right;
    margin-bottom: 20px;
}
.subnav-close-btn {
  color: #999;
  cursor: pointer;
  font-size: 25px !important;
  font-weight: normal !important;
  padding: 15px;
}
#menu-item-84 > a > span {
  display: inline-block;
  opacity: 0;
  width: 20px;
}
#menu-item-84 > a:before{
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    width: 100%;
    left: 0;
}
#searchform-box .search-form{
    margin: 0 25%;
    position: relative;
    padding-right: 70px;
}
#searchform-box .search-form input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    background: #ff0000 !important;
    color: #fff !important;
}
#searchform-box .search-form input[type="submit"]:hover{
    opacity: 0.8;
}
.before-content .backstretch{
    display: none;
}
.parallax {
  color: #fff;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.before-content .parallax{
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.site-header #mobile-menu-icon-box{
    display: none;
}
#huge_it_slideshow_left_1, #huge_it_slideshow_right_1 {
  background-image: url("/wp-content/plugins/slider-image/Front_images/arrows/arrows.simple.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 43px !important;
  margin-top: -21px !important;
  width: 29px !important;
}
#huge_it_slideshow_left_1 {
  background-position:  left top !important;
  left: 0 !important;
}

#huge_it_slideshow_right_1 {
  background-position: right top !important;
  right: 0 !important;
}     
.huge_it_slideshow_dots_thumbnails_1 .huge_it_slideshow_dots_1 {
  height: 10.813px !important;
  margin: 7.8125px !important;
  width: 10.813px !important;
  border-radius: 50% !important;
}   
/*#home-top-slider [class*="huge_it_slideshow_title_text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #565656 !important;
  font-size: 32px !important;
  padding: 20px !important;
  line-height:  44px;
  width: 50% !important;
}*/

#home-top-slider [class*="slideshow_title_text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #565656 !important;
  font-size: 32px !important;
  line-height:  44px;
  width: 50% !important;
  font-weight: bold;
}
#home-top-slider [class*="huge_it_slideshow_image"] > [class*="slideshow_title_text"]{
    display: none !important;
}
#home-top-slider [class*="huge_it_slideshow_description_text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #ff0000 !important;
  font-size: 32px !important;
  padding: 20px !important;
  line-height:  44px;
  width: 50% !important;
}
#menu-top-nav{
    font-size: 1em;
}
#menu-top-nav > li > a {
    font-size: 0.8em;
    white-space: nowrap;
}
#menu-top-nav > li ul{
    font-size: 13px;
}
.home-news-event .home-event-box input[type="text"], .home-news-event .home-event-box input[type="email"], .home-news-event .home-event-box input[type="password"], .home-news-event .home-event-box select{
    box-sizing: border-box;
    width: 100% !important;
    border-radius: 0 !important;
    background: #ededec none repeat scroll 0 0 !important;
    border: 1px solid #bebebd !important;
    padding: 10px !important;
    line-height: 20px !important;
    height: 42px !important;

}
.home-news-event .home-event-box .crm-container .crm-section{
    margin-bottom: 0 !important;
}
.home-event-box .form-item{
    position: relative;
}
.home-event-box .form-item .label{
    left: 0;
    padding: 0 !important;
    position: absolute;
    text-align: left !important;
    top: 10px;
    width: 110px !important;
}
.home-event-box .crm-submit-buttons{
    text-align: center;
    margin-top: 10px !important;
}
.home-event-box .crm-submit-buttons .crm-i{
    display: none;
}
.home-event-box .crm-submit-buttons input[type="submit"], .home-event-box .button{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 2px solid #ff0000 !important;
    border-radius: 0 !important;
    color: #636466 !important;
    display: inline-block;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 18px !important;
    padding: 10px 15px !important;
    text-shadow: none !important;
    min-width: 50px;
}
.home-event-box .crm-button{
    margin: 0 20px !important;
    background: none !important;    
    border: none !important;
}
.home-event-box .crm-container span.crm-button{
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}
.home-event-box .button{
    margin: 0 20px !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
}
.home-event-box input[type="submit"]:hover, .home-event-box .button:hover{
    background-color: #ff0000 !important;
    color: #fff !important;
}
#mobile-menu-contact-info .widgettitle{
    display: none;
}

.home-cu-row1 {
  background-color: #ff0000;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.home-image-text .home-image-box{
    margin-bottom: 40px;
}
.home-image-box .textwidget, .home-text-box .textwidget{
    padding: 0 30px;
    text-align: center;
}
.home-text-box .widget-title{
    font-size: 32px;
    margin-bottom: 20px;
}
.home-text-box .home-decor-image{
    margin-bottom: 10px;    
}

.home-cu-row4{
    background-color: #000;
    color: #fff;    
}
.home-cu-row4 .tribe-events-list-widget{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 16px;

}
.home-cu-row4 .widget-title{
    color: inherit;
    margin-bottom: 30px;    
    font-size: 30px;
	text-rendering: optimizelegibility;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
}

.home-cu-row4 .tribe-events-list-widget .widget-title{
    text-transform: none;
    text-align: left;
    margin-bottom: 15px;
}
.home-cu-row6 .section-title{
	color:#fff;
}
.tribe-events-list-widget .tribe-events-list-widget-events{
    padding: 10px 0 15px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #666;
}
.tribe-events-list-widget .tribe-events-list-widget-events:last-child{
    border-bottom: none;
}

.tribe-events-list-widget a{
    color: #ff0000 !important;
	font-weight: bold;   
}
.tribe-events-list-widget a:hover{
    opacity: 0.8;
}
.section-image{
    padding: 48% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-image-content{
    padding: 20px 25px;
    display: table;
    margin: 0 auto 84px;
    background-color: #000;
}
.section-image-content .section-link{
    font-size: 1.8em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    text-align: center;    
}
.section-image-content .section-link:hover,
.section-image-content .section-link:focus,
.section-image-content .section-link:active{
    text-decoration: underline;
}
.home-cu-row5{
    background-color: #fff;
    color: #000;

}
.home-cu-row6{
    background-color: #111;
    color: #fff;
}
.section-title{
    margin-bottom: 40px;
}
.member-box-container{
    margin-left: -15px;
    margin-right: -15px;
}
.member-box-container:before,
.member-box-container:after{
    content: '';
    clear: both;
    display: table;
}
.member-box{
    text-align: center;
    padding: 15px;
}
.team_member_wrap{
    background-color: #000;
}
.team_profile_wrap{
    position: relative;
    overflow: hidden;    
}
.team_profile_wrap:hover .team_profile_pic {
  transform: scale(1.15);
}
.team_profile_pic{
    padding: 100% 0 0;
    position: relative;
    transition: all 0.3s ease 0s;    
}
.team_profile_pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-width: 100%;
}
.team_profile_ttl{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.team_profile_ttl h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-rendering: optimizelegibility;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
}
.team_profile_ttl h6 {
    color: #fff;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: none;
    text-rendering: optimizelegibility;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
}

.album-list-wrap:before,
.album-list-wrap:after{
    content: '';
    clear: both;
    display: table;
}
.album-list-wrap .album-card-wrap{
    width: 33.33%;
    float: left;
}
.album-list-wrap .album-card {
    width: 100%;
    border: inset #666 thick;
}
.album-list-wrap .album-card .image {
    background: #121212;
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1px;
}
.album-list-wrap .album-card .image img {
    max-width: 100%;
    width: 100%;
}
.album-list-wrap .album-card .image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: block;
    left: 0;
    top: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.album-list-wrap .album-card .image .overlay .button-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.album-list-wrap .album-card .image .overlay .button-wrapper .view-button {
    display: table-cell;
    vertical-align: middle;
    left: 0;
    top: 0;
}
.album-list-wrap .album-card .image .overlay .button-wrapper .view-button .link {
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    padding: 12px;
    border-radius: 50%;
    color: #CCC;
    background-color: #000;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.album-list-wrap .album-card .image .overlay .button-wrapper .view-button .link:hover span {
    color: #ff0000;
}
.album-list-wrap .album-card .image .overlay .button-wrapper .view-button .link span {
    font-family: "Open Sans", helvetica, sans-serif;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.album-list-wrap .album-card .image .overlay .button-wrapper .view-button .link span .bold {
    font-family: "Open Sans", helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.album-list-wrap .album-card .image:hover .overlay {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.album-list-wrap .album-card .text {
    position: relative;
    background: #222;
    padding: 20px 15px;
    width: 100%;
    border-top: 0;
}
.album-list-wrap .album-card .title h4 {
    font-size: 14px;
    color: #ff0000;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.album-card img {
    transform: scale(1);
    transition: .4s;
}
.album-card:hover img {
    transform: scale(1.1);
    transition: .4s;
}

.home-facebook-instagram {
    color: #fff;
    background-color: #111;
}
.home-facebook-instagram .widget-title{
    text-align: left;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 30px;
    text-rendering: optimizelegibility;
}
#instafeed .activities, #instafeed .caption, #instafeed .location {
  display: none;
}
#instafeed .owl-nav {
  position: absolute;
  right: 0;
  top: -30px;
}
#instafeed.owl-carousel .owl-nav .owl-next, #instafeed.owl-carousel .owl-nav .owl-prev {
  opacity: 1;
}
#instafeed .owl-nav .owl-prev, #instafeed .owl-nav .owl-next {
  color: #5f6062;
  font-size: 15px;
  padding: 3px;
}
#instafeed.owl-carousel .owl-nav .owl-prev {
  left: -30px;
  margin-right: 10px;
}
#instafeed.owl-carousel .owl-nav .owl-next {
  right: 0;
}

@media(min-width: 768px){
    .member-box-container .member-box{
        width: 50%;
        float: left;        
    }
    .album-list-wrap .album-card-wrap{
        width: 16.66667%;
    }
}

@media(min-width: 901px){
    .genesis-nav-menu .menu-item{
        background: none !important;
    }
/*
    #genesis-nav-primary{
        display: block;
        margin: 0 -40px;
    }
*/    
    #genesis-nav-primary:before,
    #genesis-nav-primary:after{
        clear: both;
        display: table;
        content: '';
    }
    #menu-top-nav{
        display: table;
        float: right;
        /* width: 1%; */
    }
    #menu-top-nav > li{
        display: table-cell;
        box-sizing: border-box;
        margin: 0;
        position: relative;
        font-size: 100%;        
    }
    #menu-top-nav > li > a{
        padding: 1em 20px;
        font-size: 1em;
        background-color: #111;
        color: #ccc; 
        text-align: center;
        height: 100%;       
        font-weight: normal;
        transition: all 0.25s ease-in-out 0s;
    }
    #menu-top-nav > li:last-child > a{
        border-right: none; 
    }
    #menu-item-84 > a{
        border-right: none !important;
    }
    .header-link-list{
        margin-bottom: 25px;
    }
    .header-image .site-title a{
        height: 50px !important;
        width: 180px !important;
    }
    .site-header .wrap{
        padding-top: 0 !important;
    }
    .site-header .widget-area{
        float: none;
    }
    .home-news-box{
        border-right: 1px solid #C7C7C7;
        padding-right: 10%;
    }
    .home-event-box{
        padding-left: 5%;   
    }
    .content-sidebar #genesis-content{
        width: 673px;
    }
    /* Nav Bar Style Start */
    .header-fixed .site-header{
        position: fixed !important;
        top: 0;
        width: 100%;
        background: #111;
    }
    .header-fixed .site-header .wrap{
        padding-top: 0 !important;
    }
    body.home.header-fixed{
        padding-top: 150px !important;
    }

    .header-fixed .site-header .title-area{
        position: static;
        left: auto;
        top: auto;
        float: left;
        width: 8%;
    }
    .header-fixed .site-header .header-links{
        float: right;
        display: none;
    }
    .header-fixed .site-header #genesis-nav-primary{
        float: right;
        width: 93%;     
        margin-right: -40px !important;

    }
    .header-fixed .header-links .header-link-list li{
        display: block;
        text-align: left;
    }
    .header-fixed .site-header .site-title a{
        height: 47px !important;
        width: 120px !important;
        background-size: 100% !important;
        max-width: 100%;
    }
    .header-fixed .site-header #genesis-nav-primary{
        margin: 0;
    }
    .header-fixed .header-links{
        position: relative;
    }
    .header-fixed .header-links:before{
        content: "\f0dd";
        padding: 5px 10px;
        font-size: 25px;
        font-family: FontAwesome;
        cursor: pointer;
    }
    .header-fixed .header-link-list{
        display: none;
        margin: 0;
    }
    .header-fixed .header-link-list > li{
        margin-bottom: 5px;
    }
    .header-fixed .header-link-list > li:last-child{
        margin-bottom: 0;
    }
    .header-fixed .header-links.active .header-link-list{
        position: absolute;
        top:100%;
        right: 0;
        display: block;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.8);
        border-radius: 3px;
        padding: 5px;
    }
    .header-fixed .site-title{
        margin-bottom: 0;
        max-width: 100%;
        display: block;
        padding: 4px 0;
    }
    .header-fixed .header-link-list > li > a{
        padding-top: 0;
        padding-bottom: 0;
    }
    /* Nav Bar Style End */ 
    #menu-item-84 > a {
      font-size: 20px;
      font-weight: normal;
    }
    #menu-top-nav .header-link-item{
        display: none !important;
    }
    body{
        padding-top: 165px;
    }
    .site-header{
        width: 100%;
        background: #111;
        top: 0;
        position: fixed;
    }
    body.home{
        padding-top: 0;
    }
    body.home .site-header{
        position: relative;
    }

    /*
    body.header-fixed{
        padding-top: 50px;
    }
    */
    #genesis-nav-primary .subnav-close{
        display: none;
    }
    #mobile-menu-contact-info{
        display: none;
    }
    .site-header > .wrap:before,
    .site-header > .wrap:after {
        clear: both;
        display: table;
        content: '';
    }
    .site-header > .wrap{
        display: table;
    }
    .site-header > .wrap > .title-area,
    .site-header > .wrap > .header-widget-area{
        display: table-cell;
        vertical-align: bottom;
    }
    .site-header > .wrap > .title-area{
        width: 1%;
        float: none;
        position: static;
    }
    .site-header .genesis-nav-menu .menu-item{
        margin-right: 0;
    }
    .home-cu-row4{
        background: url('/wp-content/themes/kickstart-pro/images/events-bg.jpg') no-repeat center center transparent; 
        background-size: cover;
    }
    .home-cu-row4 .tribe-events-list-widget{
        width: 50%;
        float: right;
    }
    .home-cu-row3{
        position: relative;
        margin-bottom: 84px;
    }
    .section-image{
        padding: 25% 0 0;
    }
    .section-image-content{
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .member-box-container .member-box{
        width: 25%;
        float: left;
    }
}
@media(max-width: 1200px){
    .header-fixed #menu-top-nav > li > a{
        padding-left: 5px;
        padding-right: 5px;     
    }
}
@media(min-width: 1024px){
    .sidebar-afix{
        position: fixed;
        top:50px;
    }
}
@media(max-width: 1024px){
    .v-content-box{
        padding-top: 84px;
        padding-bottom: 84px;       
    }
}

@media(max-width: 900px){
    .home-icon-box .icon-box-text{
        margin-bottom: 40px;
    }
    .phone-contact-row{ 
        display: block;
    }
    .phone-contact-row .phone-contact-box{
        display: block;
        margin-bottom: 40px;
    }
    .footer-cu-row-1 .footer-cu-image{
        margin: 0 auto; 
        margin-bottom: 20px;
    }   
    .social-media{
        float: none;
        display: table;
        margin: 0 auto;
    }
    .social-media li:last-child{
        margin-bottom: 0;
    }
    .menu-footer-menu-container ul.menu{
        display: block;
    }
    .menu-footer-menu-container ul.menu li{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .menu-footer-menu-container ul.menu li:last-child{  
        margin-bottom: 0;
    }
    .menu-footer-menu-container ul.menu a{
        display: inline;
        border: none;
    }

    /* Primary Nav Mobile Style Start */
    .header-link-list{
        display: none;
    }
    #search-3:before{
        content: "\f002";
    }
    .header-links {
      position: absolute;
      right: 150px;
      top: 20px;
      width: 120px;
      z-index: 1100;
    }
    #search-3 .widget-wrap{
        display: none;
    }
    #mobile-genesis-nav-primary {
      float: right;
      font-size: 22px;
      width: auto;
      padding: 0 10px;
    }
    .header-image .site-header .wrap{
        padding-bottom: 20px !important;
    }
    .header-image .site-title a{
        width: 120px !important;
        height: 35px !important;
        background-size: 100% !important;
        min-height: inherit;
    }
    #searchform-box{
        position: fixed !important;
        background: #fff;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        z-index: 1000;
        padding: 0;
    }
    #searchform-box .search-form{
        margin: 0 5%;
    }
    .site-header{
        position: fixed;
        width: 100%;
        top:0;
    }
    body{
        padding-top: 67px;
    }
    #genesis-nav-primary{
        margin-top: 50px;
        padding-bottom: 0;
    }
    #menu-item-84{
        display: none;
    }
    #menu-top-nav .header-link-item{
        list-style: none;
        text-align: left;
    }
    #menu-top-nav .header-link-1:hover a, #menu-top-nav .header-link-2:hover a{
        background: #fff;
        color: #999;
    }
    #menu-top-nav li.appointment-request, 
    #menu-top-nav li.stay-informed,
    #menu-top-nav li.donate-now{
        margin: 0 15px 8px;
    }
    #menu-top-nav li.appointment-request a, 
    #menu-top-nav li.stay-informed a,
    #menu-top-nav li.donate-now a{
        padding: 8px 10px !important;
        white-space: nowrap;
    }
    #genesis-nav-primary{
        left: 0;
        top: 0;
        margin: 0;
    }
    #genesis-nav-primary.active{
        width: 100%;
    }   
    .subnav-close{
        display: block;
        margin-bottom: 0;
    }
    .subnav-close{
        padding: 10px;
    }
    #menu-top-nav .menu-item{
        background: #fff;
    }
    #menu-top-nav .menu-item.open, #menu-top-nav .menu-item.open .menu-item{
        background: #f1f2f2;
    }
    #menu-top-nav .menu-item.open a{
        color: #000 !important;
    }
    #menu-top-nav .menu-item:first-child{
        border-top: 1px solid #c6c9ca;
    }
    #menu-top-nav .menu-item{
        border-bottom: 1px solid #c6c9ca;
    }
    #menu-top-nav .menu-item ul{
        border-top: 1px solid #c6c9ca;
    }
    #menu-top-nav .menu-item ul li:first-child{
        border-top: none;
    }
    #menu-top-nav .menu-item ul li:last-child{
        border-bottom: none;
    }
    #menu-top-nav .menu-item a {
      color: #999 !important;
      font-size: 18px;
      font-weight: normal;
      padding: 15px 0 15px 15px !important;
      background: transparent;
    }
    #menu-top-nav ul{
        padding-left: 15px;
        padding-right: 15px;
    }
    #menu-top-nav .menu-item a:hover{
        color: #000 !important;
    }
    .sub-menu-toggle{
        background: none !important;
        color: #999;
        font-size: 20px;
        font-weight: normal;
        top:5px;
        right: 10px;
    }
    #menu-top-nav .header-link-1, #menu-top-nav .header-link-2{
        float: left;
        width: 50%;
        margin: 20px 0;
    }
    #menu-top-nav .header-link-1 a, #menu-top-nav .header-link-2 a{
        font-size: 18px;
        font-weight: normal;
        padding: 15px !important;
        background: transparent;
        color: #999 !important;
        text-align: center;
    }
    #menu-top-nav .header-link-1 a:hover, #menu-top-nav .header-link-2 a:hover{
        color: #000 !important;
    }
    #mobile-menu-icon-box .widget-title{
        display: none;
    }
    #mobile-menu-contact-icon:before{
        content: "\f095";
    }
    #mobile-menu-contact-icon,#search-3{
        font-size: 22px;                
        cursor: pointer;
        color: #ccc;     
        font-family: FontAwesome;
    }
    #mobile-menu-icon-box,#search-3{
        display: inline-block !important;
        padding: 0 10px;
    }
    .mobile-menu-display-box .content-box ul{
        margin: 0;
        padding: 0;
    }
    .mobile-menu-display-box .content-box li{
        list-style: none;
        text-align: center;
        padding: 5px 0;
    }
    .mobile-menu-display-box .content-box a{
        font-size: 20px;
        font-weight: normal;
        white-space: nowrap;
    }
    #mobile-genesis-nav-primary, #mobile-genesis-nav-primary:hover:before{
        background: none !important;
        color: #ccc !important;
        font-weight: normal;
    }
    #mobile-genesis-nav-primary:hover, #search-3:hover, #mobile-menu-icon-box:hover{
        opacity: 0.8;
    }
    #mobile-menu-icon-box.active{
        opacity: 1 !important;
    }
    /* Primary Nav Mobile Style End */  
    #home-top-news .wrap{
        padding-left: 40px;
        padding-right: 40px;        
    }
    #genesis-nav-primary-inner{
        overflow: auto;
        height: 100%;
    }
    .mobile-menu-display-box{
        padding: 0;
        left: 0;
        top: 0;
    }
    #searchform-box, #genesis-nav-primary, #mobile-menu-contact-info{
        display: block !important;
        position: fixed;
        height: 100%;
        min-height: 100vh;
        overflow: hidden;
        width: 0;
        transition: all 0.5s ease 0s;
        z-index: 1100;      
        background: #fff;       
        left: 0;
        top: 0;
    }
    #searchform-box.active, #genesis-nav-primary.active,#mobile-menu-contact-info.active{
        width: 100%;
    }
    .before-content{
        padding:  0 0 44.25% 0;
        display: block;
        height: 0;
        overflow: hidden;
        position: relative;     
        min-height: inherit;
    }
    .parallax,
    .cu-parallax {
      background-position: center 0 !important;
    }
    #home-top-slider [class*="huge_it_slideshow_image"]{
        top:0 !important;
    }
    #home-top-slider [class*="huge_it_slideshow_image_wrap"]{
        height: auto !important;
    }
    #home-top-slider [class*="huge_it_slideshow_image_container"]{
        height: auto !important;        
    }
    #home-top-slider [class*="huge_it_slide_container"]{
        height: auto !important;
        display: block;
    }
    #home-top-slider [class*="huge_it_slide_bg"]{
        height: auto !important;        
    }
    #home-top-slider [class*="huge_it_slider"]{
        height: auto !important;        
    }
    #home-top-slider [class*="huge_it_slideshow_image_item"]{
        height: auto !important;        
        position: static;
    }
    #home-top-slider [class*="huge_it_slideshow_dots_container"]{
        height: 45px !important;        
        top: 50% !important;
        margin-top: -22px !important;
    }
    #home-top-slider [class*="huge_it_slideshow_dots_thumbnails"]{
        display: none !important;
    }
    #home-top-slider [class*="slideshow_title_text"], #home-top-slider [class*="huge_it_slideshow_description_text"]{
        position: static;
        font-weight: normal;
        width: auto !important;
        display: block;
        padding: 20px !important;       
        font-size: 21px !important;
        line-height: 24px !important;       
        background: #fff !important;
    }
    #home-top-slider [class*="slideshow_title_text"]{
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    #home-top-slider [class*="huge_it_slideshow_description_text"]{
        margin-top: -20px !important;       
    }
    .site-header .wrap{
        padding-left: 20px !important;
        padding-right: 20px !important;     
    }
    .header-image .title-area{
        left: 20px;
    }
    #mobile-genesis-nav-primary{
        padding-right: 0;
    }
    .header-links{
        right: 120px;
    }
    .home-facebook-box {
        margin-bottom: 30px;
    }

}
@media (min-width: 901px) and (max-width: 1200px){
    #menu-top-nav > li > a {
        font-size: 0.85em;
     }  
}
@media (max-width: 480px){
    .header-links{
        width: 80px;
    }
    #mobile-menu-icon-box, #search-3{
        padding: 0 7px;
    }
    .header-image .site-title a {
      height: 38px !important;
      width: 95px !important;
    }   
}

/* CIVI CRM Style Start */

.crm-container input[type="radio"], .crm-container input[type="checkbox"]{
    width: auto;
}
.crm-container .content{
    float: none;
    width: auto;
}
.crm-container input[type="text"], 
.crm-container input[type="password"], 
.crm-container input[type="email"], 
.crm-container select{
    box-sizing: border-box;
    height: auto !important;
    display: block;
    background: #efefef !important;
    border: none !important;
    color: #34393e;
    font-size: 14px !important;
    padding: 16px !important;
    border-radius: 0 !important;
}
.crm-container input[type="text"], 
.crm-container input[type="password"], 
.crm-container input[type="email"], 
.crm-container select,
.select2-container{
    width: 17em !important;
}

.wpcf7-form-control input[type="radio"], .wpcf7-form-control input[type="checkbox"]{
    width: auto;    
}
.g-recaptcha{
    margin-bottom: 26px;
}
.widget_text .crm-container .content{
    float: right;
    width: 100%;
}
.crm-container .crm-section .label{
    float: none !important;
    width: 100% !important;
    text-align: left !important;
}
.crm-container .crm-section .content{
    font-size: 18px !important;
    font-weight: 300 !important;
    margin-left: 0 !important;
}

div.crm-container label{
    font-weight: 300 !important;
    font-size: 18px !important; 
}
.crm-container .crm-section{
    margin-bottom: 26px !important;
}
#crm-submit-buttons{
    margin-top: 0 !important;
}
.crm-container .cvv2-icon{
    margin-top: 10px !important;
}
.crm-container .crm-marker{
    color: #666 !important;
    font-weight: 300 !important;
}
.crm-container.crm-public .select2-container .select2-choice {
  padding: 10px !important;
  min-height: 50px;
}
.crm-button .crm-i{
    display: none;
}
.crm-button{
    border: none !important;
    background: none !important;
}
.crm-button input[type="submit"], .wpcf7-submit {
  background: #ff0000 !important;
  border-bottom: 4px solid #D53410 !important;
  border-radius: 3px !important;
  color: #fff !important;
  padding: 8px 20px !important;
  text-transform: none !important;
  text-shadow: none !important;
  font-size: 15px !important;
  font-weight: 300 !important;
}
.crm-button input[type="submit"]:hover, .wpcf7-submit:hover {
	background: #ff5252 !important;
}
div.crm-submit-buttons a.cancel {
	display:none !important;
}
.recaptcha_label {
	display:none;
}
/* CIVI CRM Style End */

.flexslider .slide-excerpt .slide-excerpt-border{
    color: #ff0000 !important;
    position: static !important;
    width: auto !important;
}
.flexslider .slide-excerpt .slide-excerpt-border p{
    padding: 0 !important;
}
.flexslider .slide-excerpt h2{
    color: #565656 !important;
    font-weight: bold;
    margin-bottom: 15px;
}
.flexslider .slide-excerpt{
    padding: 10px;
    background: #fff;
}

.flex-control-nav li a{
    background-image: none !important;
    background-color: #EFEFEF !important;
    box-shadow: unset !important;
    border-radius: 50%;
    height: 15px !important;
    width: 15px !important;
    margin: 0 5px !important;
}
.flex-control-nav li a.flex-active, .flex-control-nav li a:hover{
    background-color: #ff0000 !important;
}
@media(min-width:901px){
    .flexslider .slide-excerpt .slide-excerpt-border{
        font-size: 32px !important;
        line-height: 44px;
    }
    .flexslider .slide-excerpt h2{
        font-size: 32px !important;
        margin-bottom: 15px;
    }

    .flexslider .slide-excerpt{
        width: 40%;
        left: 5% !important;
        top: 10%;
        right: auto !important;
        bottom: auto;
    }
}

@media(max-width:900px){
    .flexslider .slide-excerpt{
        position: static;
    }
    .flexslider .slide-excerpt .slide-excerpt-border{
        font-size: 22px !important;
        line-height: 26px;
    }
    .flexslider .slide-excerpt h2{
        font-size: 22px !important;
        margin-bottom: 15px;
    }
    .flexslider .slides > li{
        display: flex !important;
        flex-direction: column-reverse;
        overflow: hidden !important;
    }
    .cu-row-image-box{
      height: 0;
      overflow: hidden;
      padding: 0 0 66.25%;
      position: relative;
    }
    .cu-row-image-box a[class*="cu-row"]{
        position: absolute;
        top:0;      
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;       
    }
    #home-row5{
        padding-top: 12%;
        padding-bottom: 12%;
    }
}

/* Hide the print icon from all crm pages start */
#crm-container div#printer-friendly {
 display: none;
}
/* Hide the print icon from all crm pages end */

/* Gallery Style Start */
a[class*="bwg_album"]{
    border: 1px solid #e9eaed !important;   
    margin: 1px !important;
    display: inline-block !important; 
}
a[class*="bwg_album"] > [class*="bwg_album_thumb"] > [class*="bwg_album_thumb_spun"]{
    margin: 0 !important;
}
[class*="bwg_album_thumb_spun"] {
  height: auto !important;
  transform: unset !important;
  vertical-align: top !important;
}
[class*="bwg_album"] [class*="bwg_title_spun"]{
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    padding: 5px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-align: left !important;
    font-family: inherit !important;
    display: block !important;
    text-shadow: none !important;
    color: #212021 !important;
    width: auto !important;
}
a[class*="bwg_album"]:hover [class*="bwg_album"] [class*="bwg_title_spun"]{
    color: #42494a !important;
} 
a[class*="bwg_lightbox"]{
	/* border: 1px solid #e9eaed !important;	
	margin: 4px !important; */
	margin: 2px !important; 
    display: inline-block !important; 
}
[class*="bwg_standart_thumb_spun"] {
  transform: unset !important;
  margin: 0 !important;
}

.home-top-news {
    color: #fff;
}
.page-content{
    background: #efefef;
    text-align: center;
}
.page-content p:last-child{
    margin-bottom: 0;
}

/* Gallery Style End */

/* Slider Style Start */

#home-top-slider .metaslider {
  line-height: 0;
}

ul.flex-direction-nav li .flex-prev:after {
    content: "\f053";
    left: 10px;
    text-align: left;
}
ul.flex-direction-nav li .flex-next:after {
    content: "\f054";
    right: 10px;
    text-align: right;
}
.flexslider .slides > li {
  flex-direction: column;
}
.metaslider > div, .metaslider .flexslider {
  background: #fff !important;  
  margin-bottom: 0 !important;
}
.metaslider .caption {
  padding: 10px 15px !important;
}
.metaslider .caption p:last-child{
    margin-bottom: 0;
}
.metaslider .caption-wrap {
    background-color: #fff !important;
    position: static !important;
    width: auto !important;
    top: auto !important;   
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    color: inherit !important;  
    opacity: 1 !important;
	line-height: 1.4em !important;
}

.metaslider .ms-image > a{
    display: block;
}

ol.flex-control-nav{
    display: none;
}
@media only screen and (min-width: 901px) {
    .metaslider > div, .metaslider .flexslider {
      background: transparent !important;  
    }
    .metaslider .caption-wrap {
      position: absolute !important;        
      top: 10% !important;    
      right: auto !important;
      bottom: auto !important;
      left: 5% !important;
      width: 40% !important;
    }
    ol.flex-control-nav {
      display: block;
      margin-bottom: 10px;
    }   
}

/* Slider Style End */

/* Inner page parallax height auto increase start for devise width more than 1320 */

@media only screen and (min-width: 1320px) {
	.before-content {
	  height: 0;
	  min-height: inherit;
	  overflow: hidden;
	  padding: 0 0 42.5%;
	}
}	

/* Inner page parallax height auto increase end for devise width more than 1320 */

/* Custom Changes End */

/* Google ReCAPTIA Size Correction */

#rc-imageselect, .g-recaptcha {
transform:scale(0.8);
-webkit-transform:scale(0.8);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

div.wpcf7 .wpcf7-recaptcha .rc-anchor-checkbox-label iframe {
font-size: 17px !important;
}

/* Google ReCAPTIA Size Correction End */

h2.tribe-events-page-title {
    font-size: 48px !important;
    font-weight: 300 !important;
    text-align: left !important;
}

/* Slider arrow bug fix start */

.metaslider .flex-control-nav{
	bottom: 25px !important;
}

.metaslider .flexslider .flex-direction-nav li a{
	width: 45px !important;
	height: 45px !important;	
	text-indent:0 !important;	
}

/* Slider arrow bug fix end */
/*  AQ:AK 04April2018 fix Civicrm upgraded in css and change style of pages start */ 

.crm-container .crm-form-block {
  font-size: inherit !important;
  background-color: transparent !important; 
}

/*  AQ:AK 04April2018 fix Civicrm upgraded in css and change style of pages end */ 

html[lang="en-US"]{
    margin-top: 0 !important;

}
#wpadminbar{
    display: none !important;
}

 table.alternate tr:nth-child(odd) {
 background-color:#f5f5f5;
}
 table.alternate tr:nth-child(2n) {
 background-color:#fff;
}
table.alternate td, table.standard td {
	border-bottom:1px solid #e5e5e5;
}
table.setborder td {
	border:1px solid #e5e5e5;
}
.nobtmmargin {
	margin-bottom: 0 !important;
}

/*  GBOF Logo Tag */ 

.header-tag-line{
	display: none;
}
@media only screen and (min-width: 1173px) {
	.header-tag-line{
		display: block;		
		margin: 10px 0 0 45px;
	}
}

/*Start custom css for photo gallery*/
#bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item0:hover{transform:none !important;}
.bwg-title1 {padding: 5px;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2{color: #212021 !important; font-size: 12px !important; font-family: arial !important; font-weight: normal !important;
text-decoration: underline !important; text-align: left !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails{margin: 0 !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails, #bwg_container1_0 #bwg_container2_0 .bwg-container-0{width:100% !important; margin-left: 0 !important; margin-right: 0 !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item {width: auto !important; max-width: auto !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item, #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item{margin: 1px !important;     margin: 4px !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item0{padding: 0 !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails{ justify-content: left !important; justify-content: left !important;
    padding-left: 0 !important;
    padding-top: 0 !important;} 
#bwg_container1_0 #bwg_container2_0 .bwg-container-0{justify-content: left !important;}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-item, #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item{max-width: 214px !important; width: 214px !important;}   
/*End custom css for photo gallery*/

/* 181016 Trive Events Fix Start */

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
    line-height: 1.625 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#tribe-events-pg-template .tribe-events-content ol, #tribe-events-pg-template .tribe-events-content ul {
    margin-left: 40px;
    margin-bottom: 26px;
}
#tribe-events-pg-template .tribe-events-content ul > li, #tribe-events-pg-template .tribe-events-content ol > li {
    list-style-type: disc !important;
}

/* 181016 Trive Events Fix End */

/* 200723 Social Media Share Icon Fix Start */

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook {
    border-color: #ff4747 !important;
    background: #ff4747 !important;
    color: #fff !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover {
    opacity: 0.8 !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter {
    border-color: #ff5b5b !important;
    background: #ff5b5b !important;
    color: #fff !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover {
    opacity: 0.8 !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest {
    border-color: #ff6a6a !important;
    background: #ff6a6a !important;
    color: #fff !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover {
    opacity: 0.8 !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin {
    border-color: #ff6565 !important;
    background: #ff6565 !important;
    color: #fff !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover {
    opacity: 0.8 !important;
}

/* 200723 Social Media Share Icon Fix End */


/* Crm Buttom Style Css Start Here */

.crm-submit-buttons{padding:0 !important;}

.crm-submit-buttons button.crm-button {
    background: #ff0000 !important;
    border-bottom: 4px solid #D53410 !important;
    border-radius: 3px !important;
    color: #fff !important;
    padding: 8px 20px !important;
    text-transform: none !important;
    text-shadow: none !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}

.crm-container .crm-submit-buttons{
    height: auto !important;
    margin: 0 0 15px 0 !important;
    display: inline-block !important;
}

.home-event-box .crm-container span.crm-button {
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
}
.home-event-box .crm-submit-buttons{width:100%;}
/* Crm Buttom Style Css End Here */