@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;1,700&display=swap');
body{
	font-family: 'poppins';
	margin: 0;
	padding: 0;
}

.template {
	width: 95%;
	max-width: 1900px;
	margin-left: auto;
	margin-right: auto;
}

.template-layout {
	margin-top: 3rem;
	display: grid;
	grid-template-columns:  1fr 4fr 2fr ;
	grid-row-gap: 0rem;
}

.template-column {
	padding: 0 2rem;
	grid-column: span 5;
	
	@media (min-width: 800px) {
		grid-column: span 0;
		border-right: 1px solid #CCC;
		&:last-child {
			border-right: none;
		}
	}
	
	&:nth-child(2) {
		@media (min-width: 800px) {
			grid-column: span 2;
		}
	}
	&:nth-child(3) {
		@media (min-width: 800px) {
			grid-column: span 1;
		}
	}
}

.temp01 {
	& + .temp01 {
		padding-top: 2rem;
		margin-top: 2rem;
		border-top: 1px solid #ccc;
	}
}

.temp01-img {
	& + * {
		margin-top: 1rem;
	}
}

.temp01-link {
	color: inherit;
	text-decoration: none;
	font-family: "Poppins";

}

.temp01-title {
	font-family: 'poppins';
	font-weight: 800;
	line-height: 1.25;
	color: #000;

	&--large {
		font-size: 2rem;
		& + * {
			margin-top: 1.5rem;
		}
	}
}
.temp01-title {
	font-family: 'poppins';
	font-weight: 800;
	line-height: 1.25;
	color: #000;
	&--medium {
		font-size: 2rem;
		& + * {
			margin-top: 0.75rem;
		}
	}
}
.temp01-title {
	font-family: 'poppins';
	font-weight: 800;
	line-height: 1.25;
	color: #000;
	&--small {
		font-size: 2rem;
		& + * {
			margin-top: 0.75rem;
		}
	}
}

.temp01-link {
	color: inherit;
}

.mark {
	background-color: #a1cffa;
	&--secondary {
		background-color: #c2dddf;
	}
	
	&--tertiary {
		background-color: #F8E177;
	}
}

.temp01-excerpt,
.temp01-creditation {
	font-size: 1.125rem;
	line-height: 1.4;
    justify-content: center;
	p + p {
		margin-top: 1.5rem;
	}
}

.temp01-author {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.temp01-author-img {
	width: 3rem;
	height: 3rem;
	border-radius: 12px;
	background-color: #323232;
	overflow: hidden;
	background-blend-mode: multiply;
	img {
	}

	& + .temp01-author-info {
		margin-left: 0.5rem;
	}
}

.temp01-author-info {
	line-height: 1.375;
	dl {
		margin-top: 0.25em;
	}

	dt {
		font-weight: 600;
	}

	dd {
		font-size: 0.875em;
	}
}

.temp01-category {
	font-weight: 500;
	margin-bottom: 1rem;
	display: block;
	svg {
		max-width: 1.5rem;
		margin-right: .5rem;
		vertical-align: middle;
	}
	
}

.temp01-img img {
	display: block;
	max-width: 100%;
}

.temp03-img img {
	display: flex;
	max-width: 40%;
	float: left;
	margin-left: -30px;
	padding-right: 12px;
}
@media (max-width: 600px) {

	.temp03-img img {
		max-width: 80%;
		justify-items: center;
		float: none;
		margin-left: 0;
		padding-right: 0;
	}
	}
.temp12-img img {

	display: flex;
	max-width: 80px;
	float: left;
	margin-left: -45px;
	padding-right: 10px;
}

.temp02-img img {

	display: flex;
	max-width: 50%;
	float: right;
	position: relative;
	padding-left: 10px;
}
@media (max-width: 600px) {

	.temp02-img img {
		max-width: 100%;
		justify-items: center;
		float: none;
		padding:none;
	}
	}

	



	#shaareeicons{
		width: 40px;
		height: 40px;
		border: 2px solid #ffffff;
		border-radius: 5px;
	}
	
	#shaareeicons:hover{
		border-color: #222222;
		transform: scale(1.3);
		transition: all 0.3s ease;
	
	}

	#shareModal1 {
		position: relative;
		top: 50%;
		left: 0%;
		float: left;
		background-color: #fff;
		z-index: 1;
	}

	#shareModal1 h2{
		font-size: 18px;
	}
	
	#shareModal1 {
		display: block;
	}
	



	#shareModal {
		position: relative;
		top: 50%;
		left: 0%;
		float: left;
		background-color: #fff;
		padding: 0px;
		border-radius: 15px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	#shareModalh2{
		font-size: 18px;
	}
	
	#shareModal {
		display: block;
	}
	


.authorid{
	width: 80px;
	height: 80px;
	float: right;
}