/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1686731719
Updated: 2023-06-14 11:35:19

*/

body {
	font-family: Samsung One;
	
}

/* applies only when I write !important*/
a {
	color: blue;
}

@media (max-width: 1025px) {
		.archive-post-title a {
			font-family: "Samsung Sharp Sans";
			color: black;	
			font-size: 15px;
			text-decoration: none;
			line-height: 1.0;
		}

		.archive-post {
			margin-top: 10px;
			display: flex;
			flex-wrap: wrap;	
			margin-bottom: 30px !important;
		}	
		.archive-description p {
			margin-bottom: 60px;	
			align-content: center;
		  font-family: "Samsung Sharp Sans";
		  text-align: center;

		}



	.archive-post-category a {
		color: black;				
	  font-size: 15px;
		font-family: "Samsung One C";
		}	

	.archive-post-tags a {
		color: black;				
	  font-size: 12px;
		font-family: "Samsung One C";
	}	

	.archive-post-date {
	  font-size: 12px;	
		font-family: "Samsung One C";
	}

	.archive-post-thumbnail {
			position: relative;
			width: 320px;
			height: 180px;
			border: 1px solid #FFFFFF;
	}

	.archive-post-thumbnail img {
			object-fit: cover;
			object-position: center;
			width: 100%;
			height: 100%;
			align-self: center;
		}	

	.archive-post-teaser {
		font-family: "Samsung One";
	}

	.archive-post-description {
	  font-size: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* For share button in posts*
	 */

	.heateor_sss_sharing_title {
		margin-bottom: 5px;
		font-size: 12px;
		font-family: "Samsung Sharp Sans";		
		}
	.heateor_sss_sharing_container {	margin-top: 50px;
		margin-bottom: 30px;}	
	
	.post-category {
	  font-size: 16px;
		padding-top: 20px;
		font-family: "Samsung Sharp Sans";
	}	

	.post-tags {
		margin-top: 20px;
		margin-bottom: 50px;
		font-size: 16px;
		font-family: "Samsung Sharp Sans";
		}
	
	/*pagination on arch pages*/
	.nav-links {
			font-family: "Samsung Sharp Sans";
		margin-top: 60px;
			margin-bottom: 60px;
			text-align: center;
	}

	.page-numbers {
			color: var(--e-global-color-secondary);
			margin: 10px;
	}

	.page-numbers .current {
			color: black;	
	}

	.yearly-archives	 {
			font-family: "Samsung Sharp Sans";
		margin-top: 30px;
			margin-bottom: 30px;
			text-align: center;
	}

	.year-archive  {
		margin-left: 5px;
		margin-right: 5px;
	}
}