/*
 Theme Name: Divi Child
 Theme: Divi
 Description:  Divi Child Theme
 
 Author URI:   http://example.com
 Template: Divi
 
 Text Domain:  Divi
*/
@import url("../Divi/style.css");

@media print {
h3 {
	display:none;
}

form {
	display:none;
}
.accountinfo{
	background: #2ea3f2;
    padding: 20px;
    color: white;
}
.print_form {
	background-color: white;
	/*height: 100%;*/
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15px;
	font-size: 13pt;
}

.nav {
	display:none;
}

.pf_logo {
	width: 100px;
	height: 107px;
	float: left;
	margin-right: 10px;
	background:url('images/vcflogo_alt.jpg') center no-repeat;
}

#banner {
	display:none;
}
}

.print_form {
	width: 530px;
	margin: auto;
	margin-top: 30px;
	border: 2px solid black;
	padding: 15px;
	font-family: Arial,sans;
	font-size: 13pt;
	border-radius: 12px;
}
.pf_logo {
	width: 100px;
	height: 107px;
	float: left;
	margin-right: 10px;
	background:url('images/vcflogo.png') center no-repeat;
}
.pf_head {
	text-align: center;
	font-weight: bold;
}

.pf_title {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	padding-bottom: 8px;
}

.pf_body {
	font-size: 13pt;
}
.pf_footer {
	text-align: center;
}
.pf_button {
	margin: auto;
	margin-top: 15px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}
.direct-link {
	width: 100%;
	float: left;
	margin-bottom: 23px;
	padding-left: 15px;
}
.linkurl {
    /* color: black; */
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-bottom: 20px;
}
#print_button {font-size: 16pt;}
.btn.primary ,input[type='submit']{
	background: rgb(9, 115, 186) none repeat scroll 0 0;
	color: white;
	font-weight: 700;
}
.errormessage{
	background:#FFFFFF; 
	color:red; 
	font-weight: bold;
	padding-left:15px;
}
.error{color:red;}
.testimonials .et_pb_image_container img, .testimonials .et_pb_post a img
{
	max-width:20%;
	float:left;
	margin-right:5px;
}
.testimonials .post-content ,.testimonials .entry-title{
    float: right;
    width: 70%;
}
.testimonials .et_pb_post h2
{
	margin-top:0px;
}
.testimonials article
{
	background-color:#fff;
	padding:40px 20px;
}
.testimonials article:last-child
{
	margin-bottom:0px;
}
@media (max-width:800px) 
{
	.testimonials .et_pb_image_container img, .testimonials .et_pb_post a img
	{
		max-width:100% !important;
		float:left;
		
	}
	.pname, .mcode, .funds {
    font-size: 40px;
}
	.testimonials .post-content ,.testimonials .entry-title{
		float: left;
		width: 100% !important;
	}
	.testimonials .et_pb_post h2
	{
		margin-top:5px !important;
	}
}