/*
Theme Name: King
Description: Custom Design for Atlanta Center for Cosmetic Dentistry
Author: Infinity Dental Web
Author URI: http://www.infinitydentalweb.com/
Version: 2.0.1

Tags:

Template: genesis
Template Version: 2.0.1

License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
*/



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;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"] {
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
    overflow-x: hidden;
}

body {
    background-color: #f3f3f3;
    color: #8a8a8a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9;
    overflow: hidden;
}

.site-container {
    background: #fff;
    margin: 0 auto;
    max-width: 1920px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #bd9763;
    text-decoration: none;
    font-weight: 600;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}

a:hover {
    color: #333;
}

p {
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    padding: 0;
}

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;
}

hr {
    border: none;
    border-top: 1px solid #e2d7c7;
    margin: 40px 0;
    margin: 4rem 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #bd9763;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    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;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 20px 50px;
    padding: 2rem 5rem;
    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: url(images/btn-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.button {
    display: inline-block;
    min-width: 290px;
}

.button.btn-light {
    background: url(images/btn-bg.jpg) no-repeat;
    background-size: cover;
}

.button.btn-light:hover {
    background: #333;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.entry,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    background: #f3f3f3;
    clear: both;
    max-width: 100%;
    padding-top: 25px;
    padding-top: 2.5rem;
}

.home .site-inner {
    background: #fff;
    padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: right;
    width: 740px;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    background: #fff;
    float: none;
    margin: 0 auto;
    max-width: 1778px;
    padding: 0 5%;
    width: 95%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    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: 1px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
}

img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.archive-description {
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.archive-description {
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-header {
    text-align: center;
}

.entry-title {
    display: inline-block;
    font-size: 36px;
    font-size: 3.6rem;
    max-width: 742px;
    position: relative;
}

.entry-title:before,
.entry-title:after {
    border-top: 1px solid #e2d7c7;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 410px;
}

.entry-title:before {
    left: -440px;
}

.entry-title:after {
    right: -440px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #666;
}

.widget-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size: 20px;
    font-size: 2rem;
    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: #969696;
}

div .gform_wrapper label.gfield_label {
    font-weight: 400;
}

div .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 8px 4px;
    padding: 0.8rem 0.4rem;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition:all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 100;
}

.site-header.fixed-header {
    background: #56487b;
}

.site-header .wrap {
    padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
    font-weight: 700;
    left: 50%;
    margin-left: -177px;
    margin-left: -17.7rem;
    max-width: 354px;
    padding: 30px 0 15px;
    padding: 3rem 0 1.5rem;
    position: relative;
    -webkit-transition:all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 2;
}

.site-header.fixed-header .title-area {
    margin-left: -125px;
    margin-left: -12.5rem;
    max-width: 250px;
    padding: 10px 0;
    padding: 1rem 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;
}

.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: #d3ad79;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    padding: 1rem 2rem;
    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 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    right: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 20px;
    padding: 1.2rem 2rem;
    position: relative;
    width: 200px;
    text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    right: auto;
    opacity: .99;
}


/* 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 {
    margin-top: -78px;
    margin-top: -7.8rem;
    -webkit-transition:all 0.6s ease;
    transition: all 0.6s ease;
}

.site-header.fixed-header .nav-primary {
    margin-top: -65px;
    margin-top: -6.5rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

.nav-primary .genesis-nav-menu > li:nth-child(4) {
    padding-left: 615px;
    padding-left: 61.5rem;
}

.nav-primary .genesis-nav-menu > li:first-child > a {
    padding-left: 0;
}

.nav-primary .genesis-nav-menu > li:last-child > a {
    padding-right: 0;
}

.nav-primary .current-menu-item > a {
    color: #d3ad79;
}

.nav-primary a:hover {
    color: #fff;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a {
    color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.nav-secondary .genesis-nav-menu li {
    display: inline-block;
}

.nav-secondary .genesis-nav-menu a {
    color: #bd9763;
    font-size: 14px;
    font-size: 1.4rem;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 40px 0 24px;
    padding: 4rem 0 2.4rem;
}

.entry-content a {
    color: #bd9763;
}

.entry-content a:hover {
    color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
    margin-left: 4rem;
}

ul {
    list-style-type: none;
}

.entry-content ul {
    list-style-image: url(images/check.png);
}

.entry-content ul li {
    padding-left: 5px;
    padding-left: 0.5rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-meta a {
    border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    margin: 0 -40px;
    margin: 0 -4rem;
    padding: 32px 40px 8px;
    padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
    margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
    display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px 0;
    margin: 4rem 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #f15123;
}

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #999;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 40px;
    padding: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    color: #999;
    clear: both;
    padding: 40px 0 16px;
    padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
    width: 350px;
}

.footer-widgets-2 {
    width: 360px;
}

.footer-widgets-1 {
    margin-right: 40px;
    margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets a {
    border-bottom: 1px solid #666;
    color: #999;
}

.footer-widgets a:hover {
    color: #ddd;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
    color: #fff;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

/*-----------------------------------IDW CSS-------------------------------------------*/

.hide-for-desktop {
    display: none;
}

ul.social {
    background: rgba(0, 0, 0, 0.09);
    float: right;
    height: 50px;
    list-style: none;
    overflow: hidden;
    padding-left: 20px;
    padding-left: 2rem;
    position: relative;
    -webkit-transition:all 0.6s ease;
    transition: all 0.6s ease;
}

.site-header.fixed-header ul.social {
    height: 0;
}

.site-header:after {
    background: rgba(0, 0, 0, 0.09);
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100% - 1200px) / 2);
    -webkit-transition:all 0.6s ease;
    transition: all 0.6s ease;
}

.site-header.fixed-header:after {
    height: 0;
}

ul.social li {
    font-size: 20px;
    font-size: 2rem;
    margin: 6px 0;
    margin: 0.6rem 0;
    display: inline-block;
}

ul.social li a:hover {
    color: #fff;
}

ul.social li .fa {
    border-right: 1px solid rgba(189, 151, 99, 0.35);
    padding: 0 15px;
    padding: 0 1.5rem;
}

ul.social li:last-child .fa {
    border-right: none;
    padding-right: 0;
}

#hero {
    background: #56487b;
}

.important-text {
    color: #bd9763;
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 1px;
    line-height: 1.25;
    text-align: left;
}

.entry-content .important-text {
    font-size: 32px;
    font-size: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    text-align: center;
}

.entry-content img.featured {
    margin-top: 50px;
    margin-top: 5rem;
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    letter-spacing: 1px;
    text-align: left;
    text-transform: none;
}

.litebox-overlay .litebox-container{
    top:2%!important;
    bottom:2%!important;
}

.king-box-content {
    color: #8a8a8a;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

.king-box-heading {
    color: #bd9763;
    font-family: "Times New Roman",Times,serif;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1.36;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.king-box-content .button {
    margin-top: 20px;
    margin-top: 2rem;
}

.smiles-box {
    background: url(images/smiles.jpg) no-repeat center center;
    background-size: cover;
    border: 32px solid #fff;
    height: 447px;
    margin: 28px auto;
    margin: 2.8rem auto;
    max-width: 1778px;
    position: relative;
    width: 95%;
}

.smiles-content {
    left: 35%;
    max-width: 510px;
    position: relative;
    top: 48px;
}

#revz-widget .common-button {
    background: #bd9763 !important;
}

/*
Home Page
---------------------------------------------------------------------------------------------------- */

.home section {
    padding: 60px 0;
    padding: 6rem 0;
}

.home section#home-hero {
    padding: 0;
}

#n2-ss-1-align {
    background: #56487b;
}

#home-hero .hero-label,
#hero .hero-label {
    position: relative;
    padding-left: 74px;
}

#home-hero .hero-label:before,
#hero .hero-label:before {
    border-top: 1px solid #bd9763;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 64px;
}

#home-hero .hero-label.light:before {
    border-top: 1px solid #fff;
}

#home-hero .button,
#hero .button {
    min-width: 0;
    padding: 30px 50px;
    padding: 3rem 5rem;
}

.hero-phones {
    background: #56487b;
    color: #dec199;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 20px 0;
    padding: 2rem 0;
    text-align: center;
}

.hero-phones .fa {
    font-size: 24px;
    font-size: 2.4rem;
}

.hero-phones span {
    margin-left: 16px;
    margin-left: 1.6rem;
}

.hero-phones span:nth-child(2) {
    margin-right: 80px;
    margin-right: 8rem;
}

.home h1,
.home h2 {
    font-size: 40px;
    font-size: 4rem;
}

.section-heading {
    text-align: center;
}

.section-heading .title,
.entry-header .title,
#smile-gallery .title {
    color: #bd9763;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
}

#smile-gallery .title {
    margin-top: 30px;
    margin-top: 3rem;
}

.section-heading .subheading,
.entry-content .subheading {
    color: #404040;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
    text-align: center;
}

#choose-us .important-text {
    text-align: right;
}

#about-us,
#choose-us,
#call-to-action {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 18px 0 52px;
    padding: 1.8rem 0 5.2rem;
    text-align: center;
}

#about-us {
    background: #f8f8f8;
}

#choose-us {
    background: #f3f3f3;
    padding-top: 0;
}

#about-us .content-box,
#choose-us .content-box{
    background: #fff;
    margin: 0 auto;
    max-width: 1634px;
    padding: 55px 0;
    padding: 5.5rem 0;
    width: 95%;
}

#about-us .section-heading,
#choose-us .section-heading,
#contact-us .section-heading {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

#about-us .one-half,
#choose-us .one-half,
#contact-us .one-half,
.entry-content .one-half {
    margin-left: 0;
    width: 50%;
}

#about-us .one-half {
    padding: 50px 0 60px;
    padding: 5rem 0 6rem;
}

#choose-us .one-half {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 50px 0 0;
    padding: 5rem 0 0;
}

#contact-us .one-half {
    padding: 0;
}

.entry-content .one-half {
    text-align: justify;
}

#about-us .one-half.first,
#choose-us .one-half.first,
#contact-us .one-half.first,
.entry-content .one-half.first {
    padding-right: 4%;
}

#choose-us .one-half.first {
    text-align: right;
}

#about-us .one-half.about-text,
#choose-us .one-half.about-text,
#contact-us .one-half.about-text,
.entry-content .one-half.last {
    border-left: 1px solid #e2d7c7;
    padding-left: 4%;
    position: relative;
    text-align: justify;
}

#contact-us .one-half.about-text {
    text-align: left;
}

#about-us .one-half.about-text:before,
#choose-us .one-half.about-text:before,
#contact-us .one-half.about-text:before,
.entry-content .one-half.last:before,
.separator span:before {
    background: #e2d7c7;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    margin-left: -3px;
    position: absolute;
    top: 0;
    width: 5px;
}

.separator span:before {
    margin-left: -2px;
}

.n2-active {
    padding-left: 50px !important;
    position: relative;
}

.n2-active::before {
    border-top: 1px solid;
    content: "";
    height: 1px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 44px;
}

#services {
    background: url(images/services-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

#services .section-heading {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

#about-us h1 span,
#services h2 span,
#choose-us h2 span,
#contact-us h2 span {
    position: relative;
}

#about-us h1 span:before,
#about-us h1 span:after,
#choose-us h2 span:before,
#choose-us h2 span:after,
#contact-us h2 span:before,
#contact-us h2 span:after {
    border-top: 1px solid #e2d7c7;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 410px;
}

#about-us h1 span:before,
#choose-us h2 span:before,
#contact-us h2 span:before {
    left: -440px;
}

#about-us h1 span:after,
#choose-us h2 span:after,
#contact-us h2 span:after {
    right: -440px;
}

#services h2 span:before,
#services h2 span:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 570px;
}

#services h2 span:before {
    border-top: 1px solid #4a4a75;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.1) inset;
    left: -600px;
}

#services h2 span:after {
    border-top: 1px solid #3d3d61;
    box-shadow: 0 2px 0 rgba(103, 103, 163, 0.3) inset;
    right: -600px;
}

#services .section-heading .subheading {
    color: #fff;
}

#services .one-third {
    background: url(images/services-box.jpg) no-repeat 0 0;
    background-size: cover;
    color: #a4a4ba;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 75px 40px 58px;
    padding: 7.5rem 4rem 5.8rem;
}

#services .one-third:nth-child(3) {
    background-position: center top;
}

#services .one-third:nth-child(4) {
    background-position: right top;
}

.services-number:before {
    border-left: 1px solid #434471;
    content: "";
    height: 85px;
    left: 50%;
    position: absolute;
    top: -75px;
    width: 0;
}

.services-number:after {
    background: #434471;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 8px;
    width: 5px;
}

.services-number {
    color: #bd9763;
    font-family: "Times New Roman",Times,serif;
    font-size: 68px;
    font-size: 6.8rem;
    letter-spacing: -2px;
    position: relative;
}

#services h3 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    text-transform: none;
}

#services .one-third a {
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: normal;
    padding: 20px 16px;
    padding: 2rem 1.6rem;
}

#services .one-third a:hover {
    color: #a4a4ba;
}

#services .one-third a span {
    font-size: 26px;
    font-size: 2.6rem;
    font-style: normal;
    position: relative;
    top: 3px;
}

.services-text {
    margin-bottom: 34px;
    margin-bottom: 3.4rem;
}

#office-tour {
    padding: 0;
}

.office-tour-content {
    position: relative;
}

.office-tour-content:before {
    border: 1px solid #e2d7c7;
    content: "";
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

div#n2-ss-2 .nextend-arrow,
div#n2-ss-4 .nextend-arrow {
    overflow: visible !important;
}

div#n2-ss-2 .nextend-arrow-previous,
div#n2-ss-4 .nextend-arrow-previous {
    margin-left: -38px !important;
}

.nextend-arrow-next:before {
    color: #bd9763;
    content: '/';
    font-size: 20px;
    left: -15px;
    position: absolute;
    top: 50%;
}

#smile-gallery {
    padding: 15px 0 0;
    padding: 1.5rem 0 0;
    position: relative;
}

#smile-gallery h2 span {
    position: relative;
}

#smile-gallery h2 span:before,
#smile-gallery h2 span:after {
    border-top: 1px solid #e2d7c7;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 410px;
}

#smile-gallery h2 span:before {
    left: -440px;
}

#smile-gallery h2 span:after {
    right: -440px;
}

#n2-ss-2-align {
    margin: 30px !important;
    margin: 3rem !important;
}

#n2-ss-4-align {
    margin: 20px 30px 20px !important;
    margin: 2rem 3rem 2rem !important;
}

#smile-gallery .king-box-content {
    left: 38%;
    max-width: 550px;
    position: absolute;
    top: 400px;
    z-index: 10;
}

#celebrity-patients {
    margin: 0 30px 30px;
    margin: 0 3rem 3rem;
    padding: 0;
    position: relative;
}

#celebrity-patients .celebrity-box {
    background: url(images/celebrity-bg.jpg) no-repeat 70% 0;
    background-size: cover;
    height: 799px;
    margin: 0 auto;
    width: 100%;
}

#celebrity-patients .king-box-content {
    left: 20%;
    max-width: 670px;
    position: absolute;
    top: 215px;
}

p.n2-ow.paragraph {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

#media {
    background: url(images/media-bg.jpg) no-repeat center top;
    background-size: cover;
}

#media h2 span {
    position: relative;
}

#media h2 span:before,
#media h2 span:after {
    border-top: 1px solid #4a4a75;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.1) inset;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 570px;
}

#media h2 span:before {
    left: -600px;
}

#media h2 span:after {
    right: -600px;
}

#switch-media div {
    display: inline-block;
    min-width: 207px;
    padding: 18px 36px;
    padding: 1.8rem 3.6rem;
    position: relative;
}

#switch-media div:first-child:after {
    border-right: 1px solid #4a4a75;
    box-shadow: 2px 0 0 0 rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

#switch-media div span {
    border: none;
    color: #a4a4ba;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#switch-media span:hover,
#switch-media div.active span {
    border-bottom: 2px solid #bd9763;
    color: #bd9763;
}

#media .media-slider {
    margin-top: 80px;
    margin-top: 8rem;
    position: relative;
}

#media #in-press {
    position: absolute;
    top: 0;
}

#media #on-tv,
#media #in-press {
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    transition: all 0.5s ease;
}

#media #on-tv.visible,
#media #in-press.visible {
    opacity: 1;
}

.tv-logo a {
    background-image: url(images/tv-logos.png) !important;
    height: 79px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 130px;
}

.tv-logo.active a,
.tv-logo a:hover {
    background-image: url(images/tv-logos-active.png) !important;
}

.press-logo a {
    background-image: url(images/press-logos.png) !important;
    height: 79px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 130px;
}

.press-logo.active a,
.press-logo a:hover {
    background-image: url(images/press-logos-active.png) !important;
}

#testimonials {
    background: #f3f3f3 url(images/flower.jpg) no-repeat 90% bottom;
    background-attachment: fixed;
    text-align: center;
}

#testimonials h2 span {
    position: relative;
}

#testimonials h2 span:before,
#testimonials h2 span:after {
    border-top: 1px solid #e2d7c7;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 570px;
}

#testimonials h2 span:before {
    left: -600px;
}

#testimonials h2 span:after {
    right: -600px;
}

#testimonials .button {
    margin-top: 50px;
    margin-top: 5rem;
}

/*
Smile Gallery Page
---------------------------------------------------------------------------------------------------- */
.smile-gallery-page .content {
    background: #fff url(images/flowers-bg.jpg) no-repeat center 700px;
    position: relative;
}

.smile-gallery-page .content:after {
    background: #fff url(images/flowers-bg2.jpg) no-repeat;
    content: "";
    position: absolute;
    right: 0;
    bottom: 60px;
    height: 835px;
    width: 446px;
}

.smile-gallery-page .entry {
    position: relative;
    z-index: 1;
}

.smile-gallery-page h1 {
    display: inline-block;
    font-size: 36px;
    font-size: 3.6rem;
    position: relative;
}

.smile-gallery-page h1:before,
.smile-gallery-page h1:after {
    border-top: 1px solid #e2d7c7;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 410px;
}

.smile-gallery-page h1:before {
    left: -440px;
}

.smile-gallery-page h1:after {
    right: -440px;
}

#switch-gallery {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin: 40px 0 55px;
    margin: 4rem 0 5.5rem;
    text-align: center;
}

#switch-gallery div {
    display: inline-block;
    padding: 12px 60px;
    padding: 1.2rem 6rem;
    position: relative;
}

#switch-gallery div:after {
    border-right: 1px solid #e3e3e3;
    content: "";
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
}

#switch-gallery div:last-child:after {
    border: none;
}

#switch-gallery div span {
    border: none;
    color: #8a8a8a;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#switch-gallery span:hover,
#switch-gallery div.active span {
    border-bottom: 2px solid #bd9763;
    color: #bd9763;
}

.galleries {
    margin-top: 60px;
    margin-top: 6rem;
    overflow: hidden;
    position: relative;
}

#portraits,
#celebrity-appeal {
    position: absolute;
    top: 0;
}

#before-after,
#portraits,
#celebrity-appeal {
    opacity: 0;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}

#before-after.visible,
#portraits.visible,
#celebrity-appeal.visible {
    opacity: 1;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}

.celebrity-slider {
    background: #fff;
    margin: 0 auto 30px;
    margin: 0 auto 3rem;
    max-width: 1778px;
    padding: 30px 0;
    padding: 3rem 0;
    width: 95%;
    text-align: center;
}

#n2-ss-15-arrow-next {
    overflow: visible !important;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background: url(images/services-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    color: #a4a4ba;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 160px 0 0;
    padding: 16rem 0 0;
    margin-top: -60px;
    margin-top: -6rem;
    text-align: center;
}

.site-footer img {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

#idw-footer > div:first-child {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    position: relative;
}

#idw-footer > div:first-child:after {
    border-top: 1px solid #3d3d61;
    bottom: 0;
    box-shadow: 0 2px 0 rgba(103, 103, 163, 0.3) inset;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.footer-social li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding: 16px;
    padding: 1.6rem;
    text-transform: uppercase;
}

.footer-social li a {
    font-weight: 700;
}

.site-footer a:hover {
    color: #fff;
}

#contact-us {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 60px 0 0;
    padding: 6rem 0 0;
}

#contact-us h3 {
    font-size: 38px;
    font-size: 3.8rem;
    letter-spacing: 1px;
}

#contact-us input[type="submit"], #contact-us .button {
    background: #fff;
    border: 1px solid #e2d7c7;
    color: #bd9763;
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 0;
}

#contact-us .button {
    margin-top: 30px;
    margin-top: 3rem;
}

#contact-us input[type="submit"]:hover, #contact-us .button:hover {
    background: #bd9763;
    color: #fff;
}

#contact-us .contact-us-info li {
    display: inline-block;
    padding-right: 10px;
    padding-right: 1rem;
}

#contact-us .contact-us-info li:first-child {
    display: block;
    padding-right: 0;
}

#contact-us .fa {
    color: #d3ad79;
    font-size: 30px;
    font-size: 3rem;
    margin-right: 10px;
    margin-top: 16px;
    position: relative;
    top: 5px;
}

#call-to-action {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 60px;
}

#call-to-action .content-box {
    background: url(images/cta-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto;
    max-width: 1634px;
    padding: 55px 0;
    padding: 5.5rem 0;
    text-transform: uppercase;
    width: 95%;
}

#call-to-action h2 span {
    color: #fff;
    position: relative;
}

#call-to-action h2 span:before,
#call-to-action h2 span:after {
    border-top: 1px solid #fff;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 170px;
}

#call-to-action h2 span:before {
    left: -200px;
}

#call-to-action h2 span:after {
    right: -200px;
}

#call-to-action p {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

#call-to-action .button:hover {
    background: #fff;
    color: #bd9763;
}

.to-top {
    display: block;
    height: 50px;
    width: 100px;
    background: url(images/to-top.png) no-repeat 0 0;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
}

.to-top:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent #333333 transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.to-top:hover:after {
    opacity: 1;
}

/*
Blog
---------------------------------------------------------------------------------------------------- */

.page-id-4629 .site-inner {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
}

.page-id-4629 .entry-title {
    //display: none;
}
.page-id-4629 .smiles-box {
    display: none;
}
/*
Magazine Category
--------------------------------------------------------------------------------------------*/
#magazine-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.magazine-post {
    width: 24%;
    text-align: center;
}
.entry-content .referral-content {
  text-align:center;
  max-width:740px;
  margin:0 auto;
}
body  .entry-content .referral-content p {
  margin-bottom: 0;
  margin: 0;
}
.entry-content .referral-content h2,
.entry-content .referral-content h3 {
  text-align: center;
  font-size: 120%;
}
.entry-content .referral-content ul li {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.entry-content .referral-content ul {
  list-style-image: none;
  list-style-type: disc;
  max-width: 400px;
  margin: 0 auto;
}
#guidelines {
  font-size: 80%;
  margin-top: 40px;
}
/*
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 (max-width: 1640px) {

    #about-us .content-box,
    #choose-us .content-box {
        padding: 55px 20px;
        padding: 5.5rem 2rem;
    }

    #about-us h1 span::before,
    #choose-us h2 span::before,
    #contact-us h2 span::before,
    .entry-title::before {
        left: -230px;
    }

    #about-us h1 span::before,
    #about-us h1 span::after,
    #choose-us h2 span::before,
    #choose-us h2 span::after,
    #contact-us h2 span::before,
    #contact-us h2 span::after,
    .entry-title::before,
    .entry-title::after {
        width: 200px;
    }

    #about-us h1 span::after,
    #choose-us h2 span::after,
    #contact-us h2 span::after,
    .entry-title::after {
        right: -230px;
    }

    #n2-ss-4,
    #n2-ss-4 .n2-ss-slider-1,
    #celebrity-patients .celebrity-box {
        height: 620px !important;
    }

    #n2-ss-4 .n2-ss-slide {
        height: 700px !important;
    }

    #n2-ss-4 .n2-ss-slide img {
        margin-left: -100px !important;
    }

    #n2-ss-2 .n2-ss-static-slide .n2-ss-layer,
    #n2-ss-4 .n2-ss-static-slide .n2-ss-layer {
        height: 50px !important;
    }

    #smile-gallery .king-box-content {
        top: 300px;
    }

    #celebrity-patients .king-box-content {
        left: 10%;
        top: 160px;
    }

    #media .media-slider {
        margin-top: 50px;
        margin-top: 5rem;
    }

    .genesis-nav-menu .menu-item,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .site-header .genesis-nav-menu .sub-menu .sub-menu {
        margin: -43px 0 0 199px;
    }

    .site-header .genesis-nav-menu > .menu-item:nth-child(4) >.sub-menu .sub-menu {
        margin: -43px 0 0 -199px;
    }

    .genesis-nav-menu > .menu-item:last-child:hover > .sub-menu {
        right: 0;
    }

}

@media only screen and (max-width: 1260px) {

    .site-header::after {
        width: 2%;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-header .wrap {
        max-width: 100%;
        padding: 0 2%;
    }

    .title-area {
        margin-left: -120px;
        margin-left: -12rem;
        max-width: 240px;
    }

    .site-header .nav-primary .wrap {
        padding: 0;
    }

    .nav-primary .genesis-nav-menu > li:nth-child(4) {
        padding-left: 415px;
        padding-left: 41.5rem;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 10px 16px;
        padding: 1rem 1.6rem;
    }

    .hero-phones {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 3px;
    }

    .content {
        width: 620px;
    }

    .sidebar-primary {
        width: 300px;
    }

    #about-us h1 span::before,
    #about-us h1 span::after,
    #choose-us h2 span::before,
    #choose-us h2 span::after,
    #contact-us h2 span::before,
    #contact-us h2 span::after,
    #call-to-action h2 span::before,
    #call-to-action h2 span::after,
    .entry-title::before,
    .entry-title::after,
    .services-text {
        display: none;
    }

    #services h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .smiles-box {
        background-position: 35% center;
    }

    #n2-ss-4,
    #n2-ss-4 .n2-ss-slider-1,
    #celebrity-patients .celebrity-box {
        height: 500px !important;
    }

    #n2-ss-4 .n2-ss-slide {
        height: 645px !important;
    }

    #smile-gallery .king-box-content {
        left: 45%;
        max-width: 480px;
        top: 280px;
    }

    #smile-gallery .king-box-heading {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.2;
    }

    #celebrity-patients .king-box-content {
        left: 5%;
        max-width: 520px;
        top: 50px;
    }

    #n2-ss-9 .hero-label {
        opacity: 0 !important;
    }

    #n2-ss-15-arrow-next,
    #n2-ss-15-arrow-next:before,
    #n2-ss-15-arrow-previous {
        display: none !important;
    }

}

@media only screen and (max-width: 1024px) {

    .content,
    .sidebar-primary,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }

    .site-header .wrap {
        padding: 0 5%;
        padding: 0 5%;
    }

    .site-header .title-area,
    .site-header.fixed-header .title-area {
        margin-left: -177px;
        margin-left: -17.7rem;
        max-width: 354px;
        padding: 10px 0 5px;
        padding: 1rem 0 0.5rem;
    }

    .title-area a {
        margin-left: 0;
    }

    .idw-menubar {
        top: 30px !important;
    }

    .idw-menubar a:hover {
        color: #bd9763 !important;
    }

    .site-header::after {
        display: none;
    }

    ul.social {
        display: none;
    }

    .sidr ul.sidr-class-sub-menu {
        padding-left: 20px !important;
    }

    .sidr ul.sidr-class-sub-menu ul.sidr-class-sub-menu {
        padding-left: 0 !important;
    }

    .sidr ul li a {
        padding-right: 5px !important;
    }

    .sidr-class-menu > li li.sidr-class-menu-item-has-children.hover .sidr-class-sub-menu a::before {
        display: none;
    }

    #sidr-mobile-call .button {
        min-width: 0;
    }

    .hero-phones {
        display: none;
    }

    .site-inner,
    .home section .wrap,
    .site-footer .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-title {
        text-align: center;
    }

    .hide-for-mobile {
        display: none !important;
    }

    .hide-for-desktop {
        display: block;
    }

    #about-us .one-half,
    #choose-us .one-half,
    #contact-us .one-half,
    .entry-content .one-half {
        width: 100%;
    }

    #about-us .one-half.first,
    #choose-us .one-half.first,
    #contact-us .one-half.first,
    .entry-content .one-half.first {
        padding-right: 0;
    }

    #about-us .one-half.about-text,
    #choose-us .one-half.about-text,
    #contact-us .one-half.about-text,
    .entry-content .one-half.last {
        border: none;
        padding-left: 0;
    }

    #about-us .one-half.about-text::before,
    #choose-us .one-half.about-text::before,
    #contact-us .one-half.about-text::before,
    .entry-content .one-half.last::before {
        display: none;
    }

    #about-us .one-half.about-text {
        padding-top: 20px;
        padding-top: 2rem;
    }

    #about-us .one-half.first {
        padding-top: 0;
    }

    div#n2-ss-3 {
        float: none !important;
        margin: 0 auto !important;
    }

    #services .one-third {
        padding: 35px 10px 58px;
        padding: 3.5rem 1rem 5.8rem;
    }

    #services .one-third::before {
        height: 45px;
    }

    #services .one-third::after {
        top: 45px;
    }

    .services-number {
        font-size: 60px;
        font-size: 6rem;
    }

    .services-number:before {
        border-left: 1px solid #434471;
        content: "";
        height: 45px;
        left: 50%;
        position: absolute;
        top: -35px;
        width: 0;
    }

    #services h3 {
        min-height: 86px;
    }

    #choose-us .one-half {
        padding-top: 0;
    }

    #choose-us .one-half.first {
        text-align: center;
    }

    #choose-us .important-text {
        text-align: left;
    }

    .smiles-box {
        background-position: 28% center;
        height: 460px;
    }

    .smiles-content {
        left: 37%;
        max-width: 350px;
        top: 40px;
    }

    .smiles-content .king-box-heading {
        font-size: 30px;
        font-size: 3rem;
    }

    #celebrity-patients {
        margin: 0 0 40px;
        margin: 0 0 4rem;
    }

    #n2-ss-4,
    #n2-ss-4 .n2-ss-slider-1,
    #celebrity-patients .celebrity-box {
        height: 340px !important;
    }

    #n2-ss-2-align {
        margin: 30px 0 !important;
        margin: 3rem 0 !important;
    }

    #n2-ss-4-align {
        margin: 20px 0 !important;
        margin: 2rem 0 !important;
    }

    #n2-ss-4 .n2-ss-slide {
        height: 500px !important;
    }

    #n2-ss-4 .n2-ss-slide img {
        margin-left: 0 !important;
    }

    #n2-ss-2 .nextend-bullet-bar,
    #n2-ss-4 .nextend-bullet-bar {
        display: none !important;
    }

    #smile-gallery .king-box-content,
    #celebrity-patients .king-box-content {
        margin: 40px auto;
        margin: 4rem auto;
        max-width: 680px;
        position: static;
        width: 100%;
    }

    #home-hero {
        margin-top: 20px;
        margin-top: 2rem;
    }

    #hero,
    .smile-gallery-page #home-hero{
        margin-top: 60px;
        margin-top: 6rem;
    }

    #n2-ss-1,
    #n2-ss-1 .n2-ss-slider-1 {
        height: 630px !important;
    }

    #n2-ss-1 .n2-ss-slide {
        height: 630px !important;
    }

    #n2-ss-1 .n2-ss-slide .n2-ss-layers-container,
    #n2-ss-18 .n2-ss-slide .n2-ss-layers-container {
        margin-top: 0 !important;
    }

    #n2-ss-1 .hero-label,
    #n2-ss-11 .hero-label {
        opacity: 0 !important;
    }

    #n2-ss-2 .n2-ss-static-slide .n2-ss-layer,
    #n2-ss-4 .n2-ss-static-slide .n2-ss-layer {
        top: 95% !important;
    }

    #n2-ss-2 .n2-ss-widget,
    #n2-ss-4 .n2-ss-widget {
        bottom: -10px !important;
    }

}

@media only screen and (max-width: 768px) {

    .alignleft,
    .alignright {
        max-width: 60%;
    }

    /*----------------mobile colums----------*/
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .site-header .title-area,
    .site-header.fixed-header .title-area {
        margin-left: -125px;
        margin-left: -12.5rem;
        max-width: 250px;
    }

    .idw-menubar {
        top: 20px !important;
    }

    .idw-menubar.menu {
        padding-left: 20px !important;
    }

    .idw-menubar.phone {
        padding-right: 20px !important;
    }

    .important-text,
    .entry-content .important-text {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .home .important-text {
        line-height: 1.5;
    }

    #services .one-third {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 380px;
    }

    #services h3 {
        margin-bottom: 10px;
        margin-bottom: 1rem;
    }

    #call-to-action .content-box {
        padding: 35px 0;
        padding: 3.5rem 0;
    }

    #call-to-action h2 {
        font-size: 30px;
        font-size: 3rem;
    }

    .smiles-box {
        background-position: 10% center;
        height: 400px;
    }

    .smiles-content {
        left: 50%;
        margin-left: -175px;
        text-align: center;
        top: 90%;
    }

    .smiles-content .king-box-heading,
    .smiles-content p {
        display: none;
    }

    #n2-ss-4,
    #n2-ss-4 .n2-ss-slider-1,
    #celebrity-patients .celebrity-box {
        height: 260px !important;
    }

    #n2-ss-4 .n2-ss-slide {
        height: 380px !important;
    }

    #smile-gallery .king-box-content,
    #celebrity-patients .king-box-content {
        padding: 0 5%;
    }
    .magazine-post {
        width: 48%;
    }
}

@media only screen and (max-width: 600px) {

    #hero {
        margin-top: 30px;
    }

    #home-hero {
        margin-top: 0;
    }

    #n2-ss-1,
    #n2-ss-1 .n2-ss-slider-1,
    #n2-ss-18,
    #n2-ss-18 .n2-ss-slider-1 {
        height: 950px !important;
    }

    #n2-ss-1 .n2-ss-slide,
    #n2-ss-18 .n2-ss-slide {
        height: 950px !important;
    }

    #n2-ss-1 .hero-label,
    #n2-ss-18 .hero-label {
        opacity: 1 !important;
    }

    #home-hero div#n2-ss-1 .n2-ss-layer .n2-ow,
    #home-hero div#n2-ss-18 .n2-ss-layer .n2-ow {
        text-align: center !important;
    }

    #home-hero .hero-label, #hero .hero-label {
        padding-left: 0;
    }

    #home-hero .hero-label .n2-ow, #hero .hero-label .n2-ow {
        line-height: 1.5 !important;
    }

    #home-hero .hero-label::before, #hero .hero-label::before {
        left: 50%;
        margin-left: -50px;
        top: 40px;
        width: 100px;
    }

    #services .one-third a span {
        display: none;
    }
    #magazine-posts {
        -webkit-flex-flow:  column nowrap;
        -ms-flex-flow:  column nowrap;
        flex-flow:  column nowrap;
    }
    .magazine-post {
        width: 100%;
    }

}

@media only screen and (max-width: 480px) {

    .entry-content .alignleft,
    .entry-content .alignright {
        display: block;
        float: none;
        max-width: 100%;
    }

    .site-header .title-area,
    .site-header.fixed-header .title-area {
        margin-left: -90px;
        margin-left: -9rem;
        max-width: 180px;
    }

    .idw-menubar {
        top: 10px !important;
    }

    .idw-menubar.menu {
        padding-left: 15px !important;
    }

    .idw-menubar.phone {
        padding-right: 15px !important;
    }

    .home h1,
    .home h2 {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .button {
        min-width: 0;
    }

    .full-width-content .content {
        width: 100%;
    }

    .entry-content .one-half,
    .entry-content .one-half.last {
        text-align: left;
    }

    #contact-us h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    #contact-us,
    #contact-us .one-half.about-text {
        text-align: center;
    }

    #contact-us .contact-us-info {
        text-align: left;
    }

    .king-box-content {
        text-align: center;
    }

    .king-box-content p {
        text-align: justify;
    }

    .king-box-content p.king-box-heading,
    #smile-gallery .king-box-heading {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.36;
        text-align: left;
    }

    .smiles-box {
        background-position: 20% center;
        border: 20px solid #fff;
        width: 100%;
    }

    .smiles-content {
        margin-left: -160px;
        max-width: 320px;
        top: 88%;
    }

    .smiles-content .button {
        padding: 20px 30px;
        padding: 2rem 3rem;
    }

    #celebrity-patients .celebrity-box {
        height: 160px;
    }

    #switch-media div:first-child::after {
        display: none;
    }

    #media .media-slider {
        margin-top: 20px;
        margin-top: 2rem;
    }

    .smile-gallery-page #home-hero {
        margin-top: 0;
    }

    #n2-ss-11,
    #n2-ss-11 .n2-ss-slider-1 {
        height: 300px !important;
    }

    #n2-ss-11 .n2-ss-slide {
        height: 300px !important;
    }

}
