@charset "UTF-8";@media screen,projection {body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 17px; color: #373737; -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;}

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


.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;
}






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

body.hp .content.h {
  	width: unset;
  	background: #fff;
  	padding: 0;
  	max-width: unset;
	}

body.hp .inner-pages {
	padding: 0;
  	background: #fff;
	}

body.hp .inner-pages.rha .gently {
  	padding: 0 10px;
	}


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

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

.btn-primary a {
    color: #fff;
    padding: 13px 34px;
    display: block;
	}

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

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

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

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

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

/*Navbar*/

/*Top Buttons*/
.top-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
	}

.top-buttons.tp {
	}

.top-buttons.soc {
	display: inline-block;
    vertical-align: middle;
	}

.top-button {
	color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #76c5d5;
    border: 2px solid #76c5d5;
    border-radius: 7px;
    padding: 5px 10px;
	}

.top-button:hover {
	color: #76c5d5 !important;
	background: transparent;
	border: 2px solid #76c5d5;
	}

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #fff;
    transition: all 0.3s;
  	box-shadow: 1px 1px 12px 0px #00000052;
	}

#homepage nav {
	position: absolute;
	}

#homepage nav.slide {
	position: relative;
	}

nav.slide {
	position: fixed;
	}

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

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	}

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

.inner-logo {
	padding: 5px 10px 5px 0;
	display: flex;
	vertical-align: middle;
	}

.inner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	}

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

.topmenu {
    margin: 0;
	}

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

.topmenu ul li {
    list-style: none;
    padding: 0 10px;
    position: relative;
	}

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

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 18px;
    color: #232323;
    transition: all 0.3s;
    white-space: nowrap;
	}

.topmenu ul li.active ul li a {
    color: #232323;
	display: block;
	width: 100%;
	}

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

.topmenu ul li.active ul li a:hover , .topmenu ul li ul li.active a {
	color: #76c5d5;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    display: block;
    background: #f8f8f8;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

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

.topmenu ul li ul li:last-child {
    border-bottom: 5px #76c5d5 solid;
	}

.top-right {
    align-items: center;
    display: flex;
    padding: 0 15px;
    white-space: nowrap;
	}

.top-phone {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0px;
	}

.top-phone a {
    color: #173e69;
    font-size: 26px;
    font-weight: bold;
	}

.top-location {
 	display: inline-block;
    vertical-align: top;
    color: #76c5d5;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    margin-left: 7px;
	}

nav .social-btns {
    float: right;
    padding: 10px 15px 14px 0;
	}

nav .social-btn {
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 1px;
    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: 46px;
    height: 46px;
    white-space: nowrap;
    margin: 0 2px;
	}

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

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

.hamburger {
    display: none;
	}

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

/*GK Background Block*/

.gk-background {
    position: relative;
	height: 500px;
    overflow: hidden;
	}

.gk-upper {
    position: fixed;
    width: 100%;
	overflow: hidden;
	}

.gk-bck {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	}

.gk-bck img {
	width: 100%;
	}	

.gk {
	/*This css can be used for different overlay tasks*/
	display: none;
    position: absolute;
    top: 64px;
    left: 593px;
	}

.gk img {
	width: 306px;
	}	

.book {
    position: absolute;
    top: 170px;
    left: 525px;
    background-color: rgb(255 255 255 / 80%);
    padding: 20px 30px;
    text-align: center;
    border: 2px solid #173e69;
    border-radius: 4px;
	max-width: 300px;
	}

.book h3 {
	color: rgb(23, 62, 105);
    font-weight: bold;
    margin: 0;
    font-size: 24px;
	}

.book a { 
    color: rgb(23, 62, 105);
    font-weight: bold;
    margin: 0;
    font-size: 29px;
    display: inline-block;
    vertical-align: middle;
	}

.book span {
    color: rgb(23, 62, 105);
    font-weight: bold;
    margin: 0;
    font-size: 24px;
	display: inline-block;
    vertical-align: middle;
	margin-left: 5px;
	}

.gk-book-wrap {
	padding: 10px;
	}

.gk-book-wrap a { 
    color: rgb(255, 255, 255);
    background: rgb(23, 62, 105);
    font-weight: bold;
    margin: 0;
    font-size: 20px;
    padding: 5px 10px;
	}

.gk-book-wrap a:hover { 	
	background: #76c5d5;
	}

.four-blocks {
    position: relative;
	}

/*Blue Box Block*/
.blue-box-block {
    position: relative;
    background: #fff;
	}

.bb-wrap {
	text-align: center;
	}

.box-wrap {
	display: inline-block;
    vertical-align: top;
    width: 292px;
	transition: 0.3s;
	}

.bluebox {
	height: 337px;
	color: #fff;
	}

.bluebox.one {background:#36a8eb;}	
.bluebox.two {background:#088edd;}	
.bluebox.three {background:#1977cc;}	
.bluebox.four {background:#1063af;}	

.bluebox h3 {
    margin: 0 auto 20px;
    padding-top: 20px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    max-width: 230px;
	}

.bluebox p {
    text-align: left;
    max-width: 230px;
    margin: 10px auto;
    font-size: 12px;
    line-height: 18px;
	}

.box-wrap:hover {
	position: relative;
    padding-bottom: -55px;
    margin-bottom: -55px;
    transition: 1.3s;
    transform: translateY(-55px);
	}

.bb-sub {
    background: #476b8d;
    width: 292px;
    padding: 18px 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
	}

.box-wrap:hover .bb-sub {
    visibility: visible;
    opacity: 1;
	}

.bb-sub a {
	color: #fff !important;
	border: 1px solid #fff;
    padding: 5px 10px;
	border-radius:15px;
	font-size: 16px;
	}

.bb-sub a:hover {
	background: #18c7e5;
	border-color: #18c7e5;
	}

/*Welcome Block*/
.welcome-block {
    position: relative;
    background: #fff;
    padding: 10px 40px 30px;
  	z-index: 1;
	}

.welcome-block .content {
	max-width: 819px;
	}

img.wb-img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
	}

.welcome-block P {
	font-size: 18px;
	}	

.welcome-block h1 {
    font-size: 34px;
    padding: 0;
    font-weight: 700;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
	}

/*Wound Care Article*/

.wc-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
	}

.wc-image-wrap img {
	width: px;
	margin: 5px;
	}	

/*Wound Care Home Page*/
.banner-heading {
	padding-top: 30px;
	text-align: center;
	}

.mob {
	display: none;
	}

.top-wrap {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    max-width: 1300px;  
    margin: 20px auto 50px;
    }
 
.top-wrap .left {
    width: 60%;
    text-align: center;
    margin-right: 50px;
    }
 
.top-wrap .left h2 {
    margin: 0;
    font-size: 40px;
    padding: 0;
    font-weight: 700;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    }
 
.top-wrap .left h3 {
    color: #58B8E6;
    font-size: 21px;
    margin: 10px auto 15px;
    font-weight: 700;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    }
 
.top-wrap .left .note {
    display: block;
    margin: 0 auto;
    }
 
.top-wrap .left .note p {
    font-size: 16.5px;
    margin: 10px auto;
    font-weight: 500;
    padding: 0;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    }

.wound-care-form {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    }
 
.top-wrap .right {
    width: 40%;
	align-items: center;
    display: flex;
    }
 
.top-wrap .right img {
    width: 100%;
    }
 
.middle-wrap {
	display: block;
    margin: 50px auto 0;
    padding-bottom: 50px;
	}

.middle-wrap h2 {
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    color: #58B8E6;
    font-weight: 700;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	}

.middle-wrap p {
    font-size: 16.5px;
    margin: 20px auto;
    font-weight: 500;
    padding: 0;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 930px;
    text-align: center;
    }

.middle-wrap a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff !important;
    background-color: #eea800;
    margin: 0 auto;
    display: block;
    max-width: 480px;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 50px;
    border: 2px solid #eea800;
    }

.middle-wrap a:hover {
    background-color:#58B8E6;
    color: #fff !important;
    border: 2px solid #58B8E6;
    }

.middle-wrap.blue {
	background-color: #58B8E6;
    color: #fff;
    padding: 20px 50px;
	margin: 0 auto;
	}

.middle-wrap.blue h2 {
    font-size: 34px;
    margin: 0;
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
	}

.middle-wrap.blue p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 20px auto;
    max-width: 910px;
	}

.bottom-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 50px auto 20px;
    flex-direction: column;
	}

.bottom-wrap h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 0;
    }
 
.bottom-wrap h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #58B8E6;
    text-align: center;
    padding: 0;
    }


.bottom-wrap .gallery-image {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px 0;
    }

.bottom-wrap .gallery-image img {
    margin: 5px;
    }
 
 #rsform_6_page_0  {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    }
 
 #rsform_6_page_0 .rsform-block {
    display: flex;
    flex-direction: column-reverse;
    }
 
 #rsform_6_page_0 .formRequired {
    color: rgb(255, 0, 0);
    font-size: 18px;
    line-height: 14px;
    }
 
 #rsform_6_page_0 .rsform-block.rsform-block-your-name , #rsform_6_page_0 .rsform-block.rsform-block-your-email , #rsform_6_page_0 .rsform-block.rsform-block-phone {
    width: 33% !important;
    } 
 
 #rsform_6_page_0 .rsform-block.rsform-block-your-name #Your_Name , #rsform_6_page_0 .rsform-block.rsform-block-your-email #Your_Email , #rsform_6_page_0 .rsform-block.rsform-block-phone #Phone {
    width: 95% !important;
    }
 
 #rsform_6_page_0 .rsform-block.rsform-block-scale #Scale , #rsform_6_page_0 .rsform-block.rsform-block-send #Send {
    width: 100% !important;
    }
 
 #rsform_6_page_0 .rsform-block.rsform-block-send {
    width: 33% !important;
    }
 
 #rsform_6_page_0 .rsform-block.rsform-block-scale {
    width: 75% !important;
    }
 
 #rsform_6_page_0 .rsform-block.rsform-block-send #Send {
    margin: 0;
    padding: 7px 5px 9px;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #58B8E6;
    }

#rsform_6_page_0 .rsform-block.rsform-block-send td {
    padding: 3px 5px;
    }    
 
 #rsform_6_page_0 .rsform-block.rsform-block-send #Send:hover{
    background-color: transparent;
	border: 2px solid #58B8E6;
	color: #58B8E6;
    }

.end-wrap {
    background-color: #58B8E6;
    margin: 0 auto;
    padding: 15px 5px;
    margin-top: 40px;
    }
    
.end-wrap a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff !important;
    background-color: #eea800;
    margin: 0 auto;
    display: block;
    max-width: 480px;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #eea800;
    }

.end-wrap a:hover {
    background-color:#58B8E6;
    color: #fff !important;
    border: 2px solid #fff;
    }

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

.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: rgba(0,0,0,0.7);
    margin-top: 5%;
    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.orangecountywoundcenter.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;
    padding: 15px 0 5px;
    margin: 0;
    font-family: 'Cabin',sans-serif;
	}

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

/*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.orangecountywoundcenter.com/templates/theme/images/service1.jpg) no-repeat center;
    background-size: auto 100%;
	}

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

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

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

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

.services-item.item6 {
    background: url(https://www.orangecountywoundcenter.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;
	}

/* About block*/
/*
.about-block {
    padding: 50px 0;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
	}
*/

.about-block {
	padding: 50px 0;
	text-align: center;
	background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(https://www.orangecountywoundcenter.com/templates/theme/images/about-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}


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

.about-box {
    padding: 25px;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    font-size: 18px;
	}

.about-box h2 {
    font-weight: 700;
    color: #fff;
    font-size: 44px;
    text-align: center;
    margin: 0;
	}

.about-box h3 {
    font-weight: 700;
    color: #8bdcec;
    font-size: 30px;
    text-align: center;
    margin: 15px auto;
	}

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

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

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

.doctors-box {
    max-width: 1030px;
    margin: 0 auto;
    background: #f4f4f4;
    padding: 25px;
	}

.doctors-box h2 {
    font-weight: 700;
    color: #8bdcec;
    font-size: 44px;
    text-align: center;
    margin: 0;
	}

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

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

.doctor a {
    font-size: 20px;
    color: #44aec3;
    font-weight: bold;
	}

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

/*Locations block*/
.locations-block {
    display: flex;
    flex: 1 1;
	background: #f8f8f8;
	}

.loc-box {
    display: flex;
    align-items: stretch;
    flex: 1;
    background: transparent;
    max-width: 1080px;
	margin: 0 auto;
	}

.loc-info {
    flex: 45%;
    padding: 25px;
    box-sizing: border-box;
    white-space: nowrap;
	}

.loc-box h2 {
    font-weight: 700;
    color: #76c5d5;
    font-size: 44px;
    margin: 0;
	}

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

.loc-box .phone {
    font-size: 26px;
    font-weight: 500;
	}

.loc-box .shedule {
    margin-top: 15px;
    font-size: 20px;
    color: #76c5d5;
    font-weight: 500;
	}

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

.loc-box .btn {
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 0;
    border-radius: 10px;
	}
	
.loc-info .btn {
	max-width: 230px;
	}

.map {
    flex: 55%;
	}

/*Blogs block*/
/*
.blogs-block {
    padding: 50px 0;
    background: url(../images/blogs-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	}
*/
/*Blogs block*/

.blogs-block {
	padding: 50px 0;
	text-align: center;
    background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(https://www.orangecountywoundcenter.com/templates/theme/images/blogs-bg.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

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

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

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

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

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

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

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

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

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

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

.connect-block h3 {
    font-weight: 400;
    font-size: 36px;
    color: #76c5d5;
    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: #074075;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #76c5d5;
    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.orangecountywoundcenter.com/templates/theme/images/fb-ico.png) no-repeat 10px center;
	position:absolute;
	left: 0;
	}

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

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

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

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

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

.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 #76c5d5;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
	}

.bot-social-btns a {
	padding: 22px;
	display: inline-block;
	}

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

.bot-fb-ico:hover {
	background: url(https://www.orangecountywoundcenter.com/templates/theme/images/bot-fb.png) no-repeat center #76c5d5;
	}

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

.bot-twit-ico:hover {
	background: url(https://www.orangecountywoundcenter.com/templates/theme/images/bot-twit.png) no-repeat center #76c5d5;
	}

/*FAQ*/
.faq-block {
    display: block;
    position: relative;
	background-image: linear-gradient(to bottom,rgb(19 49 106 / 60%),rgb(19 49 106 / 60%)),url(https://www.orangecountywoundcenter.com/templates/theme/images/faq-background.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	text-align: center;
    padding: 50px 30px;
    background-position: 50% 0%;
	}

.faq-tittle {
	color: #fff;
	font-size: 36px;
	margin: 0 0 20px;
	}

.faq-collapsibles {
	max-width: 1200px;
    margin: 0 auto;
	}

button.collapsible {
    background-color: #cea84d;
    border: navajowhite;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: 400;
    border-radius: 15px;
    margin: 10px 0 0 0;
	}

.content-faq {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: rgb(246 252 253 / 90%);
    margin: 0 auto;
    color: #fff;
    margin-top: -12px;
    border-radius: 0 0 15px 15px;
    text-align: left;
	background: #cea84d;
	margin-bottom: 10px;
	}

/*Footer*/
footer {
	background: #3a3d3e;
	position: relative;
	}

footer .content {
	text-align: center;
	}

.logo-footer {
	display: inline-block;
	vertical-align: middle;
	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: #76c5d5;
	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: 18px;
	}

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

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

.quick-links-block ul li ul {
	margin: 5px 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: 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-box h2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
	}

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

/*New Patient Page*/
.np-btn-wrap {
	display: block;
	}

.np-btn {
	color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #76c5d5;
    border: 2px solid #76c5d5;
    border-radius: 7px;
	padding: 8px 10px;
	}

.np-btn:hover {
	color: #76c5d5 !important;
	background: transparent;
	border: 2px solid #76c5d5;
	}

/*SIAI*/
.siai-title {
    text-align: center;
    font-size: 54px;
    font-weight: 600;
	color: #000;
    }

.siai-art-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 50px;
    width: 100%;
    }

.siai-article {
	width: 330px;
    border: 3px solid #76c5d5;
    padding: 10px;
    border-radius: 10px;
	height: 325px;
    margin: 10px;
    position: relative;
	}  

.siai-article.two {
	height: 420px;
	}

.siai-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	}

.siai-inner img {
    text-align: center;
	margin: 0 auto 16%;
	}

.siai-info-main {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    color: #000;
	font-family: Arial;
    }   

.siai-info-second {
    color: #000;
	font-size: 15px;
    margin: 6px 0;
	font-family: Arial;
    }   
	
.siai-btn {
	color: #fff !important;
    background: #76c5d5;
    border: 2px solid #76c5d5;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    bottom: -16px;
    right: -4px;
	}	

.siai-btn:hover {
	color: #76c5d5 !important; 
	background: #fff;
	border: 2px solid #76c5d5;
	}	

.siai-second-title {
    font-size: 46px;
    font-weight: 600;
    color: #76c5d5;
    max-width: 1090px;
    margin: 0 0 32px 24px;
    font-family: Arial;
	}

.siai-text {
    color: #000;
    font-size: 15px;
    max-width: 1090px;
    margin: 1.2em auto;
    font-family: Arial;
	}

.siai-video-container iframe {
    margin: 50px auto;
	}

.siai-footer {
    max-width: 1090px;
    margin: 0 auto;
	}

.siai-footer img {
	margin: 0 auto;
    width: 100%;
	}
	
.page-id-10491 #sub-header {
	display: none !important;
	}

.page-id-11422 .page-header h1 , 
.page-id-11521 .page-header h1 , 
.page-id-11427 .page-header h1 , 
.page-id-12102 .page-header h1 ,
.page-id-11965 .page-header h1 ,
.page-id-11442 .page-header h1
{
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    color: #000 !important;
    margin: 0 auto;
    display: block;
	}
	
.page-id-11422 .page-header .page-header-content , 
.page-id-11521 .page-header .page-header-content , 
.page-id-11427 .page-header .page-header-content , 
.page-id-12102 .page-header .page-header-content ,
.page-id-11965 .page-header .page-header-content ,
.page-id-11442 .page-header .page-header-content
{
	border-bottom: none;
	}
	
.page-id-11422 .page-header .page-header-content:before ,
.page-id-11521 .page-header .page-header-content:before ,
.page-id-11427 .page-header .page-header-content:before ,
.page-id-12102 .page-header .page-header-content:before ,
.page-id-11965 .page-header .page-header-content:before ,
.page-id-11442 .page-header .page-header-content:before
{
	display: none !important;
	}

.page-id-11422 h2.old {
	font-size: 30px;
	color: #000;
	text-align: center;
    font-weight: 600;
    max-width: 1090px;
    margin: 0 0 32px 24px;
    font-family: Arial;
	}

.page-id-11521 span.a-list-item {
    line-height: 2em;
	}

.page-id-11422 .siai-second-title , .page-id-11965 .siai-second-title {
	margin: 30px 0 32px 0;
	font-size: 30px;
	}
	
.page-id-12102 .meta-header {
	background-color: #ffffff !important;
	}

ul.kids {margin-left: 60px;}

/*End of SIAI*/


/*video wrapper*/

.video-wrap {
    text-align: center;
	}


/*Inner pages*/

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

.inner-pages a {
	color: #074075;
	}

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

.inner-pages .page-header h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

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

.inner-pages .doctor {
	width: 223px;
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	padding: 3px;
	color: #586064;
	font-weight: 700;
	}

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

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

div.latestItemsCategory h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

div.latestItemsCategory h2 a {
	color: #586064;
	}

div.latestItemsCategory h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #76c5d5;
	}

h2.latestItemTitle a {
	color: #76c5d5;
	}

#k2Container.latestView {
	padding-top: 0;
	}

#k2Container {
	padding-top: 40px;
	}

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

body.rsform h1 , body.sitemap h1 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

body.rsform h1::after , body.sitemap h1::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #76c5d5;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout button#Send {
	background: #48b5c5;
	color: #fff;
	border-color: #48b5c5;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	}

.formTableLayout button#Send:hover {
	background: #fff;
	color: #48b5c5;
	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*/

.home .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: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

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

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

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

@media only screen and (max-width: 1690px) {
/*New Code*/

/*Slide Over Block*/
.gk {
    left: 400px;
	}

.book {
	left: 325px;
	}

}

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

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

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

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

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

.topmenu ul li {
	padding: 0px 10px;
	}
/*
.top-right {
	padding: 0 10px;
	}

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

.top-location {
	font-size: 25px;
    }
*/
}

@media only screen and (max-width: 1560px) {
/*	
.top-phone {
	/*padding-top: 42px;*/
	/*margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	}
*/
.maintext-block-serv {
	margin-top: 0px;
	}	

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

.maintext-block-serv ul li a {
	font-size: 20px;
	}
}

@media only screen and (max-width: 1400px) {
/*Slide Over Block*/
.gk {
    left: 300px;
	}

.book {
	left: 300px;
	}
}

@media only screen and (max-width: 1370px) {
/*Nav*/
/*
.inner-logo {
	width: 340px;
	padding: 15px 10px;
	}

.topmenu ul li {
	padding: 0 8px;
	}

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

.top-button {
	font-size: 16px;
	}

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

.top-phone {
	padding: 0;
	line-height: 28px;
	margin-right: 0;
	}

.top-phone a {
	font-size: 22px;
	}

.top-location {
	font-size: 18px;
	line-height: 28px;
	}
*/
/*Slider block */

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

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

.maintext-block-serv ul li a {
	font-size: 15px;
	}

.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) {
/* Wound care home page for feet */
.top-wrap {
	flex-direction: column;
	}

.top-wrap .left {
	width: 100%;	
	}

.top-wrap .right {
	width: 100%;
	margin: 30px auto;
	justify-content: center;
	}

.top-wrap .right img {
	width: unset;
	}
}

@media only screen and (max-width: 1215px) {
/*	
.inner-logo {
	width: 260px;
	padding: 15px 10px;
	}

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

.top-phone a {
	font-size: 22px;
	}

nav .social-btns {
	float: right;
	padding: 10px 15px 15px 0;
	}
*/
.maintext-block-serv-wrapper {
	top: 140px;
	}

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

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

#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

#hours {
	float: left;
	margin: 20px 0 0;
	}
}

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

/*Slide Over Block*/
.gk {
    left: 200px;
	}

.book {
	left: 200px;
	}

.box-wrap {
	width: 25%;
	}

.bluebox p {
	max-width: 200px;
	}

.bluebox h3 {
	max-width: 200px;
	}

.bb-sub {
	width: 100%;
	}
}

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

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

.top-phone {
	margin: 0;
	}

.bot-social-btns {
	display: none;
	}

.locations-block {
	display: block;
	}

.loc-box {
	padding-bottom: 20px;
	}

.maintext-block-serv-wrapper {
	top: 130px;
	}

.maintext-block-wrapper {
	position: relative;
	left: unset;
	top: 0;
	width: 100%;
	margin: 0 auto;
	}

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

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

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

@media only screen and (max-width: 1080px) {
/*	
.top-right {
	max-width: 270px;
    }

.topmenu ul li {
	padding: 0 4px;
	}

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

.topmenu ul {
	margin: 0 5px;
	}

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

.gk {
	left: 100px;
	}

.book {
	left: 100px;
	}

/*Slider block */
.maintext-block-serv-wrapper {
	top: 118px;
	}

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

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

.maintext-block-serv ul li {
	line-height: 15px;
	padding: 5px 0 5px 20px;
	}

.maintext-block-serv ul li:before {
	width: 15px;
	height: 15px;
	background-size: cover;
	top: 6px;
	}

/*Services block*/
.services-item {
	height: 270px;
	padding: 15px;
	}

.services-item a {
	font-size: 18px;
	}

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

.loc-box .phone {
	font-size: 21px;
	}

/*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: 1050px) {

.top-right {
	float: none;
	text-align: left;
	margin: 0 auto;
	}

.top-buttons.soc {
	margin-left: 25px;
	}

.top-location {
	margin: 0 0 0 5px;
	}	

/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

.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;
	}

.topmenu.active {
	top: 0;
	}

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

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

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

.topmenu ul li a , span.nav-header , span.separator {
	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;
	box-shadow: unset;
	}

.topmenu ul li ul li:last-child {
	border-bottom: unset;
	}

.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;
	}

nav .social-btns {
	float: none;
	padding: 10px 15px 10px 0;
	}

.hamburger-box {
	margin-top: 4px;
	}
	
}

@media only screen and (max-width: 1000px) {
/*  
nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
    display: block;
  	position: relative;
	}
  
.inner-nav {
    display: none;
  	}
*/
  
nav.slide.fixed, .inner-nav.slide.fixed {
    position: fixed !important;
    display: block;
	}

/*Slide Over Block*/
.bluebox p {
	max-width: 150px;
	}

.bluebox h3 {
	max-width: 150px;
	}

.gk-bck img {
	width: unset;
	height: 600px;
	}

}

@media only screen and (max-width: 975px) {
/*
.inner-logo img {
	width: 100%;
	}

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

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

.bb-sub a {
    font-size: 14px;
	}


.maintext-block-serv h2 {
	margin: 0px 0 5px 0;
	}
	
.maintext-block-serv-wrapper {
	top: 110px;
	}	

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

@media only screen and (max-width: 910px) {
/*	
.maintext-block-serv h2 {
	font-size: 20px;
	}

.maintext-block-serv ul li a {
	font-size: 15px;
	}

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

.maintext-block-serv-wrapper {
	position: relative;
	top: 0;
	padding: 30px 0;
	}

.maintext-block-serv {
	margin: 0 auto ;
	display: block;
	float: none;
	max-width: 295px;
	}
*/
/*
.slider-block {*/
	/*background: url(../images/topbg-mob.jpg) no-repeat center;*/
	/*background-size: cover;
	background: #f1f9fb;
	}
*/
table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}
@media only screen and (max-width: 860px) {
.gk-bck img {
	height: 500px;
	}
}

@media only screen and (max-width: 860px) {
.box-wrap {
	width: 100%;
	}

.bluebox h3 {
	max-width: 90%;
	}

.bluebox p {
	max-width: 90%;
	}

.bluebox {
	height: 200px;
	}

}

@media only screen and (max-width: 830px) {
.maintext-block h3 {
	font-size: 14px;
	}

.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}
}

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

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

/* About block*/
.about-box {
	padding: 15px;
	}

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

.about-box h3 {
	font-size: 21px;
	}

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

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

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

/*Locations block*/
.locations-block {
	display: block;
	flex: auto;
	}

.loc-box {
	flex: none;
	padding: 25px;
	background: #f1f9fb;
	display: block;
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	}

.loc-info {
	flex: none;
	padding: 0;
	background: #f1f9fb;
	display: block;
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	}

.map {
	padding: 30px 0 0 0;
	background: #f1f9fb;
	display: block;
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	}

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

/*Blogs block*/
/*
.blogs-block {
	background: url(../images/blogs-bg-mob.jpg) no-repeat center;
	background-size: cover;
	}
*/

.blogs-block {
    background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(https://www.orangecountywoundcenter.com/templates/theme/images/blogs-bg-mob.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

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

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

/*Connect block*/
.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: 30px 0 15px;
    max-width: 300px;
	}

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

footer h4 {
	font-size: 14px;
	}

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

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

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

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

/*Welcome Block*/  
  
.welcome-block h1 {
    font-size: 29px;
    }
  
/* wound care home page for feet */
.top-wrap .left h2 {
    font-size: 29px;
    }

.top-wrap .left h3 {
    font-size: 18px;
    }

.middle-wrap h2 {
    font-size: 29px;
    }

.middle-wrap a, .end-wrap a  {
    font-size: 26px;
    max-width: 310px;
    }

.middle-wrap.blue h2 {
    font-size: 29px;
    }

.bottom-wrap h2 {
    font-size: 29px;
    }

.wound-care-form .formTableLayout {
    margin: 0 auto;
    }

#rsform_6_page_0 {
    flex-direction: column;
    align-items: center;
    }

#rsform_6_page_0 .rsform-block.rsform-block-your-name, #rsform_6_page_0 .rsform-block.rsform-block-your-email, #rsform_6_page_0 .rsform-block.rsform-block-phone {
    width: 300px !important;
    }

#rsform_6_page_0 .rsform-block.rsform-block-scale {
    max-width: 350px !important;
    }

#rsform_6_page_0 .rsform-block.rsform-block-scale {
    width: 100% !important;
    }

#rsform_6_page_0 .rsform-block.rsform-block-send {
    width: 240px !important;
    }


/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*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%;
	}
}

@media only screen and (max-width: 750px) {
.gk-bck {
	height: 300px;
	}

.gk-bck img {
	height: 400px;
	}

.gk {
	right: 50px;
	}

.gk img {
	width: 240px;
	}

.book a {
	font-size: 24px;
	}

.book {
	left: 50px;
	top: 86px;
	}

.book h3 {
	color: rgb(23,62,105);
	font-weight: bold;
	margin: 0;
	font-size: 20px;
	}

.gk-background {
    height: 300px;
	}  
  
/*wound care home page*/
.desk {
	display: none;
	}

.mob {
	display: block;
	margin: 0 auto;
	}

}

@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;
	}

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

@media only screen and (max-width: 700px) {
.top-buttons.soc {
	display: none;
	}

.top-buttons.tp {
    margin: 5px auto 5px;
	}

.top-button {
    font-size: 16px !important;
    padding: 5px 10px;
	}

.top-phone {
	text-align: center;
	margin: 10px auto 9px;
	flex-direction: column;
	}

.inner-logo img {
	height: 70px;
	width: auto;
	max-width: 100%;
	}
	
nav.inner-nav .content {
	display: flex;
	flex-wrap: wrap;
	}

nav.inner-nav .content .top-right {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 98%;
	text-align: center;
	margin-left: 0;
	padding: 0 1%;
	max-width: 100%;
	}

nav.inner-nav .content .inner-logo {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 80%;
	margin-top: 0;
	padding: 6px 10px 7px 5px;
	}

nav.inner-nav .content .hamburger {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 30px;
	margin-top: 0;
	margin-left: auto;
	display: block;
	right: 2px;
	}
  
.hamburger-box {
    margin-top: 29px;
	}
}
@media only screen and (max-width: 600px) {
.gk-bck img {
    height: 320px;
	}
  
.video-wrap {
	position: relative;
  	width: 100%;
  	padding-bottom: 56.25%; 
  	height: 0;
	}

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

@media only screen and (max-width: 590px) {
/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 560px) {
.gk {
	left: 20px;
	}

.book {
	left: 30px;
	}	

.book h3 {
	font-size: 17px;
	}

.book a {
	font-size: 20px;
	}

.book span {
	font-size: 18px;
	}

}

@media only screen and (max-width: 550px) {
/*Nav*/

.top-phone {
	order: 2;
	}

.maintext-block {
	width: 98%;
	}

.maintext-block p {
	font-size: 15px;
	margin-bottom: 1px;
	}

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

.maintext-block-serv {
	float: none;
	}
  
.nivo-caption {
    position: relative;
	}

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

.inner-pages .doctor {
	width: 46%;
	font-size: 12px;
	}

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

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

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

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

/*Faq block*/

button.collapsible {
    font-size: 16px;
	}

.content-faq {
	font-size: 15px;
	}

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

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

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

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

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

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

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

.office {
	padding-right: 10px;
	padding-bottom: 23px;
	}
}
@media only screen and (max-width: 500px) {
img.wb-img {
    width: 285px !important;
    float: none;
    margin: 0 auto 10px;
    display: block;
	}
}

@media only screen and (max-width: 430px) {
.inner-logo {
	width: 205px;
	padding: 15px 10px;
	height: 44px;
	}

.inner-logo img {
	margin-top: 0px;
	height: 45px;
	width: auto;
	max-width: 100%;
	}

nav.inner-nav .content .inner-logo {
	width: 70%;
	}

nav.inner-nav .content .hamburger {
	top: 13px;
	}

.hamburger-box {
	margin-top: 4px;
	}
	
.nivo-caption {
	position: relative;
	}
}

@media only screen and (max-width: 400px) {
.gk-bck img {
    height: 250px;
	}

.book {
	left: 50px;
	top: 51px;
	}

}}
