/*
Theme Name: Artemis (Flatsome Child)
Description: Styles covering Treatment page
Author: Gareth
Template: flatsome
Version: 2.6
*/

/** Style for 'new' Treatment descriptions **/

/*
h4.treatment-title {
	color: #2e294e;
}
h4.treatment-summary {
	margin-top: 20px;
	color: #1b998b;
	font-size: 110%;
}

h4.treatment {
	margin-top: 20px;
	font-weight: 600;
	color: #2e294e;
}

.treatment-head {
	font-weight: 500;
	color: #2e294e;
}
.treatment-guarantee {
	color: #d7263d;
	font-weight: 600;
}

p.treatment {
	margin-bottom: 6px;
	text-align: left;
}
*/

/* NEW TREATMENT*/

p.call-artemis {
	font-size: 1.3em;
    color: #2e294e;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left
}


/* Treatmenr Summary'*/
h3.treatment {
    font-size: 1.3em;
    color: #2e294e;
    text-align: left;
}
/* Visits */
h4.treatment {
    font-size: 1.2em;
	color: #1b998b;
}

/* Visits
h5.treatment {
    font-size: 1.1em;
    color: #1b998b;
}
*/

/* All below Treatment Summary*/
div.treatment {
    margin-bottom: 15px;
    text-align: justify;
}

/* Individual treatment paragraphs*/
p.treatment {
    margin-bottom: 5px;
    text-align: justify;
}

/* use <span> to highlight lead treatment text */
.treatment-lead {
	font-weight: 600;
	color: #2e294e;
}

/* Guarantee paragraph */
p.guarantee {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.1em;
	text-align: justify;
}

/* use <span> to highlight lead guarantee text */
.guarantee-lead {
	font-weight: 600;
	color: #d7263d;
}

