var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/southoakdental.com","hash_tracking":"false","v4_id":"G-3SLZ82CGFS"};
var breeze_prefetch = {"local_url":"https:\/\/southoakdental.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
var dataLayer_content = {"visitorEmail":"","visitorEmailHash":"","visitorUsername":"","visitorIP":"18.97.9.168","pagePostType":"post","pagePostType2":"single-post","pageCategory":["dental"],"pagePostAuthor":"Dr. Tarandeep Sidiura"};
dataLayer.push( dataLayer_content );
function monsterinsights_forms_record_impression(event) {
monsterinsights_add_bloom_forms_ids();
var monsterinsights_forms = document.getElementsByTagName("form");
var monsterinsights_forms_i;
for (monsterinsights_forms_i = 0; monsterinsights_forms_i < monsterinsights_forms.length; monsterinsights_forms_i++) {
var monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
var skip_conversion = false;
/* Check to see if it's contact form 7 if the id isn't set */
if (!monsterinsights_form_id) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.getAttribute("id");
if (monsterinsights_form_id && monsterinsights_form_id.lastIndexOf('wpcf7-f', 0) === 0) {
/* If so, let's grab that and set it to be the form's ID*/
var tokens = monsterinsights_form_id.split('-').slice(0, 2);
var result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute("id", result);/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
} else {
monsterinsights_form_id = false;
}
}/* Check if it's Ninja Forms & id isn't set. */
if (!monsterinsights_form_id && monsterinsights_forms[monsterinsights_forms_i].parentElement.className.indexOf('nf-form-layout') >= 0) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.parentElement.parentElement.getAttribute('id');
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('nf-form-', 0)) {
/* If so, let's grab that and set it to be the form's ID*/
tokens = monsterinsights_form_id.split('-').slice(0, 3);
result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute('id', result);
/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute('id');
skip_conversion = true;
}
}if (monsterinsights_form_id && monsterinsights_form_id !== 'commentform' && monsterinsights_form_id !== 'adminbar-search') {
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: monsterinsights_form_id,
value: 1,
non_interaction: true
});/* If a WPForms Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('wpforms-form-', 0)) {
continue;
}/* Formiddable Forms, use custom tracking */
if (monsterinsights_forms_has_class(monsterinsights_forms[monsterinsights_forms_i], 'frm-show-form')) {
continue;
}/* If a Gravity Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('gform_', 0)) {
continue;
}/* If Ninja forms, we use custom conversion tracking */
if (skip_conversion) {
continue;
}var custom_conversion_mi_forms = false;
if (custom_conversion_mi_forms) {
continue;
}if (window.jQuery) {
(function (form_id) {
jQuery(document).ready(function () {
jQuery('#' + form_id).on('submit', monsterinsights_forms_record_conversion);
});
})(monsterinsights_form_id);
} else {
var __gaFormsTrackerWindow = window;
if (__gaFormsTrackerWindow.addEventListener) {
document.getElementById(monsterinsights_form_id).addEventListener("submit", monsterinsights_forms_record_conversion, false);
} else {
if (__gaFormsTrackerWindow.attachEvent) {
document.getElementById(monsterinsights_form_id).attachEvent("onsubmit", monsterinsights_forms_record_conversion);
}
}
}} else {
continue;
}
}
}function monsterinsights_forms_has_class(element, className) {
return (' ' + element.className + ' ').indexOf(' ' + className + ' ') > -1;
}function monsterinsights_forms_record_conversion(event) {
var monsterinsights_form_conversion_id = event.target.id;
var monsterinsights_form_action = event.target.getAttribute("miforms-action");
if (monsterinsights_form_conversion_id && !monsterinsights_form_action) {
document.getElementById(monsterinsights_form_conversion_id).setAttribute("miforms-action", "submitted");
__gtagTracker('event', 'conversion', {
event_category: 'form',
event_label: monsterinsights_form_conversion_id,
value: 1,
});
}
}/* Attach the events to all clicks in the document after page and GA has loaded */
function monsterinsights_forms_load() {
if (typeof (__gtagTracker) !== 'undefined' && __gtagTracker) {
var __gtagFormsTrackerWindow = window;
if (__gtagFormsTrackerWindow.addEventListener) {
__gtagFormsTrackerWindow.addEventListener("load", monsterinsights_forms_record_impression, false);
} else {
if (__gtagFormsTrackerWindow.attachEvent) {
__gtagFormsTrackerWindow.attachEvent("onload", monsterinsights_forms_record_impression);
}
}
} else {
setTimeout(monsterinsights_forms_load, 200);
}
}/* Custom Ninja Forms impression tracking */
if (window.jQuery) {
jQuery(document).on('nfFormReady', function (e, layoutView) {
var label = layoutView.el;
label = label.substring(1, label.length);
label = label.split('-').slice(0, 3).join('-');
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: label,
value: 1,
non_interaction: true
});
});
}/* Custom Bloom Form tracker */
function monsterinsights_add_bloom_forms_ids() {
var bloom_forms = document.querySelectorAll('.et_bloom_form_content form');
if (bloom_forms.length > 0) {
for (var i = 0; i < bloom_forms.length; i++) {
if ('' === bloom_forms[i].id) {
var form_parent_root = monsterinsights_find_parent_with_class(bloom_forms[i], 'et_bloom_optin');
if (form_parent_root) {
var classes = form_parent_root.className.split(' ');
for (var j = 0; j < classes.length; ++j) {
if (0 === classes[j].indexOf('et_bloom_optin')) {
bloom_forms[i].id = classes[j];
}
}
}
}
}
}
}function monsterinsights_find_parent_with_class(element, className) {
if (element.parentNode && '' !== className) {
if (element.parentNode.className.indexOf(className) >= 0) {
return element.parentNode;
} else {
return monsterinsights_find_parent_with_class(element.parentNode, className);
}
}
return false;
}monsterinsights_forms_load();
Maintaining that brighter smile after teeth whitening isn’t just about vanity; it’s about preserving the investment you’ve made in your smile. With the right care, you can enjoy the shade improvement for much longer.
From the foods you eat to the way you brush, every choice impacts how long your teeth stay bright. Understanding the maintenance essentials is key to ensuring your teeth don’t lose their luster. Let’s dive into why keeping your teeth white is much more than just a cosmetic concern—it’s a cornerstone of making lasting impressions.
Preserving Your Investment: After investing in professional teeth whitening, it’s not just about the immediate results. It’s about maintaining that bright smile. Much like purchasing a luxury car, it requires ongoing care to ensure its value and appearance endure.
Avoiding Stain Culprits: You’re likely aware that certain foods and beverages can be the nemesis of a white smile. Steering clear of elements known for staining, like coffee, red wine, and tobacco, is far easier when you’re committed to a maintenance routine.
Oral Hygiene Benefits: Regular maintenance isn’t just for aesthetics; it supports overall oral health. Through consistent brushing and flossing, you’re also fighting plaque, which can lead to tooth decay and gum disease—not just stains.
Longevity of Results: Studies show that without proper care, the effects of teeth whitening can begin to diminish within a month. A diligent maintenance plan can extend the life of those pearly whites, ensuring your smile stays vibrant for as long as possible.
Maintaining Confidence: A whiter smile is sometimes found to be linked to higher self-esteem. When you maintain your whitening results, you’re also nurturing the confidence that comes with knowing your smile is at its best.
To keep your teeth a bright shade, incorporate these habits:
Rinse your mouth after consuming stain-prone foods and drinks
The Science Behind Teeth Staining
Understanding Different Types of Teeth Stains
When you’re looking to keep your teeth as white as possible, it’s essential to understand the different types of stains you might be up against. Extrinsic stains are those that appear on the surface of your teeth. Common culprits include:
Smoking
Beverages like coffee, tea, and red wine
Foods like berries and soy sauce
These substances contain pigments that adhere to the enamel—the hard, outermost layer of your teeth—resulting in a superficial discolouration.
On the other hand, intrinsic stains form within the internal structure of your teeth, often from:
Overexposure to fluoride during dental development
Certain medications, like tetracycline antibiotics taken during tooth formation
Trauma to the teeth which can cause internal bleeding and resultant discolouration
Unlike extrinsic stains, intrinsic ones are deeply seated and are not as easily removed by regular brushing or over-the-counter whitening products.
Factors that Contribute to Teeth Staining
There’s a wide array of factors that can contribute to the discolouration of your teeth. It’s not just about indulging in a cup of coffee or a glass of red wine. Here’s what you need to watch out for:
Dietary Habits: Your diet significantly impacts tooth colour. Foods with intense colour pigments like cherries, blueberries, and pomegranates have a higher propensity to stain your teeth. These pigments latch onto the enamel and could require professional cleaning to remove.
Poor Oral Hygiene: Regular brushing and flossing are pivotal in the fight against stains—as they remove surface stains and prevent tartar build-up, which can lead to discolouration.
Tobacco Use: Whether it’s smoking or chewing tobacco, the nicotine and tar in these products are effective at staining teeth, often leaving a brownish residue that can be stubborn to clean.
Aging: Over time, tooth enamel naturally wears down, and the yellowish dentin underneath begins to show through, making it harder to maintain a bright smile.
Genetics: Sometimes, the thickness and natural sheen of your enamel are inherited, which means some people are more prone to staining than others.
Methods for Maintaining Teeth Whitening
Maintaining the lustrous results of teeth whitening treatments is essential for a lasting, bright smile. Understanding the right methods is key to ensuring the longevity of your whitening results. Here are some practical steps you can take.
Brush twice a day using fluoride toothpaste to remove plaque and prevent decay.
Floss daily to eliminate potential stain-causing substances between teeth.
Use mouthwash to reach areas your brush can’t, further reducing the risk of stains.
Opt for toothpaste with baking soda occasionally, as it can help to remove surface stains without causing abrasiveness to the enamel.
Limiting Consumption of Staining Foods and Drinks
What you consume greatly affects the colour of your teeth. Limiting intake of certain foods and beverages can prevent stains:
Coffee, tea, and red wine: These contain tannins which can lead to staining. Drinking less of these and rinsing your mouth with water afterwards can minimize their impact.
Acidic foods and drinks that can etch tooth enamel, making it more prone to staining.
Dark-coloured berries and sauces, which have intense pigments that adhere to tooth enamel.
Introduce a straw for liquid consumables that may stain, as it directs liquids away from visible front teeth.
Immediately after whitening treatments, it’s especially crucial to avoid these substances for at least the first 48 hours.
Regular Dental Check-ups and Cleanings
Routine dental visits play a critical role in maintaining your teeth’s whiteness:
Schedule regular dental check-ups to address any oral issues early on that might impact the colour of your teeth.
Professional dental cleanings, recommended typically twice a year, can remove surface stains and tartar that everyday brushing can’t.
By implementing these methods, you’ll ensure a long-lasting bright smile whilst also promoting the overall health of your teeth and gums.
Professional Whitening Maintenance Options
Maintaining the brightness of your teeth after professional whitening requires a strategic approach to care. Here’s how you can keep that gleaming smile long after you’ve left the dentist chair.
In-Office Whitening Touch-ups
To sustain the brilliance of professionally whitened teeth, periodic in-office touch-ups are beneficial. These sessions utilize high-concentration bleaching agents under the careful supervision of dental professionals. An in-office touch-up typically takes about an hour, providing an efficient boost to your smile’s radiance.
Quick results: In only one session, you can restore the brightness attained from your initial whitening treatment.
Minimised sensitivity: Professional application ensures that your teeth and gums are less likely to experience adverse reactions.
Prolonged cosmetics: Touch-ups can extend the lifespan of your whitening treatment beyond the typical six months to a year.
Remember, these touch-ups won’t be a daily routine—they’re part of a carefully structured maintenance plan. Your dentist will advise on the frequency of in-office touch-ups, ensuring they align with your specific oral health needs.
Whitening Trays for at-Home Maintenance
For convenient at-home care, whitening trays are your go-to option. They offer a practical way to maintain that dazzling smile between professional appointments.
Custom-fitted trays: Designed to fit snugly over your teeth, these trays ensure even coverage of whitening gel, reducing the risk of gum irritation.
Tailored whitening: Your dentist can provide whitening gel with a strength suitable for your teeth, balancing efficacy and comfort.
Consistent results: Regular use of these trays can produce a stable level of whiteness, closely mirroring the effects of your in-office treatment.
It’s important to follow the guidelines provided by your dentist for the use of at-home whitening trays. Overuse can lead to enamel erosion or tooth sensitivity, so moderation is key.
Get the Most out of Your Teeth Whitening
Maintaining your teeth’s whiteness isn’t just about keeping your smile bright; it’s about preserving the health and integrity of your teeth long-term. By combining professional touch-ups at South Oak Dental with an at-home regimen you’re not only extending the life of your whitening treatment but also protecting your enamel from potential damage. Remember to adhere to Dr. Sidiura’s advice—it’s the key to ensuring your pearly whites stay radiant and healthy. So take charge of your dental care routine and enjoy everything that comes with a luminous smile.
document.addEventListener("DOMContentLoaded", function() {
// Select all the social icons
var socialIcons = document.querySelectorAll('.et_pb_social_media_follow .et_pb_social_network_link a.icon');// Iterate over each social icon
socialIcons.forEach(function(icon) {
// Check if the href attribute is missing or empty
if (!icon.getAttribute('href') || icon.getAttribute('href').trim() === '') {
// Hide the parent element
icon.closest('.et_pb_social_network_link').style.display = 'none';
}
});
});
/* MonsterInsights Scroll Tracking */
if ( typeof(jQuery) !== 'undefined' ) {
jQuery( document ).ready(function(){
function monsterinsights_scroll_tracking_load() {
if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
(function(factory) {
factory(jQuery);
}(function($) {/* Scroll Depth */
"use strict";
var defaults = {
percentage: true
};var $window = $(window),
cache = [],
scrollEventBound = false,
lastPixelDepth = 0;/*
* Plugin
*/$.scrollDepth = function(options) {var startTime = +new Date();options = $.extend({}, defaults, options);/*
* Functions
*/function sendEvent(action, label, scrollDistance, timing) {
if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
return;
}
var paramName = action.toLowerCase();
var fieldsArray = {
send_to: 'G-3SLZ82CGFS',
non_interaction: true
};
fieldsArray[paramName] = label;if (arguments.length > 3) {
fieldsArray.scroll_timing = timing
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
} else {
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
}
}function calculateMarks(docHeight) {
return {
'25%' : parseInt(docHeight * 0.25, 10),
'50%' : parseInt(docHeight * 0.50, 10),
'75%' : parseInt(docHeight * 0.75, 10),
/* Cushion to trigger 100% event in iOS */
'100%': docHeight - 5
};
}function checkMarks(marks, scrollDistance, timing) {
/* Check each active mark */
$.each(marks, function(key, val) {
if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
sendEvent('Percentage', key, scrollDistance, timing);
cache.push(key);
}
});
}function rounded(scrollDistance) {
/* Returns String */
return (Math.floor(scrollDistance/250) * 250).toString();
}function init() {
bindScrollDepth();
}/*
* Public Methods
*//* Reset Scroll Depth with the originally initialized options */
$.scrollDepth.reset = function() {
cache = [];
lastPixelDepth = 0;
$window.off('scroll.scrollDepth');
bindScrollDepth();
};/* Add DOM elements to be tracked */
$.scrollDepth.addElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.merge(options.elements, elems);/* If scroll event has been unbound from window, rebind */
if (!scrollEventBound) {
bindScrollDepth();
}};/* Remove DOM elements currently tracked */
$.scrollDepth.removeElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.each(elems, function(index, elem) {var inElementsArray = $.inArray(elem, options.elements);
var inCacheArray = $.inArray(elem, cache);if (inElementsArray != -1) {
options.elements.splice(inElementsArray, 1);
}if (inCacheArray != -1) {
cache.splice(inCacheArray, 1);
}});};/*
* Throttle function borrowed from:
* Underscore.js 1.5.2
* http://underscorejs.org
* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Underscore may be freely distributed under the MIT license.
*/function throttle(func, wait) {
var context, args, result;
var timeout = null;
var previous = 0;
var later = function() {
previous = new Date;
timeout = null;
result = func.apply(context, args);
};
return function() {
var now = new Date;
if (!previous) previous = now;
var remaining = wait - (now - previous);
context = this;
args = arguments;
if (remaining <= 0) {
clearTimeout(timeout);
timeout = null;
previous = now;
result = func.apply(context, args);
} else if (!timeout) {
timeout = setTimeout(later, remaining);
}
return result;
};
}/*
* Scroll Event
*/function bindScrollDepth() {scrollEventBound = true;$window.on('scroll.scrollDepth', throttle(function() {
/*
* We calculate document and window height on each scroll event to
* account for dynamic DOM changes.
*/var docHeight = $(document).height(),
winHeight = window.innerHeight ? window.innerHeight : $window.height(),
scrollDistance = $window.scrollTop() + winHeight,/* Recalculate percentage marks */
marks = calculateMarks(docHeight),/* Timing */
timing = +new Date - startTime;checkMarks(marks, scrollDistance, timing);
}, 500));}init();
};/* UMD export */
return $.scrollDepth;}));jQuery.scrollDepth();
} else {
setTimeout(monsterinsights_scroll_tracking_load, 200);
}
}
monsterinsights_scroll_tracking_load();
});
}
/* End MonsterInsights Scroll Tracking */
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"2266","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"1","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
/* Hide/show the content when button is click */
jQuery('.e-flex').each(function(){
var btn_read_more = jQuery(this).find('.btn-read-more');
btn_read_more.off('click').on('click', function(){
var editor = jQuery(this).closest('.e-flex').find('.elementor-widget-text-editor');
var iconList = jQuery(this).closest('.e-flex').find('.elementor-widget-icon-list');
editor.toggleClass('show');
iconList.toggleClass('show');
});
});