/*
    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;
    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: #f26c4f;
    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: #333;
    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: #f26c4f;
    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: #f26c4f;
}
.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}
.comment-reply {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.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: 15px;
    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: #f26c4f;
    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: #f26c4f;
}
.entry-title a:hover {
    color: #666;
}
.widget-title {
    color: #f26c4f;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.sidebar .widget-title a {
    border: none;
}
.archive-title {
    color: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
    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%;
    display: none;
}
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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
}
.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: #f26c4f;
}
.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: #00ac53;
}
.entry-pagination a {
    border-bottom: 1px solid #ddd;
}
/* Post Formats
--------------------------------------------- */
.format-quote .entry-content {
    background-color: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
    content: "\f005";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 7px;
}
.pricing-column h4 {
    color: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
}
.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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
}
.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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
}
.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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
    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: #f26c4f;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0;
}
.home-top-news .entry-title {
    font-size: 16px;
    text-transform: uppercase;
}
.home-top-slider {
    overflow: hidden;
    position: relative;
/*  
    margin-bottom: -124px;
    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: #f26c4f;
    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"], .sidebar .widget input[type="search"] {
    max-width: 135px;
    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: #f26c4f;
    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: #333128;
    color: #cec5ac;
}
.footer-social a {
    color: #cec5ac;
}
.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: #333128;
    color: #cec5ac;
    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: #00ac53 !important;
 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: #ffffff;
 content: "\f0c9";
 display: inline-block;
 font-family: FontAwesome;
 font-size: 22px;
 margin: -4px auto 0;
 padding: 0 10px 0 0;
 vertical-align: middle;
}
 .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: #efefef !important;
    color: #636466;
}
.home-row2 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}
.home-row4, .home-custom-news-row {
    color: #636466;
}
.home-news-event {
    font-size: 14px;
    font-weight: 400;
}
.home-news-event .title {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 2.5em 0 1em;
}
.home-news-event h2 {
    font-size: 18px;
    font-weight: bold;
    color: #636466;
    margin-bottom: 5px;
}
.home-news-event h2 a {
    color: inherit;
}
.home-news-event h2 a:hover {
    color: #00ac53;
}
.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 #00ac53 !important;
    color: #636466 !important;
    font-size: 1em;
    background: none !important;
}
.btn-outline:hover {
    background-color: #00ac53 !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 {
    padding: 400px 0 40px;
    color: #fff;
}
#home-row5 .wrap {
    padding: 0;
}
#home-row5 .btn {
    color: #fff !important;
}
.home-row2, .home-cu-row1, .home-cu-row3, .home-cu-row5 {
    background-color: #00ac53;
    color: #fff;
}
.home-cu-row2, .home-news-event, .home-cu-row6 {
    background-color: #fff;
}
.home-cu-row1 {
    text-align: center;
    font-size: 22px;
}
.home-cu-row1 h3 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 22px;
    font-weight: bold;
    color: inherit;
}
.home-cu-row1 h4 {
    font-size: 22px;
    font-weight: normal;
    color: inherit;
    line-height: 1.4;
}
.home-cu-row2 {
    text-align: center;
}
.home-cu-row2 .mainheadline {
    margin-bottom: 50px;
}
.home-cu-row2 .mainheadline h2 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0;
}
.home-cu-row2 .iconwrapper {
    border: 1px solid #C7C7C7;
}
.home-cu-row2 h3 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}
.home-cu-row4 .mainheadline h2 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0;
}
.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: #00ac53;
    transition: all ease 0.5s;
}
.home-icon-box a:hover .icon {
    background: #00ac53;
    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;
}
.v-content-box {
    padding: 140px 50px 50px;
}
.footer-cu-row-1 {
    padding: 21px 0;
    background: #333128;
    color: #fff;
}
.footer-cu-row-1 .footer-cu-image {
    background: url('/wp-content/themes/kickstart-pro/images/logo.png') no-repeat center left;
    height: 80px;
    width: 106px;
    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;
    font-size: 30px;
}
.social-media a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.footer-links-row {
    background: #333128;
}
.footer-links {
    display: table;
    margin: 0 auto;
    padding: 0;
    line-height: 15px;
}
.footer-links li {
    list-style: none;
    display: inline-block;
}
.footer-links a {
    border-right: 1px solid #5d5d5d;
    padding: 0 15px 0 10px;
    color: #cec5ac;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.footer-links li:last-child a {
    border-right: none;
}
.footer-links a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.site-footer {
    background: #333128;
    color: #cec5ac;
    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: 106px !important;
    height: 80px !important;
    background: url('/wp-content/themes/kickstart-pro/images/logo.png') no-repeat center left transparent !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;
}
.header-btn {
    padding: 5px 20px !important;
    border-radius: 3px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    text-transform: none;
    color: #fff !important;
}
.btn-style-1 {
    background: #00ac53;
    border-bottom-color: #00803E;
}
.btn-style-1:hover {
    background: #00CC63;
}
.btn-style-2 {
    background: #d8c800;
    border-bottom-color: #c1b10c;
}
.btn-style-2:hover {
    background: #ead917;
}
.btn-style-3 {
    background: #00aeef;
    border-bottom-color: #028dc1;
}
.btn-style-3:hover {
    background: #10beff;
}
.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-708 > a > span {
    display: inline-block;
    opacity: 0;
    width: 20px;
}
#menu-item-708 > 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: #00ac53 !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;
}
#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 #00ac53 !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: #00ac53 !important;
    color: #fff !important;
}
#mobile-menu-contact-info .widgettitle {
    display: none;
}
@media(min-width: 900px) {
 .genesis-nav-menu .menu-item {
 background: none !important;
}
 #genesis-nav-primary {
 display: block;
 margin: 0 -40px;
}
 #menu-top-nav {
 display: table;
 width: 100%;
}
 #menu-top-nav > li {
 display: table-cell;
 width: 1%;
 box-sizing: border-box;
 margin: 0;
 position: relative;
 font-size: 100%;
}
 #menu-top-nav > li > a {
 padding: 1em 0;
 font-size: 1em;
 background-color: #00ac53;
 color: #fff;
 text-align: center;
 border-right: 1px solid #00803E;
 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-708 > a {
 border-right: none !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: #00ac53;
}
 .header-fixed .site-header .wrap {
 padding-top: 0 !important;
}
.header-fixed .site-header .title-area {
 position: static;
 left: auto;
 top: auto;
 float: left;
 width: 5%;
}
 .header-fixed .site-header .header-links {
 float: right;
 display: none;
}
 .header-fixed .site-header #genesis-nav-primary {
 float: right;
 width: 96%;
 margin-right: -40px !important;
}
 .header-fixed .header-links .header-link-list li {
 display: block;
 text-align: left;
}
 .header-fixed .site-header .site-title a {
 background-size: contain !important;
 height: 54px !important;
 max-width: 100%;
 width: 72px !important;
}
 .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;
}
 .header-fixed .header-link-list > li > a {
 padding-top: 0;
 padding-bottom: 0;
}
/* Nav Bar Style End */ 
#menu-item-708 > 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: #fff;
 top: 0;
 position: fixed;
}
 body.home {
 padding-top: 0;
}
 body.home .site-header {
 position: relative;
}
 #genesis-nav-primary .subnav-close {
 display: none;
}
 #mobile-menu-contact-info {
 display: none;
}
}
@media(max-width: 1200px) {
 .header-fixed #menu-top-nav > li > a {
 padding-left: 5px;
 padding-right: 5px;
}
 .header-fixed .site-header .site-title a {
 height: 46px !important;
}
 .header-fixed .site-header .title-area {
 width: 7%;
}
}
@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;
}
 .footer-links {
 display: block;
}
 .footer-links li {
 display: block;
 text-align: center;
 margin-bottom: 10px;
}
 .footer-links li:last-child {
 margin-bottom: 0;
}
 .footer-links 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 {
 background-size: contain !important;
 height: 48px !important;
 min-height: inherit;
 width: 61px !important;
}
 #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: 71px;
}
 #genesis-nav-primary {
 margin-top: 50px;
 padding-bottom: 0;
}
 #menu-item-708 {
 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 .header-link-item {
 margin: 0 15px 8px;
}
 #menu-top-nav .header-btn {
 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: #ffffff;
 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: #ffffff !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 {
 background-position: center 0 !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;
}
}
@media (min-width: 900px) and (max-width: 1200px) {
    body.header-fixed {
        padding-top: 142px;
    }   
     #menu-top-nav > li > a {
     font-size: 0.85em;
    }
}
@media (min-width: 1201px){
    body.header-fixed {
        padding-top: 150px;
    }   
}
@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: #00ac53 !important;
    border-bottom: 4px solid #00803E !important;
    border-radius: 3px !important;
    color: #fff !important;
    padding: 5px 20px !important;
    text-transform: none !important;
    text-shadow: none !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 24px;
}
.crm-button input[type="submit"]:hover, .wpcf7-submit:hover {
    background: #00ac53 !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: #00ac53 !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;
    border-radius: 50%;
    height: 15px !important;
    width: 15px !important;
    box-shadow: unset !important;
}
.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
    background-color: #00ac53 !important;
}
@media(min-width:900px) {
 .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 */
.mainheadline h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 45px;
    color: inherit;
}
.aboutusleft {
    float: left;
    margin-right: 15px;
    text-align: center;
}
.eventstext {
    margin-bottom: 35px;
}
.eventstext h4 {
    color: inherit;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3px;
}
.home-cu-row5 .btn-donation {
    margin-top: 30px;
}
.btn-donation a:link {
    background: #fff none repeat scroll 0 0;
    color: #00ac53;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 17px 20px 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.btn-donation a:hover {
    opacity: 0.9;
}
.btn-donation i {
    font-size: 30px;
    margin-bottom: 12px;
    transition: all 0.3s ease 0s;
}
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive-16by9 {
    padding-bottom: 42%;
}
.embed-responsive .embed-responsive-item {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-address-box {
    margin-bottom: 25px;
}
.address {
    text-align: center;
}
.address i {
    border: 1px solid #C7C7C7;
    color: #00ac53;
    font-size: 35px;
    height: 66px;
    margin: 0 auto 27px;
    padding-top: 15px;
    width: 66px;
}
.address h4 {
    font-size: 27px;
    margin-bottom: 22px;
    font-weight: bold;
}
.address p {
    font-size: 14px;
    font-weight: bold;
}
.home-cu-row3 .widget-title {
    color: inherit;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 22px;
}
.tribe-event-title {
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    color: inherit;
}
.tribe-event-title a {
    color: inherit;
}
.tribe-events-widget-link a {
    color: inherit;
}
/* 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 {
    margin-bottom: 0 !important;
    background-color: #fff !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: 900px) {
    .metaslider > div, .metaslider .flexslider {
        background-color: 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 icrease 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 */
.header-tag-line{
    display: none;
}
@media only screen and (min-width: 1100px) {
    .header-tag-line{
        display: block;     
        margin: -8px 0 0 125px;
    }
}
/* 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 */
/*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*/
.crm-section.event_description-section img{height:373px  !important;}
@media only screen and (max-width:800px) {
.crm-section.event_description-section img{width:100% !important; height:auto !important;}
}
/* 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 */
.crm-container .crm-section {
    color: #333 !important;
    font-size: 18px !important;
}
.crm-container .description {
	color: #333 !important;
    font-size: 18px !important;
}
/* 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: #0eba61 !important;
    background: #0eba61 !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: #1cc86f !important;
    background: #1cc86f !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: #27d37a !important;
    background: #27d37a !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: #23cf76 !important;
    background: #23cf76 !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: #00ac53 !important;
    border-bottom: 4px solid #00803E !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 */