File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp-child/css/standard.css
#contact .contact-skype {
font-size: 18px;
margin-top: 20px;
display: flex;
align-items: center;
}
#contact .contact-skype i {
color: var(--thim-body-primary-color);
margin-right: 10px;
font-size: 24px;
}
#contact .contact-skype a {
color: #8a8a8a;
}
#contact .thim-sc-heading .article_heading .heading_secondary {
font-size: 35px;
}
#contact #checkbox-contact-d label {
display: flex;
max-width: 100%;
width: 100%;
}
#contact #checkbox-contact-d input[type="checkbox"] {
width: auto;
margin-right: 10px;
}
#contact .contact-skype a:hover {
color: #e7ad44!important;
}
#contact input[type='checkbox'] {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeSpeed;
width: 16px!important;
height: 16px!important;
margin: 0!important;
margin-right: 10px!important;
position: relative;
cursor: pointer;
-webkit-appearance: auto;
background: #000!important;
}
#contact input[type='checkbox']::after {
content: "";
text-align: center;
line-height: 13px;
position: absolute;
cursor: pointer;
height: 18px;
width: 18px;
left: 0;
top: 0px!important;
font-size: 10px;
background: #fff;
border: 1px solid #ddd;
}
#contact input[type='checkbox']:checked::after {
background: #e7ad44!important;
content: "\2714";
color: #fff;
font-size: 12px;
line-height: 18px;
border: 1px solid;
}