/*
    Theme Name: Cha 2017
    Description: Custom Design for IDW
    Author: Infinity Dental Web
    Author URI: http://www.infinitydentalweb.com/
    Version: 2.0.1

	Tags:

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/



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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing: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,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

html {
	font-size: 62.5%; /* 10px browser default */
    overflow-x: hidden;
}

body {
	/* // background-color: #fff; */
    background-color: #f0f0f0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

.home {
    background-color: #ffffff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #7B6781;
	text-decoration: none;
    font-weight: 600;
}

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

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
    position: relative;
}

strong {
	font-weight: 600;
}

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

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

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	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: #8B7691;
    font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

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

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

img {
	height: auto;
	
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	/* width: 100%; */
}

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

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

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

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

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

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

.button {
    border-radius: 3px;
    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;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

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


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

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

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

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

.home .site-inner {
    max-width: 100%;
    padding: 0;
}

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

/* Content */

.content {
	float: right;
	width: 680px;
}

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

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

/* Primary Sidebar */

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

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

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 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
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

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

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

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

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	color: #8B7691;
	letter-spacing: 2px;
}




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

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

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

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

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


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

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

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

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

div.gform_wrapper .gfield_required {
    color: #f15123;
}

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

.site-header {
    background-color: #fff;
}

.site-header .wrap {
    padding: 0;
}

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

.title-area {
    float: left;
    font-weight: 700;
    padding: 16px 0;
    padding: 1.6rem 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

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

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

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


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

.genesis-nav-menu {
    clear: both;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.genesis-nav-menu ul {
    list-style-type: none;
}

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

.genesis-nav-menu a {
    border: none;
    color: #7B6781;
    display: block;
    padding: 10px 15px;
    position: relative;
}

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

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

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

.genesis-nav-menu > .menu-item > a:hover {
    color: #999999;
}

.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: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
    text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

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

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


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

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

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: transparent;
    padding: 5px 0;

}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
    color: #7b6781;
}

.nav-primary .sub-menu a:hover {
    color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

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

.nav-secondary .genesis-nav-menu {
    display: block;
    margin-top: 16px;
    margin-top: 1.6rem;
}

.nav-secondary .genesis-nav-menu li {
    display: inline-block;
}

.nav-secondary .genesis-nav-menu a {
    color: #959da4;
}


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

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

.entry {
	background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem;
}

.entry-content {
    position: relative;
}

.entry-content a {
    color: #7b6781;
    font-weight: bold;
}

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

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

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

ul {
    list-style-type: none;
}

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

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

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

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

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

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.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;
	padding: 0.8rem 1.2rem;
}

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

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

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

.sidebar {
	color: #999;
}

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

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

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

.sidebar .widget {
    background-color: transparent;
    border-radius: 3px;
    margin:  0 10px 40px;
    padding: 0;

}

#search-2 .widget-wrap,
#recent-posts-2 .widget-wrap,
#categories-2 .widget-wrap,
#archives-3 .widget-wrap {
	padding: 50px 10%;
	background-color: #7B6781;
	color: #ffffff;
}

#search-2 .widget-title,
#recent-posts-2 .widget-title,
#categories-2 .widget-title,
#archives-3 .widget-title, 
#search-2 li a,
#recent-posts-2 li a,
#categories-2 li a,
#archives-3 li a {
	color: #ffffff;
}

#search-2 li a,
#recent-posts-2 li a,
#categories-2 li a,
#archives-3 li a {
	font-weight: 200;
	letter-spacing: 2px;
}


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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

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

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

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

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

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

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

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

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


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

.site-footer {
    background-color: #fff;
    color: #7B6781;
    font-size: 14px;
    padding: 75px 0;
    text-align: center;
}

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

#idw-footer h2, h3, h4, h5{
    color: #7B6781;
    text-transform: uppercase;
}

#idw-footer h2 {
    font-family: Serif;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 0;
}

#idw-footer h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 5px 0;
}

#idw-footer a {
    color: #7b6781;
}

#footer-info-con {
    display: flex;
    justify-content: space-around;
    text-align: left;
    margin: 75px 0;
}

.info-blocks h5 {
    font-size: 20px;
}

.info-blocks p {
    font-size: 14px;
}

#idw-footer .nav-secondary {
    background-color: transparent;
    margin: 35px 0;
}

#idw-footer .nav-secondary a {
    color: #7b6781;
    letter-spacing: 2px;
}

#idw-footer .nav-secondary a:hover {
    color: #999999;
}

#footer-hr {
    background-color: #8B7691;
    opacity: .3;
    height: 1px;
    margin: 25px 0;
}

#footer-social-con,
#footer-reviews-con {
    margin: 20px 0 35px 0;
}

#footer-social-con a,
#footer-reviews-con a {
    color: #7b6781;
    margin: 0 10px;
}

#footer-social-con a:hover,
#footer-reviews-con a:hover {
    color: #999999;
}

#footer-logo {
    max-width: 650px;
    margin: 0 auto;
}

#footer-links {
	display: flex;
	justify-content: space-evenly;
	width: 50%;
	margin: 0 auto;
}


/*-----------------------------------IDW CSS-------------------------------------------*/

.hide-for-desktop {
	display: none;
}

ul.social {
    list-style: none;
    overflow: auto;
}

ul.social li {
    margin: 20px;
    margin: 2rem;
    display: inline-block;
}

.idw-menubar {
    position: absolute;
}

#header-topper {
    /*float: left;*/
    /*width: 100%;*/
    /*background-color: transparent;*/
    /*position: fixed;*/
}

.header-top-con {
    max-width: 1650px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid rgba(123, 103, 129, .25);
    margin: 0px auto 0;
    padding: 20px;
}

#header-numbers {
    margin: 10px 0 0;
}

#number-con {
    color: #7B6781;
    display: inline-block;
}

#header-text{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #7B6781;
	text-align: center;
	letter-spacing: 3px;
    max-width: 650px;
    margin-top: 15px;
}
#header-text-p1{
	font-size: 40px;
	font-weight: 300;
}
#header-text-p2{
	font-weight: 400;
	font-size: 1.25rem;
}

#header-address {
    margin: 10px 0 0;
}

#address-con {
    color: #7B6781;
    display: inline-block;
}


.nav-auto-hide-header {
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.nav-auto-hide-header.fade-bg {
    background-color: #eeeeee;
    opacity:1;
}

.nav-auto-hide-header .is-hidden {
    display: none;
    /*-webkit-transform: translateY(-100%);*/
    /*-ms-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/
}

#inner-hero-area {
    background-color: #EEEEEE;
    background: url("images/cha_inner_hero_bg.jpg") no-repeat;
    background-size: cover;
    margin-top: 185px;
    margin-top: 210px;
    text-align: center;
    padding: 65px 20px;
}

#inner-hero-area span {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 25px 0;
}

#inner-hero-area h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
}

.entry-header {
    display: none;
}

.post .entry-header {
	display: block;
}

.post .entry-header h1,
.post .entry-content h1,
.post .entry-title a {
	font-size: 30px;
	text-transform: uppercase;
/* 	color: #7B6781; */
	color: #8B7691;
	letter-spacing: 2px;
	margin: 25px 0;
}

.entry-content {
    color: #8B7691;
}

/* .post .entry-content h1,
.post .entry-title a {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    color:#8B7691;
} */

.entry-content h2 {
    text-transform: uppercase;
    color:#8B7691;
    letter-spacing: 2px;
}

#inner-before-footer {
    background: url("images/inner_before_footer_bg.jpg") no-repeat;
    background-size: cover;
    padding: 65px 0 85px;
    text-align: center;
}

#bf-p1 {
    font-size: 14px;
    text-transform: uppercase;
    color:#8B7691;
    letter-spacing: 3px;
    margin: 15px 0;
}

#bf-p2 {
    font-size: 24px;
    text-transform: uppercase;
    color:#8B7691;
    letter-spacing: 2px;
}

#bf-p2 span{
    font-size: 28px;
    font-weight: 600;
}

.bf-widget-con {
    background-color: transparent;
    width: 90%;
    max-width: 1200px;
	display: flex;
	justify-content: space-between;
}

#bf-widget-conA {}
#bf-widget-conB {}

.bf-info-outter {
	box-sizing: border-box;
	max-width: 385px;
	max-width: 30%;
	margin: 10px;
}

.bf-info-box {
	background-color: #ffffff;
	color: #8B7691;
	padding-bottom: 20px;
}

.bf-imgs {
	width: 100%;
}

.bf-p3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0;
}

.bf-p4 {
	margin: 25px;
	min-height: 150px;
}

.bf-vert-line {
	display: block;
	margin: 20px auto 40px;
}

.bf-more {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #8B7691;
	margin: 30px 0;
}

.bf-hide {
	display: none;
}





.side-boxes {
    text-align: center;
    padding: 40px 20px;
    margin: 0 0 30px;
    background-color: #fff;
    color: #7b6781;
}
.side-boxes p {
    margin: 0 0 10px;
}
.side-boxes a {
    display: block;
}
.side-boxes .sb-db-button {
    width: 250px;
    margin: 50px auto 10px;
}

.side-boxes #sb-db-button3 {
	margin: 20px auto 10px;
}

#side-box1 {
    padding-top: 60px;
    background-color: #7B6781;
    color: #ffffff;
}
.widget-wrap h4 {
	background-color: #7B6781;
	color: #ffffff;
}
#side-box1 a {
    color: #ffffff;
}
#box1-title,
.widget-wrap h4 {
    font-size: 22px;
}
#sb-map-link {
    margin: 20px auto 35px;
}
#sb-map-link img{
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.side-boxes .sb-phone-text {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0;
}
.side-boxes .sb-phone {
    letter-spacing: 2px;
    margin-bottom: 30px;
}
#sidebar-img1 {
    display: block;
    margin: 0 auto 25px;
}
#sb-db-button1 {
    border-color: #fff;
}
#sb-db-button1:before {
    border-color: #fff;
}

#side-box1 #sb-db-button1:hover, #side-box1 #sb-db-button1:hover::before {
    background-color: rgba(255, 255, 255, .8);
    color: #7b6781;
}

#side-box2 {
    padding: 0 0 45px;
}
#sidebar-img2 {
    width: 100%;
}
#side-box2 p {
    max-width: 88%;
    margin: 15px auto;
}

#side-box3 {
    padding: 0 0 45px;
}
#sidebar-img4 {
    width: 100%;
}
#side-box3 p {
    max-width: 85%;
    margin: 15px auto;
}

#side-box4 {

}
#box4-title {
    font-size: 22px;
}

#side-box4 #n2-ss-2-arrow-previous, #side-box4 #n2-ss-2-arrow-next {
    display: none;
}

.bold-and-upper {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}
.slim-and-upper {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
}
.text-small {
    font-size: 10px;
}

.page-id-151 {
    background-color: #F5F7F9;
}

.page-id-151 .site-inner {
    background: url("images/gallery_pg_bg.jpg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    max-width: 100%;
}

.page-id-151 .content {
    float: none;
    max-width: 1140px;
    margin: 0 auto;
}

.page-id-151 .content .entry {
    text-align: center;
    background-color: transparent;
}

#gallery-heading {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

#gallery-intro-p {
    font-size: 16px;
}

#gallery-hr {
    background-color: #8B7691;
    opacity: .3;
    height: 1px;
    width: 100%;
    margin: 25px 0 50px;
}

.gallery-case-boxes {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 0;
    margin: 40px auto;
}

.case-titles {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 25px;
}

.case-tags {
    font-size: 16px;
    margin: 25px 0;
}

.case-info {
    max-width: 80%;
    margin: 25px auto;
}

.case-img-cons {
    display: flex;
    justify-content: space-around;
}

.case-img-cons > p {
    display: none;
}

.case-img-inner {
    max-width: 46%;
    text-align: center;
    box-sizing: border-box;
}

.case-img-inner img{
    margin: 0;
}

.case-img-inner p {
    margin: 0;
}

#inner-before-footer-gallery {
    display: none;
}

.page-id-151 #inner-before-footer-gallery {
     display: block;
}
.page-id-151 #inner-before-footer {
    display: none;
}

#before-footer-gallery-section {
    background-color: #8B7691;
    display: flex;
}

#loc-left {
    display: inline-block;
    width: 49%;
    background-color: #F4F4F4 ;
    background-image: url("images/cha_map_bg.jpg");
    background-size: cover;
    background-position: center center;
    align-items: stretch;
}

#loc-left:hover {
	cursor: pointer;
	-webkit-filter: opacity(75%); /* Safari 6.0 - 9.0 */
	filter: opacity(75%);
}

#loc-left-img {
    display: none;
}

#loc-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    background-color: #8B7691;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 130px 0 40px 60px;
    align-items: stretch;
}

#loc-right h3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 25px 60px;
}

#loc-right p {
    font-weight: 200;
    font-size: 20px;
    margin: 0;
}

#loc-box1 {
    margin: 0 0 40px;
}

#loc-box1 img {
    margin: 0 0 15px;
}

#box1-inner {
    display: inline-block;
    padding: 0 0 0 10px;
}

#loc-box1 #prac-name {
    font-weight: 600;
}

#loc-box2 {
    margin: 0 0 40px;
}

#box2-inner {
    display: inline-block;
    padding: 0 0 0 10px;
}

#box2-inner .number{
    font-weight: 600;
}

#hor-line {
    margin: 0 60px 15px;
}

#loc-right .hours {
    font-size: 16px;
    margin: 0 60px 15px;
}

#loc-right #loc-db-button{
    margin: 60px 60px 15px;
    border: 2px solid #ffffff;
    color: #ffffff;
}

#loc-right #loc-db-button:before{
    border: 2px solid #ffffff;
}

#page-num-con {
	display: flex;
	justify-content: center;
}

.entry-content .page-nums {
	font-weight: 500;
	margin: 0 10px;
	padding: 5px;
}

.entry-content .page-nums:hover {
	font-weight: bold;
}

.page-num-lines {
	max-height: 38px;
	padding: 5px;
}


/*
Home Page
---------------------------------------------------------------------------------------------------- */

.svg-img{
    height: 1em;
    width: auto;
    transform: translateY(3px);
}

.home section {
   padding: 70px 0;
}

.home section:nth-child(even) {
    background: #F5F7FA;
}

.home #home-hero-area {
    background-color: #86708c;
}

.home #banner-background {
    /*changed padding top from 175 to 280 */
    background: url("images/chaHomeHero_extended.jpg") no-repeat;
    background-size: cover;
    background-position: 60% 90%;
    height: 100%;
    padding: 255px 50px 100px;
    position: relative;
}

.home #home-hero-inner {
    /*changed padding-top from 10px to 100px */
    max-width: 1650px;
    margin: 0 auto 0;
    padding: 100px 55% 50px 250px;
}

.home #home-hero-text-con {
    /* changed the 50px top-padding to bottom padding. */
    padding-bottom: 50px;
    width: 25em;
}

.home #home-hero-text-con h3 {
    color: #7B6781;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.home #home-hero-text-con h2 {
    /*Jakob: changed font weight from 400 to 375 to emphasize bold text */
    color: #7B6781;
    font-size: 30px;
    font-weight: 375;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.home #home-hero-text-con p {
    color: #7B6781;
    font-size: 14px;
    letter-spacing: 2px;
    max-width: 450px;
    margin-bottom: 50px;
}

.db-button {
    display: block;
    width: 300px;
    background-color: transparent;
    border: 2px solid #7B6781;
    padding: 15px 0 25px;
    text-transform: uppercase;
    text-align: center;
    color: #7B6781;
    font-size: 14px;
    position: relative;
    z-index: 15;
}

.db-button::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -12px;
    bottom: 8px;
    right: -12px;
    left: 8px;
    border: 2px solid #7B6781;
}

.db-button:hover, .db-button:hover::before {
    background-color: rgba(139, 118, 145, .9);
    color: #ffffff;
}

.home #home-hero-side-tag {
    position: absolute;
    right: 4%;
    bottom: 45%;
    transform: rotate(270deg);
}

.home #home-hero-side-tag img {
    margin: 0 10px 2px 0;
}

.home #home-hero-side-tag span {
    color: #7b6781;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.site-header {
    display: none;
}

.home #home-about {
    display: flex;
}

.home #about-left {
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    background: url("images/drCha_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    align-items: stretch;
}

.home #about-left-img {
    display: none;
}

.home #about-right {
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 25px 0 60px 80px;
    align-items: stretch;
}

.home #about-right h3 {
    color: #7B6781;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.home #about-p1 {
    color: #7B6781;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    max-width: 400px;
}

.home #about-p2 {
    color: #7B6781;
    font-size: 14px;
    letter-spacing: 2px;
    max-width: 550px;
    margin-bottom: 30px;
}

.home #about-right img {
    margin-bottom: 35px;
}

.home #services {
    background: url("images/cha_sec3_bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px 0;
}
.home #serv-tag-con {
    width: 100%
}

.home #serv-tag-con h3 {
    color: #7B6781;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.home #services-h1 {
	color: #7B6781;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.home #serv-tag-con p {
    color: #7B6781;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 25px;
    max-width: 400px;
}

.home #serv-box-con {
    display: flex;
    justify-content: space-around;
}

.serv-boxes {
    width: 23%;
    height: 475px;
    background-color: #fff;
    transition: 1s all;
}

.serv-boxes > a {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    transition: .6s all ease;
}

.serv-boxes > a:hover {
    background:#e9edf0;
    box-shadow: 0 0 10px #c2b7c5;
}

.home .num-strip {
    width: 45px;
    height: 105px;
    background-color: #86708C;
    color: #ffffff;
    padding: 65px 0 0;
    margin: 0 auto 30px;
}

.home .serv-h2 {
    color: #7B6781;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 25px;
    max-width: 100px;
}

.home .serv-p {
    color: #7B6781;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 auto 65px;
    max-width: 300px;
}

.home .serv-line {
    display: block;
    margin: auto;
}

.home .serv-box-button {
    display: block;
    color: #7B6781;
    font-size: 14px;
	font-weight: 500;
    text-transform: uppercase;
    max-width: 190px;
    margin: 15px auto 30px;
    transition: all 1s;
}
.home .serv-box-button:hover {
    font-weight: bold;
}
.service-hover {
    background-color: #E9EDF0;
}
.home #serv-box2 {
    margin-top: 65px;
}

.home #serv-box4 {
    margin-top: 65px;
}

.home #serv-db-button {
    display: block;
    margin: 55px auto 125px;
}

.home #home-gallery {
    background-image: url("images/gallery_hand.png"), url("images/gallery_bg.jpg");
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: 115% bottom, center center;
    text-align: center;
    padding: 220px 0 220px 300px;
    position: relative;
}

.home #home-gallery-side-tag {
    position: absolute;
    left: 15px;
    bottom: 45%;
    transform: rotate(270deg);
}

.home #home-gallery-side-tag img {
    margin: 0 10px 2px 0;
}

.home #home-gallery-side-tag span {
    color: #7b6781;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home #gallery-card-con {
    width: 400px;
    max-height: 600px;
    background-color: #ffffff;
    margin: 0;
    padding: 60px 25px;
}

.home #gallery-card-con h3{
    color: #7B6781;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px auto 30px;
    max-width: 250px;
}

.home #gallery-p1 {
    color: #7B6781;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 25px;
    max-width: 300px;
}

.home #gallery-p2 {
    color: #7B6781;
    font-size: 14px;
    letter-spacing: 2px;
    max-width: 300px;
    margin: 0 auto 60px;
}

.home #gallery-db-button {
    width: 260px;
    display: block;
    margin: 25px auto 35px;
}

.home #home-testimonials {
    background-image: url("images/testimonial_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 220px 0;
}

.home #home-testimonials h3 {
    color: #7B6781;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 25px;
    max-width: 100px;
}

.home #home-testimonials p {
    color: #7B6781;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto 65px;
    max-width: 90%;
}

.home #test-slider-con {
    height: 640px;
    width: 500px;
    margin: auto;
}

.home #n2-ss-2-arrow-previous:hover, .home #n2-ss-2-arrow-next:hover {
    background-color: rgba(139, 118, 145, .6);
}

.home #home-location {
    background-color: #8B7691;
    display: flex;
}

.home #loc-left {
    display: inline-block;
    width: 49%;
    background-color: #F4F4F4 ;
    background-image: url("images/cha_map_bg.jpg");
    background-size: cover;
    background-position: center center;
    align-items: stretch;
}

.home #loc-left:hover {
	cursor: pointer;
	-webkit-filter: opacity(75%); /* Safari 6.0 - 9.0 */
	filter: opacity(75%);
}

.home #loc-left-img {
    display: none;
}

.home #loc-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    background-color: #8B7691;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 130px 0 40px 60px;
    align-items: stretch;
}

.home #loc-right h3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 25px 60px;
}

.home #loc-right p {
    font-weight: 200;
    font-size: 20px;
    margin: 0;
}

.home #loc-box1 {
    margin: 0 0 40px;
}

.home #loc-box1 img {
    margin: 0 0 15px;
}

.home #box1-inner {
    display: inline-block;
    padding: 0 0 0 10px;
}

.home #loc-box1 #prac-name {
    font-weight: 600;
}

.home #loc-box2 {
    margin: 0 0 40px;
}

.home #box2-inner {
    display: inline-block;
    padding: 0 0 0 10px;
}

.home #box2-inner .number{
    font-weight: 600;
}

.home #hor-line {
    margin: 0 60px 15px;
}

.home #loc-right .hours {
    font-size: 16px;
    margin: 0 60px 15px;
}

.home #loc-right #loc-db-button{
    margin: 60px 60px 15px;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.home #loc-right #loc-db-button::before{
    border: 2px solid #ffffff;
}

.home #n2-ss-2-arrow-next {
    right:-32px!important;
}

.home #loc-right #loc-db-button:hover, .home #loc-right #loc-db-button:hover::before {
    background-color: rgba(255, 255, 255, .8);
    color: #7b6781;
}

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

.smile-slider {
    margin-bottom: 80px;
}

.smile-slider .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem;
    background: #000;
}

.smile-slider .item .col-2 {
    width: 48%;
    margin: 1%;
}

.smile-slider .item h4, .smile-slider .item p {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    color: #fff;
}

#smile-gallery .owl-nav {
    position: absolute;
    top: 400px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#smile-gallery .owl-nav button {
    padding: 10px!important;
    background: #7b6781;
    color: #fff;
    border-radius: 6px;
    left: -50px;
    position: relative;
}

#smile-gallery .owl-nav button:focus, #smile-gallery .owl-nav button:active {
    border: none!important;
}

#smile-gallery .owl-nav button:last-child {
    left: auto;
    right: -50px;
}


#smile-gallery .owl-nav button:hover {
    background: #9e74c2;
}


/* Responsoive Nav
------------------------------------- */

.menu-icon {
	display: none;
	position: absolute;
	right: 3rem;
	top: 3rem;
}

.menu-icon .icon {
  position: relative;
  width: 40px;
  height: 29px;
  cursor: pointer;
}

.icon .bar {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #8984c1;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  transition: 1s all ease;
}

.icon .bar.first { top:0; }
.icon .bar.middle { top: 50%; width: 85%;}
.icon .bar.last { top: 100%; }

.open .bar.first {
  top: 50%; transform:rotate(45deg);
}

.open .bar.middle {
  display: none;
}

.open .bar.last {
  top: 50%; transform:rotate(-45deg);
}

.stuck .menu-icon {
  display: none;
}

.phone-icon {
	display: none;
	position: absolute;
	right: 3rem;
	top: 3rem;
}

.phone-icon a {
  border: none;
  padding: 0;
}


/* Responsive Video 
------------------------------------- */

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 30px;
}

.video iframe, .video-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-4-3 {
    position: relative;
    padding-bottom: 75%; /* 4:3 */
    height: 0;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label, .gform_legacy_markup_wrapper .gfield_radio li label {
    font-size:16px!important;
}


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

@media only screen and (min-width:2000px){
    .home #banner-background {
        background-position: 0% 65%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
}

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

    .home #home-hero-inner {
        padding-left: 200px;
    }

    .home #home-hero-side-tag {
        right: 1%;
    }

    .home #home-gallery {
        background-position: 165% bottom, center center;
        background-size: 80% auto, cover;
        padding: 200px 0 200px 220px;
    }
}

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

    .home #home-hero-inner {
        padding-left: 100px;
    }

    .home #home-hero-side-tag {
        right: .4%;
    }

    .home #about-right {
        padding: 25px 50px 60px;
    }

    .home #home-gallery {
        background-position: 185% bottom, center center;
        padding: 150px 0 150px 135px;
    }

    .home #home-gallery-side-tag {
        left: -25px;
    }
  .home #about-left {
    width: 49%;
  }
  .home #about-right {
    width: 49%;
  }
  #about-right img {
    display: none;
  }

}

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

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

    .content {
        width: 620px;
    }

    .sidebar-primary {
        width: 300px;
    }

    /*}

    @media only screen and (max-width: 1092px) {*/
    .content,
    .sidebar-primary,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px 5%;
        padding: 2rem 5%;
    }
	
	

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

    .entry,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

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

    .hide-for-mobile {
        display: none !important;
    }

    .hide-for-desktop {
        display: block;
    }

    .home #banner-background {
        background: url("images/chaHomeHeroTablet.jpg") no-repeat;
        background-size: cover;
        background-position: center bottom;
    }

    .home #home-hero-inner {
        /* Old values for padding 50px 40px 150px */
        padding: 0px 40px 560px 40px;
        text-align: center;
        min-height: 1000px;
    }

    .home #home-hero-text-con {
        max-width: 100%;
        text-align: center;
    }

    .home #home-hero-text-con p {
        max-width: 600px;
        margin: 0 auto 55px;
    }

    .home #home-hero-text-con #home-hero-db-button {
        margin: auto;
    }

    .home #home-gallery {
        background-position: 195% bottom, center center;
        padding: 100px 0 100px 50px;
    }

    .home #home-gallery-side-tag {
        left: -65px;
    }

    .home #loc-right {
        padding: 130px 0 40px 30px;
    }

    #loc-right {
        padding: 130px 0 40px 30px;
    }

    #footer-info-con {
        flex-wrap: wrap;
    }

    .info-blocks {
        min-width: 250px;
        margin: 30px auto 30px;
    }

	.bf-widget-con {
		flex-wrap: wrap;
		justify-content: center;
	}

	.bf-info-outter {
		width: 100%;
		min-width: 500px;
	}

	.bf-info-box {
		display: block;
		max-width: 400px;
		margin: 20px auto;
	}
  #home-about {
    flex-flow: column;
  }
  .home #about-left-img {
        display: block;
        margin: auto;
  }
  .home #about-right,
  .home #about-left  {
    width: 100%;
  }
  #home-bio-left {
    width: 49%;
    float: left;
  }
  #home-bio-right {
    width: 49%;
    float: right;
  }
  #about-right img {
    display: block;
  }
  .nav-auto-hide-header .is-hidden {
    display: block;
  }

}

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

    .home #serv-box-con {
        flex-wrap: wrap;
    }

    .home .serv-boxes {
        width: 40%;
        padding: 0 25px;
    }

    .home #home-gallery {
        background-position: 750% bottom, center center;
        background-size: 95% auto, cover;
        padding: 80px 0 80px 50px;
    }

    .home #gallery-card-con {
        width: 380px;
    }

    .home #test-slider-con {
        width: 400px;
    }

    .home #loc-right p {
        font-size: 18px;
    }

    .home #loc-db-button {
        width: 250px;
        font-size: 12px;
    }

    #loc-right p {
        font-size: 18px;
    }

    #loc-db-button {
        width: 250px;
        font-size: 12px;
    }

}

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

    .alignleft,
    .alignright {
        max-width: 60%;
    }

    /*----------------mobile colums----------*/
    .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%;
    }

    .home #banner-background {
        padding: 100px 0 100px;
    }

    #sitelogo {
        max-width: 400px;
    }

    .home #home-hero-inner {
        border: none;
        min-height: 800px;
    }

    .home #home-hero-text-con h2 {
        font-size: 30px;
    }

    .home #home-hero-side-tag {
        bottom: 15%;
        right: -20px;
    }

    .home #home-about {
        flex-wrap: wrap;
    }

    .home #about-right, .home #about-left {
        width: 100%;
    }



    .home #home-gallery {
        background: url("images/chaGalleryBgSmall.jpg") no-repeat;
        background-position: center top;
        background-size: 100% auto;
        padding: 650px 0 50px 0;
    }

    .home #gallery-card-con {
        margin: auto;
        box-shadow: 0px 1px 25px #7b6781;
    }

    .home #home-gallery-side-tag {
        bottom:65%;
    }

    .home #home-testimonials #n2-ss-2-arrow-next, .home #home-testimonials #n2-ss-2-arrow-previous {
        display: none;
    }

    .home #home-location {
        flex-wrap: wrap;
    }

    .home #home-location #loc-right, .home #home-location #loc-left {
        width: 100%;
    }

    .home #loc-left-img {
        display: block;
        margin: auto;
    }

    .home #loc-right {
        padding: 100px 30px 30px;
        text-align: center;
    }

    .home #loc-right #loc-db-button {
        margin: 60px auto;
    }

    #before-footer-gallery-section {
        flex-wrap: wrap;
    }

    #before-footer-gallery-section #loc-right, #before-footer-gallery-section #loc-left {
        width: 100%;
    }

    #loc-left-img {
        display: block;
        margin: auto;
    }

    #loc-right {
        padding: 100px 30px 30px;
        text-align: center;
    }

    #loc-right #loc-db-button {
        margin: 60px auto;
    }

    .case-img-cons {
        display: block;
    }

    .case-img-inner {
        max-width: 90%;
        margin: 25px auto;
    }
    #home-bio-left,
  #home-bio-right {
    float: none;
    width: 100%;
  }

}

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

    #sitelogo {
        max-width: 300px;
    }

    body .idw-menubar.menu, body .idw-menubar.phone {
        padding: 0 20px;
    }

    .home .serv-boxes {
        width: 60%;
        margin-top: 65px;
    }

    .home #home-gallery {
        padding: 500px 0 50px 0;
    }

    .home #gallery-card-con {
        width: 400px;
    }

    #footer-info-con {
        margin: 75px auto 30px;
    }

    .info-blocks {
        text-align: center;
    }

	.bf-info-outter {
		min-width: 450px;
    }
    #footer-links {
        width: auto; /* davis to fix mobility issue "clikable elements to close togeter" */
    }

    /* .page-id-146 .post-146 span input */
     .post-146 div span label {
        font-size: 15px!important;
    }
}

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

    .entry-content .alignleft,
    .entry-content .alignright {
        display: block;
        float: none;
        max-width: 100%;
    }

    #sitelogo {
        max-width: 240px;
    }

    .home .db-button {
        width: 250px;
        margin: auto;
    }

    .home #home-hero-inner {
        min-height: 900px;
    }

    .home .serv-boxes {
        width: 80%;
    }

    .home #home-gallery {
        padding: 400px 0 50px 0;
    }

    .home #gallery-card-con {
        width: 300px;
    }

    .home #gallery-db-button {
        width: 230px;
    }

    .home #test-slider-con {
        width: auto;
        max-width: 380px;
    }

    .home #loc-right h3 {
        margin: 0 auto 30px;
    }
    .home #loc-right img {
        display: block;
        margin: auto;
    }

    .home #loc-right #hor-line {
        margin: 0 auto 30px;
    }

    #loc-right h3 {
        margin: 0 auto 30px;
    }
    #loc-right img {
        display: block;
        margin: auto;
    }

    #loc-right #hor-line {
        margin: 0 auto 30px;
    }

    .page-id-151 #loc-db-button {
        width: 240px;
    }

    .info-blocks {
        display: none;
    }

    #footer-info-con {
        margin: 0;
    }

    .home #menu-footer-menu li {
        width: 90%;
    }

    .side-boxes .sb-db-button {
        width: 220px;
        font-size: 12px;
    }

	.bf-info-outter {
		min-width: 360px;
	}
}

@media only screen and (max-width: 360px) {
	.bf-info-outter {
		min-width: 300px;
	}
}
