/*
Theme Name: Newsville
Author: 
Description: Your description goes here
Version: 1.0
Template: twentytwentyfive

This is the child theme for Twenty Twenty-Five theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.under-construction{
	background-image:url("https://newsville.webdemo.gr/wp-content/uploads/2026/06/newsville.png");
	    height: 100vh;
}

.content{
	height: 100vh;
    align-content: center;
}

.inner-content{    
	width: 95%;
    max-width: 1140px;
    display: flex;
    margin: auto;
    justify-content: space-between;
	align-items: center;
}

.inner-content-left{}

.inner-content-right{}


.title{
	color: #FFF;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.email,
.telephone_title{
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	letter-spacing: 1.08px;
}

.email a{
	color: #FFF;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	letter-spacing: 1.2px;
}
.social_wrapper {
	display: flex;
    gap: 10px;
}
.telephone{
	color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.2px;
}
.telephone_title img,
.email img{
    height: 14px;
    width: 18px;
    margin-right: 8px;
    aspect-ratio: 5 / 4;
}

.inner-content-right a{
	text-decoration: auto;
}
.inner-content-right{
	display: flex;
    gap: 40px;
    flex-direction: column;
}


@media (max-width: 980px) {


	.inner-content{
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.logo_newsville img{
		max-width:100%;
	}
	.inner-content-right {
	gap: 20px;
	}

}


@media (max-width: 450px) {
	.title{
		font-size: 17px;
	}
	.email, .telephone_title {
    font-size: 16px;
	}
	.telephone {
	font-size: 16px;
	}
	.email a {
	font-size: 16px;
	}
}