/* # Genesis Framework
Theme Name: Bubbles / Brooklyn
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: Genesis Child Theme  
Author: Brighter Vision  
Author URI: http://www.brightervision.com/  
Template:     genesis
Text Domain:  bubbles / brooklyn

Version: 3.3.0

Copyright -- The copyright to this child theme belongs to Brighter Vision Web Solutions, Inc. and is only for use by Brighter Vision customers.

*/
/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/
/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # Imports
---------------------------------------------------------------------------------------------------- */
@import url("fonts/stylesheet.css");
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lora|Istok+Web|Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Lato);

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

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

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #333
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -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: block
}

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
}


/* # HR Styling
---------------------------------------------------------------------------------------------------- */

hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #73c6c4 inset;
}

/* # End HR Styling
---------------------------------------------------------------------------------------------------- */

/* ## Box Sizing
--------------------------------------------- */

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


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

.lasso--controls__right {
    text-align: left !important;
}

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

body {
    background-color: #f5f5f5;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
    font-weight: normal;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -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;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #26808d;
    text-decoration: none;
}

a:hover {
    color: #000;
}

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

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

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

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

blockquote {
    margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00988d;
    font-family: helvetica neue;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -1px;
    font-weight: 300;
}

h1 {
    margin-bottom: 20px;
    font-size: 42px;
    /*letter-spacing:10px;*/
}

h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

h6 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #444;
    font-weight: normal;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    cursor: pointer;
    padding: 12px 25px;
    background-color: #8cc63f;
    text-shadow: 1px 1px rgba(0, 0, 0, .3);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    font: 300 16px; /*text-transform: uppercase;*/
    border: none;
    letter-spacing: 1px;
}

input[type="submit"].btn:focus, #respond input[type="submit"]:focus {
    border: none !important;
    outline: 0 !important;
}

.btn:hover, #respond input[type="submit"]:hover, .button:hover, input[type="submit"]:hover {
    background-color: #00988d !important;
    color: #fff !important;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


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

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

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

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

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

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

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

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

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

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

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

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

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


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

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

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

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

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

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

.breadcrumb {
    background: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 30px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0;
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

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

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

.widget-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.footer-widgets .widget-title {
    color: #fff;
}

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

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

a.alignnone {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}


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

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

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

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

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

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
}


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

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

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

.sidebar .widget.enews-widget {
    background-color: #333;
}

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

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

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

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

.enews form + p {
    margin-top: 24px;
}

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

#wpstats {
    display: none;
}


#quote {

    border: 1px solid #000;
}


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

.title-area {
    float: left;
    padding: 10px 0;
    width: 360px;
}

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

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.header-image .site-title > a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    max-width: 100%;
    width: 653px;
    height: 174px;
    background-size: 100%;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

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

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

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


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

.genesis-nav-menu {
    clear: both;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0;
    float: right;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    float: left;
}

.genesis-nav-menu a {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    display: block;
    padding: 30px 24px;
}

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

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

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    /*font-size: 14px;*/
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -33px 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 {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

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

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

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

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

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

.nav-secondary {
    background-color: #fff;
}


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

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

.entry {
    margin-bottom: 35px;
    padding: 0;
}

.content .entry {
}

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

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

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

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

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

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

p.entry-meta {
    font-size: 16px;
    margin-bottom: 10px !important;
}

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

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}

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

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

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

.pagination {
    clear: both;
    margin: 10px 0;
    margin-left: -45px;
}

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

.archive-pagination li {
    display: inline;
}

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

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

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

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

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

.entry-comments {
    padding: 40px;
}

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

li.comment {
    border-right: none;
}

.comment-content {
    clear: both;
}

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

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

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

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

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

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

.bypostauthor {
}

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


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

.sidebar {
    font-size: 16px;
}

.sidebar li {
}

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

.sidebar .widget {
    margin-bottom: 40px;
    padding: 40px;
}


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

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

    .site-inner,
    .wrap {
        max-width: 960px;
    }

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

    .content,
    .site-header .widget-area {
        width: 620px;
    }

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

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

}

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

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .header-image .title-area {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

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

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

}

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

    body {
        font-size: 16px;
    }

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

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

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

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

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

}


/* THEME CHILD CSS OVERWRITES  */
.clr {
    float: none;
    clear: both;
}

.fitrow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 1200px !important;
    max-width: 100% !important;
}

.pad0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pad1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pad2 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.vpad0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padtop0 {
    padding-top: 0px !important;
}

.padtop1 {
    padding-top: 10px !important;
}

.padtop2 {
    padding-top: 20px !important;
}

.padtop3 {
    padding-top: 30px !important;
}

.padtop4 {
    padding-top: 40px !important;
}

.padbottom1 {
    padding-bottom: 10px !important;
}

.padbottom2 {
    padding-bottom: 20px !important;
}

.padbottom3 {
    padding-bottom: 30px !important;
}

.padleft0 {
    padding-left: 0px !important;
}

.padleft1 {
    padding-left: 10px !important;
}

.padleft2 {
    padding-left: 20px !important;
}

.bottom0 {
    margin-bottom: 0px !important;
}

.bottom1 {
    margin-bottom: 10px !important;
}

.bottom2 {
    margin-bottom: 20px !important;
}

.bottom3 {
    margin-bottom: 30px !important;
}

.bottom4 {
    margin-bottom: 40px !important;
}

.top0 {
    margin-top: 0px !important;
}

.top1 {
    margin-top: 10px !important;
}

.top2 {
    margin-top: 20px !important;
}

.top3 {
    margin-top: 30px !important;
}

.right0 {
    margin-right: 0 !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

img {
    max-width: 100%;
}

.text-gray {
    color: #a5acaf !important;
}

.text-pink {
    color: #d65aa0 !important;
}

.text-red {
    color: #BB4343 !important;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.listnone {
    list-style: none;
}

.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    color: #000;
}

a, .button, button, #homeslider .bx-wrapper .bx-controls-direction a:before, .more-link {
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

#featuredlink a,
.bgfade, .btn, #boxlinks li a, #respond input[type="submit"], .more-link, #sociallinks a, .button {
    -webkit-transition-property: background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    -ms-transition-property: background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease;
}

a .post-image, a .post-image,
.hoverfade a img, a.imgboxleft img, a.imgboxright img, a.imgbox img {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid transparent;
}

a.imgboxleft img, a.imgboxright img, a.imgbox img {
    border: none
}

a:hover .post-image, a:hover.post-image,
.hoverfade a img:hover, a.imgboxleft:hover img, a.imgboxright:hover img, a.imgbox:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}

.grouptext {
    display: inline-block;
}

a {
    color: #f05924;
}

a:focus {
    text-decoration: none !important;
}

body {
    background: #fff;
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #545454;

}

p {
    margin-bottom: 20px;
}

input[type="text"], input[type="password"],
input[type="email"], input[type="search"],
input[type="url"], input[type="tel"],
select, textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #505053;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 10px;
    width: 100%;
    height: 33px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

input:focus, textarea:focus {
    border: 1px solid #aaa;
}

textarea {
    height: 120px;
}

.nobr {
    display: none !important
}

.nopbr br {
    display: none !important
}

.nopbr p, .nop p {
    margin-bottom: 0 !important
}

.text-block {
    display: block !important;
}

.site-inner {
    width: 1030px;
    max-width: 100%;
    padding-top: 0;
}

.wrap {
    width: 1030px;
    max-width: 100%;
}

/* New Changes to Split Header */


div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #1a698b !important;
    border-radius: 10px;
    color: #fff !important;
    font-size: 1em;
    padding: 10px 15px;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #01988b !important;
    color: #fff !important;
}

.g-recaptcha {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.entry {
}

.content {
    width: 70.5%;
    padding: 60px 15px 30px;
}

.sidebar {
    float: right;
    width: 29.5%;
    padding: 25px 15px 20px;
}

.content-sidebar .sidebar,
.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar {
}

.content-sidebar .content {
    padding: 60px 15px 30px;
}

.content-sidebar-wrap {
    width: 1030px;
    margin: auto;
    display: block;
    padding-top: 0;
    max-width: 100%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    width: 77%;
}

.content-sidebar-sidebar .sidebar {
    width: 23%;
}

.content-sidebar-sidebar .content-sidebar-wrap .content {
    width: 73%;
}

.content-sidebar-sidebar .content-sidebar-wrap .sidebar {
    width: 27%;
}

.sidebar-content-sidebar .site-inner > .sidebar {
}

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 990px;
    max-width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap {
    width: 77%;
}

.sidebar-content-sidebar .sidebar {
    width: 23%;
}

.sidebar-content-sidebar .content-sidebar-wrap .content {
    width: 73%;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar {
    width: 27%;
}

.sidebar-sidebar-content .site-inner > .sidebar {
}

.sidebar-sidebar-content .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 990px;
    max-width: 100%;
}

.sidebar-sidebar-content .content-sidebar-wrap {
    width: 77%;
}

.sidebar-sidebar-content .sidebar {
    width: 23%;
}

.sidebar-sidebar-content .content-sidebar-wrap .content {
    width: 73%;
}

.sidebar-sidebar-content .content-sidebar-wrap .sidebar {
    width: 27%;
}

.sidebar-sidebar-content .content,
.sidebar-content .content {
    padding-right: 15px;
    padding-left: 20px;
}

.content-sidebar-sidebar .sidebar-secondary {
    padding-left: 20px;
}

.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary {
    padding-right: 20px;
}

.sidebar .widget {
    margin-bottom: 25px;
    padding: 0;
}

.sidebar .widget p {
    margin-bottom: 15px;
}

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

.pagetitle, .entry-title {
}

.home .entry-header {
    display: none !important;
}

aside p {
    margin-bottom: 10px;
}

aside {
}

.text-fix {
    font-family: 'Lato', sans-serif;
}

.btn, input[type="submit"].btn, #respond input[type="submit"] {
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    cursor: pointer;
    padding: 12px 25px;
    background-color: #51aad0 !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    text-align: center;
    font: 500 16px 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

input[type="submit"].btn:focus, #respond input[type="submit"]:focus {
    border: none !important;
}

.btn-orange {
    background-color: #6ad9d7 !important;
    text-shadow: 1px 1px rgba(0, 0, 0, .2) !important;
}

.btn:hover, #respond input[type="submit"]:hover {
    background-color: #42568c;
    color: #fff;
}

.btn-orange:hover {
    background-color: #f7a412 !important;
}


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

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

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

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

.title-area {
    width: 75%;
}

.site-header .widget-area .widget {
    padding-left: 15px;
}

.site-header .widget-area {
    width: 35%;
    padding-top: 40px;
    font-size: 19px !important;
    color: #3c6985;
    padding-right: 5px;
}

/* CONTACT FORM */
#footercontactform {
    width: 350px;
    margin: auto;
    margin-bottom: 0;
}

.formcontent {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    float: left;
}

.contentform {
    display: block;
    clear: both;
    float: none;
    width: 400px;
    max-width: 100%;
    margin: 30px 0;
}

.formfield {
    display: block;
    margin-bottom: 12px;
}

.formlabel {
    display: block;
    margin-bottom: 3px;
}

.inputfield {
    display: block;
    margin-bottom: 7px;
}

.formnote {
    display: block;
    margin: 20px 0;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}

.inputfield input, .inputfield select, .inputfield textarea {
    display: block;
    width: 100% !important;
    height: 32px;
}

.inputfield textarea {
    height: 100px;
}

.formbutton {
    text-align: right;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    clear: both;
    float: left;
}

.formbutton .btn {
    margin-bottom: 5px;
    float: right;
}


/* END CONTACT FORM*/


/* CONTACT FORM 7 */
div.wpcf7-validation-errors {
    color: #BB4343;
    background-color: #F8E7E7;
    border: 1px solid #B34949 !important;
    font-size: 14px;
}

div.wpcf7-mail-sent-ok {
    color: #036605;
    background-color: #EAF7E5;
    width: 99%;
    border: 1px solid #468847 !important;
}

.wpcf7-response-output.wpcf7-display-none {
    padding: 0 !important;
    display: block !important;
    margin: 0;
}

div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 10px !important;
    width: 99%;
    display: inline-block !important;
    text-shadow: rgba(255, 255, 255, 0.701961) 0px 1px 0px;
    margin-top: 15px !important;
    text-align: center;
    line-height: 1.3;
}

.wpcf7-not-valid-tip {
    text-align: left;
    color: #BB4343 !important;
    font-size: 13px !important;
    padding: 5px 0;
}

div.wpcf7 img.ajax-loader {
    margin-right: 7px;
    position: relative;
    top: 8px;
}

/* END CONTACT FORM 7 */

#sbcontactform {
    text-align: left;
    float: none;
    margin-bottom: 0;
    margin-top: 15px;
}

#sbcontactform form {
    display: block;
}

#sbcontactform .formfield {
    margin-bottom: 1px;
    width: 100%;
    float: left;
}

#sbcontactform .inputfield {
    margin-bottom: 5px;
    display: inline-block;
    width: 200px;
    max-width: 100%;
    float: left;
}

#sbcontactform .fieldlabel {
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
    min-width: 38px;
    margin-bottom: 5px;
    line-height: 1;
    float: left;
}

#sbcontactform .wpcf7-not-valid-tip {
    line-height: 1.2;
    font-size: 10px !important;
}

#sbcontactform .button {
    margin: 0;
    border: none !important;
    width: 120px;
    padding: 7px 5px 3px;
    max-width: 100%;
    box-shadow: inset 0px 4px 5px rgba(255, 255, 255, .05),
    inset -2px -2px 5px rgba(0, 0, 0, .5),
    inset 4px -5px 5px rgba(255, 255, 255, .1),
    inset 0 2px 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0px 4px 5px rgba(255, 255, 255, .05),
    inset -2px -2px 5px rgba(0, 0, 0, .5),
    inset 4px -5px 5px rgba(255, 255, 255, .1),
    inset 0 2px 5px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 4px 5px rgba(255, 255, 255, .05),
    inset -2px -2px 5px rgba(0, 0, 0, .5),
    inset 4px -5px 5px rgba(255, 255, 255, .1),
    inset 0 2px 5px rgba(255, 255, 255, 0.3);
}

#sbcontactform div.wpcf7-response-output.wpcf7-validation-errors,
#sbcontactform div.wpcf7-response-output.wpcf7-mail-sent-ok {
    font-size: 10px;
    line-height: 1.1;
    padding: 7px 5px !important;
}

#sbcontactform div.wpcf7 img.ajax-loader {
    display: none;
}

#sbcontactform .formbutton {
    float: none;
    margin-bottom: 0;
    text-align: center;
}

#sbcontactform .textareafield {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 10px;
}

#sbcontactform .textareafield .fieldlabel {
    margin-right: 0;
    width: 100%;
}

#sbcontactform .inputfield select,
#sbcontactform .inputfield textarea,
#sbcontactform .inputfield input {
    height: 25px;
    border: none;
    border-radius: 0;
    background: #ebebeb;
    padding: 2px 3px;
    font-size: 10px;
    color: #000;
}

#sbcontactform .textareafield .inputfield {
    width: 100%;
    margin-top: 3px;
}

#sbcontactform .inputfield textarea {
    height: 70px;
}

.pdflist {
    padding-left: 15px !important;
    list-style: none;
}

.pdflist li {
    padding-left: 55px;
    background: url(images/pdficon.gif) left top no-repeat;
    min-height: 45px;
    list-style: none !important;
    margin-bottom: 20px;
    padding-top: 0;
}

hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

.site-header .title-area {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}

#headerleft {
    width: 50%;
    float: left;
    padding-top: 15px;
    padding-bottom: 10px;
}

.nav-primary .genesis-nav-menu .sub-menu {
    padding-top: 10px;
    background: #fff;
    padding-bottom: 10px;
}

.nav-primary .genesis-nav-menu .sub-menu li > a {
    /*letter-spacing: 1px!important;
	font-size: 15px!important;
	text-transform: none!important;*/
    border: none;
    padding: 5px 15px;
}

#headerwrap {
    background-color: #FFF;
}

#topbarwrap {
    border-bottom: 1px solid #ddd;
}

#topbar {
    text-align: right;
}

#topbar a {
    color: #505053;
}

#topmenulinks ul > li.current-menu-item > a,
#topbar a:hover {
    color: #6ad9d7;
}

#topmenulinks {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
}

ul#featuredlink {
    margin-left: 0px;
}

#topmenulinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.1;
}

#topmenulinks ul > li {
    float: left;
    display: inline-block;
    padding: 2px 10px;
}

#sociallinks-top {
}

.sociallinks {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.sociallinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.1;
    font-size: 16px;
}

.sociallinks ul li:first-child {
    padding-left: 0;
}

.sociallinks ul li:last-child {
    padding-right: 0;
}

.sociallinks ul li {
    display: inline-block;
    padding: 2px 8px;
}

.sociallinks ul li a {
    display: inline-block;
}

#headerwrap {
}

#headerwrap .wrap {
    width: 1030px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#sitelogo {
    display: inline-block;
}


#siteinfo {
    display: block;
    font-weight: normal;
    font: italic normal 24px 'Times New Roman';
    margin-top: 10px;
    letter-spacing: 4px;
}

#headerblock {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 5px;
}


.iframeblock {
    width: 100%;
    margin-bottom: 15px;
}

.content ul {
    margin-bottom: 20px;
    margin-left: 45px;
}

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

.bannerimg {
    height: auto;
    width: 100%;
}

#homecontent {
    padding: 0 30px 70px;
}

#homemain {
    margin-top: 30px;
}

#homeheaderphone {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    color: #0AB8B4;
    font-weight: bold;
}

#boxlinks {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    display: block;
    clear: both;
    float: left;
}

#boxlinks li {
    list-style: none;
    float: left;
    text-align: center;
    width: 25%;
    background: #0AB8B4;
}

#boxlinks li a {
    color: #fff;
    padding: 43px 15px 20px;
    display: block;
    min-height: 110px;
    background: #0AB8B4;
}

#boxlinks li.text-2lines a {
    padding-top: 31px;
}

#boxlinks li:nth-child(even) a {
    background: #3596E0;
}

#boxlinks li a:hover {
    background: #9EC581;
}


#biosociallinks {
    display: inline-block;
    padding-left: 0;
}

#biosociallinks li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#biosociallinks a {
    display: inline-block;
}

#biosociallinks img {
    display: inline-block;
    margin: 1px;
}

.page-template-template-homepage-php .content-sidebar-wrap {
    width: 100%;
    margin: auto;
    display: block;
    padding-top: 0;
    max-width: 100%;
}

.page-template-template-homepage-php .content {
    padding: 0;
}

.footer-widgets {
    position: relative;
    overflow: hidden;
}

.page-template-template-homepage-php .footer-widgets:before {
    display: none;
}

#blogpagecontent {
    padding-bottom: 20px;
}

#blogpagecontent {
}

.postimg {
    height: auto;
}

.sidebar ul li a {
    color: #0AB8B4;
}

.sidebar ul li a:hover {
    color: #6ad9d7;
}

.sidebar ul li {
    list-style: disc;
    margin-bottom: 0;
}

.sidebar ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.entry-title a {
    color: #00988d;
}

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

.postmeta {
    display: block;
    color: #999;
    font: normal 10px 'Times New Roman';
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    padding-top: 5px;
}

.postmeta span {
    display: inline-block;
}

.postmeta em {
    text-transform: none;
}

.postentry {
    font-size: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.4;
    width: 100%;
    float: left;
}

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

.postentrytitle {
    font-size: 17px;
    margin-bottom: 17px;
}

.postentrytitle a {
    color: #444;
}

.postentrytitle a:hover {
    color: #9EC581;
}

.postentryexerpt {
}

.postentryexerpt p {
}

.postentrymetalinks {
    display: block;
    color: #999;
    font: normal 12px 'Times New Roman';
    padding-top: 5px;
    letter-spacing: 1px;
}

.postentrymetalinks a {
}

.commentlink:hover {
    color: #9EC581;
}

.commentlink {
    color: #999;
    /*text-transform: uppercase;*/
    margin-right: 2px;
    font-size: 10px;
}

#blogcontainer {
    padding-left: 0;
}

#featuredpost {
    padding-bottom: 30px;
}

.postnav {
    display: block;
    clear: both;
    font-size: 11px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    padding-top: 20px;
}

.postnav a {
    display: inline-block;
}

.postnavnext {
    float: right;
}

.archive .entry-image {
    display: block;
    margin: 0 auto 20px;
}

.archive .content .entry {
    margin-bottom: 35px;
}

.entry-categories {
    display: none !important;
}

.comment-respond, .entry-pings {
    padding: 0;
    padding-top: 20px;
}

#homeslider .rev_slider > ul {
    padding-left: 0;
}

.nav-primary .genesis-nav-menu .sub-menu {
    padding: 0;
    border: none;
}

.nav-primary .genesis-nav-menu .sub-menu li > a:after {
    display: none;
}

.nav-primary .genesis-nav-menu .sub-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 8px 10px !important;
}

#postshare {
    margin-bottom: 15px;
}

#postshare .mr_social_sharing_wrapper .mr_social_sharing_top {
    margin-right: 3px;
}

#postshare .mr_social_sharing_wrapper .mr_social_sharing_top:nth-child(4) {
    margin-top: 7px;
}

#postshare .mr_social_sharing_wrapper .mr_social_sharing_top:first-child {
    margin-left: 0
}

#postshare .linksalpha_link {
    display: none !important;
}

#headerwrap {
    -webkit-transition: top 800ms;
    -moz-transition: top 800ms;
    -o-transition: top 800ms;
    transition: top 800ms;
    top: -70px;
}

#headerwrap.affix {
    position: fixed;
    top: 0px;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 9999;
}

.entry-comments {
    padding: 30px 0 0;
}

.titlestyle {
    color: #0AB8B4;
    padding: 15px 0;
    border: none;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}

.titlestyle h1 {
    margin-bottom: 0;
    display: inline-block;
    background: #fff;
    padding: 0 20px;
}

#phonemobile {
    margin: 10px 0;
    display: none;
}

#phonemobile h1 {
    font-size: 24px;
    font-weight: 800;
}

#phonemobile a {
    display: inline-block;
}

.htimg {
    height: auto;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    margin-bottom: 15px;
}

.htentry {
    margin-bottom: 15px;
}

.htquote, .htquote p, .htauthor {
    margin-bottom: 5px;
}

.htentrycom {
    display: block;
    text-align: center;
    color: #fff;
    background: #5184a6;
    padding: 12px 5px 10px;
    margin-bottom: 0;
}

.htentrycomholder {
    display: block;
    padding: 0 25px;
    margin-bottom: 20px;
    position: relative;
}

.htentrycomholder:before {
    content: ' ';
    border-bottom: 22px solid transparent;
    border-top: 25px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    border-left: transparent;
    border-right: 25px solid #5184a6;
}

.htentrycomholder:after {
    content: ' ';
    border-bottom: 22px solid transparent;
    border-top: 25px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    border-right: transparent;
    border-left: 25px solid #5184a6;
}

.htentrycom sup {
    font: 300 21px 'Times New Roman';
    top: -5px;
    line-height: .5;
}

.htauthor {
    font: 14px 'Times New Roman';
    text-align: right;
    display: block;
    margin-top: 5px;
}

.site-container {
    width: 100%;
    display: block;
    margin: auto;

}

.pagetitle {
    color: #333;
}

#homecontent {
}

#hcmain {
    padding: 0 40px 15px;
}

#homecontent1 {
}

#homecols {
}

.homecolentry {
    position: relative;
    padding-bottom: 15px;
}

#lefthomecol:after {
    content: ' ';
    display: block;
    height: 100%;
    width: 3px;
    background: #ffe5c3;
    position: absolute;
    right: 3px;
    top: -25px;
}

#homecontent2 {
    border-bottom: 3px solid #ffe5c3;
    padding: 2px 20px 15px;
    margin-bottom: 20px;
}

#homecontent2 > p:last-child {
    margin-bottom: 0;
}


.imgboxleft, .imgboxright, .imgbox {
    display: block;
    width: auto;
    margin: auto;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    max-width: 100%;
}

.imgboxtitle {
    display: block;
    position: absolute;
    bottom: -22px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #5184a6;
    font-size: 15px;
    padding: 12px 5px 8px;
}

.imgboxleft .imgboxtitle {
    left: -20px;
    padding-left: 15px;
}

.imgboxleft .imgboxtitle:before {
    content: ' ';
    border-top: 20px solid transparent;
    border-right: 20px solid #335971;
    position: absolute;
    left: 0px;
    top: -20px;
    border-left: transparent;
    border-bottom: transparent;
    display: block;
}

.imgboxleft .imgboxtitle:after {
    content: ' ';
    border-bottom: 22px solid transparent;
    border-top: 23px solid transparent;
    position: absolute;
    right: -24px;
    top: 0;
    border-right: transparent;
    border-left: 24px solid #5184a6;
}

.imgboxright .imgboxtitle {
    right: -20px;
    padding-right: 15px;
}

.imgboxright .imgboxtitle:after {
    content: ' ';
    border-top: 20px solid transparent;
    border-left: 20px solid #335971;
    position: absolute;
    right: 0px;
    top: -20px;
    border-right: transparent;
    border-bottom: transparent;
    display: block;
}

.imgboxright .imgboxtitle:before {
    content: ' ';
    border-bottom: 22px solid transparent;
    border-top: 23px solid transparent;
    position: absolute;
    left: -24px;
    top: 0;
    border-left: transparent;
    border-right: 24px solid #5184a6;
}

.imgboxtitle.text2lines {
    padding: 8px 5px 5px;
    line-height: 1.1;
}

.imgbox {
    padding-right: 20px;
    padding-left: 20px;
}

.imgbox .imgboxtitle:before {
    content: ' ';
    border-top: 20px solid transparent;
    border-right: 20px solid #335971;
    position: absolute;
    left: 0px;
    top: -20px;
    border-left: transparent;
    border-bottom: transparent;
    display: block;
}

.imgbox .imgboxtitle:after {
    content: ' ';
    border-top: 20px solid transparent;
    border-left: 20px solid #335971;
    position: absolute;
    right: 0px;
    top: -20px;
    border-right: transparent;
    border-bottom: transparent;
    display: block;
}

.imgbox .imgboxtitle {
    left: 0;
}

#hscontainer {
    background: #e9e9e9;
}

/* .bx-viewport{
	height:325px;
} */

#homeslider .bx-viewport {
    background: transparent;
    left: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
}

#homeslider {
    width: 800px;
    display: block;
    margin: auto;
    max-width: 100%;
    position: relative;
}

#homeslider .bx-wrapper .bx-controls-direction a {
    border-radius: 0;
    background: #d6d6d6;
    height: 100%;
    top: 0;
    margin: 0;
    width: 60px;
    font-size: 0;
    text-indent: 0;
}

#homeslider .bx-wrapper .bx-prev {
    left: -63px;
}

#homeslider .bx-wrapper .bx-next {
    right: -63px;
}

#homeslider .bx-wrapper .bx-controls-direction a:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    top: 43%;
    color: #eee;
}

#homeslider .bx-wrapper .bx-controls-direction a:hover:before {
    color: #fff;
}

#homeslider .bx-wrapper .bx-prev:before {
    content: "\f053";
}

#homeslider .bx-wrapper .bx-next:before {
    content: "\f054";
}

#homeslider .bx-controls-direction {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

#homeslides {
    margin: 0;
    padding: 0;
}

.hsentry {
    position: relative;
}

.hsimg {
    height: auto;
    width: 100%;
}

.hstext {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 1.6;
    font-size: 13px;
}

.hstext p {
    margin-bottom: 7px;
}

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

.content {
    font-size: 17px;
    line-height: 1.6;
}

.content p {
    margin-bottom: 20px;
}

.postimg {
    height: auto;
    margin: 0 10px 10px 0;
    float: left;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

body.search .entry-content,
body.archive .entry-content,
body.blog .entry-content {
}

body.archive .entry-content p:last-child,
body.blog .entry-content p:last-child {
    margin-bottom: 0;
}

body.archive .entry-content p.entry-meta,
body.blog .entry-content p.entry-meta {
    display: none;
}

body.search .entry-content .post-image,
body.archive .entry-content .post-image,
body.blog .entry-content .post-image {
    width: 180px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin: 0 10px 8px 0;
    max-width: 100%;
}

.entry-content .more-link {
    display: inline-block;
    color: #fff;
    background: #0AB8B4;
    padding: 2px 10px 3px;
}

.ellipsistext {
    display: inline-block;
    position: relative;
    background: #fff;
    margin-left: -4px;
    margin-right: 5px;
}

.more-link:hover {
    background: #12689d;
    color: #fff;
}

.postimg {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 182px;
}

.inlinelist {
    font-weight: bold;
    padding-left: 0 !important;
    list-style: none;
    line-height: 1.2;
    margin-bottom: 20px !important;
}

.inlinelist li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #333;
    margin-bottom: 5px;
}

.inlinelist li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.titlecontainer {
    background: #fff url(images/pagetitle.png) center bottom no-repeat;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
    padding: 13px 15px;
}

.titlecontainer .pagetitle {
    margin-bottom: 0;
    font-size: 18px;
    margin: 30px 0 15px;
}

.pagetitlecol {
}

.headerphone {
    font-size: 24px;
    font-weight: bold;
    color: #0AB8B4;
    margin: 27px 0;
}

#socialshare {
    display: block;
    margin: 40px 0;
    clear: both;
}

/* .home #ctablock {  margin-bottom: 60px;} */
/* Perry Fixes
#sliderblock {margin-bottom:50px;}
*/
/* END */

#sliderblock .bx-viewport {
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: transparent;
    left: 0;
}

#sliderblock .bx-wrapper {
    margin-bottom: 0;
}

#sliderblock .bxslider {
    margin-bottom: 0;
    padding-left: 0;
}

#sliderblock .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent
}

#sliderblock .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    display: block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    border: 3px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#sliderblock .bx-wrapper .bx-pager {
    bottom: 10px;
    z-index: 70;
    padding-top: 0;
}

.msslideholder {
    display: block;
    background: #0AB8B4;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    /* NOT ON OTHER height:425px; */
}

.msimg {
    width: 100%;
    height: auto;
}

/* OLD .mscaption > .container {
	position: relative;
	width: 750px!important;
	overflow: hidden;
}

*/

.mscaption > .container {
    position: relative;
    padding: 0;
}

.mscaption {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

.mstitle {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 10px 15px;
    background-color: transparent;
    background-color: transparent;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px;
    transition: 1s all ease;
    opacity: 0;
    transition-delay: 0.15s;
}

.mstitle.active {
    opacity: 1;
}

.mssubtitle {
    background-color: #9EBC79;
    background-color: rgba(158, 188, 122, 0.85);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
}

.mscaption p {
    margin-bottom: 0 !important;
}

.containerwrap {
    clear: both;
    float: none;
    display: block;
    padding: 0;
}

.wrapbgblue {
    background: #0AB8B4;
    background: url(images/noise_bg1.png) 0 0 repeat, -moz-radial-gradient(center, ellipse farthest-corner, #78beb3 0%, #78beb3 100%);
    background: url(images/noise_bg1.png) 0 0 repeat, -o-radial-gradient(center, ellipse farthest-corner, #78beb3 0%, #78beb3 100%);
    background: url(images/noise_bg1.png) 0 0 repeat, -webkit-radial-gradient(center, ellipse farthest-corner, #78beb3 0%, #78beb3 100%);
    background: url(images/noise_bg1.png) 0 0 repeat, radial-gradient(center, ellipse farthest-corner, #78beb3 0%, #78beb3 100%);
    color: #fff;
}

.wrapbggreen {
    background: #88B263;
    background: url(images/noise_bg2.png) 0 0 repeat, -moz-radial-gradient(center, ellipse farthest-corner, #A3C092 0%, #86B15F 100%);
    background: url(images/noise_bg2.png) 0 0 repeat, -o-radial-gradient(center, ellipse farthest-corner, #A3C092 0%, #86B15F 100%);
    background: url(images/noise_bg2.png) 0 0 repeat, -webkit-radial-gradient(center, ellipse farthest-corner, #A3C092 0%, #86B15F 100%);
    background: url(images/noise_bg2.png) 0 0 repeat, radial-gradient(ellipse farthest-corner at center, #A3C092 0%, #86B15F 100%);
    color: #fff;
}

.wrapbgdark {
    background: #333333;
    color: #fff;
}

.hcwrap {
}

.homecontent {
}

#hcmap iframe {
    height: 350px;
    width: 100%;
}

#hcmap {
    width: 100%;
    padding: 0;
}

.wrapbggreen a {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.wrapbggreen a:hover {
    color: #5E7C43;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.img-th {
    box-shadow: rgb(0, 0, 0) 1px 1px 3px;
    padding: 1px;
}

.titlestyle1 {
    color: #FFF;
    border-color: rgba(255, 255, 255, 0.5);
    padding: 15px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #DBDBDB;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
}

.boxshadow {
    box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
}

.ico-mail, .ico-comment {
    position: relative;
    padding-left: 40px;
    min-height: 33px;
}

.ico-mail:before, .ico-comment:before {
    content: ' ';
    display: block;
    height: 33px;
    width: 33px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/module_icons_white.png) 0 0 no-repeat;
}

.ico-mail:before {
    background-position: 0 -80px;
}

.ico-comment:before {
    background-position: 0 -120px;
}

.titlestyle1.ico-mail, .titlestyle1.ico-comment {
    min-height: 53px;
}

.titlestyle1.ico-mail:before, .titlestyle1.ico-comment:before {
    top: 10px;
}

.listcenter {
    padding-left: 0;
    display: block;
    clear: both;
}

.listcenter li {
    list-style: none !important;
    position: relative;
    margin-bottom: 3px;
}

.listcenter li:before {
    content: "\2022";
    position: absolute;
    margin-left: -13px;
    font-size: 19px;
    top: 4px;
    line-height: 1;
}

#footerblock {
    padding: 30px 15px 40px;
    text-align: center;
}

.footerblockwidget {
    margin-bottom: 15px;
}

#footerblock .footerblockwidget:last-child {
    margin-bottom: 0;
}

#sociallinks {
    display: inline-block;
    margin: 5px;
    padding-left: 0;
}

#sociallinks li {
    display: inline-block;
    list-style: none;
    margin: 1px;
}

#featuredlink li:hover {
    opacity: .7;
}

#sociallinks a {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: #6ad9d7;
    color: #fff;
    text-align: center;
    border-radius: 200px;
    font-size: 24px;
    line-height: 38px;
}

#sociallinks a:hover {
    background-color: #0AB8B4;
}

.footerwidgettitle, .sociallinkswidgettitle {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0;
    letter-spacing: 10px;
    /*text-transform: uppercase;*/
}

#featuredlink {
    padding-left: 0;
    margin-bottom: 0;
    clear: both;
    width: 100%;
    text-align: center;
}

#featuredlink li {
    list-style: none;
    display: inline-block;
    width: 24.5%;
    margin-bottom: 30px;
    padding: 0 5px;
}

span.fltextinner {
    text-shadow: 1px 2px rgba(0, 0, 0, 0);
}

#featuredlink .fltextinner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #BB8844;
    font-family: 'Open Sans', sans-serif;
}

#featuredlink li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 220px;
}

#featuredlink .fltext {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

#featuredlink li:nth-child(4n+1) {
    clear: left;
}

#featuredlink li a:hover {
    background: #a0cfc4;
}

#featuredlink li a {
    width: 200px !important;
    max-width: 100%;
    background: #78beb3;
    color: #fff;
    height: 200px;
    overflow: hidden;
    border-radius: 200px;
    /*text-transform: uppercase;*/
    padding: 10px 30px;
    font-size: 27px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.3;
    position: relative;
}

.pagebanner {
    display: block;
    width: 100%;
    height: 400px;
    background: url(http://basicbubbles.brightervisionsites5.com/wp-content/uploads/2016/09/banner-copy-copy.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid rgba(0, 0, 0, .03);
    position: relative;
}

#ctablock {
    background: #BA8843;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    color: #fff7c2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}

#ctablock .textwidget {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#ctablock .textwidget .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 660px) {
    #ctablock {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    #ctablock .textwidget {
        flex-direction: column;
    }

    #ctablock .textwidget span {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #ctablock .textwidget span {
        font-size: 22px;
    }
}


.ctaheading {
    color: #4F4F4F;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}


.form-allowed-tags {
    background: transparent;
}

.archive .entry .entry-title {
    font-size: 21px;
    letter-spacing: 3px;
}

#sliderblock .bx-viewport {
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: transparent;
    left: 0;
}

#sliderblock .bx-wrapper {
    margin-bottom: 0;
}

#sliderblock .bxslider {
    margin-bottom: 0;
    padding-left: 0;
}

#sliderblock .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent
}

#sliderblock .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    display: block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    border: 3px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#sliderblock .bx-wrapper .bx-pager {
    bottom: 10px;
    z-index: 70;
    padding-top: 0;
}

.msslideholder {
    display: block;
    background: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#sliderblock .bxslider li .msslideholder * {
    z-index: 3;
}

#sliderblock .bxslider li .msslideholder img {
    z-index: 1;
}

.msimg {
    width: 100%;
    height: auto;
}

.mscaption > .container {
    position: relative;
    padding: 0;
}

.mscaption {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.mstitle {
    color: #fff;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
    font-size: 35px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    padding: 0 15px;
    visibility: visible !important;
}

.mscaptioncenter {
    top: 45%;
}

.mscaptionbottom {
    top: initial;
    bottom: 60px;
}


@media only screen and (min-width: 1030px) {
    #featuredlink li a {
        padding: 10px 33px;
        width: 220px !important;
        height: 220px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .nav-primary .genesis-nav-menu > li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 800px) {
    .site-inner, .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

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

@media only screen and (min-width: 768px) {
    .sm-center {
        text-align: center !important;
    }

    .sm-right {
        float: right !important;
    }

    .sm-textleft {
        text-align: left !important;
    }

    .sm-textright {
        text-align: right !important;
    }

    .sm-padtop3 {
        padding-top: 30px !important;
    }

    .sm-textright {
        text-align: right !important;
    }
}

@media only screen and (max-width: 850px) {
    #featuredlink li {
        width: 45%;
    }

    #featuredlink li:nth-child(4n+1) {
        clear: none;
    }

    #featuredlink li:nth-child(odd) {
        clear: left;
    }
}

@media only screen and (min-width: 801px) {
    .selectnav {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .js #menu-main-menu {
        display: none !important;
    }

    /*    .js .selectnav option:last-child{ display: none;}  PERRY REMOVED */
    .js .selectnav {
        display: block;
        background-color: #eee;
        display: inline-block;
        min-width: 200px;
        margin: 8px 0 3px 0;
        padding: 4px 6px;
        font-size: 1em;
        height: 37px;
        cursor: pointer;
        border: 0px;
        background-position: right center;
        background-size: 1030px 48px;
        /*-webkit-appearance: none;*/
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin: auto;
        max-width: 100%;
        text-transform: none;
    }

    .nav-primary {
        padding: 7px 10px;
    }

    .site-header .nav-primary {
        width: 100%;
        margin-bottom: 5px;
    }

    #headerleft {
        width: 100%;
        text-align: center;
        padding: 10px 0 0 !important;
    }

    #sitetitle {
        padding-top: 0;
    }

    .site-header {
        border: none;
		height: 175px!important;
    }
}

@media only screen and (max-width: 767px) {
    .content-sidebar-wrap,
    .content, .sidebar {
        width: 100% !important;
    }

    .xs-pad0, .sidebar-secondary, #headerwrap .wrap, #homecontent2 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

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

    .site-header .widget-area, .title-area {
        width: 100% !important;
    }

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

    .site-header .widget-area {
        padding-top: 0;
        text-align: center;
    }

    .footer-widgets input[type="email"] {
        max-width: 100%;
    }

    #headerwrap .nav-primary {
        width: 100%;
    }

    .footer-widgets .widget-area {
        width: 100% !important;
    }

    #footercontactform {
        width: 100%;
    }

    .sm-textcenter {
        text-align: center !important;
    }

    #footermap {
        margin-bottom: 15px;
    }

    #boxlinks li {
        width: 50%;
    }

    #boxlinks li a {
        min-height: inherit;
        padding: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    #boxlinks li.text-2lines br {
        display: none;
    }

    .xs-row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .xs-row0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .xs-fullwidth {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #blogsidebar {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #blogcontent {
        padding-bottom: 30px;
    }

    #postentries .postentry:after {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #postentries .postentry:nth-last-child(3):after, #postentries .postentry:nth-last-child(2):after {
        display: block;
    }

    #phonemobile {
        display: block;
    }

    .xs-textcenter {
        text-align: center !important;
    }

    #lefthomecol {
        margin-bottom: 25px;
    }

    #lefthomecol:after {
        right: initial;
        height: 3px;
        top: initial;
        bottom: 0;
        width: 100%;
    }

    #footer-right, #footer-left {
        text-align: center;
    }

    .headerphone {
        margin: 0px 0;
    }

    .titlecontainer .pagetitle {
        margin: 20px 0 15px;
    }

    .sm-minheight {
        min-height: 0 !important;
    }

    .mstitle {
        font-size: 18px;
    }

    .mssubtitle {
        font-size: 18px;
    }

    /*.mscaption {
		bottom: initial;
		margin-top: 30px;
		position:relative;
	}*/
    .xs-12 {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        clear: both !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    img.xs-12 {
        width: auto !important;
    }

    /* New Header Changes */
    div#logo {
        margin: auto;
    }

    .header-left {
        width: 100%;
    }

    #sociallinksblock {
        padding-bottom: 27px;
        float: center;
        text-align: center;
        padding-top: 14px;
        /* margin-right: 0.2em; */
        /* margin: auto; */
        width: 400px;
        margin: auto;
    }

    .simple-social-icons {
        display: inline-block;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 620px) {
    #homeslider {
        width: 100%;
    }

    #homeslider .bx-wrapper .bx-controls-direction a {
        width: 30px;
    }

    #homeslider {
        padding-right: 0;
        padding-left: 0;
    }

    #homeslider .bx-wrapper .bx-prev {
        left: 0;
    }

    #homeslider .bx-wrapper .bx-next {
        right: 0;
    }

    .hstext {
        padding: 20px 40px;
    }

    .mstitle {
        font-size: 24px;
    }

    .pagebanner {
        height: 200px;
    }
}

@media only screen and (max-width: 500px) {
    .header-image .site-title > a {
        background-position: top;
        height: 115px;
    }

    .hstext p {
        margin-bottom: 7px !important;
    }

    .hstext {
        line-height: 1.2;
        font-size: 10px;
    }

    .xxs-12 {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        clear: both !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    img.xxs-12 {
        width: auto !important;
    }
}

@media only screen and (max-width: 450px) {
    .footer-widgets .widget-area {
        width: 98% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .pagebanner {
        height: 150px;
    }

    #featuredlink li {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .hstext {
        line-height: 1.2
    }

    body.archive .entry-content .post-image,
    body.blog .entry-content .post-image {
        display: block;
        margin: 0 auto 10px;
        float: none;
    }

    div#logo {
        width: 300px;
    }

    .header-left {
        width: 100% !important;
    }

    #sociallinksblock {
        width: 100% !important;
    }
}

input[type="text"], textarea, select, input[type="email"], input[type="password"] {
    width: 100% !important;
}

.wprss-feed-meta {
    display: none;
}

