/*
	Theme Name: Revolution Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: revolution
	Text Domain: revolution
	Domain Path: /inc/languages
*/

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

/*custom css*/
.big-text-slide,
.big-text-slide p {
	line-height:1.5;
	font-size:22px
}
/*header*/

/*slide*/
.portfolio-slide .btn-text.style1.white {
    display:none;
}
/*footer*/
#footer {
	padding:100px 0;
}
.subfooter.dark {
	color:#090909;
	background-color:#fff;
}
/*form*/
#form-info {}
#form-info label {
	color:#fff;
	font-weight:600;
	border-width:0;
	width:100%;
}
#form-info input {
	margin-top:10px;
	margin-bottom:0;
}
#form-info #subimt-callback {
	background-color:#fff;
	border-radius:20px;
	color:#000;
	padding:5px 30px;
	height:32px;
	margin-top: 30px;
} 
.wpcf7-response-output {
	color:#fff;
}
.page-id-192 .wpcf7-response-output {
	color:#333;
}
/*carousel*/
#content-carousel-home .slick-slide {
	height:130px !important;
	
}
/*tablet*/
@media(max-width:1024px) {
#column-image-suite {
		margin-bottom:10vh;
}
}
@media(max-width:768px) {
#column-image-suite {
	max-width:40% !important;
	margin-bottom:10vh;
}
}

/*mobile*/
@media(max-width:639px) {
	.hide-mobile {
		display:none !important;
	}
	#header-slide-custom {
		padding-top:25vh !important;
		padding-bottom:20vh !important;
	}
	.row-inverse-mobile {
	flex-direction: column-reverse; 
	}
	#row-image-suite {
	padding-bottom:10vh !important;
	}
	#column-image-suite {
	margin-top:0;
		margin-bottom:10vh;
}
}
/*header*/
.white-header .logoimg, .header.light-header .logoimg {
    height:auto;
}
@media(max-width:1380px) {
	.thb-full-menu>li+li {
    margin-left: 40px;
}
}
@media (max-width: 1150px) {
.thb-full-menu>li+li {
    margin-left: 20px;
}
}

