/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */



/* dark mode color */ 

.jnews-dark-mode {
  --j-grey-bg-color: #243447!important;
  --j-darkgrey-bg-color: #192430!important;
  --j-bg-color: #192530!important;
  --j-dark-bg-color: #141d26!important;  
  --j-txt-color: #dedede!important;
  --j-link-txt-color: #ffffff!important;
  --j-meta-txt-color: #AAB8C2!important;
  --j-border-color: #243447!important;

}  


/* Modül */ 

.jeg_pl_lg_2 .jeg_thumb {
    width: 50%;
  
}

/* Read More Tusu */ 


 a.jeg_readmore{
    display: none;
}

/* Kategori Sayfasi */ 


.jeg_cat_subtitle {
display: none!important;
}

h1.jeg_cat_title{
    padding-top: 20px;
    padding-bottom: 20px;
}



/* image radius  */ 



.thumbnail-container  {

   border-radius: 8px;
   overflow: hidden!important;
   background-color: rgba(0,0,0,0.0);

}

.thumbnail-container:after {
   border-radius: 14px!important;
   background:  rgba(0,0,0,0.05)!important;

}



/* image no  crop */ 


.thumbnail-container > img {

    min-width: 100%;
    min-height: 0%;

     
}


.size-500 {
    padding-bottom: 55%
}.size-715 {
    padding-bottom: 55%
}.size-1000 {
    padding-bottom: 55%
}.size-1400 {
    padding-bottom: 55%
}.size-1500 {
    padding-bottom: 55%
}.size-1780 {
    padding-bottom: 55%
}




/* Post Title Merkez */ 
@media (min-width: 992px) {
  h1.jeg_post_title {
    max-width: 900px;
    margin: 0 auto!important;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
h1.jeg_post_title{
    text-align: center;
}
	}
	
	
/* post image radius */ 
	
	

.entry-content img {
    border-radius: 15px;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .entry-content img {
        border-radius: 15px;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .entry-content img {
        border-radius: 10px;
        padding: 5px;
    }
}

	
	
	
	

/* sosyal medya ikonları */ 

@media only screen and (min-width: 960px) {
  .jeg_btn-facebook.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }
    .jeg_btn-twitter.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }
  
    .jeg_btn-linkedin.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }
  
    .jeg_btn-pinterest.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }
  
    .jeg_btn-whatsapp.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }
  
    .jeg_btn-telegram.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }
  
    .jeg_btn-linkedin.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }
    .jeg_btn-email.expanded {
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    margin-bottom: 3px!important;
  }

}

/* newsletter resim mobil */ 
 
@media (max-width: 767px) {
  img.vc_single_image-img.attachment-medium {
    display: none;
  }
}







