/*
    Theme Name: AWIR advocacy platform
    Author: the PRI team
    Author URI: https://prihcs.com/
    Description: Wordpress theme for AWIR advocacy platform website.
    Requires at least: WordPress 5.2
    Version: 1.0
    License: PROPRIETARY
    License URI: PROPRIETARY
    Text Domain: awir_advocacy
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
sup{
	font-size: 60%;
	line-height: 0px;
}
p > span.footnote{
	line-height: 12px !important;
	font: normal 16px/12px 'Roboto';
}
table{
	width:100%;
	border-collapse: collapse;
}
th, td{
	/*border: solid 1px #000000;*/
	padding: 5px;
}
td{
	vertical-align: top;
}
table br{
	display: none;
}
table a{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.two-column{
	display: flex;
	flex-wrap: wrap;
}
.two-column-1{
	width: 50%;
	padding-right: 30px;
	min-width: 280px;
}
.title-top{
	border-bottom: solid 4px #000;
	padding-bottom: 15px;
}
.title-top p{
	font-size: 12px !important;
}
.pre-post-testing{
	position: relative;
}
.pre-post-testing .fancybox-close-small{
	position: fixed !important;
	top: 10% !important;
	right: 15% !important;
}
#edit_profile{
	position: relative;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}
#edit_profile button{
	position: fixed !important;
	top: 30px !important;
	right: 26% !important;
}
#evaluation-form{
	position: relative;
}
#pretesting{
	position: relative;
	width: 70%;
	height: 80%;
}
#pretesting button{
	position: fixed !important;
	top: 10% !important;
	right: 15% !important;
}
.question-title{
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px !important;
}
.question-answer-line .wpcf7-list-item{
	display: block;
	margin-left: 0px;
}
.question-answer-line .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label{
	padding-left: 45px;
}
.check-block{
	width: 30px;
	margin-right: 10px;
}
.check-block .wpcf7-list-item{
 margin-left: 10px;
}
.ckeck-wrapp{
	margin-bottom: 5px;
}
.ckeck-wrapp .check-text{
	width: calc(100% - 50px);
	margin-top: 1px;
}
.pre-question .wpcf7-list-item{
	margin-left: 20px !important;
}
.pre-question .question-title{
	margin-bottom: 5px !important;
	display: block;
	width: 100%;
}

.comment-box .case-comment {
	width: 100%;
}

.comment-box .case-comment.fellow-comment {
	text-align: right;
}

.comment-box .case-comment.pd-comment {
	text-align: left;
}

.comment-box .comment-wrap, .comment-box .comment-content, .comment-box h5 {
	display: inline-block;
}

.comment-box .case-comment .comment-wrap {
	text-align: left;
	min-width: 50%;
}
.comment-box .comment-content {
	width: 100%;
	font-weight: normal;
    font-size: 16px;
    font-family: Roboto;
    color: #250F47;
    line-height: 28px;
    padding: 15px 20px;
    border-radius: 5px;
}

.comment-box .case-comment.fellow-comment .comment-content {
	background-color: #F5EFFF;
}

.comment-box .case-comment.pd-comment .comment-content {
	background-color: #EFEFEF;
}

.case-comment.fellow-comment h5,
.case-comment.pd-comment h5 {
	text-transform: none;
    color: #250F47;
    font: 16px/16px "Roboto";
    margin-bottom: 15px;
}

.case-comment .comment-date {
    color: #939393;
	font: 16px/16px "Roboto";
	font-weight: 100;
    margin-left: 12px;
}

body {
	color: #250F47;
}

.case-comment.pd-comment h5 {
    font: normal 16px/28px "Roboto";
}

.case-comment.pd-comment {
    border: none;
}

.case-comment.pd-comment h5:before {
    content: initial;
}
.header a{
	color: #250F47;
}
.logo-position{
	position: absolute;
	right: 0;
	left: 0px;
	display: block;
	width: 111px;
	height: 37px;
	margin: 0 auto;
}
.header-style{
	height: 96px;
	min-height: 96px;
}
.top-style-row{
	display: flex;
}
.top-style-row a{
	width: 160px;
	
}
.profile-name{
	display: flex;
	align-items: center;
}
.profile-name span{
	padding-left: 20px;
}
.profile-name img{
	margin-left: 0px !important;
}
.logo-home{
	margin-left: 40px;
	margin-right: auto;
}
.pre-question-year div{
	display: block;
	width: 100%;
	max-width: 250px;
	margin-left: 25px;
	height: 30px;
}
.pre-question-year br{
	display: none;
}
.pre-question-year select{
	width: 100px;
	outline: none !important;
}
.pre-question-year p{
	display: block;
	width: 100%;
}
.header-style .wrapper{
	padding: 0px;
}
.cme_options li a{
	color: #250F47;
}
.dot-title{
	margin-top: 40px;
	margin-left: 10px;
}
.dot-title span{
	margin-right: 10px;
}
svg.cme-svg g{
	fill: none !important;
}
svg.cme-b g{
	fill: #250F47 !important;
}
.fellow-comment .comment-content{
	position: relative;
	border-bottom-right-radius: 0px !important;
}
.fellow-comment .comment-content:after{
	content: '';
	position: absolute;
	right: -10px;
	bottom: 0px;
	width: 0; 
	height: 0; 
    border-bottom: 10px solid #F5EFFF; 
    border-right: 10px solid transparent;
}
.pd-comment .comment-content{
	position: relative;
	border-bottom-left-radius: 0px !important;
}
.pd-comment h5{
	font-weight: 300 !important;
}
.fellow-comment h5{
	font-weight: 300 !important;
}
.pd-comment .comment-content:after{
	content: '';
	position: absolute;
	left: -10px;
	bottom: 0px;
	width: 0; 
	height: 0; 
    border-bottom: 10px solid #EFEFEF;
    border-left: 10px solid transparent;
}
.part-interactive{
	/*padding-top: 45px;*/
	/*margin-top: 40px;*/
}
.comment-form{
	display: flex;
	width: 100%;
}
.comment-form .button{
	width: 136px;
	padding: 0;
	opacity: 1 !important;
	visibility: visible !important;
	background-color: #fff;
	border: solid 1px #EFEFEF;
	height: 60px;
	margin-top: 0px !important;
}
.comment-form textarea{
	width: calc(100% - 140px);
	height: 60px;
	min-width: calc(100% - 140px);
}

/* dashboard-info.twig */
.modules-tabs {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	margin-bottom: 2em;
}
@media (max-width: 1023px) {
	.modules-tabs {
		margin: 1em auto;
	}
}
.module-tab {
	padding: 0.5em 1.5em;
	margin: 0 0.25em;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 2px 9px 0 rgb(37 15 71 / 10%);
	transition: all 0.3s ease;
}
.module-tab.module-tab-active {
	background: #DA295B;
	color: #fff;
	box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.2);
	cursor: default;
	transition: all 0.2s ease;
}
.module-tab:not(.module-tab-active):hover {
	color: rgba(94,55,139,.8);
	box-shadow: 0 1px 15px 0 rgba(94,55,139,.4);
}
.module-case-list:not(.module-case-list-active) {
	display: none !important;
}