@charset "UTF-8";@media screen,projection {body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 18px; color: #000; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}


.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}

ul.list-unstyled.list-inline
 {  padding: 0; }
div#rsblog-container, .rsblog-post {
    margin-top: 50px;
}


.alert.alert-error {display:none;}

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    box-sizing: border-box;
	}

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    padding: 13px 13px;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
	}

.btn-primary {
    background: #501785;
    color: #fff;
    border-color: #501785;
	}

.btn-primary a {
    color: #fff;
	}

.btn-primary:hover {
    background: transparent;
    color: #501785;
	}

.btn-primary:hover a {
    color: #501785;
	}

.table {
    display: table;
    vertical-align: middle;
	}

.table-row {
    display: table-row;
	}

.table-cell {
    display: table-cell;
    vertical-align: middle;
	}

/*Navbar*/
nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #f8f8f8;
    transition: all 0.3s;
	}

nav.static.hide {
    opacity: 0;
    visibility: hidden;
	}

nav.slide {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
	}

nav.slide.fixed {
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
	}

nav .content {
    max-width: 3000px;
    display: flex;
    align-items: stretch;
    padding: 0;
	}

.flex-p {
    flex-grow: 0;
    flex: 1;
	}

.top-logo-line {
    display: flex;
    max-width: 375px;
    flex-grow: 1;
    margin: 0 auto;
	}

.inner-nav.slide.fixed .topline {
    display: none;
	}

.inner-logo {
    padding: 10px 15px;
    vertical-align: middle;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
	}

.inner-logo img {
    max-width: 100%;
	height: auto;
	}
	
.inner-nav.slide.fixed .inner-logo img {
    height: 100px;
	}

.doc-names {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	/* margin: 50px auto 45px 20px; */
	margin: 45px auto 40px auto;
    padding-bottom: 32px;
	text-align: center;
	}

.doc-names a {
	font-size: 42px;
    font-weight: 600;
    color: #9f72b3;
    margin: 0 auto;
	text-align: center;
	line-height: 38px;
	}

.doc-names span {
	font-size: 26px;
	} 

.inner-nav.slide.fixed .doc-names {
	margin: 20px auto 45px auto;
	padding-bottom: 0;
	}

.inner-nav.slide.fixed .doc-names a {
	font-size: 29px;
	line-height: 28px;
	}

.inner-nav.slide.fixed .doc-names span {
	font-size: 18px;
	}

.topmenu {
    margin: -30px auto 0 auto;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
	}

.topmenu ul li {
    list-style: none;
    padding: 0 15px;
    position: relative;
	font-size: 18px;
    font-weight: 500;
    color: #232323;
	white-space: nowrap;
	}

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    transition: all 0.3s;
    white-space: nowrap;
	}

.topmenu ul li.active ul li a {
    color: #232323;
	}

.topmenu ul li a:hover, .topmenu ul li.active a, .topmenu ul li.active ul li a:hover, .topmenu ul li ul li.active a {
    color: #9f72b3;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    display: block;
    background: #f8f8f8;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
	}

nav.fixed .topmenu ul li ul {
    background: #fff;
	}

.topmenu ul li:hover ul {
    padding-top: 10px;
    max-height: 3000px;
    overflow-y: auto;
	}

.topmenu ul li ul li {
    display: block;
    padding: 10px;
	}

.top-right {
	display: flex;
    white-space: nowrap;
    align-items: flex-end;
    text-align: right;
    padding-bottom: 34px;
    flex: 1;
    flex-grow: 1;
    justify-content: flex-end;
	}

.top-phone {
    margin-right: 15px;
    position: relative;
    line-height: 35px;
    display: flex;
	align-items: flex-end;
    justify-content: center;
    flex-direction: column;
	}

.top-phone a {
    color: #9f72b3;
    font-size: 38px;
    font-weight: 500;
    position: relative;
    padding-left: 42px;
	}

.top-phone a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 35px;
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/phone-ico.png) no-repeat left center;
	}

.tp-locs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    line-height: 27px;
    margin-top: 4px;
	}

.tp-locs a::before {
	display: none !important;
	}

.tp-locs a {
    color: #424242;
    font-size: 26px;
    font-weight: 500;
    position: relative;
	padding: 0;
    margin: 0;
	}

.inner-nav.slide.fixed .content .top-right .top-phone a {
    font-size: 30px;
    position: relative;
    padding-left: 31px;
	}

.top-phone a::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/phone-ico.png) no-repeat left center;
	background-size: cover;
	}

.inner-nav.slide.fixed .content .top-right .top-phone .tp-locs a {
	font-size: 22px;
	line-height: 25px;
	}

.inner-nav.slide.fixed .content .top-right .top-phone a::before {
	top: 7px;
	height: 28px;
    width: 28px;
	}

.inner-nav.slide.fixed .content .top-right {
	padding: 6px 0;
	}

/*	
.top-location {
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    margin-right: 15px;
	}
*/
.topline {
    background: #eeeeee;
    display: flex;
	}

nav .social-btns {
    display: flex;
	}

nav .social-btn {
    margin-right: 1px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
	}

nav .social-btn:hover {
    transform: scale(1.1);
	}

nav .fb-wrap {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 57px;
    white-space: nowrap;
    margin-right: 1px;
	}

nav .fb-ico {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
	}

nav .fb-wrap:hover .fb-ico {
    transform: scale(1.1);
	}

.top-req {
    margin: 0 0 0 auto;
	}

.top-req a {
    height: 57px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    background: #501785;
    color: #fff;
    border: 1px solid #501785;
	}

.top-req a:hover {
    background: transparent;
    color: #9f72b3;
	}

.hamburger {
    display: none;
	}

nav p {
    padding: 0;
    margin: 0;
    display: inline-block;
	}

/* Slider block*/
.slider-block {
    text-align: center;
	}

.slider-block .content {
    text-align: center;
	}

.mobile-slide {
    display: none;
	}

.nivo-caption {
    background: rgba(0,0,0,0.7);
    padding: 0;
    opacity: 1;
	}

.nivo-caption p {
	padding: 0 !important;
	margin: 0;
	}

.theme-pure .nivoSlider {
  	margin-bottom: 0;
	}

.maintext-block-serv-wrapper {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    z-index: 11;
	}

.maintext-block-serv {
    display: inline-block;
    padding: 15px;
	background: rgb(34 34 34 / 78%);
    margin-top: 12%;
    float: left;
    text-align: left;
	}

.maintext-block-serv h2 {
	font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Cabin',sans-serif;
    margin: 0px 0 10px 0;
	}

.maintext-block-serv ul {
    padding: 0;
    margin: 0;
	}

.maintext-block-serv ul li {
    display: block;
    list-style: none;
    padding: 5px 0 5px 35px;
    position: relative;
	}

.maintext-block-serv ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/bullet.png) no-repeat center;
	}

.maintext-block-serv ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
	}

.maintext-block-serv ul li a:hover {
    text-decoration: underline;
	}

.maintext-block {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
	}

.maintext-block p {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 15px 0 5px !important;
    font-family: 'Cabin', sans-serif;
	}

.maintext-block h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    font-family: 'Cabin', sans-serif;
	}


/*Treatments block*/
.treatments-block .content {
    text-align: center;
	}

.treatments-block h2 {
    color: #9f72b3;
    font-size: 48px;
    font-weight: 300;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
	}

.treatments-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 2px;
    background-color: #cccccc;
	}

.treatments-block .btn{
    margin: 30px auto;
	}

/*Services block*/
.services-block {
    display: flex;
    background: #000;
	}

.services-item {
    flex: 1;
    padding: 0 3px;
    box-sizing: border-box;
	}

.services-item .img-wrap {
    padding: 10px;
    border: 1px solid #fff;
    margin: 10px 0;
	}

.services-item .img-wrap img {
    width: 100%;
	}

.service-title {
    display: block;
    color: #fff ;
    font-size: 24px;
    font-weight: 400;
    padding: 10px;
    background: #9f72b3;
    text-align: center;
    border: 1px solid #9f72b3;
    transition: all 0.3s;
	}

.service-title a {
    color: #fff !important;
	}

.service-title:hover {
    background: transparent;
    color: #9f72b3 !important;
	}

.service-title:hover a {
	color: #9f72b3 !important;
	}

/* About block*/
.about-block {
    padding: 50px 15px 50px 15px;
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/about-bg.jpg) no-repeat center;
    background-size: cover;
    background-color: #c0a5cc;
    background-blend-mode: luminosity;
	}

.about-block .content {
	padding: 40px;
	background-color: rgb(255 255 255 / 85%);
	}

.about-block h2 {
    color: #9f72b3;
    font-size: 48px;
    text-align: center;
    font-weight: 300;
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto 20px auto;
	}

.about-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 2px;
    background-color: #cccccc;
	}

.about-box p {
    color: #fff;
    text-align: left;
	}

.about-block .btn-primary {
	margin-top: 20px;
	}

/*Doctors block*/
.doctors-block {
    padding: 50px 0 30px;
	}

.doctors-block .content {
    text-align: center;
	}

.doctors-block h2 {
    font-weight: 300;
    color: #9f72b3;
    font-size: 44px;
    text-align: center;
  	margin: 0 auto 30px auto;
	}

.doctors-block .doctor {
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    max-width: 24%;
    transition: all 0.3s;
	}

.doctors-block .doctor:hover {
    transform: scale(1.02);
	}

.doctor a {
    font-size: 20px;
    color: #501785;
    font-weight: 700;
	}

.doctors-block .doctor img {
    max-width: 100%;
    box-shadow: 3px 5px 3px rgba(0,0,0,0.2);
    display: block;
    margin-bottom: 15px;
	}

.doctors-block.staff {
    padding: 0 0 50px;
	}

.doctors-block.staff {
    padding: 0 0 50px;
	}

.doctors-block.staff .staff {
    max-width: 800px;
  	margin: 0 auto;
  	}

.doctors-block.staff .staff img {
    width: 100%;  
  	box-shadow: 3px 5px 3px rgba(0,0,0,0.2);
  	}

/*Our Doctor*/

.inner-pages .doctor {
    float: right;
	margin: 0 0px 10px 10px;
	font-size: 20px;
	color: #501785;
	font-weight: bold;
	text-align: center;
	height: auto;
    width: 250px;
}

.inner-pages .doctor img {
	margin-bottom: 10px;
	}

/*Locations block*/
.locations-block {
	padding: 30px 0;
	text-align: center;
    background-image: linear-gradient(to bottom, rgb(159 114 179 / 60%), rgb(159 114 179 / 60%)), url(https://www.healthyfeeteasttexas.com/templates/theme/images/locations-bg.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

.locations-block  .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}

.loc {
    width: 380px;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background: rgb(255 255 255 / 85%);
    margin: 10px;
    border-radius: 10px;
	}

.loc h2 {
	font-weight: 300;
	color: #501785;
    font-size: 32px;
	margin: 0;
	}

.loc .address {
	font-size: 20px;
	margin: 10px 0 30px 0;
	color: #2e2e2e;
	}

.loc .phone {
	font-size: 26px;
	font-weight: 500;
	color: #501785;
	white-space: nowrap;
	}

.loc .shedule {	
    font-size: 20px;
    color: #9f72b3;
    font-weight: 500;
    width: 236px;
    text-align: left;
    margin: 15px auto 0;
	}

.loc .day {
    padding-right: 10px;
	}

.loc .btn {
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 13px 13px;
    border-radius: 10px;
	}

.loc .soc-btn {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/google-icon.png) #ab2b2a no-repeat 70px center;
	font-size: 18px;
	color: #fff;
	font-weight: 400;	
	box-sizing: border-box;
	border: 1px solid #ab2b2a;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s;
	margin: 20px auto 5px;
	display: inline-block;
	vertical-align: middle;
	}

.loc .soc-btn a {
	color: #fff;
	padding: 8px 73px 8px 93px;
	display: block;
	}

.loc .soc-btn:hover {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/google-icon.png) #501785 no-repeat 70px center;
	color: #501785;
	border: 1px solid #501785;
	}

/*Connect block*/
.connect-block {
    background: #fff;
	}

.connect-block .content {
    text-align: center;
	}

.connect-block h3 {
    font-weight: 300;
    font-size: 44px;
    color: #9f72b3;
    text-align: center;
    padding: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
	}

.connect-block .social-btns {
    display: inline-block;
    vertical-align: middle;
	}

.connect-block .social-btn {
    font-size: 14px;
    color: #fff;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #9f72b3;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
	}

.connect-block .fb-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 97px;
    white-space: nowrap;
    padding: 0;
    margin: 0 2px;
	}

.connect-block .fb-ico {
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/fb-ico.png) #9f72b3 no-repeat 10px center;
    position:absolute;
    left: 0;
	}

.connect-block .fb-wrap:hover .fb-ico {
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/fb-ico.png) #fff no-repeat 10px center;
    color: #9f72b3;
	}

.connect-block .twit-ico {
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/twit-ico.png) #9f72b3 no-repeat 10px center;
	}

.connect-block .twit-ico:hover {
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/twit-ico.png) #fff no-repeat 10px center;
    color: #9f72b3;
	}

.connect-block .goog-ico {
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/goog-ico.png) #9f72b3 no-repeat 10px center;
	}

.connect-block .goog-ico:hover {
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/goog-ico.png) #fff no-repeat 10px center;
    color: #9f72b3;
	}

.bot-social-btns {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
	}

.bot-social-btns div {
    height: 45px;
    width: 45px;
    box-sizing: border-box;
    border: 1px solid #9f72b3;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
	}

.bot-fb-ico {
    height: 45px;
    width: 45px;
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/bot-fb.png) no-repeat center #9f72b3;
	}

.bot-fb-ico:hover {
    transform: scale(1.1);
	}

.bot-twit-ico {
    height: 45px;
    width: 45px;
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/bot-twit.png) no-repeat center #9f72b3;
	}

.bot-twit-ico:hover {
    transform: scale(1.1);
	}

/*Footer*/
footer {
    background: #321e44;
	}

footer .content {
    text-align: center;
	}

.logo-footer {
    display: block;
    padding: 30px;
    max-width: 430px;
    margin: 0 auto;
	}

.quick-links-block {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    text-align: left;
	}

footer h4 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0;
    padding-top: 0;
	}

.quick-links-block ul {
    padding: 0;
    margin: 0;
	}

.quick-links-block ul li {
    display: block;
    list-style: none;
    padding: 2px 0;
	color: #d1d1d0;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
	font-weight: 400;
	}

.quick-links-block ul li ul {
	padding-left: 5px;
	font-weight: 400;
	}

.quick-links-block ul li a {
    color: #d1d1d0;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
	font-weight: 400;
	}

.quick-links-block ul li a:hover {
    text-decoration: underline;
	}

.bottom-loc-block {
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 30px 30px;
    text-align: left;
    color: #d1d1d0;
    font-size: 16px;
    line-height: 25px;
	font-weight: 400;
	}

.white-text {
    color: #fff;
	}

.offices-block {
    display: flex;
	}

.office {
    padding-right: 30px;
	}

.copy-left, .copy-right {
    text-align: left;
    float: left;
    color: #bbbbbb;
    font-size: 14px;
    padding: 30px;
	}

.copy-left a, .copy-right a {
    color: #bbbbbb;
    text-decoration: none;
	}

.copy-left a:hover, .copy-right a:hover {
    text-decoration: underline;
	}

.copy-right {
    text-align: right;
    float: right;
	}

.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 8999;
    opacity: 1;
    transition: all 0.3s;
    display: none;
    cursor: pointer;
	}

.scroll-to-top.active {
    display: block;
	}

.scroll-to-top:hover {
    opacity: 0.8;
	}

/*Joomla corrections*/
.social-btns p, .top-phone p, .connect-block p, .doctors-block h2 p {
    display: inline-block;
    padding: 0;
    margin: 0;
	}

.social-btns a {
    color: #fff;
	}

.social-btns a:hover {
    color: #9f72b3;
	}

/*Inner pages*/
.inner-pages {
    padding-bottom: 30px;
	}

.inner-pages a {
    color: #9f72b3;
	}

.inner-pages img {
    max-width: 100% !important;
    height: auto !important;
	}

.inner-pages .page-header h2 {
    background: #fff;
    font-size: 48px;
    color: #9f72b3;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 30px 0;
	}

.inner-pages .page-header h2::after {
    content: '';
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -50px;
    background: #babcbe;
	}

/*K2*/
div.latestItemsCategory {
    background: transparent;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 0;
	}

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #9f72b3;
	}

#k2Container {
    padding-top: 30px;
	}

div.itemToolbar {
    display: none;
	}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
    padding: 10px 20px;
    margin: 0;
	}

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
    margin: 0;
    display: block;
    padding: 8px 0 8px 15px;
	}

.clearList {
    display: none !important;
	}

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
	}
	
#one {
	float: left;
	width: 53%;
	padding-right: 2%;
	}
	
#two {
	width: 45%;
	float: right;
	margin-bottom: 20px;
	}
	
#address {
	float: left;
	width: 45%;
	}
	
#week {
	float: left;
	width: 105px;
	}
	
#hours {
	float: left;
	width: 200px;
	}
	
#offices {
	margin: 0;
	width: 100%;
	float: left;
	}

#offices.images {
	margin-top: 20px;
  	text-align: center;
	}

#offices.images img {
	/* margin: 5px; */
  	max-width: 100;
  	height: auto;
	}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}

#osmap.osmap-sitemap .even {
    padding: 2px 0;
	}

.formTableLayout {
  	margin: 0 auto;
	}

.formTableLayout button#Send {
    background: #501785;
    color: #fff;
    border-color: #501785;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border: 2px solid transparent;
	}

.formTableLayout button#Send:hover {
    background: #fff;
    color: #501785;
    border-color: #fff;
    border: 2px solid;
    cursor: pointer;
	}

.formTableLayout tr.rsform-block>td {
    padding: 5px;
	font-weight: 600;
	}

input, textarea, button , select {
    outline: none;
    padding: 4px;
	}

/*Joomla content*/

body.homepage .content.h {display: none;}

.content.full {
	flex-wrap: wrap;
    display: flex;
	}

.divContent {
	flex: 0 0 80%;
	/*max-width: 1000px;
	float: left;*/
	}

.divRight {
	flex: 0 0 20%;
	/*max-width: 300px;
	float: right;*/
	}

.divRight .moduletable {
	margin-top: 25px;
	padding-left: 40px;
	}

.divRight .moduletable ul {
	padding: 0px 4px !important;
	}

.divRight .moduletable ul li {
	padding: 5px 0 5px 3px !important;
	}

body.bfa #k2Container {
    padding-top: 0;
	}

.latestItemsCategory {
	float: right;
    width: 30px;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #9f72b3;
	}

@media only screen and (max-width: 1570px) {
.maintext-block-serv {
    margin-top: 8%;
	}
}


@media only screen and (max-width: 1450px) {
.inner-nav.slide.fixed .content .top-right .top-phone .tp-locs a {
	font-size: 20px;
	line-height: 22px;
	}

.inner-nav.slide.fixed .content .top-right .top-phone {
	margin-right: 15px;
	position: relative;
	line-height: 24px;
	}
}

@media only screen and (max-width: 1370px) {
/*Nav*/
.topmenu ul li {
	padding: 0 8px;
	}

.topmenu ul li.parent:after {
	right: -2px;
    }
/*
.top-right {
	padding: 30px 0 0 0;
	flex-direction: column;
	align-items: flex-end;
	}

.top-location {
	padding-bottom: 10px;
	}
*/
/*Slider block */
.maintext-block-serv {
	margin-top: 9%;
	}
	
.maintext-block-serv h2 {
	font-size: 25px;
	}
	
.maintext-block-serv ul li a {
	font-size: 17px;
	}
	
.maintext-block-serv ul li:before {
	top: 2px;
	}

.maintext-block p {
	font-size: 20px;
    }

.maintext-block h3 {
	font-size: 18px;
    }
}

@media only screen and (max-width: 1250px) {
.top-req a {
    height: 42px;
	}

nav .fb-wrap {
    width: 43px;
    height: 42px;
    overflow: hidden;
	}

.social-btn img {
  	height: 42px;
	}

.maintext-block-serv {
	margin-top: 80px;
	}
	
/*Locations block*/
.loc h2 {
	font-size: 34px;
	}

.loc .phone {
	font-size: 23px;
	}

.loc .shedule {
	font-size: 17px;
    }
}

@media only screen and (max-width: 1215px) {

#address {
	width: 100%;
	}
	
#week {
	margin: 20px 0 0;
	}
	
#hours {
	float: left;
	margin: 20px 0 0;
	}
  
#map iframe {
    height: 606px;
	}
}

@media only screen and (max-width: 1200px) {

.top-logo-line {
	max-width: 350px;
	margin-bottom: 5px;
	}

.inner-logo img {
	width: 120px;
	}

.inner-nav.slide.fixed .inner-logo img {
	width: 100px;
	height: auto;
	}

.inner-nav.slide.fixed .content .top-right {
	padding: 10px 0;
	}

.topmenu {
	margin: -10px auto 10px auto;
	}

.topmenu ul li {
	padding: 0 4px;
    font-size: 15px;
	}

.topmenu ul li a {
    font-size: 15px;
	}

.topmenu ul li.parent:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -2px;
	width: 0;
	height: 0;
	margin-left: 1px;
	vertical-align: middle;
	border-top: 2px solid;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
	}

.doc-names {
	padding-bottom: 4px;
	}

.doc-names a {
	font-size: 25px;
	line-height: 26px;
	}

.doc-names span {
	font-size: 16px;
	}

.top-location {
	font-size: 14px;
	}

.top-phone a {
	font-size: 28px;
	padding-left: 32px;
	}

.top-phone a::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 26px;
	height: 25px;
	background-size: 100% auto;
	}

.tp-locs a {
	font-size: 20px;
	}

.tp-locs {
	line-height: 20px;
	margin-top: 0px;
	padding-top: 6px;
	}

.maintext-block-serv {
	margin-top: 45px;
	}
}

@media only screen and (max-width: 1150px) {
.maintext-block-serv-wrapper {
	top: 185px;
	}

.maintext-block-serv {
	margin-top: 30px;
	}
	
/*Navbar*/
.topmenu ul li {
	font-size: 15px;
	}

.topmenu ul li a {
	font-size: 15px;
	}

.top-right {
	text-align: right;
	}

/* Services block*/
.service-title {
	font-size: 15px;
    }

/*Connect block*/
.connect-block h3 {
	padding: 15px 0;
	margin: 0;
  	display: block;
	}

.connect-block .social-btns {
	padding: 0 0 27px 0;
	}

/*Footer*/
.logo-footer {
	max-width: 330px;
	}
}

@media only screen and (max-width: 1080px) {
/*Slider block*/
.maintext-block-serv-wrapper {
    position: relative;
    top: 0;
	}
	
.maintext-block-serv {
    margin: 30px auto 30px;
    display: block;
    float: none;
    max-width: 360px;
	}
	
.maintext-block p {
	font-size: 22px;
	}

.maintext-block h3 {
	font-size: 18px;
	}

/*Doctors block*/
.doctor a {
	font-size: 16px;
	}

/*Locations block*/
.loc h2 {
	font-size: 26px;
	}

.loc .address {
	font-size: 17px;
	}

.loc .phone {
	font-size: 18px;
	}

.loc .shedule {
	font-size: 16px;
	}

/*Footer*/
.logo-footer {
	display: block;
	margin: 0 auto;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

@media only screen and (max-width: 910px) {
	
table.pe td {
	display: block;
	}
	
table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 767px) {

.top-logo-line {
	width: 100%;
    max-width: 288px;
	margin: 0 auto 0 0;
    padding-left: 0px;
	flex-direction: row-reverse;
	}

.flex-p {
	flex-grow: 0;
	flex: 0;
	display: none;
	}

.top-logo-line {
	order: 1;
	}

/* .doc-names {
	padding-bottom: 0px;
	margin: 27px auto 24px 0px;
	} */

.doc-names {
	position: absolute;
	top: 72px;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
	}

.inner-logo {
	width: 100px;
	max-width: 100px;
	padding: 5px 7px;
	}

.inner-logo img {
	max-width: 100px;
	}

/*Latest Nav Code*/
/*
.doc-names {
    margin: 0 20% 0;
	}
*/
.doc-names a, 
.inner-nav.slide.fixed .doc-names a {
	font-size: 24px;
	line-height: 22px;	
	}

.doc-names span, 
.inner-nav.slide.fixed .doc-names span {
	font-size: 15px;
	}

.inner-nav.slide.fixed .doc-names {
	margin: 0;
	top: 36px;
	}

.top-phone {
    align-items: center;
    justify-content: center;
	}

.tp-locs {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
	}

.tp-locs a {
	padding: 0px 10px 4px;
	}

nav.slide.fixed .content .top-right {
	display: none;
	}

/* nav.slide.fixed .content .doc-names {
	display: none;
	} */

nav.slide.fixed .content .hamburger {
	top: 25px;
	}

/*------*/
.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0,10px,0) rotate(45deg);
	position: fixed;
	top: 25px;
	}

.btn {
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 14px;
	}

/*Navbar*/
.hamburger {
	display: inline-block;
    z-index: 9002;
    margin: 20px;
    position: absolute;
    right: 5px;
	top: 65px;
	}

.inner-nav.slide.fixed .hamburger {
    top: 0px;
	}

.topmenu {
	position: fixed;
	z-index: 9001;
	top: -150%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	transition: all 0.3s;
	margin: 0;
	}

.topmenu.active {
	top: 0;
	}

.topmenu ul {
	display: block;
	padding: 40px 15px 15px 15px;
	}

.topmenu ul li {
	display: block;
	padding: 5px;
	}

.topmenu ul li.parent:after {
	display: none;
	}

.topmenu ul li a {
	font-size: 15px;
	}

.topmenu ul li ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	display: block;
	background: transparent;
	max-height: 3000px;
	overflow-y: visible;
	padding: 5px 0 0 0;
	}

.topmenu ul li ul li {
	padding: 5px 10px;
	}

nav.fixed .topmenu ul li ul {
	background: transparent;
	}

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}

nav .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	}

.topline .content {
	flex-direction: unset;
	}

.inner-logo {
	width: 100px;
	}

.top-phone {
	margin: 0 0 0 0;
	padding: 0;
	}

.top-right {
	/*display: block;
	margin: 0px auto 15px;
	text-align: center;
	width: 100%;
	padding-bottom: 0;*/
	display: flex;
	margin: 0px auto 10px;
    text-align: center;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    flex: 1;
    order: 2;
	}

.top-location {
	margin: 0;
	}

/*Secondary Menu*/
/*
nav.slide.fixed .inner-logo {
	display: none;
	}
*/
nav.slide.fixed .top-right {
    margin: 15px auto 15px 15px;
    text-align: left;
	}

/*Slider block*/
.slider-block {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/topbg-mob.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0 0;
	}

.nivo-slider-wrapper {
	display: none;
	}

.mobile-slide {
	display: block;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	padding: 10px;
	margin-top: 70px;
  	}
	
.maintext-block p {
	font-size: 19px;
	}

/*Treatments block*/
.treatments-block h2 {
	font-size: 28px;
	}

/* Services block*/
.services-block {
	flex-wrap: wrap;
	}

.services-item {
  	flex: 33.333%;
	}

/*About block*/
.about-block {
    background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/about-bg-mob.jpg) no-repeat center;
	background-size: cover;
	background-color: #c0a5cc;
	background-blend-mode: luminosity;
	}

.about-block h2 {
  	font-size: 28px;
	}

/*Doctors block*/
.doctors-block h2 {
	font-size: 28px;
    }

.doctors-block .doctor {
	padding: 20px;
	max-width: 350px;
    }

.doctor a {
	font-size: 17px;
    }

/*Locations block*/
.locations-block {
    background-image: linear-gradient(to bottom, rgb(159 114 179 / 60%), rgb(159 114 179 / 60%)), url(https://www.healthyfeeteasttexas.com/templates/theme/images/locations-bg-mob.jpg);
	background-size: cover;
    }

.loc {
	width: 360px;
	}

.loc .soc-btn {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/google-icon.png) #ab2b2a no-repeat 40px center;
	font-size: 14px;
	margin: 20px auto 5px;
	display: block;
	max-width: 180px;
	font-weight: 600;
	}

.loc .soc-btn a {
	padding: 8px 10px 8px 30px;
	}

.loc .soc-btn:hover {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/google-icon.png) #501785 no-repeat 40px center;
	}

/*Connect block*/
.connect-block h3 {
	font-size: 26px;
	padding: 15px;
	margin: 0 auto;
	display: block;
	}

/*Footer*/
footer .content {
	text-align: left;
	}

.logo-footer {
	display: block;
	vertical-align: top;
	padding: 15px 0;
	max-width: 90%;
	}

.copy-left, .copy-right {
	float: left;
	padding: 15px 30px;
	font-size: 12px;
	}

footer h4 {
	font-size: 14px;
	}

.quick-links-block ul li {
	font-size: 14px;
	line-height: 16px;
	}

.quick-links-block ul li a {
	font-size: 14px;
	line-height: 16px;
	}

.bottom-loc-block {
	font-size: 14px;
	line-height: 18px;
  	}

.scroll-to-top {
	width: 30px;
	bottom: 15px;
	right: 15px;	
  	}

/*Inner pages*/
.inner-pages .page-header h2 {
	font-size: 28px;
    }
  
#offices .nivo-slider-wrapper {
	display: block;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

@media only screen and (max-width: 760px) {
#one {
	width: 100%;
	padding-right: 0px;
	}
	
#two {
	width: 100%;
	}
  
 #two iframe {
    height: 450px;
	}
}

@media only screen and (max-width: 730px) {
img.pe , img.se , img.np {
	float: none !important;
	margin: 0 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}
}

@media only screen and (max-width: 590px) {

/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	}
}

@media only screen and (max-width: 550px) {
/*Nav*/
/*
.hamburger {
    margin: 24px 20px;
	}

nav.slide.fixed .hamburger {
	margin: 20px;
	}
*/

.hamburger {
    top: 55px;
	}

nav .fb-wrap {
	margin: 0 -4px 0 0;
    }

nav .fb-wrap {
	width: 30px;
	height: 30px;
	margin-right: 2px;
    }

.social-btn img {
	height: 30px;
    }

.top-req a {
	height: 30px;
	padding: 10px 10px;
	font-size: 15px;
	}

/* .doc-names {
	top: 20px;
	} */

/*Services block*/
.services-block {
	flex-wrap: wrap;
	}

.services-item {
	flex: 100%;
  	}

/*Locations block*/
.locations-block .content {
	display: block;
	flex: auto;
	text-align: center;
	}

.loc {
	margin: 10px auto;
	}

.loc h2 {
	font-size: 23px;
	}

.loc .address {
	font-size: 16px;
    }

.loc .phone {
  	font-size: 18px;
	}

.loc .shedule {
	font-size: 16px;
	margin: 15px auto 0;
	text-align: left;	
    }

/*Footer*/
.logo-footer {
	display: block;
	margin: 0 auto;
    }

/*Connect block*/
.connect-block .social-btn {
	font-size: 12px;
	padding: 5px 6px 3px 26px;
    }

.connect-block .fb-wrap {
	width: 72px;
    }

.connect-block .fb-ico {
	background: #9f72b3 url(https://www.healthyfeeteasttexas.com/templates/theme/images/fb-ico.png) no-repeat 5px center;
	}

.connect-block .fb-wrap:hover .fb-ico {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/fb-ico.png) #76c5d5 no-repeat 5px center;
	}

.connect-block .twit-ico {
	background: #9f72b3 url(https://www.healthyfeeteasttexas.com/templates/theme/images/twit-ico.png) no-repeat 5px center;
	}

.connect-block .twit-ico:hover {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/twit-ico.png) #76c5d5 no-repeat 5px center;
	}

.connect-block .goog-ico {
	background: #9f72b3 url(https://www.healthyfeeteasttexas.com/templates/theme/images/goog-ico.png) no-repeat 5px center;
	}

.connect-block .goog-ico:hover {
	background: url(https://www.healthyfeeteasttexas.com/templates/theme/images/goog-ico.png) #76c5d5 no-repeat 5px center;
	}

/*Footer*/
.offices-block {
	display: block;
	}

.office {
	padding-right: 30px;
	padding-bottom: 30px;
	}	
	
/*Our Doctor*/
.inner-pages .doctor {
	float: none;
	margin: 0 auto 10px;
	height: auto;
	width: 100%;
	}
}

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

tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {display: block;}

textarea#Message , tbody#rsform_4_page_0 textarea {
  	width: 90%;
  	display: block;
  	}

.rsform-input-box {
  	width: 65% !important; 
  	display: block;
  	}

table#cal4_0 tbody td {
	display: table-cell;
	}
}

@media only screen and (max-width: 470px) {

.top-logo-line {
	max-width: 265px;
	}

.doc-names a,
.inner-nav.slide.fixed .doc-names a  {
    font-size: 18px;
	line-height: 18px;
	}

.doc-names span,
.inner-nav.slide.fixed .doc-names span {
	font-size: 11px;
	}

.inner-nav.slide.fixed .doc-names {
	top: 42px;
	}

.top-phone a {
	font-size: 24px;
	}
	
.tp-locs a {
	font-size: 20px;
	}	

}

@media only screen and (max-width: 430px) {
.maintext-block-serv h2 {
	font-size: 22px;
	}

.maintext-block-serv {
	max-width: 317px;
	}

}

@media only screen and (max-width: 420px) {

.maintext-block-serv h2 {
    font-size: 20px;
	}
	
.maintext-block-serv {
    max-width: 300px;
	}
	
.maintext-block p {
    font-size: 17px;
	}	
	
}

@media only screen and (max-width: 410px) {
.loc {
	width: 100%;
	}

}}
