/*
Theme Name: Jewe Child
Description: Wordpress Child Theme for Jessica Washington Website
Version: 1.0
Author: AW Bali Digital
Author URI: https://www.awbalidigital.com
Template: jewe
*/



/*Add your own styles here:*/
p{
	line-height: 175%;
}
.mb-3{
	margin-bottom: 25px !important;
}
.mb-5{
	margin-bottom: 50px !important;
}
.text-justify{
	text-align: justify;
}

.avia-button{
	border-radius: 25px !important;
    padding: 7px 15px !important;
    background: transparent !important;
    color: #3A3A3A !important;
    border: 1px solid #88CFF1;
	transition: 0.4s ease;
}
.avia_button_icon{
	padding: 5px;
    width: 20px;
    display: inline-block;
    height: 20px;
	background: #88CFF1;
	border-radius: 50%;
	color: #FFF;
	line-height: 12px;
	margin-left: 5px;
	transition: 0.4s ease;
}
.avia_button_icon:before{
	line-height: 12px;
}

.avia-button:hover{
	background: #88CFF1 !important;
    color: #FFF !important;
	opacity: 1 !important;
}
.avia-button:hover .avia_button_icon{
	background: #FFF;
	color: #88CFF1;
}
.custom-hr{
	margin-bottom: 0 !important;
    margin-top: 60px !important;
}
.wpseo_breadcrumb{
	color: #969696;
}
.wpseo_breadcrumb strong{
	color: #19B4FF !important;
}
.container_wrap{
	border-top: none;
}
.breadcrumbs{
	max-width: 1600px;
	margin: auto;
	padding: 30px 50px;
	padding-bottom: 0;
	color: #969696;
}
.breadcrumbs a{
	color: #88D0F1;
}
.breadcrumbs strong{
	color: #19B4FF !important;
}
/* =================================== Navbar ====================================== */
.av_header_transparency a{
	color: #fff !important;
}
.av_header_transparency a:hover{
	color: #19B4FF !important;
}
.av_header_transparency .current_page_item a{
	color: #19B4FF !important;
}

@media only screen and (min-width: 850px){
	.logo {
		width: 320px;
	}
	.logo img{
		transform: scale(1.45);
    	margin-left: 47px;
	}
}
/*=================================== Home Page ===================================== */

.hero-content h1{
	font-size: 100px !important;
	color: #FFF !important;
}
.hero-content p{
	font-size: 18px !important;
	color: #FFF !important;
	line-height: 150%;
}

.custom-subcontent .flex_column_table{
	height: max-content;
}
.justify-space{
	display: flex !important;
    flex-direction: column;
    width: 100% !important;
    height: 100%;
    justify-content: end;
}
.justify-space h2{
	margin-bottom: 50px;
}
span.text-primary{
	color: #88CFF1 !important;
}
.custom-gallery img{
	background: none !important;
	border: none !important;
	border-radius: 20px !important;
	padding: 10px !important;
}
.av-magazine-entry-big{
	margin: 0 !important;
}
.av-magazine-entry-big .av-magazine-thumbnail{
	padding: 0;
	border-radius: 15px !important;
	overflow: hidden !important;
	border: none;
	position: relative;
	margin: 0 !important;
	height: 100%;
}
.av-magazine-entry-big .av-magazine-content{
	display: none;
}
.av-magazine-entry-big .av-magazine-content-wrap{
	position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    padding: 30px !important;
    border-radius: 0 0 20px 20px;
    padding-top: 50px;
}
.av-magazine-entry-big .av-magazine-title{
	color: #FFF;
	font-size: 24px !important;
}
.av-magazine-entry-big .av-magazine-time{
	color: #dbdbdb;
}
.av-magazine .av-magazine-sideshow.av_one_half{
	border: none !important;
}
.av-magazine-group{
	display: flex;
}
.av-magazine-entry-small{
	margin: 0 !important;
}
.av-magazine-entry-small .av-magazine-content-wrap{
	border: none !important;
}
.av-magazine-entry-small .av-magazine-thumbnail{
	padding: 0 !important;
	width: 200px;
    height: 150px;
	border: none;
}
.av-magazine-entry-small .av-magazine-thumbnail img{
	width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.av-magazine-entry-small .av-magazine-title{
	font-size: 18px !important;
}
.av-magazine-sideshow{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
}
.av-magazine-sideshow::before, .av-magazine-sideshow::after{
	content: none !important;
}
.av-magazine-entry{
	height: 100%;
}
.av-magazine-entry .av-magazine-thumbnail a{
	height: 100%;
}
.av-magazine-entry .av-magazine-thumbnail a img{
	height: 100%;
	object-fit: cover;
}
.av-magazine .av-magazine-sideshow.av_one_half{
	margin-left: 1%;
    padding-left: 1%;
}
.magazine-readmore{
	display: block;
	margin-top: 15px;
}
.tv-show-slider{
	overflow: visible;
}
.tv-show-slider .next-slide{
	top: -30px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
	opacity: 1 !important;
	background: #88CFF1 !important;
	border: 1px solid #88CFF1 !important;
	transition: 0.4s ease !important;
}
.tv-show-slider .next-slide svg{
	height: 15px !important;
	margin: 0 !important;
}
.tv-show-slider .prev-slide{
	top: -30px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
    opacity: 1 !important;
    right: 50px;
	background: #88CFF1 !important;
	border: 1px solid #88CFF1 !important;
	transition: 0.4s ease !important;
}
.tv-show-slider .prev-slide svg{
	height: 15px !important;
	margin: 0 !important;
	width: 100% !important;
}

.tv-show-slider .prev-slide:hover, .tv-show-slider .next-slide:hover{
	background: transparent !important;
}
.tv-show-slider .prev-slide:hover svg, .tv-show-slider .next-slide:hover svg{
	fill: #88CFF1 !important
}

.tv-show-slider .avia-content-slider .slide-entry-wrap {
    display: flex;
    gap: 2em;
}
.tv-show-slider .avia-content-slider .slide-entry-wrap img{
	width: 100%;
}

.tv-show-slider .avia-content-slider .slide-entry-wrap .flex_column {
    width: auto;
    margin-left: 0;
    flex: 1;
	max-width: 23.5%;
}

.tv-show-slider .slide-content {
    display: flex;
    flex-direction: column;
}

.tv-show-slider .slide-meta {
    order: -1; /* move meta (date) before title */
	padding: 0;
}
.tv-show-slider .entry-content-header{
	margin-bottom: 15px;
}
.tv-show-slider img{
	border-radius: 10px !important;
}
.tv-show-slider .slide-image{
	position: relative;
}
.tv-show-slider .slide-image:after{
	content: '';
	width: 50px;
	height: 50px;
	background: #FFF;
	background-image: url('https://www.jessicawashington.com/wp-content/uploads/2025/04/PlayBtn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	animation: pulse 2s ease infinite;
}
.more-tvnews .recent-post-thumb, .more-tvnews .tvnews-thumb{
	position: relative;
}
.more-tvnews .recent-post-thumb:after, .more-tvnews .tvnews-thumb:after{
	content: '';
	width: 50px;
	height: 50px;
	background: #FFF;
	background-image: url('https://www.jessicawashington.com/wp-content/uploads/2025/04/PlayBtn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	animation: pulse 2s ease infinite;
}
.more-tvnews .tvnews-thumb:after{
	width: 35px;
	height: 35px;
}
.tv-show-slider .slide-image img{
	width: 100%;
}
.tv-show-slider .slide-entry{
	margin-left: 2%;
    width: 23.5%;
}
.tv-show-slider .slide-entry{
	margin-left: 2%;
    width: 23.5%;
}
.tv-show-slider .slide-entry:first-child {
    margin-left: 0;
}
.avia-video{
	border-radius: 15px;
}
.avia_playpause_icon{
	border-radius: 50%;
	background: #FFF;
	width: 75px;
	height: 75px;
	animation: pulse 2s ease infinite;
}
.avia_playpause_icon:before{
	color: #88CFF1 !important;
	line-height: 75px !important;
    text-align: center !important;
    font-size: 35px !important;
}
.avia_playpause_icon{
	margin: -35px 0 0 -40px;
}
/* ===================================== TV News ======================================== */
.custom-post-entry{
	margin-top: 10px;
}
.custom-post-entry .post-entry{
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #D3D3D3;
}
.custom-post-entry .big-preview{
	width: 35%;
	padding: 0 !important;
	position: relative;
}
.custom-post-entry .blog-meta{
	display: none !important;
}
.custom-post-entry .big-preview img{
	height: 33vh;
	object-fit: cover;
	border-radius: 15px;
}
.custom-post-entry .entry-content-wrapper h2, .custom-post-entry .entry-content-wrapper span{
	text-align: left !important;
}
.custom-post-entry .entry-content-wrapper h2{
	font-size: 32px !important;
}
.custom-post-entry .entry-content-wrapper .entry-content p{
	font-size: 16px !important;
}
.custom-post-entry .post_delimiter{
	display: none;
}
.custom-post-entry .big-preview a:after{
	content: '';
	width: 50px;
	height: 50px;
	background: #FFF;
	background-image: url('https://www.jessicawashington.com/wp-content/uploads/2025/04/PlayBtn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	animation: pulse 2s ease infinite;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio → 9/16 = 0.5625 → 56.25% */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.template-single-blog .type-television-news .big-preview{
	display: none;
}
.post-template-default .big-preview{
	display: none;
}
.content.av-main-single{
	padding-top: 15px;
}

.template-single-blog .post-title{
	font-size: 3em !important;
}

/* ===================================== About ========================================== */
.custom-blog-card{
	margin-top: 50px;
}
.custom-blog-card .slide-entry {
	background: #FFF;
	border-radius: 20px;
	overflow: hidden;
}
.custom-blog-card .slide-content{
	padding: 30px !important;
	padding-top: 15px !important;
}
.custom-blog-card .slide-image{
	position: relative;
}
.custom-blog-card .slide-image:after{
	content: '';
	width: 50px;
	height: 50px;
	background: #FFF;
	background-image: url('https://www.jessicawashington.com/wp-content/uploads/2025/04/PlayBtn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	animation: pulse 2s ease infinite;
}

/* ===================================== Articles ==================================== */
.type-post h1{
	font-size: 2.2em !important;
}
.type-post .entry-content-wrapper p{
	text-align: left;
}
.type-post img{
	padding: 0 !important;
	border-radius: 15px;
}
.type-post .wp-caption-text{
	font-size: 14px !important;
	font-family: 'Poppins';
	text-align: center !important;
}
.wp-caption{
	border: none !important;
}
.post-template-default .main_color strong{
	color: #19b2ff;
}
.custom-blog-list .slide-entry{
	margin-left: 2%;
    width: 23.5%;
}
.custom-blog-list .slide-entry img{
	width: 100%;
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
}
.custom-blog-list .slide-entry:first-child {
    margin-left: 0;
}
.custom-blog-list .slide-content{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.custom-blog-list .slide-meta {
    order: -1; /* move meta (date) before title */
	padding: 0;
}
.custom-blog-list .pagination-meta{
	position: absolute;
	right: 0;
}
#newsbox-2 .news-link{
	display: flex !important;
	gap: 10px;
}
#newsbox-2 .news-link .news-thumb {
	padding: 0;
    height: 100px;
    margin: 0;
    width: 50%;
    display: block;
	border: none;
}
#newsbox-2 .news-link .news-thumb img{
	padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
#newsbox-2 .news-link .news-headline{
	width: 50%;
}
.template-blog .pagination{
	padding: 0px 0px 10px 0px !important;
}
/* ===================================== Footer ========================================= */
#footer{
	padding-bottom: 0 !important;
	width: 100%;
}
#simple-social-icons-2 ul{
	display: flex;
}
#nav_menu-2 #menu-primary-header-menu{
	display: flex;
	gap: 15px;
	justify-content: end;
	
}
#nav_menu-2 #menu-primary-header-menu li a{
	font-size: 14px !important;
	color: #3A3A3A;
}
#text-2 p{
	margin: 0 !important;
	font-size: 15px !important;
	color: #3A3A3A;
	margin-top: 5px !important;
	text-align: right;
}
.footer-logo-container{
	padding: 75px 0;
	float: left;
}
#socket{
	width: 100%;
}
#socket .copyright {
    float: left;
    width: 100%;
    text-align: center;
	font-size: 13px;
}
.widget_nav_menu ul:first-child>.current_page_item>a{
	padding: 4px 0 !important;
}

/* =================================== Widget ================================= */
.tvnews-list li {
    display: flex;
    gap: 10px;
	margin-bottom: 15px;
}
.tvnews-list .tvnews-title{
	line-height: 125%;
}
.tvnews-list .tvnews-title a {
    font-size: 13.6px;
	color: #3a3a3a;
	font-weight: bold;
}
.tvnews-list .tvnews-date{
	font-size: 12.5px;
}
.tvnews-list .tvnews-meta{
	width: 50%;
}
.tvnews-list .tvnews-thumb{
	width: 50%;
	height: max-content;
}
.tvnews-list .tvnews-thumb a{
	height: 100px !important;
	border-radius: 10px;
	overflow: hidden;
}
.tvnews-list .tvnews-thumb img{
	height: 100px !important;
	border-radius: 10px;
	object-fit: cover;
}
.sidebar{
	padding-top: 0;
}

/* Recent Article Custom */
.recent-posts {
    margin-top: 40px;
}
li.recent-post-item{
	width: 100%;
}
.recent-posts ul{
	display: flex;
	margin-left: 0 !important;
	gap: 20px;
}
.recent-posts-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.recent-post-item {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
	margin-left: 0 !important;
}
.recent-post-thumb img {
    width: 100%;
    height: 250px;
	object-fit: cover;
    border-radius: 8px;
}
.recent-post-date {
    font-size: 12px;
    color: #777;
    margin: 10px 0 5px;
}
.recent-post-title {
    font-size: 16px;
    margin: 0 0 10px;
}
.recent-post-title a {
    color: #333;
    text-decoration: none;
}
.recent-post-title a:hover {
    text-decoration: underline;
}
.recent-post-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}
.recent-post-readmore {
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
    margin-top: auto;
}
.recent-post-readmore:hover {
    text-decoration: underline;
}

/* =================================== Responsive ============================= */
@media only screen and (max-width: 767px){
	.breadcrumbs{
		max-width: 1600px;
		margin: auto;
		padding: 30px;
		padding-bottom: 0;
		color: #969696;
	}
	.template-page .entry-content-wrapper h2{
		font-size: 28px;
	}
	.mb-5{
		margin-bottom: 25px !important;
	}
/* Navbar */
	.responsive #top #wrap_all #header {
        position: fixed;
    }
    .responsive #top #main {
        margin-top: 80px;
    }
	#av-burger-menu-ul a{
		font-size: 24px !important;
	}
	#menu-item-search svg{
		transform: translateY(5px);
	}
	.av_searchform_search svg{
		fill: #FFF !important;
		transform: translateY(0px) !important;
	}
	
/* Home */
	.hero-content h1{
		font-size: 42px !important;
		color: #FFF !important;
	}
	.hero-content p{
		font-size: 14px !important;
		color: #FFF !important;
		line-height: 150%;
	}
	#top .avia-content-slider .slide-entry-wrap .flex_column {
		width: auto;
		margin-left: 0;
		flex: 1;
		max-width: 50%;
	}
	.custom-subcontent{
		padding-top: 0;
		padding-bottom: 0;
	}
	.tv-slide .template-page{
		padding-top: 0;
		padding-bottom: 0;
	}
	.tv-slide .post-entry{
		margin-bottom: 0 !important;
	}
	.tv-slide .avia-button{
		margin-top: 0 !important;
	}
	.custom-photography .template-page{
		padding: 50px 0;
	}
	.custom-photography .post-entry{
		margin-bottom: 0 !important;
	}
	.custom-photography .avia_textblock{
		margin-bottom: 20px !important;
	}
	.custom-home-article .post-entry{
		margin-bottom: 0 !important;
	}
	.custom-home-article .flex_column{
		margin-bottom: 0 !important;
	}
	.av-magazine-group{
		flex-direction: column;
		gap: 15px;
	}
	.av-magazine-entry-big .av-magazine-title{
		font-size: 20px !important;
	}
	.av-magazine-entry-small .av-magazine-title{
		font-size: 16px !important;
	}
	
	.template-page-mbnone .template-page{
		padding-bottom: 0 !important;
	}
	.template-page-mtnone .template-page{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.template-page-mtnone .flex_column_table{
		margin-top: 0 !important;
	}
	
/* TV Show */	
	.custom-post-entry{
		margin-top: 15px;
	}
	.custom-post-entry .post-entry{
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.custom-post-entry .big-preview{
		width: 100%;
	}
	.tv-show-slider .slide-image:after{
		width: 35px;
		height: 35px;
	}
	.tv-video{
		position: fixed;
		z-index: 9;
	}
	.tv-content{
		margin-top: 210px;
	}
	.custom-post-entry .entry-content-wrapper h2{
		font-size: 24px !important;
	}
	
/* Articles	*/
	.template-blog .content{
		padding-bottom: 15px;
	}
	.template-blog .widgettitle{
		font-size: 20px;
	}
	a.news-title{
		font-size: 13.6px;
		color: #3a3a3a;
		font-weight: bold;
	}
	.news-time{
		font-size: 12.5px;
		margin-top: 5px;
	}
	.type-post .entry-content-wrapper p{
		text-align: left;
	}
	.template-single-blog .post-title{
		font-size: 2.4em !important;
	}
	.av-magazine-entry-small .av-magazine-thumbnail{
		width: 120px;
	}
	.post-entry {
        width: 100% !important;
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important;
		max-width: unset !important;
		margin-bottom: 30px !important;
    }
	.slide-entry-wrap{
		margin-bottom: 0 !important;
	}
	.post_delimiter{
		padding: 0 !important;
		margin: 0 !important;
	}
	.sidebar{
		border: none !important;
	}
	
/* Footer */
	#nav_menu-2 #menu-primary-header-menu li a{
		font-size: 12px !important;
		color: #3A3A3A;
	}
	#footer .widget{
		margin: 0;
	}
	#simple-social-icons-2{
		margin-top: 30px !important;
	}
	#simple-social-icons-2 ul{
		display: flex;
		justify-content: center;
	}
	#simple-social-icons-2 ul li{
		margin: 0 12px !important;
    	padding: 0 !important;
	}
	#text-2 p{
		margin: 0 !important;
		font-size: 12px !important;
		color: #3A3A3A;
		margin-top: 5px !important;
		text-align: center;
	}
	.footer-logo-container{
		padding: 35px 0;
		float: left;
	}
	
/* widget more post */
	.recent-posts ul{
		display: flex;
		flex-direction: column;
	}
	.recent-post-thumb img {
		width: 100%;
		height: 200px;
		border-radius: 8px;
		object-fit: cover;
	}
	
	#nav_menu-2 #menu-primary-header-menu{
		justify-content: center;

	}
	
	#socket .copyright {
		font-size: 11px;
	}
}

@media only screen and (min-width: 800px){
	.mobile-about{
		display: none !important;
	}
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}