/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');

html, body{
	font-family: "Encode Sans", sans-serif;
	--main-color: #01232f;
	--red-point:#DF1449;
	--tpm-gray: #4C4C4C;
	--celeste: #7fcdcf;
}
.site-header{
	background-color: var(--main-color);
}
.header-inner{
	max-width: 1250px!important;
}
.site-footer{
	background-color: var(--main-color);
	 color:#fff;
}
.footer-logo{
	max-width:200px !important;
}
.menu-item a{
	color: white;
}
.menu-item a :hover{
	color:#ffff;
}
.contact-btn{
	background-color:#ffff;
	color: var(--main-color);
	padding: 14px 48px;
	font-size: 20px;
	color: var(--main-color);
	font-weight: bold;
}

.own-footer{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 40px 0px;

}
.own-footer-inner{
	display: flex;
	flex-direction: column;
	max-width: 1250px !important;
	padding: 0px 20px;
	align-items: center;
	gap:40px;
}
.footer-row-1{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footer-row-2{
	display: flex;
	justify-content: center;
	padding: 80px 60px;
	background-color: #0e2e39;
	width: 100%;
}
.fr2c{
	display: flex;
	gap:20px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.fr2c-text{
	width: 60%;
}
.fr2c-cta{
	font-size: 36px;
	font-weight: bold;
}
.fr2c-form{
	display: flex;
	height: 56px;
	gap:10px;
	width: 40%;
}
.fr2c-form-input{
	border:1px solid #007d8c !important;
	border-radius: 0px!important;
	background-color: #0e2e39;
}
.fr2c-form-submit{
	background-color: var(--red-point);
	color: #fff;
	font-weight: 700;
	transition: all 0.7s ease;
}
.fr2c-form-submit:hover{
	background-color:#fff;
	color:var(--red-point);
}
.footer-logo{
	max-width: 138px;
}
.social-media-container{
	display: flex;
	gap: 20px;
}
.social-media-btn{
	min-width: 23px;
	img{
		width: 100%;
	}
}
.single-post-main{
	width: 100%;
	
}
.title-sec-container{
	width: 100%;
	display: flex;
	justify-content: center;

}
.title-sec{
	display: flex;
	width: 100%;
	max-width: 843px;
	flex-direction: column;
	padding-top:100px;
	padding-bottom: 50px;
	gap:30px;

}

.author-info{
	display: flex;
	gap: 15px;
}

.avatar{
	border-radius: 50%;
	width: 48px;
	height: 48px;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.author-text{
	display: inline-flex;
	flex-direction: column;
}
.author-name{
	font-size: 16px;
	text-transform: uppercase;
	color:var(--red-point);
	margin:0px;
}
.post-date{
	color: var(--tpm-gray);
	font-size: 17px;
	font-weight: 400;
}
.post-title{
	font-size: 36px;
	font-weight: bold;
	color:var(--main-color);
	line-height: 150%;
}
.category-tag{
	display: inline-flex;	
	gap:15px;
	align-items: center;
	span{
		color: var(--red-point);
		font-size: 28px;
		font-weight: bold;
	}
}
.placeholder-container{
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
	img{
		width:100%;
		max-width: 1200px;
	}
}
.page-content{
	max-width: 843px;
	margin: 0 auto;
	p{
		color:var(--tpm-gray);
		font-size: 17px;
		font-weight:400;
		line-height: 150%;
	}
	h2, h3, h4, h5, h6{
		color:var(--main-color);
		font-size:36px;
		line-height: 150%;
	}
	ul li::marker, ol li::marker{
		color:var(--red-point);
	}
	ul li, ol li{
		color:var(--tpm-gray);
		font-weight: 700;
		font-size: 18px;
	}
}
.single-post-related-posts{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 50px 0px 100px 0px;
}
.related-post-sec-title-cont{
	align-self: flex-start;
	width: 100%;
	display: flex;
	justify-content: center;
}
.related-post-sec-title{
	color: var(--main-color);
	font-size: 36px;
	display: flex;
	max-width: 1250px;
	width: 100%;
	padding-left: 10px;
	font-weight: 700;
}
.related-posts-content{
	width: 100%;
	max-width: 1250px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:15px;
	
}
.related-post-card{
	display: flex;
	flex-direction: column;
	gap:15px;
	padding: 15px;
}
.related-post-img{
	width: 100%;
	aspect-ratio: 5/3;
	object-fit: cover;
}
.related-post-info{
	font-weight: medium;
	font-size: 16px;
	color: var(--tpm-gray);
	a{
		color:var(--red-point)
	}
}
.related-post-title{
	color: var(--main-color);
	font-weight: 700;
	font-size:28px;
}
.related-post-title:hover{
	text-decoration: underline;
	color:var(--red-point);
}
.related-post-extract{
	color:var(--tpm-gray);
	font-size: 17px;

}
/*Articles list*/

.list-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:25px;
}
.nav-links a, span{
	margin: 0px 10px 
}
.nav-links .next, .prev{
	font-weight: 600;
}
.post-list-element{
	display: flex;
	
    gap:30px;
    align-items: center;
}
.post-list-img{
    aspect-ratio: 15/16;
    object-fit: cover;
    width: 100%;
    
}
.post-list-element-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:15px;
}
.post-list-element-category{
    font-size: 16px;
    font-weight: 500;
    color:var(--red-point);
    text-transform: uppercase;
    letter-spacing: 3px;
	margin:0px;
}
.post-list-element-title{
    font-size: 28px;
    font-weight: 700;
    color:var(--main-color);
    text-decoration:none;
}
.post-list-element-title:hover{
    color:var(--red-point);
}
.post-list-element-extract{
    color:var(--tpm-gray);
    font-size: 17px;
    font-weight: 400;
	margin:0px;
}


/*End of Articles list*/



@media (max-width:767px) {
	.fr2c, .fr2c-form, .footer-row-1{
		flex-direction: column;
	}
	.footer-row-1{
		gap:20px;
		align-items: flex-start;
	}	
	.fr2c-text, .fr2c-form{
		width: 100%;
	}
	.fr2c-cta{
		font-size: 26px;
		margin:0px;
	}
	.fr2c-form{
		height: auto;
	}
	.footer-row-2{
		padding:40px 30px;
	}
	.site-branding.show-logo{
		display: flex !important;
		justify-content: flex-start;
	}

	.site-navigation ul.menu{
		justify-content: flex-start !important;
		gap:15px;
	}
	.menu-item a {
		padding:10px !important;
		
	}
	.site-footer, .own-footer{
		padding-inline-start: 15px!important;
		padding-inline-end: 15px!important; 
	}
	.related-posts-content{
		overflow-x: scroll;
	}
	main, .single-post-related-posts{
		padding:0px 15px;
	}
	
	.list-container{
		gap:40px;
	}
	.post-list-element{
		flex-direction: column;
	}
	.post-list-img{
		max-width: 100%;
	}
	.post-list-element-text{
		width: 100%;
	}
	.site-navigation-toggle-holder{
		position: absolute;
		top: 17px;
		right: 0px;
	}
}
