/*
Theme Name: Foot Health Practice
Description: Foot Health Practice Website
Theme URI: http://www.foothealthpractice.co.uk/
Author: Aawen

*/


html{
	margin:    0 auto;
    max-width: 1920px;
    height: 100%; 
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height: 1.5em;
    height: 100%;
	color:#666;
}
*, *:before, *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
img{
	max-width: 100%;
	height:auto;
}
p {
    margin: 1.5em 0em 1.5em 0em;
}
a{
	color:#004d70;
	transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
	text-decoration:none;
}
a:hover{
	color:#000;
}
.left{
	float:left;
	display:inline-block;
}
.right{
	float:right;
	display:inline-block;
}
.wrapper{
	max-width:1250px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	background-color: #fff;
}

main{
	float: left;
    width: 70%;
    display: inline-block;
    padding: 4em 0em 2em 0em;
    background-color: #fff;
    padding-left: 25px!important;
}
aside{
	float:right;	
	width:30%;
	display:inline-block;
	background-color:#fff;
	padding:0em 0em 2em 0em;
}
h1, h2, h3, h4 {
	color:#004d70;
	font-size:1.5em;
	line-height: normal;
}

mark{
	color:#666;	
	background-color: transparent;
}
.content{
    width: 46%;
    padding-right: 4%;
}
section{
	overflow:auto;
}
.indent{
	margin-left:10px;
}
.indent:before {
	content: "•";
    margin-right: 6px;
    color: #004d70;
    margin-left: -10px;
}
.full{
	float:left;
	width:100%;	
	padding:0 25px 0 0;
}
.dark-blue{
    color: #004d70;
}

.big-blue{
	color: #004d70;
	font-size:1.5em;
}


/***************************************************************************************************************************************************************************************/

/*MORE LESS*/

/***************************************************************************************************************************************************************************************/

.more {
    display: none;
p:first-of-type{
	margin-top:$padd-half;
}
}
.read_more{
	font-weight: bold;
    font-size: 80%;
    width: 100%;
    float: left;
	cursor: pointer;
	margin-top:$padd-half;
}

/***************************************************************************************************************************************************************************************/

/*HEADER*/

/***************************************************************************************************************************************************************************************/


header{
	width:100%;
	position: relative;
    z-index: 999;
}
.header{
	max-width:1250px;
	margin:0 auto;
	    padding: 0px 21px 0px 8px;
	overflow: auto;
}
.logo{
	max-width:250px;
}
.logo a {
	display: block;
	margin-top: 8px;
}
.top{
	margin-top: 55px;
    margin-left: 20px;
}
.top-details{
	margin-left:16px;
}



/***************************************************************************************************************************************************************************************/

/*ICON MENU*/

/***************************************************************************************************************************************************************************************/

.icon-menu{
	max-width:1250px;
	margin:0 auto;
	padding:0px 15px;
	background-color:#fff;
	border-top:2px solid #004d70;
	margin-top:-250px;
	position:relative;
	text-align:center;
	overflow: visible;
}

.iconflex{
	display: flex;
	justify-content: space-between;
}
.iconflex a {
    width:25%;
    padding:0px 15px;
	margin-top:-100px;
	z-index: 9;
}


.iconflex a > img{
    filter: none;
    -webkit-filter: grayscale(0);
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.iconflex a:hover > img{
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.iconflex strong{
	display:block;
	font-size:1.5em;
	line-height: normal;
}

/***************************************************************************************************************************************************************************************/

/*TESTIMONIALS*/

/***************************************************************************************************************************************************************************************/

.testimonials{
	background-color:#99ccff;
	color:#004d70;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
    padding: 25px;
    width: 100%;
}
.testflex{
	display: flex;
	margin-top:25px;
}
.testflex div {
    flex-grow: 1;
    justify-content: space-between;
    padding:0px 15px;
}
.testflex img{
	float:left;
	display:inline-block;
	margin:0px 15px 0px 0px;
}
.testflex strong{
	font-size:12px;
	float:right;
	display:block;
}
.inner-wrapper .testimonials{
	width: 95%;
	margin-left:-20px;
}

/***************************************************************************************************************************************************************************************/

/*ASIDE*/

/***************************************************************************************************************************************************************************************/

.textwidget{
    padding: 0px 0px 0px 0px;	
}
.textwidget h3{
	text-align:center;
    padding: 0px 0px 25px 0px;	
}
.book{
    text-align: center;
    font-size: 1.5em;
    line-height: initial;
	border-bottom:2px solid #004d70;
	font-weight:bold;
    padding: 57px 0px 25px 0px;
}
.book mark{
	display:block;
}
.otimes{
	border-bottom:2px solid #004d70;
	padding:2em 0px;
	text-align: -webkit-center;
}
.otimes table { 
border-collapse:collapse;
}
.otimes tr td{
	font-weight:bold;
	border-bottom:1px solid #004d70;
	text-align:right;
	padding:4px 10px;
}
.otimes tr td:nth-child(1){
	font-weight:normal;		
	text-align:left;
}
.otimes tr td:nth-child(3){
	border-left:1px solid #004d70;	
}
.otimes em{
	display:block;
	font-size:12px;
}
.accreds{
	padding:25px 0px;
	text-align: -webkit-center;
}
.accreds h4{
	font-size:1.2em;
	margin-bottom:25px;
}
.services-widget {
	background-color:#99ccff;
	padding: 25px;
	text-align:center;
	border-bottom:2px solid #004d70;
}
.services-widget ul{
	list-style-type:none;
}

.services-widget ul a{
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0px;
    display: block;
	border-bottom:1px solid #79abde;
}
.services-widget ul ul a{
    font-size: 1em;
    font-weight: normal;
    padding: 5px 0px;
    display: block;
}
.services-widget a:hover{
	color:#666;
}
.building{
	text-align:center;	
}
.building h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

/***************************************************************************************************************************************************************************************/

/*INNER PAGES*/

/***************************************************************************************************************************************************************************************/

.inner-wrapper{
    max-width: 1250px;
    margin: 0 auto;
    background-color: #fff;
    border-top: 2px solid #004d70;
    margin-top: -250px;
    position: relative;
    overflow: visible;
}

.inner-image{
	height:700px;	
	position:relative;
	overflow:hidden;
	background: url('/wp-content/themes/foothealth/images/ajax-loader.gif') center center no-repeat;
	margin-top: -40px;
}
.inner-image div{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

.inner-image:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 15%;
	top: 0;
	background: -webkit-linear-gradient(#FFF, rgba(255,255,255,0)) left repeat;
	background: linear-gradient(#FFF, rgba(255,255,255,0)) left repeat; 
	z-index:99;
 }
.inner-image:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 65%;
	bottom: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,0), #FFF) left repeat;
	background: linear-gradient(rgba(255,255,255,0), #FFF) left repeat; 
}
.inner-wrapper main{
	padding: 2em 0em 0em 0em;
}
.inner-wrapper h1{
	font-size:1.5em;
}
.inner-wrapper h1 mark{
	font-weight:bold;
	color:#004d70;
}
.inner-content{
    width: 96%;
    padding-right: 4%;
	overflow: visible;
}
.appointCTA{
	background-color:#004d70;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; /* future proofing */
	-khtml-border-radius: 10px 10px 0px 0px; /* for old Konqueror browsers */
    padding: 10px 15px;
    position: absolute;
    margin-top: -47px;
	margin-left: 25px;
	z-index: 9;
}
.appointCTA h4{
	color:#fff;	
	font-weight:normal;
}
.grey-box{
	background-color: #ccc;
    color: #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 25px 25px 0px 25px;
    margin-left: -20px;
	margin-bottom:25px;
	overflow: auto;
}
.offers-img{
	float:right;
	margin-left: 25px;
	margin-top:-2px;"
}

/***************************************************************************************************************************************************************************************/

/*MEET THE TEAM BOX*/

/***************************************************************************************************************************************************************************************/

.meet-the-team{
	background-color: #ccc;
    color: #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 25px;
    margin-left: -20px;
	margin-bottom:25px;
	margin-top:25px;
}

.meet-the-team .team{
	display:flex;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom: 1px solid white;
}

.meet-the-team .team:last-of-type{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom: 0;
}

.meet-the-team .team .info{
	width:202px;
}

.meet-the-team .team .blurb{
	width:530px;
	padding-left:25px;
}

.meet-the-team .team .deets{
	margin-top:25px;
}


@media only screen and (max-width : 768px) {
	
	.meet-the-team{
		margin-left: 0;
	}

}

@media only screen and (max-width : 420px) {
	
	.meet-the-team .team{
		flex-wrap:wrap;
	}
	
	.meet-the-team .team .info{
		width:100%;
	}

	.meet-the-team .team .blurb{
		width:100%;
		padding-left:0;
	}
	
	.meet-the-team .team .image{
		text-align:center;
	}	
	
}



/***************************************************************************************************************************************************************************************/

/*BLOG*/

/***************************************************************************************************************************************************************************************/

.single .inner-wrapper, .blog .inner-wrapper, .archive .inner-wrapper{
	margin-top:0;
}

.blog main ul, .archive main ul{
	list-style-type:none;
	margin-right:25px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.blog main ul li, .archive main ul li {
    width: 31%;
    border-bottom: 2px solid #004d70;
    margin-bottom: 25px;
	position: relative;
}
.blog article p {
	margin-bottom: 40px;
}
article ul li{
	width:inherit!important;
    border-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.archive-link-wrapper{
	width:100%;
	position: absolute;
    bottom: 0;
    right: 0;
}
.archive-link{
	float:right;
    background-color: #004d70;
    color: #fff !important;
    padding: 6px 12px !important;
    width: initial !important;
    border: 0;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
}

.blog-widget{
    border-bottom: 2px solid #004d70;
    background-color: #99ccff;
	padding:25px;
	position:relative;
}
.blog-widget2{
	border-bottom: 2px solid #004d70;
	padding:25px;
	position:relative;
}
.blog-widget ul, .blog-widget2 ul{
	margin:25px 0px;
	list-style-type:none;
}
.blog-widget ul li, .blog-widget2 ul li{
	margin:0px 0px 10px 20px;
}
.blog-widget ul li:before, .blog-widget2 ul li:before{
    position: absolute;
    width: 10px;
    height: 20px;
    content: ' ';
    background: url(/wp-content/themes/foothealth/images/FootHealth_Dot.svg);
    background-size: 10px 20px;
    margin-left: -20px;
}

.single article{
	margin-right: 25px;	
}
.single-image{
    border-top: 2px solid #004d70;
}

.single .post-categories{
	list-style-type:none;
}
.ssba-wrap{
	margin-bottom:1em;
}

.ssba img
{
	width: 30px !important;
	padding: 0px;
	border:  0;
	box-shadow: none !important;
	display: inline !important;
	vertical-align: middle;
}
.ssba, .ssba a
{
	text-decoration:none;
	border:0;
	background: none;
	font-family: Indie Flower;
	font-size: 	20px;
	
	font-weight: bold;
}
.fb_iframe_widget span {
	width: 146px !important;
}

/***************************************************************************************************************************************************************************************/

/*CONTACT*/

/***************************************************************************************************************************************************************************************/

.page-template-contact-template .inner-wrapper{
	margin-top:0;
}
.map-block{
	width:100%;
}
.contact-map{
	max-width: 1250px;
    margin: 0 auto;
	border-top: 2px solid #004d70;
	border-bottom: 2px solid #004d70;
	background-color: #99ccff;
}
.fullwidth{
	width:100%;
	padding:25px;
}
.map-block .textwidget{
	width:25%;
	float:left;
}
.map-block .textwidget .otimes{
	border-bottom:0;
}
.gmap{
	overflow:hidden;
	height:400px;
	width:75%;
	float:left;
	display:inline-block;
}
#map{
	height:100%;
	width:100%;
}
.contact-columns-block{
	width:100%;	
}
.contact-columns{
	max-width: 1250px;
    margin: 0 auto;
	display: flex;
}
.contact-columns div{
	width:25%;
	float:left;
	padding:25px;
}
.contact-columns div h4{
	font-size:1.3em;
}	
.c-c01{
	padding:25px 0 0 0!important;
	background-color:#cccccc;
}
.c-c02{
	background-color: #ccc;	
	color: #004d70;
}
.c-c02 h4{
	color: #666;
}
.c-c03{
	display:none;
}	
.c-c05{
	background-color: #99ccff;
	position:relative;
}

.cc-button{
	background-color: #004d70;	
	color: #fff;
	padding: 6px 12px;
	position:absolute;
	bottom:0;
	right:25px;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
}

.contact-form-block{
	width:100%;	
}
.contact-form{
	max-width: 1266px;
    margin: 0 auto;
	border-top: 2px solid #004d70;
	border-bottom: 2px solid #004d70;
	background-color: #ccc;	
	padding:25px;
	position:relative;
	overflow:auto;
}
.contact-form ul{
    list-style-type: none;
    width: 50%;
    float: left;
}
.contact-form ul li{
	margin:15px 0px;
}
.contact-form input, .contact-form textarea{
	padding: 7px 10px;
    color: #666;
    font-family: inherit;
}
.contact-form input{
	width:86%
}
.contact-form textarea{
	width:96%
}
div.wpcf7-validation-errors {
    background-color: #ff0000;
	border:0px!important;
    color: #fff;
    padding: 7px 10px!important;
}
div.wpcf7-spam-blocked {
    background-color: #ff0000;
	border:0px!important;
    color: #fff;
    padding: 7px 10px!important;
}
div.wpcf7-mail-sent-ok {
    background-color: #398f14;
	border:0px!important;
    color: #fff;
    padding: 7px 10px!important;
}
div.wpcf7-response-output {
    margin: 0em 0em 1em 0em!important;
    padding: 0em;
}
.wpcf7-submit {
    background-color: #004d70;
    color: #fff !important;
    padding: 6px 12px !important;
    position: absolute;
    bottom: 0;
    right: 25px;
    width: initial !important;
    border: 0;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
	cursor:pointer;
	width:auto!important;
}

input[type="email" i],
input[type="number" i],
input[type="password" i],
input[type="tel" i],
input[type="url" i],
input[type="text" i],
input[type="button" i],
textarea{
	-webkit-appearance: none;
	border-radius: 0;
	border:none;
}
input[type="submit" i]{
	-webkit-appearance: none;
}

.g-recaptcha{
transform:scale(0.85) !important;
-webkit-transform:scale(0.85) !important;
transform-origin:0 0 !important;
-webkit-transform-origin:0 0 !important;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER*/

/***************************************************************************************************************************************************************************************/

footer{
	width:100%;
	overflow:auto;
}
.f-content{
    max-width: 1250px;
    margin: 0 auto;
    overflow: auto;
	color:#004d70;
	padding:1em 25px;
}	
footer img{
	max-width:200px;
}
footer section{
	background-color:#004d70;
	max-width: 1250px;
    margin: 0 auto;
    overflow: auto;
	color:#fff;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; /* future proofing */
	-khtml-border-radius: 10px 10px 0px 0px; /* for old Konqueror browsers */
	padding:25px;
}
footer section a{
	color:#fff;
	font-weight:bold;
}
footer section a:hover{
	color:#99ccff;
}

footer section .menu-footer-services-menu-container ul li a:before {
  content: "-";
  margin-right:10px;
  color:#fff;
}
footer h5{
	font-size:100%;
	font-weight:normal;
}
footer ul{
	list-style-type:none;
}
footer .column {
    width: 25%;
	float: left;
}
footer .column:nth-child(3) {
    width: 50%;
	text-align: right;
}
.base-details{
    clear: both;
    padding-top: 25px;
	overflow: auto;
}
.base-details span{
	float: left;
}
.base-details span:nth-child(1) {
    font-weight: bold;
    display: block;
    width: 100%;
}
.base-details span:nth-child(3) {
    display: block;
    width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*MENU*/

/***************************************************************************************************************************************************************************************/

#main-nav   {
	height: 30px; /* set to the height you want your menu to be */
	margin: 0 0 10px; /* just to give some spacing */
	position:absolute;
	z-index:99;
	color:#004d70;
}

#main-nav ul    {
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}

#main-nav li    {
	display: block;
	float: left;
	line-height: 30px; /* this should be the same as your #main-nav height */
	height: 40px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
}

#main-nav li a  {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

#main-nav .current-menu-item a, #main-nav .current_page_item a{
	font-weight:bold;
}

#main-nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
}
#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 200px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	background-color:#76a0b4;
	height: 30px;
}
#main-nav ul ul li a { /* target all sub menu item links */
	padding: 0px 10px; /* give our sub menu links a nice button feel */
	color: #fff;
}
#main-nav ul ul li a:hover {
	background: #004d70;
}
#main-nav ul ul li a:before {
  content: "-";
  margin-right:10px;
  color:#004d70;
}
#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
#main-nav ul ul li ul {/* target all second, third, and deeper level sub menus */
	left: 180px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */ 
}
#main-nav li.menu-item-has-children > a:after {
    color: #004d70;
    content: ' \25be';
    margin-top: 12px;
    position: absolute;
    left:50%;
}
#main-nav ul ul li.menu-item-has-children > a:after {
   color: #004d70;
   content: ' \25b8';
   margin-top: 1px;
   position: absolute;
   right:4px;
}


/*MOBILE MENU*/

.openMenu {
    display: none;
    position: relative;
	float: right;
    margin: 50px 0px 0px 0px;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
    background-color: #004d70;
}
.openMenu span {
    display: block;
    position: absolute;
    top: 23px;
    left: 16px;
    right: 15px;
    height: 2px;
    background: #fff;
}
.openMenu span::before {
    top: -5px;
}
.openMenu span::after {
    bottom: -5px;
}
.openMenu span::before, .openMenu span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
	opacity:0.75;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    z-index: 999;
}

#slide-menu{
    position: fixed;
    top: 0;
    left: -320px;	
	z-index: 9999;
	background-color:#fff;
	height:100vh;
	transition: all 0.3s ease;
	overflow-y: scroll;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.05);
}
.inn{
	left:0px!important;
	transition: all 0.3s ease;

}

.closeMenu {
    display: block;
    padding: 1.5em 0px;
    width: 100%;
    color: #fff;
    background-color: #004d70;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

#mobile-nav{
	width:280px;
	position:relative;
}
#mobile-nav ul ul {
    display: none;
}
#mobile-nav li{
	position:relative;
	border-top:1px #ccc dotted;
}
#mobile-nav ul ul li {
    list-style-type: none;
}
#mobile-nav li a{
	padding: 10px 0px;
    width: 100%;
    display: inline-block;
    padding-left: 5%;
}
#mobile-nav li li a{
    width: 100%;
    padding-left: 10%;
	background-color:#f9f9f9;
}
#mobile-nav li li li a{
    width: 100%;
    padding-left: 15%;
	background-color:#f1f1f1;
}
.arrow-block{
	position:absolute;
	right:0px;
	cursor: pointer;
	border-left:1px #ccc dotted;
	padding:10px 15px;
	z-index: 9;
}
.arrow-block:after{
	content: ' \25be';
	   color: #004d70;
}
.selected:after {
	content: ' \25b4';
	   color: #004d70;
}
.mobile-details{
    border-top: 1px #ccc dotted;
    background-color: #99ccff;
    font-weight: bold;
}
.mobile-details a{
	padding: 10px 0px;
    width: 100%;
    padding-left: 5%;
	display: block;	
}



/***************************************************************************************************************************************************************************************/

/*SLIDERS*/

/***************************************************************************************************************************************************************************************/

.hero-wrapper, .slick-slide{
	height: 700px;
}
.hero-wrapper{
	position:relative;
	overflow:hidden;
	background: url('/wp-content/themes/foothealth/images/ajax-loader.gif') center center no-repeat;
	margin-top: -40px;
}
.social-links{
	position: absolute;
    z-index: 9;
    top: 100px;
    right:17%;
}
.social-links img{
	width:30px;
	display:block;
	margin-bottom:5px;
}	
.hero-text{
    position: relative;
    top:100px;
    padding: 25px 50px 25px 17%;
    font-size: 3em;
    color: #004d70;
    display: block;
    max-width: 50%;
    line-height: normal;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.hero-foot{
	position: absolute;
    top: -142px;
    left: 100px;
    width: 250px;
}

.hero{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.hero:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 15%;
	top: 0;
	background: -webkit-linear-gradient(#FFF, rgba(255,255,255,0)) left repeat;
	background: linear-gradient(#FFF, rgba(255,255,255,0)) left repeat; 
	z-index:99;
 }
.hero:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 65%;
	bottom: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,0), #FFF) left repeat;
	background: linear-gradient(rgba(255,255,255,0), #FFF) left repeat; 
}
.slider {
	width:100%;
	max-width:1920px;
	margin:0 auto;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin:0 auto;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
	float: left;
	min-height: 1px;
	margin: 0px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
	display: block;
	outline: none;
	width:100%;
	height:auto;
	margin:0 auto;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
outline: none;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
    list-style: none;
    top: 50px;
    right: 17%;
	z-index:99;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: ' ';
	background: url(/wp-content/themes/foothealth/images/FootHealth_Dot.svg);
	background-size: 15px 15px;
    background-repeat: no-repeat;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: xx-large;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/***************************************************************************************************************************************************************************************/

/*RESPONSIVE*/

/***************************************************************************************************************************************************************************************/
@media only screen and (max-width : 1440px) {
.hero-text {
    padding: 25px 50px 25px 6%;
}
.social-links, .slick-dots {
    right: 6%;
}
}

@media only screen and (max-width : 1366px) {
.hero-text {
    padding: 25px 50px 25px 3.5%;
}
.social-links, .slick-dots {
    right: 3.5%;
}
}
@media only screen and (max-width : 1280px) {
.hero-text {
    padding: 25px 50px 25px 2.5%;
}
.social-links, .slick-dots {
    right: 2.5%;
}
.top-details, #main-nav{
	display:none;
}
#openMenu{
	display:block;
}	

}


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

.hero-text{
	font-size:2em;
	top: 145px;
}
main{
	width:68%;
}
aside{
	width:32%
}
.testimonials {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
}
.inner-wrapper .testimonials {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
.testflex img{
	margin:0px 15px 25px 0px;
}
.base-details span:nth-child(3) {
    float: left;
}
.map-block .textwidget {
	display:none;
}
.gmap {
    width: 100%;
}

.contact-columns {
	flex-wrap: wrap;
}
.contact-columns div {
    width: 50%;
}
.c-c01{
	display:none;
}
.c-c03{
	display:inline-block;
}
.c-c03 .textwidget, .c-c03 .otimes{
    padding: 0!important;
    width: 100%;
    border-bottom: 0!important;
    text-align: left;
}
.c-c03 .otimes h3{
	text-align:left;
}
.c-c03 .otimes table {
    width: 100%;
}
.blog main ul li, .archive main ul li {
    width: 48%;
}
.blog main ul li img, .archive main ul li img{
    width: 100%;
}
footer section {
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
}
/* .meet-the-team div {
    width: 50%;
} */
/* .meet-the-team div:nth-child(3) {
    margin-top: 0px;
} */
}

@media only screen and (max-width : 900px) {
body{
	font-size:85%;
}
main{
    width: 100%;
	padding: 0 25px;
	margin-top:50px;
}
.inner-wrapper main{
    padding: 0 25px;
}
.inner-content{
	width:100%;
	padding:0;
}
aside{
    width: 100%;
}
.textwidget {
    padding: 0px 25px;
}
.otimes table {
    border-collapse: collapse;
    width: 100%;
}
.content {
    width: 46%;
    padding-right: 0;
}
.full{
	padding:0;
}
.appointCTA {
    margin-top: -45px;
}
.blog main ul, .archive main ul {
    margin-right: 0;
}
footer section{
    width: 100%;
    padding:2em 3% ;
}
.single article {
    margin-right: 0;
}
.grey-box {
    width: 100%;
    margin-left: 0;
}
.inner-wrapper .testimonials {
    width: 100%;
    margin-left: 0;
	margin-bottom: 25px;
}
.hero-text{
    max-width: 55%;
}
/* .meet-the-team {
    margin-left: 0px;
} */
}

@media only screen and (max-width : 768px) {
.content {
    width: 100%;
}
.testflex {
	flex-wrap: wrap;
}
.testflex div {
    padding: 0 0 25px 0;
}
.testflex div:last-child {
    padding:0;
}
.testflex em{
	display:block;
}
.testflex strong {
    float: left;
}
.testflex img {
    margin: 0px 15px 0px 0px;
}

.wpcf7-form input, .wpcf7-form textarea {
	width:100%;
}
.wpcf7-form input[type="radio" i] {
   width: initial;
}
.wpcf7-form ul{
   width:100%;
}
.wpcf7-form ul:nth-child(3){
   padding:15px 0px;
}


}

@media only screen and (max-width : 640px) {
.hero-wrapper, .slick-slide, .inner-image{
	height: 50vw;
	min-height:300px;
}
.hero:after {
    display: none;
}
.hero-text {
    top: 50px;
}
.hero-foot {
	display:none;
}
.icon-menu, .inner-wrapper {
    margin-top: -50px;
}
.iconflex a {
    margin-top: -50px;
}

.iconflex {
    display: flex;
	flex-wrap: wrap;
}
.iconflex a:nth-last-child(-n+2) {
    margin-top: 0px;
}
.testimonials {
	text-align:center
}
.testflex strong {
    float: none;
}
.testflex img {
    display:none;
}

.contact-columns div {
    width: 100%;
}
/* .meet-the-team div {
    width: 100%;
}
.meet-the-team div:nth-child(-n+3) {
    margin-top: 0px;
}
.meet-the-team div:first-child {
    margin-top: -100px;
} */
footer .column {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}
footer .column:nth-child(3) {
    width: 100%;
    text-align: center;
}
.base-details {
    clear: both;
    padding-top: 0px;
    text-align: center;
}
.base-details span, .base-details span:nth-child(3) {
    float: none;
	width:100%;
	display:block;
}


}

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


}

@media only screen and (max-width : 560px) {
.hero-text {
    font-size: 1.5em;
}
.iconflex a {
    width: 50%;
}
.blog main ul li, .archive main ul li{
    width: 100%;
}

}	


@media only screen and (max-width : 480px) {
.hero-text {
    max-width: 63%;
}
.offers-img {
    float: none;
    margin-left: 0;
}
}

@media only screen and (max-width : 360px) {
.logo {
	width:180px;
}
.openMenu {
    margin: 28px 0px 0px 0px;
}
.hero-text {
    max-width: 75%;
}
.social-links, .slick-dots {
    display:none!important;
}
.iconflex a {
    width: 100%;
}
.iconflex a:nth-last-child(-n+3) {
    margin-top: 0px;
}
footer .column {
    width: 100%;
}

}

@media only screen and (max-width : 320px) {
.hero-text {
    display:none;
}

.openMenu {
    margin: 30px 0px 0px 0px;
}

}

	
	
	
	
	
	
	