/*!
 * Theme Name: Implant Evolution
 * Theme URI: https://www.seothemes.com/themes/business-pro/
 * Description: Custom theme.
 * Author: SEO Themes
 * Author URI: https://2thetopdesign.com/
 * Version: 1.0
 * Text Domain: 2thetop
 * Tags: custom theme
 * Template: genesis
 * Template Version: 2.5.2
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub Theme URI: https://github.com/seothemes/starter
 */
/* # Table of Contents

- Utilities
	- Variables
	- Mixins
	- Functions
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing1
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/
/* # Variables
-----------------------------------------------------------------------*/
/**
 * ### Breakpoints
 * 
 * Based on the most common 16:9 screen resolutions.
 * @link https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
 */
/* ### Colors */
/* ### Typography */
/* ### Other */
/* ### Column widths */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Media Queries */
/* ### Clearfix */
/* ### Flexfix */
/* ### Transitions */
/* ### Overlay */
/* ### Overlay */
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


@font-face {
    font-family: 'gothambold';
    src: url('assets/fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url('assets/fonts/gotham-book-webfont.woff2') format('woff2'),
         url('assets/fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambookitalic';
    src: url('assets/fonts/gotham-bookitalic-webfont.woff2') format('woff2'),
         url('assets/fonts/gotham-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gothammedium';
    src: url('assets/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gothammediumitalic';
    src: url('assets/fonts/gotham-mediumitalic-webfont.woff2') format('woff2'),
         url('assets/fonts/gotham-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dominebold';
    src: url('assets/fonts/domine-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/domine-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'domineregular';
    src: url('assets/fonts/domine-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/domine-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

 
 
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
	margin: 1em 4rem;
}

div, section {
  position: relative;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	outline: none!important;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.no-margin, .nomargin, .no_margin {
  margin: 0!important;
}


.no-gutter .wp-block-column {
    flex-basis: calc(50% - 0px)!important;
    margin-left: 0!important;
    margin-right: 0!important;
  
}


.container {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}




/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {

	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
	outline: 0.1rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	outline-offset: -0.2rem;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

body .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label select.medium {
  width: 100%;
}


/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	     box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.sidebar .widget,
.wrap, 
.wpbdp-claim-listings.open {
	clear: both;
}

.author-box:before,
.author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.sidebar .widget:before,
.sidebar .widget:after,
.wrap:before,
.wrap:after, 

.wpbdp-claim-listings.open:before, 
.wpbdp-claim-listings.open:after {
	clear: both;
	display: block;
	content: '';
}

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}

html {
	font-size: 62.5%;
	max-width: 100vw;
	overflow-x: hidden;
	background-color: #FFF;
}

body {
	background-color: #ffffff;
	color: #585858; 
	font-family: 'gothambook', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	margin: 0;
	max-width: 100vw;
	overflow-x: hidden;
}


body.single-wpbdp_listing {
  background: #EEEEEE;
}


h1, .h1, .heading_large, .cover_story_title, .serif {
  font-family: 'dominebold', serif;
}

body.wpbdp-view-show_listing h3 {
    font-size: inherit;
}

#homepage_content .heading_large, #homepage_content .sub_heading, .article_sub_title, 
.serif-button .button, 
.serif-button .button2, button, 
.serif-button input[type="button"], 
.serif-button input[type="reset"], 
.serif-button input[type="submit"], 
body .serif-button .wp-block-button__link, 
.ab-button {
  font-family: 'domineregular', serif;  
}


.main_post_categories, .secondary_title, .tertiary_posts .post-categories {
	font-family: 'gothambold', sans-serif;
}

h2, .h2, .journal_article_short .read_more, .review_attribution, .questions_section_right :not(.wp-block-button) a:hover, 
.more-link, .featured_posts, .journal_post h3, .listing_title, .journal_article_short h3, .listing_action_button, .connect_header, .tab_header, .tab_subheader, .credential_section_title, 
.procedure_cost, .procedure_title, h3, .faq_title, .claim-listing-link, strong, b {
  font-family: 'gothambook', sans-serif;
}


.nav-primary, #menu-primary-menu, .button, .button2, button, input[type="button"], input[type="reset"], input[type="submit"], .footer-widgets .widget-area .widget-title, 
ul.listing_tabs_links li a, .listing_business_name, a.schedule_consultation_btn, .sidebar .widgettitle, .sidebar .widget-title {
  font-family: 'gothammedium', sans-serif;
  font-weight: normal;
}


.cover_story_left .author_list {
    font-family: 'gothambookitalic';
}




p {
	margin: 0 0 1.382em;
	padding: 0;
}

a {
	color: #0083ae;
	text-decoration: none;
	word-wrap: break-word;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover {
	color: #647585;
}

body .wpbdp-listing a:not(.wpbdp-button) {
  color: #0083ae;
}


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

/*
.site-inner li {
	list-style-type: none;
	padding-left: 20px;
	background: url('images/checkmark.png') 0 50% / 15px auto no-repeat transparent; 
	margin-bottom: 0.25em;
}
*/

hr {
  background: #DDD;
  height: 1px;
  display: block;
  border-collapse: collapse;
  border: none;
  clear: both;
  padding: 0;
  margin: 1.25em 0;

}



.emergency {
  color: #970909;
  font-weight: 600;
  font-size: 1.5em;
  display: block;
  border-bottom: #DDD 1px solid;
  border-top: #DDD 1px solid;
  padding: 0.35em 0 0.25em;
}


b,
strong {
	font-weight: 500;
}

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

blockquote {
	margin: 1em 0;
	padding: 0 1em;
}


.block {
  display: block!important;
}

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

.inline {
  display: inline!important;
}



/* ## Headings
--------------------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	line-height: 1.2;
	margin: 0 0 0.3em;
}

h1, .h1 {
	font-size: 1.8em;
}

h2, .h2 {
	font-size: 1.4em;
	color: #222;
	margin-bottom: 0.5em;
}

h3, .h3 {
	font-size: 1.3em;
}

h4, .h4 {
	font-size: 1.2em;
}

h5, .h5 {
	font-size: 1.1em;
}

h6, .h6 {
	font-size: 1.05em;
}

.entry-title, .article_title {
  font-size: 2.5em;
  color: #222;
}

.article_sub_title {
  font-size: 1.4em;
}



.section_title {
  font-size: 3.75rem;
  font-weight: 500;
  margin-bottom: 50px;
}



/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #ffffff;
	border: 2px solid #f0f1f2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0.5em 1em;
	width: 100%;
	line-height: 2;
	font-family: inherit;
}

textarea {
  height: 200px;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #647585;
}

:focus {
	outline: 2px solid #f0f1f2;
}

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

input[type='search'] {
	-webkit-appearance: none;
}

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

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

.button, .button2, button, input[type="button"], input[type="reset"], input[type="submit"], body .wp-block-button__link, body .ab-button {
  background-color: #0083ae;
/*   border: #0183AF 1px solid; */
  border: none;
  border-radius: 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.75rem;
  font-weight: 800;
  padding: 0.85em 2.25em;
  text-decoration: none!important;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  box-shadow: none;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  text-transform: uppercase;
}


.sidebar_form input[type="submit"] {
  background: #222;
  color: #FFF;
  display: block;
  width: 100%;
  margin-bottom: 0;
}




.sidebar .button:first-of-type {
  margin-top: 0;
}



.serif-button .button, 
.serif-button .button2, button, 
.serif-button input[type="button"], 
.serif-button input[type="reset"], 
.serif-button input[type="submit"], 
body .serif-button .wp-block-button__link {
  font-size: 1.25em;
}



.full-width-button {
  display: block;
}


.wp-block-button {
  display: inline-block;
}

.ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%); 
}

.button2 {
	color: #414042;
	background: transparent!important;
	border: #414042 1px solid;
}


.button:hover,
.button2:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover, 
body .ab-button:hover {
	color: #FFF;
	background: #414042;
	border: none;
	box-shadow: none;
	-webkit-transition: none;
	        transition: none;
}

.button2:hover {
	color: #FFF;
	background: #414042!important;
	border: #414042 1px solid;
}


#homepage_feature_content .button2 {
  color: #FFF;
  border: #FFF 1px solid;
}

#homepage_feature_content .button2:hover {
  color: #414042;
  border: #FFF 1px solid;
  background: #FFF!important;
}


.button.accent,
button.accent,
input[type='button'].accent,
input[type='reset'].accent,
input[type='submit'].accent {
	background-color: #fb2056!important;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
	font-size: 12px;
	font-size: 1.2rem;
}

.button:disabled,
.button:disabled:hover,
button:disabled,
button:disabled:hover,
input[type='button']:disabled,
input[type='button']:disabled:hover,
input[type='reset']:disabled,
input[type='reset']:disabled:hover,
input[type='submit']:disabled,
input[type='submit']:disabled:hover {
	background-color: #f6f7f8;
	border-width: 0;
	color: #697886;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
	margin-top: 1em;
	clear: both;
}

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

fieldset {
	margin-bottom: 1em;
}

.left_half {
  width: 49%;
  float: left;
}

.right_half {
  width: 49%;
  float: right;
}


ul {
  list-style: inside;
}

ul li {
  margin-bottom: 0.3em;
}



/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
	max-width: 100%;
	display: block;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	-o-object-fit: cover;
	   object-fit: cover;
}

.wp-video-shortcode {
	width: auto !important;
}

/* ## Tables
--------------------------------------------- */
table {
	background-color: #ffffff;
	border: 2px solid #f0f1f2;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 2px solid #f0f1f2;
}

td,
th {
	text-align: left;
	padding: 0.618em;
	border-top: 2px solid #f0f1f2;
	border-right: 2px solid #f0f1f2;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	top: 1em;
	left: 1em;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	color: #ffffff;
	background-color: #232c39;
	box-shadow: 0 0 0.2rem 0.2rem rgba(35, 44, 57, 0.1);
}

.more-link {
	position: relative;
  text-decoration: underline;
  text-transform: uppercase;
}

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

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

/* ## Site Containers
--------------------------------------------- */
.site-inner {

}

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

.wrap .wrap {
	max-width: 100%;
	width: auto;
	padding: 0;
}

.content-wrap {
/* 	max-width: 1280px; */
	margin: 0 auto;
	clear: both;
	padding: 0;
	word-wrap: break-word;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}



.content-sidebar-wrap {
  z-index: 1;
  display: block;
  position: relative;
  padding: 10vw 5vw;
  max-width: 100%;
}

.page-builder .content-wrap {
	padding: 0;
	border-top: 2px solid #f0f1f2;
	border-bottom: 2px solid #f0f1f2;
}





.page-template-template-journal #genesis-content, 
.tax-journal-issue #genesis-content {
  display: none;
}



.testimonmials_slider {
  background: #ffcb08;
  padding: 50px;
  padding-right: 50px;
  float: right;
  padding-right: 30%;
  margin: 30px 0 30px 40px;
  max-width: 1400px;
}



/* ## Content Widths and Positions
--------------------------------------------- */

/* ## Column Classes (including fifths)
--------------------------------------------- */

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.gallery a {
	display: block;
	min-height: 100%;
}

.gallery img {
	height: auto;
	width: 100%;
	display: block;
	border-radius: 4px;
}

.gallery-caption {
	display: block;
}

.gallery-item {
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
	display: block;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	margin-right: 5%;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0 !important;
}

.alignright .avatar {
	margin-left: 20px;
	margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
    padding: 0 0 0.5em 3%;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 100;
    color: #FFF;
    margin-left: 195px;
}

body.single-wpbdp_listing .breadcrumb {
  display: none;
}

body.single-wpbdp_listing .featured_image_wrapper .breadcrumb {
  display: block;
}



.breadcrumb a {
  color: #FFF;
  font-weight: bold;
}

.after-entry,
.author-box {
	margin-bottom: 5%;
}

.author-box {
	margin-top: 5%;
}

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

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}

.search-form:before,
.search-form:after {
	clear: both;
	display: block;
	content: '';
}

.search-form:after {
	content: '\f2eb';
	display: block;
	position: absolute;
	right: 12px;
	right: 1.2rem;
	top: 12px;
	top: 1.2rem;
	font-size: 20px;
	font-size: 2rem;
	pointer-events: none;
}

.search-form input[type='search'] {
	width: 100%;
}

.search-form input[type='submit'] {
	display: none;
}

.entry-content .search-form {
	margin-bottom: 1em;
}

/* ## 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 1em;
}

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

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

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1em;
}

.sticky,
.bypostauthor {
	background-color: transparent;
}

.post-edit-link {
	display: block;
	clear: both;
}

.post-edit-link:before,
.post-edit-link:after {
	clear: both;
	display: block;
	content: '';
}

.page-template-page-builder .post-edit-link {
	display: none;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
	position: fixed;
	background: #FFF;
	text-align: left;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.site-header.shrink {
/* 	background: rgba(0,0,0,0.7); */
  background: rgba(255,255,255,0.9);
  top: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}

.site-header.shrink .title-area {
  max-width: 70px;
  margin: 0 0 6px;
}

.site-header.shrink .nav-secondary {
  margin-top: 0;
}

.site-header.shrink .nav-primary {

}


.has-fixed-header .site-header {
	position: fixed;
}

.has-fixed-header .site-header.shrink {
	background-color: #232c39;
	box-shadow: 0 0 2rem rgba(35, 44, 57, 0.2);
}

.page-template-page-builder .site-header {
	position: relative;
	background-color: #232c39;
}

.page-template-page-builder .site-header.fixed {
	position: fixed;
}

.site-header > .wrap {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.utility-bar {
  background: #242424;
  color: #6a6a6a;
  text-transform: uppercase;
  padding: 10px 40px 8px;
  font-size: 16px;
}

.utility-bar .widget {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.utility-bar a, .utility-bar .menu-item a {
  color: #FFF;
  padding: 0;
}

.utility-bar p {
  margin-bottom: 0;
}

.utility-bar li, .utility-bar .widget ul > li {
  margin-bottom: 0;
  padding: 0;
}

.utility-bar-left {
  float: left;
  max-width: 50%;
}

.utility-bar-right {
  float: right;
  max-width: 50%;
}

.featured_image_wrapper {


  background-repeat: no-repeat;
  background-size: cover; 
  background-position: 50% 50%;

  min-height: 250px;
  background-color: #69757b;

}


/* body.single-journal .featured_image_wrapper,  */
body.post-type-archive-journal .featured_image_wrapper, 
body.tax-journal-category .featured_image_wrapper {
  background-image: url('images/default_article_image.jpg')!important;
/*
  background-repeat: repeat-x;
  background-size: auto auto;
  background-position: 0 0;
*/
}


body.journal-template-default .featured_image_wrapper, body.single-journal .featured_image_wrapper {
  background-image: none;
}


.tax-journal-issue .featured_image_wrapper, body.page-template-template-journal .featured_image_wrapper {
  display: none;
}


body.single-journal .featured_image_wrapper, body.tax-journal-category .featured_image_wrapper {
    min-height: 225px;
    background-color: #69757b;
}


body.tax-wpbdm-region .featured_image_wrapper, 
body.wpbdp-view-edit_listing .featured_image_wrapper, 
body.business-directory .featured_image_wrapper {
    min-height: 225px;
    background-color: #69757b;
}


body.single-wpbdp_listing .featured_image_wrapper {
  min-height: 225px;
}



.issue_image {
  margin-bottom: 20px;
}

.articles_list {
  margin-bottom: 50px;
}

body.wpbdp-view-search .nearby_regions {
  display: none;
}




/* ## Title Area
--------------------------------------------- */
.title-area {
	margin: 10px auto 0 0;
	position: relative;
	height: auto;
	display: block;
	padding: 20px 0;
	padding: 2rem 0;
	max-width: 225px;
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}


.title-area img {
  width: 90% !important;
  height: auto !important;
  margin-bottom: 0;
  margin-top: 0;
}

.wp-custom-logo .title-area {
	padding: 10px 0;
	padding: 1rem 0;
}

.wp-custom-logo .title-area {
  max-width: 170px;
  position: absolute;
  top: 0;
  margin: 0;
  left: 50px;
}


.site-title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	white-space: nowrap;
}

.site-title a {
	color: #ffffff;
	text-decoration: none;
}

.site-description {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
	line-height: 1;
	color: #ffffff;
}

.custom-logo-link {
	display: block;
}


/* ## Header Right Widget Area
--------------------------------------------- */

.header-widget-area .widget-wrap {
	clear: both;
}

.header-widget-area .widget-wrap:before,
.header-widget-area .widget-wrap:after {
	clear: both;
	display: block;
	content: '';
}

.header-widget-area .simple-social-icons ul li a,
.header-widget-area .simple-social-icons ul li a:hover,
.header-widget-area .simple-social-icons ul li a:focus {
	background-color: transparent !important;
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	overflow: hidden;
	pointer-events: none;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
}

.wp-custom-header iframe {
	top: -20%;
	left: -20%;
	right: -20%;
	bottom: -20%;
	margin: auto;
	height: 140%;
	width: 140%;
	max-width: 140%;
	max-height: none;
	min-width: 100%;
	min-height: 56.25vw;
	position: absolute;
}

.wp-custom-header img {
	display: none;
}

.wp-custom-header-video-button {
	display: none;
}

/* ## Page Header
--------------------------------------------- */
.page-header {
  color: #243f73;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  position: relative;
}


#homepage_feature_headline {
  position: absolute;
  bottom: 50px;
  width: 60%;
  color: #FFF;
  text-align: center;
  margin-left: 3%;
  text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}

#homepage_feature_headline h2 {
  color: #FFF;
}

#homepage_feature_content {
  color: #FFF;
  width: 33%;
  float: right;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  padding: 45px 0;
  position: absolute;
}

#homepage_feature_content p {
  line-height: 1.8em;
  font-size: 20px;
}


#homepage_feature_content .content_holder {
  position: absolute;
  top: 50%;
  padding: 0 70px;
  margin-top: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}



#homepage_feature_content:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: rgba(12, 90, 115, 0.34);
	z-index: 1;
	pointer-events: none;
}


#homepage-hero {
  text-align: inherit;
}

.homepage-hero-content {
  padding: 0 45px;
  position: relative;
  z-index: 1;
  color: #FFF;
  width: 60%;
  position: relative;
  text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}



#homepage_feature {
  background-size: cover; 
  background-position: 50% 50%;
  min-height: 600px;
}


#homepage_feature h1 {
	font-size: 4em;
	font-weight: 500;
}


#homepage_content .wp-block-columns {
	gap: normal;
}


#homepage_content .heading_large {
  font-size: 8em;
  color: #6fc5e1;
  text-transform: uppercase;
  line-height: 0.9em;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}

#homepage_content .sub_heading {
    color: #a8aaaa;
    font-size: 2.35em;
    letter-spacing: -0.03em;
    line-height: 1em;
    margin-bottom: 0.6em;
}


.home-feature-left p, .home-feature-right p {
  max-width: 600px;
  margin: 0 auto 20px;
}



#homepage_content .home-feature-left {
  border-top: #0083ae 20px solid;
  text-align: center;
  padding: 60px 30px;
  background: #f5f6f6;
}


#homepage_content .home-feature-right {
  border-top: #000 20px solid;
  text-align: center;
  padding: 60px 30px;
}



.header-widget-area {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  float: right;
}



.page_section {
  padding-right: 28%;
  padding-left: 40px;
}



#testimonial_slider {
  margin-left: 60px;
  margin-top: 30px;
}

.testimonials_slider_header {
  color: #FFF;
}

.testimonial_item {
  text-align: left;
}

.testimonial_attribution {
  font-size: 1.2em;
  font-style: italic;
}



.owl-dots {
  text-align: left;
  margin: 23px auto 0;
}

.owl-controls {
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none
}
.owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default
}

.owl-nav.disabled {
  display: none;
}

.owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	*display:inline
}
.owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#222;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
	background:#FFF
}









.page-header .wrap {
	position: relative;
	z-index: 1;
}

.page-header h1 {
}


.page-header p {
	margin: 0 auto;
}

/* ## Menus
--------------------------------------------- */
.menu {
	width: 100%;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	clear: both;
}

.menu:before,
.menu:after {
	clear: both;
	display: block;
	content: '';
}

.menu-item {
	display: block;
	padding: 0.5em 0;
	width: 100%;
	position: relative;
}

.menu-item.right {
	margin-left: auto;
}

.menu-item:hover,
.menu-item:focus,
.menu-item.sfHover {
	outline: none;
}

.menu-item.nav-button a, 
.menu-item.nav-button-alt a {
  background: #243f73;
  font-weight: 400;
  text-transform: none;
  font-size: 1.6rem;
  color: #FFF!important;
  padding: 0.5em 1em;
}

.menu-item.nav-button a:hover, 
.menu-item.nav-button-alt a:hover {
  border: none;
  background: #f6c829;
  color: #243f73;
}

.menu-item.nav-button-alt a {
  background: #970909;
}


.menu-item.nav-button, 
.menu-item.nav-button-alt {
  margin: 0 0 0 0.75em;
}

.menu-item.header-phone {
  margin: 0 0.5em;
  font-size: 1.75rem;
}

.menu-item.header-phone a::before {
  content: '';
  position: relative;
  display: inline-block;
  background: url('images/icon-phone.png') 50% 50% / contain no-repeat transparent;
  width: 20px;
  height: 20px;
  margin: 0px 7px 0 0;
  top: 2px;
}

.menu-item.header-phone a {
  padding: 0.35em 0em;
}

.menu-item.header-phone a:hover {
  border-bottom: none;
}


.menu-item.button {
	background-color: transparent;
	padding: 0;
	font-size: 1.2rem;
}

.menu-item.button:hover {
	box-shadow: none;
}

.menu-item.button > a > span {
	background-color: #fb2056;
	padding: 1em 2em;
	border-radius: 4px;
	color: #ffffff;
	margin-top: 1em;
	display: block;
}

.menu-item.button > a > span:hover {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.25);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}


#genesis-nav-primary .menu-item {
    border-right: #0083ae 2px solid;
}

#genesis-nav-primary .menu-item:last-child {
  border-right: none;
}

#genesis-nav-primary .menu-item a {
  color: #222;
  font-weight: 500;
  font-size: 19px;
  display: block;
  padding: 8px 0;
}

#genesis-nav-primary .menu-item a:hover {
  color: #0083ae;
}



#genesis-nav-primary .menu-item.quote_button a {
  border:#FFF 3px solid;
  padding: .3em 0.8em;
}

#genesis-nav-primary .menu-item.quote_button a:hover {
  border:#FFF 3px solid;
  padding: .3em 0.8em;
  background: #FFF;
  color: #0c2c65;
}


.menu-item a span {
	position: relative;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {

  border: none;
 }

.sub-menu .menu-item a:hover,
.sub-menu
.menu-item a:focus,
.sub-menu
.menu-item.current-menu-item > a {
	color: #8fbee8;
	border: none;
}




/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1em 0;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu li {
	width: 100%;
	margin: 0;
}

.sub-menu li:first-of-type {
	margin-top: 0.5em;
}

.sub-menu li:first-of-type a {
/* 	padding-left: 1em; */
}

.sub-menu a {
  padding: 0.5em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary {
	width: 100vw;
	clear: none;
	float: right;
	margin: 40px 0 10px 0;
	padding: 5vw;
	background-color: rgba(35, 44, 57, 0.98);
/*
	border-top: 2px solid #f0f1f2;
	border-bottom: 2px solid #f0f1f2;
*/
	position: fixed;
	overflow: auto;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	left: 5vw;
	top: -10px;
	top: -1rem;
	left: -10px;
	left: -1rem;
	right: -10px;
	right: -1rem;
	bottom: -10px;
	bottom: -1rem;
	display: none;
	
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.nav-primary.visible {
	display: block;
}

.no-js .nav-primary {
	width: 100%;
	position: relative;
	display: block;
}

.no-js .nav-primary .wrap {
	padding: 0 5%;
}

.no-js .nav-primary .menu-item {
	display: inline-block;
	width: auto;
	margin: 0 0.5em;
}

.nav-primary .wrap {
	height: 100%;
}

.nav-primary .menu {
	min-height: 100%;
	padding: 0 0 1em;
}


.nav-secondary {
  display: block;
  text-align: right;
  float: right;
  clear: none;
  position: relative;
  margin-top: 0;
	-webkit-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;

}



/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
    padding: 0;
    width: auto;
    cursor: pointer;
    background-color: transparent!important;
    display: block;
    position: absolute;
    right: 3%;
    top: 0;
    line-height: 1;
    color: #FFF;
    letter-spacing: 0;
    z-index: 999;
    border: none;
    box-shadow: none;
    line-height: 1em;
    font-size: 22px;
    -webkit-transition: all 0s 0.2s;
    transition: all 0s 0.2s;
}


.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	outline: none;
	box-shadow: none;
	color: transparent;
  border: none;
  box-shadow: none;
  color: #FFF;
}

.menu-toggle.activated {
  color: #FFF;
}

.menu-toggle.activated {
	position: fixed;
	top: 10px;
}

body.logged-in .menu-toggle.activated {
  	top: 56px;
}

.menu-toggle span {
    display: block;
    float: right;
    position: relative;
    height: 3px;
    background: #FFF;
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
    width: 25px;
    width: 2.5rem;
    margin-left: 0.236em;
    margin-top: 7px;
    margin-top: 0.7rem;
    border-radius: 4px;
    top: 3px;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #FFF;
	border-radius: 4px;
	content: ' ';
}

.menu-toggle.activated span::before, .menu-toggle.activated span::after {
  background: #FFF;
}


.menu-toggle span::before {
	top: -7px;
	top: -0.7rem;
	-webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: top 0.2s 0.2s, transform 0.2s 0s;
	        transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle span::after {
	bottom: -7px;
	bottom: -0.7rem;
	-webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, transform 0.2s 0s;
	        transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: top 0.2s 0s, transform 0.2s 0.2s;
	        transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.menu-toggle.activated span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, transform 0.2s 0.2s;
	        transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.sub-menu-toggle {
    position: absolute;
    background-color: #FFF!important;
    padding: 0.4em;
    margin: 0 0 0 1em;
    width: auto;
    border: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
    border-radius: 3px;

}


.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    background: none;
    border: none;
    outline: none;
}

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #0083ae;
}

.sub-menu-toggle.activated:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
}

/* ## Entries
--------------------------------------------- */
.entry {
/* 	background-color: #ffffff; */
}

.single .entry {
	background-color: transparent;
}

.entry-title a {
	text-decoration: none;
	color: inherit;
}

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

.entry-content {
	clear: both;
}

.entry-content:before,
.entry-content:after {
	clear: both;
	display: block;
	content: '';
}

.entry-content p {

}


.entry-content li {

}

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

/*
.page .entry-content ul > li::before {
    color: #ea6227;
    content: "\f00c";
    display: inline;
    font-family:"Font Awesome 5 Free" !important;
    padding-right: 20px;
    font-weight: 900;
}
*/

.page .entry-content ul > li {

}

.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 li li {
	list-style-type: circle;
}


.page .entry-content ul.soliloquy-slider > li::before {
  display: none;
}


.entry-content code {
	background-color: #f6f7f8;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 2px solid #f0f1f2;
	margin-top: 1em;
	border-radius: 4px;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
}

.entry-image-link img {
	display: block;
}

.entry-image-link {
	display: block;
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

.single .entry-footer {
	padding: 30px 0 0;
	padding: 3rem 0 0;
}




.services_wrap {
  background: url('images/services_wrap_bg.jpg') 50% 0 / 100% auto no-repeat #102751;
  padding: 100px 40px 50px;
}


.callout_boxes {
/*
  position: absolute;
  bottom: 0;
*/
  width: 100%;
  text-align: center;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#243f73+0,243f73+100&0.75+0,1+100 */
  background: -moz-linear-gradient(top, rgba(36,63,115,0.75) 0%, rgba(36,63,115,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36,63,115,0.75) 0%,rgba(36,63,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36,63,115,0.75) 0%,rgba(36,63,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf243f73', endColorstr='#243f73',GradientType=0 ); /* IE6-9 */
  z-index: 1;
}

.callout_box_wrapper {
  display: inline-block;
  float: left;
  width: 33.3333%;
}

.callout_box {
  padding: 50px;
  background-position: 60px -25px;
  background-repeat: no-repeat;
  color: #FFF;
}

.widget_content {
  line-height: 1.2em;
}

.featured_widget_title {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
}

.feature_area .featured_widget_title {

}


.feature_area {
  color: #FFF;
  padding: 20px;
  background-size: cover; 
  background-position: 50% 50%;
  box-sizing: border-box;
  line-height: 1.2em;
}

.feature_area_content {

}

.align-right .feature_area_content {
  float: right;
  text-align: left;
}

.align-center .feature_area_content {
  float: none;
  margin: 0 auto;
}



.feature_area_wrapper {
  width: 33.333%;
  float: left;
}

.feature_icon {
  width: 115px;
  margin: 0 auto 20px;
}


.brands_wrapper {
  text-align: center;
  padding: 80px 45px 60px; 
}

.brands_wrapper .wrap {
  max-width: 1000px;
}

.brand_item {
  display: inline-block;
  margin: 0 10px 20px;
}

.section-title {
  font-size: 2em;
  font-weight: 800;
  margin: 0 auto 1em;
  display: block;
  color: #243f73;
}




.services_boxes {
  position: relative;
  color: #222;
}

.services_boxes_header {
  color: #FFF;
}

.service_box_wrapper {
  width: 33%;
  float: left;
  padding: 80px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  margin: 1px;
  position: relative;
}


.services_slide_wrapper {
  padding: 320px 40px 40px;
  min-height: 700px;
}


.service_box_background_image {
  position: absolute;
  width: 100%; 
  height: 100%; 
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
	-webkit-transition: opacity 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: opacity 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.specialty_slider_header {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
}


.services_slide_icon_wrapper {
  position: absolute;
  top: 100px;
  left: 40px;
  z-index: 10;
}

.service_slide_content {
  width: 650px;
  max-width: 100%;
}

.services_slide_icon {
  width: 125px;
  margin: 0 40px 10px 0;
  text-align: center;
  float: left;
  line-height: 1em;
}

.service_slide_title.h3 {
  font-size: 1em;
}

.services_slide_icon img {
  width: 100px;
  height: auto;
  margin: 0 auto 15px;
}

.service_box {
  z-index: 1;
  position: relative;
}

.service_box_wrapper:hover .service_box_background_image {
  opacity: 1;
  cursor: pointer;
}
  

#homepage_bottom {
  padding-top: 80px;
  padding-bottom: 60px;
}
  
#homepage_bottom_content_left {
  float: left;
  width: 50%; 
  padding-right: 30px;
}

#homepage_bottom_content_right {
  float: right;
  width: 50%; 
}
  


.questions_section_left {
  background: url('images/implant_questions_bg.jpg') 0 0 / cover no-repeat #d0d4d5;
}

.questions_section_right {
  background-color: #d0d4d5;
  padding: 60px 25px 50px;
}

.questions_section_right h4 {
  margin-bottom: 12px;
}

.questions_section_right a {
  font-weight: normal;
  text-decoration: underline;
  color: #4d4e4e;
}

.questions_section_right a:hover {
  color: #0083ae;
}




.featured_listings_feed {
  padding: 60px 0;
}



.featured_listing_wrap {
  width: 20%;
  float: left;
  padding: 0 12px;
}


.featured_listings_feed.single_listing_ads .featured_listing_wrap {
    width: 33%;
    float: left;
    padding: 0 12px;
}

.featured_listings_feed.single_listing_ads .featured_listing_wrap .listing_title {
  font-size: 1em;
}

.featured_listings_feed.single_listing_ads .featured_listing_wrap .practice_name {
  font-size: 0.9em;
}

.featured_listings_feed.single_listing_ads .featured_listing_wrap .listing_address {
  font-size: 0.9em;
}


.featured_listings_feed.single_listing_ads .listing_image {
    margin-bottom: 20px;
    float: left;
    width: 20%;
    margin: 0 2% 20px;
}


.featured_listings_feed .container .featured_listing_wrap:nth-child(6n) {
  clear: both; 
}


.featured_listings_feed .listing_title {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.5em;

}

.listing_image {
  margin-bottom: 20px;
}

.featured_listing_wrap .button {
  display: block;
  width: 100%;
}





#directory_search_box .widget_wpbdp_searchwidget {
  width: 500px;
  margin: 0 auto 40px;
  max-width: 100%;
}

.listing_list {

}

.listing_list ul {
  column-count: 4;
  column-gap: 20; 
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.listing_list ul li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.listing_list ul li a {
  display: block;
  color: #0083ae;
}


#listing_tabs {
  margin-bottom: 50px;
}

body.wpbdp-view-login #listing_tabs, 
body.wpbdp-view-flag_listing #listing_tabs, 
body.wpbdp-view-edit_listing #listing_tabs, 
body.wpbdp-view-checkout #listing_tabs, 
body.wpbdp-view-confirm_listing_claim #listing_tabs, 
body.wpbdp-view-submit_listing #listing_tabs
body.wpbdp-view-renew_listing #listing_tabs, 
body.wpbdp-view-submit_listing #listing_tabs {
  display: none;
}

body.wpbdp-view-login #directory_search_box, 
body.wpbdp-view-flag_listing #directory_search_box, 
body.wpbdp-view-edit_listing #directory_search_box, 
body.wpbdp-view-checkout #directory_search_box, 
body.wpbdp-view-confirm_listing_claim #directory_search_box, 
body.wpbdp-view-submit_listing #directory_search_box, 
body.wpbdp-view-renew_listing #directory_search_box, 
body.wpbdp-view-submit_listing #directory_search_box {
  display: none;
}


body.wpbdp-view-login .browse_text, 
body.wpbdp-view-flag_listing .browse_text, 
body.wpbdp-view-edit_listing .browse_text, 
body.wpbdp-view-checkout .browse_text, 
body.wpbdp-view-confirm_listing_claim .browse_text, 
body.wpbdp-view-renew_listing .browse_text, 
body.wpbdp-view-submit_listing .browse_text {
  display: none;
}

body.wpbdp-view-login .entry-title, 
body.wpbdp-view-flag_listing .entry-title, 
body.wpbdp-view-edit_listing .entry-title, 
body.wpbdp-view-checkout .entry-title, 
body.wpbdp-view-confirm_listing_claim .entry-title, 
body.wpbdp-view-renew_listing .entry-title, 
body.wpbdp-view-submit_listing .browse_text {
  display: none;
}


body.wpbdp-view-main article.page {
  display: none;
}




.wpbdp-discount-fields.wpbdp-checkout-section {
  display: none;
}




.directory_quick_search #wpbdp-keyword-field {
  width: 67%;
  float: left;
  line-height: 1.7em;
}

.directory_quick_search {
  margin-bottom: 10px;
}

body.wpbdp-view-login .directory_quick_search {
  display: none;
}


.directory_quick_search .widgettitle {
  text-align: center;
}


.directory_quick_search p {
  width: 32%;
  float: right;
}

.directory_quick_search p .wpbdp-search-widget-submit {
  margin: 0;
  padding: 0.95em 2.25em;
  border-radius: 3px;
}



#wpbdp-page-main_page {
/*   display: none; */
}







  

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 1.5rem;
	font-weight: 500;
}

.entry-header p.entry-meta {
	margin-bottom: 1em;
}

.entry-categories,
.entry-tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	        align-content: flex-start;
}

.entry-categories img,
.entry-tags img {
	margin-right: 0.5em;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	margin: 5vw 0 10vw;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	clear: both;
}

.pagination:before,
.pagination:after {
	clear: both;
	display: block;
	content: '';
}

.adjacent-entry-pagination {
	margin: 0;
	padding: 40px 0;
	padding: 4rem 0;
	background-color: #f6f7f8;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

.adjacent-entry-pagination a {
	color: #647585;
	text-decoration: none;
}

.archive-pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
	list-style: none;
}

.archive-pagination a {
	background-color: #ffffff;
	color: #232c39;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7.5px 10px;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #09265d;
	color: #ffffff;
	box-shadow: 0 1rem 1rem -0.5rem rgba(35, 44, 57, 0.15);
}



.term_description {
  padding: 20px 0 10px;
  border-bottom: #999 1px solid;
  margin: 0 0 30px;
}



/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-top: 4rem;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-list li {
	padding: 40px 0 0 5vw;
	padding: 4rem 0 0 5vw;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment-respond {
	padding: 0 0 0 1em;
}

.comment-list > .comment-respond {
	padding: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-edit-link {
	padding-left: -webkit-calc(4.8rem + 1em);
	padding-left:         calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	padding: 0;
	clear: both;
	display: block;
}

.comment-reply-link {
	display: block;
	margin-bottom: 1em;
}

.comment-meta {
	padding-left: -webkit-calc(4.8rem + 1em);
	padding-left:         calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-content {
	clear: both;
}

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

.comment-content p {
	margin-bottom: 0.618em;
}

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 10px;
	margin-right: 1rem;
}

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

.pingback:last-of-type p {
	margin-bottom: 0;
}


.wpbdp-region-field .spinner-text {
  color: #b73030;
  font-size: 14px;
}

/* ## Widgets
--------------------------------------------- */
.sidebar-primary {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	        order: 3;
}

.sidebar-primary {
/*
  position: fixed;
  top: 200px;
  right: 40px;
  padding-left: 40px;
  z-index: 1;
*/
}


.issue_articles {
  margin-bottom: 30px;
}


body.single-journal .sidebar-primary {
  margin-top: -130px;
}


#genesis-sidebar-primary {

}




body.single-journal .sidebar-primary .issue_image {
  margin-bottom: 30px;
}


.issue_articles li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.1em;
}

.issue_articles li a {
  text-decoration: underline;
}



.sidebar_form {
  background: #ffcb08;
  padding: 30px 30px 100px;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
}


.journal_categories {

}




.sidebar_form .form_field.left_half, 
.sidebar_form .form_field.right_half {
  width: 100%; 
  float: none;
  clear: both; 
}


.widget {
	margin-bottom: 10vw;
	word-wrap: break-word;
}

.widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 5vw;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .widget p:last-of-type {
	margin-bottom: 0;
}

.widget ul > li:last-of-type:not(.gfield) {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}

.widgettitle,
.widget-title {

}

.city-listing-title {
  margin-bottom: 25px;
}

.sidebar .widgettitle,
.sidebar
.widget-title {
	font-size: 16px;
	font-size: 2rem;
	margin-bottom: 1em;
}

.widget_calendar table {
	width: 100%;
}

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

.sidebar .gform_widget {
  background: #243f73; 
  color: #FFF;
  padding: 15px;
}

.gform_widget .gform_wrapper {
  margin-bottom: 0;
}

.gform_widget .widget-title {
  text-align: center;
  font-weight: 800;
  font-size: 1.25em;
  display: block;
}

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type="submit"] {
  display: block;
  width: 100%;
  margin: 0;
}

body .gform_widget .gform_footer {
  margin: 0 auto;
}

body .gform_wrapper .gform_body ul li.gfield {
  margin-top: 0;
}

body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

.form_field {
  margin: 0 0 20px;
}

.wpcf7-submit {
  float: right;
  text-transform: uppercase;
}



.widget_wpbdp_zipsearchwidget, 
.widget_wpbdp_region_search_widget, 

.sidebar-listing-results #sidebar-widget {
  background: #c5c7c7;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 30px;
}


.sidebar-listing-results #sidebar-widget .widget_custom_html {
  margin-bottom: 10px;
  font-size: 14px;
}

.sidebar-listing-results.sidebar .widgettitle {
    font-size: 2.25rem;
    margin-bottom: 0.25em;
}

.sidebar-listing-results .widget_wpbdp_searchwidget.widget {
  margin-bottom: 0;
}



.sidebar input[type="submit"] {
  width: 100%;
}


.widget_wpbdp_zipsearchwidget .zipcode-search-zip, .widget_wpbdp_searchwidget .zipcode-search-zip {
  width: 100%;
}










/* ## Site Footer
--------------------------------------------- */
.site-footer {
  background: #000;
	color: #b8b8b8;
	position: relative;
  padding-top: 30px;
}

.site-footer > .wrap {
	padding: 0 5vw 5vw;
	position: relative;
}

.site-footer > .wrap > p {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: -webkit-calc(100% - 4rem);
	max-width:         calc(100% - 4rem);
}

.site-footer a {
	color: #b8b8b8;
	text-decoration: none;
}

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

.accreditations {
    text-align: center;
    margin: 0 auto -30px;
    z-index: 1;
    position: relative;
    background: #ededed;
    display: table;
    padding: 14px 20px;
    border: #FFF 2px solid;
    transform: translateY(-50%);
    box-shadow: 0 0 6px rgba(0,0,0,0.4); 
}

.accreditations .widget_media_image {
  display: inline-block;
  margin: 0 5px;
}

.accreditations img {
  max-width: 200px;
  max-height: 50px;
  width: auto;
  height: auto;
}

.site-footer .back-to-top {
	position: absolute;
	right: 5vw;
	bottom: 20px;
	bottom: 2rem;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	text-align: center;
}

.site-footer .back-to-top:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.site-footer .back-to-top:before,
.site-footer .back-to-top:after {
	content: '';
	display: block;
	height: 2px;
	width: 8px;
	background-color: #a4a8ac;
	position: absolute;
	top: 13px;
	top: 1.3rem;
	left: 9px;
	left: 0.9rem;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.site-footer .back-to-top:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	left: 13px;
	left: 1.3rem;
}



.footer_contact_header {
  border-bottom: #FFF 1px solid; 
  padding: 0;
  margin-bottom: 50px;
}

.footer_contact_header .section_title {
  float: left;
}

.footer_contact_header .contact_phone {
  float: right;
  margin-top: 5px;
}

.footer_contact_header .contact_phone a {
  color: #FFF;
}

.footer_contact_content {
  margin-bottom: 40px;
}

.upper_footer form {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}



#footer-testimonials {
  background: url('images/bg_noise.png') 0 0 repeat #f0f0f0;
  padding: 50px 50px 100px;
  color: #09265d;
  text-align: center;
  font-size: 0.85em;
}

#footer-testimonials .wrap {
  max-width: 780px;
}

.section-header {
  text-align: center;
  font-weight: 800;
  font-size: 1.75em;
  padding-bottom: 0.5em;
  display: block;
  position: relative;
  margin: 0 0 1em 0;
}

.section-header::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #CCC;
  width: 80px;
  left: 50%;
  bottom: 0;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}





/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
	padding: 60px 0;
	padding: 6rem 0;
	z-index: 0;
}

.footer-widgets .widget-area {
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
}

.footer-widgets .widget-area:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-area .widget-title {
  color: #7acfeb;
  font-weight: bold;
}


.footer-widgets .footer-widgets-1.widget-area .widget:first-child {
  padding-left: 0;
  border-left: none;
}


.footer-widgets-2.footer-widget-area .widget {
  margin-bottom: 0px!important;
}

.menu-main-nav-container {
  float: right;
}

.footer-widgets .widget-area .widget {
	width: 100%;
	display: block;
	margin: 0 auto 2em;
}

.footer-widgets .widget-area .widget:last-of-type {
}

.footer-widgets .widget-title {
	margin-bottom: 10px;
	color: #f0f1f2;
	display: block;
}

.footer-widgets .menu-item {
  line-height: 1.618;
  padding: 0;
  margin: 0 0 5px 0;
  text-align: left;
  text-transform: none;
  font-weight: 300;
  display: block;
  width: inherit;
  
}


.footer-widgets .menu-item.logged-in-item {
  display: none;
}


body.logged-in .footer-widgets .menu-item.logged-in-item {
  display: block;
}

body.logged-in .footer-widgets .menu-item.logged-out-item {
  display: none;
}




.footer-widgets .menu-item:first-child::before {
  display: none;
}

.footer-widgets .menu-item a {
	padding: 0;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	color: #c1c7d4;
}

.footer-widgets .menu-item a:hover,
.footer-widgets .menu-item.current-menu-item > a {
	color: #f6f7f8;
}


#menu-footer-menu {
  display: block;
  text-align: right;
  font-size: 0.85em;
  margin: 0 0 10px 0;
}



.footer-widgets .sub-menu {
	display: none !important;
}

.footer-widgets .enews ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.footer-widgets .enews ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.footer-widgets .enews form {
	position: relative;
}

.footer-widgets .enews input {
	background: transparent;
	color: #ffffff;
	border-color: #647585;
	padding: 4px 14px;
	padding: 0.4rem 1.4rem;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.footer-widgets .enews input:focus {
	border-color: #a4a8ac;
}

.footer-widgets .enews input[type='submit'] {
	background-color: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4px 0;
	width: 50px;
	width: 5rem;
	line-height: 2;
	font-size: 100%;
	z-index: 1;
	color: transparent;
	box-shadow: none;
}

.footer-widgets .enews input[type='submit']:hover + .fa-send-o {
	color: #ffffff;
}

.footer-widgets .enews input[type='submit']:focus {
	outline: 2px solid #f0f1f2;
}

.footer-widgets .enews .fa-send-o {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.5em 0.75em;
	line-height: 1;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0.5em;
	z-index: 0;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}




.social_links {
  clear: both;
}

.social_icons {
  text-align: center;
  padding: 30px 25px;
}

.social_icons a {
    background: #0e83ae;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 4px;
    color: #FFF;
    margin: 0 10px;
}

.social_icons a:hover {
  background: #FFF;
  color: #0e83ae;
}


.social_link {
  font-size: 20px;
  margin: 0 4px 0 0;
}

.social_link img {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
  max-height: 20px;
  max-width: 20px;
  width: auto;
  height: auto;
}


.social_links strong {
  display: inline-block;
  vertical-align: middle;
}


.register-link {
  margin-top: 0;
  color: #FFF!important;
}


.wpbdp-login-form-extra-links {
  margin-bottom: 0;
}



.login_form_wrapper {
	width: 350px;
	max-width: 100%;
	margin: 50px auto;
}



.wpbdp-claim-listings, .listing-actions.cf {
    float: right;
    z-index: 1;
    margin: 15px 20px;
}

.wpbdp-claim-listings.open, .listing-actions.cf.open {
  background: #FFF;
  float: none;
}




.wpbdp-view-show_listing a.claim-listing-link {
    color: #FFF !important;
    display: block;
    text-align: center;
    
}


.listing_action_buttons .wpbdp-claim-listings {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 15px 0;
}


.listing_action_buttons .wpbdp-claim-listings.open {
    border: none;
    float: left !important;
}


    

.claim-listing-link, .wpbdp-button.edit-listing {
  background: #222;
  color: #FFF;
  padding: 0.74375em 0.775em 0.68125em!important;
  font-weight: bold;
  text-transform: uppercase;
	font-size: 18px!important;
	display: inline-block!important;
	vertical-align: top;
	margin-top: 0!important;
}


.wpbdp-listing-excerpt .wpbdp-claim-listings {
  padding: 0 20px;
  
}

.wpbdp-listing-excerpt .wpbdp-claim-listings .claim-listing-link {
    background: none;
    padding: 0;
}

.wpbdp-listing-excerpt .wpbdp-claim-listings {
    margin: 0 22px 20px 20px;
    padding: 10px 20px;
    background: #FFF;
    float: right;
    font-weight: bold;
    z-index: 1;
}

.wpbdp-claim-listings.open {
    border: #DDD 2px solid;
    float: none!important;
    margin-bottom: 10px!important;
}


.wpbdp-listing-excerpt .wpbdp-claim-listings {
    margin: 0;
    padding: 0;
    background: none;
    float: right;
    font-weight: normal;
}  





.claim-form-wrapper #loginform, 
.claim-form-wrapper h4 {
  display: none;
}

.wpbdp-claim-listings.open .claim-form-wrapper {
  padding: 0 20px;
}







#copyright_footer {
  width: 1000px;
  text-align: center;
  max-width: 100%;
  padding: 0 25px;
  margin: 15px auto 0;
  font-size: 0.9em;
}




.issue_cover_story {
  padding: 100px 0 50px;
  margin-bottom: 75px;
}


.issue_cover_story::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  left: 50%; 
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url('images/bg_journal_callout.png') 0 0 repeat-x #FFF;
}

.cover_story_left {
  float: left;
  width: 60%;
  padding-top: 60px;
}

.cover_story_right {
  float: right;
  width: 37%;
}


.from_the_publisher {
  border-bottom: #999 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}


.article_introduction {
  padding: 20px 20px 10px;
  background: #f6f6f6;
  border: #BBB 1px solid;
  margin-bottom: 30px;
}


.author_list, .author_list li {
  margin: 0 0 10px!important;
  list-style: none!important;
  padding: 0;
}

.article_author_blocks .author_list {
  margin: 0 0 20px!important;
}

.article_authors li {
  display: inline-block;
}

.article_authors li:last-child .author_and {
  display: none;
}

.article_authors li a {
  color: inherit;
}

.article_author_blocks .author_list li {
  border: #DDD 1px solid;
}

.author_avatar {
  width: 15%;
  margin-right: 2%;
}

.author_info {
  width: 83%;
  float: left; 
  padding: 15px;
}



.more-link {
  text-decoration: none;
}

.featured_post {
  margin-bottom: 50px;
}

.article_featured_img {
  width: 100%;
  display: block;
  margin: 0 auto 15px;
  height: auto;
}




.article_references {
  margin-bottom: 40px;
}


.article_disclosures {
  margin-bottom: 40px;
}


.peer_review {
  margin-bottom: 40px;
}


.peer_reviewed_badge {
  display: inline-block;
  vertical-align: middle;
  height: 65px;
  width: auto;
  margin: -5px 0 0 0;
}




.wpbdp-ratings-reviews {
  margin: 30px 20px 0 20px;
}

.wpbdp-ratings-reviews .review-form {
  padding: 15px;
  margin-bottom: 0;
  margin-top: 25px;
}


.ratings_wrapper_short a {
  text-decoration: underline!important;
}

.wpbdp-ratings-stars {
  margin-right: 10px;
}





/* JOURNAL STYLES */


.journal_callout_upper {
  margin-bottom: 45px;
}

.journal_callout {
  background: url('images/bg_journal_callout.png') 0 0 repeat-x #FFF;
  padding: 60px 0;
  border-top: #FFF 2px solid;
}

.journal_cover_image {
  float: left;
  width: 32.333%;
  margin: 0 5% 0 0;
}

.journal_callout_content {
  float: right;
  width: 62%;
}

.journal_callout_content p {
  line-height: 2em;
}

.journal_callout_lower {
  clear: both;
  display: flex
}

.journal_article_short {
  background: #c5c7c7;
  padding: 20px 30px;
  width: 32.333%;
  text-align: center;
  float: left;
  margin-right: 1.333%;
}

.journal_article_short:nth-child(3n) {
  margin-right: 0;
}

.journal_article_short h3 {

} 

.journal_article_short.subscribe {
  background: #6fc5e1; /* Old browsers */
  background: -moz-linear-gradient(top, #6fc5e1 0%, #aae7fb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6fc5e1 0%,#aae7fb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6fc5e1 0%,#aae7fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc5e1', endColorstr='#aae7fb',GradientType=0 ); /* IE6-9 */  
}

.journal_article_short.subscribe a {
  max-height: 95%;
  padding: 20px 30px;
  position: absolute; 
  left: 0;
  top: 50%; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.journal_article_short.subscribe h3 {
  color: #FFF;
}

.subscribe_text {
  color: #4d4e4e;
}

.journal_article_short .article_image {
    margin-bottom: 20px;
    padding-top: 56%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.journal_article_short .read_more {
  color: #363636;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

.journal_article_short .read_more:hover {
  color: #FFF;
}

.recent_reviews {
  margin-bottom: 60px;
}

.review_wrapper {
  border: #333 1px solid;
  padding: 30px;
  width: 32.333%;
  float: left;
  margin-right: 1.333%;
  font-size: 2rem;
}

.review_wrapper:nth-child(4n) {
  margin-right: 0;
} 

.review_wrapper .review_attribution {
  color: #0083ae;
  font-weight: bold;
  margin-top: 15px;
}

.recent_reviews h2 {
  color: #6fc5e1;
  margin-bottom: 40px;
}



.featured_posts {
  border-bottom: #999 1px solid;
  padding-bottom: 30px;
  margin-bottom: 50px;
}


.journal_post {
  margin-bottom: 25px;
}

.issue_articles h2 {
  border-bottom: #999 1px solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #666;
}

.journal_post h3 {
  
}


.issue_posts {
  margin-bottom: 60px;
}








.for_dentists_content {
  padding: 20px 20px 20px 0;
}

.for_dentists_content .button {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-image {
	margin-bottom: 0;
}










/* ## Before Footer
--------------------------------------------- */
.before-footer {
	padding: 60px 0;
	padding: 6rem 0;
	background-color: #232c39;
	color: #ffffff;
	position: relative;
}

.before-footer:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	pointer-events: none;
}

.before-footer:before {
	width: 100vw;
	height: 101%;
	left: -50%;
	right: -50%;
	top: 1%;
	margin: auto;
}

.before-footer .widget {
	margin-bottom: 5vw;
	position: relative;
	z-index: 1;
}

.before-footer .widget_media_image:first-of-type {
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	bottom: 0;
	left: -50%;
	right: -50%;
	margin: auto;
	z-index: 0;
}

.before-footer .widget_media_image:first-of-type .widget-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
}

.before-footer .widget_media_image:first-of-type img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.before-footer .wrap {
	z-index: 1;
}

.before-footer .widget-title {
	font-size: 30px;
	font-size: 3rem;
}

.before-footer p {
	margin-bottom: 0;
	color: #f6f7f8;
}

.before-footer button,
.before-footer .button,
.before-footer input[type='submit'] {
	margin: 0;
	color: #ffffff;
}

.before-footer button:hover,
.before-footer .button:hover,
.before-footer input[type='submit']:hover {
	color: #ffffff;
}

.before-footer button.alignright,
.before-footer .button.alignright,
.before-footer input[type='submit'].alignright {
	float: left;
}

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

.social-icons {
  margin-bottom: 10px;
}

.social-icons img {
  display: inline-block;
  text-align: right;
  max-width: 35px;
  max-height: 35px;
  margin: 0 0 0 5px;
  width: auto;
  height: auto;
}



.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
}

.simple-social-icons ul li {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1em;
	margin: 2px;
}

.simple-social-icons ul.aligncenter {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.simple-social-icons ul.alignleft {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */
div.lSSlideOuter .lSPager.lSpg > li {
	line-height: 1.6px;
	line-height: 0.16rem;
}

div.lSSlideOuter .lSPager.lSpg > li a {
	opacity: 0.382;
	background-color: #232c39;
	display: block;
}

div.lSSlideOuter .lSPager.lSpg > li.active a,
div.lSSlideOuter .lSPager.lSpg > li:hover a {
	opacity: 0.618;
	background-color: #232c39;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

div.lSSlideOuter ul.testimonials-list {
	color: #647585;
	font-size: 18px;
	font-size: 1.8rem;
}

div.lSSlideOuter ul.testimonials-list li {
	text-align: left;
}



body .wpbdp-listing-excerpt .stickytag, body .wpbdp-listing-excerpt .wpbdp-sticky-tag, 
body .wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag {
    float: left;
		margin: -7px 0 10px 4px;
		text-transform: uppercase;
		font-size: 0.85em;
		position: relative;
		transform: none;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		background: none;
		color: #888;
		font-size: 18px;
		padding: 0;
		width: auto;
		font-weight: 300;
}

.wpbdp-listing-single .stickytag, .wpbdp-listing-single .wpbdp-sticky-tag {
  display: none;
}


.wpbdp-listing-excerpt .stickytag::before, .wpbdp-listing-excerpt .wpbdp-sticky-tag::before  {
  content: '';
  position: absolute;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #888;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


body .wpbdp-listing-excerpt.sticky {
    background: #F9F9F9;
    border-bottom: solid 5px #acc0ca;
    margin-top: 30px;
}


body.single-wpbdp_listing #genesis-content {
  margin-top: -150px;
  width: 100%;
}


.general_listing_info_wrapper {
  display: flex;
  margin-bottom: 35px;
}


.general_listing_info {
  padding: 15px;
  background: #FFF;
  border: #DDD 2px solid;
  margin-right: 10px;

  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66%;
}


.listing_business_name {
  font-size: 1em;
}

body .wpbdp-listing .listing-thumbnail {
    float: left;
    width: 25%;
    margin-right: 3%;
}

	
body .wpbdp-listing .listing-thumbnail img {
	max-width: 100%;
}



body .wpbdp-listing .listing-details {
  width: 70%;
  float: right;
  margin-left: 0;
}


.business_details_wrapper {
  float: left;
  width: 70%;
}


.listing_title {
  font-size: 2em;
}

.listing_address .field-label {
  display: none!important;
}


.listing_map {
  float: right;
  width: 23%;
}


.listing_website {
  display: block;
  width: 33%;
  float: left;
  margin-top: 0;
  margin-bottom: 0;

}


.schedule_consultation {
  display: block;
  width: 66%;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}


.connect_header {
  background: #000;
  display: block;
  padding: 10px 20px;
  color: #8CC7D9;
  font-size: 1.4em;
  margin-bottom: 6px;
  text-align: center;
}



.wpbdp-listing-excerpt {
    padding: 16px;
    border: #DDD 1px solid;
    margin: 0 0 20px;
    border-bottom: solid 6px #ddd;
}

.listing_action_buttons {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33%;
   
  background: #FFF;
  padding: 15px;
  border: #DDD 2px solid;
}


.listing_action_button {
    display: block;
    margin-bottom: 10px;
    border: none !important;
    padding: 5px 15px 5px 64px;
    background-position: 0 50%;
    background-size: 65px auto;
    background-color: transparent;
    background-repeat: no-repeat;
    min-height: 60px;
    line-height: 1.2em;
    position: relative;
    width: 49%;
    float: left;
}

.listing_action_button span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/*
.listing_action_button::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
}
*/


.wpbdp-listing .listing-actions {
    text-align: right;
    position: relative;
    display: block;
    padding: 0 20px;
    text-align: right;
		margin-bottom: 50px;
}

.listing-actions .delete-listing {
	display: none;
}

.wpbdp-view-show_region .listing-actions, 
.wpbdp-view-search .listing-actions {
  display: none;
}


.wpbdp-sticky-tag {
	/* display: none; */
}



.listing-actions form {
    display: inline-block;
}

.listing-actions input.delete-listing {
    margin-right: 1px;
    display: none;
}

.listing-actions .wpbdp-button {
  background: #222;
}

.report-listing {
  display: none!important;
}



.meter {
    height: 20px;
    position: relative;
    background: #e7e7e7;
    -moz-border-radius: 2x;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    clear: both;
    display: inline-block;
    margin: 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    width: 66%;
    vertical-align: middle;
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #666;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd2e3+1,33a3ca+100 */
  background: #9dd2e3; /* Old browsers */
  background: -moz-linear-gradient(left, #9dd2e3 1%, #33a3ca 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9dd2e3 1%,#33a3ca 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9dd2e3 1%,#33a3ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd2e3', endColorstr='#33a3ca',GradientType=1 ); /* IE6-9 */

  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;

  box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
}


.experience_title {
  display: block;
}

.low_raange {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.high_raange {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.experience_meter_wrapper, 
.procedures_meter_wrapper {
  clear: both;
  margin-bottom: 10px;
}
/* Added by Alex Patin 12-14-20 */
.meter > span::after {
  background: #8c8b8b;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #858484;
  border-top: 1px solid #858484;
  content: "\00a0";
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}

/*
@keyframes expandWidth {
   0% { width: 0; }
   100% { width: auto; }
}
*/





.wpbdp-listing-excerpt.odd {
  background: #FFF;
}

body .wpbdp-listing .listing-title a, body .wpbdp-listing .listing-title h2 {
    color: #333;
    font-size: 1.3em;
}

body .wpbdp-listing a:not(.wpbdp-button) {
  color: inherit;
  border: none;
}

body .wpbdp-listing .listing-title {
  border-bottom: none;
}

.profile_button {
  color: #FFF!important;
  padding: 8px 12px;
  font-size: 15px;
}





a.schedule_consultation_btn {
/*   background-image: url('images/icon_calendar.png'); */
  background: #8CC7D9;
  padding: 12px;
  display: block;
  margin-bottom: 6px;
  color: #FFF!important;
  text-align: center;
}

a.listing_website_btn {
  background-image: url('images/icon_website.png');
  background-size: auto 75%;
  background-position: 10px 50%;
  background-color: #a1d8e9;
  margin-right: 2%;
}

a.pricing_info_btn {
  background-image: url('images/icon_pricing.png');
  background-size: auto 75%;
  background-position: 10px 50%;
  background-color: #a1d8e9;
}





.related_listings {
  clear: both;
}

.featured_listings_feed.single_listing_ads h2 abbr[data-title] {
  position: relative;
  text-decoration: underline dotted; 
}
.featured_listings_feed.single_listing_ads h2 abbr[data-title]:hover::after,
.featured_listings_feed.single_listing_ads h2  abbr[data-title]:focus::after {
  content: attr(data-title);
  position: absolute;
  top: -140px;
  transform: translateX(-50%);
  width: 210px;
  background: #008bb5;
  color: #fff;
  border-radius: 0;
  box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
}

ul.listing_tabs_links {
	margin: 0 0 -2px 0;
	overflow: hidden;
	display: flex;
}

ul.listing_tabs_links li {
  display: inline-block;
  margin: 0 4px 0 0;
  background: none;
  padding-left: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

ul.listing_tabs_links li a {
    display: block;
    background: #CFD4D5;
    color: #6F7070!important;
    font-weight: 700;
    padding: 10px 30px;
    border-bottom: 0 none;
    text-decoration: none;
    outline: none;
    width: 100%;
    height: 100%;
}

ul.listing_tabs_links li a:hover {
	color: #888;
	background: #FFF;
}

ul.listing_tabs_links li.ui-tabs-active a {
	background: #fff;
	padding-bottom: 12px;
	margin-bottom: -2px;
}

ul.listing_tabs_links li.ui-tabs-active a:hover {
	color: #555; /*this counteracts the tab color hover*/
}

.listing_tabs_content {
}



.tab_content, .wpbdp-ratings-reviews {
    border-bottom: ;
    padding: 30px;
    background: #FFF;
    margin-top: 30px;
    
}


.tab_header, .wpbdp-ratings-reviews h3, .wpbdp-ratings-reviews h2 {
    color: #008BB5;
    display: block;
    font-size: 1.4em!important;
    border-bottom: #CCC 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


.tab_subheader {
  color: #585858;
  display: block;
  font-size: 1.15em!important;
  margin-bottom: 7px;
}

.ui-widget-content a {
  color: #0083ae;
}


.tab_section {
  margin-bottom: 40px;
}


#financial_options_text {
  margin-bottom: 25px;
}

.insurance_accepted {
  margin-bottom: 25px;
}


#connect .social_links {
  margin-top: 10px;
}

#connect strong {
  margin-right: 10px;
}

#about #connect {
  margin-bottom: 0;
}



/* JQUERY UI TAB STYLES  */

body .ui-corner-all, body .ui-corner-bottom, body .ui-corner-right, body .ui-corner-br {
  border-radius: 2px;
}

body .ui-widget-content {
    border: none;
    background: #FFF;
    color: inherit;
}
 
body .ui-widget-header {
  border: none;
  border-bottom: 1px solid #CCC;
  background: none;
  color: inherit;
}   

body .ui-state-active, body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-active {
    border: 1px solid #CCC;
    background: #FFF;
    font-weight: bold;
    color: inherit;
}

body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
    border: 1px solid #CCC;
        border-bottom-width: 1px;
    background: #EEE;
    font-weight: bold;
    color: #999;
}

body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr {
    border-radius: 0;   
}

body .ui-state-default a, body .ui-state-default a:link, body .ui-state-default a:visited {
    color: #777;
}

body .ui-state-active a, body .ui-state-active a:link, body .ui-state-active a:visited {
  color: #007cba;
  background: #FFF;
}

body .ui-tabs .ui-tabs-panel {
    border: #CCC 1px solid;
    border-top: none;
    padding: 2em 2em 1em;
    font-size: 0.9em;
}

body .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #FFF;
}
    
body .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  margin-bottom: -2px;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}


.education, .associations, .awards {
  margin-bottom: 10px;
}

.affiliation_item, .education_item, .award_item {
  display: block;
}

.affiliation_item::before, .education_item::before, .award_item::before {
  content: '•';
  padding-left: 30px;
  position: relative;
  margin: 0 10px 0 0;
}


.affiliation_logo {
    display: block;
    text-align: center;
    margin: 10px 5% 30px;
    text-align: left;
    text-indent: -9999px;
    height: 75px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 40%;
    float: left;
}


.affiliation_logo.AAID {
  background-image: url('images/logo-aaid.png'); 
}

.affiliation_logo.AACD {
  background-image: url('images/logo-aacd.png'); 
}

.affiliation_logo.ICOI {
  background-image: url('images/logo-icoi.png'); 
}

.affiliation_logo.ADA {
  background-image: url('images/logo-ada.png'); 
}

.affiliation_logo.AGD {
  background-image: url('images/logo-agd.png'); 
}

.affiliation_logo.ABOI {
  background-image: url('images/logo-aboi.png'); 
}

.affiliation_logo.IDIA {
  background-image: url('images/logo-idia.png'); 
}

.affiliation_logo.AAOMS {
  background-image: url('images/logo-aaoms.png'); 
}

.affiliation_logo.OSSEO {
  background-image: url('images/logo-osseo.png'); 
}

.affiliation_logo.AADSM {
  background-image: url('images/logo-aadsm.png'); 
}







.credentials {
  display: flex;
}

.credentials_list {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60%;
}

.credentials_logos {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
}


.credentials_logos_short {
  margin: 10px 0 20px;
}

.credentials_logos_short .affiliation_logo {
  width: 100px;
  height: 45px;
  max-width: 100%;
  background-size: contain;
  margin: 0px 20px 0px 0px;
  display: inline-block;
}

.credentials_logos_short .affiliation_logo.ADA {
  background-size: 73% auto !important
}




.credential_section_title {
  text-transform: uppercase;
  display: block;
}


#procedures {

}

.procedure_items_wrapper {
  display: flex;
  flex-wrap: wrap;

}

.procedure {
    flex-grow: 0;
    flex-basis: 32%;
    background: #E2E2E2;
    border: #999 1px solid;
    padding: 20px;
    margin: 0 2% 20px 0;
}


.procedure:nth-child(3n) {
  margin-right: 0;
}

.procedure:nth-child(4n) {
  clear: both; 
}


.procedure_description {
  display: block;
}


.procedure_image {
  display: inline-block;
  width: 49.5%;
  margin-right: 1%;
  margin-top: 14px;
  margin-bottom: 5px;
}


.procedure_image:nth-child(even) {
  margin-right: 0;
}


.procedure_cost {
  color: #008BB5;
  display: block;
  
}

.procedure_disclaimer {
  font-size: 0.9em;
  font-style: italic;
  display: block;
}



.insurance {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 10px 0;
}

.payment_method {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 10px 0;
}






.listing_video {
  float: left;
  width: 49%;
  margin: 0 2% 30px 0;
}

.listing_video:nth-child(odd) {
  margin-right: 0;
}







body.wpbdp-view-submit_listing .wpbdp-form-field-id-145,

body.wpbdp-view-submit_listing .wpbdp-form-field-id-146, 

body.wpbdp-view-submit_listing .wpbdp-form-field-id-150,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-166,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-167,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-168, 

body.wpbdp-view-submit_listing .wpbdp-form-field-id-152,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-169,
/*
body.wpbdp-view-submit_listing .wpbdp-form-field-id-156,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-157,
*/
body.wpbdp-view-submit_listing .wpbdp-form-field-id-162,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-161,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-215,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-159,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-150,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-182,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-183,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-184,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-185,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-186,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-187,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-188,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-189,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-190,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-191,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-192,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-193,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-177,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-178,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-179,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-180,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-181,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-172,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-173,

body.wpbdp-view-submit_listing .wpbdp-form-field-id-174,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-175,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-176,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-155,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-196,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-194,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-213,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-214,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-208,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-209,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-210,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-211,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-212,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-207,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-206,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-198,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-199,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-200,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-201,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-202,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-203,

body.wpbdp-view-submit_listing .wpbdp-form-field-id-204,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-205,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-217,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-218,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-219,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-220,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-221,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-222,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-216,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-265,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-254,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-255,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-256,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-257,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-258,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-259,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-260,

body.wpbdp-view-submit_listing .wpbdp-form-field-id-251,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-252,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-253,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-261,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-262,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-263,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-264,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-265,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-248,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-249,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-250,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-261,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-262,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-263,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-264, 
body.wpbdp-view-submit_listing .wpbdp-form-field-id-231,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-232,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-233,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-269,

body.wpbdp-view-submit_listing .wpbdp-form-field-id-227,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-228,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-226,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-239,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-238,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-237,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-236,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-260, 

body.wpbdp-view-submit_listing .wpbdp-form-field-id-247, 
body.wpbdp-view-submit_listing .wpbdp-form-field-id-246,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-256,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-257,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-264,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-243,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-262,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-263,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-260,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-261,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-259,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-245,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-244,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-231,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-232,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-229,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-230,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-227,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-225,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-226,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-233,

body.wpbdp-view-submit_listing .wpbdp-form-field-id-234,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-241,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-242,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-239,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-240,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-238,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-237,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-235,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-236,

body.wpbdp-view-submit_listing .wpbdp-form-field-id-223,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-224,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-266,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-267,
body.wpbdp-view-submit_listing .wpbdp-form-field-id-236, 
body.wpbdp-view-submit_listing .wpbdp-form-field-id-153, 
body.wpbdp-view-submit_listing .wpbdp-form-field-id-268, 

body.wpbdp-view-submit_listing .wpbdp-form-field-id-168, 


body.wpbdp-view-submit_listing .wpbdp-submit-listing-section-attachments, 
body.wpbdp-view-submit_listing .wpbdp-submit-listing-section-listing_images


 {
  display: none!important;
}



.wpbdp-form-field-id-148 .wpbdp-form-field-inner .wpbdp-url-field-col:nth-child(2) {
  display: none;
}

.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col {
  width: 100%;
}



.wpbdp-category-selection-with-tip {
  display: none;
}


input#wpbdp-terms-and-conditions-agreement {
  margin-right: 10px;
}





body.wpbdp-view-edit_listing .wpbdp-form-field-id-150,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-169,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-146,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-152,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-153,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-159,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-172, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-173,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-174,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-175,

body.wpbdp-view-edit_listing .wpbdp-form-field-id-176,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-196,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-194, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-272 

{ display: none!important; }




/* Hiding Procedure Costs on Listing Edit Page */


body.wpbdp-view-edit_listing .wpbdp-form-field-id-198,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-199,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-200,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-201,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-202,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-203,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-204,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-205,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-206,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-207,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-208,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-209,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-210,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-211,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-212,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-217,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-218,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-219,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-220,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-221,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-222, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-265 

{
  display: none!important; 
}




/* Hiding Procedure Before/After images on Listing Edit Page */

body.wpbdp-view-edit_listing .wpbdp-form-field-id-225, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-226, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-227, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-228, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-229, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-230, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-231, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-232, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-234, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-235, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-236, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-237, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-238, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-239, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-240, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-241, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-242, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-243, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-244, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-245, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-246, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-247, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-248, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-249, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-250, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-251, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-252, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-253, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-254, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-255, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-256, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-257, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-258, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-259, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-260,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-261,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-262,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-263,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-264, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-265,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-266,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-267,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-269

{
  display: none!important; 
}




/* Hiding Procedure Before/After images on Listing Edit Page */

body.wpbdp-view-edit_listing .wpbdp-form-field-id-225, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-226, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-227, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-228, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-229, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-230, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-231, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-232, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-234, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-235, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-236, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-237, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-238, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-239, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-240, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-241, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-242, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-243, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-244, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-245, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-246, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-247, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-248, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-249, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-250, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-251, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-252, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-253, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-254, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-255, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-256, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-257, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-258, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-259, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-260,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-261,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-262,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-263,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-264, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-265,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-266,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-267,
body.wpbdp-view-edit_listing .wpbdp-form-field-id-269, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-223, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-224, 
body.wpbdp-view-edit_listing .wpbdp-form-field-id-268 

{
  display: none!important; 
}











/* ## Genesis eNews Extended
--------------------------------------------- */
.enews input {
	margin-bottom: 0.5em;
}

/* ## Business Profile
--------------------------------------------- */
.hero-section .bp-contact-card {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.hero-section .bp-contact-card > div {
	margin: 2em 1em 0;
	width: 100%;
	text-align: center;
}

.hero-section .bp-contact-card a {
	color: #f0f1f2;
	text-decoration: none;
}

.bp-contact-card .bp-directions,
.bp-contact-card .bp-phone,
.bp-contact-card .bp-contact,
.bp-contact-card .bp-booking,
.bp-contact-card .bp-opening-hours-brief,
.bp-contact-card .bp-opening-hours .bp-title {
	text-align: left;
}

.bp-contact-card .bp-directions:before,
.bp-contact-card .bp-phone:before,
.bp-contact-card .bp-contact:before,
.bp-contact-card .bp-booking:before,
.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
	width: 1em;
	line-height: 0.9;
}

.bp-contact-card .bp-opening-hours .bp-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.bp-contact-card .bp-directions:before {
	content: '\f27d';
}

.bp-contact-card .bp-phone:before {
	content: '\f2b3';
}

.bp-contact-card .bp-contact:before {
	content: '\f1c6';
}

.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
	content: '\f18f';
}

/* ## Ninja Forms
--------------------------------------------- */
.nf-error.field-wrap .ninja-forms-field {
	border: 2px solid #fb2056;
}

.nf-error-msg {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fb2056;
}

/* ## Genesis Simple FAQs
--------------------------------------------- */
.gs-faq__question {
	background-color: #f6f7f8;
	color: #647585;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.gs-faq__question:hover {
	color: #647585;
}



.faq_item {
  padding-left: 30px;
  margin: 0 0 15px;
}

.faq_title {
  display: block;
  font-size: 1.25em;
  line-height: 1.2em;
  cursor: pointer;
  margin-bottom: 6px;
}

.faq_title::before {
    content: '>';
    background: #008BB5;
    border-radius: 50px;
    color: #FFF;
    width: 25px;
    display: block;
    height: 25px;
    text-align: center;
    line-height: 1em;
    padding: 2px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}



.faq_answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;

}

.faq_answer.open {
  max-height: 2000px;
  margin-bottom: 20px;
}


.faq_answer .comma:last-child {
  display: none;
}




.dwqa-question-item .avatar {
  width: auto;
  height: auto;
  display: none;
}

.dwqa-answer-item .avatar {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: -60px;
  top: 0;
  border-radius: 48px;
}



/* ## WooCommerce (site-wide)
--------------------------------------------- */
.woocommerce-store-notice,
p.demo_store {
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 0;
	padding: 1rem 0;
}

.woocommerce-demo-store .page-header {
	padding-top: 180px;
	padding-top: 18rem;
}

.woocommerce-demo-store .menu-toggle {
	top: 64px;
}

/* ## Front Page
--------------------------------------------- */

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
	background-color: #ffffff;
	padding: 80px 0;
	padding: 8rem 0;
}

/* ### Front Page 1 */
.front-page-1 {
	background-color: transparent;
	background-size: cover !important;
	background-position: center !important;
	padding: 0;
	height: 90vh;
	position: relative;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	        align-content: center;
	clear: both;
}

.front-page-1:before,
.front-page-1:after {
	clear: both;
	display: block;
	content: '';
}

.front-page-1 .wrap {
	position: relative;
	z-index: 2;
}

.front-page-1 .widget:first-of-type {
	padding-top: 5vh;
}

.front-page-1 .widget .widget-wrap p {
	color: #f0f1f2;
	margin-bottom: 1.618em;
}

/* ### Front Page 2 */
.front-page-2 {
	text-align: center;
}

.front-page-2 .fa-coffee {
	margin-left: -15px;
	margin-left: -1.5rem;
}

.front-page-2 .widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 10px auto;
	margin: 1rem auto;
}

.front-page-2 p {
	color: #647585;
	display: block;
}

/* ### Front Page 3 */
.front-page-3 {
	background-color: #f6f7f8;
}

.front-page-3 .wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.front-page-3 .widget {
	margin-bottom: 5vw;
}

.front-page-3 .widget:first-of-type {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.front-page-3 .widget_custom_html:first-of-type {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.front-page-3 .widget_custom_html:first-of-type hr {
	display: block;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
	padding: 0;
	height: 3px;
	height: 0.3rem;
	width: 100px;
	width: 10rem;
	border: 0;
	background-color: #fb2056;
}

.front-page-3 .widget_custom_html:first-of-type p {
	color: #647585;
}

.front-page-3 p {
	color: #647585;
}

.front-page-3 .entry {
	max-width: 400px;
	max-width: 40rem;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.11);
	border-radius: 4px;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .entry:hover {
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}

.front-page-3 .entry > a {
	display: block;
	margin: 0;
	position: relative;
}

.front-page-3 .entry > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	pointer-events: none;
}

.front-page-3 .entry > a:before {
	opacity: 0.1;
}

.front-page-3 .entry > a:focus ~ .entry-header a {
	color: #647585;
}

.front-page-3 .entry p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.front-page-3 .entry-title {
	padding: 30px 30px 0;
	padding: 3rem 3rem 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.front-page-3 .entry-content {
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
	font-size: 18px;
	font-size: 1.8rem;
	color: #647585;
}

.front-page-3 img {
	min-width: 100%;
	border-radius: 4px 4px 0 0;
}

.front-page-3 .more-link {
	display: block;
	padding: 0.618em 1.618em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 1em;
	width: auto;
	background-color: #232c39;
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .more-link:hover {
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}

/* ### Front Page 4 */
.front-page-4 {
	background-color: #232c39;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	padding: 100px 0;
	padding: 10rem 0;
	position: relative;
}

.front-page-4:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	pointer-events: none;
}

.front-page-4 .widget {
	max-width: 640px;
	max-width: 64rem;
	margin: 0 auto;
}

.front-page-4 .widget-wrap {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 1;
}

.front-page-4 .widget_media_image:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	margin: 0;
}

.front-page-4 .widget_media_image:first-of-type img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100% !important;
	height: 100% !important;
}

.front-page-4 .widget.widget_media_video {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	position: fixed;
	z-index: 998;
	margin: auto;
	max-width: 100%;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .widget.widget_media_video.visible {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.front-page-4 .textwidget {
	width: 100%;
}

.front-page-4 .wp-video {
	padding: 5%;
	position: relative;
}

.front-page-4 iframe {
	display: block;
	height: 100% !important;
	width: 100% !important;
	box-shadow: 0 3rem 3rem -2rem rgba(35, 44, 57, 0.5);
}

.front-page-4 .show-video {
	height: 3em;
	width: 3em;
	border-radius: 3em;
	border: 3px solid #ffffff;
	margin: 0 auto 1em;
	padding: 0;
	color: #ffffff;
	background-color: transparent;
	font-size: 24px;
	font-size: 2.4rem;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .show-video:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.front-page-4 .hide-video {
	position: absolute;
	z-index: 999;
	top: -5%;
	right: 0;
	background: transparent;
	padding: 10px;
	padding: 1rem;
	box-shadow: none;
	font-size: 2em;
	height: 1em;
	width: 1em;
	line-height: 0;
	text-align: center;
	border-radius: 9rem;
}

.front-page-4 .before {
	position: fixed;
	background-color: rgba(35, 44, 57, 0.9);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* ### Front Page 5 */
.front-page-5 .widget_custom_html:first-of-type {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.front-page-5 .widget_custom_html:first-of-type hr {
	display: block;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
	padding: 0;
	height: 3px;
	height: 0.3rem;
	width: 100px;
	width: 10rem;
	border: 0;
	background-color: #fb2056;
}

.front-page-5 .widget_custom_html:first-of-type p {
	color: #647585;
}

.front-page-5 .widget_custom_html:nth-of-type(2) {
	margin-left: 0;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	    -ms-flex: auto;
	        flex: auto;
}

.front-page-5 .display-posts-listing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 50px;
	margin-top: 5rem;
	margin-bottom: -30px;
	margin-bottom: -3rem;
}

.front-page-5 .listing-item {
	position: relative;
	border-radius: 4px;
	padding: 0;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	position: relative;
}

.front-page-5 .listing-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	pointer-events: none;
}

.front-page-5 .listing-item:before {
	opacity: 0.1;
	border-radius: 4px;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-5 .listing-item:hover {
	box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.33);
}

.front-page-5 .listing-item:hover:before,
.front-page-5 .listing-item:hover .title {
	opacity: 1;
}

.front-page-5 .listing-item:last-of-type {
	margin-bottom: 30px !important;
	margin-bottom: 3rem !important;
}

.front-page-5 .image {
	display: block;
	height: 100%;
}

.front-page-5 .image img {
	border-radius: 4px;
}

.front-page-5 .title {
	font-weight: 500;
	position: absolute;
	text-align: center;
	display: block;
	height: 1em;
	line-height: 1em;
	text-decoration: none;
	z-index: 1;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* ### Front Page 6 */
.front-page-6 {
	background-color: #f6f7f8;
}

.front-page-6 img {
	width: 50px;
	width: 5rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.front-page-6 .lslide,
.front-page-6 .clone {
	padding: 15px;
	padding: 1.5rem;
}

.front-page-6 .lslide .wrap,
.front-page-6 .clone .wrap {
	background-color: #ffffff;
	padding: 2em 2em 2.4em;
	border-radius: 4px;
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
	clear: both;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-6 .lslide .wrap:before,
.front-page-6 .lslide .wrap:after,
.front-page-6 .clone .wrap:before,
.front-page-6 .clone .wrap:after {
	clear: both;
	display: block;
	content: '';
}

.front-page-6 .lslide .wrap:hover,
.front-page-6 .clone .wrap:hover {
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
}

.front-page-6 blockquote {
	border: 0;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

.front-page-6 .gts-rating + blockquote {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.front-page-6 blockquote + img {
	margin-bottom: 0;
	float: left;
}

.front-page-6 h5 {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 10px 10px 0;
	margin: 0 1rem 1rem 0;
	line-height: 1;
	color: #647585;
}

.front-page-6 img + h5 {
	margin: 14px 5px 0 10px;
	margin: 1.4rem 0.5rem 0 1rem;
}

.front-page-6 img + h5 + .gts-company {
	margin-top: 14px;
	margin-top: 1.4rem;
}

.front-page-6 .gts-company {
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
	line-height: 1;
}

.front-page-6 .lSSlideOuter {
	margin: 0 -15px;
	margin: 0 -1.5rem;
}

/* ## Inner Pages
--------------------------------------------- */
/* ### Portfolio */
.portfolio {
	width: 100%;
}

.portfolio .filter {
	font-size: small;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.portfolio .filter .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.portfolio .filter a {
	text-decoration: none;
	margin: 0.5em;
	padding: 0.5em;
	display: block;
}

.portfolio .filter a.active {
	color: #fb2056;
}

.portfolio-sizer {
	width: 2.5641%;
}

.portfolio-item {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
	border-radius: 4px;
	position: relative;
}

.portfolio-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	pointer-events: none;
}

.portfolio-item:before {
	opacity: 0.1;
	border-radius: 4px;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.portfolio-item:hover {
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
	-webkit-transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.portfolio-item:hover:before,
.portfolio-item:hover .entry-title {
	opacity: 1;
}

.portfolio-item a {
	display: block;
	position: relative;
}

.portfolio-item img {
	border-radius: 4px;
}

.portfolio-item .entry-title {
	text-align: center;
	position: absolute;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	height: 1em;
	line-height: 1;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.archive.genesis-pro-portfolio .entry {
	padding: 0;
	position: relative;
}

.archive.genesis-pro-portfolio .entry:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 44, 57, 0.9);
	z-index: 1;
	pointer-events: none;
}

.archive.genesis-pro-portfolio .entry:before {
	opacity: 0.1;
	border-radius: 4px;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive.genesis-pro-portfolio .entry:hover {
	box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
	-webkit-transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.archive.genesis-pro-portfolio .entry:hover:before,
.archive.genesis-pro-portfolio .entry:hover .entry-title {
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry:hover a {
	color: #ffffff;
}

.archive.genesis-pro-portfolio .entry a {
	display: block;
	position: relative;
}

.archive.genesis-pro-portfolio .entry img {
	border-radius: 4px;
}

.archive.genesis-pro-portfolio .entry .entry-title {
	text-align: center;
	position: absolute;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	height: 1em;
	line-height: 1;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* ### Masonry */
.blog .site-inner,
.archive .site-inner,
.page-template-page_blog .site-inner {
	background-color: #FFF;
}

.blog .content,
.archive .content,
.page-template-page_blog .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.blog .entry,
.archive .entry,
.page-template-page_blog .entry {
	width: 100%;
	padding: 30px;
	padding: 3rem 0;
	margin-bottom: 30px;
	margin-bottom: 3rem;
/* 	box-shadow: 0 1rem 2rem -1rem rgba(35, 44, 57, 0.1); */
  box-shadow: none;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.blog .entry:hover,
.archive .entry:hover,
.page-template-page_blog .entry:hover {
/* 	box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1); */
  box-shadow: none;

}

.entry-time {

}

.blog .entry-title,
.archive .entry-title,
.page-template-page_blog .entry-title {
	font-size: 2.6rem;
}

.blog .entry-content,
.archive .entry-content,
.page-template-page_blog .entry-content {
	font-size: 18px;
	font-size: 1.8rem;
	color: #647585;
}

.blog .entry-content .wp-post-image,
.archive .entry-content .wp-post-image,
.page-template-page_blog .entry-content .wp-post-image {
  float: left; 
  margin: 0 20px 20px 0;
} 



.blog .entry-footer,
.archive .entry-footer,
.page-template-page_blog .entry-footer {
	margin-top: 10px;
	margin-top: 1rem;
}

.blog .entry-footer p,
.archive .entry-footer p,
.page-template-page_blog .entry-footer p {
	margin: 0;
}

.blog .entry-image-link,
.archive .entry-image-link,
.page-template-page_blog .entry-image-link {
	display: block;
	margin: 0 0 3rem;
}

.blog .entry-image-link img,
.archive .entry-image-link img,
.page-template-page_blog .entry-image-link img {
	border-radius: 4px 4px 0 0;
}

/* ### Column Examples */
.columns div {
	background-color: #f6f7f8;
	border-radius: 4px;
	margin-bottom: 2.5641%;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 2em 0;
	color: #647585;
	box-shadow: 0 0 1rem -1rem rgba(35, 44, 57, 0);
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
	        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.columns div:hover {
	-webkit-transform: translateY(-0.5rem);
	    -ms-transform: translateY(-0.5rem);
	        transform: translateY(-0.5rem);
	box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
}

/* ### Icon Examples */
.fa {
	text-shadow: 0.1em 0.1em 0 rgba(100, 117, 133, 0.1);
}

.icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.icons span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	color: #647585;
}

.icons i {
	font-size: 30px;
	font-size: 3rem;
	margin-right: 0.3em;
	color: #232c39;
}

.icons br {
	display: none;
}

/* ### Pricing Table */
.pricing .site-inner {
	background-color: #f6f7f8;
}

.pricing .entry {
	background-color: transparent;
}

.pricing-table {
	text-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	padding-bottom: 100px;
}

.pricing-table > div {
	background-color: #ffffff;
	padding: 40px 20px 50px;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	box-shadow: 0 0 0 rgba(35, 44, 57, 0);
	margin-bottom: 25px;
}

.pricing-table > div:hover {
	-webkit-transform: translateY(-1rem);
	    -ms-transform: translateY(-1rem);
	        transform: translateY(-1rem);
	z-index: 2;
	box-shadow: 0 2rem 2rem -0.5rem rgba(35, 44, 57, 0.1);
}

.pricing-table .featured {
	z-index: 1;
	position: relative;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.pricing-table .featured:hover {
	-webkit-transform: translateY(-1rem) scale(1.05);
	    -ms-transform: translateY(-1rem) scale(1.05);
	        transform: translateY(-1rem) scale(1.05);
}

.pricing-table .featured button,
.pricing-table .featured .button {
	background-color: #fb2056;
}

.pricing-table strong {
	font-weight: 500;
	color: #647585;
	font-size: 20px;
	font-size: 2rem;
}

.pricing-table span {
	font-style: italic;
	font-size: 13px;
	font-size: 1.3rem;
}

.pricing-table small {
	position: absolute;
	margin-top: 10px;
	margin-left: -10px;
}

.pricing-table big {
	font-size: 1.618em;
	color: #232c39;
	font-weight: 500;
}

.pricing-table p {
	margin: 0;
}

.pricing-table ul {
	margin: 10px 0 20px;
}

.pricing-table ul li {
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
}



.with-region-sidelist .wpbdp-listings-list {
  float: none;
  width: 100%;
}




/*
 * IE specific styles.
 *
 * @link http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/
 */

/* # Print Styles
--------------------------------------------- */

@media (min-width: 512px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button {
		margin-top: 0;
		clear: none;
	}
	.gallery-item {
		width: 48.71795%;
		margin-bottom: 2.5641%;
	}
	.woocommerce-demo-store .menu-toggle {
		top: 42px;
	}
	.front-page-1 h1 {
		font-size: 2.2em;
	}
	.portfolio-item {
		width: -webkit-calc(50% - 1rem);
		width:         calc(50% - 1rem);
	}
	.blog .entry,
	.archive .entry,
	.page-template-page_blog .entry {
    width: 100%;
/* 		width: 48.71795%; */
	}
	.blog .entry:nth-of-type(even),
	.archive .entry:nth-of-type(even),
	.page-template-page_blog .entry:nth-of-type(even) {
    margin-left: 0;
/* 		margin-left: 2.5641%; */
	}
	.icons span {
		width: 50%;
	}
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 2.25em;
	}
 	h2, .h2 {
    font-size: 1.75em;
	}
  h3, .h3 {
    font-size: 1.4em;
	}
	h4, .h4 {
		font-size: 1.25em;
	}
	h5, .h5 {
		font-size: 1.2em;
	}
	h6, .h6 {
		font-size: 1.1em;
	}
	.wrap {
		width: 94%;
		max-width: 1280px;
		padding: 0;
	}
	.content-wrap {
    width: 100%;  
/*     max-width: 1280px; */
    padding: 0;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		margin-left: 2.5641%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.71795%;
	}
	.one-third,
	.two-sixths,
	.gallery-columns-3 .gallery-item {
		width: 31.62393%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81197%;
	}
	.one-fourth,
	.gallery-columns-4 .gallery-item {
		width: 23.07692%;
	}
	.three-fourths {
		width: 74.35897%;
	}
	.one-fifth,
	.gallery-columns-5 .gallery-item {
		width: 17.94872%;
	}
	.two-fifths {
		width: 38.46154%;
	}
	.three-fifths {
		width: 58.97436%;
	}
	.four-fifths {
		width: 79.48718%;
	}
	.one-sixth,
	.gallery-columns-6 .gallery-item {
		width: 14.52991%;
	}
	.five-sixths {
		width: 82.90598%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.after-entry,
	.author-box {
		margin-bottom: 4rem;
	}
	.author-box {
		margin-top: 4rem;
	}
	.single .entry-image-link {
		margin: 0 0 4rem;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		margin-bottom: 4rem;
	}
	.site-footer > .wrap {
		padding: 0 0 5rem;
		max-width: 100%;
	}
	.site-footer .back-to-top {
		bottom: 5.8rem;
		right: 0;
	}
	.footer-widgets .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin-left: 2.564102564102564%;
	}
	.footer-widgets .widget-area:first-of-type {
		margin-left: 0;
	}
	.footer-widgets p {
		max-width: 90%;
	}
	.before-footer {
		padding: 10rem 0;
	}
	.before-footer .widget {
		margin-bottom: 0;
	}
	.before-footer .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	.before-footer .wrap:before,
	.before-footer .wrap:after {
		position: absolute;
	}
	.before-footer button.alignright,
	.before-footer .button.alignright,
	.before-footer input[type='submit'].alignright {
		float: right;
	}
	.hero-section .bp-contact-card > div {
		width: auto;
	}
	.woocommerce-demo-store .page-header {
		padding-top: 24rem;
	}
	.front-page-1 .widget {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
	}
	.front-page-1 h1 {
		font-size: 2.7em;
	}
	.front-page-2 p {
		padding: 0 1em;
		font-size: 1.8rem;
	}
	.front-page-2 p:last-of-type {
		margin-bottom: 0;
	}
	.front-page-3 .widget {
		margin-bottom: 2.5641%;
	}
	.front-page-4 .wrap {
		display: block;
	}
	.front-page-4 .widget_media_image:first-of-type {
		max-width: 100%;
	}
	.front-page-4 .wp-video {
		padding: 10%;
	}
	.front-page-4 .hide-video {
		top: 5%;
		right: 5%;
	}
	.single .blog .entry-image-link,
	.single
	.archive .entry-image-link,
	.single
	.page-template-page_blog .entry-image-link {
		margin: -6rem -6rem 6rem;
	}
	.pricing-table {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		padding-bottom: 60px;
	}
	.pricing-table > div {
		margin: 0;
	}
}

@media (min-width: 1023px) {

	.content-wrap {
    padding: 0;
    z-index: 1;
  	position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
	
	body.home .content-wrap {
  	width: 100%;
  	margin: 0;
  	max-width: 100%;
	}
	
	.content-wrap:before,
	.content-wrap:after {
		position: absolute;
	}
	
	.content-sidebar-wrap {
    padding: 50px;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
	}
	
	

/*
	.content-sidebar-wrap::after {
    content: '';
    background: url('images/content-drop-shadow.png') 50% 0 / 100% 100% no-repeat transparent;
    width: 102%;
    top: -8px;
    left: -1%;
    position: absolute;
    height: 500px;
    opacity: 0.5;
  }
*/
	
	.sidebar-content .content-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
  .content {
    margin-left: auto;
    margin-right: auto;
	}
	
	body.tax-wpbdm-region .content, 
	body.wpbdp-view-search.page.content-sidebar .content {
  	width: 70%;
  	float: right;
	}
	
	body.tax-wpbdm-region.state-listing-page .content {
  	width: 100%;
  }

	.sidebar-primary {
		width: 26%;
	}
	
	body.tax-wpbdm-region .sidebar-primary {
  	float: left;
	}

	.sidebar-content .content,
	.content-sidebar .content, 
	body.single-journal .content, 
  body.tax-journal-category .content, 
  body.wpbdp-view-search .content,
  body.wpbdp-view-all_listings .content,  
	.has_sidebar {

		width: -webkit-calc(72% - 4rem);
		width:         calc(72% - 4rem);

		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	
	
  body.wpbdp-view-search .content, 
  body.wpbdp-view-all_listings .content {
    float: right;
  }
  
  body.wpbdp-view-search .sidebar-primary, 
  body.wpbdp-view-all_listings  .sidebar-primary {
    float: left;
  }
	
	
	
	body.page.sidebar-content .content,
	body.page.content-sidebar .content {
  	width: 100%;
  }
	
	
	
	body.home.sidebar-content .content, 
	body.home.content-sidebar .content, 
	body.home #genesis-content {
  	width: 100%!important; 
  	padding-right: 0;
	}
	
	.full-width-content .content {
		width: 100%;
	}
	.site-header.shrink > .wrap {
		padding: 0 3%;
	}
	.site-header > .wrap {
		padding: 0 3%;
		max-width: 100%;
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		position: relative;
	}
	.site-description {
		text-align: left;
		line-height: 1.382;
	}
	.header-widget-area {
/*
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		        order: 3;
		margin-left: 1em;
		margin-right: 0;
*/
	}
	.menu {

	}
  
  .menu-item {
    display: inline-block;
    padding: 0 20px;
    width: auto;
    margin: 0;
	}
	.menu-item:hover > .sub-menu,
	.menu-item:focus > .sub-menu,
	.menu-item.sfHover > .sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}
	.menu-item.menu-item-has-children > a > span:after {
		content: '';
		width: auto;
		display: inline-block;
		margin-left: 0.25em;
		border: 3px solid transparent;
		border-top-color: #243f73;
	}
	.menu-item.button > a > span {
		margin-top: 0;
		display: inline;
	}
	.menu-item a {
		padding: 1.5em 1em;
		width: 100%;
	}
  .sub-menu {
    position: absolute;
    width: 300px;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    padding: 0.618em 0.5em;
    margin: 0;
    font-size: 1rem;
    opacity: 0 !important;
    pointer-events: none;
    box-shadow: 0 0.5rem 1.5rem rgba(35, 44, 57, 0.05);
    text-align: left;
    border-top: #CCC 1px solid;
}
/*
	.sub-menu:before {
		content: '';
		display: block;
		position: absolute;
		top: -1rem;
		left: 3rem;
		border: 0.5rem solid transparent;
		border-bottom-color: #243f73;
	}
*/

	.sub-menu li:first-of-type {
		margin-top: 0;
	}
	
	#genesis-nav-primary .sub-menu .menu-item {
  	border-right: none;
  	padding: 0;
	}
	
    
	#genesis-nav-primary .sub-menu a {
		padding: 1em;
		position: relative;
		font-size: 1.4rem;
		word-wrap: break-word;
		border: none !important;
		font-weight: 300;
	}
	.sub-menu .sub-menu {
		margin: -0.6em 0 0 18.2rem;
		padding-left: 0.5em;
		left: 0;
		top: 0;
	}
	.sub-menu .sub-menu:before {
		position: absolute;
		top: 2em;
		left: -1rem;
		border: 0.5rem solid transparent;
		border-right-color: #ffffff;
	}

  .sub-menu.right-menu .sub-menu {
    margin: -0.6em 0 0 18.2rem;
    padding-left: 0.5em;
    left: auto;
    top: 0;
    right: 100%;
  }
    

.author-box::before, .author-box::after, .clearfix::before, .clearfix::after, .entry::before, .entry::after, .entry-content::before, .entry-content::after, .footer-widgets::before, .footer-widgets::after, .nav-primary::before, .nav-primary::after, .nav-secondary::before, .nav-secondary::after, .pagination::before, .pagination::after, .site-container::before, .site-container::after, .site-footer::before, .site-footer::after, .site-header::before, .site-header::after, .site-inner::before, .site-inner::after, .sidebar .widget::before, .sidebar .widget::after, .wrap::before, .wrap::after {

    clear: both;
    display: block;
    content: '';

}
::placeholder {

    color: #647585;
    opacity: 1;

}
element {

}
.nav-primary {

    background-color: transparent;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 20px 0 30px 175px;
        margin-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
    overflow: visible;
    -webkit-overflow-scrolling: initial;
	}
	
	
	
	.no-js .nav-primary {
		display: block;
		width: auto;
	}
	.nav-primary .menu {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		        justify-content: flex-end;
		padding: 0;
	}
	
	.nav-primary .menu li a {
  	 border-bottom: transparent 2px solid;
  	 letter-spacing: -0.03em;
	}
	
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.pagination {
		margin: 4rem 0 0;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		        order: 3;
	}
	.content-sidebar .pagination,
	.sidebar-content .pagination {
		width: -webkit-calc(75% - 4rem);
		width:         calc(75% - 4rem);
	}
	.adjacent-entry-pagination {
		margin: 0;
	}
	.sidebar-primary {
    float: right;
/*
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		        order: 2;
*/
	}
	.widget {
		margin-bottom: 0;
	}
	.footer-widgets {
		padding: 4rem 0 0;
	}
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6 {
		padding: 12rem 0;
	}
	.front-page-4 {
		padding: 20rem 0;
	}
	.front-page-4 .widget {
		margin: 0 auto;
	}
	.front-page-6 .wrap {
		display: block;
	}
	.portfolio-item {
		width: -webkit-calc(33.333333333% - 1.333333333rem);
		width:         calc(33.333333333% - 1.333333333rem);
	}
	.blog.content-sidebar .entry,
	.blog.sidebar-content .entry,
	.archive.content-sidebar .entry,
	.archive.sidebar-content .entry,
	.page-template-page_blog.content-sidebar .entry,
	.page-template-page_blog.sidebar-content .entry {
    width: 100%;
/*
		width: -webkit-calc(50% - 1.5rem);
		width:         calc(50% - 1.5rem);
*/
	}
	.blog .entry,
	.archive .entry,
	.page-template-page_blog .entry {
/*
		width: 31.62393%;
		margin-left: 0;
*/
	}
	.blog .entry:nth-of-type(3n + 1),
	.archive .entry:nth-of-type(3n + 1),
	.page-template-page_blog .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.icons span {
		width: 33.33333333333%;
	}
}

@media (min-width: 1152px) {
	.wp-custom-logo .title-area {
		padding: 0;
	}
	.menu-item a {
		padding: 0.25em 0;
	}
	.sub-menu a {
		padding: 0.75em 1em;
	}
	
}


body.page-id-6907 .content-wrap, 
body.page-id-13538 .content-wrap, 
body.page-id-13521 .content-wrap, 
body.page-id-6907 .content-wrap {
  background: #eeeeee;
}





/* BLOG STYLES */

.main_posts {
	padding: 0 20px!important;
}

body.blog .content-wrap {
	display: block;
}

body.blog .content-wrap #genesis-content {
	display: block;
	margin: 50px auto;
	float: none;
}

.blog_article_image {
	padding-top: 65%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
}

.blog_article_image a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main_post_wrapper {
	float: left;
	width: 72%;
	text-align: center;
}

.main_post_content {
	width: 70%;
	margin: -80px auto 50px;
	background: #f9f9f9;
	padding: 20px 40px;
	border: #eee 2px solid;
}

.main_post_categories, .tertiary_posts .post-categories {
	margin: 0 0 10px;
	font-size: 0.84em;
	letter-spacing: 0.1em;
}

.main_post_categories li, .tertiary_posts li {
	list-style: none;
	text-transform: uppercase;
}

.main_post_content h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 15px;
}

.main_post_categories a, .tertiary_posts .post-categories a {
	color: #999;
}

.secondary_posts {
	float: right;
	width: 24%;
	padding: 0;
}

.secondary_posts .blog_article_image {
	padding-top: 60px;
	width: 60px;
	float: left;
	margin-right: 3%;
}

.secondary_posts h3 {
	font-size: 24px;
}

.secondary_posts .post_date {
	font-size: 0.85em;
}

.secondary_title {
	display: block;
	margin-bottom: 40px;
	border-bottom: #DDD 1px solid;
	padding-bottom: 15px;
	
}

.secondary_post_wrapper {
	clear: left; 
	margin: 0 0 50px;
	border-bottom: #DDD 1px solid;
}

.secondary_post_wrapper a {
	color: #555;
}

.secondary_post_wrapper a:hover {
	color: #0083ae;
}



.tertiary_post_wrapper {
	width: 30%;
	margin: 0 2% 40px;
	float: left;
	text-align: center;
}

.tertiary_post_wrapper a {
	color: #555;
	display: block;
}

.tertiary_post_wrapper a:hover {
	color: #0083ae;
}



.tertiary_post_wrapper:nth-child(3n) {
	margin-right: 0;
}

.tertiary_post_wrapper:nth-child(3n+1) {
	clear: both; 
}

.tertiary_post_wrapper .blog_article_image {
	margin-bottom: 25px;
}

.tertiary_post_wrapper h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.post_info {
	font-size: 0.85em;
}






@media (min-width: 1280px) {
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
	.front-page-1 {
		height: 80vh;
	}
	.front-page-1 h1 {
		font-size: 3.5em;
	}
	.icons span {
		width: 25%;
	}
}



@media (max-width: 1280px) {
  #menu-secondary-menu {
    display: block;
  }
  
  .menu-item.header-phone {
    position: absolute;
    right: -10px;
    top: 40px;
  }
  
  #genesis-nav-primary .menu-item a {
    font-size: 15px;
  }
  
  .nav-secondary {
    margin-bottom: 60px;
  }
  
  .content-wrap {
    max-width: 100%;
  }
  
  
}


@media (max-width: 1152px) {
  .menu-item a {
    padding: 0;
    font-size: 1.1em;
  }
}

@media (max-width: 1024px) {


  .site-header.shrink {
  	background: rgba(0,0,0,0.7);
  }
  
  .site-header {
    background: none;
  }
  
  .featured_image_wrapper, body.tax-wpbdm-region .featured_image_wrapper, body.wpbdp-view-edit_listing .featured_image_wrapper, body.business-directory .featured_image_wrapper {
    min-height: 150px;
  }
  
  .content-sidebar-wrap {
    padding: 5vw 5vw;
  }
  
  body.single-wpbdp_listing .content-sidebar-wrap {
    padding: 5vw 2vw;
  }
  
  .widget {
    margin-bottom: 5vw;
  }


  .footer-widgets-1 img {
    margin: 0 auto;
    width: 180px;
  }
  
  .journal_article_short.subscribe a {
    position: relative;
    left: auto;
    top: auto;
  }

	.header-widget-area ul,
	.header-widget-area ul.alignleft,
	.header-widget-area ul.alignright {
		margin: 2em auto;
		float: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
	.header-widget-area ul li,
	.header-widget-area ul.alignleft li,
	.header-widget-area ul.alignright li {
		margin: 0 0.5em;
	}
	
	.no-gutter .wp-block-column {
    flex-basis: calc(100% - 0px)!important;
  }
	
	
	#genesis-content {
  	max-width: 100%;
	}
	
	.listing_action_button {
    width: 100%;
    float: none;
  }
  
  .wpbdp-claim-listings {
    margin: 50px 20px 0;
  }
  
  .claim-listing-link {
    font-size: 0.8em;
  }
  
  .connect_header {
    font-size: 1em;
  }
	
	
	#homepage_feature_content {
    width: 100%;
    float: none;
    top: auto;
    bottom: auto;
    right: auto;
    height: auto;
    padding: 45px 0;
    position: relative;
  }  
  
  #homepage_feature_headline {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-left: auto;
  }
  
  #homepage_feature_content {
    width: 100%;
    float: none;
    top: auto;
    bottom: auto;
    right: auto;
    height: auto;
    padding: 45px 0;
    display: block;
    position: relative;
  }
  
  #homepage_feature_headline {
    position: relative;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-left: auto;
    padding: 20px;
  }
  
  #homepage_feature_content .content_holder {
    position: relative;
    top: auto;
    padding: 0 70px;
    margin-top: 35px;
    transform: none;
    -webkit-transform: none;
  }
	
	.nav-primary .menu {
    min-height: 100px;
    margin-top: 10vh;
  }
	
	.secondary_posts h3 {
		font-size: 20px;
	}
	
	.tertiary_posts {
		padding: 0 20px;
	}
  
	.tertiary_post_wrapper {
		width: 32%;
		margin: 0 2% 40px 0;
	}
  
  #homepage_feature {
    padding-top: 450px;
  }
  
  #homepage_feature {
    background-size: 200% auto;
    background-position: -65px 0;
    min-height: 600px;
    background-repeat: no-repeat;
    background-color: rgba(12, 90, 115, 1);
  }
  
  #homepage_feature_content:before {
    background: rgba(12, 90, 115, 1);
  }
  
  
  .site-header.shrink {
    min-height: 50px;
  }
	
	#genesis-nav-primary .menu-item {
    border-right: none;
  }
  
  #genesis-nav-primary .menu-item a {
    color: #FFF;
  }
	
	.header-widget-area {
    margin: 0 auto;

  }
  
  .header-widget-area {

    margin: 0 auto;
    display: block;
    float: none;
    width: 220px;
  }
	
	
	.nav-primary {
    width: auto;
    clear: none;
    float: none;
    margin: 0;
    padding: 5vw;
  }
  
  

	#menu-secondary-menu {
  	display: block;
	}
	
	#menu-secondary-menu .menu-item {
  	display: none;
	}

	#menu-secondary-menu .menu-item.header-phone {
    display: block;
    position: relative;
    right: auto;
    top: auto;
  }
		

	#menu-secondary-menu .menu-item.header-phone a {
  	color: #243f73;
	}
	
	.menu-item a:hover, .menu-item a:focus, .menu-item.current-menu-item > a {
    color: #88a5dd;
  }
  
  .sub-menu {
    padding: 0 0 1em 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }
  
  .sub-menu a {
    padding: 1em 0;
  }
  
  .menu-item a {
    padding: 0.5em 0;
  }
	
  .callout_box_wrapper {
    display: block;
    float: none;
    width: 100%;
	}
	
  .feature_area_wrapper:first-child, .feature_area_wrapper:nth-child(2) {
    width: 100%;
    float: none;
	}
	
	.footer-widgets .wrap {
  	display: block;
  	text-align: center;
  	margin: 0;
	}
	
	.footer-widgets .widget-area {
  	margin: 0;
	}
	
	.footer-widgets-2 {

    text-align: center;
  }
  
  #menu-footer-menu {
    text-align: center;
  }
  
  .footer-widgets .menu-item {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  
  .wp-custom-logo .title-area {
    max-width: 70px!important;
  }
  
  
  .issue_cover_story {
    padding: 110px 0px 25px;
    margin-bottom: 30px;
  }
  
  
  body.single-journal .sidebar-primary {
    margin-top: 0;
  }
  
  .cover_story_left {
    padding-top: 0;
  }
  
.breadcrumb {
    padding: 0 0 0.5em 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    left: 25px;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    border-bottom: ;
    position: absolute;
    top: 54px;
    margin-left: 110px;
  }
  
  .wpbdp-ratings-reviews {
    margin: 30px 0 0 0;
  }
  
  
  .questions_section_left {
    background-position: -200px 0;
  }
  
  .questions_section_right {
    padding: 40px 25px 30px;
    font-size: 1em;
  }
  
	
}

@media (max-width: 768px) {
	.front-page-5 .listing-item {
		margin: 0 0 3rem 2.5641%;
		width: 48.71795%;
	}
	.front-page-5 .listing-item:nth-of-type(2n + 1) {
		margin-left: 0;
	}
	
	.featured_listings_feed.single_listing_ads .featured_listing_wrap {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    
  }
  
	.callout_box_wrapper {
    border-bottom: #FFF 1px solid;
  }
  
  .listing_list ul {
    column-count: 2;
  }
  
  .wrap {
    width: 100%;
  }
	
	.for_dentists_content {
		padding: 20px;
	}
	
	
	.main_post_wrapper {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.secondary_posts {
		float: none;
		width: 100%;
		padding: 0;
		clear: both;
	}

  
  .feature_area_content {
    max-width: 100%;
  }
  
  #menu-secondary-menu .menu-item.header-phone a {
    color: #243f73;
  }
  
  .wp-custom-logo .title-area {
    left: 20px;
  }
  
  body.single-wpbdp_listing #genesis-content {
    margin-top: -100px;
  }
  
  .site-header.shrink .wp-custom-logo .title-area {
    max-width: 70px!important;
  }
  
  .widget-wrap img {
    margin-left: auto; 
    margin-right: auto;
  }
  
  .blog .entry-content .wp-post-image, .archive .entry-content .wp-post-image, .page-template-page_blog .entry-content .wp-post-image {
    float: none;
    margin: 0 auto;
  }
  
  
  
  .button, .button2, button, input[type="button"], input[type="reset"], input[type="submit"], body .wp-block-button__link {
    width: 100%;
  }
  
  
  .journal_callout_lower {
    display: block;
  }
  
  .journal_article_short {
    background: #c5c7c7;
    padding: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    float: none;
    margin-right: auto;
    display: block;
  }  
  
  
  .journal_article_short.subscribe a {
    position: relative;
    left: auto  ;
    top: auto;
    transform: none;
    -webkit-transform: none;
  }
  
  #homepage_feature h1 {
    font-size: 2.5em;
  }
  
  
  .container {
    padding: 0;
  }
  
  
}

@media (max-width: 512px) {
	
	.tertiary_post_wrapper {
		width: 100%;
		margin: 0 2% 40px 0;
	}
	
	.main_post_content {
		width: 86%;
		margin: -40px auto 50px;
		padding: 20px 25px;
	}
  
	.front-page-5 .listing-item {
		width: 100%;
		margin: 0 0 5%;
	}
  	
  .footer-widgets .footer-widgets-1.widget-area .widget {
      display: block;
      margin: 0 0 20px 0;
      border-left: none;
      padding: 0;
  }
  
  ul.listing_tabs_links {
    margin: 0 0 -2px 0;
    overflow: hidden;
    display: block;
  }
  
  ul.listing_tabs_links li {
    display: block;
    margin: 0 0 10px 0;
  }
  
  .affiliation_item::before, .education_item::before, .award_item::before {
    padding-left: 5px;
  }
  
  #connect strong {
    margin-top: 20px;
    display: block;
  }
  
  .directory_quick_search #wpbdp-keyword-field {
    width: 100%;
  }
  
  .directory_quick_search p {
    width: 100%;
    float: right;
    margin: 10px 0 0;
  }
  
  .wpbdp-single p:first-child {
    margin-top: 90px;
    margin-bottom: -10px;
  }
    
  .menu-item.header-phone a {
    padding: 0.35em 0em;
    font-size: 18px;
    letter-spacing: -0.02em;
    border: none !important;
  }
  
  .button, .button2, button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: block;
  }
  
  .sub-menu-toggle {

  }

  .accreditations {
    transform: none;
  }
  
  #homepage_feature {
    padding-top: 300px;
  }
  
  #homepage_feature {
    background-size: 200% auto;
    background-position: -65px 0;
    min-height: 600px;
    background-repeat: no-repeat;
    background-color: rgba(12, 90, 115, 1);
  }
  
  #homepage_feature_headline {
    background: rgba(12, 90, 115, 0.8);
  }
  
  .wp-custom-logo .title-area {
    max-width: 70px!important;
  }
  

  .general_listing_info_wrapper {
    display: block;
  }
  
  .general_listing_info {
    margin-right: 0;
  }
  
  body .wpbdp-listing .listing-thumbnail {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  
  body .wpbdp-listing .listing-thumbnail img {
    margin: 0 auto;
		max-width: 100%;
  }
  
  .business_details_wrapper {
    float: none;
    width: 100%;
    text-align: center;
  }

  .credentials_logos_short .affiliation_logo {
    
    margin: 0px 20px 15px 0px;
    display: inline-block;
    float: none;
    text-align: center;
  }
  
  .credentials_logos_short {
    margin: 30px 0 20px;
  }
  
  .social_link {
    font-size: 35px;
    margin: 0 8px 0;
  }
  
  .procedure {
    flex-grow: 0;
    flex-basis: 100%;
    background: #E2E2E2;
    border: #999 1px solid;
    padding: 20px;
    margin: 0 0 20px 0;
  }

  .tab_content, .wpbdp-ratings-reviews {
    padding: 15px;
  }
  
  .listing_video {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  #reviews {
    margin-left: 0;
    margin-right: 0;
  }
  
  .wpbdp-ratings-reviews .review-form textarea {
    width: 100%;
  }
  
  .credentials {
    display: block;
  }


} /* 512 */




@media (max-width: 360px) {
  
  .title-area {
    max-width: 115px;
  }
  
  
} /*  360 */



@media screen\0 {
	.nav-primary {
		margin: 0 0 0 auto;
	}
	.header-widget-area {
		margin-right: auto;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #232c39 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 2px solid #f0f1f2;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -10rem;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}
