/*
Theme Name: TransX - Child
Author: Artureanec
Author URI: http://artureanec.com
Description: -
Version: 1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: transx
*/

.transx_header_button.transx_button--filled>a:last-child {
	display: none !important;
}
.transx_promo_box_item .transx_promo_box_title .transx_promo_box_count {
	color: #005bac26 !important;
}
.transx_testimonials_wrapper.transx_view_type_2 .transx_offset_container:before {
	left: -75px !important;
}
.transx_site_title_container {
	font-size: 108px !important;
}
.transx_site_title_container {
	top: -30% !important;
}
@media only screen and (max-width:767px){
.privacyPolicy {
    padding: 50px 0px 0px !important;
}
}


@media only screen and (min-width:768px) and (max-width:1024px){
	.transx_site_title_container {
		font-size: 60px !important;
	}	
	.transx_site_title_container {
		top: -30% !important;
	}

}



