.box-blog-post .is-divider{
height: 0;
}
.col.post-item>.col-inner{
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
border-radius: 10px;
overflow: hidden;
}
.box-text{
font-size: 1em
}
.wpcf7-spinner{
display: none
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
border-radius: 10px;
margin:0;
}
input.wpcf7-form-control, select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea{
border-radius: 10px;
margin:0;
}
table tr:first-child {
background-color: #ff5b00;
color: white;
}
table tr:nth-child(odd):not(:first-child) {
background-color: #ffe5de;
}
.dental-price-table th, .dental-price-table td{
padding: 8px 12px;
}
.col.post-item a.button.primary.is-link{
font-weight: 500;
font-size: 18px;
}
.header-language-dropdown ul.nav-dropdown-simple{
list-style: none;
display: flex;
}
.header-language-dropdown ul li{
margin-top: 5px;
margin-left: 10px;
}
.header-language-dropdown ul.nav-dropdown-simple a{
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 300 !important;
font-size: 15px;
}
.header-language-dropdown i.icon-image img{
width: 28px;
margin-right: 5px;
}
body table tr:first-child{
color: #fff !important;
}
.accordion-title{
background-color: #FAFAFA;
border:none;
color: #ff5900 !important;
font-weight: 600;
}
.accordion-inner{
background-color: #FAFAFA;
}
.accordion-item{
margin-bottom: 10px;
}
.off-canvas .nav-vertical>li>a{
color: var(--fs-color-primary);
}
.fixed-contact-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
background: #ff5900;
z-index: 9999;
box-sizing: border-box;
}
.fixed-contact-bar .boxcontact-btn {
width: 33.33%;
padding: 6px 0px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
text-align: center;
text-decoration: none;
font-size: 15px;
color: #fff;
background: #fd0013;
border-right: 1px solid #fff;
box-sizing: border-box;
}
.boxcontact-btn a.contact-btn {
text-align: center;
color: #fff;
padding: 5px 0px;
width: 90%;
border-radius: 5px;
background-color: hsla(0,0%,100%,.2);
}
.fixed-contact-bar .contact-btn:last-child {
border-right: none;
}
.fixed-contact-bar a.contact-btn:hover {
background-color: #35b8c3;
}
.fixed-contact-bar .contact-btn img {
width: 18px;
height: 18px;
margin-right: 6px;
object-fit: contain;
margin-bottom: -4px;
} .contact-btn img {
animation: phone-vibrate-zoom 0.8s infinite;
transform-origin: center;
}
@keyframes phone-vibrate-zoom {
0%   { transform: rotate(0deg) scale(1); }
20%  { transform: rotate(15deg) scale(1.1); }
40%  { transform: rotate(-15deg) scale(1.2); }
60%  { transform: rotate(10deg) scale(1.1); }
80%  { transform: rotate(-10deg) scale(1); }
100% { transform: rotate(0deg) scale(1); }
} @media (max-width: 768px) {
.fixed-contact-bar .boxcontact-btn {
font-size: 13px;
padding: 0px 0px;
}
.boxcontact-btn a.contact-btn {
display: inline-grid;
justify-items: center !important;
padding-bottom: 2px;
width: 100%;
border-radius: 0px;
}
.fixed-contact-bar .contact-btn img {
width: 20px;
height: 20px;
margin-right: 0px;
margin-bottom: 0px;
}
}
@media screen and (min-width: 850px) {
.row_5>.col{
flex-basis: 20%;
max-width: 20%;
}
}
@media screen and (max-width: 549px) {
.header-language-dropdown ul.nav-dropdown-simple {
list-style: none;
display: block;
width: 100%;
text-align: center;
}
.header-language-dropdown ul li {
display: inline-block;
}
.header-language-dropdown ul.nav-dropdown-simple a{
font-size: 13px;
}
}