/*
Theme Name: Strathalbyn Family Dental
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.02
Author: TMA
*/

@import url('style/bootstrap.css');

/****
font-family: "Inter", sans-serif;
font-family: "Lora", serif;
****/
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.hidden {
    display: block !important;
	visibility: visible !important;
}
::placeholder, select {
   color: #999 !important;
}

::-ms-input-placeholder, select { /* Edge 12 -18 */
  color: #999 !important;
}
select option {
    color: #6B6C6A;
}
small {
	font-size:14px;
}
body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #6B6C6A;
	font-weight:400;
	font-family: "Inter", sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-left {
	float:left;
	position: relative;
	margin:0 20px 20px 0px;
	max-width:500px;
}
.img-rite {
    float: right;
    position: relative;
    margin: 0 0px 20px 20px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height: 25px;	
}
.top-sec{
	padding-top:0;
}
.table {
	margin-bottom:20px;
}
a {
	text-decoration: none;
	outline:none;
	color: #B89968;
}
a:hover, a:focus, a:active{
	color: #B89968;
	text-decoration:underline;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
hr {
	padding:0px 0 15px;
	margin:15px 0 0;
	border-top: 1px solid !important;
	opacity:1 !important;
	border-color: #B89968 !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 65vh;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
h1 {	
	font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 500;
    color: #1A1A1A;
	text-align: center;
	margin:0;
	padding-bottom:20px
}
h1 span{	
	display:block;
	margin-top:10px;
	text-transform:uppercase;
    font-size: 18px;
	font-family: "Inter", sans-serif;
	color:#B89968;
}

.home h2{
	font-size:40px;
	margin-bottom:20px;
	}
h2 {
	font-family: "Lora", serif;
    font-size: 30px;
    font-weight: 500;
    color: #1A1A1A;
	padding-top:20px;
	margin:0;
    margin-bottom: 15px;
}
h2 span{
	display:block;
	margin-bottom:10px;
	font-size:18px;
	color:#B89968;
	font-family: "Inter", sans-serif;
}
h3 {
	font-family: "Lora", serif;
    font-size: 22px;
    color: #1A1A1A;
    font-weight: 700;
	padding-top:10px;
    margin-bottom: 10px;
}
h3 span{
	display:block;
	font-size:16px;
	text-transform:uppercase;
	margin-top:10px;
}
h4 {
    font-size: 22px;
    color: #604939;
    font-weight: 500;
    margin-bottom: 10px;
	font-family: "Lora", serif;
}
h5 {
    font-size: 20px;
    color: #576044;
    font-weight: 400;
	font-family: "Lora", serif;
}
h6 {
    font-size: 18px;
    color: #1f4847;
    font-family: "Lora", serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
a.site-btn, a.wp-block-button__link{
    background: #B89968;
    color:#FFF !important;
    font-size: 16px;
    border: 1px solid #B89968;
    padding: 4px 27px;
    font-weight: 400;
	text-transform:unset;
	display: inline-block;
	min-height:unset;
	border-radius:25px;
}
a.site-btn:hover, a.wp-block-button__link:hover {
    border: 1px solid #B89968;
    background-color: #FFF;
	text-decoration: none !important;
	color: #B89968 !important;
}
a.site-btn:hover img{
	filter: invert(1);
}
.welcome-sec h2, .services-sec h2, .blue-sec h2, .white-sec h2, .beige-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
    font-size: 36px;
	padding-top:0;
	margin-bottom:20px;
}
.top-header {
    padding: 10px 0;
    width: 100%;
    position: unset;
	top:0;
    z-index: 999;	
    background-color:#FFF;
}
.top-header .col-md-10{
	margin-top:40px;
}
html {
  scroll-behavior: smooth;
}
.rounded-img img{
	border-radius:15px;
}
.MenuFixed {
    position: Fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0 !important;
	transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: #fff !important;
}
.header-left {
	width: 68%;
    float: left;
}
.header-right {
	text-align:end;
	width: 32%;
    float: right;
}
.header-right a.site-btn:nth-child(2) {
	margin-left:20px;
}
.logo img {
	max-width: 250px;
}
.footer-logo img{
	max-width: 200px;
}
.banner {
    position: relative;
	width:100%;
	height:auto;
	text-align:center;
}
.banner-text {
    position: absolute;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 300px;
    right: 300px;
    text-align: left;
    width: 700px;
}
.banner-text h1 {
    font-size: 55px;
	text-align:left;
	color:#fff;
	padding-bottom:20px;
}
.banner-text p {
	margin-bottom:30px;
	color:#fff;
}
.banner-text p:last-child {
	margin-bottom:0;
}
.banner-text h1 span{
	font-weight:400;
	font-size:20px;
	color:#fff;
	display: block;
}
.welcome-sec {
}
.welcome-sec h2 {
    padding-top: 0px;
	text-transform:unset;
}
.welcome-sec h2 span{
	display: block;
	font-size:18px;
}
.home .services-sec h2 {
	margin-bottom:10px !important;
}
.services-sec, .beige-sec {
	background: #F5EFE5 !important;
}
.l-beige-sec {
	background:#f5efe538;
	padding:0 20px 20px;
	border-radius:15px;
}
.blue-sec {
	position:relative;
	background:#7A99B8 !important;
}
.white-sec{
	background: #fff !important;
}
.intro-box {
	position:relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 35px #0000000A;
	border-radius: 20px;
	padding:20px;
	align-content:center;
	height: calc(100% - 20px);
}
.services-box {
	position: relative;
    height: calc(100% - 30px);
	border-radius:15px;
	background:#fff;
}
.services-box a p {
	color:#6B6C6A;
}
.services-box a p:last-child {
	color:#B89968;
}
.services-thumbnail {
	position:relative;
}
.services-thumbnail img {
	width:100%;
	border-radius:15px 15px 0 0;
}
.services-text {
	position:relative;
	padding:20px;
}
.why-choose-box {
	position: relative;
	margin-top:20px;
}
.why-choose-box img {
	width: 50px !important;
}
.footer {
    background-color: #1A1A1A;
    color: #fff;
    padding: 50px 0px;
	font-size:15px;
}
.footer h4 {
	color: #fff;
	text-transform:uppercase;
}
.footer-hours {
    max-width: 350px;
}
ul.hour {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 5px 0;
    display: block !important;
    width: 100%;
}
ul.hour li:last-child {
    border-bottom: none;
}
ul.hour li span:last-child {
    float: right;
}
img.location-icon {
    width: 15px !important;
}
.contact-box {
	background:#7A99B8;
	padding:20px;
	border-radius:15px;
	color:#fff;
	font-size:14px;
}
.contact-box p{
	text-align:center;
	font-size:14px;
	margin-bottom:0;
	line-height:18px;
}
.contact-box h4{
	color:#fff;
}
.contact-box .footer-hours {
    margin: 0 auto;
}
.contact-details {
    background: #1DADEB;
    border-radius: 15px;
    padding: 20px;
}
.contact-details p{
   color:#fff;
}
.contact-details h4{
   color:#fff;
}
ul.contact {
    margin: 0px;
    padding: 0px;
	list-style:none;
	padding-top: 10px;
}
ul.contact li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
	display: block;
	margin-bottom: 10px;
}
ul.contact li a{
    color: #fff;
}
ul.contact li:first-child {
	line-height:22px;
}
ul.contact li img {
    margin-right: 5px;
    vertical-align: top;
    width: 20px;
}
ul.social-icon {
    padding: 0px;
	margin:0;
	text-align: center;
}
ul.social-icon li {
    display: inline-block !important;
    padding: 0px 5px 0px 5px;
}
ul.social-icon li img{
   width:20px
}
ul.footer-contact {
    margin-bottom: 0px !important;
}
ul.footer-contact {
    margin-bottom: 0px !important;
    margin-top: 30px;
}
.footer-bottom hr{
	border-color:#fff !important;
}
.footer-bottom p {
	margin-bottom:0
}
.webby {
	font-size:12px;
}
.map-sec {
    padding: 0;
    background-image: url(images/map.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 470px !important;
    position: relative !important;
}
.view-on-g-maps {
    position: absolute !important;
    bottom: 0;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    display: block !important;
    margin: 0 auto;
    width: 290px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.view-on-g-maps a.wp-block-button__link {
    background: #1A1A1A;
	border-radius:0;
    border: 1px solid #1A1A1A;
}
.view-on-g-maps a{
    color: #fff;
}

/*************** General inner css ***********/
.top-bar {
    height: 5px;
    background-color: #F5EFE5;
}
.inner-banner {
	margin-bottom:30px;
}
p.sub-text {
    font-size: 18px;
	text-align:center;
	color:#6B6C6A;
	margin-bottom:20px;
}
ul.intro-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
	margin-bottom:20px
}
ul.intro-list li {
	padding:0px;
	font-size:18px;
	display: block;
	position:relative;
	margin:5px 0;
	padding-left:30px;
}
ul.intro-list li:before {
    color: #7A99B8;
    content: "\2713";
	font-size:20px;
    position:absolute;
	left:0px;
    display:inline-block;
	top:0px;
}
ul.inner-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:20px;
}
ul.inner-list li {
    position: relative;
    padding: 5px 0 5px 20px;
	width:100%;
	line-height:26px;
}
ul.inner-list li:before {
    color: #B89968;
    content: "\2022";
	font-size:30px;
    position:absolute;
	left:0px;
	top:3px;
}
ul.inner-list li a {
   
}
ul.inner-list-2 li {
    width: calc(100% / 2);
	display: inline-block;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 30px;
    margin-bottom: 10px;
}
ol.inner-list li{
	margin: 10px 0;
}
ol.inner-list ul {
    padding-left: 15px;
	margin-bottom:0;
}
ol.inner-list ul li {
	position: relative;
    margin: 0px;
}
.call-to-action-sec {
	background-color:#B89968 !important;
}
.call-to-action-sec h2, .blue-sec h2, .blue-sec h3, .blue-sec p{
	color:#FFF;
}
.call-to-action-sec p{
	font-size:18px;
	color:#fff;
	margin-bottom:30px;
}
.call-to-action-sec p:last-child{
	margin-bottom:0;
}
.call-to-action-sec a.site-btn{
	background:#1A1A1A;
	border:1px solid #1A1A1A;
	color:#fff !important;
}
.call-to-action-sec a.site-btn:hover{
	background:#fff;
	border:1px solid #1A1A1A;
	color:#1A1A1A !important;
}
/*************** Services inner css ***********/

.services-banner, .inner-banner{
    position: relative;
    text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.services-banner img, .inner-banner img{
	width:100%;
}
.beige-box {
	background: #F5EFE5;
	height: calc(100% - 20px);
	padding:20px 30px;
	margin-top:20px;
	border-radius:15px;
}
.step-box h2 {
	color:#FFF;
	background:#7A99B8;
	border-radius:100%;
	width:70px;
	height:70px;
	text-align:center;
	align-content: center;
	padding:0
}
.post-type-archive-services .services-box{
	border:1px solid #B89968;
}
/*************** Team css ***********/
.team-sec {
	
}
.team-box {
	position: relative;
	margin-top:30px;
}
.team-box a, .services-box a, .white-box a {
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;	
	text-decoration: none;
	display:block;
} 
.team-box a:hover, .services-box a:hover, .team-box:focus, .team-box:active, .white-box a:hover {
       transform: translateY(-10px);
}
.team-thumbnail{
	text-align:center;
	margin:0 auto;
}
.team-thumbnail img{
	border-radius:50%;
	width:80%;
}
.team-text {
	text-align:center;
}
.team-box a p{
        color: #606060;
}
.team-text h3 {
    padding: 20px 0 20px;
	margin:0;
}
.team-text p {
	line-height:18px;
}
.team-text p:last-child{
	margin-bottom:0;
	color: #91132B;
}
/*************** Contact css ***********/
.form-sec h3{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.form-control {
    font-size: 14px;
    border-radius: 15px;
    padding: 15px 10px;
    position: relative;
	color: #999 !important;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
select.form-control {
    -webkit-appearance: menulist;
    appearance: menulist;
}
select{
    height: 40px !important;
	width:100%;
	padding: 10px 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #6c6c6c;
}
select.form-control {
    height: 50px !important;
	padding: 13px 7px !important;
}

textarea.form-control {
    height: 180px;
}

.submit-btn {
    background: #B89968;
    color: #fff;
    font-size: 16px;
    border: 1px solid #B89968;
    padding: 6px 30px;
    font-weight: 500;
	border-radius:25px;
	margin-top:20px;
}

.submit-btn:hover {  
    background: transparent !important;
    color: #B89968;
	border: 1px solid #B89968;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#B89968 !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7-form-control-signature-wrap{
	width:100% !important;
}
.wpcf7-form-control-signature-wrap canvas{
	height:100% !important;
}
.wpcf7-form-control-clear-wrap {
    margin-top: 15px;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    border-color: transparent !important;
    background-color:#B89968 !important;
    color: #fff !important;
    font-weight:500 !important;
    text-align: center !important;
    border-radius: 60px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #B89968;
    background-color: #B89968 !important;
}
.sig .dscf7_signature_inner {
    display: block !important;
}
.wpcf7-form p {
	margin-bottom:10px;
}
/*************** News css ***********/
.post-details {
    position: relative;
    min-height: 300px;
    background-color: #1f484700;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #efefef;
    border-top: 0px;
}
.post-img img{
	width:100%;
	border: 1px solid #eee;
}
.post-details h2 a {
    line-height: 25px;
}
.post-details a.site-btn {
    font-size: 14px;
}
.post-details p {
    margin-bottom: 40px;
    line-height: 25px;
}
.post-nav {
    margin-top: 20px;
}
/*************** FAQs css ***********/
.faqs-sec {
    background-color: #F5EFE5 !important;
}
.faqs-sec h2 {
	text-align:center;
}
.panel {
    background-color:#fff !important;
    padding: 0px 0px !important;
	border: none !important;
	box-shadow: none !important;
}
.panel-body p:last-child {
    margin-bottom: 0px;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.jltmaf-item.panel-heading {
    border: transparent !important;
    padding: 15px 20px;
	border-radius:0 !important;
    border-bottom:1px solid #DEDEDE !important;
}
.panel-title a {
    font-size: 18px;
	font-family: "Inter", sans-serif;
}
.popup-btn {
    margin-top: 20px;
}
.form-text p {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 13px;
}
span.wpcf7-list-item-label {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 15px;
}
span.wpcf7-list-item.first.last {
    margin-left: 0px;
}
.faqs-sec .panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300 !important;
}
.panel-body {
    padding: 15px 15px !important;
}
.faqs-sec .panel-body p a {
	color:#fff;
	text-decoration: underline;
}
.faqs-sec .panel-body ul.inner-list li:before {
    color: #fff;
}
.faqs-sec .panel {
    border: unset !important;
    margin-bottom: 10px !important;
    border-radius: 0px !important;
	box-shadow: none !important;
}
.panel-title a {
	text-decoration: none;
}
span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
	font-size: 16px;
    font-weight: 300 !important;
}
.panel-body {
    padding: 15px 60px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin-bottom: 0px !important;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1920px){	
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}
.banner-text {
    left: 200px;
    right: 200px;
}
.banner-text h1 {
	font-size: 48px;	
}	
.banner-text h1 span{
    font-size: 22px;
}	
.home h2{
	font-size:36px
	}
.welcome-sec h2, .services-sec h2, .blue-sec h2, .white-sec h2, .beige-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
    font-size: 32px;
}
h1 {
    font-size: 36px;
}	
h2 {
	font-size: 28px;		
}	
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}	
.footer ul li a img {
    width: 20px;
}	
.header-left {
	width: 57%;
}
.header-right {
	width: 43%;
}
}
@media (max-width: 1440px){		
.img-rite {
	max-width:400px;
}	
.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}
.banner-text {
    left: 100px;
    right: 100px;
}
.banner-text h1 {
	font-size: 42px;	
}	
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 42px;
}	
.home h2 {
    font-size: 32px;
}	
.welcome-sec h2, .services-sec h2, .blue-sec h2, .white-sec h2, .beige-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 28px;		
}
h1, h1 span.about{
	font-size: 32px;		
}	
h2 {
	font-size: 26px;		
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}	
a.site-btn, a.wp-block-button__link {
    font-size: 14px;
	}
.contact-box ul.contact li {
    font-size: 13px;
	}
}
@media (max-width: 1199px) {
.header-left {
		width: 100%;
		float:none;
}
.header-right {
	width: 100%;
	float:none;
}
}
@media (max-width: 1024px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}
.banner-text {
    left: 75px;
    right: 75px;
}
.banner-text h1 {
	font-size: 34px;	
}
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 34px;
}	
.home h2 {
    font-size: 30px;
}	

.welcome-sec h2, .services-sec h2, .blue-sec h2, .white-sec h2, .beige-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 26px;		
}
h1 {
	font-size: 30px;		
}	
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}	
.banner-text {
    top: 60% !important;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}	
.footer ul li {
    margin-bottom: 10px;
}	
}
@media (max-width: 991px){	
.home .top-header {
	position: relative;
	}
.header-right {
    text-align: center;
    }	
.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 50px;
}
.banner-text {
	position: relative;
    top:0 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	left: 0;
	right:0;
	background: #6F8499 !important;
    text-align: center;
	padding:20px;
	width: 100%;
    }	
.banner-text h1 {
    text-align: center;
	font-size: 28px;	
	padding-bottom:20px;
}
.banner-text h1 span{
    font-size: 16px;
}		
.home h1 {
    font-size: 28px;
}	
.home h2 {
    font-size: 28px;
}	

.welcome-sec h2, .services-sec h2, .blue-sec h2, .white-sec h2, .beige-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 24px;		
}
h1 {
	font-size: 28px;		
}	
h2 {
	font-size: 22px;		
}	
h3 {
    font-size: 18px;
}
.logo, .inner-logo{
	text-align:center;
	margin-bottom:10px
}
.banner-text h1 span{
	margin-bottom:10px;
	}
ul.inner-list li, ul.inner-list-2 li{
		width: 100%;
	}
ul.service-list li {
    width: calc(100% / 2);
	}	
.footer h4 {
	text-align:center;
    margin-bottom: 10px;
}
ul.social-icon {
	margin-bottom: 10px;
}
ul.social-icon li {
	margin: 0 5px;
}
.team-box {
    height: auto !important;
	margin-bottom:15px;
}	
.beige-sec .site-btn {
	margin-bottom:20px !important;
}
.intro-box {
	text-align:center;
	}
.intro-box  img{
	width:50px !important;
}
.top-header .col-md-10{
	margin-top:0px;
}	
.footer-hours {
    max-width: 320px;
	margin:0 auto;
}	
.footer ul.hour {
    margin-bottom: 30px;
}	
.footer-logo {
     margin-top: 10px;
    text-align: center !important;
	margin-bottom:30px;
    }
.footer-logo {
    margin-top: 15px;
	margin-bottom:15px;
    }
.post-nav {
	text-align: center;
}
.post-nav .text-right{
	text-align: center !important;
}
.footer-contact {
    text-align: center;
}	
.footer {
    text-align: center;
}		
.footer .text-end {
	text-align: center !important;
}	
}
@media (max-width: 480px){		
.img-rite {
    float: unset;
    text-align:center;
    margin: 0px 0px 20px 0px;
}	
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}	
.home h2 {
    font-size: 24px;
}	
.banner-text h1 {
    font-size: 26px;
}	
section {
	padding:30px 0;
	}

.welcome-sec h2, .services-sec h2, .blue-sec h2, .white-sec h2, .beige-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 22px;		
}	
h1 {
	font-size: 24px;		
}
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 0em !important;
}
.post-nav a.site-btn {
    font-size: 9px;
    padding: 8px 5px;
    font-weight: 400;
}
ul.social-icon {
     margin-bottom: 20px;
	text-align:center;
    }
a.site-btn, a.wp-block-button__link {
   padding: 4px 12px !important;
   font-size: 12px !important;
}
.header-right a.site-btn:nth-child(2) {
    margin-left: 10px;
}
.services-box {
	margin:0 0 20px;	
	}
}