AlkantarClanX12
Your IP : 216.73.217.24
/**
* Typography
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Typography
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Radius scale.
*/
/**
* Elevation scale.
*/
/**
* Dimensions.
*/
/**
* Mobile specific styles
*/
/**
* Editor styles.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Breakpoints & Media Queries
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Breakpoint mixins
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
/**
* Creates a checkerboard pattern background to indicate transparency.
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
*/
:root {
--wp-block-synced-color: #7a00df;
--wp-block-synced-color--rgb: 122, 0, 223;
--wp-bound-block-color: var(--wp-block-synced-color);
--wp-editor-canvas-background: #ddd;
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color--rgb: 0, 124, 186;
--wp-admin-theme-color-darker-10: rgb(0, 107, 160.5);
--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
--wp-admin-border-width-focus: 2px;
}
@media (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
.admin-ui-page {
display: flex;
height: 100%;
background-color: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
position: relative;
z-index: 1;
flex-flow: column;
text-wrap: pretty;
}
.admin-ui-page__header {
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
position: sticky;
top: 0;
z-index: 1;
}
.admin-ui-page__header-title {
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
font-size: var(--wpds-font-size-xl, 20px);
font-weight: var(--wpds-font-weight-medium, 499);
line-height: var(--wpds-font-line-height-xl, 32px);
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.admin-ui-page__sidebar-toggle-slot:empty {
display: none;
}
.admin-ui-page__header-subtitle {
padding-block-end: var(--wpds-dimension-padding-xs, 4px);
color: var(--wpds-color-fg-content-neutral-weak, #6d6d6d);
font-size: var(--wpds-font-size-md, 13px);
line-height: var(--wpds-font-line-height-md, 24px);
margin: 0;
}
.admin-ui-page__content {
flex-grow: 1;
overflow: auto;
display: flex;
flex-direction: column;
}
.admin-ui-page__content.has-padding {
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
}
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
width: auto;
padding: 0 var(--wpds-dimension-padding-xs, 4px);
}
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
display: none;
}
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
content: attr(aria-label);
font-size: var(--wpds-font-size-sm, 12px);
}
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Typography
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Radius scale.
*/
/**
* Elevation scale.
*/
/**
* Dimensions.
*/
/**
* Mobile specific styles
*/
/**
* Editor styles.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
.admin-ui-breadcrumbs__list {
list-style: none;
padding: 0;
margin: 0;
gap: 0;
font-size: 15px;
min-height: 32px;
font-weight: 500;
}
.admin-ui-breadcrumbs__list li:not(:last-child)::after {
content: "/";
margin: 0 8px;
}
.admin-ui-breadcrumbs__list h1 {
font-size: inherit;
line-height: inherit;
}
.edit-post-fullscreen-mode-close__view-mode-toggle {
top: 0;
right: 0;
height: 64px;
width: 64px;
z-index: 100;
}
.edit-post-fullscreen-mode-close__view-mode-toggle .components-button {
color: #fff;
height: 100%;
width: 100%;
border-radius: 0;
overflow: hidden;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:hover, .edit-post-fullscreen-mode-close__view-mode-toggle .components-button:active {
color: #fff;
}
.edit-post-fullscreen-mode-close__view-mode-toggle .components-button:focus {
box-shadow: none;
}
.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon svg,
.edit-post-fullscreen-mode-close__view-mode-toggle .edit-post-fullscreen-mode-close__view-mode-toggle-icon img {
background: #1e1e1e;
display: block;
}
.edit-post-fullscreen-mode-close-site-icon__icon {
fill: currentColor;
width: 100%;
height: 100%;
padding: 12px;
}
.edit-post-fullscreen-mode-close-site-icon__image {
width: 100%;
height: 100%;
object-fit: cover;
background: #333;
aspect-ratio: 1/1;
}
.edit-post-fullscreen-mode-close.components-button:focus {
position: relative;
}
.edit-post-fullscreen-mode-close.components-button:focus::before {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
right: 0;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 calc(1px + var(--wp-admin-border-width-focus)) #fff;
}
.edit-post-fullscreen-mode-close__back-icon {
position: absolute;
top: 0;
right: 0;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background-color: hsl(0, 0%, 80%);
pointer-events: none;
}
.edit-post-fullscreen-mode-close__back-icon svg {
fill: currentColor;
}
.edit-post-fullscreen-mode-close__back-icon.has-site-icon {
background-color: hsla(0, 0%, 100%, 0.6);
backdrop-filter: saturate(180%) blur(15px);
}
/**
* Show icon label overrides.
*/
.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon {
width: 64px;
}
.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon svg {
display: block;
}
.show-icon-labels .editor-header .edit-post-fullscreen-mode-close.has-icon::after {
content: none;
}
.edit-post-meta-boxes-main {
filter: drop-shadow(0 -1px rgba(0, 0, 0, 0.133));
outline: 1px solid transparent;
background-color: #fff;
display: flex;
flex-direction: column;
overflow: hidden;
}
.edit-post-meta-boxes-main__presenter {
flex-shrink: 0;
display: flex;
justify-content: center;
box-shadow: 0 1px #ddd;
outline: 1px solid transparent;
position: relative;
z-index: 1;
height: 32px;
}
@media (pointer: coarse) {
.edit-post-meta-boxes-main__presenter {
height: 36px;
}
}
.edit-post-meta-boxes-main__presenter > button {
appearance: none;
padding: 0;
border: none;
outline: none;
background-color: transparent;
touch-action: none;
}
.edit-post-meta-boxes-main__presenter > button[aria-expanded] {
cursor: pointer;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding-inline: 24px 12px;
}
.edit-post-meta-boxes-main__presenter > button[aria-expanded]:is(:hover, :focus-visible) {
color: var(--wp-admin-theme-color);
}
.edit-post-meta-boxes-main__presenter > button[aria-expanded]:focus-visible::after {
content: "";
position: absolute;
inset: var(--wp-admin-border-width-focus);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.edit-post-meta-boxes-main__presenter > button[aria-expanded] > svg {
fill: currentColor;
}
.edit-post-meta-boxes-main__presenter > button[role=separator] {
cursor: row-resize;
position: absolute;
width: 64px;
height: inherit;
}
.edit-post-meta-boxes-main__presenter > button[role=separator]::before {
content: "";
background-color: #ddd;
outline: 2px solid transparent;
outline-offset: -2px;
position: absolute;
inset-block: calc(50% - 4px / 2) auto;
transform: translateX(50%);
width: inherit;
height: 4px;
border-radius: 2px;
}
@media not (prefers-reduced-motion) {
.edit-post-meta-boxes-main__presenter > button[role=separator]::before {
transition: width 0.3s ease-out;
}
}
.edit-post-meta-boxes-main__presenter > button[role=separator]:is(:hover, :focus)::before {
background-color: var(--wp-admin-theme-color);
width: 80px;
}
.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner {
overflow: auto;
}
.edit-post-meta-boxes-main__liner {
isolation: isolate;
}
.is-resizing.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner {
display: unset;
}
.edit-post-layout__metaboxes {
clear: both;
}
.has-metaboxes .interface-interface-skeleton__content:has(.edit-post-meta-boxes-main) .editor-visual-editor {
flex-shrink: 1;
flex-basis: 0%;
overflow: hidden;
isolation: isolate;
}
.edit-post-layout__snackbar {
position: fixed;
bottom: 24px;
right: 0;
left: 0;
padding-inline: 16px;
box-sizing: border-box;
display: flex;
flex-direction: column;
pointer-events: none;
}
.edit-post-layout__snackbar .components-snackbar {
margin-inline: auto;
}
.edit-post-meta-boxes-area {
position: relative;
/**
* The wordpress default for most meta-box elements is content-box. Some
* elements such as textarea and input are set to border-box in forms.css.
* These elements therefore specifically set back to border-box here, while
* other elements (such as .button) are unaffected by Gutenberg's style
* because of their higher specificity.
*/
}
.edit-post-meta-boxes-area__container,
.edit-post-meta-boxes-area .inside {
box-sizing: content-box;
}
.edit-post-meta-boxes-area textarea,
.edit-post-meta-boxes-area input {
box-sizing: border-box;
}
.edit-post-meta-boxes-area .postbox-header {
border-top: 1px solid #ddd;
border-bottom: 0;
}
.edit-post-meta-boxes-area {
/* Match width and positioning of the meta boxes. Override default styles. */
}
.edit-post-meta-boxes-area #poststuff {
margin: 0 auto;
padding-top: 0;
min-width: auto;
}
.edit-post-meta-boxes-area {
/* Override Default meta box stylings */
}
.edit-post-meta-boxes-area #poststuff h3.hndle,
.edit-post-meta-boxes-area #poststuff .stuffbox > h3,
.edit-post-meta-boxes-area #poststuff h2.hndle { /* WordPress selectors yolo */
box-sizing: border-box;
color: inherit;
font-weight: 600;
outline: none;
padding: 0 24px;
position: relative;
width: 100%;
}
.edit-post-meta-boxes-area .postbox {
border: 0;
color: inherit;
margin-bottom: 0;
}
.edit-post-meta-boxes-area .postbox > .inside {
color: inherit;
padding: 0 24px 24px;
margin: 0;
}
.edit-post-meta-boxes-area .postbox .handlediv {
height: 44px;
width: 44px;
}
.edit-post-meta-boxes-area.is-loading::before {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
content: "";
background: transparent;
z-index: 1;
}
.edit-post-meta-boxes-area .components-spinner {
position: absolute;
top: 10px;
left: 20px;
z-index: 5;
}
.edit-post-meta-boxes-area .is-hidden {
display: none;
}
.edit-post-meta-boxes-area__clear {
clear: both;
}
.edit-post-welcome-guide,
.edit-template-welcome-guide {
width: 312px;
}
.edit-post-welcome-guide__image,
.edit-template-welcome-guide__image {
background: #00a0d2;
margin: 0 0 16px;
}
.edit-post-welcome-guide__image > img,
.edit-template-welcome-guide__image > img {
display: block;
max-width: 100%;
object-fit: cover;
}
.edit-post-welcome-guide__heading,
.edit-template-welcome-guide__heading {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 24px;
line-height: 1.4;
margin: 16px 0 16px 0;
padding: 0 24px;
}
.edit-post-welcome-guide__text,
.edit-template-welcome-guide__text {
font-size: 13px;
line-height: 1.4;
margin: 0 0 24px 0;
padding: 0 24px;
}
.edit-post-welcome-guide__inserter-icon,
.edit-template-welcome-guide__inserter-icon {
margin: 0 4px;
vertical-align: text-top;
}
.edit-post-welcome-guide .components-button:hover svg,
.edit-template-welcome-guide .components-button:hover svg {
fill: #fff;
}
.edit-template-welcome-guide .components-button svg {
fill: #fff;
}
body.js.block-editor-page {
background: #fff;
}
body.js.block-editor-page #wpcontent {
padding-right: 0;
}
body.js.block-editor-page #wpbody-content {
padding-bottom: 0;
}
body.js.block-editor-page {
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
}
body.js.block-editor-page #wpbody-content > div:not(.block-editor):not(#screen-meta) {
display: none;
}
body.js.block-editor-page #wpfooter {
display: none;
}
body.js.block-editor-page .a11y-speak-region {
right: -1px;
top: -1px;
}
body.js.block-editor-page ul#adminmenu a.wp-has-current-submenu::after,
body.js.block-editor-page ul#adminmenu > li.current > a.current::after {
border-left-color: #fff;
}
body.js.block-editor-page .media-frame select.attachment-filters:last-of-type {
width: auto;
max-width: 100%;
}
.block-editor-page #wpwrap {
overflow-y: auto;
}
@media (min-width: 782px) {
.block-editor-page #wpwrap {
overflow-y: initial;
}
}
.edit-post-visual-editor.is-iframed {
box-sizing: border-box;
}
.edit-post-visual-editor.is-iframed *,
.edit-post-visual-editor.is-iframed *::before,
.edit-post-visual-editor.is-iframed *::after {
box-sizing: inherit;
}
@media (min-width: 600px) {
.block-editor__container {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
min-height: calc(100vh - 46px);
}
}
@media (min-width: 782px) {
.block-editor__container {
min-height: calc(100vh - 32px);
}
body.is-fullscreen-mode .block-editor__container {
min-height: 100vh;
}
}
.block-editor__container img {
max-width: 100%;
height: auto;
}
Home - Capital GMC Buick Regina
Skip to content
{{ $t(category) }}
Error
{{vehicle.modelData.year}} {{vehicle.modelData.make}} {{vehicle.modelData.model}}
Starting from {{vehicle.modelData.startingPrice | moneyFormat(lang)}}
Welcome to Capital GMC BUICK – REGINA
Thank you for choosing Capital GMC Buick | Regina, your premier certified Buick and GMC dealership proudly serving drivers in Regina and the surrounding communities. Whether you’re searching for a brand-new Buick or GMC vehicle or a meticulously inspected pre-owned model, we have a diverse selection to match your needs and lifestyle.
Beyond our impressive inventory, we offer a seamless and stress-free financing experience through our well-connected finance centre, where our team of experts is dedicated to securing the best loan or lease options for you, quickly, transparently, and hassle-free.
But our commitment to you doesn’t stop at the sale. Our state-of-the-art service centre is staffed with skilled Buick and GMC technicians who use the latest equipment and genuine OEM parts to keep your vehicle running at its best. From routine maintenance to complex repairs, we’ve got you covered.
Experience top-tier customer service, quality vehicles, and expert care, all in one place. Visit Capital GMC Buick | Regina today or call us at 306-205-8072 with any questions. We’re here to help!
Ask a Question
Capital GMC Buick – Regina
Contact Us
Have a question or need assistance? Fill out the form and we will reach out to you as soon as possible.
Notice: JavaScript is required for this content.
CLOSE
Schedule a Visit
Let us know when you are coming and how we can assist you. We can ensure someone will be on hand to help you out at the desired date and time.
Notice: JavaScript is required for this content.
CLOSE
Find a Career
Have a look at our list of available positions and apply online today to join our team!
×
Opportunities to Grow
The auto industry is constantly changing and we want to continue to grow. We offer growth, leadership & mentorship programs to allow our staff to grow with us.
×
Competitive Salary
We have a significant earning potential with incentive-based pay in most roles. We also offer an employee referral bonus with paid bonuses.
×
Health & Dental
We offer a comprehensive benefits package including extended health, dental, and vision care. We also include paramedical, life insurance, paid sick leave, short & long-term disability coverages.
×
Vacation
We value our employees and want everyone to take their vacation time. We offer a minimum of 2 weeks vacation each year.
×
Training & Development
We have many opportunities for paid education and training in-house as well as training from the Manufacturer.
×
$10,000 Cash Giveaway – Terms & Conditions
All October long, stop by Capital GMC Buick Cadillac, to enter for your chance to win $10,000 cash. No purchase is required, but entries must be made in-store.
The contest is open to residents of Saskatchewan who are 18+. Dealership employees and their households are not eligible. Entries will be accepted from October 1 to October 31, 2025. A random draw will take place on November 1, 2025.
The prize is one $10,000 award, paid by cheque, and must be accepted as awarded. Winner will be contacted by phone or email and must respond within 7 days or another entry may be drawn. Odds of winning depend on the number of entries received.By entering, you agree that Capital Automotive Group may use your name and photo for winner announcements. The contest is governed by the laws of Saskatchewan.
Notice: JavaScript is required for this content.
CLOSE