/*
 Theme Name:   Unova Child
 Theme URI:    http://themeforest.net/user/VictorThemes
 Description:  Unova Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     unova
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  unova-child
*/

/* Write Custom CSS */


.top-links {
	display: flex;
	background-color: black;
	justify-content: flex-end;
	padding: 10px 20px;
	font-size: 15px;
}

.recruitment-top-link a {
	color: #fff;
	margin-right:50px;
}

.lenico-top-link a {
	color: #fff;
}

.mosaic-top-link a {
	color: #fff;
}

.mosaic-top-link {
	margin: 0 120px 0 50px;
}

.top-links a:hover {
	color: #72B7D6;
}


@media (max-width: 1200px) { 
	.top-links {
		justify-content: center;
		font-size: 15px;
	}

	.mosaic-top-link {
		margin: 0;
		margin-left: 20px;
	}
}


@media (max-width: 500px) { 
	.page-title {
	padding-top: 130px;
	padding-bottom: 100px;
}
}