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

#system-message {
  	display: none !important;
	} 

.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: 20px;
    padding: 13px 13px;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
	}

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

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

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

.btn-primary:hover a {
    color: #ffc543;
	}
	
.top-right {
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-align: right;
    margin: 0 0 0 auto;
    flex: 1;
    flex-direction: row-reverse;
	}

.toploc {
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    font-size: 20px;
    line-height: 21px;
    margin-left: 20px;
	}

.toploc div {
	line-height: 23px;
	}

.toploc a {
    margin-left: 5px;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
  	font-weight: 500;
	}

.topline {
    background: #35a1db;
    display: flex;
    padding: 5px 15px;
	}

.topline .content {
    background: none;
    }

nav .social-btns {
    display: flex;
    flex: 1;
	}

nav .social-btn {
    margin-right: 5px;
    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: 32px;
    height: 32px;
    white-space: nowrap;
    margin-right: 5px;
	}

nav .fb-wrap iframe, nav .fb-wrap .fb-like {
    width: 32px !important;
    height: 32px !important;
    overflow: hidden;
	}

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

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

.top-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 5px;
    }

.top-button {
    color: #fff;
    font-weight: 500;
    border: 2px solid #ab2b2b;
    padding: 3px 10px;
    border-radius: 3px;
    text-align: center;
    margin: 1px 0 2px 0;
    background: #ab2b2b;
    }

.top-button:hover {
    color: #ab2b2b;
    border: 2px solid #ab2b2b;
    background: #fff;
    }

.top-button.pp {
    color: #fff;
    border: 2px solid #064266;
    background: #064266;
    }

.top-button.pp:hover {
    color: #064266;
    border: 2px solid #064266;
    background: #fff;
    }


.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: #fff;
    transition: all 0.3s;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

#homepage nav {
    background: transparent;
    position: absolute;
    }

#homepage nav.slide {
    background: #fff;
    position: relative;
    }

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;
    position: fixed !important;
	}

nav .content {
    max-width: 3000px;
    display: flex;
    align-items: center;
    padding: 0;
    background: rgb(255 255 255 / 90%);
	}

.inner-logo {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
	}

.inner-logo img {
    max-width: 100%;
  	height: auto;
	}

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

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

.topmenu li {
    list-style: none;
    position: relative;
    font-family: 'Cabin',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
	margin: 0 3px;
    transition: all 0.3s;
    white-space: nowrap;
    border-radius: 3px;
	}

.topmenu li.parent:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 5px;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    border-top: 4px solid #35a1db;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu li a , .nav-header , span.separator {
    font-family: 'Cabin', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #35a1db;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 3px;
	}
	
.nav-header {
    margin-right: 10px;
    }
	
.topmenu li.parent {
    margin-right: 10px;
	}

.topmenu li.parent a {
    padding: 6px 20px 6px 12px;
	}

.topmenu li.active li a {
    color: #fff;
    background: transparent;
	}

.topmenu li a:hover, .topmenu li.active a, .topmenu li.active li a:hover, .topmenu li li.active a {
    background: #35a1db;
    background: -moz-linear-gradient(top,  #35a1db 0%, #075c8d 100%);
    background: -webkit-linear-gradient(top,  #35a1db 0%,#075c8d 100%);
    background: linear-gradient(to bottom,  #35a1db 0%,#075c8d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a1db', endColorstr='#075c8d',GradientType=0 );
    color: #fff;
	}

.topmenu li.parent li a {
    padding: 6px 12px;
	}

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

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

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

.topmenu li li {
    display: block;
    padding: 10px;
	}
	
.topmenu li li:last-child {
	margin-bottom: 10px;
	}

li.item-852 a , li.item-852.current.active a , li.item-852 a:hover {
  	background: #F44336;
    background: -moz-linear-gradient(top, #35a1db 0%, #075c8d 100%);
    background: -webkit-linear-gradient(top, #942300 0%, #de0b0b 100%);
    background: linear-gradient(to bottom, #e23600 0%, #de0b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a1db', endColorstr='#075c8d',GradientType=0 );
    color: #fff !important;
	}

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

.hamburger {
    display: none;
	}

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

/* Slider block*/
.slider-block {
    text-align: center;
    position: relative;
    max-height: 900px;
    overflow: hidden;
    }

.nivo-slider-wrapper {
    position: relative;
    z-index: 10;
	}

.maintext-block {
    text-align: center;
    position: absolute;
    top: 260px;
    left: 100px;
    width: 562px;
    padding: 0 0 20px 10px;
    z-index: 11;
    background: rgba(4,4,4,0.55);
    }

.maintext-block h2 {
    font-size: 37px;
    color: #fff;
    font-weight: 400;
    font-family: 'Cabin',sans-serif;
    }

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

.maintext-block li {
    display: block;
    list-style: none;
    padding: 5px 0 5px 35px;
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: 'Cabin', sans-serif;
	}

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

.maintext-block li a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: 'Cabin', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	}

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

.subtext-block {
    font-family: 'Roboto',sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 11;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    box-sizing: border-box;
    background: rgba(4,4,4,0.55);
    padding: 15px 0 15px;
    }

.nivo-caption {
    background: transparent;
    padding: 0;
    opacity: 1;
	}

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

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

.services-item {
    height: 470px;
    padding: 25px;
    display: flex;
    flex: 1;
    align-items: flex-end;
    text-align: center;
    transition: all 0.3s;
	}

.services-item.item1 {
    background: url(https://www.footdoctorokc.com/templates/theme/images/service1.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item2 {
    background: url(https://www.footdoctorokc.com/templates/theme/images/service2.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item3 {
    background: url(https://www.footdoctorokc.com/templates/theme/images/service3.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item4 {
    background: url(https://www.footdoctorokc.com/templates/theme/images/service4.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item5 {
    background: url(https://www.footdoctorokc.com/templates/theme/images/service5.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item.item6 {
    background: url(https://www.footdoctorokc.com/templates/theme/images/service6.jpg) no-repeat center;
    background-size: auto 100%;
	}

.services-item:hover {
	background-size: auto 120%;
	}

.services-item a {
    /* display: block; */
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 5px solid rgba(255,255,255,0.5);
    border-bottom: 5px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 24px;
    text-decoration: none;
  	min-height: 58px;
 	display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
	}

.services-item a span {
    display: block;
    font-size: 20px;
    }

/* About block*/
.about-block {
    padding: 50px 0;
    background: #f4f4f4;
	}

.about-block h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    color:#151515;
    padding-bottom: 20px;
    margin: 0 auto 20px auto;
    position: relative;
	}

.about-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    background-color: #35a1db;
	}

.about-block p a {
    color: #35a1db;
    font-weight: 700;
    }

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

.about-block .image {
    float: left;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    max-width: 34%;
    text-align: center;
	}

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

.ab-vid-wrap {
    width: 440px;
    height: 245px;
    float: right;
    margin: 0 0 15px 15px;
    }

/*Doctors block*/
.doctors-block {
    padding: 50px 0;
    background: #fff;
	}

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

.doctors-block h2 {
    font-weight: 400;
    font-family: 'Cabin', sans-serif;
    color: #151515;
    font-size: 44px;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto 20px auto;
    position: relative;
	}

.doctors-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    background-color: #35a1db;
	}

.doctors-block .doctor {
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
	}

.doctor a {
    font-size: 20px;
    color: #35a1db;
    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;
    transition: all 0.3s;
	height: auto;
	}

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

/*Locations block*/
.locations-block {
    background: url(https://www.footdoctorokc.com/templates/theme/images/locations-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
	}

.locations-block .content {
    display: flex;
    justify-content: space-around;
	}

.loc {
    margin: 0 10px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: rgb(255 255 255 / 90%);
    text-align: center;
	}

.loc h2 {
    font-weight: 400;
    color: #35a1db;
    font-family: 'Cabin', sans-serif;
    font-size: 44px;
    margin: 0;
	}

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

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

.loc .note {
    margin: 10px auto 0;
    font-size: 18px;
    color: #ff0000;
    font-weight: 500;
    text-align: center;
    height: 40px;
    }

.loc .shedule {
    margin: 10px auto 0 auto;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 500;
    text-align: left;
	}

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

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

.loc .address.two-row {
    margin: 34px auto 30px;
	}

.table-row.red {
    color: #ff0000;
	}

/*What Our Patients Are Saying*/
.testimonials-block {
    background: rgb(30, 103, 200);
	text-align: center;
	padding: 50px 0;
	background-image: linear-gradient(to bottom, rgba(0, 25, 56, 0.75), rgb(0, 25, 56, 0.75)), url(https://www.footdoctorokc.com/templates/theme/images/testimonilas-bg.jpg);
    background-size: cover;
	}

.testimonials-block h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 44px;
    text-align: center;
    margin: 0;
	}

/*Blogs block*/
.blogs-block {
    padding: 50px 0;
    background-image: linear-gradient(to bottom, rgb(53 161 219 / 60%), rgb(53 161 219 / 60%)), url(https://www.footdoctorokc.com/templates/theme/images/blogs-bg.jpg);
    background-size: cover;
    text-align: center;
	}

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

.blogs-block h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 10px 0;
	}

.blogs-list ul {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: left;
	}

.blogs-list li {
    list-style: none;
    display: block;
    padding: 8px 0 8px 15px;
    position: relative;
	}

.blogs-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
	}

.blogs-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
	}

.blogs-list li a:hover {
    text-decoration: underline;
	}

.blogs-block .btn {
    margin-top: 30px;
	}

/*Connect block*/
.connect-block {
    padding: 20px 0;
    background: #fff;
	}

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

.connect-block h3 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #444444;
    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 #ffc543;
    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.footdoctorokc.com/templates/theme/images/fb-ico.png) #ffc543 no-repeat 10px center;
    position:absolute;
    left: 0;
	}

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

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

.connect-block .twit-ico:hover {
    background: url(https://www.footdoctorokc.com/templates/theme/images/twit-ico.png) #fff no-repeat 10px center;
    color: #ffc543;
	}
	
.connect-block .pint-ico {
    background: url(https://www.footdoctorokc.com/templates/theme/images/pinterest-ico.png) #ffc543 no-repeat 10px center;
    }
	
.connect-block .pint-ico:hover a {
    color: #ffc543;
	}

.connect-block .pint-ico:hover {
    background: url(https://www.footdoctorokc.com/templates/theme/images/pinterest-ico.png) #fff no-repeat 10px center;
    color: #ffc543;
	}

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

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

.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 #ffc543;
    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.footdoctorokc.com/templates/theme/images/bot-fb.png) no-repeat center #ffc543;
	}

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

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

.bot-twit-ico:hover {
    transform: scale(1.1);
	}
	
.bot-pint-ico {
    height: 45px;
    width: 45px;
    background: url(https://www.footdoctorokc.com/templates/theme/images/bot-pint.png) no-repeat center #ffc543;
	}

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

/*Footer*/
footer {
    background: #020f20;
	}

footer .content {
    text-align: center;
	}
	
footer .content.f {
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 2%;
	}
	
.logo-block {
	flex: 1 1 0;
    width: 0;
	}
	
.logo-block p {
	color: #d1d1d0;
	}

.logo-footer {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    max-width: 430px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
	}
	


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

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

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

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

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

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

.quick-links-block ul ul {
  	margin: 3px 0 0 5px;
	}

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

.white-text {
    color: #fff;
	}

.offices-block {
    display: flex;
	}

.office {
    padding-right: 30px;
	}

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

.copy-left a, .copy-right a {
    color: #6e6d6d;
    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: 72px;
    left: 20px;
    z-index: 8999;
    opacity: 1;
    transition: all 0.3s;
    display: none;
    cursor: pointer;
  	height: auto;
	}

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

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

.rabutton {
    max-width: 350px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99;
    }

.rabutton .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
        
.rabutton .buttonrs {
    min-width: 255px;
    min-height: 45px;
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #fff;
    background: #b71c1c;
    border: none;
    border-radius: 3px;
    box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px 20px;
    }
    
.rabutton .buttonrs::before {
    content: '';
    border-radius: 13px;
    min-width: calc(250px + 28px);
    min-height: calc(40px + 4px);
    border: 4px solid #bf0000;
    box-shadow: 0 0 60px rgb(195 195 195 / 64%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    }
        
.rabutton .buttonrs:hover, .buttonrs:focus {
    color: #da0000;
    transform: translateY(-6px);
    background: #fff;
    }
        
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
    opacity: 1;
    }
    
.rabutton .buttonrs::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #cccccc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
    }
        
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
    animation: none;
    display: none;
    }
        


tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }


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

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

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

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

.inner-pages a {
    color: #35a1db;
	}

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

.inner-pages .page-header {
    margin-bottom: 20px;
	}

.inner-pages .page-header h2, .rsform h1 {
    font-family: 'Cabin', sans-serif;
    font-size: 48px;
    color: #151515;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative;
	}

.inner-pages .page-header h2::after, .rsform h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    background-color: #35a1db;
	}

#one {
    float: left;
    width: 49%;
    padding-right: 2%;
    margin-bottom: 20px;
	}

#two {
    width: 49%;
    float: right;
    margin-bottom: 20px;
	}

#offices {
    margin: 0;
    width: 100%;
    float: left;
	}

#address {
    float: left;
    width: 45%;
    margin-bottom: 20px;
	}

#week {
    float: left;
    width: 105px;
    margin-bottom: 20px;
	}

#hours {
    float: left;
    width: 135px;
    margin-bottom: 20px;
	}

#offices .red {
	color: #ff0000;
	}

.note-inner {
    float: left;
    margin-bottom: 22px;
    font-weight: 400;
    color: #ff0000;
    max-width: 327px;
    }
	
.coloredtext.semi {
	font-weight: 600;
	}
	
#offices.img {
	text-align: center;
	margin: 0 0 5px 0 !important;
	}
	
#offices.img img {
	margin: 5px 5px 15px 5px ;
	}

.inner-pages .doctor {
    float: right;
    text-align: center;
    margin: 0 0 5px 10px;
	}

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #35a1db;
	}

#k2Container {
    padding-top: 30px;
	}

div.itemToolbar {
    display: none;
	}

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

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

.clearList {
    display: none !important;
	}

/*Joomla K2 content*/

body#homepage .contenth {display: none;}
.contentblog {
    background: #f4f4f4;
	}

.contentfull {
	flex-wrap: wrap;
    display: flex;
    background: #f4f4f4;
    padding-bottom: 30px;
  	max-width: 1300px;
  	margin: 0 auto;
	}

.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 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 li a {
	color: #1461ba;
	font-weight: 500;
	}

/*Our Doctor*/

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

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

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

.formTableLayout {
  	margin: 0 auto;
	}


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

.formTableLayout input#Send:hover, .formTableLayout button#Send:hover {
    background: transparent;
    color: #ffc543;
    border-color: #ffc543;
    border: 2px solid;
    cursor: pointer;
	}

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

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

.pe ul {
  	margin: 0;
	}

/*VM*/

div.vm-details-button a , .vm-pagination.vm-pagination-top , .vm-price-desc , .vm-page-counter , .vm-product-descr-container-1 p , select#limit {
  	display: none;
	}
	
.orderlistcontainer .title {display: none;}
	
.activeOrder a {
	color: #000;
	}
	
.orderlistcontainer {
    font-size: 14px;
	}
	
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    min-height: 280px;
	}

.vm-product-descr-container-0 h2 a , .vm-product-descr-container-1 h2 a {
  	color: #000000 !important;
    font-size: 17px !important;
	}
	
.vm3pr-0 , .vm3pr-1 {
	display: flex;
	justify-content: center;
	}

.vm3pr-0  {
      display: none;
	}
	
.vm3pr-0 .product-price , .vm3pr-1 .product-price {
    margin: 0 auto 5px;
	}
	
.vm-product-descr-container-0 , .vm-product-descr-container-1 {
    min-height: 35px;
	}

.browse-view .row .product .spacer span {
  	color: #1069b2;
    font-weight: 700;
    font-size: 20px;
	}
	
.vm-pagination {
    float: none;
	}

[class^="opc-icon"]:before {
  	margin-top: 10px;
}
	
/*product page*/
	

.product-price {
    margin: 0 0px 18px;
    color: #2ea3f2;
    font-weight: 800;
    font-size: 25px;
	}
	
.productdetails-view .addtocart-bar {
    margin: 10px 0 0;
	}
	
.chzn-container {
    font-size: 14px;
	}
	
.product-field-display {
    vertical-align: middle;
    margin: 7px 0;
	}
	
span.title {
	font-weight: 800;
	}

/*OP*/

#ProOPC {
    padding-top: 40px;
    }

#vmCartModule {
	margin-top: 40px;
    }

/* VirtueMart 2 Ajax Cart Styling */
/* Container Styling */
.vmCartModule {
  background: linear-gradient(135deg, #fdfdfd, #f5f5f5);
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 16px;
  max-width: 360px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

/* Product Row */
.vmCartModule .product_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  transition: background 0.2s ease;
}

.vmCartModule .product_row:hover {
	background: #f0f8ff;
	}

/* Quantity and Name */
.vmCartModule .quantity {
	font-weight: bold;
	color: #444;
	}

.vmCartModule .product_name a {
	color: #0078d7;
	text-decoration: none;
	font-weight: 500;
	}

.vmCartModule .product_name a:hover {
	text-decoration: underline;
	}

/* Subtotal */
.vmCartModule .subtotal_with_tax {
	font-weight: 600;
	color: #222;
	}

/* Custom Fields */
.vmCartModule .customProductData {
	font-size: 0.9em;
	color: #666;
	margin-top: 4px;
	}

/* Total Section */
.vmCartModule .total {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-top: 12px;
	text-align: right;
	}

/* Total Products */
.vmCartModule .total_products {
	font-size: 0.95em;
	color: #555;
	margin-top: 13px;
	}

/* Show Cart Button */
.vmCartModule .show_cart .details {
	display: inline-block;
	margin-top: 12px;
	padding: 8px 14px;
	background: #0078d7 !important;
	color: #fff;
	border-radius: 6px;
	border: none !important;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.3s ease;
	}

.vmCartModule .show_cart .details:hover {
	background: #005ea6 !important;
	}
	
.proopc-btn-info {
	background-color: #0a7ed0 !important;
	background: #0a7ed0 !important;
    background-image: -webkit-linear-gradient(top, #0a7ed0, #1082cb) !important;
	}
	
.proopc-btn-info:hover, .proopc-btn-info:focus, .proopc-btn-info:active, .proopc-btn-info.active, .proopc-btn-info.disabled, .proopc-btn-info[disabled] {
    background-color: #84a9b4 !important;
	background-image: -webkit-linear-gradient(top, #84a9b4, #84a9b4)!important;
    color: #fff;
	}

.price-title, .final-price, .product-discount, .product-price .PricesalesPrice, .col-total .PricesalesPrice {
	color: #000000 !important;
    font-weight: bold !important;
	}


/*FAQ*/

.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
    background-color: #ffffff;
    color: #000000;
    font-weight: 800;
    padding: 20px;
	}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color: #ffffff;
    color: #3071a9;
	}

.rl_sliders.accordion>.accordion-group.active>.accordion-body>.accordion-inner {
    background: #fff;
    padding: 0 20px 20px;
	}

.shock_vid {
    max-width: 560px;
    margin: 0 auto;
	}

.shock_vid Iframe {
    width: 100% !important;
	}

/* .video-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto;
	}
  
.video-item {
  	max-width: 560px;
  	width: 100%;
    text-align: center;
	}

.video-content {
  	position: relative;
  	width: 100%;
  	padding-bottom: 56.25%; 
  	height: 0;
	}

.video-content iframe{
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
 	height: 100%;
	} */

.video-item-wrap {
    margin: 30px auto;
    max-width: 767px;
	}

.video-item-wrap video {
  	height: auto;
  	width: 100%;
	}

.videofr-wrap {
    max-width: 920px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    }

.videofr {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    }

.videofr iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.images-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto;
    }

.images-wrap .item-wrap {
  	text-align: center;
	}

.lapi-video {
	display: flex;
  	justify-content: center;
  	margin: 0 auto 35px;
  	flex-wrap: wrap;
  	max-width: 840px;
  	}

.lapi-video video {
  	background: #000000;
  	width: 100%;
  	height: auto;
  	}

#iframe-page .contentpaneiframe-page iframe {
   border: none;
   }

@media only screen and (max-width: 1670px) {
/* Services block*/
.services-block {
    flex-wrap: wrap;
    }

.services-item {
    flex: 33.333%;
    height: 170px;
    padding: 10px;
    box-sizing: border-box;
    }

.services-item.item1 {
    background-size: 100% auto;
    }
	
.services-item.item2 {
    background-size: 100% auto;
    }

.services-item.item3 {
    background-size: 100% auto;
    }

.services-item.item4 {
    background-size: 100% auto;
    }

.services-item.item5 {
    background-size: 100% auto;
    }

.services-item.item6 {
    background-size: 100% auto;
    }

.services-item:hover {
    background-size: 120% auto;
    }
  
.services-item {
   	height: 270px;
	padding: 15px;
	}

footer {
    padding-bottom: 140px;
    }
}

@media only screen and (max-width: 1440px) {
  .topmenu li {
    margin: 0;
	}
  
.topmenu li a, .nav-header, span.separator {
    padding: 6px 8px;
	}
  
/*Slider block*/

.maintext-block {
    width: 430px;
    }

.maintext-block h2 {
    font-size: 28px;
    margin: 20px 0 10px 0;
    }

.maintext-block li:before {
    top: 4px;
    width: 20px;
    height: 20px;
    background-size: cover;
    }

.maintext-block li {
	padding: 3px 0 3px 35px;
    }

.maintext-block li a,
.maintext-block li {
	font-size: 19px;
    }

.subtext-block {
	font-size: 20px;
    }
}

@media only screen and (max-width: 1300px) {
/*Inner pages*/
#address {
	width: 100%;
    }

.note-inner {
    max-width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
  /*Navbar*/
.topmenu li a , .nav-header , span.separator {
    font-size: 15px;
    padding: 6px;
    }

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

.topmenu li.parent:after {
    top: 7px;
    }

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

.topmenu li.parent {
    margin-right: 0px;
	}
  
/*Locations block*/
.loc h2 {
	font-size: 34px;
    }

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

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

.loc .note {
    font-size: 16px;
    height: 35px;
    max-width: 400px;
    }
}

@media only screen and (max-width: 1165px) {
/*Slider Block*/
.maintext-block {
    top: 220px;
    }
}

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

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

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

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

@media only screen and (max-width: 1080px) {
.topmenu {
	margin: 0px auto 10px auto;
    }

.topmenu li a , .nav-header , span.separator {
	font-size: 14px;
    }

.topmenu li  {
    font-size: 14px;
    }

.topmenu li.parent:after {
	top: 8px;	
  	border-top: 3px solid #fff;
	border-right: 3px solid transparent;
  	border-left: 3px solid transparent;
    }

.nav-header {
    margin-right: 0;
	}
  
/*Slider block*/

.maintext-block {
    width: 355px;
    }

.maintext-block h2 {
    font-size: 23px;
    margin: 15px 0 10px;
    }

.maintext-block li {
	padding: 3px 0 3px 25px;
    }

.maintext-block li:before {
    width: 17px;
    height: 17px;
    }   

.maintext-block li a,
.maintext-block li {
	font-size: 14px;
    }

.subtext-block {
    font-size: 16px;
    padding: 13px 0 15px;
    }

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

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

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

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

.loc .note {
    font-size: 16px;
    }
  
.loc .address.two-row {
    margin: 31px auto 30px;
	}
  
footer .content.f {
    gap: 2%;
    flex-wrap: wrap;
	}
  
.logo-block {
    display: block;
    flex: auto;
    width: 100%;
	}
  
/*Sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}

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

@media only screen and (max-width: 1000px) {
.inner-logo {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    max-width: 270px;
    }

/*Slider*/
.maintext-block {
    top: 190px;
	}

/*About us block*/
.ab-vid-wrap {
    width: 330px;
    height: 180px;
    float: right;
    margin: 0 0 15px 15px;
    }
}

@media only screen and (max-width: 910px) {
/*Slider Block*/
.maintext-block {
    top: 180px;
    }
}

@media only screen and (max-width: 890px) {
.toploc a {
	font-size: 24px;
	line-height: 24px;
    }

.topmenu li a , .nav-header , span.separator {
	padding: 4px 6px;
    }

/*Navbar*/

#homepage nav {
    background: #fff;
    position: relative;
    }

.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 20px 20px 20px auto;
    }

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

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

.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: 80px 15px 15px 15px;
    }

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

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

.topmenu li a , .nav-header , span.separator {
	font-size: 15px;
    }

.topmenu 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;
	margin: 0;
    }

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

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

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

.top-right {
	text-align: left;
	align-items: flex-start;
	/*margin: 0 auto 0 0;*/
	padding: 2px 0 0 0;
    }

nav .content {
	display: flex;
    }

.inner-logo {
	max-width: 250px;
    }

/*Slider block*/
.maintext-block {
    width: 315px;
    left: 80px;
    top: 43%;
    }

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

.maintext-block li {
    padding: 0 0 0 25px;
    }

.maintext-block li:before {
    width: 12px;
    height: 12px;
	top: 3px;
    }

.slider-block video {
    display: none;
    }

.slider-block {
	background: url(https://www.footdoctorokc.com/templates/theme/images/topbg-mob.jpg) no-repeat center;
	background-size: cover;
    }

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

.maintext-block {
    padding-top: 1px;
    position: relative;
    top: 0;
    margin: 50px auto 40px;
    left: 0;
    }

.subtext-block {
    position: relative;
    bottom: 0;
    padding: 13px 15px 15px 15px;
    }

.pe td {display: block;}
	
.pe ul {margin: 0;}

}

@media only screen and (max-width: 825px) {
.topline .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }

.top-right {
    order: 1;
    }

.top-buttons {
    order: 2;
    }

.top-right {
    order: 1;
    }
	
footer .content.f {
    flex-wrap: wrap;
  	justify-content: center;
	}
	
.logo-block {
	flex: 0 0 100%;
	width: 100%;
	}
	
.quick-links-block , .bottom-loc-block {
	/* flex: 0 0 42%;
	padding: 2%; */
    flex: none;
    padding: 15px;
	}
}

@media only screen and (max-width: 800px) {
/* Slider Block */
.maintext-block {
    top: 38%;
    }
}

@media only screen and (max-width: 768px) {
#address {
	float: left;
	width: 100%;
	}
	
.pe td {
	padding-right: 1px;
	}
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
    }

.btn {
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 14px;
    }
  
/*Sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}

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

.about-block .image {
	float: none;
	padding: 0;
	margin: 0 auto;
	max-width: 350px;
    }

/*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: url(https://www.footdoctorokc.com/templates/theme/images/locations-bg-mob.jpg) no-repeat center;
	background-size: cover;
    }

.loc {
	flex: 100%;
    }
  
/*What Our Patients Are Saying*/
.testimonials-block h2 {
	font-size: 28px;
	}

.testimonials-block div#n2-ss-2 .n2-font-ff706fe2c21a658884ac17f5f8f630c7-paragraph,
.testimonials-block div#n2-ss-2 .n2-font-9619a18fc60417d542d98914e47c2dbc-hover {
    font-size: 100%  !important;
	}
  
/*Blogs block*/
.blogs-block {
    background-image: linear-gradient(to bottom, rgb(53 161 219 / 60%), rgb(53 161 219 / 60%)), url(https://www.footdoctorokc.com/templates/theme/images/blogs-bg-mob.jpg);
	background-size: cover;
    }

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

.blogs-list li a {
	font-size: 15px;
    }

/*Connect block*/
/*.connect-block {
	padding-bottom: 15px;
    }*/

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

/*Footer*/
footer {
    padding-bottom: 80px;
    }

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 li a {
	font-size: 14px;
	line-height: 18px;
    }

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

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

.scroll-to-top {
	width: 45px;
	bottom: 15px;
	right: 15px;
    }
    
.rabutton {
    max-width: 250px;
    bottom: 15px;
    }

.rabutton .buttonrs {
    min-width: 250px;
    font-size: 15px;
    }

.rabutton .buttonrs::before {
    min-width: calc(234px + 16px);
    min-height: calc(36px + 9px);
    }

/*Inner pages*/
.inner-pages .page-header h2, .rsform h1 {
	font-size: 28px;
    }

#one {
	float: none;
	width: 100%;
	padding-right: 0;
    }

#two {
	float: none;
	width: 100%;
	margin-bottom: 20px;
    }
}

@media only screen and (max-width: 740px) {
.topline .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.social-btns {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 3px;
    flex: 0 0 100% !important;
    justify-content: center;
    }

.top-buttons {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 0 auto;
    padding: 5px 0;
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin: 4px 0 0;
    justify-content: center;
    }

.top-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 3px;
    flex: 0 0 100% !important;
    justify-content: center;
    }

.toploc {
    margin: 5px 10px;
    }
}

@media only screen and (max-width: 730px) {
.locations-block .content {
    display: block;
	}
  
.loc {
    margin: 10px auto;
	}	
  
.loc .address.two-row {
    margin: 10px auto 30px;
	}
  
.loc .note {
    height: auto;
	}
  
img.pe {
	float: none !important;
	margin: 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}
}

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

.copy-left, .copy-right {
    float: none;
    padding: 0px 2% 10px;
    width: 95%;
	text-align: center;
	}
}

@media only screen and (max-width: 630px) {
/*Nav*/
.toploc {
    font-size: 18px;    
    }

.toploc a {
    font-size: 20px;
    line-height: 24px;
    }

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

nav .fb-wrap iframe, nav .fb-wrap .fb-like {
	width: 30px !important;
	height: 30px !important;
	overflow: hidden;
    }

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

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

.services-item {
	flex: 100%;
    height: 220px;
    padding: 30px;
    box-sizing: border-box;
	transition: unset;
    }

.services-item.item1 {
    background-size: 100% auto;
    }
	
.services-item.item2 {
    background-size: 100% auto;
    }

.services-item.item3 {
    background-size: 100% auto;
    }

.services-item.item4 {
    background-size: 100% auto;
    }

.services-item.item5 {
    background-size: 100% auto;
    }

.services-item.item6 {
    background-size: 100% auto;
    }

.services-item:hover {
    background-size: 120% auto;
    }
  
.services-item a {
    min-height: unset;
    height: auto;
    background: #00000080;
	}

/*Inner pages*/
.inner-pages .doctor {
	float: none;
	text-align: center;
	margin: 0 auto 10px auto;
    }
}


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

.topline .content {
    flex-wrap: wrap;
    }


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

}

@media only screen and (max-width: 550px) {
/*About us block*/
.ab-vid-wrap {
    width: 330px;
    height: 180px;
    float: none;
    margin: 15px auto;
    }

/*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;
    }

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

.office {
    margin-bottom: 15px;
	padding-right: 0;
    }

/*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: url(https://www.footdoctorokc.com/templates/theme/images/fb-ico.png) #ffc543 no-repeat 5px center;
    }

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

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

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

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

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

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

/*Our Doctor*/
.inner-pages .doctor {
	float: none;
	margin: 0 auto 10px;
	height: auto;
	width: 100%;
	}
	
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;
	}

#cal4_0Container td {
	display: table-cell !important;
	}
	
img.pe {
	margin: 0 10px 0 !important;
	float: none !important;
	}
}

@media only screen and (max-width: 480px) {	
.top-right {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    }

 .toploc {
    margin: 5px auto;
    }

}

@media only screen and (max-width: 440px) {	
.topline {
    padding: 5px 10px;
	}
	
img.pe, img.se {
	margin: 0 0 5px !important;
	max-width: 100%;
	float: none !important;
	height: auto;
	}
	
.offices.img img {
    margin: 5px 0 15px 0;
	}
}

@media only screen and (max-width: 375px) {
.ab-vid-wrap {
    width: 321px;
    height: 180px;
    float: none;
    margin: 15px auto;
    }
}
.activeFeedbackField {
display: inline-block;
position: relative;
width:0;
overflow:hidden;
}

.activeFeedbackField input{
position:absolute;
left:10px;
}

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