/**
 * Theme Name: VT Grid Mag child
 * Author: miroid
 * Author URI: https://www.imiroid.com/
 * Template: vt-grid-mag
 * Description: Create child theme for VT Grid Mag
 * Version: 0.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: vt-grid-mag-child
 * Domain Path: /languages/
 */
 .title {
 border-left: 10px ridge ;
 border-bottom: 2px solid;
 padding-left: 5px;
 border-color: #119955;
 font-weight: bold;
 }
 .cstm-title1 {
 border-left: 15px ridge #6eb7ff;
 border-bottom: groove;
 padding-left: 8px;
 font-weight: bold;
 background: #fdfdff;
 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
 border-radius: 3px;
 }
 .freeblk {
   text-indent: 1em;
   word-break: normal;
   overflow-wrap: normal;
 }
 .orange {background-color:#ffcc99;}
 figcaption, a, p, h1, h2, h3, h4, h5, h6 {
 font-family: "Helvetica Neue", Helvetica, "Open Sans Condensed",Arial, sans-serif; !important
 
