/*
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
*/

.fusion-logo {
	position: absolute;
	top: -26px;
    border: 3px solid #000;
}

.gfield .ginput_container.ginput_container_radio {
	margin-top: 16px;
}

.gfield .gfield_label {
	font-size: 18px;
}

.gchoice {
	cursor: pointer;
}

.gform_wrapper form .gfield_error .gfield_validation_message {
	padding: 12px 16px;
    line-height: 1.72 !important;
    border: none;
    border-radius: 8px;
}

.gform_wrapper form .gform_validation_errors {
	border-radius: 8px;
}

.incorrect {
	display: inline-block;
    background-color: #db4b681a;
    color: #bd0000;
    padding: 12px 16px;
    white-space: nowrap !important;
    border-radius: 8px;
}

.incorrect a {
	
}

.correct {
	display: inline-block;
    background-color: #eefef4;
    color: #00bd4c;
    padding: 12px 16px;
    white-space: nowrap !important;
    border-radius: 8px;
}

.gform_wrapper form .gform_footer {
	display: flex;
}

.gform-footer .gform_button {
	background-color: #198fd9 !important;
    font-size: 18px !important;
    padding: 17px 40px !important;
	flex: 1 1 auto !important;
	transition: 0.2s;
}

.gform-footer .gform_button i {
	transition: 0.2s;
}

.gform-footer .gform_button:hover {
	background-color: #196fa4 !important;
}


.previous-button {
	background: #7bb5d8;
}


.inline-doc {
	height: 250px;
    overflow: auto;
    border: 1px solid #000;
    padding: 16px 24px;
	    font-size: 14px;
}

.post-content .inline-doc h1 {
	font-size: 18px;
	margin-top: 16px;
    margin-bottom: 6px;
    text-decoration: underline;
}

.post-content .inline-doc h2 {
	font-size: 16px;
	margin-top: 16px;
    margin-bottom: 6px;
    text-decoration: underline;
}

.post-content .inline-doc h3 {
	font-size: 16px;
	margin-top: 16px;
    margin-bottom: 6px;
    text-decoration: underline;
}

/* Restore bullets/numbers in inline-doc sections within Gravity Forms */
.gform_wrapper .inline-doc ul,
.gform_wrapper .inline-doc ol,
.gform_wrapper .restore-list ul,
.gform_wrapper .restore-list ol{
  list-style-position: outside !important;
  list-style-type: revert !important;   /* browser default (disc/decimal) */
  padding-left: 2em !important;
  margin-left: 1.5em !important;
}

.gform_wrapper .inline-doc ul,
.gform_wrapper .restore-list ul {
  list-style-type: disc !important;
}

.gform_wrapper .inline-doc ol,
.gform_wrapper .restore-list ol {
  list-style-type: decimal !important;
}

.gform_wrapper .inline-doc li,
.gform_wrapper .restore-list li {
  display: list-item !important;
  margin-bottom: 0.2em;
}

.gform_wrapper .inline-doc ol li,
.gform_wrapper .restore-list ol li {
      list-style-type: decimal;
}

.gform_wrapper .inline-doc ul li,
.gform_wrapper .restore-list ul li {
      list-style-type: disc;
}




