.vp_sale_price {
    font-size: 20px;
    color: #434343;
}

.rushjob_space {
    line-height: 1.8;
}
.page-template-page-package-adwords .content_block:nth-child(even), .page-template-page-package-seo .content_block:nth-child(even){
	background: #FFF;
}


/* Package Comparison Table */
.table .greyTitle{
	font-weight: 700;
}
.table .blueTitle, .table.comparison .seosmltitle, .table.comparison .seopricetag{
	color:#115DA6;
	font-weight: 700;
}
.table .strike{
	text-decoration: line-through;
	font-weight: 100;
}

.table .orange{
	color:#e55d24;
}
.table h4{
	font-size:18px;
	margin: 0;
}
.table p{
	margin: 4px 0 4px 0;
}
.table .button{
	border:0;
	padding: 6px 15px;
}
.table.comparison th{
	text-align: center;
}

.table.comparison td.first{
	text-align: left;
}
.table.comparison tbody > tr > td{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.table td i.fa-check{
	color:#115DA6;
	font-size: 26px;
}
/* SEO Table */
.table.comparison .packagedtls{
	font-size: 14px;
}
.table.comparison .seosmltitle{
}
.table.comparison > tbody > tr > th{
	vertical-align: middle;
}
.table.comparison > thead > tr > th{
	border-bottom: 0;
}
.table.comparison .seopricetag{
	font-size: 26px;
}
.table.comparison th.light{
	
}

.btn_orange.table_btn {
	padding: 6px 15px;
	border: none;
	font-weight: 700;
}

.packageHolder .col-sm-4.middle{
	float: none;
	margin: 0 auto;
}
.gstsmall{
	font-size: 11px;
	font-style: italic;
	display: block;
}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE STACKTABLES */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

/*FIXES for style.css */
.megamenu{
	top:99%;
}
.basic_repeater.content_block:nth-child(even){

}
.repeater_column_content ul li{
	text-align: left;
}

.megamenu_sub_menu a{
	font-weight: 200;
	line-height: 18px;
}

.left_slider_right_content_header_title h3{
	text-align: center;
}
.footerservices ul li{
	line-height: 18px;
}

@media (max-width: 767px) {
	.slider_testimonial_quote i{
		display: none;
	}
	.container{
		padding: 0;
	}
	.row{
		margin:0;
	}
	#headphone a{
		color: #FFF;
		text-decoration: none;
	}

	#page_title h1{
		font-size: 26px;
		line-height: 30px;
	}
}

/* form [class*="col-sm-"] { overflow: hidden; } */
.wpcf7-form [class*="col-sm-"] { overflow: hidden; }


/*- Footer stay up to date form -*/

footer .infusion-field {}
footer .infusion-field label { display: none; }
footer .infusion-field input {
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	padding: 0 10px;
	height: 45px;
	color: #868686;
	font-weight: 300;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #4a4a4a;
	background:#FFF;
	font-style: italic;
	margin-bottom: 10px;
}
footer .infusion-submit input.btn_submit {
	float:left;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	padding: 0 10px;
	height: 45px;

	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	color: #FFF;
	background: #f2692e;
	border: 2px solid #f2692e;
	border-bottom: 2px solid #c64913;
}
	footer .infusion-submit input.btn_submit:hover {
		background: #c64913;
	}
	footer .infusion-field input.req {
		background-image: url(images/img_star.png);
		background-repeat: no-repeat;
		background-position: right center;
	}



.checkout_block .form_group label { float: none; }



.the-content a { color: #f2692e; }
.the-content a:hover { text-decoration: underline; }


.gallery_images .partner_badge {
	margin: 0 1% 20px;
}
.testimonial_logos img {
	margin: 0 20px 20px;
}
.testimonial_logos .partner_badge {
	margin: 0 20px 20px;
	display: inline-block;
	vertical-align: middle;
}





ul.ul_icons {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}
	ul.ul_icons li {
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		margin: 0 0 0 25px;
		padding: 0;
		position: relative;
	}
		ul.ul_icons li:before {
			content: '\f058';
			font-family: 'FontAwesome';
			font-size: 16px;
			position: absolute;
			top: 0px;
			left: -25px;
		}

ul.ul_50 {
	width: 48%;
	float: left;
	margin-right: 2%;
}
ul.ul_50:nth-child(2n) {
	float: right;
	margin-right: 0;
	margin-left: 2%;
}

@media (max-width: 767px) {
	ul.ul_icons li:before {
		position: relative;
		left: auto;
		margin-right: 5px;
	}
	ul.ul_50 {
		width: 100%;
		float: none;
		margin: 0;
	}
		ul.ul_50:last-child { margin-bottom: 25px; }
}