/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/


.video_block.latest .title h2{
	margin-bottom: 20px;
}
.video_block .item a.fancy_link{
	display: flex;
	max-height: 300px;
	height: 300px;
	position: relative;
}

@media only screen and (max-width: 1000px){
	.video_block .item a.fancy_link{
		height:auto;
	}
}

.video_block .item a.fancy_link img{
	object-fit: cover;
}
.video_block .item a.fancy_link:after{
	content: '';
	background-image: url('images/play_btn.png');
	background-position: 60% center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.9);
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-size: 39%;
}
.item .title,
.item .date{
	text-transform: uppercase;
}
.item .title{
	margin-top: 10px;
	color: #464646;
}
.item .date{
	color: #037B62;
}
.vc_btn3-container.video_view_more a.vc_btn3{
	color: #49C096;
	font-weight: bold;
	padding: 0;
    background: none;
    border: navajowhite;
    margin: 10px 0;
    text-transform: uppercase;
}
.vc_btn3-container.video_view_more a.vc_btn3:hover{
	background: none;
	color: #806F59;
}

.fancybox-content{
	padding: 35px !important;
    background: none;
}

@media only screen and (max-width: 1100px) {
	.fancybox-content.video_frame iframe{
		max-width: 100%;
		height: calc(0.61 * 100vw);
		max-height: 563px;
	}
}


.video_grid_wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.video_grid_wrapper .video_block{
	width: 45%;
	margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
	.video_grid_wrapper .video_block,.video_block .item a.fancy_link img{
		width: 100%;
	}
	
	
}

.fancybox-slide--video .fancybox-content{
	max-width: 1420px !important;
	max-height: 800px;
}

@media only screen and (max-width: 1420px) {
.fancybox-slide--video .fancybox-content{
		max-width: 100% !important;
		max-height: 56.33vw;
	}
}

.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(2) p.links a,
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(3) p.links a{
	font-weight: 400 !important;
}

.dataTables_wrapper table.dataTable tbody tr td:nth-child(2) {
    font-size: 15px;
}


@media only screen and (max-width: 399px){
	.master-slider .ms-view .ms-slide-layers .ms-layer p, .master-slider .ms-slide .ms-slide-layers .ms-layer p {
		padding-left: 32px;
		padding-right: 20px;
	}
}

/* Search page */
body.search #mk-page-introduce,
body.wpfd_file-template-default #mk-page-introduce{
	background-color: #037b62;
}

body.search h4.the-title a{
	color: #333333;
}

.wpfd-single-file .wpfd-file-content--title{
	color: #333333 !important;
}

.search-loop-meta a {
    color: #037B62 !important;
    font-weight: bold;
}

.search-result-item .search-loop-meta{
	color: #6e7c83;
}




body.home .home_share_block .share_price table tbody tr td:not(:last-child){
	width: 80px;
}
body.home .home_share_block .share_price table tbody tr td:last-child{
	font-size: 30px;
    font-weight: bold !important;
    display: inline-block;
    width: 50px;
	margin-left: 25px;
}

@media only screen and (max-width: 767px) {
	body.home .home_share_block .share_price table tbody tr td:not(:last-child){
		width: 60px;
	}
	body.home .home_share_block .share_price table tbody tr td:last-child{
		font-size: 20px;
	}
}
@media only screen and (max-width: 481px) {
	body.home .home_share_block .share_price table tbody tr td:not(:last-child){
		width: 100%;
		display: block;
		font-size: 20px;
	}
	body.home .home_share_block .share_price table tbody tr td:last-child{
		width: 100%;
		display: block;
		padding: 0 !important;
		font-size: 15px;
	}
}
