/*
 Theme Name:   ITS 2
 Theme URI:    http://someshithere.com
 Description:  First 1st theme for ITSBusiness
 Author:       Me
 Author URI:   http://example.com
 Template:     west
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
/* Body Custom */
.site-logo {
	max-height : 90px;
}
.site-header {
	opacity : 0.96;
}
body.custom-background {
	background-size : contain
	}
body.custom-background div.site {
	max-width : 100%;
}
.site-header.header-scrolled .site-logo {
	height : 60px;
}
.home  h1.entry-title {
	display : none;
}
.home .entry-header {
	margin-bottom : 10px;
}
.background-gap {
	height : 240px;	
}
/* SITE HEADER SCROLLED*/
.site-header.header-scrolled {
	background-color : rgba(83, 83, 83, 0.9);
}
.header-scrolled a, .header-scrolled .site-title a {
	color : #FBFBFB;
}
/*Fix big-header overflow*/
.big-header {
	overflow : hidden;
}
/*Widget Title decoreation*/
.widget .widgettitle, .entry-title {
	position : relative;
	display : block;
}
.widget .widgettitle:after, .entry-title:after  {
	position : absolute;
	content : "";
	left : 0;
	height : 3px;
	bottom : -4px;
	width : 90px;
	background-color : #3498db;
}
/*Home Page - Column Block*/
.su-row.main-services .su-column {
	border: 1px solid transparent;
    -webkit-box-shadow: 1px 0px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 0px 7px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 0px 7px 0px rgba(0,0,0,0.5);
    padding: 1px 1px;
}
#post-27 .su-row .su-column:first-child {
	margin-left : 0;
}

/*Cut margin - Site-content - Home only*/
.home .site-content {
	margin-bottom : 0;
	margin-top : 30px;
}
.home article.hentry {
	margin-bottom : 30px;
}
/*Hide header-clone? */

.home footer.entry-footer{
	display : none;
}
/*Entry Title decoration*/
.entry-header {
	position : inherit;
}
/*Bottom Menu*/
.nav-bottom  ul{
	display : inline-flex;
	list-style : none;
}
.nav-bottom ul li {
	display : block;
	padding : 0 10px;
}
.nav-bottom ul li:hover  + ul {
	display : none;
}
.nav-bottom ul.sub-menu {
	display : none !important;
	
}
.nav-bottom {
	padding-top : 10x;
}

/* Link color */
a, .menu a:hover {
	color : #21A0D8;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	border-bottom : 1px solid #21A0D8;
}
/*List-item for footer only*/
.site-footer li, li.widget {
	list-style : none;
}
/*GS_logo*/
.partner-logo {
	margin-bottom : 30px;
	background : #fff;
}
.partner-logo h2 {
	padding : 20px 0 0 10px;
	margin-top : 10px;
}
.partner-logo .widgettitle:after {
	left : 10px;
}
/*Recent News*/
#recent-posts-3 {
    float: right;
    background: #F7F7F7;
    margin : 30px 100px 30px 0;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
    opacity: 0.95;
	min-width : 320px;
	position : absolute;
	top : 100px;
	right : 0;
}
/*qTranslate*/
ul#qtranslate-2-chooser {
	float : right;
}
/*Footer*/
.site-footer {
	padding-top : 10px;
}
.site-footer a {
	color : #808080 !important;
}
/* 
/*Image hover effect*/
.post-27 .su-column img {
	transition : filter 5s ease;
	-webkit-transition :all 1s ease;;
}

.post-27 .su-columnsu-column img:hover {
	filter : grayscale(100%);
	-webkit-filter: grayscale(100%);
}
/*Metaslider*/
#page > div.big-header > div.metaslider.metaslider-flex.metaslider-49.ml-slider.nav-hidden {
	max-width : 100% !important;
	-webkit-box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.75);
	border-bottom : 3px solid #D4D4D4;
}
/*Small screen*/
@media only screen and (max-width: 768px) {
    .background-gap {
		height : 10px;
    	}
	.page-id-37 .background-gap {
		height : 150px;
	}
	.nav-bottom {
		display : none;
	}
	#recent-posts-3 {
		position : absolute;
		left : 50%;
		top : 240px;
		transform: translate(-50%,-30px);
		width : 70%;
	}
	.home .site-content {
		transform : translate(0,100px);
	}
}
/*Julia Effect*/

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility : hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
/*Fix link in H2 - 1h36, 11.06.2016*/
.grid figure figcaption h2 > a {
	opacity : 1;
	-webkit-transform : none;
	transform : none;
	-moz-transform : none;
	background : none;
	color : #fff;
	font-size : 0.9em;
} 
.grid figure figcaption h2 > a:hover {
	text-decoration : none;
}
/*Finish fix link in H2*/
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 1em;
	color : #fff;
	text-indent: 0.5em;
    background-color: rgba(40, 31, 47, 0.7);
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure a {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia a {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
	-moz-transform: translate3d(-360px,0,0);
}

figure.effect-julia a:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
}

figure.effect-julia a:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
}

figure.effect-julia a:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
}

figure.effect-julia:hover a:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay
}

figure.effect-julia:hover a:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover a:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
}
.effect-julia img {
	width : 100%; /*Fix Firefox image*/
}
.home .effect-julia img {
	max-height: 216px;
}
@media only screen and (min-width : 769px) {
	.page-id-211 .effect-julia img {
		height : 250px;
		}
}/*Mobile Devices - Jula Effect Fix*/	figure.effect-julia {		width : 98%;	}
/*Small screen - Julia Effect -  Disable any effect*/
@media only screen and (max-width: 768px) {
	figure.effect-julia h2  {
		font-size : 0.65em !important;
	}
	figure.effect-julia a {
		opacity : 1;
		transform : translate3d(0px, 0px, 0px);
		font-size : 0.5em;
	}	
}
/*End JULIA EFFECT*/
/*Fix br after image*/
	figure.effect-julia img + br {
		display : none;
	}
}
/*Contact Form 7 */
.wpcf7 .name, .wpcf7 .email*, .wpcf7 .Subject {
	width : 320px;
}
.wpcf7-form-control-wrap {
	display: inline-block;
	width : 100%;
}
.wpcf7 .message {
	width : 100%;
	height : 150px;
}
.wpcf7-textarea {
	height : 100%;
	display : block;
}
.wpcf7 input[type="submit"] {
	background-color : #21A0D7;
}
.wpcf7 input[type="submit"]:hover {
	background-color : #9D9EA3 !important;
}
@media only screen and (max-width : 576px) {
	.wpcf7-form-control-wrap input {
		width : 100%;
	}
}
/*Contact Page*/
#post-37 header.entry-header {
	position : inherit !important;
}
.mobile-only {
	background: #fff;
    padding: 10px;
    margin : 10px auto;
    display : none;
}
@media only screen and (min-width: 240px) and (max-width : 768px) {
	.mobile-only {
		display : block;
	}
	.desktop-only {
		display :none;
	}
}
@media only screen and (min-width: 240px) and (max-width : 360px) {
	.mobile-only {
		font-size : 0.9em;
		padding : 10px 10px 0 10px;
	}
}
/*Sitemap*/
.sitemap .sub-menu {
	display : block !important;
}
/*Main menu uppercase transform*/
.main-navigation ul ul a {
	text-transform : uppercase;
	}
/*Background image for each menu*/
body.category-news {
	background-image : url('http://internationaltradesupplier.com/wp-content/uploads/2016/06/HCM-city-day-shopped.jpg') !important;
	}	/*Top Bar*/.top-bar {	background : #030303;}.top-bar .top-bar-inside {	width : 100%;	height : 26px;	display : block;	line-height: 26px;}.top-bar ul {	list-style : none;	display : inline-flex;}.top-bar-social {	float : right;}.top-bar ul li, .top-bar ul li a {	color : #fff;	font-size : 1em;	cursor : pointer;}.top-bar ul li a:hover {	text-decoration : none;	color : #26a2d5;}.site-header.header-scrolled .top-bar {	display : none;}.top-bar ul li {	padding : 0 10px 0 0;}.site-header {	padding-top : 0;}.main-header {	margin-top : 10px;}
@media only screen and (max-width :800px) {	
	.top-desktop {		
		display : none !important;	
	}
	.top-bar-social {
		float : none;
		display : inline-flex;
		}
	.top-bar-social li{
		padding-right : 10px;
	}
}
/**Front Page with more block -10.7.2016*/
/*Background*/
.parallax {
	background-image : url('/wp-content/uploads/2016/07/Importation.jpg');
	background-position : 50% 50%;
	background-attachment : fixed;
	background-size : cover;
	}
.parallax h2 a{
	color : #fff;
	transition : all 0.5s;
}
.parallax h2 a:hover {
	color : #26a2d5;
	text-decoration : none;
}
.parallax.su-row .su-column:first-child {
	padding : 100px 0;
	background-color : rgba(0,0,0,0.4);
}
.expertise h2 {
	position : absolute;
	font-size : 1em;
}
/*Wp Posts Carousel*/
@media only screen and (min-width : 960px) {
	.wp-posts-carousel-image img {
		height: 160px !important;
		}
	.wp-posts-carousel-details {
		height: 60px;
		}	
}
/*Contact Form Enquiry Transport*/
div.row-eq-height {
	display : flex;
}
div.row-eq-height div {
    border: 10px solid transparent;
    background-color: #F4F4F4;
    padding: 15px;
    background-clip: padding-box;
}
div.row-eq-height .wpcf7-form-control-wrap {
    overflow : hidden;
}
#wpcf7-f480-p142-o1 input[type="number"],#wpcf7-f480-p142-o1 input[type="text"], #wpcf7-f480-p142-o1 select {
   padding : 10px;
   background: #fff;
   border: 1px solid #cecece;
   border-radius: 2px;
   box-shadow : inset 1px 1px 2px 0 #c9c9c9;
}
#wpcf7-f480-p142-o1 label {
   color : #646464;
}
/*ENQUIRY FORM CONTACT US*/
@media only screen and (min-width : 768px) {
    .enquiry label {
    width: 30%;
    height: 50px;
    background-color: #888888;
    line-height: 50px;
    text-indent: 10px;
    border : 1px solid transparent;
    color : #fff;
	}
    .enquiry span.wpcf7-form-control-wrap {
    width: 70%;
    float: left;
	}
    .enquiry span.wpcf7-form-control-wrap select, .enquiry span.wpcf7-form-control-wrap input[type="text"], .enquiry span.wpcf7-  form-control-wrap input[type="email"],.enquiry span.wpcf7-form-control-wrap input[type="tel"] {
    width: 100%;
    height: 50px;
    border : 1px solid #888888;
    border-right : 1px solid transparent;
    }
.enquiry span.wpcf7-form-control-wrap textarea {
	border : 1px solid #888888;
	}
.enquiry p:after {
	clear : both;
	}
}
}  #End Enquiry Form
/*Flags Responsive Homepage*/
@media only screen and (max-width : 480px) {
	.flags img {
		width : 24px;
		height : 24px;
	}
}	