/* CSS Document */
/*
Theme Name: National Conservatism 2 2021
Template: natcon-conference
Version: 1.4.3
Text Domain: natcon
*/

.speakers_list_title {
  line-height: 1em;
	font-size: 17px;
  height: 2em;
  margin-top: 0.3em;
}
.alignright{
	width: 500px;
	height: auto;
	float: right;
	margin: 0 0 1em 1em;
}
.label_is_required::after{
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #CB612C!important;
}
#paypalForm textarea.comments-area{
	display: block;
    margin: 1em 0 0 0;
    width: 86%;
    height: 3em;
}
.registration-item#school-wrapper label{
	width: auto!important;
}
.cv-wrapper{
	display: inline-block;
	width: 55%;
}
.cv-wrapper #cv{
	display: auto;
}
.cv-wrapper .note {
	font-family: Arial, "sans-serif";
	font-size: 14px;
}
.cv-wrapper #cv_error{
	margin-left: 30px;
	color: #cc0000;
	font-family: Arial, "sans-serif";
	font-size: 14px;
	font-weight: bold;
}
.accomodation-item{
	margin-bottom: 30px;
}
.accomodation-item > div{
	margin-bottom: 15px;
}
@media only screen and (max-width: 960px){
	.alignright{
		width: 100%;
		margin: 0 0 2em 0;
	}
}

@media only screen and (max-width: 550px){
	#paypalForm textarea.comments-area{
		width: 98%;
	}
}