/*
 Theme Name:   YonkersWP Child
 Description:  YonkersWP Child Theme
 Author:       Switch
 Author URI:   https://weareswitch.com
 Template:     yonkerswp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
*/

@import url(/wp-content/themes/yonkers-child/font/73ddade7bfa3b3dc27a35fecd98b103e?family=Avenir+LT+Std);

body, p, li, ul, a, strong, input, textarea, select {
    font-family: "Avenir LT Std" !important;
}

.page-header-clean::after,
.medium-text-header:after,
.large-text-header:after,
#containerpagewr .element .parent h3:after {
    content:'';
    width: 25px;
    background: #8c644d;
    height: 3px;
    display: table;
    box-sizing: border-box;
    padding: 0;
    margin: 10px auto;
    clear: both;
}