/*
	Theme Name: ToothStars
	Theme URI: http://www.ToothStars.co.uk
	Description: A mobile responsive and HTML5 theme.
	Author: Ankit Patel
	Author URI: http://www.ddshosting.co.uk/
	Version: 10.0.1
	Template: genesis
	Template Version: 2.1.2
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
*, input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before{content:" ";display:table;}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after{clear:both;content:" ";display:table;}
body{background-color:#ddecf2;color:#333;font-family:Lato, sans-serif;font-size:16px;font-weight:400;line-height:1.625;margin:0;-webkit-font-smoothing:antialiased;}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img{-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:#008fcc;color:#fff;}
::selection{background-color:#008fcc;color:#fff;}
a{color:#008fcc;text-decoration:none;}
a:hover{color:#f29118;}
p{margin:0 0 20px;padding:0;}
ol,
ul{margin:0;padding:0;}
li{list-style-type:none;}
b,
strong{font-weight:700;}
blockquote,
cite,
em,
i{font-style:italic;}
blockquote{margin:40px;}
blockquote::before{content:"\201C";display:block;font-size:30px;height:0;left:-20px;position:relative;top:-10px;}
h1, h2, h3, h4, h5, h6{color:#333;font-family:sans-serif;line-height:1.4;margin:0 0 10px;font-weight: normal;}
h1{font-size:24px;}
h2{font-size:22px; text-align: center;}
h3{font-size:18px; text-align: center;}
h4{font-size:18px; text-align: center; font-weight: bold;}
h5{font-size:17px;}
h6{font-size:16px;}
embed,
iframe,
img,
object,
video,
.wp-caption{max-width:100%;}
img{height:auto;}
.featured-content img,
.gallery img{width:auto;}
.gallery{overflow:hidden;}
.gallery-item{margin:0 0 30px;text-align:center;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-3 .gallery-item{width:33%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery-columns-5 .gallery-item{width:20%;}
.gallery-columns-6 .gallery-item{width:16.6666%;}
.gallery-columns-7 .gallery-item{width:14.2857%;}
.gallery-columns-8 .gallery-item{width:12.5%;}
.gallery-columns-9 .gallery-item{width:11.1111%;}
.gallery img{border:1px solid #ddd;height:auto;padding:4px;}
.gallery img:hover{border:1px solid #999;}
/* ============================================
   UNIFIED FORM ELEMENTS DESIGN SYSTEM
   Minimal, beautiful, and scalable
   ============================================ */

/* Input Fields, Textareas, and Selects */
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 18px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

input:focus,
textarea:focus,
select:focus {
    border-color: #4A9ABF;
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 154, 191, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Special input types that shouldn't be styled */
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
    box-shadow: none;
    padding: 0;
}

/* Placeholder Styles */
::-moz-placeholder {
    color: #999;
    font-weight: 400;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

::placeholder {
    color: #999;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/* Primary Button Styles */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    display: inline-block;
    padding: 14px 32px;
    background: #FF8C42;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.3);
    -webkit-font-smoothing: antialiased;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.btn:hover {
    background: #E67A33;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 140, 66, 0.4);
    color: #fff;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(255, 140, 66, 0.4);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
.btn:focus {
    outline: 3px solid rgba(255, 140, 66, 0.3);
    outline-offset: 2px;
}

/* Secondary Button Style */
.button-secondary,
.btn-secondary {
    background: #4A9ABF;
    box-shadow: 0 2px 8px rgba(74, 154, 191, 0.3);
}

.button-secondary:hover,
.btn-secondary:hover {
    background: #3A8AA8;
    box-shadow: 0 4px 12px rgba(74, 154, 191, 0.4);
    color: #fff;
}

/* Outline Button Style */
.button-outline,
.btn-outline {
    background: transparent;
    border: 2px solid #4A9ABF;
    color: #4A9ABF;
    box-shadow: none;
}

.button-outline:hover,
.btn-outline:hover {
    background: #4A9ABF;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 154, 191, 0.2);
}

/* Small Button Size */
.button-small,
.btn-small {
    padding: 10px 24px;
    font-size: 14px;
}

/* Large Button Size */
.button-large,
.btn-large {
    padding: 18px 40px;
    font-size: 18px;
}

/* Footer Widget Button Overrides */
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background: #4A9ABF;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
    background: #3A8AA8;
}

/* Disabled State */
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
.button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Search Input Special Handling */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
table{font-size:15px;border-collapse:collapse;border-spacing:0;line-height:2;margin-bottom:40px;width:100%;border:2px solid #007cc1;}
tbody{border-bottom:1px solid #ddd;}
td,
th{padding:6px;border:1px solid #e1e8f6;text-align:center;}
td{border-top:1px solid #e1e8f6;padding:6px 0;font-weight:500;}
th{background:#007cc1;color:white;font-weight:bold;}
tr:nth-of-type(odd){background:#c7dff4;}
.compare-table{max-width:630px;margin:0px auto;}
.gold, .silver, .plat{text-align:center;  border: 1px solid #e8e8e8; margin-bottom: 20px;}
.gold{ }
.compare-table h4{margin:0;font-size:1em;color:#fff;background: #006699;padding: 10px 5px; font-weight: bold;}
.compare-table h5{font-size:.9em;color:rgba(0,0,0,.8);font-weight:100;letter-spacing:1px;}
.compare-table p{color:rgba(0,0,0,.6);margin:10px 0;font-weight:100;font-size:.8em;}
.compare-table a{margin:0px;text-decoration:none !important;}
.compare-table li{padding:10px;display:inline-block;width:100%;font-size:13px;color:rgba(0,0,0,.6);border-bottom:1px solid rgba(0,0,0,.1);font-weight: bold;}
.compare-table li span{ font-weight: normal;}
.compare-table .product-price{background:#006699;color:#fff;}
.product-price p {color: #fff;}
.currency {font-size: 18px;  padding-right: 1px;}
.price {font-size: 36px;line-height: 50px;}
.cent {position: relative;font-size: 18px; }
.price-was {padding: 2px 5px;  background: #f1751d; font-size: 13px; color: #000;}
.discount {padding: 3px 8px;  background: rgba(254,220,69,1); color: #000; font-weight: bold;}
.available {background:url(images/check-mark.png) no-repeat;background-position: center bottom 10px ;background-size:16px 16px; padding: 10px 10px 30px !important;}
.not-available {background:url(images/x-mark.png) no-repeat;background-position: center bottom 10px ;background-size:16px 16px; padding: 10px 10px 30px !important;}
a.price-button {
    background: url(images/amazon.png) #4A9ABF no-repeat;
    background-position: center bottom 8px;
    background-size: 100px 22px;
    padding: 14px 32px 40px !important;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(74, 154, 191, 0.3);
}

a.price-button:hover {
    background-color: #3A8AA8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 154, 191, 0.4);
    color: #fff;
}
.compare-table .one-third{max-width:320px;margin:20px auto;}
.site-inner{clear:both;padding-top:5px;}
.avatar{float:left;}
.alignleft .avatar,
.author-box .avatar{margin-right:24px;}
.alignright .avatar{margin-left:24px;}
.author-box .avatar{height:80px;width:80px;}
.comment .avatar{height:50px;margin:0 16px 24px 0;width:50px;}
.breadcrumb{background:#fff;padding:15px 4.4%;margin-bottom:5px;}
.archive-description,
.author-box{border-bottom:5px solid #f5f5f5;margin-bottom:60px;padding-bottom:30px;}
.single .author-box{border-top:5px solid #f5f5f5;padding-top:30px;}
.author-box-title{font-size:18px;margin-bottom:4px;}
.archive-description p:last-child,
.author-box p:last-child{margin-bottom:0;}
.search-form{overflow:hidden;}
.site-header .search-form{margin-left:auto;margin-right:auto;margin-top:20px;width:50%;}
.search-form input{-webkit-appearance:none;}
.search-form input[type="submit"]{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;padding:0;position:absolute;width:1px;}
.archive-title{font-size:20px;}
.entry-title{font-size:24px;}
.entry-title a,
.sidebar .widget-title a{color:#333;}
.entry-title a:hover{color:#e5554e;}
.widget-title{font-size:18px;margin-bottom:20px;}
.footer-widgets .widget-title{color:#fff;}
a.aligncenter img{display:block;margin:0 auto;}
a.alignnone{display:inline-block;}
.alignleft{float:left;text-align:left;}
.alignright{float:right;text-align:right;}
a.alignleft,
a.alignnone,
a.alignright{max-width:100%;}
img.centered,
.aligncenter{display:block;margin:0 auto 24px;}
img.alignnone,
.alignnone{margin-bottom:12px;}
a.alignleft,
img.alignleft,
.wp-caption.alignleft{margin:0 24px 24px 0;}
a.alignright,
img.alignright,
.wp-caption.alignright{margin:0 0 24px 24px;}
.wp-caption-text{font-size:14px;font-weight:700;text-align:center;}
.entry-content p.wp-caption-text{margin-bottom:0;}
.sticky{}
.widget{word-wrap:break-word;}
.widget ol > li{list-style-position:inside;list-style-type:decimal;padding-left:20px;text-indent:-20px;}
.widget li li{border:0;margin:0 0 0 30px;padding:0;}
.widget_calendar table{width:100%;}
.widget_calendar td,
.widget_calendar th{text-align:center;}
.featured-content .entry{border-bottom:2px solid #f5f5f5;margin-bottom:20px;padding:0 0 24px;}
.footer-widgets .entry{border-bottom:1px dotted #666;}
.featured-content .entry-title{font-size:20px;}
.site-header{background-color:#0085cc;}
.site-header .wrap{padding:10px 0;}
body.home .site-header{background-color:#0085cc;}
body.home .site-header .wrap{padding:10px 0;}
.title-area{width:240px;float:left;}
.site-title{font-size:30px;letter-spacing:1px;margin-bottom:0;text-transform:uppercase;}
.site-title a,
.site-title a:hover{color:#333;}
.header-image .site-title > a{background:url(images/logo.png) no-repeat;background-position:left 15px center !important;background-size:203px 35px !important;float:left;width:240px;}
.header-image .site-description,
.header-image .site-title{display:block;text-indent:-9999px;}
.site-description{font-size:18px;font-weight:400;margin-bottom:10px;}
.site-description,
.site-title{line-height:1.2;}
.header-widget-area .widget_text{margin-top:10px;}
.header-widget-area .widget_text p{margin-bottom:0;}
.genesis-nav-menu{clear:both;font-size:16px;line-height:1;width:100%;}
.genesis-nav-menu .menu-item{display:inline-block;text-align:left;}
.genesis-nav-menu a{color:#fff;display:block;padding:20px;}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover{color:#f29118;}
.genesis-nav-menu .current-menu-item > a{font-weight:bold;}
.genesis-nav-menu .sub-menu{background-color:rgba(0, 0, 0, 0.05);left:auto;opacity:1;position:relative;-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;z-index:99;}
.genesis-nav-menu .sub-menu a{font-size:14px;padding:20px;position:relative;}
.genesis-nav-menu .menu-item:hover{position:static;}
.genesis-nav-menu .menu-item:hover > .sub-menu{left:auto;opacity:1;}
.site-header .sub-menu{border-top:1px solid #eee;}
.site-header .sub-menu .sub-menu{margin-top:-56px;}
.site-header .genesis-nav-menu li li{margin-left:0;}
.nav-primary{background-color:#333;padding-bottom:10px;padding-top:10px;}
.nav-primary .genesis-nav-menu a{color:#fff;}
.nav-primary .sub-menu{background-color:rgba(255, 255, 255, 0.05);}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover{color:#e5554e;}
.nav-secondary{background-color:#fff;border-bottom:1px solid #eee;padding-bottom:10px;padding-top:10px;}
.responsive-menu-icon,
.responsive-menu .menu-item-has-children{cursor:pointer;}
.responsive-menu .menu-item,
.responsive-menu-icon{display:block;}
.responsive-menu,
.responsive-menu > .menu-item > .sub-menu{display:none;}
.responsive-menu-icon{text-align:center;float:right;}
.responsive-menu-icon::before{color:#fff;content:"\f333";display:inline-block;font:normal 32px/1 'dashicons';margin:0 auto;padding-right:10px;}
.nav-primary .responsive-menu-icon::before,
.nav-primary .responsive-menu > .menu-item-has-children:before{color:#fff;}
.responsive-menu > .menu-item-has-children:before{content:"\f347";color:#fff;float:right;font:normal 16px/1 'dashicons';height:16px;padding:15px 20px;right:0;text-align:right;z-index:9999;}
.responsive-menu .menu-open.menu-item-has-children:before{content:"\f343";}
.responsive-menu .sub-menu .sub-menu{margin:0;}
.entry{margin-bottom:5px;padding:4.4%;}
.content .entry{background:#fff;}
.entry,
.page.page-template-page_blog-php .entry{margin-bottom:5px;}
.entry-content ol,
.entry-content ul{margin-bottom:30px;margin-left:40px;}
.entry-content ol > li{list-style-type:decimal;}
.entry-content ul > li{list-style-type:disc;}
.entry-content ol ol,
.entry-content ul ul{margin-bottom:0;}
.entry-content code{background-color:#333;color:#ddd;}
p.entry-meta{font-size:16px;margin-bottom:0;}
.entry-header .entry-meta{margin-bottom:24px;margin-top:-10px;}
.entry-categories,
.entry-tags{display:block;}
.entry-comments-link::before{content:"\2014";margin:0 6px 0 2px;}
.pagination{clear:both;margin:60px 0;}
.adjacent-entry-pagination{margin-bottom:0;}
.archive-pagination li{display:inline;}
.archive-pagination li a{background-color:#333;color:#fff;cursor:pointer;display:inline-block;font-size:16px;padding:8px 12px;}
.archive-pagination li a:hover,
.archive-pagination .active a{background-color:#e5554e;}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply{margin-bottom:40px;}
.entry-comments .comment:last-child{margin-bottom:0;}
.entry-comments,
.entry-pings,
.comment-respond{padding:30px;background:#fff;margin-bottom:5px;}
.comment-header{font-size:16px;}
.comment-notes,
.entry-pings .reply{display:none;}
.entry-comments .comment{border-bottom:5px solid #f5f5f5;}
p.comment-form-comment{margin-bottom:20px;}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author{margin:0;}
.entry-comments .comment{clear:both;}
.entry-comments .children .comment{border:none;}
.comment-list li{list-style-type:none;}
.sidebar{font-size:16px;}
.sidebar li{border-bottom:1px dotted #ddd;margin-bottom:10px;padding-bottom:10px;}
.sidebar p:last-child,
.sidebar ul > li:last-child{margin-bottom:0;}
.sidebar .widget{background-color:#fff;margin-bottom:5px;padding:5%;}
.footer-widgets{background-color:#333;clear:both;padding-left:5%;padding-right:5%;padding-top:60px;}
.footer-widgets,
.footer-widgets a{color:#999;}
.footer-widgets input{border:1px solid #333;}
.footer-widgets a.button,
.footer-widgets a:hover{color:#fff;}
.footer-widgets li{border-bottom:1px dotted #666;margin-bottom:10px;padding-bottom:10px;}
.footer-widgets .widget{margin-bottom:60px;}
.footer-widgets p:last-child{margin-bottom:0;}
/* Simple Full-Width Footer */
.site-footer {
    padding: 0;
    background: #f8f9fa;
}

.footer-widgets-wrap {
    background: #f8f9fa;
    padding: 50px 5% 40px;
    border-top: 1px solid #e5e5e5;
}

.footer-widgets-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-widget-column h4 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}

.footer-widget-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footer-widget-column li {
    margin-bottom: 10px;
}

.footer-widget-column a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-widget-column a:hover {
    color: #FF8C42;
}

.site-footer-bar {
    background: #f8f9fa;
    padding: 25px 5%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.footer-copyright {
    margin: 0;
    color: #999;
    font-size: 14px;
}

/* Responsive Footer */
@media (max-width: 900px) {
    .footer-widgets-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width: 600px) {
    .footer-widgets-wrap {
        padding: 40px 5% 30px;
    }

    .footer-widgets-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-widget-column {
        text-align: center;
    }
}
.product-review h2 {text-align: left;}
@media only screen and (min-width:1000px){
h1{font-size:28px;}
h3{font-size:18px;}
h4{font-size:18px;}
h5{font-size:18px;}
h6{font-size:16px;}
.site-inner, .wrap{max-width:1000px;margin:0 auto;}
.sticky-message{margin-top:-40px;}
.footer-widgets, .site-inner{padding-left:0;padding-right:0;}
.mobile-first-landing .site-container{max-width:1200px;}
.full-width-content .content{width:100%;}
.footer-widgets-3,
.sidebar{width:300px!important;}
.footer-widgets-1,
.footer-widgets-2{width:25%;}
.content,
.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar,
.title-area{float:left;}
.footer-widgets-3,
.header-widget-area,
.sidebar,
.sidebar-content .content,
.site-header .search-form{float:right;}
.title-area{text-align:left;}
.header-image .site-title > a{background-position:left 30px center !important;width:300px;min-height:56px;}
.site-description{margin:0;}
.header-widget-area{text-align:right;}
.site-header .search-form{margin:0;width:auto;}
.genesis-nav-menu a{padding:20px 10px;font-size:14px;}
.genesis-nav-menu .menu-item{display:inline-block;}
.genesis-nav-menu .sub-menu{background-color:#005073;left:-9999px;opacity:0;position:absolute;}
.genesis-nav-menu .sub-menu a{border-top:0;}
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a{width:200px;}
.genesis-nav-menu .sub-menu .sub-menu{margin:-55px 0 0 199px;}
.genesis-nav-menu li.highlight a{background-color:#e5554e;border-radius:3px;color:#fff;font-weight:400;margin-left:20px;}
.genesis-nav-menu li.highlight a:hover{background-color:#333;color:#fff;}
.nav-primary,
.nav-secondary{padding:0;}
.nav-primary .sub-menu{background-color:#005073;}
.nav-primary .sub-menu a{border-top:0;}
.nav-primary .genesis-nav-menu > li:first-child a,
.nav-secondary .genesis-nav-menu > li:first-child a{padding-left:0;}
.responsive-menu,
.responsive-menu > .menu-item > .sub-menu{display:block;}
.responsive-menu-icon,
.responsive-menu > .menu-item-has-children:before,
.responsive-menu .menu-open.menu-item-has-children:before{display:none;}
.full-width-content .content,
.menu-primary,
.menu-secondary{padding-left:5%;}
.full-width-content .content{padding-right:5%;}
.comment-list ul.children{margin-left:40px;}
.gallery-item{float:left;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-3 .gallery-item{width:33%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery-columns-5 .gallery-item{width:20%;}
.gallery-columns-6 .gallery-item{width:16.6666%;}
.gallery-columns-7 .gallery-item{width:14.2857%;}
.gallery-columns-8 .gallery-item{width:12.5%;}
.gallery-columns-9 .gallery-item{width:11.1111%;}

}

@media only screen and (min-width:700px){
.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;}
.compare-table .one-third{width:209px; margin: 0 auto;}
.entry-title{font-size:28px;}
.content {width: 690px;margin: 0 auto;}
.sidebar{width:690px;margin: 0 auto;}

.compare-table{max-width:630px;margin:0px auto; border: 1px solid #e8e8e8; border-right: none;}
.gold, .silver, .plat{text-align:center;  border:none; border-right: 1px solid #e8e8e8;}

}

/************************DENTISTS***************************/

.dentists-contents .dentists-img-hours {}.dentists-contents .dentists-img-hours .mainimage {
                                             display: inline-block;
                                             width: 28%;
                                             margin-right: 1%;
                                             vertical-align: top;
                                         }
.dentists-contents .dentists-img-hours .mainimage img {
    border: 1px solid #e4e4e4;
    width: auto;
    max-width: 100%;
}
.dentists-contents .dentists-img-hours .openinghours {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
.dentists-contents .dentists-img-hours .openinghours .dentists-sub-header {
    margin-top: 0;
}
.dentists-contents .dentists-img-hours .openinghours .open_time {
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
}
.dentists-contents .dentists-img-hours .openinghours .open_time:nth-child(even) {
    background: #e4e4e4;
}
.dentists-contents .dentists-img-hours .openinghours .day {
    display: inline-block;
    width: 33%;
    margin-right: 1%;
    vertical-align: top;
}
.dentists-contents .dentists-img-hours .openinghours .hour {
    display: inline-block;
    width: 32%;
    text-align: right;
    vertical-align: top;
}
.dentists-contents .dentists-sub-header {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.dentists-contents .staffmemebers {}.dentists-contents .staffmemebers ul {
                                        padding: 0;
                                        margin: 0
                                    }
.dentists-contents .staffmemebers ul li {
    list-style: none;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.dentists-contents .staffmemebers ul li:last-child {
    border-bottom: none;
}
.dentists-contents .staffmemebers ul li .staffmember-col1 {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
    vertical-align: top;
}
.dentists-contents .staffmemebers ul li .staffmember-col1 img {
    border: 1px solid #e4e4e4;
    width: auto;
    max-width: 100%;
}
.dentists-contents .staffmemebers ul li .staffmember-col2 {
    display: inline-block;
    vertical-align: top;
    width: 67%;
}
.dentists-contents .staffmemebers ul li .staffmember-col2 .staffmemeber-row1 {}.dentists-contents .staffmemebers ul li .staffmember-col2 .staffmemeber-row1 .job-title {
                                                                                   display: block;
                                                                                   font-size: 13px;
                                                                                   font-style: italic;
                                                                               }
.dentists-contents .staffmemebers ul li .staffmember-col2 .staffmemeber-row2 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}
.dentists-contents .treatments ul {
    padding: 0;
    margin: 0
}
.dentists-contents .treatments ul li {
    list-style: none;
    padding: 5px 0 5px 5px;
    font-size: 14px;
}
.dentists-contents .treatments ul li:nth-child(even) {
    background: #e4e4e4;
}
.dentists-contents .treatments ul li .treatments-col1 {
    width: 78%;
    display: inline-block;
    margin-right: 1%;
}
.dentists-contents .treatments ul li .treatments-col2 {
    display: inline-block;
    text-align: right;
    width: 19%;
    vertical-align: top;
}
.dentists-contents div#map {
    width: 100%;
    height: 300px;
}
.post-type-archive-dentists .entry-image-link,
.tax-dentist-category .entry-image-link {
    display: inline-block;
    width: 28%;
    margin-right: 2%;
}
.post-type-archive-dentists .entry-image-link img,
.tax-dentist-category .entry-image-link img {
    width: auto;
    height: auto;
    border: 1px solid #e4e4e4;
}
.post-type-archive-dentists .entry-content > p,
.tax-dentist-category .entry-content > p {
    display: inline-block;
    width: 69%;
    vertical-align: top;
}
.additionalinfo {
    margin-bottom: 20px;
}
.additionalinfo ul {
    margin: 0;
    padding: 0;
}
.additionalinfo .premiseshtml ul,
.additionalinfo .provideshtml ul,
.additionalinfo .languages_spokenhtml ul,
.additionalinfo .clinic_serviceshtml ul,
.additionalinfo .travel_serviceshtml ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin: 15px 0;
}
@media (max-width: 768px) {
    .additionalinfo .premiseshtml ul,
    .additionalinfo .provideshtml ul,
    .additionalinfo .languages_spokenhtml ul,
    .additionalinfo .clinic_serviceshtml ul,
    .additionalinfo .travel_serviceshtml ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media (max-width: 480px) {
    .additionalinfo .premiseshtml ul,
    .additionalinfo .provideshtml ul,
    .additionalinfo .languages_spokenhtml ul,
    .additionalinfo .clinic_serviceshtml ul,
    .additionalinfo .travel_serviceshtml ul {
        grid-template-columns: 1fr;
    }
}
.additionalinfo .premiseshtml ul li,
.additionalinfo .provideshtml ul li,
.additionalinfo .languages_spokenhtml ul li,
.additionalinfo .clinic_serviceshtml ul li,
.additionalinfo .travel_serviceshtml ul li {
    list-style: none;
    padding: 10px 12px 10px 38px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #16a34a;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}
.additionalinfo .premiseshtml ul li:before,
.additionalinfo .provideshtml ul li:before,
.additionalinfo .languages_spokenhtml ul li:before,
.additionalinfo .clinic_serviceshtml ul li:before,
.additionalinfo .travel_serviceshtml ul li:before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #16a34a;
    font-size: 18px;
    font-weight: bold;
}
.additionalinfo .clinic_serviceshtml ul li .icon,
.additionalinfo .travel_serviceshtml ul li .icon {
    display: none;
}
.address-phone > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.dentists-contents .dentists-img-hours {
    margin-top: 20px;
    clear: both;
}
.dentists-contents .entry-content {
    margin-top: 20px;
    clear: both;
}
.dentists-contents .telephone a.phonelinks {
    display: table;
    font-weight: bold;
    margin: 0 0 5px;
}
body.search .archive-description h1.archive-title {
    line-height: 70px;
    margin-bottom: 0;
    padding: 0 4.4%;
}
body.search .archive-description {
    border-bottom: 5px solid #ddecf2;
    margin-bottom: 0px;
    padding-bottom: 0;
    background: #fff;
}
@media only screen and (max-width: 640px) {
    .address-phone > div{font-size: 14px;}
}
@media only screen and (max-width: 580px) {
    .dentists-contents .staffmemebers ul li .staffmember-col1, .dentists-contents .staffmemebers ul li .staffmember-col2 {
        width: 100%;
    }
    .dentists-contents .telephone a.phonelinks {
        /* Extend global button styles for mobile phone links */
        display: inline-block;
        width: 100%;
        background: #4A9ABF;
        color: white;
        padding: 14px 20px;
        text-align: center;
        text-decoration: none;
        border: none;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(74, 154, 191, 0.3);
    }
    .dentists-contents .telephone a.phonelinks:hover {
        background: #3A8AA8;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(74, 154, 191, 0.4);
    }
    .dentists-contents .telephone a.phonelinks:before {
        content: "\260E";
        margin-right: 8px;
        font-style: normal;
    }
}
@media only screen and (max-width: 580px) {
    .dentists-contents .address-phone > div{width: 100%; margin-bottom: 10px;}
    .dentists-contents .address-phone > div p{margin-bottom: 0}
    .dentists-contents .address-phone > div h3.dentists-sub-header{margin-top: 0; margin-bottom: 10px;}
    .additionalinfo {
        margin-bottom: 15px;
    }
    .dentists-sub-header {
        margin-top: 15px;
        margin-bottom: 8px;
        padding-bottom: 3px;
    }
    .telephone, .email, .website {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .dentists-contents .dentists-img-hours .mainimage {
        width: 100%;
        text-align: center;
    }
    .dentists-contents .dentists-img-hours .openinghours {
        width: 100%;
    }
}
/************************DENTISTS***************************/
/* ============================================
   HOMEPAGE ENHANCEMENTS
   ============================================ */

/* Ensure full width on homepage */
body.home .site-inner {
    max-width: 100%;
    padding: 0;
}

body.home .content-sidebar-wrap {
    max-width: 100%;
}

body.home .site-inner .wrap,
body.home .hero-section .wrap,
body.home .footer-widgets-wrap .wrap,
body.home .site-footer-bar .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Remove default Genesis spacing on homepage */
body.home .site-inner {
    padding-top: 0;
}

/* Smooth scrolling for better UX */
html {
    scroll-behavior: smooth;
}

/* Ensure hero image loads nicely */
.hero-section {
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
    }
}

/* Better button focus states for accessibility */
.search-button:focus,
.cta-button:focus {
    outline: 3px solid rgba(255, 140, 66, 0.5);
    outline-offset: 4px;
}

/* Loading state for hero image */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #5FB3D9 0%, #4A9ABF 100%);
    z-index: -1;
}
