/*
 Theme Name:   Adamos (mod)
 Theme URI:    https://wordpress.org/themes/adamos 
 Description:  Adamos Modifications
 Author:       Jeroen Peelaerts 
 Author URI:   http://runwalk.be
 Template:     adamos
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  adamos-child
*/
body,
textarea {
	color: #666;
}

.contact-address,
.contact-phone {
	margin-bottom: 15px;
}
.contact-address .fa:before,
.contact-phone .fa:before,
.contact-email .fa:before {
	position: relative;
	left: 2px;
	top: 2px;
}
.contact-phone .fa:before {
    left: 4px;
}
.contact-address .fa,
.contact-phone .fa,
.contact-email .fa {
	margin-right: 10px;
	border: 1px solid;
	border-radius: 50%;
	padding: 5px;
	width: 18px;
	height: 18px;
}
.contact-address span,
.contact-phone span,
.contact-email span {
	font-weight: 700;
	margin-right: 10px;
}
.widget p {
    font-size: 14px;
}
.textwidget {
    padding-left: 0px;
}
#birs_appointment_form .birs_form_field > label, article p {
    font-size: 14px;
}

