/*
Theme Name: LiverScreen
Theme URL: https://www.liverscreen.eu
Description: LiverScreen theme (Nordic child theme)
Author: Innovation Acta
Author URL: https://www.innovationacta.eu
Template: nordic
Version: 1.1.0
Text Domain: liverscreen
*/

@import url("../nordic/assets/css/style.css");

/* Custom CSS */


/* Global */

a {
	transition: .3s all ease-in-out;
	color: #f7bc3a;
}
a:hover, a:active {
	color: #c88c08;
}

.project-content, .project-content-top {
	padding-left: 30px;
}
@media only screen and (max-width: 768px) {
	.project-content, .project-content-top {
		padding-left: 0;
	}
}

.project-content h4, .post-content h4 {
	line-height: normal;
}
.project-content p, .post-content p  {
	color: #444;
	font-size: 16px;
	text-align: left;
}
.project-content li, .post-content li {
	font-size: 14px;
}
.project-content a, .post-content a {
	color: #f7bc3a;
}


.post-content, .tags { 
	padding-left: 15px;
}
.post-content ol {
	padding-left: 20px;
	font-size: 14px;
	color: #808080;
}
.sfsiaftrpstwpr { /* social icons */
	padding-top: 30px;
}
.tags {
	margin-top: 40px;
}
@media only screen and (max-width: 768px) {
	.post-content, .tags {
		padding-left: 0;
	}
}

.project-content a:hover, .project-content a:active, .post-content a:hover, .post-content a:active {
	color: #c88c08;
}

.liv-title-page {
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 30px;
	margin: 0;
}

.pointer-cursor {
	cursor: pointer;
}

.liv-color {
	color: #f7bc3a !important;
}
.liv-gray {
	color: #343432 !important;
}


/* Header */

#header {
	background-color: #f7f7f7;
	padding-left: 25px !important;
	padding-right: 0 !important;
	color: #444;
	height: 100%;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.logo img {
	max-width: 190px;
	height: auto;
}

.menu-item a {
	font-weight: bold !important;
	letter-spacing: 2px !important
}

.sub-menu li {
	background-color: #343432 !important;
	width: 200px !important;
}
@media only screen and (max-width: 768px) {
	.sub-menu li {
		width: inherit !important;
	}
}
.sub-menu li:hover {
	background-color: #535350 !important;
}
.sub-menu li a {
	font-size: 14px !important;
	color: #fff !important;
	letter-spacing: normal !important;
}

.menu-item a:hover {
	color: #f7bc3a !important;
}
@media only screen and (max-width: 768px) {
	.menu-item a:hover {
		color: inherit!important;
	}
}

.current-menu-item a {
	color: #f7bc3a !important;
	font-weight: bold !important;
}
@media only screen and (max-width: 768px) {
	.current-menu a {
		font-weight: normal !important;
		color: inherit !important;
	}
}


/* Footer */

#footer {
	margin-top: 50px;
	padding: 30px 0 0 0 !important;
	background-color: #343432;
}
#footer .col-flag {
	margin-bottom: 30px;
	text-align: center;
}
#footer .col-flag img {
	width: 160px;
	height: auto;
}
#footer p {
	color: #f7f7f7 !important;
}
#footer a {
	color: #f7f7f7 !important;
}
#footer a:hover, #footer a:active {
	color: #f7bc3a !important;
}
#footer .col-social {
	font-size: 32px;
	padding-top: 30px;
}
#footer .col-social p {
	font-size: 32px;
	text-align: center;
}
#footer .col-copyright {
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #202020;
}
#footer .col-copyright p {
	text-align: center;
}


/* Other custom CSS */

.map-responsive {
	overflow: hidden;
	position: relative;
	padding-bottom: 50%;
	padding-top: 5px;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
@media screen and (max-width: 768px) {
	.map-responsive {
		height: 450px !important;
	}
}