

*:focus {outline:none;}


@media only screen and (max-width: 767px) {
}


.cw_render {display: none; width: 100%; }
.cw_preview {position: relative; height: 900px;overflow: hidden;}


.cw_preview_msg_readmore {
	z-index: 30; 
	background:#c4c4c4; text-align: center; padding: 15px;
	border: solid 1px #ce2e0a; 
	display: block; 
	position: absolute; bottom:100px; left: calc(50% - 200px); max-width: 600px; margin: 10 auto;

}

.cw_preview_msg_readmore  a.cw_donation_bt {
	display: inline-block!important;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;	
}


.cw_preview_mask {
	z-index: 20; 
	position: absolute; bottom:0; left:0; min-height: 300px;width:100%; 
	background-position-y: 0;
	background-position-x: 0;
	background-image: url('/wp-content/plugins/forba_readmore/mask.png');
	background-repeat: no-repeat;
}


.cw_preview_content {
	z-index: 10; 
	position: absolute; top:0; left:0; width:100%; 
}



/* ################# */

.cw_begin_content {
	
}

.cw_more_bt_block {
	text-align: center;
	padding: 25px;
	margin: 25px;
	border: solid 1px #ce2e0a;
	background: #f7f7f7;
	radius: 3px;
}

.cw_more_content_block {position: relative; height: 300px;overflow: hidden; }
.cw_more_content_block .cw_more_mask_block {
	z-index:5;position: absolute; top:0; left:0; height: 300px;width:100%; 
	background-position-y: 0;
	background-position-x: 0;
	background-image: url('/wp-content/plugins/forba_readmore/mask.png');
	background-repeat: no-repeat;
}
.cw_more_content_block .cw_more_bt_block {display: block; border: solid 1px #ce2e0a; z-index:10;position: absolute; top:30px; left: calc(50% - 200px); max-width: 600px; margin: 10 auto;}
.cw_more_content_block .cw_more_content{z-index:1; position: absolute; top:0; left:0; }



