.wphw-account {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 2px 10px 2px 2px;
	height: 46px;
}

.wphw-account.wphw-disabled {
	opacity: 0.20;
	animation-name: example;
  animation-duration: .5s;
}
@keyframes example {
  from {opacity: 1;}
  to {opacity: 0.2;}
}

.wphw-account > span {
	vertical-align: middle;
	display: inline-block;
}

/* Account toggle icon. */
.wphw-account .wphw-account-toggle {
	position: absolute;
    right: 19px;
    top: 15px;
    font-size: 17px;
    color: #aaa;
}
.wphw-account:hover .wphw-account-toggle {
	color: unset;
}

/* When an account is toggled. */
[data-toggled="yes"] > .wphw-account {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
[data-toggled="yes"] > .wphw-comparison {
	border-top: 0;
}

.wphw-account:hover {
	cursor: pointer;
}

.wphw-logo {
	background-color: #fff;
	width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 50%;
    background-size: 30px 30px;
    background-position: 1px 3px;
    background-repeat: no-repeat;
    margin-right: 2px;
}

.wphw-logo-imh {
	background-image: url( '../img/imh.png' );
}

.wphw-logo-whh {
	background-image: url( '../img/whh.png' );
	background-size: 31px 31px;
    background-position: 2px 1px;
}

.wphw-logo-dh {
	background-image: url( '../img/dh.png' );
	background-size: 29px 29px;
    background-position: 2px 2px;
}

.wphw-title {
	max-width: 100px;
	line-height: 20px;
}

#wphw_question_compare {
	margin-bottom: 15px;
}

.wphw-question {
	font-size: 30px;
	line-height: 30px;
	margin-top: 5px;
}

/* Only display the first question. */
#wphw_questions > div:nth-child(n+2) {
	display: none;
}

.wphw-description {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
    color: #696969;
    margin-bottom: 20px;
}

.wphw-answer {
	background: #0b42a1;
	color: #fff;
    height: 50px;
    border-radius: 8px;
    text-align: center;
}

.wphw-answer:hover {
	cursor: pointer;
}

.wphw-answer > span {
	display: inline-block;
    margin-top: 10px;
}

#wphw_questions .wphw-feedback .alert {
	margin-top: 0;
}

.wphw-feedback .alert > p:first-of-type {
	margin-top: 0;
}

.wphw-answers,
.wphw-feedback {
	height: 100px;
}

.wphw-start-over {
	cursor: pointer;
}

.wphw-feedback .wphw-next-question,
#wphw_question_compare .wphw-start-over {
	background: #2a4a1d;
    color: #fff !important;
    border: 1px solid #4a8332;
    float: right;
    margin-top: -7px;
    cursor: pointer;
}

.wphw-feedback .wphw-next-question:hover {
	background: #325922;
}

.wphw-next-question .dashicons {
	vertical-align: sub;
}

/**
 * Navigation.
 */

#wphw_nav {
	position: relative;
	width: fit-content;
}

#wphw_nav_bar {
	height: 10px;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 16px;
    border: 1px solid #ddd;
    background: #eee;
}
 
.wphw_nav_item {
	display: inline-block;
	text-align: center;
}

.wphw_nav_item:not( :last-child ) {
	margin-right: 100px;
}

.wphw_nav_item_icon {
	display: inline-block;
	border: 1px solid #ddd;
    background: #eee;
    border-radius: 50%;
    padding: 6px;
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: bottom;
}

.wphw_nav_item_active .wphw_nav_item_icon {
	border: 1px solid #f95b26;
	background: #feddd2;
}
 
.wphw_nav_item_icon .dashicons {
	font-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
}

.wphw_nav_item_icon .dashicons-admin-site {
	top: 6px;
    left: 5px;
}

.wphw_nav_item_icon .dashicons-email {
	top: 5px;
	left: 3px;
}

.wphw_nav_item_icon .dashicons-groups {
	top: 4px;
	left: 4px;
}

.wphw_nav_item_icon .dashicons-calendar-alt {
	top: 3px;
    left: 4px;
}

.wphw_nav_item_icon .dashicons-list-view {
	top: 4px;
	left: 5px;
}

.wphw_nav_item_title {
	font-size: 13px;
}

.wphw-comparison {
	background: #fff;
    border: 1px solid #ddd;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

@media ( max-width: 767px ) {
	.wphw_nav_item:not( :last-child ) {
		margin-right: 15px;
	}
	
	#wphw_nav {
		display: none;
	}
	
	[data-question] {
		width: 100%;
	}

.wphw-answer {
	font-size: 14px;
    line-height: 14px;
    height: unset;
    padding: 10px;
}

.wphw-answer span {
	margin: 0;
}

	.wphw-title {
		width: 60px;
    	line-height: 16px;
	}
	
	.wphw-account {
		height: unset;
		padding: 5px 10px;
	}
	
	.wphw-account .wphw-logo {
		display: none;
	}
	
	.wphw-feedback .wphw-next-question {
		float: none;
    	margin: unset;
	}
	
	.wphw-answers,
	.wphw-feedback {
		height: unset;
	}
	
	.row.wphw-answers {
		margin-bottom: 20px;
	}
}