/*
Theme Name: Norwest Podiatry
Author:SMEGOWEB TEAM
Author URI:smegoweb.com
*/


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}



div.wpcf7-validation-errors {
    border: none !important;
    clear: both;
    font-size: 13px;
    margin: 0px !important;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	display: none !important;
}
.acf-map {
    height: 100%;
    width: 100%;
}


span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px !important;
    font-weight: normal;
    text-align: left;
    clear: both;
    display: block;
    position: absolute;
    width: 300px;
}
div.wpcf7-validation-errors{
     color: #f00 !important;
     font-size: 14px !important;
     text-align: left;
     position: absolute;
     bottom: -20px;
     padding: 0px !important;
     left: 0px;
}
div.wpcf7 .ajax-loader{
   position: absolute;
   bottom: 0px;
   left: 146px;
   top: 19px;
   margin: auto 0px;
}
body.page-id-250 .about_us_wrp img{
	max-width: 500px;
}
body.page-id-250 .about_us_wrp h3{
	font-size: 24px;
}
body.page-id-250 .about_us_wrp a{
	font-weight: bold;
	    margin: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #36c2e6;
    text-transform: uppercase;
    transition: 0.3s;
    position: relative;
    padding: 12px 25px;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    border: 1px solid #36c2e6;
    border-radius: 10px;
	margin-bottom: 20px;
}
body.page-id-250 .about_us_wrp a:hover{
	background-color: #000;
	color: #fff;
}