/*
CTC Separate Stylesheet
Updated: 2026-04-27 04:15:56
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1777263356
*/


/*---------------------------------*/
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
    background-color: transparent;
}
/* =========================================================
   Lowry Dental â€” Global Styles
   ========================================================= */

:root {
    --blue: #1a56a0;
    --blue-dark: #134080;
    --blue-soft: #e8f0fb;
    --blue-band: #d9e7f9;
    --text: #1a1a1a;
    --text-soft: #4a4a4a;
    --muted: #6b7280;
    --line: #e5e7eb;
    --bg: #ffffff;
    --bg-soft: #f6faff;
    --red: #d94848;
    --green: #22c55e;
    --radius: 10px;
    --radius-lg: 16px;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, .07);
    --shadow-md: 0 8px 28px rgba(23, 75, 144, .09);
    --container: 1720px;
    --ff-sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    --ff-serif: 'Playfair Display', Georgia, serif;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--ff-sans);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* â”€â”€ Typography â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.h1 {
    font-family: var(--ff-serif);
    font-size: 60px;
    line-height: 1.15;
    font-weight: 600;
    margin: 0 0 32px;
    color: #fff;
}

.h2 {
    font-family: var(--ff-serif);
    font-size: 42px;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 32px;
    color: var(--text);
}

.h3 {
    font-family: var(--ff-serif);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--text);
}

.h4 {
    font-family: var(--ff-serif);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
}

.p {
    font-size: 16px;
    color: var(--text-soft);
    margin: 0 0 14px;
    line-height: 1.65;
}

.p-lead {
    font-size: 16px;
    color: #dce8f8;
    margin: 0 0 24px;
}

.text-center {
    text-align: center;
}

.subtle {
    color: var(--muted);
    margin-bottom: 48px;
}


@media only screen and (max-width: 575px) {
    .h1 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h1 {
        font-size: 36px;
    }
}


@media only screen and (max-width: 991px) {
    .h2 {
        font-size: 24px;
    }
}
  
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .h1 {
        font-size: 42px;
    }
    .h2 {
        font-size: 36px;
    }
   
}


/* â”€â”€ Buttons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .2s var(--ease-out), color .2s, transform .15s var(--ease-out), box-shadow .2s;
    text-decoration: none;
    white-space: nowrap;
}

.btn:hover {
    /* transform: translateY(-1px); */
    text-decoration: none;
}

.btn:active {
    /* transform: translateY(0); */
}

.btn-primary {
    background: var(--blue);
    color: #fff;
}

.btn-primary:hover {
    background: var(--blue-dark);
    color: #fff;
    /* box-shadow: 0 4px 14px rgba(26, 86, 160, .35); */
}

.btn-ghost {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(4px);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, .22);
    color: #fff;
}

.btn-light {
    background: #fff;
    color: var(--blue);
}

.btn-light:hover {
    background: #eef3fb;
}

@media only screen and (max-width: 575px) {
    a.btn {
        width: 100%;
        justify-content: center;
    }
}



/*---------------------------------*/

a {
    text-decoration: none !important;
}

/*---------------------------------*/

@media only screen and (max-width: 1300px) {
	.topbar .topbar-inner .topbar-right a.btn.btn-primary.btn-schedule {
		display: none;
	}
}
/*---------------------------------*/
/*---------------------------------*/
.site-content .content-area {
    width: 100%;
}

div#right-sidebar {
    display: none;
}

h2.blog__post-title,
.blog__post-info {
    display: none;
}

/*------------------------*/

.single-post div#primary .site-main {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

/* Container */
.blog-section {
    padding: 80px 24px;
    background: #f9fafb;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Subtle hover animation */
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Image */
.blog-card__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Slight zoom on hover */
.blog-card:hover .blog-card__image img {
    transform: scale(1.05);
}

/* Body */
.blog-card__body {
    padding: 20px;
}

/* Date */
.blog-card__date {
    font-size: 13px;
    color: #888;
    display: block;
    margin-bottom: 8px;
}

/* Title */
.blog-card__title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #222;
    transition: color 0.3s ease;
}

/* Title hover color */
.blog-card:hover .blog-card__title {
    color: #0073e6;
}

/* Excerpt */
.blog-card__excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Link */
.blog-card__link {
    font-size: 14px;
    font-weight: 500;
    color: #0073e6;
    text-decoration: none;
    transition: letter-spacing 0.3s ease;
}

/* .blog-card__link:hover {
    letter-spacing: 0.5px;
} */

/* Pagination */
.blog-pagination {
    margin-top: 50px;
    text-align: center;
}

.blog-pagination a,
.blog-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    transition: all 0.25s ease;
}

.blog-pagination a:hover {
    background: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

.blog-pagination .current {
    background: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

/* Banner */
.page-banner {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0073e6, #005bb5);
    color: #fff;
    text-align: center;
}

.page-banner h1 {
    margin: 0;
    font-size: 36px;
}

/*-----------------------------*/
.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make body take full height */
.blog-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Push Read More to bottom */
.blog-card__link {
    margin-top: auto;
}

.blog-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* adjust lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*------------------------------*/

/* Responsive */
@media (max-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
	h1.entry-title {
    font-size: 35px;
}

    .page-banner h1 {
        font-size: 28px;
    }
}

.inside-article {
    display: flex;
    flex-direction: column;
}
.featured-image.page-header-image-single {
    order: 2;
}
.entry-content {
    order: 3;
}

header.entry-header {
    order: 1;
    margin-bottom: 40px;
}
.featured-image.page-header-image-single img {
    display: flex;
}

.blog__post-content ul {
    margin-left: 20px;
}


/*-----------------*/

ul#menu-main-header li button:hover, ul#menu-main-header li a:hover {
    color: var(--blue) !important;
}

.mmenu-header button#mmenuClose {
    color: var(--text) !important;
    padding: unset !important;
	font-weight: bold;
}