/**
 * Theme Name: U-Design Child
 * Theme URI: https://udesigntheme.com/envato-market/
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: https://1.envato.market/OdObz
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/

.contact-block {
    width: 100%;
	display: -webkit-flex;
    align-items: normal;
}
.fafaicon {
    text-align: center;
    margin-right: 15px;
    margin-bottom: 25px;
    display: inline;
    vertical-align: top;
}
.fafacontact {
    text-align: inherit;
    margin-bottom: 3px;
    display: inline-block;
}
.contact-span {
font-size: 75%;
color: rgba(51, 51, 51, 0.7);
}
.fa-lg2 {
    width: 30px;
	padding-top: 4px;
}
.telephone {
    font-size: 150%;
    font-weight: 700;
    color: #1E73BE;
}