/*
   Theme Name: Dennis 2017 Theme
   Description: Custom Design by IDW
   Author: Infinity Dental Web
   Author URI: http://www.infinitydentalweb.com/
   Version: 1.0
   Template: genesis
   Template Version: 2.0.223
    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
}

figcaption {
    min-width: 253px;
}

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;
    overflow: hidden;
}

a:focus {
    outline: thin dotted
}

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

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

input[type=radio] {
    width: auto!important;
}

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

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

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

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


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

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


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

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

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


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


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

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    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;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

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

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

a {
    text-decoration: none;
    font-weight: 600;
}

.smile-link {
    text-decoration: underline;
    color: #fff;
}

.smile-link:hover {
    text-decoration: underline;
    color:#5D4F45;
}

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

a:hover {
    color: #333;
}

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

strong {
    font-weight: 600;
}

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

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

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

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

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

cite {
    font-style: normal;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313131;
    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;
    font-family: 'PlayFair Display', Serif;
}

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

h4 {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'PlayFair Display', Serif;
}

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;
    max-width: 100%;
    /* width: unset!important; */
    /* width: auto; */
    /* IE8 */
}

.hero-video {
    border: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline;
    object-fit: cover;
}


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

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

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

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

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

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

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

}

.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;
}

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

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


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


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

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

.inner-page .site-inner {
    background: url("images/inner_flower_bg.png") right 5% no-repeat, url("images/inner_flower_bg.png") right 95% no-repeat;
}

.home .site-inner, .page-id-5343 .site-inner {
    max-width: 100%;
    padding: 0;
}


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


/* Content */

.content {
    float: right;
    width: 57%;
    background: #f6f4f0;
    margin-top: -100px;
}

.content p {
    color: #666;
}

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

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


/* Primary Sidebar */

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

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


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

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

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

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

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

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

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


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


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

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

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 15px 15px 0;
}

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

.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;
    font-family: 'Playfair Display', Serif;
    color: #333;
    letter-spacing: 2px;
}

.entry-title:before {
    content: "";
    display: inline-block;
    width: 65px;
    height: 2px;
    background: #313131;
    margin-bottom: 12px;
    margin-right: 20px;
}

.content .entry-title:before {
    background: #333;
}

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

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

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

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

.archive-title {
    font-size: 20px;
    font-size: 2rem;
    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: #7D7168;
}


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

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

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


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

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

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

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

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


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

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

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


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

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

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

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

.genesis-nav-menu a {
    border: none;
    color: #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;
}


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

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 20px;
    padding: 1.6rem 2rem;
    position: relative;
    width: 200px;
    text-align: left;
}

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

.genesis-nav-menu .menu-item:hover {

}

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

.genesis-nav-menu .menu-item {
    position: relative;
}

.genesis-nav-menu .menu-item:last-child:hover .sub-menu {
    left: auto;
    right: 0;
    opacity: 1;
}


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

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

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


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

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

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

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


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

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

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

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

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


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


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

.entry {
    background-color: transparent;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 140px 40px 24px;
    padding: 14rem 4rem 2.4rem;
    max-width: 740px;
    float: right;

}

.entry-content a {
    color: #333333;
    text-decoration: underline;
}

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

.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;
}

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

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

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

.content .entry-content ul li, .content .entry-content h2, .content .entry-content h3, .content .entry-content #selfie {
    color: #333;
}

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

.entry-content .before-after-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    max-width: 622px;
}

.entry-content .before-after-images img {
    min-width: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials-reviews .entry-content h2 {
    margin-top: 40px;
}

.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;
}

.entry-content .container.team br {
    display: none;
}

.entry-content .container.team .row .col {
    float: left;
    width: 100%;
}

.entry-content .container.team .staff-row .col .img-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
}

.entry-content .container.team .staff-row .col .img-container img {
    min-width: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.entry-content .container.team .staff-row .col .img-container:hover img {
    opacity: 0;
}

html body .sp-easy-accordion>.sp-ea-single {
    background: #eeeeee38 !important;
}

html body .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
    background: #ffffff6e !important;
}

body.blog ul.display-posts-listing {
    margin: 0;
    list-style: none;
    padding: 0;
}

body.blog ul.display-posts-listing li.listing-item:not(last-of-type) {
    margin-bottom: 40px;
}

body.blog ul.display-posts-listing li.listing-item a.title {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    padding: 8px 0 12px;
}

body.blog ul.display-posts-listing li.listing-item .excerpt .excerpt-more {
    display: block;
    margin-top: 12px;
}

body.blog ul.display-posts-listing li.listing-item .excerpt .excerpt-more:after {
    content: url(images/button_arrow_brown.png);
    padding-left: 8px;
}

/*body.single main.content {*/
/*    margin-top: 0;*/
/*    position: relative;*/
/*    top: -40px;*/
/*}*/

/* body.single main.content p.entry-meta {
    display: none;
} */

/* Styles for testimonial video shortcode */
.page.testimonials-reviews .wtp-testimonials-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}

.wtp-testimonials-container > br {
    display: none;
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container,
.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container {
    width: 100%;
    height: auto;
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container {
    overflow: hidden;
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a img.wtp-main-img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a:hover img.wtp-main-img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
    width: 4em;
    height: 4em;
}

.page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
    color: white;
    text-align: right;
    text-shadow: 1px 1px 3px rgb(21 21 21 / 50%);
}





.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 44px;
    top: -43px;
    padding: 1px 13px;
    right: 0;
    z-index: 0;
}


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

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


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

.sidebar {
    color: #999;
}

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

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

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

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


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

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

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

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

.other-logos {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 2em;
    margin-bottom: 21px;
}

.other-logos span {
    width: 200px;
    margin: 8px;
}

.other-logos span a {
    height: 100%;
    position: relative;
    display: block;
    min-height: 48px;
}


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

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

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

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

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

.stuck {
    position: fixed;
    width: 100%;
    z-index: 200;
    top: 0;
    left: 0;

    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.stuck #header-menu-con {
    margin-top: 40px;
}

.home #header-menu-con {
    margin-top: 0;
}

.home #idw-header {
    padding-top: 15px;
}

.home .top-navbar {
    height: 35px;
}


.stuck #header-number-con {
    display: none;
}

#idw-header.stuck {
    background: #fff;
    text-align: center;
}

#idw-header.stuck .search-icon {
    top: 56px;
    right: 23px;
}

#selfie {
    float: right;
    width: 40%;
    min-height: 200px;
    padding: 0 25px 25px 25px;
    text-align: center;
    font-weight: bold
}

/*-----------------------------------Inner page CSS-------------------------------------------*/

#inner-hero-text-box {
    background-color: #5D4F45;
    background: -webkit-linear-gradient(left top, #8E7D72, #5D4F45);
    background: -o-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: -moz-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: linear-gradient(to bottom right, #8E7D72, #5D4F45);
    width: 375px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

#inner-post-header {
    background: url("images/new-interior-bg.jpg") center top;
    background-size: cover;
    padding: 70px 0 120px;
    margin: 0 30px;
}

#inner-pre-footer {
    background: url("images/inner_footer_3.jpg") center top;
    background-size: cover;
    height: 500px;
}


/*-----------------------------------Inner Sidebar CSS-------------------------------------------*/

.sidebar {
    color: #444444;
    font-size: 14px;
    line-height: 2;
}

.sidebar .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #9F8C7F;
    margin-bottom: 5px;
}

.sidebar h4 {
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: normal;
}

.sb-phone {
    font-size: 19px;
    color: #9F8C7F;
    padding: 10px 0 0;
    line-height: 1.65;
}

.sb-link {
    color: #9F8C7F;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: normal;
}

.sb-link:hover {
    color: #9F8C7F;
}

.sb-link:after {
    content: url("images/button_arrow_brown.png");
    padding-left: 8px;
}


.sb-testimonial {
    font-size: 17px;
    font-style: italic;
    font-family: "Myriad Pro", sans-serif;
    padding-bottom: 10px;
}

.sb-testimonial-name {
    color: #9F8C7F;
    font-size: 16px;
    margin-top: 10px;
    margin-top: 0;
}

.smile-gallery .content {
    background: transparent;
    margin-top: 0;
    max-width: 1300px;
    margin: 0 auto;
    float: none;
}

.smile-gallery .entry {
    float: none;
    max-width: 100%;
    margin-bottom: 200px;
    text-align: center;
}

.smile-page-text {
    color: #313131;
}

.smile-con {
    width: 26%;
    display: inline-block;
    background: #9F8C7F;
    color: #313131;
    margin: 0 42px 84px;
}

.offset {
    position: relative;
    top: 200px;
}

.smile-image {
    margin-left: -130px;
    margin-top: 50px;
}

.smile-text-con {
    padding: 0 50px 50px;
    text-align: left;
}

.smile-title {
    font-family: 'Playfair Display', Serif;
    font-size: 28px;
}

.smile-text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 2;
    padding: 15px 0;
    height: 225px;

}

a.smile-link {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: normal;
    text-decoration: none;
}

a.smile-link:hover {
    color: #fff;
    
}

/* a.smile-link:after {
    content: url("images/button_arrow_black.png");
    padding-left: 8px;
}

a.smile-link:hover a.smile-link:after {
    content: url("images/button_arrow_white.png");
    padding-left: 8px;
} */

/*------Staff Photos CSS----------------------------------------- */
.staff-photo {
    margin: 5px 15px 0 0;
}

.staff-photo img {
    opacity: 0;
    transition: all .5s;
}

.staff-photo img:hover {
    opacity: 1;
}

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


/* Start Homepage Hero */
.hero-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.hero-iframe {
    border: none; position: absolute; top: 0; height: 100%; display: inline; object-fit: cover;
    aspect-ratio: 16 / 9;
}

.video-container.video-background {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 80vh; */
    overflow: hidden;
    max-height: 89vh;
}

.video-foreground {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.video-inner {
    position: relative;
    padding-top: 56.25%;
}

.hero-text {
    position: relative;
    z-index: 5;
    color: #fff;
    text-align: center;
}

.hero-title {
    font-size: 7rem;
    line-height: 70px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.hero-sub-title {
    font-size: 2rem !important; /*look into what's overwriting this*/
    line-height: 30px;
    font-weight: 100;
    text-transform: capitalize;
}

.watch-video-btn {
    border: solid 1px #fff;
    padding: 20px;
    color: #fff;
    margin: 35px auto;
    display: block;
    width: 205px;
    font-size: 16px;
    font-weight: bold;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
}

.watch-video-btn:hover {
    background: #dbb136;
    color: #fff;
}

.watch-video-btn i {
    font-family: 'FontAwesome';
}

.video-container.video-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
    background: #000;
    aspect-ratio: 16 / 9;
}

/* End Homepage Hero */


.trade-mark {
    font-size: 9px;
    vertical-align: super;
}

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

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

.home .site-inner {
    background-color: #ffffff;
    background-image: none;
}

.clear-div {
    content: ' ';
    clear: both;
}

#idw-header {
    padding: 15px;
}

#header-number-con {
    float: right;
    display: flex;
    justify-content: center;
    margin: 0px 18px 0 0;
    margin-left: 30px;
}

.p-number-con {
    font-family: 'Playfair Display', Serif;
    color: #9F8C7F;
    font-size: 26px;
    letter-spacing: 1px;
}

.p-label {
}

.p-number {
    color: #9F8C7F;
    font-weight: 400;
}

.p-divider {
    margin: 0 10px;
}

#fixed-header {
    position: relative;
    z-index: 1010;
}

#header-menu-con {
    float: right;
    max-width: 80%;
    margin-top: 35px;
    margin-right: 0;
}

#header-menu-con .nav-primary {
    background-color: transparent;
}

#header-menu-con .genesis-nav-menu a {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

#home-hero-con {
    padding: 0 30px;
    background-color: #ffffff;
}

#home-hero-field {
    position: relative;
    background: url("images/dennis_hero_full.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 375px 0;
    border: 1px solid #F1EEEC;
}

#home-hero-text-box {
    position: absolute;
    z-index: 5;
    left: 5%;
    width: 600px;
    color: #fff;
    text-align: center;
    padding: 30px;
}

#home-hero-text-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: .8;
}

#home-hero-text-box > * {
    position: relative;
    z-index: 6;
}

.hero-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-btn-container #htb-button {
    margin: 10px;
}

#htb-line {
    display: block;
    margin: 40px auto 20px;
    max-height: 90px;
    width: 10px;
}


.video-container.video-background #htb-line, .video-container #htb-button {
    margin: 20px auto;
}

#htb-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 2px;
}

/* .italic-PF {
    font-family: 'PlayFair-italic';
} */

#htb-p2 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#htb-button {
    display: block;
    margin: 25px auto 50px;
    padding: 15px 0;
    width: 250px;
    background-color: transparent;
    border: 2px solid #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

#htb-button-arrow-con {
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-left: 7px;
    background: url("images/button_arrow_white.png") no-repeat;
    background-position: center;
    background-size: contain;
}

#htb-button:hover {
    color: #9F8C7F;
    background-color: #ffffff;
    border-color: #fff;
}

#htb-button:hover #htb-button-arrow-con {
    background: url("images/button_arrow_brown.png") no-repeat;
    background-position: center;
    background-size: contain;
}

#home-sec02 {
    display: flex;
    background-color: #F6F4F0;
    padding: 0;
}

#sec2-left {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 55%;
    background-color: #F6F4F0;
    margin-top: -40px;
    z-index: 100;
}

#sec2-left-left {
    box-sizing: border-box;
    width: 50%;
    padding: 100px 20px 50px;
    text-align: right;
}

#sec2-dr-img {
    max-width: 300px;
}

#sec2-left-right {
    box-sizing: border-box;
    width: 50%;
    padding: 100px 50px 50px 30px;
    text-align: left;
}

#sec2-left .sec2-p1, #sec2-left p {
    color: #666;
}

.sec2-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 2px;
    color: #666;
}

.sec2-p2 {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 2px;
}

.sec2-button {
    display: block;
    margin: 25px 0 50px;
    padding: 15px 0;
    width: 200px;
    background-color: transparent;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}

.sec2-button-arrow-con {
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-left: 7px;
    background: url("images/button_arrow_dark_grey.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.sec2-button:hover .sec2-button-arrow-con {
    width: 30px;
    height: 17px;
    margin-left: 7px;
    background-position: center;
    background-size: contain;
}

.sec2-button:hover {
    color: #9F8C7F;
    border-bottom: 1px solid #9F8C7F;
}

.sec2-button:hover .sec2-button:hover .sec2-button-arrow-con {
    background: url("images/button_arrow_brown.png") no-repeat;
}

#sec2-left .sec2-button:hover {
    color: #333;
    border-bottom: 1px solid #333;
}

#sec2-handwriting-con {
    position: absolute;
    bottom: -75px;
    left: 10%;
    z-index: 200;
    padding: 100px 0;
    pointer-events: none;
}

#sec2-handwriting {
    max-width: 80%;
}

#sec2-right {
    box-sizing: border-box;
    width: 45%;
    background-color: #ffffff;
    background-image: url("images/scroll_brown01.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding: 100px 50px 50px;
}

.sec2-list {
    list-style-image: url("images/ul_line.png");
    padding-left: 50px;
}

.sec2-list li {
    margin-bottom: 15px;
}

/*.has-webp#home-sec03 {*/
/*    position: relative;*/
/*    padding: 290px 0;*/
/*    background: url("images/girl-with-daisys-homepage-background.webp") no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

#home-sec03 {
    position: relative;
    padding: 290px 0;
    /* background: url("images/girl-with-daisys-homepage-background.jpg") no-repeat; */
    background-position: center;
    background-size: cover;
}

#sec3-text-box {
    position: absolute;
    top: 13%;
    right: 20%;
    background-color: #5D4F45;
    background: -webkit-linear-gradient(left top, #8E7D72, #5D4F45);
    background: -o-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: -moz-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: linear-gradient(to bottom right, #8E7D72, #5D4F45);
    width: 320px;
    color: #fff;
    text-align: center;
    padding-bottom: 75px;
}

#sec3-line {
    display: block;
    margin: 60px auto 20px;
    max-height: 90px;
    width: 10px;
}

#sec3-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 2px;
}

#sec3-p2 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home-sec04 {
    display: flex;
    background-color: #ffffff;
    padding: 0;
}

#home-sec04 div {
    width: 100%;
}

.sec4-sbox {
    box-sizing: border-box;
    width: 20%;
    background-color: #eee;
    border: 1px solid #fff;
    padding: 30px 40px;
    transition: all 0.5s ease;
}

.sec4-sbox:hover {
    background-color: #fff;
    z-index: 100;
    margin-top: -40px;
}

.sec4-img {
    display: block;
    margin: auto;
}

.sec4-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 2px;
}

.sec4-p2 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec4-button {
    display: block;
    margin: 25px 0 50px;
    padding: 15px 0;
    width: 120px;
    background-color: transparent;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #9F8C7F;
    cursor: pointer;
}

.sec4-button-arrow-con {
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-left: 7px;
    background: url("images/button_arrow_brown.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.sec4-button-arrow-con {
    background: url("images/button_arrow_brown.png") no-repeat;
}

.sec4-sbox:hover .sec4-button:hover .sec4-button-arrow-con {
    background: url("images/button_arrow_brown.png") no-repeat;
}

.sec4-sbox:hover .sec4-button:hover {
    border-bottom: 1px solid #9F8C7F;
}

.sec4-button:hover {
    color: #9F8C7F;
}

#sec4-s6 {
    display: none;
}

.home div#n2-ss-6 .n2-ss-slider-2 {
    overflow-y: visible;
}

.home div#n2-ss-6 .n2-ss-slide-active .n2-ss-slide-background-mask {
    background: #fff !important;
}

#home-sec05 {
    position: relative;
    padding: 300px 0;
    background: url("images/sec5_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

#sec5-text-box {
    position: absolute;
    top: 13%;
    left: 20%;
    background-color: #5D4F45;
    background: -webkit-linear-gradient(left top, #8E7D72, #5D4F45);
    background: -o-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: -moz-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: linear-gradient(to bottom right, #8E7D72, #5D4F45);
    width: 320px;
    color: #fff;
    text-align: center;
    padding-bottom: 75px;
}

#sec5-line {
    display: block;
    margin: 60px auto 20px;
    max-height: 90px;
    width: 10px;
}

#sec5-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 2px;
}

#sec5-p2 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* color: #fff; */
}

#home-sec06 {
    display: flex;
    background-color: #F6F4F0;
    padding: 0;
}

#sec6-left {
    box-sizing: border-box;
    width: 40%;
    padding: 80px 60px;
    text-align: right;
    background-color: #ffffff;
}

#sec6-left-q-box {
    display: inline-block;
    width: 250px;
    border-bottom: 1px solid #9F8C7F;
    text-align: center;
}

#sec6-q-img {
}

#sec6-q-text {
    font-family: 'PlayFair-italic', Serif;
    font-size: 28px;
    color: #000;
}

#sec6-q-name {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #9F8C7F;
    font-weight: bold;
}

#sec6-right {
    box-sizing: border-box;
    width: 60%;
    text-align: left;
    padding: 15px 0 60px 100px;
    margin-top: -50px;
    z-index: 100;
    background-color: #F6F4F0;
}

.sec6-p1 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #9F8C7F;
    text-transform: uppercase;
}

h1.sec6-p1 {
    font-weight: normal;
}

.sec6-button-line-con {
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-right: 7px;
    background: url("/wp-content/themes/dennis2017/images/sp_line.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.sec6-p2 {
    font-family: 'Playfair Display', Serif;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 2px;
    max-width: 450px;
    margin-top: 50px;
    color: #666;
}

.sec6-p3 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
    max-width: 550px;
    margin-top: 30px;
    color: #666;
}

.sec6-button {
    margin: 25px 0 50px;
    padding: 15px 0;
    width: 255px;
    background-color: transparent;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #9F8C7F;
}

.sec6-button-arrow-con {
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-left: 7px;
    background: url("images/button_arrow_dark_grey.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.sec6-button:hover {
    color: #333;
    border-bottom: 1px solid #333;
}

#home-sec07 {
    position: relative;
    padding: 300px 0;
    /* background: url("images/sec7_bg.jpg") no-repeat; */
    background-position: center;
    background-size: cover;
    z-index: 0;
}

#sec7-text-box {
    position: absolute;
    top: 13%;
    right: 20%;
    background-color: #5D4F45;
    background: -webkit-linear-gradient(left top, #8E7D72, #5D4F45);
    background: -o-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: -moz-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: linear-gradient(to bottom right, #8E7D72, #5D4F45);
    width: 320px;
    color: #fff;
    text-align: center;
    padding-bottom: 75px;
}

#sec7-line {
    display: block;
    margin: 60px auto 20px;
    max-height: 90px;
    width: 10px;
}

#sec7-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 2px;
}

#sec7-p2 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home-sec08 {
    position: relative;
    background-color: #ffffff;
    display: flex;
    padding: 0;
 /* z-index: 100; */
}

#sec8-left {
    position: relative;
    box-sizing: border-box;
    width: 55%;
    display: flex;
    flex-wrap: wrap;
/* / / z-index: 200; */
}

#sec8-left-01 {
    width: 35%;
    background-color: #5D4F45;
    background: -webkit-linear-gradient(left top, #8E7D72, #5D4F45);
    background: -o-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: -moz-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: linear-gradient(to bottom right, #8E7D72, #5D4F45);
}

#sec8-left-02 {
    position: relative;
    width: 65%;
    height: 55%;
    padding: 50px 100px 0;
}

#sec8-p1 {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9F8C7F;
}

#sec8-p2 {
    font-family: 'Playfair Display', Serif;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 2px;
}

#sec8-p3 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
}

.sec8-button {
    margin: 25px 0 50px;
    padding: 15px 0;
    width: 255px;
    background-color: transparent;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #9F8C7F;
}

.sec8-button-arrow-con {
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-left: 7px;
    background: url("images/button_arrow_brown.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.sec8-button:hover {
    color: #9F8C7F;
    border-bottom: 1px solid #9F8C7F;
}

#sec8-left-03 {
    width: 35%;
    height: 45%;
    background-color: #ffffff;
}

#sec8-left-04 {
    width: 65%;
    background: url("images/sec8_left_04_bg_2.jpg") no-repeat;
    background-position: center;
    background-size: auto 100%;
}

#sec8-right {
    box-sizing: border-box;
    width: 45%;
    /* background: url("images/sec8_right_desktop_bg.jpg") no-repeat; */
    background-position: center;
    background-size: cover;
}

#sec8-play-button {
    display: block;
    width: 110px;
    height: 114px;
    margin: 43% auto 0;
    background: url("images/movie_b01.png") no-repeat;
    background-position: center;
    background-size: cover;
}

#sec8-play-button:hover {
    background: url("images/movie_b02.png") no-repeat;
}

#home-sec09 {
    position: relative;
    padding: 0;
    text-align: center;
    background-color: #fff;
    z-index: 50;
}

.home div#n2-ss-3 .n2-ss-slider-2 {
    overflow-y: visible;
}

.home div#n2-ss-8 .n2-ss-slider-2 {
    overflow-y: visible;
}

.home div#n2-ss-3 .n2-ss-slide-active .n2-ss-slide-background-mask {
    background: #fff !important;
}

.home div#n2-ss-8 .n2-ss-slide-active .n2-ss-slide-background-mask {
    background: #fff !important;
}

#home-sec10 {
    position: relative;
    padding: 450px 0;
    background: url("images/sec10_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

#sec10-text-box {
    position: absolute;
    top: 13%;
    left: 20%;
    background-color: #5D4F45;
    background: -webkit-linear-gradient(left top, #8E7D72, #5D4F45);
    background: -o-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: -moz-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: linear-gradient(to bottom right, #8E7D72, #5D4F45);
    width: 425px;
    color: #fff;
    text-align: center;
    padding: 0 60px 75px;
}

#sec10-line {
    display: inline-block;
    margin: 60px auto 20px;
    max-height: 90px;
    width: 10px;
}

#sec10-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 2px;
}

#sec10-p2 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home-sec11 {
    position: relative;
    padding: 0;
}

#sec11-slider-con {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

#sec11-slider-con.main-video-background {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background: url('/wp-content/uploads/2021/06/dental-office-kalamazoo-mi.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 450px;
    width: 100%;
}

#sec11-slider-con.main-video-background::after {
    font-family: "FontAwesome";
    content: "\f144";
    position: absolute;
    font-size: 100px;
    color: #9F8C7F;
    pointer-events: none;
    z-index: 10;
    transition: 300ms ease-in-out;
}

#sec11-slider-con.main-video-background:hover::after {
    transform: scale(1.06);
}

#sec11-slider-con.main-video-background a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: 300ms ease-in-out;
}

#home-sec12 {
    background: url("images/sec12_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 300px 0;
}

#idw-footer {
    position: relative;
    padding: 0;
}

#footer-cta-con {
    position: relative;
    max-width: 80%;
    width: 1000px;
    margin: auto;
    margin-top: -50px;
    background-color: transparent;
    z-index: 100;
}

#footer-cta-box {
    display: flex;
    justify-content: center;
    padding: 40px 80px 30px;
    color: #fff;
    background-color: #5D4F45;
    background: -webkit-linear-gradient(left top, #8E7D72, #5D4F45);
    background: -o-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: -moz-linear-gradient(bottom right, #8E7D72, #5D4F45);
    background: linear-gradient(to bottom right, #8E7D72, #5D4F45);
}

#fcta-box1 {
    padding: 10px 5px;
}

#fcta-b1-p1 {
    font-family: 'Playfair Display', Serif;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 2px;
}

#ftca-b1-vert-line {
    display: none;
}

#fcta-b1-line {
    max-width: 100px;
    margin-right: 15px;
    margin-bottom: 5px;
}

#fcta-box2 {
    padding: 8px 10px 10px;
}

#fcta-b2-line {
}

#fcta-box3 {
    padding: 15px 5px 10px;
    text-align: left;
}

.fcta-b3-p {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 2px;
}

#fcta-box4 {
    padding: 15px 5px 10px 45px;

}

#fcta-button {
    display: block;
    margin: 0;
    padding: 15px 0;
    width: 250px;
    background-color: transparent;
    border: 2px solid #7D7168;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

#fcta-button-arrow-con {
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-left: 7px;
    background: url("images/button_arrow_white.png") no-repeat;
    background-position: center;
    background-size: contain;
}

#fcta-button:hover {
    color: #9F8C7F;
    background-color: #ffffff;
    border-color: #fff;
}

#fcta-button:hover #fcta-button-arrow-con {
    background: url("images/button_arrow_brown.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.inpage-btn-container {
    margin-bottom: 2rem;
}

.inpage-btn-container__button {
    display: block;
    margin: 0;
    padding: 15px 0;
    width: 250px;
    background-color: transparent;
    border: 2px solid #7D7168;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.inpage-btn-container__button-arrow-con {
    display: inline-block;
    width: 30px;
    height: 8px;
    margin-left: 7px;
    background: url("images/button_arrow_brown.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.inpage-btn-container__button:hover {
    color: #9F8C7F;
    background-color: #ffffff;
    border-color: #fff;
}

.inpage-btn-container__button:hover .inpage-link__button-arrow-con {
    background: url("images/button_arrow_brown.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-item-6779::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #F6F4F0;
}

#footer-box-con {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #bed0c6;
}

.footer-boxes {
    display: flex;
    flex-direction: column;
    width: 245px;
    padding: 50px 10px;
    text-align: left;
}

.footer-boxes a {
    color: #bed0c6;
}

#fbox-3 {
    width: 300px;
}

.site-footer .fbox-title {
    color: #9F8C7F;
    text-transform: uppercase;
    font-family: 'Lato', Serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.site-footer .fbox-text-reg {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
}

#fbox-logo {
}

.fbox-social,
.fbox-reviews {
    margin-bottom: 10px;
}

.fbox-social span,
.fbox-reviews span {
    color: #bed0c6;
    font-size: 16px;
    border-bottom: 1px solid #bed0c6;
}

#fbox-5,
#fbox-6 {
    width: 150px;
}

#footer-menu #menu-footer-menu {
    margin: 20px 0;
}

#footer-menu #menu-footer-menu a {
    padding: 5px 15px;
}

#footer-menu #menu-footer-menu span {
    color: #9F8C7F;
    font-size: 16px;
    font-weight: normal;
}

#footer-copyright-con {
    color: #9F8C7F;
    margin-bottom: 20px;
}

#footer-copyright-con a {
    color: #9F8C7F;
    font-weight: bold;
}

.pop-head {
    min-width: 768px;
}
.pop-text {
    margin-top: 1.2rem;
}

/* Modal Overlays 
--------------------------------------------------------------------------------------------------*/
.idw-modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 99991;
    display: none;
}

.idw-modal {
    position: fixed;
    width: 1000px;
    max-width: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99992;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2em;
    margin: 0 !important;
    box-shadow: none;
    display: none;
}

.idw-modal-close {
    position: absolute;
    right: 0;
    top: -45px;
    font-size: 2em;
    cursor: pointer;
}

.mpp-playlist-item.mpp-visible {
    transition: 300ms ease-in-out;
}

.mpp-playlist-item.mpp-visible:hover {
    transform: scale(1.01);
}

.mpp-playlist-item .mpp-thumb {
    aspect-ratio: 700 / 875;
    max-width:100%;
    height: auto;
    min-height:none;
}

/* Responsive video */
.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
}

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

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

.video-container.video-background {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 80vh; */
    overflow: hidden;
}
.video-foreground {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.video-inner {
    position: relative;
    padding-top: 56.25%;
}

.safety {
    text-align: center;
    background-color: #f6f4f1 !important;
}

.pay-btn {
    border: 1px solid #9F8C7F;
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    padding: .7rem 1.4rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 1rem 0 2rem;
    transition: all .5s ease;
}

.pay-btn:hover {
    background-color: #9F8C7F;
    color: #fff;
}

.p-number-con {
    display: flex;
    align-items: center;
}


.before-after-box {
    display: flex;
    background: #a8806b;
    border-radius: 5px;
    padding: 2rem;
    justify-content: space-between;
}

.before-after-box > div {
    width: 48%;
}

.before-after-box > div > img {
    width: 100%;
    height: auto;
}

.before-after-box > div > img:first-child {
    margin-bottom: 2rem;
}

.page-id-3863 #inner-post-header, .page-id-3682 #inner-post-header, .page-id-3715 #inner-post-header, .page-id-3717 #inner-post-header {
    background-image: url('https://www.mydrdennis.com/wp-content/uploads/2021/01/SPECIAL-FIRST-RESPONDER-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-3863 #inner-post-header, .page-id-3682 #inner-post-header {
    padding-bottom: 250px;
}

.page-id-3863 #inner-post-header #inner-hero-text-box, .page-id-3682 #inner-post-header #inner-hero-text-box, .page-id-3715 #inner-post-header #inner-hero-text-box, .page-id-3717 #inner-post-header #inner-hero-text-box {
    opacity: 0;
}

.page-id-3863 #inner-post-header, .page-id-3715 #inner-post-header, .page-id-3717 #inner-post-header {
    background-image: url('https://www.mydrdennis.com/wp-content/uploads/2021/01/SPECIAL-FIRST-RESPONDER-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-3863 #inner-post-header {
    padding-bottom: 250px;
}

.page-id-3863 #inner-post-header #inner-hero-text-box, .page-id-3715 #inner-post-header #inner-hero-text-box, .page-id-3717 #inner-post-header #inner-hero-text-box {
    opacity: 0;
}

.idw-menubar a:hover {
    color: #9F8C7F !important;
}

/* Home page testimonial videos */

.testimonials-container .pmax-video-hovers .mpp-playlist-inner > .mpp-playlist-content .mpp-info,
.testimonials-container .pmax-video-hovers .mpp-contr-btn svg {
    display: none;
}

.testimonial-item a:hover {
    background: #000;
    opacity: 0.4;
}

#testimonial-item-1, #testimonial-item-2, #testimonial-item-3 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.testimonial-item::after {
    font-family: "FontAwesome";
    content: "\f144";
    position: absolute;
    left: 25px;
    bottom: 0px;
    font-size: 65px;
    color: #bed0c6;
    pointer-events: none;
    z-index: 10;
}

.testimonials-container .pmax-video-hovers.mpp-controls-tr .mpp-playlist-inner > .mpp-playlist-content .mpp-playlist-item .mpp-controls {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonials-container .pmax-video-hovers .mpp-playlist-inner > .mpp-playlist-content .mpp-playlist-item .mpp-contr-btn {
    width: 100%;
    height: 100%;
    background: transparent;
}

.testimonials-container .pmax-video-hovers .mpp-playlist-inner > .mpp-playlist-content .mpp-playlist-item .mpp-inner .mpp-content .mpp-media iframe {
    object-fit: cover;
}

.testimonial-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: 300ms ease-in-out;
}

/* /Home page testimonial videos */

/* Gform Styles */
.gchoice input {
    box-shadow: none;
}

/* .gfield_radio li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
} */

/* /Gform Styles */

/* Footer Section */

.footer-col-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    overflow: hidden;
}

.footer-col {
    flex-basis: 33.33%;
}

.footer-col-container > * {
    z-index: 10;
}

.footer-col-container::after {
    content: "";
    background: white;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

html #footer-bg-logo {
    position: absolute;
    width: 250px;
    height: auto;
    top: -2%;
    left: auto;
    z-index: 5;
    display: block;
    margin: 0 auto;
    opacity: .8;
}

.footer-map-icon, .footer-phone a {
    color: #9F8C7F;
}

.footer-phone a, .footer-map-icon {
    position: relative;
}

.footer-phone a::before {
    font-family: "FontAwesome";
    content: "\f095";
    position: absolute;
    left: -30px;
    bottom: 0;
    font-size: 25px;
    color: #9F8C7F;
    height: 32px;
}

.footer-map-icon::before {
    font-family: "FontAwesome";
    content: "\f041";
    position: absolute;
    left: -25px;
    bottom: 0;
    font-size: 25px;
    color: #9F8C7F;
    height: 32px;
}

.footer-social-row {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms ease-in-out;
}

.footer-social-row a {
    margin: 0;
    padding: 4px 14px;
}

.footer-fb-icon:hover::after, .footer-yt-icon:hover::after, .footer-ig-icon:hover::after, .footer-google-icon:hover::after, .footer-yelp-icon:hover::after {
    color: #333;
}

.footer-fb-icon::after {
    font-family: "FontAwesome";
    content: "\f082";
    font-size: 25px;
    color: #9F8C7F;
}

.footer-yt-icon::after {
    font-family: "FontAwesome";
    content: "\f167";
    font-size: 25px;
    color: #9F8C7F;
}

.footer-ig-icon::after {
    font-family: "FontAwesome";
    content: "\f16d";
    font-size: 25px;
    color: #9F8C7F;
}

.footer-google-icon::after {
    font-family: "FontAwesome";
    content: "\f1a0";
    font-size: 25px;
    color: #9F8C7F;
}

.footer-yelp-icon::after {
    font-family: "FontAwesome";
    content: "\f1e9";
    font-size: 25px;
    color: #9F8C7F;
}

.footer-row-2, .footer-row-5 {
    margin-top: 15px;
}

.footer-break-word {
    display: none;
}


/* Start Blog Post Style */


/* End Blog Post Style */



/* /Footer Section */



/*  YT Popper Overlay */
.video-btn-overlay {
    position: relative;
}

.video-btn-overlay:hover::before {
    opacity: 0.4;
}

.video-btn-overlay::after {
    font-family: "FontAwesome";
    content: "\f144";
    position: absolute;
    left: calc(50% - 27.86px);
    bottom: 0;
    font-size: 65px;
    color: #9F8C7F;
    pointer-events: none;
    z-index: 10;
    transition: 300ms ease-in-out;
    text-shadow: 0 0 30px #fff;
}

.video-btn-overlay:hover::after {
    transform: scale(1.06);
}

/* YT Popper Overlay */

a#sitelogo {
    width: 300px;
    max-width: calc(100vw - 150px);
}

#sitelogo img {
    width: 100%!important;
    max-width: 320px;
    /*max-height: 103px;*/
    height: auto;
}

/* Accordion */

html .sp-easy-accordion .sp-ea-single .ea-header a, html .sp-easy-accordion .sp-ea-single .ea-header, html #sp-ea-4398.sp-easy-accordion>.sp-ea-single>.ea-header a {
    font-size: 16px;
    color: #fff;
}

html #sp-ea-4398.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa, html .sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    color: #fff;
}

html #sp-ea-4398.sp-easy-accordion>.sp-ea-single, html .sp-easy-accordion>.sp-ea-single {
    background: #9f8c7f;
}

.anchor-fix {
    padding-top: 160px;
    margin-top: -160px;
}

.pdf-button-icon img {
    width: 20px;
    height: auto;
    margin-left: 5px;
}

.wtp-event-buttons {
    display: flex;
}

.wtp-event-buttons .button {
    margin: 5px 10px 15px 0;
    width: 220px;
    text-align: center;
}

.pmax-image-row {
    column-count: 3;
}

.pmax-image-row img {
    float: none;
    max-width: 100%;
}

.staff-row {
    display:flex;
    flex-wrap:wrap;
    clear:both;
    justify-content: space-between;
}

.staff-row .col {
    max-width:31%;
    width:100%;
}

.staff-row.doctors .col {
    max-width:45%;
    width:100%;
}

.staff-row.doctors {
    justify-content: flex-start;
    gap: 2rem;
}

.staff-row .col h3 {
    margin-top:-18px;
}

.staff-row .col p {
    text-align:center;
}

.staff-row .col a {
    color:#9F8C7F;
}

.staff-row .col a:hover {
    text-decoration:none;
    color:#333;
}

.mobile-only {
    display: none!important;
}

.archive-description {
    margin-top:100px;
    text-align:center;
}

.menu-icon {
    position:absolute;
    right:30px;
    top:36px;
    display:none;
}

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

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

.icon .bar.first {
    top: 0;
}

.icon .bar.middle {
    top: 50%;
    width: 85%;
}

.icon .bar.last {
    top: 100%;
}

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

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

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



/*
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 only screen and (min-width: 2097px) {
    .testimonials-container, .testimonials-container .pmax-video-hovers .mpp-playlist-inner > .mpp-playlist-content {
        justify-content: center;
    }
}

@media only screen and (min-width: 1662px) {
    .home #header-menu-con {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 1650px) {
    .page-id-3863 #inner-post-header, .page-id-3682 #inner-post-header, .page-id-3715 #inner-post-header, .page-id-3717 #inner-post-header {
        background-size: contain;
    }
}

@media (min-width: 1542px) {
    html body #idw-header #header-menu-con {
        margin-top: 20px;
        margin-right: 30px;
    }

    html body #idw-header #header-number-con {
        margin-top: 16px;
    }
}

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

    #header-menu-con {
        float: none;
        max-width: 100%;
    }

    .stuck #header-menu-con {
        margin-top: 10px;
    }

}



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

    #sec8-left-02 {
        padding: 35px 45px 0;
    }
}

@media only screen and (max-width: 1350px) {
    .p-number-con {
        font-size: 22px;
    }

    #sec2-right {
        background-position: right 75%;
    }

    #sec5-text-box {
        left: 10%;
    }

    #sec8-left-02 {
        padding: 25px 25px 0;
    }

    #sec8-p1, #sec8-p2, #sec8-p3 {
        margin-bottom: 15px;
    }

    .offset {
        top: 44px;
    }

}


@media only screen and (max-width: 1200px) {
    .n2-section-smartslider[data-ssid="8"] {
        display: none;
    }
    
    .special-before-images {
        padding: 0 !important;
    }

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

    .wrap {
        max-width: 960px;
    }

    .content {
        width: 700px;
    }

    .sidebar-primary {
        width: 300px;
    }

    #sitelogo {
        display: block;
        margin: auto;
        text-align: center;
    }

    #header-number-con {
        float: none;
        margin: 15px auto;
    }

    .idw-menubar .menubar-btn-inner {
        pointer-events: none;
    }

    #header-menu-con .genesis-nav-menu a {
        font-size: 12px;
    }

    #sec2-left-right {
        padding: 100px 20px 50px;
    }

    #sec2-dr-img {
        max-width: 220px;
    }

    #sec2-right {
        background-position: right 85%;
    }

    #sec8-left-02 {
        padding: 20px 20px 0;
    }

    #sec8-p1, #sec8-p2, #sec8-p3 {
        margin-bottom: 10px;
    }

}

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

    #sec6-right {
        padding: 15px 30px 100px;
    }

    #sec8-left-04 {
        display: none;
    }

    #home-sec10 {
        background-position: 85% center;
    }

    #fbox-logo {
        max-width: 180px;
    }

    .site-footer .fbox-text-reg {
        font-size: 16px;
    }

}

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

    .mobile-only {
        display:block!important;
    }

    .page-id-3863 #inner-post-header, .page-id-3682 #inner-post-header, .page-id-3715 #inner-post-header, .page-id-3717 #inner-post-header {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .page-id-3863 #inner-post-header #inner-hero-text-box, .page-id-3682 #inner-post-header #inner-hero-text-box, .page-id-3715 #inner-post-header #inner-hero-text-box, .page-id-3717 #inner-post-header #inner-hero-text-box {
        display: none;
    }

    .page-id-3863 #inner-post-header, .page-id-3682 #inner-post-header, .page-id-3715 #inner-post-header, .page-id-3717 #inner-post-header {
        padding: 0;
        height: 390px;
        margin: 0;
    }

    .content,
    .sidebar-primary,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }

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

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

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

    .entry {
        padding: 40px;
        float: none;
    }

    .sidebar .widget {
        max-width: 500px;
        margin: 40px auto;
    }

    .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;
    }

    .idw-menubar {
        position: fixed !important;
        /*top: 40px !important;*/
    }

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

    #header-number-con {
        display: none;
    }

    #home-hero-field {
        background-position: 40% 10%;
    }

    #sec2-left {
        flex-wrap: wrap;
    }

    #sec2-left-left {
        width: 100%;
        padding: 80px 20px 20px;
    }

    #sec2-dr-img {
        display: block;
        margin: auto;
        max-width: 90%;
    }

    #sec2-left-right {
        width: 100%;
        padding: 20px 50px 80px;
    }

    #home-sec05 {
        padding: 260px 0;
        background-position: 35% top;
    }

    #sec5-text-box {
        left: 8%;
        width: 300px;
        padding: 0 0 30px 0;
    }

    #home-sec08 {
        flex-wrap: wrap;
    }

    #sec8-left {
        width: 100%;
    }

    #sec8-left-02 {
        position: relative;
        height: auto;
        padding: 25px;
    }

    #sec8-left-03 {
        display: none;
    }

    #sec8-right {
        width: 100%;
    }

    .top-navbar a {
        font-size: 1.2rem;
    }

    .top-navbar-left {
        padding-left: 1rem;
    }

    .top-navbar-right {
        padding-right: 1rem;
    }

    .idw-menubar a {
        padding-top: 7rem !important;
    }

    #fixed-header, .site-header .title-area {
        display:none;
    }

    #header-idw {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:flex-start;
    }

    #header-menu-con {
        width:100%;
        overflow:hidden;
        opacity:0;
        height:0;
        transition:.4s ease all;
    }

    #header-menu-con.open {
        height:auto;
        opacity:1;
    }

    .nav-primary .wrap {
        padding:20px 0;
    }

    #menu-navigation-menu {
        display:flex;
        flex-direction:column;
        align-items:center;
        width:100%;
        list-style:none;
    }

    #menu-navigation-menu li {
        width:100%;
        margin-bottom:8px;
    }

    .menu-icon {
        display:block;
    }

    .menu-item > a, .sub-menu .menu-item > a {
        position: relative;
        padding-left:26px;
    }

    .menu-item-has-children > a[href='#']:before {
        color: #222;
        content: "\2023";
        left: 0;
        font-size: 30px;
        font-family: Arial,sans-serif;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-item-has-children.expanded>a[href='#']:before {
        content: "\025BE";
    }

    body #header-menu-con .genesis-nav-menu a:hover {
        background-color:inherit;
        color:inherit;
    }

    .genesis-nav-menu .sub-menu {
        opacity:1;
    }

    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu .sub-menu {
        display:none;
        left:0;
        position:relative;
        margin:10px 0 10px;
        padding-left:10px;
        width:100%;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        padding-left:20px;
    }

    .genesis-nav-menu .sub-menu li a {
        width:100%!important;
    }

    .genesis-nav-menu li a {
        text-align:left;
    }

    #header-menu-con .genesis-nav-menu a {
        font-size:15px;
        border:none;
    }

    #searchform-1 {
        position:relative;
    }

    #searchform-1:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-family:FontAwesome;
        content: "\f002";
        color:#222;
        position:absolute;
        right:6px;
        top:50%;
        transform:translateY(-50%);
    }

    

}

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

    .smile-con {
        width:100%;
    }

    .smile-con.offset {
        top:auto;
    }

    .entry-content .container.team .staff-row .col .img-container:hover img {
        opacity: 1;
    }
    
    .idw-menubar.menu {
        left:30px;
    }

    .idw-menubar.phone {
        right:20px;
    }

    .idw-menubar a {
        padding-top:7rem;
    }

    .page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content {
        bottom: 40px;
    }

    .page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
        width: 100px;
        height: 100px;
    }

    .page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
        font-size: 2em;
    }

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

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

    #sec2-left {
        margin-top: 20px;
    }

    #sec3-text-box {
        right: calc(50% - 150px);
        width: 300px;
    }

    #sec7-text-box {
        right: calc(50% - 150px);
        width: 300px;
    }

    .pop-head {
        min-width: 100px;
    }

    aside.sidebar {
        padding: 3rem;
    }

    #home-hero-text-box {
        left: unset;
    }

    .hero-btn-container {
        flex-direction: column;
    }
}

@media (min-width: 1000px) {
    .entry-content .container.team .row .col {
        width: calc((100% / 3) - (40px / 3));
    }

    .entry-content .container.team .row .col {
        margin-right: 20px;
    }

    .entry-content .container.team .row .col:nth-child(3n) {
        margin-right: 0;
    }
}

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

    .entry-content .container.team .row .col {
        width: calc(50% - 20px);
    }

    .entry-content .container.team .row .col:first-child {
        margin-right: 20px;
    }

    .sec4-sbox {
        display: none;
    }

    #sec4-s6 {
        display: block;
    }


    #fbox-3 {
        display: none;
    }

    #fbox-5 {
        width: 200px;
    }

    .testimonials-container {
        flex-direction: column;
    }

    .testimonials-container, .testimonials-container .pmax-video-hovers .mpp-playlist-inner > .mpp-playlist-content {
        flex-direction: column;
        height: auto;
    }

    .testimonial-item,
    .testimonials-container .pmax-video-hovers .mpp-playlist-inner > .mpp-playlist-content .mpp-playlist-item{
        flex-basis: 100%;
    }

}

@media only screen and (min-width: 901px) {

    .n2-section-smartslider[data-ssid="9"] {
        display: none;
    }

}

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

    .n2-section-smartslider[data-ssid="9"] {
        display: block;
    }

    .sec4-sbox {
        display: none;
    }

    #sec6-left {
        padding: 80px 30px;
    }

    #sec6-left-q-box {
        width: 220px;
    }

    #footer-cta-con {
        max-width: 90%;
    }

    .n2-section-smartslider[data-ssid="8"] {
        display: none;
    }

}


@media only screen and (max-width: 767px) {
    .smile-con {
        width:100%;
    }

    .staff-row .col {
        max-width:45%;
        width:100%;
    }
    
    footer-col-container {
        flex-direction: column;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 50px;
    }

    #footer-bg-logo {
        top: calc(50% - 150px);
        left: 50%;
    }

    #home-sec10 {
        padding: 0;
    }

    #sec10-text-box {
        left:auto;
        top: auto;
        transform: none;
        position: relative;
        width:100%;
        max-width:100%;
    }

    .idw-menubar.menu {
        left:14px;
    }

    .idw-menubar.phone {
        right:8px;
    }

    #home-sec05 {
        padding-bottom:280px!important;
    }
    .page.testimonials-reviews .wtp-testimonials-container {
        display: block;
    }

    .menu-icon {
        top:30px;
    }

    #sitelogo {
        margin-left:0;
    }

    


    
}


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

    #home-hero-con {
        background-color: #ffffff;
        background: -webkit-linear-gradient(#ffffff, #F6F4F0); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffffff, #F6F4F0); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffffff, #F6F4F0); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffffff, #F6F4F0); /* Standard syntax */
    }

    #home-hero-field {
        background: url("images/dennis_hero_samll.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        padding: 330px 0;
        z-index: 0;
    }

    #home-sec02 {
        flex-wrap: wrap;
        margin: 0;
        background-color: #ffffff;
    }

    #sec2-left {
        width: 100%;
    }

    #sec2-left-right {
        order: 3;
        padding-bottom: 30px;
    }

    #sec2-handwriting-con {
        order: 2;
        position: static;
        text-align: center;
        padding: 0;
        margin-top: -45px;
    }

    #sec2-right {
        width: 100%;
        background-image: none;
        padding: 50px 25%;
    }

    #home-sec05 {
        margin-bottom: 250px;
        background: url("images/sec5_bg_small.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        padding: 300px 0;
    }

    #sec5-text-box {
        left: calc(50% - 150px);
        top: 400px;
    }

    #home-sec06 {
        flex-wrap: wrap;
    }

    #sec6-left {
        display: none;
    }

    #sec6-right {
        width: 100%;
        order: -1;
        background-color: #ffffff;
        text-align: center;
        padding: 25px 40px;
    }

    #sec6-right p, #sec6-right h1, #sec6-right a {
        color: #666;
    }

    #sec6-right a.sec6-blue-text, #sec6-right h1.sec6-blue-text {
        color: #9F8C7F;
    }

    .sec6-button-arrow-con {
        background: url(images/button_arrow_brown.png) no-repeat;
    }

    .sec6-button-line-con {
        background: url('/wp-content/uploads/2021/06/dark-grey-line.png') no-repeat;
    }

    .sec6-p2, .sec6-p3 {
        max-width: none;
    }

    #sec8-left-01 {
        display: none;
    }

    #sec8-left-02 {
        width: 100%;
        text-align: center;
    }

    #home-sec10 {
        margin-bottom: 145px;
    }


    #footer-cta-box {
        flex-direction: column;
        text-align: center;
    }

    #footer-cta-con {
        width: 350px;
    }

    #footer-cta-box {
        padding: 30px 10px;
    }

    #ftca-b1-vert-line {
        display: block;
        margin: auto;
        width: 10px;
    }

    #fcta-b1-line {
        display: none;
    }

    #fcta-box2 {
        display: none;
    }

    #fcta-box3 p {
        text-align: center;
    }

    #fcta-box4 {
        display: block;
        margin: auto;
        padding: 0;
    }

    #fbox-5 .fbox-title {
        width: 100%;
    }

    #fbox-5 .fbox-social {
        width: 20%;
        text-align: center;
    }

}

@media (min-width: 600px) {
    .page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
        width: 60px;
        height: 60px;
    }

    .page.testimonials-reviews .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
        font-size: 1.75em;
    }
}


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

    .before-after-box > div {
        width: 48%;
    }

    #home-hero-field {
        padding: 280px 0;
    }

    #home-sec05 {
        padding: 250px 0;
    }

    #sec5-text-box {
        top: 330px;
    }

    #sec5-line {
        margin: 40px auto 20px;
        max-height: 80px;
        width: 10px;
    }

    .video-inner {
        padding-bottom: 105.25%;
        width: 100%;
        padding-top: 0 !important;
        height: 100%;
        /* transform: scale(1.4); */
    }

    .hero-thumbnail {
        width: 100%;
        height: auto;
        top: 25%;
        left: 0;
        z-index: 4;
        transform: scale(2) rotate(1deg);
    }
}

@media (min-width: 550px) and (max-width: 999px) {
    .entry-content .container.team .row .col {
        width: calc(50% - 20px);
    }

    .entry-content .container.team .row .col:first-child {
        margin-right: 20px;
    }
}

@media (max-width: 550px) {
    .wtp-event-buttons {
        flex-direction: column;
    }
    .wtp-event-buttons .button {
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center;
        padding: 1.6rem 1rem;
    }
    .pmax-image-row {
        column-count: 1;
    }
}

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

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

    #home-hero-field {
        padding: 240px 0;
    }

    #sec2-right {
        padding: 50px 15%;
    }

    #home-sec05 {
        padding: 230px 0;
    }

    #sec5-text-box {
        top: 300px;
    }

    #home-sec07 {
        padding: 160px 0;
        margin-bottom: 290px;
    }

    #sec7-text-box {
        right: calc(50% - 150px);
        width: 300px;
        top: 200px;
    }

    #sec8-left-02 {
        text-align: center;
    }

    .idw-menubar {
        margin-top: -35px;
    }

    /*#sitelogo img {*/
    /*    height: 50px;*/
    /*}*/

    .idw-icon-phone {
        padding: 0 24px;
        left: -24px;
    }

    .idw-menubar.menu a {
        padding: 0 24px;
        margin-left: -12px;
    }

    body {
        overflow-x: hidden;
    }
    
    /* .page-id-36 .entry {
        padding: 10px;
    }
    .page-id-36 .gform_legacy_markup_wrapper ul.gfield_radio {
        margin: 6px 0;
    }
    .page-id-36 .gform_legacy_markup_wrapper ul.gfield_radio li label {
        width: 100%;
        max-width: 100%;
    } */
}

@media only screen and (max-width: 480px) {
    .entry-content .alignleft,
    .entry-content .alignright {
        display: block;
        float: none;
        max-width: 100%;
        width:100%;
    }

    #inner-hero-text-box {
        width: 290px;
    }

    #htb-p1 {
        font-size: 25px;
    }

    #home-hero-con {
        padding: 0 10px;
    }

    #home-hero-field {
        padding: 200px 0;
    }

    #selfie {
        width: 100%;
        float: none;
        min-height: 100px;
        padding: 15px;
    }

    .page-id-3863 #inner-post-header, .page-id-3682 #inner-post-header, .page-id-3715 #inner-post-header, .page-id-3717 #inner-post-header {
        height: 200px;
    }

}

@media only screen and (max-width: 425px) {
    #footer-bg-logo {
        left: 35%;
    }

    .footer-break-word {
        display: block;
    }

    .footer-map-icon::before {
        bottom: 20px;
    }

    body, #idw-footer, .archive .post .entry-meta, .archive .wp-caption-text, .single-post .sidebar, .archive .sidebar, .single-post .sidebar .widget-title, .single-post .wp-caption-text, .single-post .fcta-b3-p, .archive .fcta-b3-p, .archive-pagination.pagination, .sidebar .widget-title, .textwidget.custom-html-widget, #htb-button, .sec2-p2, .sec2-button, #sec3-p2,
    .sec6-p1, #sec5-p2, .sec6-p3, .sec6-button, #sec7-p2, #sec8-p1, #sec8-p3, .sec8-button, #sec10-p2, .fcta-b3-p, #fcta-button,
    .sidebar {
        font-size: 16px !important;
    }

    div#n2-ss-15 .n2-font-d56e0aaa38124aa81971d95ac94fb171-paragraph {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    img#n2-ss-15item3, p.n2-font-c6fdc9a9915f5fb8a3321632348afece-paragraph {
        margin-top: 25px !important;
    }

    #htb-button {
        width: 265px;
    }

    .single-post #fcta-button {
        width: 250px;
        font-size: 16px;
    }

    .archive-pagination li a {
        padding: 1.1rem 1.13em;
    }

    #home-sec10 {
        background: none;
        margin-bottom: 0;
    }

    .page-id-50 .wp-block-image .alignleft, .page-id-50 .wp-block-image .alignright {
        float: none;
    }

    #inner-post-header {
        margin: 0px;
    }
    
    .top-navbar a {
        font-size: 16px !important;
        padding: 0 15px !important;
    }

    .top-navbar-right {
        background: #F6F4F0 ;
        padding: 0px !important;
    }

    .top-navbar-right a:nth-child(1) {
        padding-left: 0 !important;
    }

    .top-navbar-right a:nth-child(4) {
        padding-right: 0 !important;
    }
}


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

    /*#idw-header {*/
    /*    padding-top: 45px;*/
    /*}*/

    #sec2-dr-img {
        max-width: 280px;
    }

    #home-sec05 {
        padding: 200px 0;
    }

    #sec5-text-box {
        width: 280px;
        top: 255px;
    }

    #sec5-p2 {
        font-size: 12px;
    }



    #fcta-button {
        width: 200px;
    }

    #fcta-button-arrow-con {
        display: none;
    }

    .fbox-social span {
        font-size: 13px;
    }


}

@media (max-width: 375px) {
    .top-navbar a {
        padding: 0 7px !important;
    }
}


/* Custom form checkbox adjustment */

#input_3_20_1, #input_3_21_1 {
    width: 5%;
}

.top-navbar {
    background: #F6F4F0;
    height: 5rem;
    width: 100%;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.top-navbar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 6rem;
    flex: 1;
}

.top-navbar-right {
    align-items: center;
    justify-content: flex-end;
    padding-right: 6rem;
    flex: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-navbar a {
    padding-left: 6rem;
    color: #a09383;
    text-decoration: none;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.top-navbar a:hover {
    color: #333;
}

.top-navbar-left a {
    padding-left: 0;
}

/* nav-menu hover */
#header-menu-con .genesis-nav-menu a:hover {
    color: #fefefe;
    background-color: #333;
}

@media only screen and (max-width: 1280px) {
    .top-navbar a {
        font-size: 1.6rem;
    }
}


@media only screen and (max-width: 922px) {
    .top-navbar-left {
        display: none !important;
    }

    .top-navbar-right {
        justify-content: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .top-navbar a {
        padding: 0.5rem;
        font-size: 1rem;
    }

    .idw-header {
        padding-top: 0;
    }
}

@media only screen and (max-width: 500px) {
    .idw-menubar a {
        padding-top: 11rem !important;
    }

    .sidr ul li a {
        padding: 4px 15px;
    }
}

@media only screen and (max-width: 375px) {
    #htb-p1 {
        font-size: 22px;
    }
}

/* Make all video popups larger on tablet or larger (overrides plugin styles) */
@media screen and (min-width: 768px) {
    .mfp-wrap .mfp-iframe-holder .mfp-content {
        width: 90vw;
        max-width: 1400px;
        max-height: 90vh;
    }
}

@media (min-width: 1542px) {
    html body #idw-header #header-menu-con {
        margin-top: 20px;
    }
/* 
    html body #idw-header #header-number-con {
        margin-top: 16px;
    } */
}

/* Styles for Smile Gallery popups - CC - 3.2.22 */
/* .pum-container a.wdpu-close {
    background-color: rgb(248 248 248 / 90%);
} */

/* .pum-container a.wdpu-close:before {
    color: #666;
} */

.pum-container .one-half {
    margin-bottom: 30px;
}

.pum-container .center.pop-head {
    font-family: 'Playfair Display', Serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    float: none;
    clear: both;
    color: #313131;
}

.one-half .sg-teeth-label {
    text-align: center;
    font-family: 'Playfair Display', Serif;
    font-size: 18px;
    color: #313131;
}

/* .pum-container .wdpu-text {
    min-width: 100%;
} */

.pum-container .pum-content {
    padding: 30px 40px;
    background: none;
    background-color: #f8f8f8;
}

.smile-con .smile-image > img {
    /* width: 280px; */
}

.job-posting-form {
    margin-bottom: 40px;
}

.job-posting-form #field_5_4 input.gfield-choice-input {
    max-width: 24px;
}

.job-posting-form .gform_confirmation_message {
    color: #9f8c7f;
    font-size: 18px;
    font-weight: 600;
}

.container.team .row:not(:first-of-type) .col {
    position: relative;
    margin-top: 20px;
}

.container.team .row {
    clear: both;
}

/* Styles for test office tour shortcode */
.page.office-tour .wtp-testimonials-container {
    display: block;
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container,
.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container {
    width: 100%;
    height: auto;
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container {
    overflow: hidden;
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a img.wtp-main-img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a:hover img.wtp-main-img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
    width: 4em;
    height: 4em;
}

.page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
    color: white;
    text-align: right;
    text-shadow: 1px 1px 3px rgb(21 21 21 / 50%);
}

@media (min-width: 600px) {
    .page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
        width: 120px;
        height: 120px;
    }

    .page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
        font-size: 2.75em;
    }
}

@media (min-width: 768px) {
    .page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content {
        bottom: 40px;
    }

    .page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
        width: 140px;
        height: 140px;
    }

    .page.office-tour .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
        font-size: 3em;
    }
}

/* Styles for testimonial video shortcode */
.page.patient-experience .wtp-testimonials-container {
    display: block;
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container,
.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container {
    width: 100%;
    height: auto;
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container {
    overflow: hidden;
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a img.wtp-main-img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a:hover img.wtp-main-img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
    width: 4em;
    height: 4em;
}

.page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
    color: white;
    text-align: right;
    text-shadow: 1px 1px 3px rgb(21 21 21 / 50%);
}

@media (min-width: 600px) {
    .page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
        width: 120px;
        height: 120px;
    }

    .page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
        font-size: 2.75em;
    }
}

@media (min-width: 768px) {
    .page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content {
        bottom: 40px;
    }

    .page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content img.wtp-play-icon {
        width: 140px;
        height: 140px;
    }

    .page.patient-experience .wtp-testimonials-container .wtp-testimonial-container .wtp-testimonial-inner-container .wtp-img-container a .wtp-inner-content h3.wtp-title {
        font-size: 3em;
    }
}

.top-navbar {
    height: 35px;
}

@media screen and (min-width: 1027px) {
    .right.search {
        display: none;
    }
}
.emph {
    color: #ed493e;
}
.page-id-36 .content ul li::before{
    display: none;
}
.pum-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pum-content {
    text-align: center;
}
.pum-title {
    text-align: center!important;
}

@media screen and (max-height: 824px) {
    .site-header #menu-item-126 .sub-menu {
        height: 77vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media screen and (max-height: 950px) and (max-width: 1024px){
    .site-header #menu-item-126 .sub-menu {
        height: 45vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
#popmake-6513 {
    height: 70px;
}