/*!
Theme Name: EFORTIS
Theme URI: http://underscores.me/
Author: Tomislav Šuk
Author URI: https://efortis.net
Description: Official EFORTIS WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: efortis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

body{
	font-family: "Heebo", sans-serif;
	font-size: 16px;
	color: #21243D;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

.navbar{
	position: sticky;
    top: 0;
    background: #fff;
    z-index: 99999;
}

.navbar img{
	width: 200px;
}

.navbar ul li a {
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    color: #222;
    text-transform: uppercase;
}

.sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    background-color: #fff;
}

.sub-menu li {
    list-style-type: none;
    line-height: 1.75;
}

li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.hero h1 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero h1, .hero p{
	max-width: 500px;
}

.hero a {
    background: #FF6464;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 2px;
}

.recent-posts{
	background: #EDF7FA;
}

.recent-posts .post{
	background: #fff;
	padding: 20px;
}

.recent-posts a{
	color: #00A8CC;
}

.post h2{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.featured-works img{
	width: 100%
}

.featured-works h2{
	font-size: 30px;
	font-weight: bold;
}

.featured-works .date{
	background-color: #142850;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	border-radius: 16px;
	padding: 0 16px;
	margin-right: 30px;
}

.featured-works .tags{
	font-size: 20px;
	color: #8695A4;
}

.work {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.single-post h1{
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 30px;
}

.single-post .date{
	background-color: #FF7C7C;
	border-radius: 16px;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	margin-right: 20px;
}

.single-post .content{
	margin-top: 30px;
}

.single-post .categories a{
	color: #8695A4;
	font-size: 20px;
}

.single-post .tags {
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}

.single-post .tags a {
    background: #e1e1e1;
    border-radius: 16px;
    padding: 5px 10px;
}

.bg-archive{
	background-color: #34495e;
}

.content-archive img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 20px;
}

.content-archive h2 {
    color: #222;
    font-size: 22px;
    line-height: 32px;
}

.content-archive p {
    font-size: 16px;
    line-height: 30px;
}

.content-archive .btn {
    background-color: #34495e;
    border-color: #34495e;
    padding: 10px 30px;
}

footer{
	background-color: #34495e;
	color: #fff;
	padding: 60px 0;
}

footer .icons a{
	color: #FFF;
	font-size: 30px;
	margin: 0px 10px;
}

footer p{
	font-size: 14px;
}

footer ul li {
    list-style-type: none;
    text-align: left;
}

footer h4 {
    text-align: left;
    color: #efefef;
}

footer ul {
    padding: 0;
}

footer ul li a {
    color: #fff;
}

.border-radius-10{
    border-radius: 10px;
}

.contact-page {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-page label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-page input, .contact-page textarea {
    border: none;
    border-bottom: 2px solid #ccc;
    margin-top: 5px;
    margin-bottom: 20px;
    outline: none;
    box-shadow: none;
}

.contact-page input:focus, .contact-page textarea:focus {
    border-color: #34495e;
}

.contact-page button {
    display: inline-block;
    padding: 8px 30px;
    width: auto;
    border-radius: 4px;
    background-color: #34495e !important;
}