/*!
	Theme Name: ApMobi
	Theme URI: https://hnc.pt
	Description: The theme for ApMobi.
	Author: HNC
	Author URI: https://hnc.pt
	Version: 1.1.0
	Stable tag: 1.1.0
	Requires at least: 4.7
	Tested up to: 5.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: apmobi
	Tags: apmobi, mobilidade

*/

body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: inherit;
}

a, a:hover, a:active, a:focus {

	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.post-content a:hover {
	text-decoration: underline;
}

.elementor-widget-button a:hover {
	text-decoration: none !important;
}

.post-content ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}

.post-content ul li {
	margin-bottom: 20px;
}

.narrow {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

#header {
	background: #f0f1f2;
	padding-bottom: 30px;
}

.home #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: none;
}

#footer {
	background: #f0f1f2;
}

.home #footer {
	background: #ffffff;
}

/* News Highlight */

.news-highlights .highlight-full {
	float: right;
	width: 50%;
	position: relative;
	background: #2d3242;
	color: #ffffff;
}

.news-highlights .highlight-full .thumb {
	opacity: 0.3;
}

.news-highlights .highlight-full .info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 45px;
}

.news-highlights .highlight-full .info .category {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.news-highlights .highlight-full .info .title {
	position: absolute;
	left: 45px;
	bottom: 135px;
	font-size: 35px;
	font-weight: 600;
	max-width: 60%;
}

.news-highlights .highlight-full .info .readmore {
	position: absolute;
	bottom: 45px;
	left: 45px;
}

.news-highlights .highlight-full .info .readmore a {
	background: #4ecdc4;
	padding: 10px 30px;
	border-radius: 50px;
	color: #ffffff;
	transition: 0.4s;
}

.news-highlights .highlight-full .info .readmore a:hover {
	background: #0E3445;
}

.news-highlights .highlight {
	display: flex;
	background: #f9f9f9;
}

.news-highlights .highlight:last-child {
	background: #ffffff;
}

.news-highlights .highlight .thumb,
.news-highlights .highlight .info {
	width: 50%;
}

.news-highlights .highlight .info {
	padding: 20px;
	position: relative;
}

.news-highlights .highlight .info .category {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0e3345;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.news-highlights .highlight .info .date {
	color: #41b0aa;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-size: 12px;
	letter-spacing: 2px;
}

.news-highlights .highlight .info .title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}

.news-highlights .highlight .info .readmore {
	position: absolute;
	bottom: 30px;
	left: 20px;
}

.news-highlights .highlight .info .readmore a {
	background: #4ecdc4;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 14px;
	transition: 0.4s;
}

.news-highlights .highlight .info .readmore a:hover {
	background: #0E3445;
}

.shiftnav-toggle-button {
	padding: 0 !important;
	background: none !important;
	color: #0e3345 !important;
	font-size: 24px !important;
}

.category-pill a {
	background: #93dbdb;
	
	padding: 5px 20px;
	border-radius: 50px;
}

.destaques-grid {
	display: flex;
	margin: 0 -15px;
}

.destaques-grid .destaque {
	width: 300px;
	margin: 0 15px;
	text-align: center;
}

#menu-categorias-destaques {
	text-align: right;
}

#menu-categorias-destaques li {
	display: inline-block;
	margin-left: 35px;
}

#menu-categorias-destaques li a {
	color: #41b0aa;
	padding-bottom: 5px;
}

#menu-categorias-destaques li a:hover {
	border-bottom: 3px solid #41b0aa;
}

#menu-categorias-destaques li.current-menu-item a {
	color: #0e3345;
	border-bottom: 3px solid #0e3345;
}