/*
    Theme Name: Becker 2018 Style Sheet
    Description: Custom Design for IDW
    Author: Infinity Dental Web
    Author URI: http://www.infinitydentalweb.com/
    Version: 1.0
	Template: genesis
	Template Version: 2.0.1
 	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

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

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

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

audio,
canvas,
video {
  display: inline-block
}

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

[hidden] {
  display: none
}

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

body {
  margin: 0
}

a:focus {
  outline: thin dotted
}

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

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

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

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

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

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

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

figure {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
  color: #5a5a5a;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.625;
}

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

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

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

a {
  color: #3e3e3e;
  text-decoration: none;
  font-weight: 600;
}

/* Styling for iOS devices when phone numbers are detected and automatically switched to links */

.footer-contact-info a[href^=tel] {
  color: #fff;
  text-decoration: none;
}

.sidebar-text a {
  color: #ffffff;
}

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

a:hover {
  color: #5a7d99;
}

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

strong {
  font-weight: 600;
}

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

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

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

blockquote::before {}

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

cite {
  font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  border-radius: 3px;
  display: inline-block;
}

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

.btn-light:hover {
  color: #ffffff;
  background: #698faa;
}

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

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

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

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

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

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

/* Content */

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

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

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

/* Primary Sidebar */

aside .sidebar .sidebar-primary .widget-area {
  margin-top: 50px;
}

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

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

#custom_html-2,
#custom_html-4 {
  background: #393939;
  padding-top: 0;
}

#custom_html-2,
#custom_html-4 {
  padding: 0 0 40px 0;
  padding: 0 0 4rem 0;
}

#custom_html-3,
#custom_html-5 {
  padding: 0;
  margin: 0 0 40px 0;
  margin: 0 0 4rem 0;
}

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

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

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

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

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

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.widget {
  text-align: center;
  padding: 50px 20px;
}
.widget li a {
  color: #fff;
}
.widget li a:hover {
  color: #698faa;
}

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: normal;
}

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

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	padding-bottom: 30px;
}

#header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 2px;
  margin: -50px 45px 0 45px;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 150px;
}

.header-social-link a {
  color: #5a5a5a;
}

.phone-num-con {
  text-align: right;
}

.phone-space {
  display: none;
}

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

.title-area {
  font-weight: normal;
  padding: 16px 0;
  padding: 1.6rem 0;
  width: 100%;
  background: #ffffff;
  z-index: 10000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.genesis-nav-menu>.menu-item>a {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}

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

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 15px;
  padding: 1.2rem 1.5rem;
  position: relative;
  width: 200px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}

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

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

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

#menu-main-menu li:last-child .sub-menu .sub-menu {
    margin: -54px 0 0 -199px;
}

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

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

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

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

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

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

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

.nav-primary {
  /*
  uncomment this line when Kall8 number has been added
  border-top: 1px solid #f3f3f3 !important; */
}

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

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

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

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

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

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

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

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

.entry-content a {
  color: #698faa;
}

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

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

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

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

ul {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

.archive-pagination li {
  display: inline;
}

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

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

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

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

.sidebar {
  color: #999;
}

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

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

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

.sidebar .widget {
  background-color: #393939;
  /*border-radius: 3px;*/
  margin-bottom: 40px;
  margin-bottom: 4rem;
  /*padding: 40px;*/
  /*padding: 4rem;*/
}

h2.sidebar-title .sidebar-title-contact {
  padding-top: 50px;
}

.sidebar-phone .sidebar-phone-exist {
  padding-top: 30px;
}

.custom-html-widget,
.sidebar-title {
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}

.sidebar-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
}

.sidebar-title {
  padding-top: 20px;
}

.sidebar-text {
  padding: 20px 30px 0 30px;
}

.sidebar-text {
  line-height: 30px;
}

#custom_html-6 .sidebar-text,
#custom_html-5 .sidebar-text {
  padding: 60px 50px;
}

.sidebar-btn-container {
  padding: 40px 0 0 0;
}

.custom-html-widget {
  font-family: 'Roboto', serif;
  font-size: 15px;
}

h2.sidebar-title.sidebar-title-contact {
  padding-top: 50px;
}

.sidebar-phone.sidebar-phone-exist {
  padding-top: 30px;
}

aside.sidebar.sidebar-primary.widget-area {
  margin-top: 50px;
}

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

.site-footer {
  background-color: #fff;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 0;
  padding: 4rem 0;
  text-align: center;
}

.home .site-footer {
  margin-top: -200px;
}

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

.site-footer .wrap {
  max-width: 100%;
  margin: 0 auto;
}

.idw-footer-content {
  max-height: 805px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.idw-footer-content-left {
  background: url("images/cta-bg.png") no-repeat, #393939;
  background-size: contain;
  color: #999;
  background-size:auto;
}

.idw-footer-content-left,
.idw-footer-content-right {
  width: 50%;
}

.footer-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.idw-footer-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 100px;
}

.idw-footer-content-right img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-address,
.footer-hours {
  padding-right: 100px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: lighter;
}

.footer-title {
  padding-bottom: 15px;
}

.footer-text {
  font-size: 30px;
  padding-bottom: 20px;
}
.site-footer i {
  color: #000;
  padding-right: 10px;
}
.footer-title-reviews {
  padding-top: 30px;
  padding-bottom: 10px;
}


.idw-footer-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*    
   **** uncomment these styles when social media icons are active**** 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
  margin: 0 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  /*  The styles below can be deleted when social media icons are active  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.idw-footer-content-bottom p {
  color: #3e3e3e;
  text-align: center;
}

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

.header-for-social,
.header-social-text,
ul.social {
  display: none;
}

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

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

ul.social li {
  margin: 20px;
  margin: 2rem;
  display: inline-block;
  font-family: 'Montserrat', serif;
  font-size: 17px;
}

.stuck {
  position: fixed;
  width: 100%;
  z-index: 100;
  border: none;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
}

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

.hide-at-1024,
.hide-at-768 {
  display: block;
}

.show-at-768 {
  display: none;
}

.home section {
  padding: 70px 0;
  padding: 7rem 0;
}

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

.home .site-inner,
.home .site-container {
  background: none;
}

/* ------------
Banner ---------------------------------------------------------------*/

#banner {
  background: url("images/hero-banner-lg.jpg") no-repeat center;
  background-size: cover;
  margin: 0 45px 0 45px;
  /*max-height: 735px;*/
}

.banner-content,
.smile-content {
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  margin-top: 355px;
}

.banner-headline {
  font-family: 'Playfair Display', sans-serif;
}

.banner-headline.banner-text {
  text-align: left;
  margin: -30px 0 0 -300px;
}

.banner-btn-container.btn-container,
.smile-btn-container.btn-container {
  padding-top: 80px;
}

.banner-text,
.smile-text,
.text-focus {
  color: #fff;
  font-size: 34px;
  line-height: 50px;
  font-weight: lighter;
  text-shadow: 1px 1px 5px black;
}

.text-focus {
  font-size: 140px;
  text-transform: uppercase;
  letter-spacing: 30px;
  line-height: 100px;
}

.banner-content .text-focus,
.smile-content .text-focus {
  line-height: 40px;
}

.btn-container a,
.hero-btn,
.footer-title {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-container a,
.hero-btn {
  width: 334px;
  height: 68px;
}

/* About Section
---------------------------*/

.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}

#about .sec-title {
  margin-bottom: 0;
}

.italic {
  font-style: italic;
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-triangle {
  background: url("images/triangle.png") no-repeat;
}

.about-triangle,
.services-triangle {
  height: 40px;
  width: 80px;
}

.about-heading {
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  font-size: 16px;
  margin-top: 15px;
}

.about-textbox {
  width: 450px;
  height: 580px;
  background: #393939;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 50px;
  margin-right: -100px;
  z-index: 0;
}

.about-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 300px 40px 0;
}

.about-border-img {
  -webkit-border-image: url("images/double-line.png") 30;
  -o-border-image: url("images/double-line.png") 30;
  border-image: url("images/double-line.png") 30;
}

.about-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 63%;
  margin: 0 auto;
}

.about-content-bottom-left,
.about-content-bottom-right {
  width: 50%;
  border-top: double;
  padding: 40px 0;
  margin-right: 50px;
}

.about-content-bottom-left,
.office-box-1,
.footer-text {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  line-height: 51px;
  font-weight: lighter;
  letter-spacing: 1px;
}

.about-content-bottom-right,
.office-box-4-text,
.office-box-2-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.about-content-bottom-right-top {
  font-weight: bold;
}

.about-content-bottom-link {
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  -webkit-text-decoration: underline #393939;
  text-decoration: underline #393939;
}

/* Services Section
---------------------------*/

#services {
  background: url("images/services-bg-lg.png") no-repeat;
  background-size: 100%, 100%;
  /* min-height: 1125px; */
  margin-top: -150px;
  padding:7rem 0 3rem;
}

.services-triangle {
  background: url("images/triangle-blue.png") no-repeat;
}

.services-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

.services-slider {
  margin-top: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
  max-width:66%;
}

.services-slider-text {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 35px;
  max-width: 600px;
  padding: 0 2px 0 250px;
}

#services button:hover {
  background:transparent;
}

.services-slider-desktop {
  width:60%;
}

.services-slider-tablet {
  width: 100%;
}

.prev-slide,
.next-slide {
  cursor: pointer;
}

.slider-arrows img {
  width: 85px;
  height: auto;
}

.slider-arrows-desc {
	font-size: 20px;
}

.services-learn-more {
  border-bottom: 1px solid #393939;
}

.services-learn-more:hover {
  border-bottom: 1px solid #5a7d99;
}

/* Smile Gallery Section
---------------------------*/

#smile {
  background: url("images/smile-bg-lg.jpg") no-repeat center;
  background-size: cover;
  margin: 45px 45px 0 45px;
  min-height: 800px;
}

.btn-light {
  background: #f7f7f7;
  color: #393939;
}

/* Office Section
----------------------------------*/

#office {
  background: url("images/squares.png") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position-y: 493px;
  padding-bottom: 500px;
}

.office-content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.office-content-top,
.office-content-middle,
.office-content-bottom,
.office-box-2,
.office-box-4,
.office-box-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.office-box-1,
.office-box-2,
.office-box-3,
.office-box-4,
.office-box-5,
.office-box-6,
.office-chair-photo,
.office-box-2-text,
.office-box-4-text,
.office-box-4-img,
.office-box-6-empty,
.office-box-6-img {
  width: 50%;
}

.office-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 75px;
}

.office-box-2 {
  color: #fff;
}

.office-box-2-text {
  background: #5e809a;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.office-box-4-text {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.office-chair-photo,
.office-box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.office-chair-photo img,
.office-box-3 img {
  /*height: 100%;*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

.office-box-4-text-top,
.office-box-4-text-bottom {
  max-width: 280px;
}

.office-box-4-top {
  font-weight: 400;
}

.office-box-4-text-bottom {
  padding-top: 20px;
  font-weight: 300;
}

.office-box-4-img {
  background: url("images/office-bg-smsquare.png") no-repeat bottom left;
  background-size: 260%;
}

.office-box-5,
.office-box-6 {
  min-height: 100px;
  width: 100%;
}

.office-box-6-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.office-box-6-img-block,
.office-box-6-img-stamp {
  width: 50%;
}

.office-box-6-img-block {
  background: #5a7d99;
  width: 50%;
}

.office-box-6-img-stamp img {
  padding: 15px;
}

/* CTA Section
------------------------------*/

.home #cta {
  margin-top: -348px;
}

.home .cta-text-container {
  background: #393939;
  width: 1152px;
  height: 165px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-text-container {
  background: #393939;
  width: 60%;
  max-height: 15.5rem;
  margin: 96px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 100px;
}

.cta-text {
  font-family: 'Montserrat', serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  padding-right: 50px;
  font-weight: normal;
}

.cta-grid-container {
  /*display: -ms-grid;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*-ms-grid-columns: 1fr 3fr 1fr;*/
  /*grid-template-columns: 1fr 3fr 1fr;*/
  /*grid-column-gap: 0px;*/
  /*justify-items: start;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
}

.cta-empty,
.cta-squares-container {
  width: 20%;
}

.cta-squares-container img {
  margin-bottom: -6px;
}

/* Misc Inner Page Styles */

#attachment_151 p.wp-caption-text {
  padding: 0 10px;
}

/*---------------------Mobile Menu-----------------------------------------*/

:root {
  --mobile-nav-bar-bg: #ffffff;
  --mobile-nav-bar-text: #7092ab;
  --mobile-menu-bg: #698faa;
  --mobile-menu-top-level: #ffffff;
  --mobile-menu-links: #393939;
}

.hamb {
  width: 28px;
  height: 2px;
  background: #7092ab;
  margin-bottom: 7px;
}

.hamb:nth-child(2) {
  width: 20px;
}

svg path {
  fill: var(--mobile-nav-bar-text, #ffffff);
}

#navbar {
  height: 45px;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  background: #fff;
  background: var(--mobile-nav-bar-bg);
  display: none;
}

.toggle {
  text-decoration: none;
  font-size: 30px;
  color: black;
  -webkit-transition: all 0.15s ease-out 0;
  -o-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  position: fixed;
  top: 35px;
  left: 50px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.slidebar-left {
  position: fixed;
  overflow: scroll;
  top: 90px;
  bottom: 0px;
  left: -2440px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  width: 100%;
  padding: 30px;
  background: #000000;
  background: var(--mobile-menu-bg);
  z-index: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-align: left;
}

.slidebar-left .menu-main-menu-container {
  margin-top: 35px;
}

.slidebar-left .sub-menu {
  margin-left: 10px;
}

.slidebar-left .sub-menu .sub-menu {
  margin-left: 20px;
}

.slidebar-right {
  position: fixed;
  overflow: scroll;
  top: 135px;
  bottom: 0px;
  right: -2440px;
  -webkit-transition: all 0.15s ease-out 0;
  -o-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  width: 100%;
  padding: 30px;
  background: #000000;
  background: var(--mobile-menu-bg);
  z-index: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-align: center;
}

.slidebar-left ul,
.slidebar-right ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.slidebar-left li a,
.slidebar-right li a {
  color: #ffffff;
  color: var(--mobile-menu-top-level);
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin: 0;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
}

.slidebar-left li a:hover,
.slidebar-right li a:hover,
.slidebar-left li.menu-item-has-children a:hover {
  color: #393939;
}

.slidebar-left li.current-menu-item a,
.slidebar-left .sub-menu li.current-menu-item a {
  font-weight: bold;
  color: #ffffff;
}

.slidebar-left li .sub-menu a:hover,
.slidebar-right li .sub-menu a:hover {
  color: var(--mobile-menu-links);
}

.slide-out-left {
  left: 0;
}

.slide-out-right {
  right: 0;
}

.slidebar-left li,
.slidebar-right li {
  padding-left: 10px;
}

.slidebar-left .sub-menu li a,
.slidebar-right .sub-menu li a {
  font-weight: normal;
  color: #ffffff;
}

.slidebar-left li:hover>.sub-menu,
.slidebar-right li:hover>.sub-menu {
  height: auto;
  visibility: visible;
}

#mobile-phone {
  position: fixed;
  top: 30px;
  right: 50px;
  cursor: pointer;
}

.call-button {
  background-color: var(--mobile-nav-bar-text);
  border-radius: 8px;
  padding: 5px 20px;
  margin-top: 20px;
}

#close-menu {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#close-phone {
  color: var(--mobile-menu-top-level, #ffffff);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

#navbar .header-location-menu ul li {
  padding: 5px 0;
}

.slidebar-left li.x.menu-item-has-children:before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f102";
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  margin-right: 8px;
  position: relative;
  bottom: -1px;
}

.slidebar-left li.menu-item-has-children:before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f103';
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  margin-right: 8px;
  position: relative;
  bottom: -1px;
}

.slidebar-left li:not(.menu-item-has-children) {
  padding-left: 32px;
}

/* Inner Page Styles
--------------------------------------------------------------------*/

#inner-banner-con {
  background: url("images/inner-banner-lg.jpg") no-repeat center;
  background-size: cover;
  margin: 0 45px;
}

div.site-container {
  background: url("images/inner-bg-lg.png") no-repeat top right;
  background-size: 33%;
  background-position-y: 600px;
  /* background-position-x: 1290px; */
}

.inner-banner-text {
  font-family: "Playfair Display", serif;
  margin: 125px 0 10px 0;
  text-align: center;
  text-shadow: 1px 1px 5px #393939;
  line-height: 70px;
}

h1.entry-title {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
}

.entry-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 27px;
  color: #698faa;
  font-weight: lighter;
}

.entry-content p {
  font-family: 'Roboto', sans-serif;
}

.entry-content blockquote.emphatic,
.entry-content blockquote.emphatic p {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 39px;
  color: #698faa;
  text-align: center;
  font-style: normal;
}

.entry-content blockquote,
.entry-content blockquote p {
  font-family: 'Calibri', 'Playfair Display', serif;
  font-size: 16px;
  line-height: 22px;
  color: #698faa;
  text-align: center;
  font-style: italic;
}

.entry-content h3 {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  color: #698faa;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
}

.entry-content ul li {
  background: url('images/li-dot.png') no-repeat;
  background-size: initial;
  background-position-y: 9px;
  padding-left: 40px;
  padding-top: 0;
  margin-bottom: 12px;
}

.page-id-24 .entry-content ul li {
  background: none;
}

.show-at-480 {
  display: none;
}

/*
Smile Gallery Page
--------------------------------------------------------------------------------------- */

.page-id-500 #inner-banner-con {
  background: url("images/sg-banner-lg.jpg") no-repeat center;
  background-size: cover;
}

.sg-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(90, 90, 90, 0.3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}

.sg-case-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sg-case-desc {
  padding: 0 20px;
}

.sg-case-imgs-before,
.sg-case-imgs-after {
  text-align: center;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
}

.sg-case-imgs-before {
  padding-right: 10px;
}

p.sg-case-desc {
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 10px;
  max-width: 578.54px;
}

.entry-content h1 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: lighter;
}

.entry-content h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
}

.page-id-500 .entry-header h1 {
  font-family: 'Montserrat', serif;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 25px;
  color: #698faa;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-id-500 .entry-content p {
  line-height: 30px;
}

.sg-case-imgs-before,
.sg-case-imgs-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* New Slider */

.services {
  display: flex;
  align-items: center;
  background-color: #232323;
  padding: 5rem 0;
}
.wrap-services {
  display: flex;
  flex-direction: row;
  max-width: 1800px;
  justify-content: flex-end;
}
.services-left {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 35px;
  max-width: 20%;
  margin-left: 18rem;
  align-self: center;
}
.services-left br {
  display: none;
}
.services-left div {
  line-height: 1.4;
}
.services-left p {
  font-size: 20px;
}

.services2-slider {
  padding:0 60px;
  width:100%;
  max-width:66%;
}

.services2-slider .owl-stage-outer {
  overflow:hidden;
  padding:20px 0;
}

.services2-slider .owl-stage {
  display: flex;
  align-items: stretch;
}
.services2-slider .owl-item {
  box-shadow:0 0 14px rgba(0,0,0,.15);
}
.services2-slider .item {
  background-color: #fff;
  padding: 30px;
  height:100%;
  /* width: 400px; */
}
.services2-slider .service-icon {
  margin: 3rem 0 2rem;
  width:200px;
  height: 200px;
  object-fit: contain;
}
.services2-slider .service-title {
  font-size: 30px;
  margin-top: 4rem;
  text-align:center;
  font-family:'Playfair Display',serif;
}
.services2-slider .item p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-top: 3rem;
  text-align:center;
}
.services2-slider .item a {
  letter-spacing: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
}


.prev-btn {
  margin-right:10px;
}
.next-btn {
  margin-left:10px;
}

.prev-btn::before {
  position: absolute;
  content: "";
  left: 0;
  width: 8.5rem;
  top: 2.6rem;
  height: 5px;
  transform: translateY(-50%);
  background-color: #fff;
}
.next-btn::before {
  position: absolute;
  content: "";
  right: 0;
  width: 8.5rem;
  top: 2.6rem;
  height: 5px;
  transform: translateY(-50%);
  background-color: #fff;
}
.next-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  right: 0;
  top: 2.6rem;
  transform: translateY(-50%);
}
.prev-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  left: 0;
  top: 2.6rem;
  transform: translateY(-50%);
}
.prev-btn, .next-btn {
  all: unset;
  position: relative;
  padding: 0 2rem 2rem 0;
  font-family: 'Poppins',sans-serif;
  font-size: 12px;
  letter-spacing: 2.88px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width:75px;
}
.item a {
  text-transform: uppercase;
  font-size: 14px;
}

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

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

@media screen and (min-width: 1200px) {
  .slidebar-left {
    display: none;
  }
}

@media only screen and (max-width: 1950px) {
  .banner-headline.banner-text {
    margin: -30px 0 0 -200px;
  }
}

@media only screen and (max-width: 1800px) {
  .banner-headline.banner-text {
    margin: -30px 0 0 -110px;
  }
  .services-slider,
  .services-title-container {
    margin-top: 20px;
  }
  .office-box-4-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .banner-headline.banner-text {
    margin: -30px 0 0 -30px;
  }
  #services {
    min-height: 925px;
    background-size: cover;
  }
  .text-focus {
    font-size: 95px;
  }
  .smile-content {
    margin-top: 400px;
  }
  #office {
    background: none;
  }
  .office-content {
    width: 80%;
  }
  .office-box-1 {
    padding: 0 25px;
  }
  .idw-footer-content-left {
    padding: 50px;
  }
  .footer-address,
  .footer-hours {
    padding-right: 25px;
    width: 50%;
  }
}

@media only screen and (max-width: 1400px) {
  .hide-at-1400 {
    display: none;
  }
  #banner {
    min-height: 0;
  }
  .banner-content,
  .smile-content {
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
    margin-top: 240px;
  }
  .banner-headline.banner-text {
    margin: -30px 0 0 0;
  }
  .text-focus {
    font-size: 95px;
    letter-spacing: 20px;
  }
  .banner-text {
    font-size: 30px;
    font-weight: lighter;
  }
  .smile-text {
    font-size: 25px;
    font-weight: lighter;
  }
  .banner-btn-container.btn-container,
  .smile-btn-container.btn-container {
    padding-top: 50px;
  }
  .sec-title,
  .about-content-bottom-left,
  .office-box-1,
  .footer-text {
    font-size: 30px;
  }
  #about .sec-title {
    margin: 0 auto;
  }
  .about-heading {
    font-size: 12px;
  }
  .about-textbox {
    font-size: 20px;
    width: 300px;
    height: 430px;
    line-height: 40px;
  }
  .about-photo img {
    max-width: 400px;
    height: auto;
  }
  .about-content-top {
    margin: 40px 220px 40px 0;
  }
  #services,
  #smile {
    min-height: 0;
  }
  #services {
    background: url("images/services-bg-mdlg.png") no-repeat;
    background-size: cover;
    background-position-y: 175px;
    margin: 0 0 40px 0;
  }
  #services .sec-title {
    margin-bottom: 0;
  }
  .services-slider-text {
    padding: 0 0 0 130px;
  }
  .smile-content {
    padding-top: 160px;
  }
  #office {
    padding: 20px 0 60px 0;
    background: none;
  }
  .office-box-1 {
    padding: 0 40px;
  }
  .office-box-2-text {
    padding: 10px 30px;
  }
  .office-box-3 {
    margin-top: 0;
  }
  .about-content-bottom-left,
  .office-box-1,
  .footer-text {
    line-height: 41px;
  }
  .home #cta {
    margin-top: 100px;
  }
  .cta-grid-container {
    margin: 20px auto 60px auto;
  }
  .cta-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .cta-squares-container img {
    visibility: hidden;
  }
  .idw-footer-content-left {
    padding: 70px 50px;
  }
  .footer-address {
    padding-right: 10px;
  }
  .footer-hours {
    padding: 0 0 0 20px;
  }
  div.site-container {
    background: none;
  }
  aside.sidebar.sidebar-primary.widget-area {
    margin-top: 0;
  }
  .genesis-nav-menu a {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .content {
    width: 620px;
  }
  .sidebar-primary {
    width: 300px;
  }
  .cta-text {
    padding: 0 20px 0 0;
  }
  .office-content {
    width: 95%;
  }

}

@media only screen and (max-width: 1024px) {
  .hide-at-1024,
  ul.social li .hide-at-1024 {
    display: none;
  }
  .phone-space {
    display: block;
  }
  #header-menu {
    margin-top: -100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content,
  .sidebar-primary,
  .site-inner,
  .title-area,
  .wrap {
    width: 100%;
  }
  .site-header .wrap {
    margin: 0 auto;
  }
  .site-inner,
  .home section .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .entry,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-title {
    text-align: center;
  }
  .hide-for-mobile {
    display: none !important;
  }
  .hide-for-desktop {
    display: block;
  }
  .about-content-bottom {
    width: 80%;
  }
  .services-title-container {
    margin-top: 0;
  }
  .smile-content .text-focus {
    line-height: 19px;
    font-size: 55px;
    letter-spacing: 10px;
  }
  .office-content {
    text-align: center;
    width: 73%;
  }
  .office-content-top,
  .office-content-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .office-content-top>div,
  .office-content-middle>div {
    width: 80%;
  }
  .office-box-1 {
    padding: 0 10px;
  }
  .office-box-4-text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .office-box-4-text-top,
  .office-box-4-text-bottom {
    max-width: 100%;
    text-align: left;
  }
  .office-content-top,
  .office-content-middle,
  .office-content-bottom,
  .office-box-2,
  .office-box-4,
  .office-box-6 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .office-box-1-text {
    padding: 20px;
  }
  .home .cta-text-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-text-container {
    width: 100%;
    max-height: 20rem;
    margin: 20px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
  .cta-squares-container,
  .cta-empty {
    display: none;
  }
  .cta-text {
    padding: 10px 20px;
  }
  aside.sidebar.sidebar-primary.widget-area {
    margin: 50px 25% 0 25%;
    width: 50%;
  }
  .idw-footer-content {
    display: inline-block;
  }
  .idw-footer-content>div {
    width: 100%;
  }
  .idw-footer-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .idw-footer-content-bottom p {
    text-align: center;
  }
  .footer-contact-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }
  #social-text {
    display: none;
  }
  .sidebar-btn-container {
    padding: 40px 0 40px 0;
  }

  .services2-slider {
    max-width:100%;
  }
}

@media only screen and (max-width: 900px) {
  .services-slider {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height:auto;
}
  .hide-at-768,
  .services-slider .hide-at-768 {
    display: none;
  }
  .hide-at-480,
  .show-at-768 {
    display: inline-block;
  }
  .alignleft,
  .alignright {
    max-width: 60%;
  }

  .site-footer i {
    color: #fff;
  }
  /*----------------mobile colums----------*/
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  /*---------------Mobile Nav Appears-----------------*/
  .nav-primary {
    display: none;
  }
  #navbar {
    display: block;
    height: 88px;
  }
  .mobile-menu-text,
  .mobile-phone-text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #5a5a5a;
  }
  #mobile-menu,
  #mobile-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #mobile-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-text {
    padding-left: 10px;
  }
  .mobile-phone-text {
    padding-right: 10px;
  }
  .site-container {
    padding-top: 40px;
  }
  #header-menu {
    display: none;
  }
  .header-logo img {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
    background: #fff;
    z-index: 99999;
    max-width: 200px;
  }
  .title-area {
    padding: 0;
  }
  .site-header .wrap {
    padding: 0;
  }
  #banner {
    margin-top: 48px;
    background: url("images/hero-banner-med.jpg") no-repeat center;
    background-size: cover;
    height: 875px;
  }
  .banner-text,
  .smile-text {
    font-size: 25px;
    line-height: 35px;
    font-weight: lighter;
    letter-spacing: 1px;
  }
  .banner-btn-container.btn-container {
    padding-top: 20px;
  }
  .banner-content .text-focus {
    line-height: 60px;
  }
  .banner-content {
    margin-top: 30px;
  }
  .banner-headline.banner-text {
    margin: -50px 0 0 0;
    text-align: center;
  }
  .about-triangle,
  .services-triangle {
    width: 69px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-content-top {
    margin: 0 0 40px 0;
  }
  .about-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .about-content-bottom-left {
    padding-bottom: 0;
  }
  .about-content-bottom-right {
    border: none;
  }
  .about-content-bottom>div {
    width: 75%;
    margin: 0 auto;
  }
  .text-focus {
    font-size: 70px;
    letter-spacing: 13px;
    line-height: 70px;
    margin-top: -55px;
  }
  #services {
    /* background: none; */
    margin: 30px auto;
    padding-top: 40px;
    background-position:bottom center;
  }
  .services-title-container {
    color:#fff;
  }

  .services-triangle {
    background-image: url(images/triangle.png);
    filter:brightness(0) invert(1);
  }
  #smile {
    background: url("images/smile-bg-med.jpg") no-repeat;
    background-size: cover;
    height: 740px;
    margin: 0 45px;
  }
  .smile-content .text-focus {
    line-height: 60px;
    font-size: 70px;
    letter-spacing: 12px;
  }
  .smile-btn-container.btn-container {
    padding-top: 20px;
  }
  .smile-content {
    padding-top: 115px;
  }
  #office {
    padding: 7rem 0;
    padding: 70px 0;
  }
  #office .sec-title {
    margin-bottom: 20px;
  }
  .office-content-top>div,
  .office-content-middle>div,
  .office-box-4-text {
    width: 100%;
  }
  .office-content {
    width: 80%;
    text-align: left;
  }
  .office-box-1 {
    padding: 0 0 20px 0;
  }
  .office-box-1-text {
    padding: 0 20px;
    text-align: left;
  }
  .office-box-2-text {
    font-size: 20px;
    text-align: center;
    padding: 10px;
  }
  .office-box-2 {
    margin: 0 0 20px 0;
  }
  .office-chair-photo img {
    height: 100%;
    width: 100%;
  }
  .office-box-4-text {
    padding: 30px 0;
  }
  .cta-text-container {
    margin: 20px 35px;
  }
  .site-footer .wrap {
    padding: 0;
  }
  .idw-footer-content-left {
    background: url("images/footer-bg-md.png") no-repeat;
    background-size: cover;
    padding: 75px;
  }
  .idw-footer-content-right img {
    max-height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  aside.sidebar.sidebar-primary.widget-area {
    margin: 0 auto;
    width: 100%;
  }
  #inner-banner-con {
    margin: 100px 20px 0 20px;
  }
  .page-id-500 #inner-banner-con {
    background-position: right;
  }
  .sidebar-btn-container {
    padding: 40px 0 40px 0;
  }
  ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .search-form input[type="submit"] {
    border: 0;
    clip: none;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .sidebar .widget {
    padding: 20px;
  }
}

@media screen and (max-width:767px){
  .services2-slider {
      padding: 0 20px;
  }

  #services {
    margin-bottom:40px;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-menu-text,
  .mobile-phone-text {
    display: none;
  }
  .banner-content .text-focus {
    line-height: .5;
    font-size: 55px;
    letter-spacing: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .sticky-wrapper {
    max-height: 0;
  }
  .hide-at-480 {
    display: none;
  }
  .show-at-480 {
    display: block;
  }
  .btn-container a,
  .hero-btn {
    max-width: 260px;
  }
  #about,
  #smile,
  #office {
    margin: 0 25px;
  }


  #about {
    text-align: center;
  }
  .sec-title,
  .about-content-bottom-left,
  .office-box-1,
  .footer-text {
    font-size: 25px;
  }
  .about-heading {
    font-size: 10px;
  }
  .entry-content .alignleft,
  .entry-content .alignright {
    display: block;
    float: none;
    max-width: 100%;
  }
  
  .entry-footer .entry-meta{
		display:none;
	}

  
  .home .site-container {
    padding-top: 0;
  }
  #navbar {
    height: 60px;
  }
  #banner {
    background: url('images/banner-hero-sm.jpg') no-repeat center;
    background-size: cover;
    height: 1000px;
    margin: 30px 25px 0 25px;
  }
  .banner-text,
  .smile-text {
    line-height: normal;
    font-size: 25px;
  }
  .banner-btn-container.btn-container {
    padding-top: 35px;
  }
  .banner-content {
    margin-top: 20px;
  }
  .banner-headline {
    line-height: normal;
  }
  .banner-headline.banner-text {
    margin: 0 auto;
  }
  button.hero-btn.btn-dark {
    font-size: 13px;
    width: 87%;
  }
  button {
    padding: 0 24px;
    padding: 0 2.4rem;
  }
  .text-focus {
    font-size: 35px;
    letter-spacing: 5px;
    line-height: 20px;
    margin-top: 0;
  }
  .about-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 25px 0;
  }
  .about-content-top .about-photo img {
    width: 100vw;
    max-width: 480px;
    display: block;
  }
  .about-textbox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-content-top>div {
    margin: 0 auto;
  }
  .about-textbox {
    width: 100%;
  }
  .about-content-bottom>div {
    width: 90%;
  }
  #smile {
    background: url('images/smile-bg-sm.jpg') no-repeat center top;
    background-size: cover;
    min-height: 900px;
  }
  .smile-content {
    margin: 510px auto 0 auto;
    padding: 0;
    width: 90%;
  }
  .smile-text {
    line-height: 25px;
  }
  #smile {
    min-height: 880px;
  }
  .smile-content {
    margin: 515px auto 0 auto;
  }
  .smile-btn-container.btn-container {
    margin-top: 20px;
    padding-top: 0;
  }
  .smile-content-mobile .text-focus {
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 48px;
  }
  .smile-content-mobile button {
    padding: 0 65px;
    padding: 0 6.5rem;
  }
  .office-content {
    width: 100%;
  }
  .office-box-1-text {
    padding: 0;
    text-align: center;
  }
  .office-box-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .office-box-2>div {
    width: 100%;
  }
  .office-box-2-text {
    font-size: 15px;
    padding: 40px;
  }
  .office-box-3 {
    padding-top: 15px;
  }
  .office-chair-photo img,
  .office-box-3 img {
    width: 100%;
    height: 100%;
  }
  .office-box-4-text,
  .office-box-4-text-top,
  .office-box-4-text,
  .office-box-4-text-bottom {
    text-align: center;
  }
  .header-logo img {
    max-width: 30%;
    top: 10px;
  }
  #mobile-phone {
    top: 15px;
    right: 25px;
  }
  .toggle {
    top: 22px;
    left: 25px;
  }
  .home .cta-text-container {
    height: 200px;
  }
  .banner-text.inner-banner-text {
    line-height: 45px;
    font-size: 19px;
  }
  .page-id-500 #inner-banner-con {
    background-position: -500px;
  }
  #inner-banner-con {
    background-position: -285px;
    margin: 0;
  }
  .footer-title,
  .footer-text {
    text-align: center;
  }
  .footer-text {
    padding: 0 10px 20px 10px;
  }
  .idw-footer-content-left {
    padding: 70px 10px;
  }
  .footer-hours .footer-title,
  .footer-address .footer-title {
    text-align: left;
  }
  .footer-address,
  .footer-hours {
    font-size: 13px;
    width: 50%;
  }
  .footer-hours {
    padding: 0 0 0 5px;
  }
  .idw-footer-content-right {
    height: 400px;
  }
  .page-id-500 .entry-content p {
    text-align: center;
    padding: 10px 0 0 0;
  }
  section#cta {
    margin: -40px 5% 0 5%;
  }
  .cta-text {
    padding: 10px 45px;
  }
  .cta-text-container {
    padding: 20px 0;
    margin: 0 auto;
  }
  .cta-btn-container.btn-container {
    padding-bottom: 20px;
  }
  .cta-btn-container .btn-light {
    max-width: 260px;
    padding: 0 20px;
  }
  .slidebar-right,
  .slidebar-left {
    top: 60px;
  }
}

@media only screen and (max-width: 450px) {
  .banner-content .text-focus {
    line-height: 12px;
    font-size: 50px;
    letter-spacing: 5px;
  }
}

@media only screen and (max-width: 400px) {
  #banner {
    height: 580px;
    background-position: top center;
    background-size: 100% auto;
    margin: 60px 25px 0 25px;
    padding-top: 20px;
  }
  .banner-content .text-focus {
    font-size: 35px;
  }
  .banner-text,
  .smile-text {
    line-height: normal;
    font-size: 15px;
  }
  #inner-banner-con {
    background-position: -410px 20px;
  }
  .smile-content {
    margin: 515px auto 0 auto;
  }
  .smile-content-mobile .text-focus {
    font-size: 45px;
    line-height: 46px;
    width: 100%;
  }
  .footer-contact-info {
    padding: 0;
  }
  .footer-hours,
  .footer-address {
    font-size: 11px;
  }
}

.phone-icon {
  width:40px;
  height:40px;
}


@media screen and (max-width: 1024px) {
  .wrap-services {
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }
  .services-left {
    all: unset;
    font-family: "Playfair Display", serif;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
  }
  .services-left p {
    display: none;
  }
  .services-left br {
    display: block;
  }

  .slider {
    padding-top: 0;
    margin-top: 40px;
  }
  .owl-stage div {
    margin: 0 auto;
    justify-content: center;
  }
}
.phone-space {
  display: block;
}

.page-id-24 .content ul li::before{
  display: none;
}