/*
Theme Name: Kirkland Dentistry Theme
Theme URI: https://www.titanwebagency.com/
Description: This is the Kirkland Dentistry Theme created for the Genesis Framework.
Author: Titan Web Agency
Author URI: https://www.titanwebagency.com/

Version: 3.4.15

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #4aaf68;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #64ce83;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #4aaf68;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Author Box
--------------------------------------------- */

.author-box {
	background-color: #f5f5f5;
	padding: 30px; margin-top: 30px;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title {
	font-size: 40px;
	font-weight: 400; text-transform: uppercase;
	margin-bottom: 10px;
}

.author-box-title {
	font-size: 28px;
	font-weight: 400; text-transform: uppercase;
	margin-bottom: 10px;}

.entry-title {
	font-size: 30px;
	margin-bottom: 40px;
    text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4696d5;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #1d3247;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

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,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #4696d5;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #4696d5;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #efefef;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 0;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #efefef;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px 30px 90px 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: none;
		/* padding-top: 15px; */
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}



	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.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;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 40px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3.1);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* =============== CUSTOM CSS =============== */

.ac {text-align: center}
.home .site-inner {padding: 0}
.site-inner {padding: 0 0 60px 0}
.page-template-default.full-width-content .site-inner, .page-template-default .site-inner, .page-template-sitemap_template.full-width-content .site-inner, .blog .site-inner, .archive .site-inner, .post-template-default .site-inner {padding: 30px 30px 0px 30px}
.dwwrap {padding: 0 30px}
.desktoponly {display: none}
.tabletshow, .tabletnotshow {display: none}
.headingbiru {color: #4696d5}
.homeheadingtwo {font-size: 28px}

.site-header { position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; }

.wp-custom-logo .site-container .title-area {max-width: 35% !important; margin-left: 32.5%}
.title-area {float: left}
.wp-custom-logo .title-area {margin-top: 9px; margin-bottom: 7px}

.header-widget-area {display: none}
.animatedfsmenu.navbar-expand-md {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/fs-bg-1a.jpg?bwp) left top no-repeat; background-size: cover}
.animatedfsmenu .animatedfs_menu_list .afsmenu li {text-align: center}
.slidebg {height: 250px; background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/kirkland-family-dentistry-doctors.jpg?bwp) center center no-repeat; background-size: cover;}
.sbgg {height: 198px; background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/Kirkland-Website-Banner-SEP-2024-Relayout-without-Lower-Part-Mobile-1.jpg?bwp) center center no-repeat; background-size: cover;}

.sliderwithaward {background: #1d3247; padding: 5px 0 0 0; margin: 0 0 20px 0;}
.sliderwithaward .aligncenter {margin-bottom: 0; margin-top: 7px;}
.slidebgdesktop {display: none;}
#fluentform_3 h2 {color: #fff; font-size: 18px; margin-bottom: 5px}
#fluentform_3 label {color: #fff}
.fluentform #fluentform_3 .ff-el-form-left .ff-el-input--label {padding-top: 0}
.fluentform #fluentform_3 .ff-el-group {margin-bottom: 10px}
.fluentform #fluentform_3 .ff_btn_style {padding: 6px 16px !important}
.pum-container #fluentform_3 h2, .pum-container #fluentform_3 label {color: #333}
.pum-content p, .pum-content .fluentform .ff-el-group {margin-bottom: 8px} /* form di popup */
.pum-content .fluentform_wrapper_1 {border: 0; padding: 0} /* form di popup */
.grecaptcha-badge {bottom: 120px !important; width: 70px !important; left: 4px !important;}
.grecaptcha-badge:hover {width: 256px !important;}
.fluentform_wrapper_1 {border: 1px solid #bbb; padding: 30px}
.fluentform .ff-btn-lg, .fluentform .ff_btn_style {border-radius: 0 !important; font-weight: 600 !important}
.ff-message-success {background: #fff; color: #555}

.sliderbookcontainer {position: relative}
.sliderbookbtn {position: absolute; top: -60px; left: 0; width: 100%}
.sliderbookbtn .button {background: #64ce83; color: #fff; padding: 6px 25px;}

.hfinancial {padding: 40px 0 30px 0; background: #fff}
.hfinancial .fa-solid {color: #999}
.hfinancial h2 {margin-bottom: 30px}
.hfinancial p {margin-top: 15px; margin-bottom: 30px}

.patientspecial {background: #666; padding: 20px 0 0 0}
.patientspecial h1 {color: #fff; margin: 0 0 30px 0;}
.patientspecial p.ijo {color: #fff; text-transform: uppercase; font-size: 15px; margin-bottom: 20px}
.patientspecial h2, .patientspecial h3, .hspecialprice {color: #fff}
.hspecialprice {width: 40%; font-size: 80px; line-height: 40px; font-weight: 200; float: left; letter-spacing: -6px}
.limo .hspecialprice, .enem .hspecialprice {font-size: 50px; line-height: 40px; letter-spacing: -1px}
.patientspecial h3 {margin: 0; padding-top: 10px; font-size: 15px; float: left; width: 55%}
.hspecialtop .fa-solid {float: left; width: 5%; color: #fff}
.hspecialtop .fa-solid a {color: #fff}
.hspecialtop {padding: 40px 20px 40px 30px}
.hspecialtop.siji {background: #77abd4}
.hspecialtop.loro {background: #4594d3}
.hspecialtop.telu {background: #90ae3e}
.hspecialtop.papat {background: #2cc381}
.tambahkupon {display: none}

.hsmile {padding: 40px 0 25px 0}
.hsmile img {margin-bottom: 15px}

.emergencybanner {background: #666; padding: 20px 0; color: #fff; font-size: 30px}
.emergencyleft, .emergencyright {display: block}
.emergencybanner .button {font-size: 18px; margin: 20px 0 10px 0}

.howcan {background: #4696d5; padding: 40px 0 25px 0}
.howcan h2 {color: #fff}
.howcan-box h2 {color: #4696d5; font-size: 24px}
.howcan-box {background: #fff; padding: 30px; margin-bottom: 15px; text-align: center}
.howcan-box h3 {font-size: 20px; margin: 30px 0 15px 0}
.howcan-box h3 a {background: #64ce83; padding: 10px 15px; border-radius: 4px; color: #fff; text-decoration: none}
.howcan-text {font-size: 14px}
.howcan-text a {}

.hcallortext {background: #666; padding: 20px 0; color: #fff; font-size: 28px}
.hcallortext .fa-solid {font-size: 30px; color: #fff}
.hcallortext .button {font-size: 16px; margin-left: 10px}
.hcallortext.bannerbawah {background: #4696d5}
.hcallortext.bannerbawah .button {background: #64ce83; color: #fff}
.hcallortext.bannerbawah .button:hover {background: #4aaf68; color: #fff}
.hcallortext-left, .hcallortext-right {display: block}
.hcallortext-right {margin: 20px 0 10px 0}
.hcallortext-left a {color: #64ce83; text-decoration: none}
.hcallortext-left a:hover {color: #4aaf68}

.virtual-tour,
.hdoctors {background: #f0f0f0; padding: 40px 0}
.virtual-tour h2,
.hdoctors h2 {margin-bottom: 20px}
.hdoctorpicture {border-radius: 10px}
#slider_25 h3 {color: #4696d5}
#slider_25 h3, #slider_25 p {text-align: center}

.hproudly {background: #fff; padding: 40px 0}
h2.hproudlytop {color: #4696d5; font-size: 15px; text-transform: uppercase;}
h2.hproudlyvoted {font-size: 24px}

.hfreeinoffice {margin-top: 20px}
.mobilemudun {margin-top: 30px}

.htestitop {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/2022/10/htesti-bg.jpg?bwp) center center no-repeat; background-size: cover; padding: 60px 20px; color: #fff}

.htestibottom {background: #1d3247; padding: 40px 0}
.htestibottom h2 {color: #fff}
.htestibottom .checkouttesti {margin-bottom: 30px; font-weight: 400}
.htestibottom .checkouttesti, .htestibottom p {color: #fff}
.htestibottom-inside .fa-solid {color: #f6e476}
.hquote::before {font-family: "FontAwesome"; content: "\f10d"; font-size: 50px; position: absolute; left: -10px; top: -20px}
.htestibottom-inside {margin-bottom: 15px}
.htestibottom-inside p {padding: 0 0 0 60px; position: relative; margin: 0 0 15px 0}
.htestibottom a {color: #ddd}
.htestibottom a:hover {color: #fff}
.h-morereview a .fa-solid {color: #64ce83}
.h-morereview a:hover .fa-solid {color: #4aaf68}

.hmemberof {padding: 20px 0}

.wp-block-image {margin: 0 !important}

.hmap {line-height: 0}

h2.entry-title {margin-bottom: 15px}
.entry-categories, .entry-tags {display: inline-block}
.blog .entry, .archive .entry {padding-bottom: 30px; border-bottom: 1px solid #eee; margin-bottom: 40px}
.blog .entry-image, .archive .entry-image {border-radius: 10px}
.blog .entry-content p {margin-bottom: 5px}

.columbggrey {background: #efefef; padding: 30px}
.columbgblue {background: #759ab7; padding: 30px; color: #fff}
.columbgblue h2, .columbgblue h3, .columbgblue p {color: #fff}
.columbgborder {box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 30px}

.parallaxoverlay {background: rgba(255,255,255,0.52); padding: 30px; margin: 30px 0;}
.parallaxoverlay p {color: #000; text-shadow: 0 0 #fff; margin: 0; font-style: italic; font-size: 16px}

.singlebanner {background: #1d3247; padding: 30px 0; margin: 0px 0 0 0}
.singlebanner, .singlebanner h3, .singlebanner p, .singlebannericons a:hover {color: #fff}
.singlebannericons {text-transform: uppercase; margin: 0 0 15px 0}
.singlebannericons a {color: #4696d5; text-decoration: none}
p.singlebannerjudul {font-size: 24px; font-weight: 700; margin-bottom: 20px}

.single-post .comment-respond {margin-top: 40px}

.post-623 .wp-block-gallery.has-nested-images figure.wp-block-image img {max-width: 80% !important}

.footer-widgets {padding: 60px 30px 30px 30px}
.footer-widget-area h3, .footer-widgets .widget p.widgetheading {color: #555; font-size: 26px; font-weight: 700; margin-bottom: 20px}
.footer-widgets .widget p {font-size: 15px}
.fa-solid.widgetheading {color: #4696d5}
p.widgetalamat {padding-left: 35px; position: relative}
p.widgetalamat:before {font-family: "FontAwesome"; content: "\f3c5"; font-size: 30px; position: absolute; left: 0; top: -5px}
.footerhour span {display: inline-block; width: 92px!important;}
.footersos a {color: #64ce83; margin: 0 15px 15px 0}
.footersos a:hover {color: #4aaf68}

.site-footer {padding: 30px 30px 180px 30px}
.footerribbon {display: none}
.footericons {position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; background: #ff6600; padding: 10px 0}
.footericons p {color: #fff; margin: 0 0 15px 0}
.footericons .fa-solid {font-size: 24px}
.footericons a {color: #fff}
.footericons-block {width: 33.33%; float: left}

#backarrow {position: fixed; bottom: 100px; right: 20px; z-index: 99; cursor: pointer; width: 60px; height: 60px; font-size: 30px; display: none}
#backarrow .fa-solid {color: #aaa}
#backarrow .fa-solid:hover {color: #666}
#backarrow.showblock {display: block !important}

#tr-chat-mobile {bottom: 120px !important}

@media only screen and (min-width: 810px) {
	.footer-widget-area.footer-widgets-1, .footer-widget-area.footer-widgets-2, .footer-widget-area.footer-widgets-3, .footer-widget-area.footer-widgets-4 {padding-right: 15px; width: 50%; padding-bottom: 30px; float: left }
	.slidebg {height: 500px; background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/kirkland-family-dentistry-doctors.jpg?bwp) center center no-repeat; background-size: cover}
}

@media only screen and (min-width: 960px) {
	.page-template-home_landing .site-inner, .page-template-home_landing .content, .page-template-home_landing .content-sidebar-wrap {max-width: 100%; width: 100%}
	.page-template-test-home .site-inner, .page-template-test-home .content, .page-template-test-home .content-sidebar-wrap {max-width: 100%; width: 100%}
	.page-template-default.full-width-content .content, .blog .content, .archive .content, .post-template-default .content, .page-template-sitemap_template.full-width-content .content {width: 100%; max-width: 960px; margin: 0 auto; padding: 0}
	.dwwrap {max-width: 960px; margin: 0 auto; padding: 0}
	.site-inner {padding: 0 0 40px 0; margin-top: 20px}
	.page-template-default.full-width-content .site-inner, .page-template-default .site-inner, .page-template-sitemap_template.full-width-content .site-inner, .blog .site-inner, .archive .site-inner, .post-template-default .site-inner {padding: 0}
	.site-header .wrap {width: 960px; margin-left: auto; margin-right: auto}
	.nav-primary .wrap {width: 960px; margin-left: auto; margin-right: auto}
	.home .site-inner {margin-top: 0 !important}
	.entry {margin-bottom: 0}
	
	.wp-custom-logo .site-container .title-area {max-width: 300px !important; margin-left: 0}
	.title-area {float: left; text-align: left}
	.wp-custom-logo .title-area {margin-top: 0}
	.wp-custom-logo .title-area img {width: auto; margin: 0}
	.title-area img.custom-logo {width: 300px; margin: 15px 0 0 0}
	
	.nav-primary {text-align: center}
	.nav-primary .genesis-nav-menu a {padding-left: 15px; padding-right: 15px}
	.genesis-nav-menu > .afs-menu-item-has-children > a::after {
		content: "\f140";
		display: inline-block !important;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		padding-left: 3px;
		vertical-align: top;
	}
	.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {width: 200px}
	.genesis-nav-menu .sub-menu .sub-menu {margin: -46px 0 0 200px;}
	.genesis-nav-menu .sub-menu a {text-align: left}
	.nav-primary .genesis-nav-menu .menu-item-927 a {padding-right: 0}

	
	.footer-widget-area.footer-widgets-1, .footer-widget-area.footer-widgets-2, .footer-widget-area.footer-widgets-3, .footer-widget-area.footer-widgets-4 {padding-right: 15px; width: 50%; padding-bottom: 30px}

}

@media only screen and (min-width: 1024px) {
	.site-inner {max-width: 1024px}
	.page-template-default.full-width-content .site-inner {width: 100%; max-width: 100%}
	.page-template-default.full-width-content .content, .blog .content, .archive .content, .post-template-default .content {width: 100%; max-width: 960px;}
	.site-header .wrap {width: auto}
	.nav-primary .wrap {width: 650px}
	.js .nav-primary {display: none}
	.dwwrap {max-width: 960px}
	.site-footer .wrap, .footer-widgets .wrap {max-width: 1024px}
	.nav-primary {text-align: right}
	.tabletshow {display: block}
	.tabletnotshow {display: none}
	.slidebg {height: 600px;}
	.howcan-box h3 {font-size: 16px}
	.hdoctors p.desktoponly {display: block}
	.hspecialprice {width: 30%; font-size: 30px; line-height: 30px; font-weight: 200; letter-spacing: 0; float: left}
	.patientspecial h3 {font-size: 12px; padding-top: 0; padding-left: 5px; font-weight: 600}
	.hfreeinoffice .one-half {width: 100%}
	.htestibottom-inside .desktoponly {display: block}
	.htestibottom-inside .mobileonly {display: none}
	.footer-widgets .widget {padding-right: 10px}
}

@media only screen and (min-width: 1080px) {
    .slidebg {height: 700px}
}

@media only screen and (min-width: 1280px) {
	.site-header .wrap {width: 1200px}
	.js .nav-primary {display: block}
	.nav-primary .wrap {width: auto; margin-right: 40px}
	.site-inner {max-width: 1200px; margin-top: 60px}
	.page-template-default.full-width-content .content, .blog .content, .archive .content, .post-template-default .content, .page-template-sitemap_template.full-width-content .content {max-width: 1200px}
	.home .site-inner {margin-top: 0 !important}
	.dwwrap {max-width: 1200px}
	.site-footer .wrap, .footer-widgets .wrap {max-width: 1200px; margin: 0 auto}
	.desktoponly {display: block}
	.mobileonly {display: none}
	.tabletshow, .tabletnotshow {display: none}
	.homeheadingtwo {font-size: 35px}
	
	/* service pages fullwidth */
	.postwrap {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-164.page-template-default.full-width-content .content {max-width: 100%} /* children */
	.page-id-164 .breadcrumb, .page-id-164 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-169.page-template-default.full-width-content .content {max-width: 100%} /* cosmetic */
	.page-id-169 .breadcrumb, .page-id-169 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-258.page-template-default.full-width-content .content {max-width: 100%} /* veneer */
	.page-id-258 .breadcrumb, .page-id-258 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-173.page-template-default.full-width-content .content {max-width: 100%} /* whitening */
	.page-id-173 .breadcrumb, .page-id-173 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-101.page-template-default.full-width-content .content {max-width: 100%} /* general */
	.page-id-101 .breadcrumb, .page-id-101 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-154.page-template-default.full-width-content .content {max-width: 100%} /* apnea] */
	.page-id-154 .breadcrumb, .page-id-154 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-301.page-template-default.full-width-content .content {max-width: 100%} /* invisalign] */
	.page-id-301 .breadcrumb, .page-id-301 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-260.page-template-default.full-width-content .content {max-width: 100%} /* restorative */
	.page-id-260 .breadcrumb, .page-id-260 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-297.page-template-default.full-width-content .content {max-width: 100%} /* fillings */
	.page-id-297 .breadcrumb, .page-id-297 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-276.page-template-default.full-width-content .content {max-width: 100%} /* crowns */
	.page-id-276 .breadcrumb, .page-id-276 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	.page-id-314.page-template-default.full-width-content .content {max-width: 100%} /* urgent */
	.page-id-314 .breadcrumb, .page-id-314 .entry-header {max-width: 1200px; margin-left: auto; margin-right: auto}
	
	.animatedfsmenu.navbar-expand-md {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/fs-bg-1.jpg?bwp) left top no-repeat; background-size: cover}
	.animatedfsmenu-navbar-toggler:not(.custom-burger) {height: 60px !important; margin-top: 20px}
	.tulisanmenu {position: absolute; top: 0; right: 0; background: #4aaf68; color: #fff; text-align: center; width: 70px; height: 20px}
	
	.wp-custom-logo .title-area {padding-top: 25px; padding-bottom: 25px}
	.header-widget-area {display: block; width: 100%; max-width: 750px; float: right; border-bottom: 1px solid #9db8cd; padding: 20px 0 20px 0; margin-right: 60px}
	.header-widget-area .widget {margin-bottom: 0; font-size: 12px; color: #fff;}
	.header-widget-area .button {padding: 10px 5px; font-size: 12px; width: 100%}
	.header-widget-area .siji a {color: #fff}
	.header-widget-area .siji a:hover {color: #000}
	.header-widget-area.one-fourth {margin-left: 2%}
	.header-widget-area.one-fourth.siji {margin-left: 0}
	.one-fourth.siji {width: 44%} /* address */
	.one-fourth.loro {width: 0; margin-left: 0} /* hour */
	.one-fourth.telu {width: 20%} /* phone */
	.one-fourth.papat {width: 30%; float: right} /* button */

	.tambahkupon {display: block}
	.isikuponbaru {display: none}
	.lihatkupon {display:block;}	
	.tomboltambahkupon {background: #64ce83; padding: 15px 30px; color: #fff; font-weight: bold; font-size: 16px; cursor: pointer; display: inline-block}
	.tomboltambahkupon:hover {background: #4aaf68;}
	.patientspecialseparator {height: 50px}
	
	.textanchor:before {content: ''; display: block; position: relative; width: 0; height: 8em; margin-top: -8em}
	
	.dropdown {position: relative;display: inline-block;}
	.dropdown-content {display: none; position: absolute; min-width: 150px; z-index: 1; padding-left: 45px}
	.dropdown-content a {color: #fff; background: #64ce83; padding: 5px 10px; display: inline-block; margin: 0 5px 0 0; text-decoration: none; font-size: 12px; text-align: right}
	.dropdown-content a:hover {background: #4aaf68}
	.dropdown:hover .dropdown-content { display: block;}

	.slidebg { display: none;
	    /* height: 700px; background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/Kirkland-Website-Banner-2022-Desktop-2.jpg?bwp) center center no-repeat; background-size: cover */
	    
	}
	.sbgg{display:none;}
	.slidebgdesktop {display: block!important;}
	
	.hfinancial {padding: 60px 0 40px 0}
	
	.patientspecial {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/2022/10/bg-sample-1a.jpg?bwp) center center no-repeat; background-size: cover; padding: 90px 30px}
	.specialnote {background: #fff; padding: 10px 30px}
	.specialnote p {font-size: 12px; margin: 0 0 10px 0}
	.specialnote a {color: #333}
	.hspecialprice {width: 30%; font-size: 40px; line-height: 40px; font-weight: 200; letter-spacing: -6px; float: left}
	.patientspecial h3, .hspecialprice {float: none; width: 100%}
	.patientspecial h3 {font-size: 20px; padding: 0; margin-top: 10px; height: 100px; font-weight: 700}
	.hspecialtop .fa-solid {display: none}
	.hspecialprice {width: 100%; font-size: 80px; line-height: 80px}
	.hspecialtop {padding: 35px 30px}
	.hspecialtop.siji {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/2022/10/h-patient-special-1.jpg?bwp) right top no-repeat; background-size: cover}
	.hspecialtop.loro {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/2022/10/h-patient-special-2.jpg?bwp) right top no-repeat; background-size: cover}
	.hspecialtop.telu {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/2022/10/h-patient-special-3.jpg?bwp) right top no-repeat; background-size: cover}
	.hspecialtop.papat {background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/2022/10/h-patient-special-4.jpg?bwp) right top no-repeat; background-size: cover}
	
	/*.hsmile {padding: 60px 0 105px 0}*/
	.hsmile {padding: 60px 0}
	
	.emergencyleft, .emergencyright {display: inline-block}
	.emergencybanner .button {margin: 0 0 0 30px}
	
	.howcan {background: #4696d5; padding: 60px 0 105px 0}
	.howcan h2 {margin-bottom: 40px}
	.howcan-box {padding: 40px; text-align: left}
	.howcan-box h3 {font-size: 20px}
	.howcan-box h3 a {background: none; padding: 0; border-radius: 0; color: #64ce83; margin: 0 0 30px 0}
	.howcan-box h3 a:hover {color: #4aaf68}
	
	.hcallortext {padding: 20px; line-height: 30px; vertical-align: middle}
	.hcallortext-left, .hcallortext-right {display: inline-block}
	.hcallortext-right {margin: 0 0 0 10px}
	.hcallortext .button {font-size: 20px}
	
	.hdoctors {padding: 60px 0}
	.hdoctors{height:500px;}
	.hdoctors h2 {margin-bottom: 40px}
	.hdoctorpicture {border-radius: 300px}
	#slider_25 h3 {margin-top: 50px;}
	#slider_25 h3, #slider_25 p {text-align: left}
	#slider_25 p {padding-right: 55px}
	
	.hproudly {padding: 60px 0}
	.hfreeinoffice {margin-top: 150px}
	.hfreeinoffice .one-half {width: 48.717948717948715%}
	.mobilemudun {margin-top: 0}
	
	.htestitop {padding: 280px 20px}
	.htestitop p {width: 70%; margin: 0 auto; color: #fff; font-size: 20px}
	
	.htestibottom {padding: 60px 0}
	.htestibottom .checkouttesti {font-size: 14px; margin-bottom: 60px}
	.htestibottom-inside {width: 80%; margin: 0 auto 50px auto}
	
	.hmemberof {padding: 60px 0}
	
	.wp-block-columns {margin-bottom: 10px !important}
	.parallaxoverlay {padding: 80px; margin: 40px 0;}
	.parallaxoverlay p {font-size: 20px}
	
	.singlebanner {padding: 80px 0}
	.singlebannericons {width: 33.33%; float: left; margin: 0}
	
	.footer-widgets {padding: 60px 0}
	.footerribbon {position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; background: #ff6600}
	.footertext {padding: 10px; color: #fff}
	.footertext .button {padding: 5px 10px; font-size: 16px; margin: 0 0 0 20px}
	.footerribbon.stickyfooter {display: block}
	
	.footerquicklinks {padding-top: 8px}
	
	.footer-widget-area.footer-widgets-1,
	.footer-widget-area.footer-widgets-2 {padding-right: 15px; width: 32%; padding-bottom: 0 }
	.footer-widget-area.footer-widgets-3 {padding-right: 15px; width: 20%; padding-bottom: 0 }
	.footer-widget-area.footer-widgets-4 {padding-right: 0; width: 16%; padding-bottom: 0 }
	.footer-widgets .footer-widgets-4 .widget {padding-right: 0}
	
	.site-footer {padding: 30px 30px 90px 30px}
	.grecaptcha-badge {bottom: 80px !important}
	#backarrow {bottom: 60px}
	#tr-chat-desktop-min {bottom: 60px !important}
}

@media only screen and (min-width: 1360px) {
	.nav-primary .wrap, .header-widget-area {max-width: 800px; margin-right: 15px}
}
@media only screen and (min-width: 1380px) {
	.patientspecial h3 {height: auto}
	.slidebg {
	    /* height: 700px; background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/Kirkland-Website-Banner-2023.jpg?bwp) center center no-repeat; background-size: cover */
	}
}

@media only screen and (min-width: 1920px) {
	.header-widget-area {padding: 20px 0}
	.nav-primary .wrap, .header-widget-area {max-width: 850px; margin-right: 0}
}

@media only screen and (min-width: 1921px) {
	.slidebg {
	    /* height: 700px; background: #1d3247 url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/Kirkland-Website-Banner-2023.jpg?bwp) center center no-repeat; background-size: contain */
	    
	}
}
/* Mobile */
@media (max-width: 576px) {
	#genesis-nav-primary,
	.nav-primary.genesis-responsive-menu {
		display: none !important;
	}
	.animatedfsmenu.navbar-expand-md .navbar-collapse {
		justify-content: center;
	}
	.howcan-box h3 a {
		display: block;
	}
	.hspecialtop h3,
	.hspecialtop .hspecialprice {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 1rem;
	}
}
#content-container {
   display: block;
   text-align: center;
   margin: 0 auto;
   max-width: 1024px;
   position: relative;
}
#content-container #header {
   padding: 2rem 0;
}
#content-container #header p {
   margin-bottom: 0;
}
#content-container #logo {
   position: relative;
   top: auto;
   left: auto;
   text-align: center;
   width: 100%;
   margin: 3rem auto;
}
#content-container #message {
 margin: 3rem auto;
}
#content-container #links .default {
   display: block;
   max-width: 780px;
   margin: 0 auto;
   padding: 0;
   list-style: none;
}
#content-container #links .default li {
   border: 1px solid #E2E2E2;
   border-radius: 2px;
   display: inline-block;
   width: 260px;
   height: 103px;
   margin: 7px;
   position: relative;
}
#content-container #links .default li a {
   display: block;
   text-decoration: none;
   height: 100%;
   line-height: 103px;

   font-size: 18px;
   color: #000000;
   text-align: center;
   font-weight: 600;
}
.review-button-img {
  display: inline-block;
  vertical-align: middle;
}
.site-header {
	padding: 0;
}
.banner-top {
    background-color: #fdf001;
}
.banner-top .banner-top-inner p {
    margin: 0;
    padding: 0.5rem 0;
    text-align: center;
}
.tulisanmenu {
	display: none;
}

.parallax-mirror {
    visibility: hidden !important;
    display: none !important;
}
.parallax-window {
    /*background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/2022/09/hsmile-img2.jpg?bwp);*/
    background: url(https://berqwp-cdn.sfo3.cdn.digitaloceanspaces.com/cache/kirklandteeth.com/wp-content/uploads/hsmile-img2-kirkland.png?bwp);
    background-position: center;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
} 
.parallax-window .parallaxoverlay {
    margin: auto;
    width: 100%;
    padding: 86px 20px;
}
@media (max-width: 991px){
.parallax-window .parallaxoverlay { padding: 55px 20px; }
}
@media (max-width: 768px){
.parallax-window .parallaxoverlay { padding: 40px 20px; }
}
/*p .mobileappform {
	display: block;
	margin: 2rem auto 0;
	text-align: center;
	max-width: 310px;
}*/
#ctfrms{
    background-color: #64ce83;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 12px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    cursor: pointer;
}
#ctfrms:hover {
    background-color: #4aaf68;
    border-width: 0;
    color: #fff;
}
.wp-image-1557 {
	margin-top: 15px !important;
}
select.ff-el-form-control:not([size]):not([multiple]) {
    height: 50px !important;
}
#ctfrms {
    margin-bottom: 14px;
    display: inline-flex;
    margin-top: 14px;
}
@media only screen and (max-width: 600px) { 
  .page-id-158 .fluentform_wrapper_1 {padding: 13px!important;}
	.zd-sticky-button {
    bottom: 93px!important;
}
.zd-alert-box {
	height: 263px!important;
    
}
}