/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
	font-size: 16px;
}

.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
h2, h1{
  font-weight: 500;
}
h3{
  font-weight: 600;
}
h4{
  text-transform: uppercase;
  font-size: 1.1rem;
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: 20px
}
.h3, h3 {
  font-size: 1.5rem;
}
.breadcrumbs{
  display: none;
}
#page{
  overflow-x: hidden;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #3E3E3E
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
  font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}

#masthead{
  padding: 0
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0
}
#masthead > .container > div{
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 200px;
  float: none;
}
.header-right-wrapper{
  text-align: right;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul{
  width: auto
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page .gform_wrapper select, #page .gform_wrapper textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #707070 !important;
  line-height: unset;
  box-shadow: none;
  background: #fff;
  min-height: unset;
  outline: none;
}

#masthead .header-nav-buttons li{
  list-style-type: none;
}
#masthead .header-nav-buttons li:not(:last-child){
  margin-bottom: 10px;
}
#masthead .header-nav-buttons a{
  border-radius: 5px;
  padding: 8px 15px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  display: inline-block;
}
.top-strip{
  padding: 5px 0
}
.top-strip .container{
  text-align: right;
}
.top-strip p{
  margin-bottom: 0;
}
.top-strip p a{
  color: inherit
}
#masthead > .container > .header-nav-buttons{
  max-width: 380px;
  text-align: right;
}
#masthead > .container > .header-nav-buttons ul{
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.site-footer .site-info{
  padding: 15px;
}
.site-footer .site-info p{
  text-transform: uppercase;
  color: #fff;
  font-weight: 500
}
.site-footer .site-info p:last-child{
  margin-bottom: 0;
}
.line-bottom{
  position: relative;
  padding-bottom: 20px;
}
.line-bottom:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 60px;
  border-bottom: 4px solid #f6e27d;
  left: 50%;
  transform: translateX(-50%);
}
.line-bottom.secondary-color:after{
  border-bottom:4px solid #f6e27d;
}
.line-bottom.left:after{
  left: 0; transform: unset;
}
#masthead .top-strip{
  font-weight: 600
}
b, strong{
  font-weight: bold
}
#nav_menu-2 a{
  font-weight: 500;
}
.site-footer{
  background: #fff
}
#page .gb-button-size-medium, #page input[type="submit"].gb-button-size-medium {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px;
  text-decoration: none;
}
.kt-testimonial-grid-wrap > div:nth-child(n+4){
  display: none;
}
.kt-testimonial-grid-wrap.load-all > div:nth-child(n+4){
  display: block
}
.kt-testimonial-grid-wrap .kt-testimonial-item-wrap{
  padding: 30px;
  background: #fff;
  border-radius: 5px
}
.kt-testimonial-name{
  font-weight: bold;
  text-transform: uppercase;
  color: #a49e60 !important
}
.load-more-testimonials{
  padding-top: 40px
}
#page .gform_wrapper .gform_footer input{
  outline: 0;
  line-height: unset;
  height: unset;
  border-radius: 5px;
  padding: 8px 15px;
  font-family: 'Poppins', sans-serif;
}
#page .wp-google-list .wp-google-place, #page .wp-google-review .wp-google-left, #page .wp-google-review .wp-google-stars{
  display: none !important;
}
#page .wp-google-reviews{
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -15px !important
}
#page .wp-google-time, #page .wp-google-reviews > div:nth-child(3n+1){
  display: none !important
}
#page .wp-google-reviews > div{
  flex-basis: 33.33% !important;
  margin-bottom: 30px !important;
  padding: 0 15px !important;
}
#page .wp-google-reviews > div .wp-google-right{
  border-color: rgba(238, 238, 238, 1) !important;
  border-radius: 10px !important;
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  background: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  margin-bottom: 0 !important;
  line-height: 1.9rem !important;
  font-size: 16px !important;
  text-align: center !important;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  width: 100% !important;
}
#page .wp-google-feedback{
  font-family: 'Poppins', sans-serif !important;
  margin-bottom: 0 !important;
  line-height: 1.9rem !important;
  font-size: 16px !important;
}
#page .wp-google-reviews > div .wp-google-right .wp-google-name{
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #a49e60 !important;
  display: block;
  margin-top: 20px !important;
}
#page .wp-google-reviews .wp-google-text {
  color: #3E3E3E !important;
  font-size: 16px!important;
}
#page .wp-google-reviews > div .wp-google-right *{
  flex-basis: 100%;
}
#page .wp-gr .wp-google-content-inner{
  text-align: center;
}
#page .wp-google-url{
  color: #ffffff !important;
  background-color: #d4b588 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 14px 20px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: auto !important;
  display: inline-block;
  margin-bottom: 20px !important
}
#page .wp-google-content-inner{
  text-align: center !important
}
#page .wp-gr .wp-more-toggle {
  color: #a49e61!important;
  cursor: pointer!important;
  text-decoration: none !important;
}
.post-thumbnail {
    margin-bottom: 40px;
}
.blog-articles-2 .thumbnail{
  margin-bottom: 15px
}
.blog-articles-2 .article .wrapper {
	padding: 20px;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #f9fdff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	height: 100%;
}
.blog-articles-2 .article {
	margin-bottom: 2rem;
}
.blog-articles-2 .article .wrapper .date {
	position: absolute;
	bottom: 0;
}
.article .categories{
  margin-bottom: 10px;
}
.related-posts {
    margin-top: 40px;
}
.post-share {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#page .rplg .rplg-review-text {
    color: #323030!important;
    line-height: 28px!important;
    font-size: 16px!important;
    text-align: center !important;
    display: block;
}
#page .rplg-grid .rplg-review-name{
	display: block;
	text-align: center !important;
	color: #92b0cb !important;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 0; right: 0;
}
.rplg-grid .rplg-stars, .rplg-grid .rplg-review-time, .rplg-row .rplg-row-left, .rplg .rplg-review-badge{
	display: none !important;
}
#page .rplg-grid .rplg-box {
    background: #fff !important;
    border-radius: 10px !important;
    padding-bottom: 60px !important;
}
#page .rplg-box .rplg-box-content{
	height: 150px !important;
}
.rplg .rplg-url {
    display: block;
    max-width: 180px;
    text-align: center;
    margin: 20px auto 0 !important;
    padding: 8px 20px;
    color: #fff !important;
    background: #ea0722;
    border-radius: 5px;
    align-content: ;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: none !important;
}
.entry-content a{
  color: #92b0cb;
}
.top-strip ul{
  padding: 0;
  margin: 0
}
.top-strip ul li{
  display: inline-block;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #fff;
}
.top-strip ul li a{
  color: #fff;
}
.top-strip ul li:not(:last-child){
  margin-right: 30px;
}
.top-strip ul.top-icons li.time:before{
  content: "\f017";
}
.top-strip ul.top-icons li.phone:before{
  content: "\f095";
  transform: rotate(90deg);
}
.top-strip ul.top-icons li.location:before{
  content: "\f3c5";
}
.top-strip ul.top-icons li:before{
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}


.homepage-services-columns{
  text-align: center;
  flex-wrap: wrap !important;
  justify-content: center;

}
.homepage-services-columns figure {
	width: 100px;
	height: 100px;
	background-color: #25a8df;
	border-radius: 50%;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.homepage-services-columns .wp-block-image img{
  overflow: hidden;
  margin: auto;
	padding: 10px;
	width: 70%;
	height: 70%;
}
#page .homepage-services-columns > div{
  padding: 0 10px;
  margin-left: 0 !important;
  flex: 0 0 26%;

}
.homepage-services-columns .wp-block-group{
  height: 100%;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  padding-bottom: 80px
}
.homepage-services-columns .wp-block-group .gb-block-button{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}.homepage-services-columns{
  text-align: center;
  flex-wrap: wrap !important;
  justify-content: center;

}
.homepage-services-columns figure {
	width: 100px;
	height: 100px;
	background-color: #2fa5d5;
	border-radius: 50%;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.homepage-services-columns .wp-block-image img{
  overflow: hidden;
  margin: auto;
	padding: 10px;
	width: 70%;
	height: 70%;
	object-fit: contain !important;
}
#page .homepage-services-columns > div{
  padding: 0 10px;
  margin-left: 0 !important;
  flex: 0 0 26%;

}
.homepage-services-columns .wp-block-group{
  height: 100%;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  padding-bottom: 80px
}
.homepage-services-columns .wp-block-group .gb-block-button{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.location-service-offered > .kt-row-column-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.location-service-offered  .wp-block-kadence-column {
	flex-basis: 30%;
}
.location-service-offered  .wp-block-kadence-column > .kt-inside-inner-col {
	height: 100%;
}

.fa-map-marker:before {
    content: "\f041" !important;	
}

.smile-gallery-wrapper .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    height: 100%;	
	border-radius: 10px;
}
.smile-gallery-wrapper .wp-block-image {
    position: relative;
    padding-bottom: 50%;	
}
.smile-gallery-wrapper .wp-block-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.force-text-white a, .force-hover-white a:hover {
	color: #fff !important;
}
.page-id-2830 a:hover {
	text-decoration: underline !important;
}
.same-height-images figure {
	position: relative;
	padding-bottom: 75%;
	display: block !important;
}
.same-height-images figure img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media (max-width: 1180px){
	.location-service-offered .wp-block-kadence-column {
    flex-direction: column !important;
}
}

@media (max-width: 1020px){
	.location-service-offered .wp-block-kadence-column {
		flex-basis: 25%;
	}
}

@media (max-width: 820px){
	.location-service-offered .wp-block-kadence-column {
		flex-basis: 100%;
	}
}
.location-service-offered .wp-block-button__link{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 19px 7px !important;
	width:70%;
}

.wp-block-button__link{
  text-decoration: none;
}
#page .wp-block-button__link{
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none
}
.staff-list .staff{
	text-align: center;
}
.homepage-dentists .wp-block-image, .staff-list .thumbnail{
	display: block; max-width: 200px; margin: 0 auto 20px;
}
.homepage-dentists .wp-block-image figure, .staff-list .thumbnail{
	padding-bottom: 100%; display: block; position: relative;
}
.homepage-dentists .wp-block-image img, .staff-list .thumbnail img{
	width: 100%; height: 100%; object-fit: cover; object-position: center top; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.home .staff-list h4{
	font-size: 16px;
}
.home .staff-list .row{
	justify-content: center;
}
.has-text-color a{
  color: inherit;
}
#page .gb-button{
  text-transform: uppercase
}
.single .post-thumbnail{
  max-width: 800px; margin:40px auto
}
.dental-staff .staff{
  margin-bottom: 30px
}
#kleer-dentist-widget .kleer-widget-link{
	background: #0286C3;
	border: 0  !important;
}
#kleer-dentist-widget .kleer-widget-link:after{
	content: 'LEARN MORE';
	color: #fff;
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;	font-weight: bold;
}
#kleer-dentist-widget .kleer-widget-link {
	width: 185px !important;
	height: 40px !important;
}
.pre-widgets-footer .container{
  gap: 60px; padding: 30px 15px;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
}
.pre-widgets-footer .container img{
  max-height: 70px; width: auto
}
.wp-block-social-links li{
  margin-left: 0 !important
}
.wp-block-social-links li svg{
  fill: #fff !important;
}
/* .zd-alert-box, .zd-sticky-button{
  display: none !important
} */
a[data-type="book-button"] img{
  display: none !important
}
.main-navigation .current-menu-parent > a {
  color: #3fc6f3 !important;
}

.bottom-gallery .kadence-blocks-gallery-item figure .kb-gallery-image-contain {
  padding-bottom: 66.75% !important;
}
.cols-with-icon .wp-block-image img {
	width: 35px;
}
.cols-with-icon .wp-block-image {
	width: 70px;
	height: 70px;
	background-color: #3fc6f3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cols-with-icon.emergency-dentistry {
	margin-bottom: 2rem;

}
.cols-with-icon > .wp-block-column {
	border: 2px solid #ddd;
	padding: 2rem;
}
.cols-with-icon > .wp-block-column h6 {
	text-transform: unset !important;
	font-weight: 600;
}
.cols-with-icon > .wp-block-column .wp-block-image {
	margin-bottom: 1.5rem;
}
.cols-with-icon .no-border {
	border: unset;
}
.cols-with-icon .wp-block-kadence-column:first-child .kt-inside-inner-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.cols-with-icon .wp-block-kadence-column > .kt-inside-iner-col {
	flex-direction: column;
}


.staff-list .staff {
	position: relative;
	padding-bottom: 65px;
}
.staff-list .staff .gb-block-button {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}

.post-thumbnail .post-share {
 display: none;
}

.dental-staff .staff .thumbnail {
	position: relative;
	padding-bottom: 130%;
}
.dental-staff .staff .thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	object-position: top;
}

.zd-alert-box {
	bottom: unset !important;
}
.zd-sticky-button {
	bottom: unset !important;
	top: 14.5rem;
	background-color: #0077b6 !important;
	color: #fff !important;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f39e";
}
#page p {
	font-size: 16px;
}

#masthead > .container {
	gap: 1rem;
}

.header-nav-buttons {
	padding-left: 0;}

.header-nav-buttons ul {
	padding-left: 0;
}

#page .menu-item-2287 img {
		max-width: 250px;
}

a[href*="category/uncategorized"]{
	display: none !important
}
a[data-type="book-button"] img{
  display: none !important
}
.homepage-dentists .wp-block-image, .staff-list .thumbnail{
	padding-bottom: 0; height: 200px;
}
.thumbnail.post-thumbnail img{
	object-fit: contain
}
.pre-widgets-footer{
	display: none !important
}

#page .page-header {
background-color: #3fc6f4;
}
#page .page-header h1 {
color: #fff;
}
  #masthead .header-nav-buttons li:not(:last-child){
    margin-right: 10px
  }

@media (min-width: 1180px){
	#page .onepress-menu ul {
    	min-width: 14em;
	}
}
@media (max-width: 1180px){
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  .container{
    width: 100%;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #92b0cb;
  }
  #nav-toggle {
    position: relative;
    top: 0;
    right: 10px;
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    background: #4C525D;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #4C525D !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #fff ;
  }
  .onepress-menu.onepress-menu-mobile li{
    background: #4C525D;
  }
  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu li.current-menu-item > a, .onepress-menu li a:hover{
    color: #92b0cb !important;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    border-top: 1px solid #92b0cb;
  }

  .onepress-menu.onepress-menu-mobile > li > a, .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    padding: 20px;
  }
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #fff;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #content-inside {
    padding: 0 20px;
  }
  .entry-content > *:not(.alignfull){
    padding-left: 12px;
    padding-right: 12px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
  #masthead .header-right-wrapper{
    order: 3;
    max-width: 70px
  }
  #masthead > .container > .header-nav-buttons{
    max-width: unset;
  }
  #masthead .header-nav-buttons li{
    display: inline-block;
  }

	#masthead > .container {
		flex-direction: row;
	}
	#page .menu-item-2287 {
		display: none;
	}
	.onepress-menu ul li a {
		font-size: 16px;
	}
	.onepress-menu.onepress-menu-mobile ul li a,.onepress-menu.onepress-menu-mobile ul li li a {
		padding: 20px;
	}
.site-footer, .sidebar .widget a {
    font-size: 16px;
	}
}


@media (max-width: 1000px){
	#page .homepage-services-columns{
		flex-wrap: wrap!important;
	}
	#page .homepage-services-columns > div {
    flex-basis: 33.33% !important;
	}
}
@media (max-width: 991px){
	#page .bottom-gallery ul li {
		width: 25%;
	}
}
@media (max-width: 820px){
  #page .homepage-services-columns > div{
    flex-basis: 33.33% !important
  }
  .pre-widgets-footer .container > aside {
    flex-basis: 26.33%;
  }
}
@media (min-width: 768px){
	.rplg-grid .rplg-grid-row.rplg-reviews {
	flex-wrap: nowrap !important;	
	}
	.mobile-only{
		display: none;
	}
}
@media (max-width: 781px) {
	.cols-with-icon .d-none-mobile {
		display: none !important;
	}
}

@media (max-width: 767px){
	.rplg-grid .rplg-grid-row.rplg-reviews > div {
		flex-basis: 100%;	
	}
	.cols-with-icon .wp-block-kadence-column:first-child .kt-inside-inner-col {
		align-items: center !important;
		justify-content: center !important;
		display: flex;
	}
	.cols-with-icon .wp-block-kadence-column:last-child .kt-inside-inner-col {
		align-items: center !important;
		text-align: center;
	}
	.cols-with-icon .wp-block-column .wp-block-image {
		margin: 0 auto 1.5rem auto;
	}
	.cols-with-icon > .wp-block-column {
		text-align: center;
	}
	#page .alignright, #page .alignleft{
		float: none; margin-right: 0; margin-left: 0;
	}
	#page #main .homepage-services-columns > div {
		flex-basis: 100% !important;
	}
	#footer-widgets * {
        text-align: center;
    }
	#footer-widgets .cnss-social-icon {
		text-align: center !important;
	}
	#footer-widgets .cnss-social-icon a {
		padding: 0 !important;
	}
}

@media (max-width: 600px){
  .pre-widgets-footer .container > aside{
    flex-basis: 40%;
  }
  #page .homepage-services-columns > div{
    flex-basis: 100% !important
  }
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
  #page .wp-google-reviews > div{
    flex-basis: 100% !important
  }

  #masthead > .container > div.site-branding{
    order: 2;
  min-width: 150px;
  max-width: unset;
  }
  #page .header-right-wrapper{
    order: 3;
  }
  #masthead > .container .header-nav-buttons{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    width: 100%;
    flex-basis: 100%; padding-left: 0;
  }
  #masthead > .container > .header-nav-buttons ul {
    text-align: center;
    padding: 0;
  }
  #masthead > .container .header-nav-buttons{
    position: relative;
  }
  #masthead > .container .header-nav-buttons:before{
    left: -30px;
  }
  #masthead > .container .header-nav-buttons:before, #masthead > .container .header-nav-buttons:after{
    content: '';
    position: absolute; top: 0; bottom: 0; background: #92b0cb;
    width: 30px;
  }
  #masthead > .container .header-nav-buttons:after{
    right: -30px;
  }
  #masthead > .container {
    padding: 0px 15px 14px;
  }
  #masthead > .container .header-nav-buttons{
    max-width: 100vw;
    max-width: calc(var(--vw, 1vw) * 100);
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    background: #92b0cb;
  }
  #text-8 ul li:not(:last-child){
    margin-right: 0;
  }
  .top-strip ul{
    text-align: center
  }
  .top-strip ul li{
    display: inline-block;
    text-align: center !important;
  }
  .site-branding img{
    max-width: 150px
  }
	#footer-widgets .container .row,.cnss-social-icon {
		text-align: center !important;
	}
	#page .alignright, #page .alignleft{
		float: none; margin-left: auto; margin-right: auto; margin-bottom: 20px
	}
	
	#footer-widgets .container .row,.cnss-social-icon {
		text-align: center !important;
	}

	#page .bottom-gallery ul li {
		width: 50%;
	}
	.header-nav-buttons {
		margin-left: 0;
		margin-bottom: 0 !important;
	}
	#masthead > .container .header-nav-buttons,#masthead > .container .header-nav-buttons:before, #masthead > .container .header-nav-buttons:after {
		background: #f6e27d !important;
	}
	.connect-btns {
		flex-direction: column;
	}
	.connect-btns > .wp-block-button {
		width: 50%;
	}
	.connect-btns > .wp-block-button a {
		width: 100%;
		text-align: center;
	}
	#masthead.no-scroll .top-strip {
     display: block;
	}
	#masthead .top-strip {
		 display: none;
	}
}

@media (max-width: 575px) {
	.dental-staff .staff .thumbnail {
		margin-bottom: 2rem;
	}
	.mediamed-iframe {
		width: 100%;
	}
}



