body.posters .item-body-inner, body.presentation .item-body-inner {
    background: #fff;
    padding: 50px 100px;
}

.poster-tab-heading{
	color: #056689;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.poster-form .acf-fields>.acf-field{
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
}

.poster-form .acf-field .acf-label label {
    font-weight: normal;
    font-size: 15px;
}

.poster-form .acf-required {
    color: #122B46;
    font-size: 0;
	min-width: 70px;
    display: inline-block;
}

.poster-form .acf-required:after {
	content: '(verplicht)';
    font-size: 15px;
}

.poster-form .acf-taxonomy-field .categorychecklist-holder{
	border: none;
	border-bottom: #ccd0d4 solid 1px;
    padding-bottom: 10px;
    max-height: 240px;
}

.poster-form ul.acf-radio-list, .poster-form ul.acf-checkbox-list{
	padding: 0px;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.poster-form ul.acf-radio-list:before, .poster-form ul.acf-checkbox-list:before{
	display: none;
}

.poster-form ul.acf-radio-list li, ul.acf-checkbox-list li {
    min-width: 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
    padding-right: 20px;
}

.poster-form ul.acf-radio-list li label, ul.acf-checkbox-list li label {
    font-size: 14px;
    display: flex;
}

.poster-form ul.acf-radio-list li input[type="checkbox"], 
.poster-form ul.acf-radio-list li input[type="radio"], 
.poster-form ul.acf-checkbox-list li input[type="checkbox"], 
.poster-form ul.acf-checkbox-list li input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: 0px;
}

.poster-form ul.acf-radio-list li span, 
.poster-form ul.acf-checkbox-list li span{
    width: calc(100% - 25px);
}

.poster-form .acf-field-message .acf-label {
    border-bottom: #ccd0d4 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.poster-form .acf-field-message .acf-label label {
    color: #bdbdbd;
}

.poster-form .acf-field-message .acf-input {
    font-weight: 400;
    font-size: 15px;
    color: #9a9a9a;
}

.poster-form .acf-field-message .acf-input p{
	margin: 0px;
}

.poster-form .acf-fields>.acf-field.acf-field-repeater {
    border-top: #ccd0d4 solid 1px;
    margin-top: 20px;
    padding-top: 30px;
}

.poster-form .acf-field.acf-field-repeater .acf-label label {
    font-weight: 400;
    font-size: 15px;
    color: #9a9a9a;
}

.poster-form ul.acf-actions li {
    float: left;
    text-align: left;
    margin: 0;
}

#buddypress .poster-form .acf-field-repeater a.button {
    background: #d0d0d0 !important;
}

.poster-form .acf-repeater > table {
	background: transparent;
	border: none;
}

.poster-form .acf-field p.description {
    font-size: 15px;
}

.poster-form .acf-repeater .acf-row-handle.order {
    display: none;
}

.poster-form .acf-repeater .acf-row-handle.order + td {
    border-left: none;
	padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.poster-form .acf-repeater .acf-table>tbody>tr:first-child>td{
	border-top-width: 1px;
}

.acf-fields.-left>.acf-field:before{
	display: none;
}

.poster-form .acf-fields.-left>.acf-field>.acf-label {
    float: none;
    width: auto;
	padding-left: 0px;
}
.poster-form .acf-fields.-left>.acf-field>.acf-input {
    float: none;
    width: auto;
	padding-left: 0px;
}

.poster-form .acf-repeater .acf-row-handle.remove {
    background: none;
    border: none;
    width: 20px;
    padding: 0;
}

.poster-form .acf-repeater .acf-row-handle .acf-icon.-plus {
    display: none;
}

.poster-form .acf-repeater .acf-row-handle .acf-icon.-minus {
	display: block;
    top: 5px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 20px;
    background: #da6565;
    color: white;
    border-color: #da6565;
}

.poster-form .acf-repeater .acf-row-handle .acf-icon.-minus:before{
	content: "\f335";
}

.poster-form .acf-basic-uploader{
	background: #f3f3f3;
    border: 1px solid #cecece;
    display: flex;
    max-width: 500px;
    height: 120px;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.poster-form .acf-basic-uploader input{
	display: none;
}

.poster-form .acf-basic-uploader:before{
	content: attr(data-file);
	display: block;
	font-size: 14px;
}


.poster-form .acf-basic-uploader:after{
	border-radius: 100px;
    content: "Select your file";
    display: block;
    padding: 6px 15px;
    font-weight: 500;
    background: #18657c;
    color: #ffffff;
    font-size: 14px;
}

.poster-form #message {
    background: #f1fcff;
    padding: 5px 15px;
    color: #18657c;
    font-size: 15px;
	margin-bottom: 10px;
}

.poster-form #message p{
	margin: 0px;
}

.poster-form .acf-button-group label.selected {
    background: #18657c;
    border-color: #18657c;
}

.entry-content .poster-form .fluid-width-video-wrapper{
	margin: 0px;
}

.poster-form .acf-oembed.has-value .canvas{
	max-width: 300px;
}

p.item-meta.item-abstract{
	font-size: 14px !important;
	margin-top: 10px;
}

.list-title.presenter-name a{
	font-size: 18px;
}

.list-title.poster-name{
    margin-bottom: 15px;
}
.list-title.poster-name a{
	font-size: 16px;
}
p.item-meta.item-presenter{
    font-size:14px !important;
    color: #2d3e50 !important;
}

p.item-meta.item-affiliate{
    font-size:14px !important;
}

.poster-order-filter{
	margin-bottom: 0px;
}

.filter-action{
	margin-right: 20px;
}

.filter-action-btn, .pdfjs-fullscreen a {
    font-size: 14px;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 20px;
    color: #4D5C6D;
    font-weight: 500;
}

.filter-action-btn:hover, 
.pdfjs-fullscreen a:hover, 
.filter-action-btn.active{
	color: white;
	background: #4D5C6D;
}


.pdfjs-fullscreen{
	margin-bottom: 10px;
	text-align: right;
}
.poster-cat-filters-set{
	display: none;
}

.poster-filter-cats ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.poster-filter-cats ul li {
    min-width: 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
    padding-right: 20px;
}

.poster-filter-cats ul li label{
    font-size: 14px;
}

.poster-filter-cats ul li input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

.poster-filter-apply {
	border-bottom: 1px solid #E7E9EC;
	padding-bottom: 15px;
	text-align: right;
}

.poster-filter-apply input[type="submit"	].button {
	min-height: 0px !important;
	height: auto;
	padding: 6px 16px !important;
	font-size: 14px !important;
}


.back-to-posters {
    margin: 45px 0px;
}

.back-to-posters a {
    display: inline-block;
    color: #f9b232;
    border: 2px solid #f9b232;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 500;
}

.back-to-posters a:hover{
	background: #f9b232;
	color: white;
}

.poster-container{
	background: white;
	padding: 80px 50px 50px 80px;
	display: flex;
}

.poster-left-side{
	width: 55%;
	padding-right: 40px
}

.poster-right-side{
	width: 45%;
}

.poster-top {
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.poster-presenter-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}

.poster-join-now {
    margin-left: 30px;
}

.poster-join-now a {
    color: white;
    display: inline-block;
    background: #1e7791;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 50px;
}

.poster-join-now a:hover {
	background: #196d86;
	color: white;
}


.poster-contact-btn {
    margin-left: 10px;
}

.poster-contact-btn a {
    color: #1e7791;
    display: inline-block;
    background: transparent;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 50px;
	border: 1px solid #1e7791;
}

.poster-contact-btn a:hover {
	background: #1e7791;
	color: white;
}


.poster-presenter-pic img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster-top-meta {
    display: flex;
    justify-content: space-between;
}

.poster-fav-set .poster-fav-btn {
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 15px;
}

.poster-fav-btn.loading {
    pointer-events: none;
}

.poster-fav-btn i{
    display: none !important;
}

.poster-fav-btn i:before{
    font: normal normal normal 14px/1 FontAwesome !important;
}

.poster-fav-btn.loading i{
    display: inline !important;
    margin-right: 5px;
}

.poster-like {
    margin-bottom: 20px;
}

.poster-like-button {
    color: #1e7791;
    font-weight: 500;
    font-size: 16px;
}

.poster-like i {
    font-size: 18px;
    margin-right: 7px;
}

.poster-head{
	margin-bottom: 30px;
}

.poster-head .poster-title{
	color: #122B46;
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	margin: 0 0 5px;
}

.poster-cats{
	font-size: 14px;
}

.poster-meta{
	margin-bottom: 30px;
}

.poster-meta-value {
	font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.poster-meta-head {
    text-transform: uppercase;
	font-size: 18px;
}

.poster-meta-content {
    font-size: 15px;
    line-height: 24px;
}

.poster-divider{
	border-top: 1px solid #dedede;
    padding-top: 40px;
    margin-top: 40px;
}

.poster-pdf{
	margin-bottom: 30px;
}

.poster-video{
	margin-bottom: 20px;
}

.bp-profile-content .profile.liked-posters {
    padding: 30px 0;
}

.no-border-radius{
    border-radius: 0px !important;
}


.poster-number{
    margin-left: 25px;
}

#buddypress .poster-list-wrap .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > a{
    color: #939597 !important;
    width: auto !important;
    pointer-events: auto !important;
}
#buddypress .poster-list-wrap .button-wrap.member-button-wrap.footer-button-wrap > .generic-button > a:hover{
    color: #007cff !important;
}