/*
Theme Name: Jeta
Theme URI: #
Author: Digital Connection
Author URI: https://www.digitalconnection.pt/
Description: This is theme developed fot Jeta by Digital Connection.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jeta
*/
@import "assets/css/custom.css";
@import "assets/css/responsive.css";

.sec_single_blog{
    padding: 60px 0 0px 0;
    width: 75%;
    margin: auto;
}
.sec_single_blog h1{
        font-weight: var(--fw-bold);
    text-transform: uppercase;
    color: var(--text-muted);
    line-height: 1.05;
    font-family: var(--ff-arkibal);
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.sec_single_blog h2{
    font-weight: var(--fw-bold);
    color: var(--text-muted);
    line-height: 1.05;
    font-family: var(--ff-arkibal);
    font-size: 30px;
}
.sec_single_blog h3{
    font-weight: var(--fw-bold);
    color: var(--text-muted);
    line-height: 1.05;
    font-family: var(--ff-arkibal);
    font-size: 20px;
	margin:10px 0;
}
.sec_single_blog p, .sec_single_blog  li{
    font-family: var(--ff-main);
    font-size: 16px;
    color: #616161;
    line-height: 1.6;
}
.media__card.two .yoKuno{
	background-color: #00ccff;
}
.media__card.three .yoKuno{
	background-color: #ffeb00;
}
option:hover{
	background: #5cc9fa;
}
.janbasekoele {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-text {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec_single_blog h2{
	    font-size: 22px;
    margin: 30px 0 20px;
}
.sec_single_blog h3{
	    font-size: 20px;
    margin: 30px 0 20px;
}
.sec_single_blog h4{
	    font-size: 18px;
    margin: 30px 0 20px;
}
.sec_single_blog p{
	margin:10px;
}
.sec_single_blog ul, .sec_single_blog ol{
	    padding: 0 30px;
}
.sec_single_blog ul li, .sec_single_blog ol li{
	list-style:disc;
}




.footerSocial {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 5px;
}
	.footerSocial li a{
		background:#5cc8f9;
		height:40px;
		width:40px;
		display:flex;
		justify-content:center;
	    align-items:center;
		font-size:20px;
       border-radius:100%;
	}


@media (max-width: 768px) { 
	.footerSocial {
		        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
	}
	



}


.mediaPage .media__card  img{
	    height: 370px;
    object-fit: cover;
	    width: 100%;
}




