/*
Theme name: AAPRCO
Description: Child theme for Pressive
Author: Spinnsoft Corporation
Author URI: http: //www.spinnsoft.com/
Version: 1.200.8
Template: pressive 
*/

@import url("../pressive/style.css");

/*
* You can place your custom CSS statements in this file, after this message.
*/



.print-page{
	background:#fff;
	height:100%;
	text-align:center;
    font-family: 'Raleway', sans-serif;
}

.print-page .wrp{background:#fff;display:inline-block;padding:10px;text-align:left;vertical-align:middle}

.print-page .wrp p{margin-bottom:20px}

.print-page .bSe{border:0}

.print-page h1{ margin: 25px 0;}


 a.print-button {
	 display: block;
	font-size: 1.5em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 25px auto;
	border: 1px solid #999;
	background: #d8d8d8; /* Show a solid color for older browsers     #f4f4f4 to #d8d8d8*/
	background: -moz-linear-gradient(top,  #f4f4f4,  #d8d8d8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d8d8d8));   /*Older webkit syntax */
	background: -webkit-linear-gradient(#f4f4f4, #d8d8d8);/* This one works in Safari and Chrome*/
	background: linear-gradient(#f4f4f4, #d8d8d8);/* This one works in  Chrome*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4', EndColorStr='#d8d8d8'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4', EndColorStr='#d8d8d8')"; /* IE8 */
}



.home p {
	margin-bottom: 10px;
}
.home .wrp h1 {
	max-width: 60%;
    margin-left: 20%;
}

.home h2 {
	font-size: 24px;
	line-height: 1;
	margin: 0px 0 0px 0;
}
h2 {
    font-size: 1.7em;
    margin: 25px 0 12px 0;
}
.home h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
h5 {
	font-size: 14px !important;
	color: #8a8f97 !important;
	text-transform: uppercase;
	background-color: #fff;
	display: inline-block;
	padding-right: 15px;
	position: relative;
	top: 40px;
	z-index: 9;
}
h5 + .divi {
	margin-bottom: 60px;
}
.sub-heading {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
}
.horiz-row img {
	max-width: 200px !important;
	height: auto;
}
.vert-row img {
	max-width: 149px !important;
	height: auto;
}
.icons-small img {
	max-width: 50px !important;
	height: auto;
}


#widget_thrive_text-2 {
	margin-top: 60px;
}
#widget_sp_image-2 {
	margin-top: 55px;
}


.single p {
    margin-bottom: 20px;
}




@media print {
	
a.print-button {
display: none;
}

	
	
}