#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;
}.yasr-star-rating {
width: 0;
position: relative;
display:inline-block;
background-position: 0 0;
background-repeat: repeat-x;
vertical-align: bottom;
}
.yasr-star-rating[data-title]:hover:after {
content: attr(data-title);
padding: 4px 8px;
color: #333;
position: absolute;
left: 0;
top: 100%;
z-index: 20;
white-space: nowrap;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 4px #222;
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
.yasr-star-rating .yasr-star-value {
height: 100%;
position: absolute;
}
.yasr-star-rating .yasr-star-value {
position: absolute;
height: 100%;
width: 100%;
background-repeat: repeat-x;
}
.yasr-star-rating::before {
content: none !important;
}
.yasr-star-value::before {
content: none !important;
} .yasr-auto-insert-overall {
margin-top: 10px;
}
.yasr-auto-insert-visitor {
margin-top: 10px;
}
#yasr-custom-text-before-overall {
display: block;
padding-right: 15px;
vertical-align: top;
}
.yasr-vv-second-row-container {
line-height: normal;
display: inline-block;
}
.yasr-vv-stats-text-container {
display: inline-block;
vertical-align: bottom;
}
.yasr-dashicons-visitor-stats {
cursor: pointer;
display: inline-block;
vertical-align: bottom;
}
.yasr-vv-container-loader {
display: inline-block;
}
.yasr-small-block-bold {
display: block;
font-weight: bold;
font-size: 12px;
}
.yasr-most-rated-text{
display: block;
}
.yasr-loader-multiset-visitor {
display: none;
}
.yasr-multiset-average {
text-align: center;
}
.yasr-multiset-average-text {
vertical-align: super;
}
.yasr-vv-stars-title-container {
display: inline;
}
.yasr-stars-title {
margin-left: 4px;
vertical-align: baseline;
}
.yasr-stars-title-average {
font-size: 12px;
margin-left: 4px;
vertical-align: baseline;
} .yasr-widget-recent-ratings-table {
border: none;
}
.yasr-widget-recent-ratings-td {
border: none;
}
.yasr-widget-recent-ratings-text {
font-weight: bold;
} #yasr-medium-rating-tooltip {
font-size: 14px;
}
.yasr-progress-bar-row-container {
width: 100%;
display: flex;
align-items: center;
padding-top: 2px;
padding-bottom: 2px;
}
.yasr-progress-bar-name {
min-width: 72px;
font-size: 14px !important;
}
.yasr-single-progress-bar-container {
flex-grow: 12;
}
.yasr-progress-bar-votes-count {
flex-grow: 0;
text-align: center;
font-size: 14px !important;
min-width: 40px;
}  .yasr-visitors-stats-tooltip {
min-width:300px;
text-align: center;
background-color: white;
color: #0a0a0a;
}
.tippy-tooltip.yasr-theme {
background-color: white;
color: black;
} .tippy-tooltip.yasr-theme {
border: 1px solid #aaaaaa;
}
.tippy-roundarrow {
fill: #aaa !important;
} .yasr-w3-border-0{border:0!important}.yasr-w3-border{border:1px solid #ccc!important; background: linear-gradient(to bottom,#eee,#f6f6f6);}
.yasr-w3-border-top{border-top:1px solid #ccc!important}.yasr-w3-border-bottom{border-bottom:1px solid #ccc!important}
.yasr-w3-border-left{border-left:1px solid #ccc!important}.yasr-w3-border-right{border-right:1px solid #ccc!important}
.yasr-w3-amber,.yasr-w3-hover-amber:hover{color:#000!important;background: linear-gradient(to bottom,#ffda44,#f1cb32);
background-color: #ffce00;
} .yasr-log-container {
width: 98%;
}
.yasr-log-div-child {
padding-top: 5px;
border-bottom: 1px solid #BBD8E7;
padding-bottom: 20px;
}
.yasr-log-image {
list-style-type: none;
display: inline-block;
float: left;
}
.yasr-log-child-head {
padding-left: 37px;
}
.yasr-log-vote {
color: red;
}
#yasr-log-vote-users {
color: green;
}
.yasr-log-post {
color: #2683AE;
}
.yasr-log-ip-date {
padding-top: 5px;
}
.yasr-log-ip {
float: left;
padding-left: 5px;
}
.yasr-log-date {
float: right;
}
#yasr-log-next-rows {
padding-top: 15px;
text-align: right;
}
.yasr-log-page-navigation {
padding-top: 7px;
text-align: center;
}
.yasr-last-ratings-loader {
display: none;
} .yasr-entry-title {
font-size: 33px;
font-weight: 300;
line-height: 1.0909090909;
margin: 0 0 12px 0;
text-transform: uppercase;
}
.yasr-entry-meta {
clear: both;
color: #767676;
font-size: 12px;
font-weight: 400;
line-height: 1.3333333333;
text-transform: uppercase;
}
.yasr-entry-content {
margin: 10px 0 20px 10px;
}