/*!
Theme Name: dental
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dental
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dental is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

.single-article-content h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

.single-article-content hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

.single-article-content pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

.single-article-content a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

.single-article-content abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

.single-article-content b,
.single-article-content strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

.single-article-content code,
.single-article-content kbd,
.single-article-content samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

.single-article-content small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

.single-article-content sub,
.single-article-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.single-article-content sub {
	bottom: -0.25em;
}

.single-article-content sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

.single-article-content img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

.single-article-content button,
.single-article-content input,
.single-article-content optgroup,
.single-article-content select,
.single-article-content textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

.single-article-content button,
.single-article-content input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

.single-article-content button,
.single-article-content select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

.single-article-content button,
.single-article-content [type="button"],
.single-article-content [type="reset"],
.single-article-content [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

.single-article-content button::-moz-focus-inner,
.single-article-content [type="button"]::-moz-focus-inner,
.single-article-content [type="reset"]::-moz-focus-inner,
.single-article-content [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

.single-article-content button:-moz-focusring,
.single-article-content [type="button"]:-moz-focusring,
.single-article-content [type="reset"]:-moz-focusring,
.single-article-content [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

.single-article-content fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

.single-article-content legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

.single-article-content progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

.single-article-content textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

.single-article-content [type="checkbox"],
.single-article-content [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

.single-article-content [type="number"]::-webkit-inner-spin-button,
.single-article-content [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

.single-article-content [type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

.single-article-content [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

.single-article-content ::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

.single-article-content details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

.single-article-content summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

.single-article-content template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

.single-article-content [hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.single-article-content body,
.single-article-content button,
.single-article-content input,
.single-article-content select,
.single-article-content optgroup,
.single-article-content textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.single-article-content h1, .single-article-content h2, .single-article-content h3, .single-article-content h4, .single-article-content h5, .single-article-content h6 {
	clear: both;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.single-article-content p {
	margin-bottom: 1.5em;
}

.single-article-content dfn, .single-article-content cite, .single-article-content em, .single-article-content i {
	font-style: italic;
}

.single-article-content blockquote {
	margin: 0 1.5em;
}

.single-article-content address {
	margin: 0 0 1.5em;
}

.single-article-content pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.single-article-content code, .single-article-content kbd, .single-article-content tt, .single-article-content var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

.single-article-content abbr, .single-article-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.single-article-content mark, .single-article-content ins {
	background: #fff9c0;
	text-decoration: none;
}

.single-article-content big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.single-article-content html {
	box-sizing: border-box;
}


.single-article-content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.single-article-content ul, .single-article-content ol {
	margin: 0 0 1.5em 3em;
}

.single-article-content ul {
	list-style: disc;
}

.single-article-content ol {
	list-style: decimal;
}

.single-article-content li > ul,
.single-article-content li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.single-article-content dt {
	font-weight: bold;
}

.single-article-content dd {
	margin: 0 1.5em 1.5em;
}

.single-article-content img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

.single-article-content figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

.single-article-content table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.single-article-content button,
.single-article-content input[type="button"],
.single-article-content input[type="reset"],
.single-article-content input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

.single-article-content button:hover,
.single-article-content input[type="button"]:hover,
.single-article-content input[type="reset"]:hover,
.single-article-content input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

.single-article-content button:active, button:focus,
.single-article-content input[type="button"]:active,
.single-article-content input[type="button"]:focus,
.single-article-content input[type="reset"]:active,
.single-article-content input[type="reset"]:focus,
.single-article-content input[type="submit"]:active,
.single-article-content input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.single-article-content input[type="text"],
.single-article-content input[type="email"],
.single-article-content input[type="url"],
.single-article-content input[type="password"],
.single-article-content input[type="search"],
.single-article-content input[type="number"],
.single-article-content input[type="tel"],
.single-article-content input[type="range"],
.single-article-content input[type="date"],
.single-article-content input[type="month"],
.single-article-content input[type="week"],
.single-article-content input[type="time"],
.single-article-content input[type="datetime"],
.single-article-content input[type="datetime-local"],
.single-article-content input[type="color"],
.single-article-content textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

.single-article-content input[type="text"]:focus,
.single-article-content input[type="email"]:focus,
.single-article-content input[type="url"]:focus,
.single-article-content input[type="password"]:focus,
.single-article-content input[type="search"]:focus,
.single-article-content input[type="number"]:focus,
.single-article-content input[type="tel"]:focus,
.single-article-content input[type="range"]:focus,
.single-article-content input[type="date"]:focus,
.single-article-content input[type="month"]:focus,
.single-article-content input[type="week"]:focus,
.single-article-content input[type="time"]:focus,
.single-article-content input[type="datetime"]:focus,
.single-article-content input[type="datetime-local"]:focus,
.single-article-content input[type="color"]:focus,
.single-article-content textarea:focus {
	color: #111;
}

.single-article-content select {
	border: 1px solid #ccc;
}

.single-article-content textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.single-article-content a {
	color: royalblue;
}

.single-article-content a:visited {
	color: purple;
}

.single-article-content a:hover, .single-article-content a:focus, .single-article-content a:active {
	color: midnightblue;
}

.single-article-content a:focus {
	outline: thin dotted;
}

.single-article-content a:hover, .single-article-content a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.single-article-content .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.single-article-content .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
.single-article-content #content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.single-article-content .alignleft,
.content-custom-page .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.single-article-content .alignright,
.content-custom-page .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.single-article-content .aligncenter,
.content-custom-page .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.single-article-content .clear:before,
.single-article-content .clear:after,
.single-article-content .entry-content:before,
.single-article-content .entry-content:after,
.single-article-content .comment-content:before,
.single-article-content .comment-content:after,
.single-article-content .site-header:before,
.single-article-content .site-header:after,
.single-article-content .site-content:before,
.single-article-content .site-content:after,
.single-article-content .site-footer:before,
.single-article-content .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.single-article-content .clear:after,
.single-article-content .entry-content:after,
.single-article-content .comment-content:after,
.single-article-content .site-header:after,
.single-article-content .site-content:after,
.single-article-content .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.single-article-content .wp-smiley,
.content-custom-page .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
.single-article-content embed,
.content-custom-page embed,
.single-article-content iframe,
.content-custom-page iframe,
.content-custom-page object,
.single-article-content object {
	max-width: 100%;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.single-article-content .wp-caption,
.content-custom-page .wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.single-article-content .wp-caption img[class*="wp-image-"],
.content-custom-page .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.single-article-content .wp-caption .wp-caption-text,
.content-custom-page .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.single-article-content .wp-caption-text,
.content-custom-page .wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.single-article-content .gallery {
	margin-bottom: 1.5em;
}

.single-article-content .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.single-article-content .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.single-article-content .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.single-article-content .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.single-article-content .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.single-article-content .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.single-article-content .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.single-article-content .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.single-article-content .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.single-article-content .gallery-caption {
	display: block;
}

.divimgcenter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.divimgcptcentre {
	justify-content: center;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.divimgcptcentre img{
	width: 100%;
}

.single-article-block table{
	width: 100%;
}

.single-article-block  td {
	color: #666B85;
}

.single-article-block tr {
	font-size: 18px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.single-article-block thead {
	background-color: #B14753;
}

.single-article-block thead th {
	color: #fff;
	padding: 5px 10px;
}

.single-article-block tbody tr {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single-article-block  tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0, 0, 0, 0.05);
}

.single-article-block  tbody tr:hover {
	background-color: #0085cc;
}

.single-article-block  tbody tr:hover td,
.single-article-block  tbody tr:hover td a{color: #fff;}
.single-article-block  tbody tr:hover td a{text-decoration: underline;}

.single-article-block tbody tr td {
	padding: 5px 10px;
}


.section.error-404.not-found .back-home {
    display: inline-block;
    margin-top: 20px;
}
.section.error-404.not-found .back-home a{
	    color: #7f2832;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
/* 22 jan 2021 */
.client-slider-container .client-slide-item ul {
    font-size: 18px;    
    line-height: 26px;
    padding: 20px 30px 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-slider-container .client-slide-item ul li{
  margin: 0px 2px;
      color: #FF9529;
}
.client-slider-container .client-slide-item ul li.grey{
  color: #dcdcdc;
}

.before-and-after-items .tooth-items .accordion-block .accordion-btn span{
	display: none;
}
.slider-tabs-container .slider-tbas-content-item .slider-tabs .slide-item-img .bottom-img,
.before-and-after .slider-tabs-container .slick-track .bottom-img{
	display: none !important;
}
.client-slider-container .client-slide-item ul li.star{
	position: relative;
}
.client-slider-container .client-slide-item ul li.grey:before,
.client-slider-container .client-slide-item ul li.star:before{
	content: '\f005';
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.client-slider-container .client-slide-item ul li.grey .fa-star,
.client-slider-container .client-slide-item ul li.star .fa-star{
	opacity: 0;
}
.slider-tabs-container .slider-tbas-content-item{
	text-align: center;
}
#before-and-after .slider-tabs-container button.term_title{
	height: 56px;
    line-height: 56px;
    padding: 0 30px;
    text-align: center;
    border: 1px solid #7f2832;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    background-color: #7f2832;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    font-family: 'MontserratMedium';
}
#before-and-after .slider-tabs-container button.term_title:hover{
	background-color: #fff;
    color: #333;
}

.home-top-slider .item{
	background-color: #000;
}

#my-header {
    min-height: 140px;
}

/****************/

section.s-services-info .row {
    justify-content: center;
}

.single-article-block .bef_aft_container .b-f-text {
    text-align: center;
}

.widget_latest_posts_dental_widget, .widget_categories_dental_widget {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
}

.single-article-container .swiper-container {
    z-index: 0 !important;
}

section.single-article-block .single-article-container .swiper-teeth-button-next, section.single-article-block .single-article-container .swiper-teeth-button-prev {
    z-index: 0 !important;
}

section.bf-af-sec {
    display: none;
}
section.s_why_choose .btn_center_wrpr a.btn.btn-red {
    display: none;
}
