/*
Theme Name: Roam Child
Theme URI: https://roam.qodeinteractive.com
Description: A child theme of Roam Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: roam
Template: roam
*/

.border {
	border-right: 1px solid #CCCCCC;	
}

<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
@font-face { 
	font-family: Neue Einstellung Regular; 
	src: url(http://365caretravel.com/365roam/wp-content/themes/roam-child/fonts/Hanken Design Co - Neue Einstellung Regular.ttf); 
	font-weight: normal; 
}

    /* Style to create a horizontal list */ 
    ul.horizontal-list { 
      list-style-type: none; 
      margin: 0; 
      padding: 0; 
      display: flex; 
    } 
  
    ul.horizontal-list li { 
      margin-right: 10px; 
    } 



