@charset "UTF-8";
/* CSS Document */
/*
 Theme Name:   Divi Child
 Theme URI:    http://www.emergentworkforce.ca/wp-content/themes/Divi/
 Description:  child theme, based on Elegant Themes - Divi
 Author:       Edward Carne
 Author URI:   http://soundwellness.com
 Template:     Divi
 Version:      1.0.0
 Tags: light, white, one-column, two-columns, three-columns, responsive-layout, translation-ready
 Text Domain:  Divi-child
*/

@import url("../Divi/style.css");

/*Audio Player */
/* from wp-mediaelement.css in wp-content/wp-includes/js/mediaelement/ */

.wp-audio-shortcode {
visibility: visible !important;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: #035d1e !important;
}

/*Video text wrap */
.video-wrap-left { 
    float: left; 
    margin: 0 20px 5px 0; 
    }

/*Video text wrap */
.video-wrap-right { 
    float: right; 
    margin: 0 0 5px 20px; 
    }
    
/* alter top menu for mobile */

@media (max-width: 980px) {
#et-secondary-nav, #et-secondary-menu {
display: block !important;
}
.et_secondary_nav_only_menu #top-header {
display: block !important;
}
}

.mobile_menu_bar:before {
color: #fff !important;
}

/* Hide menu on home page
*/

/*shift footer menu to the right */

#et-footer-nav {
background-color: rgba(255,255,255,.05);
float: right;
width: 540px;
}

#footer-bottom .container{
z-index:1 }
#et-footer-nav .container{
z-index: 99999;
}

/* Change parallax background position */

.et_parallax_bg{
    background-position:left bottom !important;
    background-size:cover
}

/* Add new fonts */



/* Change Header colour */
h1, h2, h3, h4, h5, h6 {
color : #035d1e;
padding-bottom: 10px;
font-weight: bold; }

h1 
{ font-size: 32px; 
font-weight: bold !important;
line-height: 1.5em;
	font-variant: small-caps}
	h2 
{ font-size:24px;
font-weight: bold !important;
	line-height: 1.3em;
	font-variant: small-caps}
	h3 
{ font-size: 20px; 
	line-height: 1.3em;
	font-variant: small-caps}
	h4 
{ font-size: 16px; 
	line-height: 1.3em;}
	h5 
{ font-size: 16px; 
	line-height: 1.2em;}
	h6 
{ font-size: 14px; 
	line-height: 1.1em;}
	
/* Change default font size */
body {		
font: normal 1em/1.5 verdana, geneva, sans-serif;
color : #555;
}

/*Change sub sup font size */
sup { 
     bottom: 0.7em;
	 font-size: smaller;
}

sub { 
     top: 0.3em;
	 font-size: smaller;
}

/* Format the popup box - Info Popup */
.infopopup-link {
font-weight: bold;
font-size:smaller;
font-style:italic;
color: #3333ff;
}
.infopopup-popup {
	background-color: #e5fdff;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 15px 15px 15px 15px;
	box-shadow: 3px 3px 3px #333333;
}

/* Format the image popup on hover */

.hover-container {
  position: relative;
  width: 10%;
  float: right;
}

.hover-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
	-webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.hover-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover-container:hover .hover-image {
  opacity: 0.3;
}

.hover-container:hover .hover-middle {
  opacity: 1;
}

.hover-text {
  background-color: #035d1e;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
}
/* end the image popup on hover */

.widget-title {
margin: -3px 0 5px 0;
padding:0 0 0 0;
font-weight:normal;
letter-spacing:0.5px;
text-transform:none;
font-size:105%;
color:#d68927;
}

/* Remove the Logo */
img#logo {
display:none; 
}

/* Remove the Page title */
.main_title{
display:none;
}

#main-header{
display:none;
}

et_fixed_nav #page-container{
padding-top:0 !important;
}

/* Change font color in footer to off-white */
#footer-info {
    color: #eee;
    font-size:smaller;
    text-align: center;
    }
    
    /* Table Styles */

.entry-content table {  border: 0px; margin: 0 0 15px 0; text-align: left;}

.entry-content tr th, .entry-content thead th { color: #555; font-weight: bold; padding: 9px 24px; }

.entry-content tr td {padding: 6px 6px; }

.entry-content tr td,

body.et-pb-preview #main-content .container tr td {
	padding: 6px 24px;
	border-top: 0 solid #eee;
}



/* Using div tags to format a table for HTML5  */

.divTable {
	display: table;
	width: 100%;
}

.divTableBorder {
display: table;
width: 100%;
  background-color: none;
    border-bottom: double;
  border-bottom-width: thick;
  border-bottom-color: #035d1e;
  }

.divRow {
	display: table-row;
	width: 100% !important;
}

.divRow-spacer {
	display: table-row;
	width: 100%;
	height: 5px;
	font-size: 2px;
}

.divHeading {
	display: table-header-group;
	background-color: #035d1e;
	font-weight: bold;
	color: #ffffff;
}

.divCell, .divCell-5, .divCell-7, .divCell-10, .divCell-20, .divCell-30, .divCell-35, .divCell-40, .divCell-45, .divCell-50, .divCell-55, divCell-60, .divCell-70, .divCell-80, .divCell-90, .divCell-100, .divHead {
	display: table-cell;
	padding: 3px 10px;
	border: none  !important; 
}

.divCell-5 {
	width: 5%;
}

.divCell-7 {
	width: 7%;
}

.divCell-10 {
	width: 10%;
}

.divCell-20 {
	width: 20%;
	margin: auto;
}

.divCell-30,tr {
	width: 25% !important;
}

.divCell-35 {
	width: 35%;
}

.divCell-40,tr {
	width: 35% !important;
}

.divCell-45 {
	width: 44%;
}

.divCell-50 {
	width: 50%;
}

.divCell-55 {
	width: 55%;
}

.divCell-60,tr {
	width: 55% !important;
}

.divCell-70,tr {
	width: 65% !important;
}

.divCell-80 {
	width: 80%;
	margin: auto;
}

.divCell-90 {
	width: 90%;
}

.divCell-100 {
	width: 100% !important;
}

.divCell-100b {
	width: 100% !important;
	border-style: solid;
    border-width: medium;
    border-color: #035d1e;
	padding: 3px 20px;
	margin: auto;
}

.divCell-spacer {
	width: 100%;
    border-style: none;
	height: 5px;
	font-size: 1px;
	padding: 0px;
}

.divHeading {
	display: table-header-group;
	background-color: #ddd;
	font-weight: bold;
}

.divFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}

.divBody {
	display: table-row-group;
}

/* format table elements */



/* hide table borders
    
    #hometable,tr,td,th {
border: none !important;
border-style:none;
border-width:0px;

 cell- padding:0;
}
 */

thead {
    display: table-header-group;
    vertical-align: middle;
    background-color: #035d1e;
	font-weight: bold;
	color: #ffffff;
}

/* hide most table borders 

    #bordertable,tr,th {
border-style:none;
border-width:0px;
 cell- padding:0;
}


.borderbottom,tr {
border-style:none none double none;
border-width: medium;
border-color:#035d1e;
}
*/


/* Change the transparency on button */

.et_pb_promo.et_pb_bg_layout_light.et_pb_text_align_center {
background: rgba(255,255,255,0.8) !important;
padding: 20px;
}

.et_pb_promo.et_pb_bg_layout_light.et_pb_text_align_left {
background: rgba(255,255,255,0.8) !important;
padding: 20px;
}

/* Change the transparency on testimonial */

.et_pb_testimonial {
background-color: rgba(255, 255, 255, 0.75) !important;
padding: 10px;
}

/* Change text transparency on slide */
.et_pb_slide_description h2, .et_pb_slide_content{
background-color:rgba(0,0,0,0.75);
}

/* Change image transparency */

.img70{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* Image popup on hover */

span.dropt {border-bottom: thin dotted; background: #ffeedd;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;} 

/* Change background for widget */

.cdr-widget .et_pb_sidebar_0 {
background: rgba(255,255,255,0.8)!important;
border-top-right-radius:30px;
padding-top:10px;
padding-left:15px;
}

.my-row2 .et_pb_sidebar_0 {
background-color:white!important;
padding-top:10px;
padding-left:15px;
}



/* Change list formats  */
ol li {
	padding-bottom: 0.7em;
	padding-left: 28px;
}

.numbered_list li {
list-style-position: outside;
	list-style-type: decimal;
}

.check_red li {
background: url(/icons/list/checkmark.png) 0 0 no-repeat !important;
line-height:1.8em;
padding-left: 28px;
list-style:none;
font-size:100%;
}

.check_red_100 li {
background: url(/icons/list/checkmark.png) 0 0 no-repeat !important;
line-height:1.5em;
padding-left: 28px;
list-style:none;
font-size:100%;
}

.check_redm_100 li {
background: url(/icons/list/checkmark-m.png) 0 0 no-repeat !important;
line-height:1.4em;
padding-left: 20px;
list-style:none;
font-size:100%;
}

.check_green_100 li {
background: url(/icons/list/checkmark-g.png) 0 0 no-repeat !important;
line-height:1.4em;
padding-left: 20px;
list-style:none;
font-size:100%;
}

.check_white_100 li {
background: url(/icons/list/checkmark-w.png) 0 0 no-repeat !important;
line-height:1.5em;
padding-left: 28px;
list-style:none;
font-size:100%;
}

.check_orange li {
background: url(/icons/list/checkmark_orange.png) 0 0 no-repeat !important;
line-height:1.3em;
padding-left: 28px;
list-style:none;
font-size:130%;
}

.check_orange_100 li {
background: url(/icons/list/checkmark_orange.png) 0 0 no-repeat !important;
line-height:1.5em;
padding-left: 28px;
list-style:none;
font-size:100%;
}

.check_orange_small li {
background: url(/icons/list/checkmark_orange.png) 0 0 no-repeat !important;
line-height:1.4em;
padding-left: 28px;
list-style:none;
font-size:100%;
}

.x_mark li {
background: url(/icons/list/x-mark.png) 0 0px no-repeat !important;
line-height:1.4em;
padding-left: 20px;
list-style:none;
font-size:100%;
}

.question_orange li {
background: url(/icons/list/question_orange.png) 0 0 no-repeat !important;
line-height:1.5em;
padding-left: 28px;
list-style:none;
font-size:100%;
}
.question_orange_100 li {
background: url(/icons/list/question_orange.png) 0 0 no-repeat !important;
line-height:1.4em;
padding-left: 28px;
list-style:none;
font-size:100%;
}

.question_orange_myth li {
background: url(/icons/list/question_orange.png) 0 0 no-repeat !important;
line-height:1.4em;
padding-left: 28px;
list-style:none;
font-size:100%;
	font-variant-caps: small-caps;
	color: #035d1e;
	font-style: italic;
}

.ul_mobile li {
padding: 0 0 5px 5px;
	line-height: 1.2em;
	list-style-type: disc;
        font-size:100%;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Change colour of social icons */
.et-social-icon a {
    color: #ddd;
    font-size: 24px;
    text-align: center;
}



    
    div.rotate80 {
  width: 175px;
  height: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-transform: rotate(280deg); /* IE 9 */
  -webkit-transform: rotate(280deg); /* Safari 3-8 */
  transform: rotate(280deg);


}



		