/*
 Theme Name:     This Way Truce Films Child
 Description:    A child theme for Truce Films adapated from ThisWay
 Author:         Ray Tsai
 Author URI:     http://www.ray-tsai.com
 Template:       ThisWay
 Version:        1.0.0
*/

/* 
	Parent's style is enqueued in function.php
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Custom Styles */

#mainmenu ul ul{
	width: auto;
}

#mainmenu ul ul.sub-menu{
	white-space: nowrap; /* always keep .sub-menu in oneline */
}

.hoverWrapper .link{
	/* centering the links */
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* Typography */

/* icon fonts */
.icon_fonts {
  color: #ffcc00;
  font-size: 1.7em;
  line-height: 1.45;
  margin-right: .2em;
}

.fontawesome_icon {
}

.ionicons_icon {
}

/* ===========
	Modules 
============== */

.float-right {
	float:right;
	clear:rightf;
}

/* bg vimeo player */



/* ===========
	Layout 
============== */

/* general */

.vmVideo {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

/* Template */
.single {
	width: auto;
	max-width: 1080px;
}


/* Portfolio */
.hoverWrapper .enter-text p {
	font-style: 13px;
	color: #000;
}

/* Footer */
#footer {
}

/* ===========
	Mobile 
============== */


/* general */

.mobileDevice .vmVideo::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.76);
}

.mobileDevice .bgVimeoPlayer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#videoExpander {
	background: none;
}




