/*
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
*/

/* Logo */
.transx_logo {
	background-size: contain!important;
    background-position: center!important;	
}

.transx_page-header--fixed .transx_logo {
	background-size: 90% !important;
	width: 100%;
	height: 100%;
	max-height: 60px
}

/* Menu */
.transx_main-menu li a {
	white-space: nowrap;	
}

.transx_main-menu > li:before {
	background-color: #ffffff!important
}

/* Slider */
.transx_content_slider .slick-slide:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Client Logos */
.gmt_client_logos img {
	filter: grayscale(100%);
    opacity: 0.5;	
}

.gmt_client_logos img:hover {
	filter: none;
    opacity: 1;
}

/* Features Box */
.transx_promo_box_widget .transx_promo_box_image {
	text-align: center
}

/* Misc */
textarea {
	height: auto!important
}

/* Footer */
.footer_widget.widget_custom_html a {
	color: #ffffff!important
}

.footer_widget.widget_custom_html a:hover {
	color: #0d99b9!important;
	opacity: 1!important
}

/* Media Queries */
@media only screen and (max-width: 1024px) {
	.transx_main-menu > li:hover > a, .quadmenu-navbar-nav > li:hover > a, .transx_main-menu > li.current-menu-ancestor > a, .quadmenu-navbar-nav > li.current-menu-ancestor > a {
		color: #0d99b9!important;
	}
}