@charset "UTF-8";
.captcha-image {border: 1px solid; padding: 10px; display: inline-block; text-align: center;}
.cf7ic_instructions {display: block;}
.captcha-image .cf7ic_instructions span {color: red; font-weight: bold;}
.captcha-image i {padding: 5px; font-size: 40px}
.captcha-image label {display: inline-block; width: 60px !important;}
.captcha-image label > input{opacity: 0; width: 0; height: 0; margin: 0;} .captcha-image svg {padding: 5px; width: 50px; height: 50px;}
.captcha-image label > input + svg {cursor:pointer; border:2px solid transparent;} .captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {border:2px solid #f00;}

@font-face {
font-family: "ctc-icon-font";
src:url(//www.vitalxan.com.au/wp-content/plugins/really-simple-click-to-call/font/icon-font.eot);
src:url(//www.vitalxan.com.au/wp-content/plugins/really-simple-click-to-call/font/icon-font.eot?#iefix) format("embedded-opentype"),
url(//www.vitalxan.com.au/wp-content/plugins/really-simple-click-to-call/font/icon-font.woff) format("woff"),
url(//www.vitalxan.com.au/wp-content/plugins/really-simple-click-to-call/font/icon-font.ttf) format("truetype"),
url(//www.vitalxan.com.au/wp-content/plugins/really-simple-click-to-call/font/icon-font.svg#icon-font) format("svg");
font-weight: bold;
font-style: bold;
}
[data-icon]:before {
font-family: "ctc-icon-font" !important;
content: attr(data-icon);
font-style: bold !important;
font-weight: bold !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="ctc-icon-"]:before,
[class*=" ctc-icon-"]:before {
font-family: "ctc-icon-font" !important;
font-style: bold !important;
font-weight: bold !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ctc-icon-phone:before {
content: "\61";
}  @media (max-width: 736px) {
body {
padding-bottom: 50px;
}
#click_to_call_bar {
position: fixed;
bottom: 0;
width: 100%;
background-color: #222;
z-index: 1000;
text-align: center;
display: block;
z-index: 10000;
height: 50px;
font-size: 24px;
font-weight: bold
line-height: 50px;
text-decoration: none !important;
}
#click_to_call_bar a {
color: white;
text-decoration: none !important;
}
#click_to_call_bar:hover {
text-decoration: none !important;
}
#click_to_call_bar:focus {
text-decoration: none !important;
} #click_to_call_bar span {
font-size: 18px;
margin-right:5px;
vertical-align: sub;
}
} @media (min-width: 737px) {
#click_to_call_bar {
display: none;
}
}