@charset "UTF-8";
/*
Theme Name: Mosaic
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 5.0
Version: 1.0
*/

html, body{
margin:0;
padding:0;
width:100%;
height:100%;
background-color:#F1F2ED;
font-family:TTCommons;
-webkit-font-smoothing: antialiased;
font-smooth:antialiased;
}

p{
margin-top:0;
}

.mosaic_arrow p{
text-align:right;
background:url(/wp-content/themes/mosaic/images/arrowshaft.svg) repeat-x center;
background-position:-10px center;
position:relative;
margin-right:20px;
}

.mosaic_arrow_white p{
text-align:right;
background:url(/wp-content/themes/mosaic/images/arrowshaft_white.svg) repeat-x center;
background-position:-10px center;
position:relative;
margin-right:20px;
}

.mosaic_arrow p a, .mosaic_arrow_white p a{
display:block;
width:100%;
height:100%;
}

i.mosaic_arrow{
position:relative;
top:2px;
right:-12px;
display:inline-block;
background:url(/wp-content/themes/mosaic/images/arrowhead.svg) no-repeat center;
width:16px;
height:16px;
}

i.mosaic_arrow_white{
position:relative;
top:2px;
right:-12px;
display:inline-block;
background:url(/wp-content/themes/mosaic/images/arrowhead_white.svg) no-repeat center;
width:16px;
height:16px;
}