/* Enter Your Custom CSS Here */

.page-template-template-fullwidth header{
	margin-top: 120px
}
.page-template-template-fullwidth #main-content{
	overflow: hidden;
}
.vc_toggle.vc_toggle_default{
	border-bottom: 1px solid #eceff4;
	padding-bottom: 60px;
  	margin-bottom: 60px;
}
#main-content .entry-content .vc_toggle .vc_toggle_title{
	padding-left: 0;
}
#main-content .entry-content .vc_toggle .vc_toggle_title h4::before{
	content: "Q:";
	display: inline-block;
 	margin-right: 5px;
  	color: #000;
}
#main-content .entry-content .vc_toggle .vc_toggle_title h4{
	color: #775aac;
  font-size: 16px;
  font-weight: 700;
  padding-right: 40px;
  float: left;
  width: 100%;
  line-height: 1.3em;
  min-height: 42px;
}
#main-content .entry-content .vc_toggle .vc_toggle_title .vc_toggle_icon{
  	border: none;
  left: auto;
  height: 0px;
  right: 0;
  background: #eceff4;
  padding: 13px;
  border-radius: 5px;
  margin-top: 10px;
}
#main-content .entry-content .vc_toggle.vc_toggle_default .vc_toggle_icon::before{
  	border: 1px solid #775aac;
	width: 1px;
}
#main-content .entry-content .vc_toggle.vc_toggle_default .vc_toggle_icon::after{
	height: 2px;
	background: #775aac;
  	width: 10px;
}
#main-content .entry-content .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon{
	background-image: url('http://www.dymadon.com.au/wp-content/themes/dymadon/lib/images/icon-down-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
#main-content .entry-content .vc_toggle.vc_toggle_default .vc_toggle_content{
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    padding: 35px 30px 25px;
    border-radius: 10px;
}
#main-content .entry-content .vc_toggle.vc_toggle_default .vc_toggle_content strong{
	color: #775aac;
	font-weight: 700;
}
.page-template-template-fullwidth .before-footer{
	margin-top: 20px;
}