  /*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

// powersports page 


.power_sports span.x-image img {
    transition: all 0.5s;
}
.power_sports span.x-image:hover img {
    opacity: 0.3;
    transition: all 0.5s;
}
.pum-container {
    padding: 0 50px 50px !important;
}
button.pum-close.popmake-close {
    width: 100% !important;
    text-align: right !important;
    padding-right: 31px !important;
    line-height: 32px;
}
.popmake-title {
    margin-top: 74px;   
	margin-bottom: 30px;
}.popmake-content ul li {
    color: #000;
    font-size: 17px;
}
.popmake-content .wpcp-carousel-wrapper {
    margin-bottom: 30px;
}
div#certification p {
    margin-bottom: 0px;
}
#certification ul {
    list-style: none;
}
.diemachining table th:last-child {
    width: 52px;
}
.diemachining table tbody td:last-child {
    text-align: center;
}
.diemachining table tbody tr td {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.triangle{
	width: 0;
	height: 0;
	border-width: 0 5px 9px 5px;
	border-color: transparent transparent #0096DF transparent;
	border-style: solid;   
	margin: 0 auto;
	transform: rotate(90deg);
}
.manufactured table tbody tr td,
.manufactured table tbody tr th{
 	border: none;
}
.manufactured table tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
}
.manufactured table tbody tr th {
	color: #0099e1;
    font-weight: bold;
    font-size: 24px;
    padding: 24px 30px;
    width: 27%;
}
.manufactured table tbody tr td:nth-child(3) {
    font-size: 24px;
}
.manufactured table tbody tr td:nth-child(3) span {
    color: #0099e1;
    padding: 0 10px;
    font-weight: bold;
}
.certifications_pm ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 6px !important;
}
.certifications_pm ul li {
    padding-right: 20px;
}
.certifications_pm ul li a {
    color: rgba(0,0,0,1) !important;
    text-decoration: underline;
}
/*timeline*/
.timeline{
    padding: 20px 0;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
    overflow: hidden;
}
.timeline:before{
	content: '';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:1px;
	height:100%;
	background-color:#000;
}
.timeline ul{
	list-style-type:none;
    margin: 0px;
}
.timeline ul li {
    width: 50%;
    margin-bottom: 10px;
    position: relative;
}
.timeline ul li .content {
    padding-top: 10px;
}
.timeline ul li:nth-child(even):before{
	content:'';
	position:absolute;
	width:calc(-80px + 100%);
	height:0.5px;
	background-color:#000;
	left:0;
	top:18px;
	transition:.5s;
}
.timeline-bar {
    display: none !important;
}
.timeline ul li:nth-child(odd):before{
	content:'';
	position:absolute;
	width:calc(-80px + 100%);
	height:0.5px;
	background-color:#000;
	right:0px;
	top:26px;
	transition:.5s;
}
.timeline ul li:nth-child(even){
	text-align:left;
	padding: 5px 0px 0px 30px;
	display: table;
}
.timeline ul li:nth-child(odd){
	float:left;
	text-align:right;
	clear:both;
	padding: 10px 30px 0px 0px;
}
.timeline ul li:nth-child(odd) .time{
	color:#E7380E;
	text-align:left;
	padding-left:0px;
	width:80px;
	height:28px;
	line-height:28px;
}
.timeline ul li:nth-child(even) .time{
	color:#E7380E;
	text-align:right;
	padding-right:0px;
	height:28px;
	line-height:28px;
}
.timeline ul li .time span {
    font-size: 24px;
    font-weight: 600;
}
.timeline ul li .content h3{
    color: #00a6ff;
    font-size: 20px;
    margin-top: 0px;
}
.timeline ul li .content p {
    color: #000;
    font-style: italic;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 0px;
}
/* .timeline ul li:nth-child(odd) .content p {
    margin-left: 15%;
}
.timeline ul li:nth-child(even) .content p {
    margin-right: 15%;
} */
.timeline ul li .content .img-time {
    margin-top: 30px;
    width: 70%;
}
.timeline ul li .content .imgtimes {
    margin-top: 30px;
}
.timeline ul li:nth-child(2) {
    margin-top: 5em;
}
.timeline-bar {
    position: absolute;
    left: 50.01%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height:6%;
    background-color: #00a6ff;
}
.timeline ul li img.wp-post-image, .timeline ul li img.alignnone {
    margin-top: 20px;
}

.fadeOut  img{
	   opacity: 1;
    transition: opacity 1s;
}

.fadeOut  img:hover{
	opacity: 0.5;
}



/*        .fadeOut  img:hover{
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
		   opacity: 0.5;
  }
  @-webkit-keyframes fadeOut {
  0% {opacity: 0;}
  100% {opacity: 0.5;}
  }
  @keyframes fadeOut {
  0% {opacity: 0;}
  100% {opacity: 0.5;}
  } */



/* .overview .x-row-inner a.x-col:hover{
  animation: fadeOut 5s;
  -webkit-animation: fadeOut 5s;
  -moz-animation: fadeOut 5s;
  -o-animation: fadeOut 5s;
  -ms-animation: fadeOut 5s;	
}
@keyframes fadeOut {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeOut {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeOut {
  0% { opacity:0.5; }
  100% { opacity: 1; }
}

@-o-keyframes fadeOut {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeOut {
  0% { opacity:0.5; }
  100% { opacity: 1; }
} */
.chart_list .square {
    width: 22px;
    height: 22px;
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.chart_list .square.blue {
    background-color: #1b73a3;
}
.chart_list .square.light-blue {
    background-color: #01b0e0;
}
.chart_list .square.green {
    background-color: #8cc63f;
}
.chart_list .square.brown {
    background-color: #a77c52;
}
.chart_list .square.orange {
    background-color: #f7931f;
}

.popmake-title {
    margin-bottom: 30px !important;
	
}
.btn_pop {
    margin: 0 auto;
/*     text-align: center; */
    margin-top: -7% !important;
	float:right !important;
    margin-bottom: 40px !important;
}
.btn_pop a.btn {
    background-color: #0096df;
    color: #fff !important;
    padding: 0.2em 1em;
    border-radius: 3px;
    font-size: 1.4em;
    letter-spacing: 0.05em;
	margin-bottom:2em !important;
}
.tabrad .x-row-inner {
    display: flex;
    flex-wrap: nowrap;
}
.tabrad .x-row-inner .x-col.cleft,
.tabrad .x-row-inner .x-col.cright{
    width: 50%;
}
.tabrad .x-row {
    margin-top: 50px;
}
.cleft span.x-image, .cleft span.x-image img ,
.cright span.x-image, .cright span.x-image img {
    width: 100% !important;
}

.tabrad .x-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.row1c .x-text {
    font-size: 30px !important;
}

.raend .x-text {
	line-height: 1.4;
    font-weight: 400;
	font-size: 18px;
    padding-right: 8rem;
}
.tabrad .x-section {
    padding: 0px;
    display: block;
    position: relative;
    margin: 0 0 1.313em;
}
.tabrad .raend .x-row-inner {
    align-items: flex-end;
}
.tabrad .x-row-inner .x-col.cleft:first-child{
    padding-right: 20px;
}
.tabrad .x-row-inner .x-col.cright:last-child {
    padding-left: 20px;
}
/* life at mikuni page
 * 
 * .tablife .x-row {
    margin-top: 50px;
} */
.tablife .row1L {
    margin-top: 65px;
}
.row1L .econtent-0-e0-v3.x-text{
	padding-bottom: 1rem;
	font-size: 16px !important;
    line-height: 22px !important;
	font-weight:400 !important;
}
.tablife .x-row.econtent-0-e0-v4 {
    padding-bottom: 0rem;
}
.tablife .life_text .x-text {
/*     font-size: 1.7rem;
	padding-bottom: 0.5rem */
	font-size: 16px !important;
	font-weight:400 !important;
	line-height: 22px !important;
	padding-bottom: 1rem;
}
.row1L .x-text.x-content.econtent-1-e0-v3{
	font-size: 16px !important;
	font-weight:400 !important;
	line-height: 22px !important;
	padding-bottom: 1rem;
}
.tablife .x-row.econtent-1-e0-v4{
	padding-bottom: 0rem
}

@media only screen and (max-width: 768px) {
.tabrad .x-tabs-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
	.row1c .x-text {
    font-size: 16px !important;
		margin:0;
	}
	.tabrad .x-row {
    margin-top: 20px;
}
	.tabrad .x-row-inner {
    display: flex;
    flex-direction: column;
    align-content: center;
}
	.tabrad .x-row-inner .x-col.cleft:first-child {
    padding-right: 0;
}
	.tabrad .x-row-inner .x-col.cleft, .tabrad .x-row-inner .x-col.cright {
    width: 100%;
}
	.tabrad .x-row-inner .x-col.cright:last-child {
    padding-left: 0;
}
	.tabrad .x-text {
    font-size: 14px;
    line-height: 1.4;
}
	.raend .x-text {
	line-height: 1.4;
	font-size: 14px;
    padding-right: 0;
}
	.cleft .x-text {
    margin-bottom: 1rem;
}

/* Life at mikuni page*/
	
	.tablife .x-tabs-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
.tablife .row1L {
    margin-top: 20px;
    margin-bottom: 10px;
}
	.row1L .econtent-0-e0-v3.x-text{
	padding-bottom: 1.5rem;
    line-height: 1.2 !important;
}
.tablife .x-row-inner {
    display: flex;
    flex-direction: column;
    align-content: center;
}
	
.tablife .x-row-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
	/* life page ends */	
	
    /*timeline*/

	.timeline:before{
        left: auto;
        right: 6px;
    }
	.timeline-bar{
        left: auto;
        right: 3.9px;
    }
	.timeline ul li{
		width:100%;
		padding:3px 0px 40px 20px;
		cursor:pointer;
	}
    .timeline ul li:nth-child(even) .time {
        text-align: left;
    }
	.timeline ul li:nth-child(even):before{
        left: auto;
        right: 6px;
        width: calc(-100px + 100%);
        top: 26px;
	}
    .timeline ul li:nth-child(odd):before {
        left: auto;
        right: 6px;
        width: calc(-100px + 100%);
    }
	.timeline ul li:nth-child(even){
		float:left;
		text-align:left;
		padding: 10px 30px 0px 0px;
	}
	.timeline ul li:nth-child(odd){
		float:left;
		text-align:left;
	}
    .timeline ul li:nth-child(odd) .content p {
        margin-left: 0;
        margin-right: 15%;
    }
    .timeline ul li:nth-child(2) {
        margin-top: 0px;
    }
	.manufactured table tbody tr td:nth-child(3) {
		font-size: 20px;
	}
	.certifications_pm ul li {
		padding-right: 13px;
	}
	.manufactured table tbody tr th {
		color: #0099e1;
		font-weight: bold;
		font-size: 20px;
		padding: 20px 22px;
		width: 27%;
	}
}
@media only screen and (max-width: 600px) {
    .timeline ul li:nth-child(odd) .content p ,
    .timeline ul li:nth-child(even) .content p{
        margin-right: 5%;
    }
	.manufactured table tbody tr th {
		font-size: 16px;
		padding: 16px 15px;
		width: 27%;
	}
	.manufactured table tbody tr td:nth-child(3) {
		font-size: 16px;
	}
	.popmake-title {
		margin-top: 58px;
		font-size: 24px !important;
	}
	.pum-container {
		width: 80% !important;
		padding: 20px !important;
	}
	.job-title, .job-content, .job-button{
		width:100% !important;
		padding: inherit !important;
	}
	.mainrow {
    display: inline-block !important;
		padding: 10px 5px !important;
}
	
	.appbtn a {
    background: #e6e6e6;
    color: #000;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 18px;
    float: left;
}
	
	
	
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.btn_pop{
		       display: contents !important;
	}
	.popmake-content .wpcp-carousel-wrapper {
    margin-top: 20px !important;
}
	.text_sm span{
		font-size:16px !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.btn_pop{
		    margin-top: -9% !important;
	}
	.text_sm span{
		font-size:16px !important;
	}
	
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.text_sm span{
		font-size:16px !important;
	}
	.text_sm span{
		font-size:16px !important;
	}
	
	.job-content, .jdesc {
    width: 55% ;
    padding: 5px 10px;
}
	
	.job-title, .jtitle {
    width: 25% ;
}
	.job-button, .jbtn {
    width: 20% ;
}
	
	.mainrow {
    padding: 10px 5px ;
}
	
	.job-button a {
    background: #e6e6e6;
    color: #000;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 18px;
    float: right;
}
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.btn_pop{
		    margin-top: -10% !important;
	}
	
/* career page	 */
.job-title {
    width: 20%;
    float: left;
/*     clear: both; */
}

.job-content {
    width: 80%;
    float: left;
    padding: 5px 10px;
}

.job-button {
    width: 10%;
    float: left;
}

.appbtn a {
    background: #e6e6e6;
    color: #000;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 18px;
    float: left;
}
	
/* career page ends	 */
}
@media only screen and (min-width: 1024px) {
	.btn_pop{
		    margin-top: -12% !important;
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)  {
	.btn_pop{
		    margin-top: -7% !important;
	}

	/* career page	 */
.job-title {
    width: 25%;
    float: left;
/*     clear: both; */
}

.job-content {
    width: 75%;
    float: left;
    padding: 5px 50px;
}

.job-button {
    width: 10%;
    float: left;
}

.appbtn a {
        width: auto;
    font-size: 16px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(0,161,227,1);
    border-width: 1px;
    border-color: rgba(87,154,246,0);
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    padding: 10px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    float: left;
}
	.appbtn a:hover{
    background: #efefef;
    border-color: #cccccc;
    color: #444444;
	}
	
/* career page ends	 */
}
@media only screen and (min-width: 1280px)  {
	.btn_pop{
		    margin-top: -7% !important;
	}
	
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1900px) {
	.btn_pop{
		    margin-top: -5% !important;
	}
}

#history_btn{
	cursor: context-menu;
}

#vtop .x-slide-container.is-inline.is-paged:hover{
    transform:translate3d(1px, 1px)!important;
    transition:0.3s !important;
}

