:root {
--clr-primary-100: #eff6f9;
--clr-primary-300: #6EC0EF;
--clr-primary-500: #334079;
--clr-primary-700: #373945;
--clr-text: #170a0a;
--clr-text-reverse: white;
--ff-heading: "Rubik", sans-serif;
--ff-body: var(--ff-heading);
--fs-h1: 3rem;
--fs-h2: 2.5rem;
--fs-h3: 2.25rem;
--fs-h4: 1.75rem;
--fs-h5: 1.5rem;
--fs-hero: var(--fs-h1);
--fs-body-xlg: 1.875rem;
--fs-body-lg: 1.125rem;
--fs-body: 1rem; 
--fs-body-sm:  .875rem;
--fs-body-xsm: .875rem;
--width-diagonal: 370px; 
--b-space: 120px;
--b-space-lg: 160px;
--b-space-sm: 80px;
--width-content: 1160px;
--width-content-lg: 1300px;
--width-gutter: 60px;
--height-header: 106px;
--height-top-bar: 35px;
--height-admin-bar: 0px;
}
@media screen and (max-width: 980px) {
:root {
--width-gutter: 40px;
}
}
@media screen and (max-width: 600px) {
:root {
--width-gutter: 32px;
--height-header: 80px;
--fs-h1: 2.4rem;
--fs-h2: 2rem;
--fs-h3: 1.75rem;
--fs-h4: 1.3rem;
--fs-h5: 1.2rem;
--fs-body-xlg: 1.3rem;
--fs-body-sm:  .8rem;
--b-space: 60px;
}
}
@media screen and (max-width: 480px) {
:root {
--width-gutter: 24px;
--height-header: 60px;
--b-space: 50px;
--b-space-lg: 60px;
--b-space-sm: 50px;
}
}
@media screen and (max-width: 400px) {
:root {
--height-top-bar: 30px;
}
}
.admin-bar {
--height-admin-bar: 32px;
}
.grecaptcha-badge {
visibility: hidden;
}
*, *:before, *:after {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
body {
padding-top: calc(var(--height-header) + var(--height-top-bar));
background:white;
font-family: var(--ff-body);
font-size: var(--fs-body);
margin:0;
color: var(--clr-text);
line-height: 1.5;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
}
.u-wc{
width:100%;
max-width: var(--width-content);
min-width:320px;
padding-inline: var(--width-gutter);
margin:0 auto;
}
.c-pageWrap {
overflow-x: clip;
}
p, h1, h2, h3, h4, h5, ul{
margin:0;
}
b, strong {
font-weight: 600;
}
p{
margin: 0 0 1rem;
}
p:last-child {
margin-bottom: 0;
}
.p--xlg {
font-size: var(--fs-body-xlg);
font-weight: 600;
line-height: 1.2;
margin-bottom: 1.5rem;
}
.p--lg {
font-size: var(--fs-body-lg);
font-weight: 600;
}
@media screen and (max-width: 600px) {
.p--xlg { 
line-height: 1.4;
margin-bottom: 1.2rem;
}
}
h1, h2, h3, h4, h5 {
font-family: var(--ff-heading);
}
h1 {
font-size: var(--fs-h1);
font-weight: 700;
line-height: 1.1;
margin: 0 0 .75rem;
}
h1:first-child {
margin-top: 0;
}
h1:last-child {
margin-bottom: 0;
}
h2 {
font-size: var(--fs-h2);
font-weight: 700;
line-height: 1.1;
margin: 2.5rem 0 1.75rem;
}
h2:has(.u-swoosh) {
margin-bottom: 2.5rem;
}
h2:first-child {
margin-top: 0;
}
h2:last-child {
margin-bottom: 0;
}
.h2--hero {
font-size: var(--fs-hero);
}
h3 {
font-size: var(--fs-h3);
font-weight: 700;
line-height: 1.2;
margin: 3rem 0 1.75rem;
}
h3:has(.u-swoosh) {
margin-bottom: 2.5rem;
}
h3:first-child {
margin-top: 0;
}
h3:last-child {
margin-bottom: 0
}
h4 {
font-size: var(--fs-h4);
font-weight: 600;
line-height: 1.2;
margin: 2rem 0 1.4rem;
}
h4:first-child {
margin-top: 0;
}
h4:last-child {
margin-bottom: 0
}
h4:has(.u-swoosh) {
margin-bottom: 2.5rem;
}
h5 {
font-size: var(--fs-h5);
font-weight: 600;
line-height: 1.3;
margin: 2rem 0 1.75rem;
}
h5:first-child {
margin-top: 0;
}
h5:last-child {
margin-bottom: 0
}
h5:has(.u-swoosh) {
margin-bottom: 3.5rem;
}
h5 .u-swoosh {
padding-bottom: 1.5rem;
background-size: 100% .5rem;
}
@media screen and (max-width: 600px) {
h5 .u-swoosh {
padding-bottom: 1.1rem;
}
h5:has(.u-swoosh) {
margin-bottom: 2.5rem;
}
}
.u-swoosh {
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/swoosh.svg) no-repeat bottom center / 100% 1rem;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
padding-bottom: .75rem;
}
.u-swoosh--extended {
padding-inline: 2rem;
}
.u-swoosh--extendedRight {
padding-right: 4rem;
}
a {
text-decoration: none;
}
a{
color: var(--clr-primary-500);
text-decoration: none;
transition:.5s color, .5s background;
-webkit-transition:.5s color, .5s background;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent; }
a:hover {
color: var(--clr-primary-700);
}
a:focus{
outline: 0;
}
img{
max-width:100%;
height:auto;
}
input{
outline:none;
}
.c-topBar {
height: var(--height-top-bar);
background: var(--clr-primary-500);
color: var(--clr-text-reverse);
position: absolute;
top: var(--height-admin-bar);
left: 0;
right: 0;
}
.c-topBar .u-wc {
display: flex;
align-items: center;
justify-content: flex-end;
height: 100%;
max-width: var(--width-content-lg);
}
.c-topBar p:first-child {
flex-shrink: 0;
}
.c-topBar p {
margin: 0;
font-size: var(--fs-body-sm);
font-weight: 400;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.c-topBar a {
color: inherit;
}
.c-topBar p:not(:first-child):before {
content: '-';
margin-inline: .75rem;
}
@media screen and (max-width: 600px) {
.c-topBar p:not(:first-child):before {
content: '-';
margin-inline: .25rem;
}
}
@media screen and (max-width: 400px) {
.c-topBar p {
font-size: .7rem;
}
}
.c-mainHeader {
position: absolute;
z-index: 99999;
top: calc(var(--height-top-bar) + var(--height-admin-bar));
left: 0;
right: 0;
height: var(--height-header);
background: white;
box-shadow: 0 0 1rem rgba(0,0,0,0);
transition: .3s height, .3s box-shadow;
}
.c-mainHeader .u-wc {
display: flex;
align-items: center;
max-width: var(--width-content-lg);
}
.c-mainHeader--sticky {
top: var(--height-admin-bar);
position: fixed;
box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
@media screen and (max-width: 1000px) {
.c-mainHeader--menuActive {
position: fixed;
top: var(--height-admin-bar);
box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
}
.c-mainHeader > .u-wc {
display: flex;
align-items: center;
height: 100%;
}
.c-mainHeader__logo {
display: block;
margin-right: auto;
text-decoration: none;
transition: .3s opacity;
}
.c-mainHeader__logo:hover {
opacity: .8;
}
.c-mainHeader__logo img {
display: block;
}
.c-mainHeader__menuWrap {
display: flex;
grid-gap: 16px;
flex-direction: column-reverse;
align-items: flex-end;
margin-right: 2rem;
}
.c-mainHeader__actions {
display: flex;
}
@media screen and (max-width: 1100px) {
.c-mainHeader__logo {
max-width: 250px;
}
}
@media screen and (max-width: 600px) {
.c-mainHeader__logo {
max-width: 200px;
}
}
@media screen and (max-width: 550px) {
.c-mainHeader__logo {
max-width: 160px;
}
.c-mainHeader__actions .c-btn {
font-size: var(--fs-body-sm);
padding: .75rem 1.5rem;
}
}
@media screen and (max-width: 400px) {
.c-mainHeader__actions .c-btn {
padding: .7rem 1rem;
}
}
@media screen and (max-width: 360px) {
.c-mainHeader__actions .c-btn {
padding: .6rem .75rem;
font-size: .7rem;
}
.c-mainHeader__logo {
max-width: 136px;
}
}
.c-mainMenu ul {
list-style-type: none;
padding-left: 0;
display: flex;
margin: 0;
}
.c-mainMenu li {
margin: 0 24px 0 0;
padding: 0;
display: flex;
align-items: center;
}
.c-mainMenu li:last-child {
margin-right: 0;
}
.c-mainMenu li a {
color: #414f55;
font-weight: 400;
position: relative;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
padding: 0;
text-decoration: none;
transition: .3s border;
}
.c-mainMenu li a:hover, .c-mainMenu li.current-menu-item > a {
border-bottom: 2px solid var(--clr-primary-300);
}
.c-mainMenu li.menu-item-has-children {
position: relative;
}
.c-dropToggle {
display: none;
}
@media screen and (min-width: 1201px) {
.c-mainMenu ul .sub-menu {
display: block;
position: absolute;
top: calc(100% + 1.25rem);
left: -1.5rem;
background: var(--clr-primary-100);
border-radius: .5rem;
padding: 1.5rem;
min-width: 300px;
visibility: hidden;
opacity: 0;
transform: translateY(-8px);
transition: .3s opacity, .3s transform, 0s visibility .3s;
}
.c-mainMenu .menu-item-has-children:hover > .sub-menu, .c-mainMenu .menu-item-has-children--active > .sub-menu {
visibility: visible;
transform: translateY(-1px);
opacity: 1;
transition-delay: 0s;
}
.c-mainMenu .menu-item-has-children {
position: relative;
}
.c-mainMenu .menu-item-has-children:after {
content: '';
position: absolute;
top: 100%;
left:0;
right: 0;
height: 1.5rem;
}
.c-mainMenu ul .sub-menu li {
padding: 0;
margin: .25rem 0 0;
}
.c-mainMenu ul .sub-menu li:first-child {
margin-top: 0;
}
.c-mainMenu  .sub-menu a {
border: none;
padding: 0 .25rem;
border-radius: .25rem;
transition: .3s color, .3s background;
}
.c-mainMenu  .sub-menu a:hover, .c-mainMenu .sub-menu .current-menu-item > a {
background: var(--clr-primary-500);
color: var(--clr-text-reverse);
border: none;
}
.c-mainMenu ul .sub-menu .sub-menu {
left: 100%;
top: -24px;
}
}
@media screen and (max-width: 1200px) {
.c-mainHeader__menuWrap {
margin-right: 0;
background: var(--clr-primary-100);
display: flex;
align-items: flex-start;
flex-direction: column;
position: fixed;
top: calc(var(--height-header));
left: 0;
right: 0;
height: 100%;
overflow-y: auto;
visibility: hidden;
opacity: 0;
transition: .3s opacity, 0s visibility .3s, .3s transform;
transform: translateY(-8px);
padding: var(--width-gutter);
grid-gap: 0;
}
.c-mainHeader__menuWrap--active {
visibility: visible;
opacity: 1;
transition-delay: 0s;
transform: none;
}
.c-mainMenu {
width: 100%;
overflow-y: auto;
margin-bottom: 1.5rem;
}
.c-mainMenu ul {
display: flex;
width: 100%;
flex-direction: column;
gap: .75rem;
}
.c-mainMenu ul li {
margin-right: 0;
}
.c-mainMenu a {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
gap: 1rem;
font-size: 1.4rem;
border: none !important;
}
.c-mainMenu li.menu-item-has-children > a::after {
--width: 1.5625rem;
--height: 1.5625rem;
content: '';
width: var(--width);
height: var(--height);
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-faq-arrow.png) center center /  var(--width)  var(--height);
flex-shrink: 0;
transform: rotate(90deg);
transition: .3s transform;
}
.c-mainMenu li a:hover, .c-mainMenu li.current-menu-item > a {
border: none;
}
.c-mainMenu  li.menu-item-has-children--active > a::after {
transform: rotate(270deg);
}
.c-mainMenu .sub-menu {
display: none;
padding-left: 12px;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
width: 100%;
gap: .5rem;
}
.c-mainMenu li.menu-item-has-children {
display: flex;
flex-wrap: wrap;
}
.c-mainMenu .sub-menu a {
font-size: 1.2rem;
}
.menu-item-has-children--active > .sub-menu {
display: flex;
}
}
.c-navIcon {
display: none;
width: 28px;
height: 22px;
position: relative;
transform: rotate(0deg);
transition: .5s ease-in-out;
cursor: pointer;
z-index: 10;
margin-left: 2rem;
align-self: center;
border: none;
outline: none;
background: none;
padding: 0;
}
.c-navIcon span {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: var(--clr-primary-500);
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: .3s ease-in-out; 
border-radius: 2px;
}
.c-navIcon span:nth-child(1) {
top: 0px;
transform-origin: left center; 
}
.c-navIcon span:nth-child(2) {
top: 9px;
transform-origin: left center;
}
.c-navIcon span:nth-child(3) {
top: 18px;
transform-origin: left center; 
}
.c-navIcon--active span:nth-child(1) {
transform: rotate(45deg);
top: -1px;
left: 2px; 
}
.c-navIcon--active span:nth-child(2) {
width: 0%;
opacity: 0;
}
.c-navIcon--active span:nth-child(3) {
transform: rotate(-45deg);
top: 19px;
left: 2px;
}
@media screen and (max-width: 1200px) { 
.c-navIcon {
display: block;
}
}
@media screen and (max-width: 550px) {
.c-navIcon {
margin-left: 1rem;
}
}
.c-section {
padding: var(--b-space) 0;
}
.c-section--sm {
padding: var(--b-space-sm) 0;
}
.c-btnGroup {
display:flex;
align-items: center;
gap: .75rem;
margin: 1.5rem 0;
}
.c-btnGroup:first-child {
margin-top: 0;
}
.c-btnGroup:last-child {
margin-bottom: 0;
}
.c-btnGroup--center {
justify-content: center;
}
.c-btnGroup--stacked {
flex-direction: column;
}
.c-simpleBtn {
display: flex;
align-items: center;
gap: .5rem;
color: var(--clr-text);
text-decoration: none;
transition: .3s color;
}
.c-simpleBtn:hover {
color: var(--clr-primary-500);
}
.c-simpleBtn:before {
--width: 7px;
--height: 12px;
content: '';
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-arrow-right.jpg) center center / var(--width) var(--height);
width: var(--width);
height: var(--height);
transition: .3s transform;
}
.c-simpleBtn:hover:before {
transform: translateX(4px);
}
.c-btn {
display: block;
background: var(--clr-primary-500);
border-radius: 99px;
font-size: 1rem;
outline: none;
color: white;
font-weight: 500;
padding: 1.2rem 2.1rem;
line-height: 1;
border: none;
transition: .3s color, .3s background, .3s border;
}
.c-btn:hover {
background: var(--clr-primary-300);
color: var(--clr-primary-700);
}
.c-btn span {
font-weight: 500;
font-size: .7rem;
padding-left: .25rem;
}
.c-btn--lg {
font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
.c-btn {
font-size: .95rem;
}
.c-btn--lg {
font-size: 1.2rem;
}
}
.c-btn--sm {
font-size: var(--fs-body-sm);
padding: .75rem 1.5rem;
}
.c-btn--full {
display: block;
width: 100%;
text-align: center;
}
.c-btn--dark {
background: black;
color: white;
}
.c-btn--dark:hover {
background: var(--clr-primary-700);
color: white;
}
.c-btn--light {
background: var(--clr-primary-300);
color: var(--clr-primary-700);
}
.c-btn--light:hover {
background: var(--clr-primary-100);
color: var(--clr-primary-700);
}
.c-btn--lighter {
background: var(--clr-primary-100);
color: var(--clr-primary-700);
}
.c-btn--lighter:hover {
background: var(--clr-primary-300);
color: var(--clr-primary-700);
}
.c-btn--outline {
border: 2px solid var(--clr-primary-500);
color: var(--clr-primary-700);
background: transparent;
padding: calc(1.2rem - 1px) calc(2.2rem - 1px);
}
.c-btn--outline:hover {
border: 2px solid var(--clr-primary-300);
} .call-now-button  {
background-color: var(--clr-primary-500) !important;
color: white !important;
z-index: 99999 !important;
transition: .3s background, .3s color;
}
.call-now-button:hover {
background-color: var(--clr-primary-300) !important;
color: var(--clr-primary-700) !important;
}
.c-conditions {
display: flex;
flex-wrap: wrap;
grid-gap: 22px;
margin: 60px 0;
}
@media screen and (max-width: 600px) {
.c-conditions {
margin: 32px 0;
}
}
.c-conditions:first-child {
margin-top: 0;
}
.c-conditions:last-child {
margin-bottom: 0;
}
.c-conditions .c-conditionItem {
width: calc((100% - 44px) / 3);
}
@media screen and (max-width: 980px) {
.c-conditions .c-conditionItem {
width: calc((100% - 22px) / 2);
}
}
@media screen and (max-width: 600px) {
.c-conditions {
grid-gap: 20px;
}
.c-conditions .c-conditionItem {
width: calc((100% - 20px) / 2);
}
}
@media screen and (max-width: 480px) {
.c-conditions .c-conditionItem {
width: 100%;
}
}
.c-conditionItem {
display: flex;
flex-direction: column;
text-decoration: none;
}
.c-conditionItem__thumb {
overflow: hidden;
border-radius: .5rem;
flex-shrink: 0;
position: relative;
}
.c-conditionItem__thumb:after {
content: '';
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.5);
}
.c-conditionItem__thumb img {
position: relative;
z-index: 1;
display: block;
aspect-ratio: 67 / 42;
object-fit: cover;
will-change: transform;
transition: 1s transform;
}
.c-conditionItem:hover .c-conditionItem__thumb img {
transform: scale(1.1) rotate(1deg);
}
.c-conditionItem h4 {
position: absolute;
z-index: 3;
top: 50%;
left: 1.5rem;
right: 1.5rem;
transform: translateY(-50%);
color: white;
text-align: center;
font-weight: 700;
margin: 0;
text-shadow: 0 2px 2px rgba(0,0,0,.2);
} .c-conditionItem--mini {
display: flex;
text-align: left;
border-bottom: 2px solid var(--clr-primary-100);
border-radius: 0;
align-items: flex-start;
justify-content: space-between;
flex-direction: row;
padding-bottom: .75rem;
gap: 1rem;
}
.c-conditionItem--mini:after {
content: '';
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-arrow-right.jpg) center center / 7px 12px;
flex-shrink: 0;
width: 7px;
height: 12px;
margin-right: .5rem;
margin-top: .25rem;
} .c-conditionItem--mini h4  {
position: static;
padding: 0;
font-size: 1.2rem;
transform: none;
color: var(--clr-primary-500);
text-shadow: none;
text-align: left;
}
.c-hero {
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/banner.jpg) center center / cover;
color: var(--clr-text-reverse);
}
@media screen and (max-width: 600px) {
.c-hero {
background-image: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/hero-bg-mobile.jpg);
}
}
.c-hero .u-wc {
position: relative;
}
.c-hero .u-wc:before {
content: '';
position: absolute;
left: -2000px;
right: calc(100% - 500px - var(--width-diagonal) - var(--width-gutter));
top: calc(var(--b-space) * -1);
bottom: calc(var(--b-space) * -1);
background: rgba(2,3,13,.35);
clip-path: polygon(0 0, calc(100% - var(--width-diagonal)) 0%, 100% 100%, 0% 100%)
}
.c-hero__content {
position: relative;
z-index: 2;
}
@media screen and (max-width: 600px) {
.c-hero {
background-position: calc(100% - 30%) center;
}
}
.c-locationBlock {
position: relative;
}
.c-locationBlock:after {
content: '';
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(55,57,69, .28);
}
.c-map {
z-index: 1;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.c-locationBox {
position: relative;
z-index: 3;
background: white;
padding: 1.5rem;
border-radius: .5rem;
max-width: 340px;
width: 100%;
font-size: var(--fs-body-xsm);
box-shadow: 0 2px 16px rgba(0,0,0,.1);
}
.c-locationBox h4 {
font-size: 1.3rem;
margin-bottom: .25rem;
margin-top: 0;
font-weight: 600;
}
.c-locationBox__reviews {
display: flex;
align-items: center;
gap: .5rem;
color: #656565;
margin-bottom: 1rem;
}
.c-locationBox__stars {
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-stars.svg) center center / 70px 13px;
width: 70px;
height: 13px;
}
.c-locationBox__address {
margin-bottom: .5rem;
display: flex;
align-items: flex-start;
gap: 1rem;
}
.c-locationBox__address:before {
content: '';
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-pin.svg) center center / 1rem 1rem;
width: 1rem;
height: 1rem;
margin-top: .15rem;
}
.c-locationBox__hours {
position: relative;
}
.c-locationBox__current {
cursor: pointer;
display: flex;
align-items: flex-start;
gap: 1rem;
}
.c-locationBox__current:before {
content: '';
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-clock.svg) center center / 1rem 1rem;
width: 1rem;
height: 1rem;
margin-top: .15rem;
}
.c-locationBox__current:after {
content: '';
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-arrow-right.jpg) no-repeat center center / contain;
width: .5rem;
height: .5rem;
transform: rotate(90deg);
margin-top: .4rem;
transition: .3s transform;
}
.c-locationBox__hours--active .c-locationBox__current:after {
transform: rotate(270deg);
}
.c-locationBox__hoursDrop {
position: absolute;
top: calc(100% + .5rem);
left: .5rem;
background: white;
border-radius: .5rem;
padding: 1rem 1.5rem;
display: flex;
flex-direction: column;
grid-gap: .5rem;
opacity: 0;
visibility: hidden;
box-shadow: 0 2px 16px rgba(0,0,0,.1);
transition: .3s opacity, .0s visibility .3s;
}
.c-locationBox__hours--active .c-locationBox__hoursDrop {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}
.c-locationBox__hoursDrop span {
display: flex;
gap: 1rem;
}
.c-locationBox__hoursDrop span b {
min-width: 82px;
}
.c-locationBox .c-btnGroup {
margin-top: 1rem;
}
@media screen and (max-width: 600px) {
.c-locationBox {
margin-inline: auto;
}
}
.c-newsItems {
display: flex;
flex-wrap: wrap;
gap: 22px;
row-gap: 2rem;
margin: 50px 0;
}
.c-newsItems:first-child {
margin-top: 0;
}
.c-newsItems:last-child {
margin-bottom: 0;
}
.c-newsItem {
width: calc((100% - 44px) / 3);
}
@media screen and (max-width: 980px) {
.c-newsItem {
width: calc((100% - 22px) / 2);
}
}
@media screen and (max-width: 600px) {
.c-newsItems { 
margin: 32px 0;
}
}
@media screen and (max-width: 480px) {
.c-newsItem {
width: 100%;
}
.c-newsItems {
row-gap: 2rem;
}
}
.c-newsItem__thumb {
position: relative;
border-radius: .5rem;
display: block;
}
.c-newsItem__thumb img {
display: block;
border-radius: .5rem;
aspect-ratio: 67 / 42;
object-fit: cover;
}
.c-newsItem__thumb:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,.3);
border-radius: .5rem;
transition: .3s background;
}
.c-newsItem:hover .c-newsItem__thumb:after  {
background: rgba(0,0,0,.2);
}
.c-newsItem h4 {
font-size: 1.25rem;
margin-bottom: .5rem;
margin-top: 0;
font-weight: 600;
line-height: 1.3;
}
.c-newsItem__info {
padding: 1.5rem 1rem 0;
}
.c-newsItem__btn {
font-weight: 500;
}
.c-pagination {
margin-top: var(--b-space);
}
.c-pagination  {
display: flex;
align-items: center;
gap: .5rem;
flex-wrap: wrap;
}
.page-numbers:not(.next):not(.prev):not(.dots) {
border-radius: 50%;
background: var(--clr-primary-500);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: .9rem;
width: 2rem;
height: 2rem;
text-decoration: none;
transition: .3s background, .3s color;
}
.page-numbers:not(.next):not(.prev):not(.dots):hover {
background: var(--clr-primary-300);
color: var(--clr-primary-700);
}
.page-numbers.prev {
margin-right: .5rem;
}
.page-numbers.next {
margin-left: .5rem;
}
.page-numbers.next, .page-numbers.prev {
text-decoration: none;
}
.c-categoryList {
margin: 2rem auto;
width: fit-content;
position: relative;
z-index: 3;
}
.c-categoryList__drop {
position: absolute;
z-index: -1;
top: calc(100% - 1.2rem);
left: 0;
right: 0;
list-style-type: none;
text-align: center;
background: var(--clr-primary-100);
border-radius: .5rem;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 2.7rem 1.5rem 1.5rem;
display: flex;
flex-direction: column;
grid-gap: .25rem;
visibility: hidden;
opacity: 0;
transform: translateY(-1rem);
transition: .3s opacity, .3s transform, .0s visibility .3s;
}
.c-categoryList--active .c-categoryList__drop {
visibility: visible;
opacity: 1;
transform: none;
transition-delay: 0s;
}
.c-categoryList ul a {
color: #414f55;
font-weight: 400;
padding: 0 .25rem;
border-radius: .25rem;
transition: .3s color, .3s background;
}
.c-categoryList ul a:hover {
background: var(--clr-primary-500);
color: var(--clr-text-reverse);
}
.c-faqSection {
padding-block: var(--b-space-lg);
}
.c-faqSection .u-wc {
position: relative;
}
.c-faqSection .u-wc:before {
content: '';
position: absolute;
z-index: 2;
left: -2000px;
right: calc(100% - 430px - var(--width-diagonal) - var(--width-gutter));
top: calc(var(--b-space-lg) * -1);
bottom: calc(var(--b-space-lg) * -1);
background: var(--clr-primary-700);
clip-path: polygon(0 0, calc(100% - var(--width-diagonal)) 0%, 100% 100%, 0% 100%);
}
.c-faqSection .u-wc:after {
content: '';
position: absolute;
z-index: 1;
left: calc(430px + var(--width-gutter));
right: calc((100% - 100vw - var(--scrollbar-width, 0px)) / 2);
top: calc(var(--b-space-lg) * -1);
bottom: calc(var(--b-space-lg) * -1);
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/bg-faq.jpg) center center / cover;
}
.c-faqSection__content {
max-width: 516px;
position: relative;
z-index: 4;
}
.c-faqList {
margin: 50px 0;
display: flex;
flex-direction: column;
gap: .25rem;
}
.c-faqList:first-child {
margin-top: 0;
}
.c-faqList:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 980px) {
.c-faqSection {
padding-block: var(--b-space);
}
.c-faqSection .u-wc:after, .c-faqSection .u-wc:before {
display: none;
}
.c-faqSection__content {
max-width: 100%;
}
}
@media screen and (max-width: 600px) {
.c-faqList {
margin: 32px 0;
}
}
.c-faqItem__question {
display: flex;
gap: 1rem;
align-items: center;
font-size: 1.21875rem;
text-shadow: 0 2px 2px rgba(0,0,0,.2);
font-weight: 500;
margin-top: .5rem;
cursor: pointer;
}
.c-faqItem__question:first-child {
margin-top: 0;
}
.c-faqItem__question:before {
--width: 1.5625rem;
--height: 1.5625rem;
content: '';
width: var(--width);
height: var(--height);
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-faq-arrow.png) center center /  var(--width)  var(--height);
flex-shrink: 0;
transform: rotate(0deg);
transition: .3s transform;
}
.c-faqItem--active .c-faqItem__question:before {
transform: rotate(90deg);
}
.c-faqItem__answer {
display: none;
padding: .5rem 0 1rem 2.5625rem;
}
@media screen and (max-width: 600px) {
.c-faqItem__question {
font-size: 1.1rem;
}
}
.c-process {
background: var(--clr-primary-700);
padding: var(--b-space-lg) 0;
}
.c-process .u-wc {
display: flex;
gap: 8%;
position: relative;
} .c-process__overview {
flex-shrink: 0;
width: 50%;
position: relative;
z-index: 22;
color: white;
}
.c-process__overview:before {
content: '';
position: absolute;
z-index: -1;
left: -2000px;
right: calc(100% - 300px - var(--width-diagonal));
top: calc(var(--b-space-lg) * -1);
bottom: calc(var(--b-space-lg) * -1);
background: var(--clr-primary-700);
clip-path: polygon(0 0, calc(100% - var(--width-diagonal)) 0%, 100% 100%, 0% 100%);
}
.c-process__overview p {
max-width: 320px
}
.c-processBgSlider {
position: absolute;
z-index: 20;
top: calc(var(--b-space-lg) * -1);
right: calc((100% - 100vw - var(--scrollbar-width, 0px)) / 2);
bottom: calc(var(--b-space-lg) * -1);
left: 300px;
width: auto;
}
.c-processBgSlider:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.6);
}
.c-processBgSlider .owl-stage-outer, .c-processBgSlider .owl-stage, .c-processBgSlider .owl-item, .c-processBgSlider .owl-item div {
height: 100% !important;
}
.c-process__slider {
min-width: 0;
}
.c-processBgSlider .owl-item div {
background-size: cover;
background-position: center center;
}
.c-processSlider {
position: relative;
z-index: 24;
margin-top: 1rem;
}
.c-processItem {
color: white;
}
.c-processItem h3 {
margin-bottom: .75rem;
}
.c-processItem p {
font-size: 1.4375rem;
font-weight: 500;
line-height: 1.4;
}
.c-processSlider .owl-nav {
margin-top: 2rem;
display: flex;
gap: 10px;
}
.c-processSlider .owl-nav button.owl-prev, .c-processSlider .owl-nav button.owl-next {
height: 50px;
width: 50px;
border: 4px solid var(--clr-primary-300);
outline: none;
padding: none;
font-size: 0;
border-radius: 50%;
background: white url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-slider-arrow-left.png) no-repeat center center / 9px 11px;
transition: .3s background;
}
.c-processSlider .owl-nav button.owl-next {
background-image: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/icon-slider-arrow-right.png);
}
.c-processSlider .owl-nav button.owl-prev:hover, .c-processSlider .owl-nav button.owl-next:hover {
background-color: var(--clr-primary-300);
}
.c-processSlider .owl-stage-outer {
overflow: visible;
}
.c-processSlider .owl-stage {
display: flow-root;
}
.c-processSlider .owl-item {
opacity: 0;
visibility: hidden;
transition: .3s opacity, 0s visibility .3s;
}
.c-processSlider .owl-item.active {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}
@media screen and (max-width: 980px) {
.c-process {
padding-block: var(--b-space); }
.c-process .u-wc {
display: block;
}
.c-process__overview {
width: 100%;
padding-bottom: calc(var(--b-space) / 2);
}
.c-process__overview p {
max-width: 100%;
}
.c-process__overview:before {
left: calc(var(--width-gutter) * -1);
right: calc(var(--width-gutter) * -1);
top: calc(var(--b-space) * -1);
bottom: 0;
clip-path: none; }
.c-process__slider {
position: relative;
padding-top: 0;
}
.c-processSlider {
margin-top: 0;
}
.c-processBgSlider {
display: none !important;
position: absolute;
z-index: 20; top: 0;
bottom: calc(var(--b-space) * -1);
left: calc(var(--width-gutter) * -1);
right: calc(var(--width-gutter) * -1);
}
}
@media screen and (max-width: 600px) {
.c-processItem p {
font-size: var(--fs-body-lg); 
}
}
.c-conditionsPopup {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999999999;
background: var(--clr-primary-500);
color: white;
overflow-y: auto;
opacity: 0;
transform: scale(1.1);
display: flex;
visibility: hidden;
transition: .3s opacity, .3s transform, 0s visibility .3s;
}
.c-conditionsPopup__close {
position: fixed;
top: 2rem;
left: 2rem;
width: 58px;
height: 58px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
border: none;
background: black;
border-radius: 50%;
color: white;
outline: none;
padding: 0 0 2px 0;
transition: .3s background;
}
.c-conditionsPopup__close:hover {
background: var(--clr-primary-700);
}
.c-conditionsPopup--active {
opacity: 1;
transform: none;
visibility: visible;
transition-delay: 0s;
}
.c-conditionsPopup .u-wc {
margin-block: auto;
}
.c-conditionsPopup__list {
list-style-type: none;
padding: 0;
margin: 60px 0;
text-align: center;
}
.c-conditionsPopup__list a {
color: var(--clr-primary-300);
font-size: 1.25rem;
font-weight: 500;
}
.c-conditionsPopup__list li {
margin-top: .25rem;
}
.c-conditionsPopup__list li:first-child {
margin-top: 0;
}
.c-conditionsPopup__list a:hover {
color: white;
}
@media screen and (max-width: 600px) {
.c-conditionsPopup__list a {
font-size: 1rem;
}
.c-conditionsPopup__list {
margin: 32px 0;
}
.c-conditionsPopup__close {
position: fixed;
top: 1rem;
left: 1rem;
width: 40px;
height: 40px;
font-size: 1.5rem;
}
}
.c-team .u-wc {
display: flex;
gap: 8%;
align-items: flex-start;
}
.c-team__overview {
width: 40%;
flex-shrink: 0;
margin-top: 40px;
}
.c-teamCollage {
position: relative;
display: grid;
grid-template-areas: 
"a1 a2 a3"
"b1 b2 b3"
"c1 c2 c3";
grid-template-columns: auto 1fr 80px;
grid-template-rows: 1fr 92px auto;
}
.c-teamCollage__jon {
grid-column-start: a1-start;
grid-column-end: a2-end;
grid-row-start: a1-start;
grid-row-end: b2-end;
}
.c-teamCollage__team {
grid-column-start: b2-start;
grid-column-end: c3-end;
grid-row-start: b2-start;
grid-row-end:  c3-end;
}
.c-teamCollage img {
border-radius: .5rem;
box-shadow: 4px 5px 8px rgba(0,0,0,.1);
display: block;
}
.c-youtubeCount {
display: flex;
align-items: center;
gap: .5rem;
font-size: .875rem;
font-weight: 700;
color: var(--clr-text);
grid-column-start: c1-start;
grid-column-end: c1-end;
grid-row-start: c1-start;
grid-row-end: c1-end;
align-self: self-start;
margin: 24px 40px 0 0;
transition: .3s color;
}
.c-youtubeCount:hover {
color: var(--clr-primary-500);
}
.c-youtubeCount:before {
--size: 40px;
content: '';
width: var(--size);
height: var(--size);
background: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/youtube-icon.png) center center / var(--size) var(--size);
flex-shrink: 0;
}
@media screen and (max-width: 980px) {
.c-team .u-wc {
display: block;
}
.c-teamCollage { 
max-width: 600px;
margin: 0 auto 50px;
}
.c-team__overview { 
width: 100%;
}
}
@media screen and (max-width: 600px) { 
.c-teamCollage {
grid-template-columns: auto 1fr 40px;
grid-template-rows: 1fr 40px auto;
}
}
.c-footer {
color: #9fafb7;
font-size: .9375rem;
font-weight: 400;
padding-block: var(--b-space-sm) calc(var(--b-space-sm) / 2);
}
.c-footer a {
color: inherit;
}
.c-footer a:hover {
color: white;
}
.c-footer h5 {
color: white;
}
.c-footerMenu  ul {
list-style-type: none;
padding: 0;
margin: 0;
column-count: 2;
}
.c-footerMenu li {
margin-bottom: .25rem;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.c-footer__cols {
display: flex;
gap: 8%;
justify-content: space-between;
}
.c-copyright {
margin-top: var(--b-space-sm);
font-size: .8125rem;
}
.c-footer table {
display: block;
margin-bottom: 1rem;
}
.c-footer table:last-child {
margin-bottom: 0;
}
.c-footer td {
vertical-align: top;
white-space: nowrap;
min-width: 80px;
padding-bottom: .25rem
}
.c-footer td:first-child {
padding-right: .5rem
}
.c-footer td b {
color: white;
}
a.c-footerLink {
color: #6ac2ed;
}
a.c-footerLink:hover {
color: white;
}
@media screen and (max-width: 980px) {
.c-footer__cols {
display: flex;
flex-wrap: wrap;
gap: 1rem;
row-gap: 40px;
}
.c-footer__col {
width: calc((100% - 1rem) / 2);
}
.c-footer__col:first-child {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.c-footer__cols {
display: flex;
flex-direction: column;
row-gap: 32px;
}
.c-footer__col {
width: 100%;
}
}
@media screen and (max-width: 400px) {
.c-footerMenu ul {
column-count: initial;
}
}
.c-pageTitle {
background-size: cover;
background-position: center center;
position: relative;
}
.c-pageTitle h1 {
max-width: calc(100% - 400px);
}
.c-pageTitle--hasbg .u-wc {
position: relative;
}
.c-pageTitle--hasbg:before {
content: '';
position: absolute;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(2,3,13,.4);
}
.c-pageTitle--hasbg .u-wc {
position: relative;
z-index: 2;
}
.c-contentPage {
display: flex;
gap: 8%;
align-items: flex-start;
}
.c-contentPage__content {
min-width: 0;
}
.c-contentPage__sidebar {
--offset: 70px;
margin-top: calc((var(--b-space-sm) + var(--offset)) * -1);
width: 375px;
flex-shrink: 0;
position: relative;
z-index: 4;
}
.c-contentPage__sidebarBox {
background: var(--clr-primary-100);
border-radius: 1rem;
padding: 3rem;
}
.c-contentPage__sidebarBox:not(:first-child) {
margin-top: 2rem;
}
.c-contentPage__sidebar table {
display: block;
margin-bottom: 1rem;
font-size: .9375rem;
}
.c-contentPage__sidebar table:last-child {
margin-bottom: 0;
}
.c-contentPage__sidebar td {
vertical-align: top;
white-space: nowrap;
min-width: 80px;
padding-bottom: .25rem
}
.c-contentPage__sidebar td:first-child {
padding-right: 1rem
}
.c-contentPage__content ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
.c-contentPage__content ul li {
position: relative;
padding-left: 1rem;
}
.c-contentPage__content ul li:before {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--clr-primary-500);
position: absolute;
left: 0;
top: .6rem;
}
.c-featuredImg {
border-radius: 1rem;
box-shadow: 4px 5px 8px rgba(0,0,0,.1);
display: block;
margin-bottom: 2rem;
}
.wp-block-image {
margin: 2rem 0;
}
.wp-block-image:first-child {
margin-top: 0;
}
.wp-block-image:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 980px) {
.c-pageTitle h1 {
max-width: 100%;
}
.c-contentPage {
display: block;
}
.c-contentPage__sidebar {
width: 100%;
max-width: 540px;
margin-inline: auto;
margin-top: 3rem;
}
}
@media screen and (max-width: 600px) {
.c-contentPage__sidebarBox {
padding: 2rem;
}
}
label {
display: block;
margin: 0 0 .25rem;
font-weight: 400;
font-size: 1rem;
}
input[type="text"], 
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
select {
color: var(--clr-primary-500);
display: block;
width: 100%;
border: none;
border-radius: 0;
padding: 16px 20px;
font-weight: 400;
margin-bottom: 12px;
font-family: inherit;
background: white;
border-radius: 8px;
background: #dae2e5;
transition: .3s border, .3s background;
}
input[type="text"]:focus, 
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
outline: none;
}
input[type="text"]:placeholder, 
input[type="phone"]:placeholder,
input[type="email"]:placeholder,
input[type="password"]:placeholder
input[type="date"]:placeholder {
color: #747474;
opacity: 1;
}
input[type="text"].wpcf7-not-valid, 
input[type="phone"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
border: 1px solid #FF001F;
}
#datepicker {
background-image: url(//chirofirst.ca/wp-content/themes/chirofirst/imgs/calendar-icon.svg);
background-size: 1rem 1rem;
background-position: calc(100% - 1rem) center;
background-repeat: no-repeat;
}
textarea {
height: 160px;
}
textarea:focus {
outline: none;
}
.c-radioInputs {
display: flex;
align-items: center;
gap: 1rem;
margin: 1.5rem 0;
}
.c-radioInputs label, .c-radioInputs p {
font-weight: 400;
margin: 0;
}
.c-radioInputs input {
display: none;
}
.wpcf7-form-control.wpcf7-radio {
display: flex;
align-items: center;
gap: .5rem;
}
.c-radioInputs .wpcf7-list-item-label {
display: flex;
gap: .5rem;
align-items: center;
cursor: pointer;
}
.wpcf7-list-item {
display: block;
margin:0;
} 
.c-radioInputs .wpcf7-list-item-label:before {
content: '';
width: 24px;
height: 24px;
border-radius: 50%;
background: white;
border: 6px solid #dae2e5;
transition: .3s background;
}
.c-radioInputs input:checked + .wpcf7-list-item-label:before {
background: var(--clr-primary-500);
}
input[type="submit"] {
-webkit-appearance: none;
border: 0;
text-align: center;
}
.wpcf7-not-valid-tip {
font-size: .8125rem;
font-weight: 500;
margin-top: -15px;
margin-bottom: 12px;
display: block;
background: #FF001F;
text-align: left;
color: white;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding: 4px 8px;
}
.wpcf7 form .wpcf7-response-output {
margin: 0 !important;
border: 0 !important;
font-weight: 500;
padding: 0 !important;
color: var(--clr-text) !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
background: #FF001F;
text-align: left;
color: white;
border-radius: 4px;
padding: 4px 8px;
}
.wpcf7 form.sent .wpcf7-response-output {
font-size: var(--fs-p-lg);
}
.recaptcha-msg {
font-size: .8em;
}
.wpcf7-form-control.wpcf7-submit {
margin-top: 1.5rem;
}
.grecaptcha-badge { 
visibility: hidden;
}
@media screen and (max-width: 600px) {
.c-radioInputs { 
flex-direction: column;
align-items: flex-start;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select {
padding: 12px 16px;
}
textarea {
height: 160px;
}
.wpcf7-not-valid-tip {
margin-top: -16px;
margin-bottom: 16px;
}
.wpcf7__footer {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
grid-gap: 12px;
}
}
.u-center {
text-align: center;
}
.u-clr-primary-300 {
color: var(--clr-primary-300);
}
.u-bg-clr-primary-700 {
background-color: var(--clr-primary-700);
color: var(--clr-text-reverse);
}
@media screen and (min-width: 601px) {
.u-desktop-hide {
display: none;
}
}
.u-max-width-10 {
max-width: calc(var(--width-content) * 0.1);
}
.u-max-width-20 {
max-width: calc(var(--width-content) * 0.2);
}
.u-max-width-30 {
max-width: calc(var(--width-content) * 0.3);
}
.u-max-width-40 {
max-width: calc(var(--width-content) * 0.4);
}
.u-max-width-50 {
max-width: calc(var(--width-content) * 0.5);
}
.u-max-width-60 {
max-width: calc(var(--width-content) * 0.6);
}
.u-max-width-70 {
max-width: calc(var(--width-content) * 0.7);
}
.u-max-width-80 {
max-width: calc(var(--width-content) * 0.8);
}
.u-max-width-90 {
max-width: calc(var(--width-content) * 0.9);
}
.u-max-width-100 {
max-width: var(--width-content);
}
.u-center[class*="u-max-width-"] {
margin-inline: auto;
} .pika-button {
background: var(--clr-primary-100);
}
.is-selected .pika-button, .has-event .pika-button, .pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
background: var(--clr-primary-500);
box-shadow: none;
}
.is-disabled .pika-button {
opacity: .2;
}
.pika-table abbr {
cursor: default;
border-bottom: none;
text-decoration: none;
}
.pika-single.is-bound {
box-shadow: 0 4px 15px rgba(0,0,0,.1);
border: 1px solid #ececec;
border-radius: .5rem;
}
.wp-gr .grw-row-s .grw-header {
flex-basis: 100%;
}
.wp-gr .grw-row-s .grw-header + .grw-content {
flex-basis: 100%;
}
.wp-gr .grw-row {
flex-wrap: wrap 
}#callnowbutton {
display: none;
}
@media screen and (max-width:650px) {
#callnowbutton:not(.cnb-displaymode),
#callnowbutton.cnb-displaymode-mobile-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-mobile-only {
display: flex;
}
}
@media screen and (min-width:650px) {
#callnowbutton.cnb-displaymode-desktop-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-desktop-only {
display: flex;
}
}
@media screen {
#callnowbutton.cnb-displaymode-always {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-always {
display: flex;
}
} #callnowbutton.cnb-full {
justify-content: center;
align-items: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
width: 100%;
left: 0;
height: 60px;
}
.cnb-full.cnb-full-bottom {
bottom: 0;
}
.cnb-full.cnb-full-top {
top: 0;
}
#callnowbutton.cnb-single {
width: 55px;
height: 55px;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
background-position: center;
background-size:35px 35px;
background-repeat: no-repeat;
}
.cnb-single.cnb-middle {
bottom: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-left {
bottom: 15px;
left: 20px;
}
.cnb-single.cnb-right {
bottom: 15px;
right: 20px;
}
.cnb-single.cnb-mleft {
top: 50%;
margin-top: -28px;
left: 20px;
}
.cnb-single.cnb-mright {
top: 50%;
margin-top: -28px;
right: 20px;
}
.cnb-single.cnb-tleft {
top: 15px;
left: 20px;
}
.cnb-single.cnb-tmiddle {
top: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-tright {
top: 15px;
right: 20px;
} #callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
display: none;
}
.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
left: 68px;
}
.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
right: 68px;
}
.cnb-single.cnb-text span {
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
width: auto;
background-color: rgba(70,70,70,.9);
position: absolute;
border-radius: 2px;
font-family: helvetica,arial,sans-serif;
padding: 6px 8px;
font-size: 13px;
font-weight: 700;
color: #ECECEC;
top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,.15);
word-break: keep-all;
line-height: 1em;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
.cnb-single:not(.cnb-text) span {
display: none;
}
.cnb-full.cnb-text {
text-align: center;
color: #FFF;
font-weight: 600;
font-size: 120%;
overflow: hidden;
white-space: nowrap;
}
.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
transform-origin: right;
}
.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
transform: scale(0.7);
}
.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
transform: scale(0.8);
}
.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
transform: scale(0.9);
}
.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
transform: scale(1.1);
}
.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
transform: scale(1.2);
}
.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
transform: scale(1.3);
}
.cnb-full.cnb-zoom-70 span {
font-size: 70%;
}
.cnb-full.cnb-zoom-80 span {
font-size: 80%;
}
.cnb-full.cnb-zoom-90 span {
font-size: 90%;
}
.cnb-full.cnb-zoom-110 span {
font-size: 110%;
}
.cnb-full.cnb-zoom-120 span {
font-size: 120%;
}
.cnb-full.cnb-zoom-130 span {
font-size: 130%;
}
.cnb-zindex-10 {
z-index: 2147483647;
}
.cnb-zindex-9 {
z-index: 214748365;
}
.cnb-zindex-8 {
z-index: 21474836;
}
.cnb-zindex-7 {
z-index: 2147484;
}
.cnb-zindex-6 {
z-index: 214748;
}
.cnb-zindex-5 {
z-index: 21475;
}
.cnb-zindex-4 {
z-index: 2147;
}
.cnb-zindex-3 {
z-index: 215;
}
.cnb-zindex-2 {
z-index: 21;
}
.cnb-zindex-1 {
z-index: 2;
}