/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ENCART SPECIFICATIONS */
/* ########################################### */

.doll-spec
{
	padding:10px;
	margin:20px;
	border-top: 5px solid red;
	border-bottom: 5px solid red;
}

.doll-spec .column-spec
{
	float:left;
	width:50%;
}

.doll-spec:after 
{
  content: "";
  display: table;
  clear: both;
}

/* ########################################### */