/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.65
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.wrap-content-feature-10 {
    padding-left: 1vw;
}
.wrap-content-feature-10.show-no-content {
    top: 5vw;
    left: 9vw;
}
.con-featured .txt3 {
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
}

.wrap-content-feature-10 .btn-large-orange {
font-weight: 800;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    font-size: 0.7vw;
    width: 10.347vw;
    height: 2.4vw;
    background: transparent url('https://flyer.vn/wp-content/uploads/2022/12/Button.png') no-repeat center center;
    background-size: 100% 100%;
	text-transform: uppercase;
	text-decoration: none !important;
	display: flex;
    justify-content: center;
	align-items: center;
}
.wrap-content-feature-10 .btn-large-orange:hover {
    line-height: 1.7vw;
    background: transparent url('https://flyer.vn/wp-content/uploads/2022/12/Button.png') no-repeat center center;
    background-size: 100% 100%;
	height: 2.4vw;
	font-size: 0.7vw;
    width: 10.347vw;
}
.wrap-content-feature-10 .btn-large-orange.button-student  {
	    background: transparent url('https://flyer.vn/wp-content/uploads/2022/12/Group-389.png') no-repeat center center;
	    background-size: 100% 100%;
}
.box-featued15.has-content {
	display:flex;
}
.box-featued15.hidden-content {
	display:none;
}
.box-featued15 {
	background-image: url('https://flyer.vn/wp-content/uploads/2022/12/bg-popup.png');
	background-repeat: no-repeat;
    background-size: 14.5vw;
    padding: 1.5vw;
    text-align: center;
    width: 14.5vw;
	position: relative;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-heading {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
    font-size: 1vw;
    line-height: 1vw;
	color: #FFE1DC;
	text-shadow: 0px 0px 6px rgba(95, 15, 146, 0.56);
	text-transform: uppercase;
	margin: 0;
}
.line-hr-feature-10 {
	border: 1px solid #390066;
	width: 100%;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.button-test {
	height: 40px;
}
.button-close {
	width: 2.5vw;
	position: absolute;
	right: 0;
	top: -4px;
	cursor: pointer;
}
.button-close img {
	width: 100%;
}
.flyer-no-content {
	display: none;
}
.flyer-no-content.block-item {
	display: block;
	cursor: pointer;
}
.box-featued15.hidden-content {
	display: none;
}
.wrap-content-feature-10 .button-parent {
	margin-bottom: 0.7vw;
}
.wrap-content-feature-10 a.btn span {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 0.7vw;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.hide-date-time {
	display:none;
}
.single-post .td-main-content-wrap .wp-block-table table td{
    font-size: 17px;
    line-height: 31px;
}

.single-post .td-main-content-wrap .wp-block-table{
    margin-bottom: 30px;
}
.single-post .td-main-content-wrap .wp-block-table .wp-element-caption{
     margin-bottom: 30px;
}
.single-post .td-main-content-wrap .tdb_single_bg_featured_image.tdi_45 .tdb-featured-image-bg {
    padding-bottom: 780px;
    background-size: contain;
}
@media only screen and (max-width: 768px) {
	.con-featured .txt3  {
		flex-direction: column;
		width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
	}
	.box-featued15 {
		background-image: url('https://flyer.vn/wp-content/uploads/2022/12/bg-popup-mobile.png');
		width: 150px;
		background-size: 150px;
	}
	.wrap-content-feature-10 .btn-large-orange:hover {
		width: 100px;
		height: 25px;		
		font-size: 0.7vw;
	}
	.wrap-content-feature-10 .btn-large-orange {
		width: 100px;
		height: 25px;
		margin-bottom: 10px;
	}
	.wrap-content-feature-10 a.btn span {
		font-size:8px;
	}
	.title-heading {
		font-size:12px;
		padding-top:13px;
	}
	.line-hr-feature-10 {
		margin-top:10px;
		margin-bottom:10px;
	}
	.button-close {
		width:25px;
	}
	.con-featured {
		z-index:2 !important;
	}
}