/*
Theme Name: Arbresh New Theme
Theme URI: https://kutia.net
Author: Kutia
Author URI: https://kutia.net
Description: Description
Version: 1.0
 */



@media only screen and (min-width: 991px) {
  #menu-item-1628162 {
    background: red;
  }

  .singleContent p {
    font-size: 16px !important;
  }
  .video_section {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 990px) {
  .sliderTitle {
    font-weight: 800;
    font-size: 34px;
    color: #3a469a;
    margin: 20px 0;
  }
  .showbizz_section {
    margin-top: 0 !important;
  }
  .single_section .catListArea li .boxDsc {
    height: 58px;
  }
  #newsWorldWide {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  html body .singleContent p {
    font-weight: 400;
    color: #1a1a1a;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.3em;
  }
  html body .singleContent p strong {
    font-size: 22px;
    line-height: 1.3em;
  }
  #menu-item-1513655 {
    background: red;
  }
}
.author-avatar{
	display: flex;
    align-items: center;
}
.author-avatar img{
    margin: 10px;
    margin-left: 0;
    border-radius: 50%;
}
.mainNav ul li.current-menu-item a{
  background: #00afef;
}
.footer_x a,
.footer_tiktok a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_x a:hover svg path,
.footer_tiktok a:hover svg path{
 fill: #02afef;
}
.download-app-banner{
   background-color: #3a469a;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    border-top: 3px solid #ff9900;
    position: relative;
    z-index: 10;
}
.download-app-banner p{
	font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
    letter-spacing: 0.5px;
}
.download-app-banner .banner-buttons{
  	display: flex;
    justify-content: center;
    gap: 20px;
}
.download-app-banner .btn{
	display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.download-app-banner .btn:hover{
	transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.footerWrapInner .socialMedia li.footer_tiktok{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M464.866 112.467c-53.742 0-97.465-43.724-97.465-97.467 0-8.284-6.716-15-15-15h-80.334c-8.284 0-15 6.716-15 15v329.367c0 31.595-25.705 57.299-57.301 57.299-31.595 0-57.299-25.704-57.299-57.299 0-31.596 25.704-57.301 57.299-57.301 8.284 0 15-6.716 15-15v-80.334c0-8.284-6.716-15-15-15-92.433 0-167.633 75.2-167.633 167.635C32.134 436.8 107.333 512 199.767 512s167.635-75.2 167.635-167.633v-145.79c29.855 15.915 63.073 24.224 97.465 24.224 8.284 0 15-6.716 15-15v-80.334c-.001-8.284-6.717-15-15.001-15z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;
	background-size: 15px;
}
.footerWrapInner .socialMedia li.footer_tiktok:hover{
  	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M464.866 112.467c-53.742 0-97.465-43.724-97.465-97.467 0-8.284-6.716-15-15-15h-80.334c-8.284 0-15 6.716-15 15v329.367c0 31.595-25.705 57.299-57.301 57.299-31.595 0-57.299-25.704-57.299-57.299 0-31.596 25.704-57.301 57.299-57.301 8.284 0 15-6.716 15-15v-80.334c0-8.284-6.716-15-15-15-92.433 0-167.633 75.2-167.633 167.635C32.134 436.8 107.333 512 199.767 512s167.635-75.2 167.635-167.633v-145.79c29.855 15.915 63.073 24.224 97.465 24.224 8.284 0 15-6.716 15-15v-80.334c-.001-8.284-6.717-15-15.001-15z' fill='%2300afef' opacity='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;
	background-size: 15px;
}
.wp-caption-text{
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}