/*
Theme Name: Futurio Custom
Theme URI: https://futuriowp.com/
Author: A-Concept
Author URI: https://futuriowp.com/about/
Description: Futurio is a lightweight, fast and customizable free multi-purpose and WooCommerce WordPress theme, suitable for business, portfolio, creative, and photography sites, eCommerce shops, landing pages, blogs or WooCommerce storefronts. Futurio works perfectly with all page builders, like Elementor, Beaver Builder, King Composer, Brizy, Visual Composer, SiteOrigin, Divi or Gutenberg, and supports most free and premium WordPress plugins, like WooCommerce, Jetpack, Contact Form 7, Yoast SEO and many more. Futurio is responsive, SEO friendly, WPML, translation and RTL ready, and comes with a 1-click-demo-import feature. Demos ready for download: https://futuriowp.com/demos/
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, full-width-template, rtl-language-support, custom-menu, editor-style, featured-images, translation-ready, custom-logo, threaded-comments, footer-widgets, blog, e-commerce
Text Domain: futurio
*/

#site-navigation {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

#site-navigation .shrink {	
	max-width:100%;
	border:1px solid red;
}

.navbar-brand {
	/*
	margin-top:15px;
	margin-botto:15px:
	*/
}

.top-bar-section {
	background-color:#049cd9;
	color:#fff;
}

#menu-home-menu {
	font-weight:normal;
}

#menu-main-menu {
	font-weight:normal;
}


.footer-credits, .footer-credits-text {
	background-color:#4aa4d6;
	color:#fff;
}

#main-page-posts ul {
	list-style:none;
}

#main-page-posts ul li {
	display:flex;	
	border-bottom:1px solid #a8a8a8;
	padding:10px 0px;
}

#main-page-posts ul li :nth-child(1) {
  order: 2;
}

#main-page-posts ul li :nth-child(2) {
  order: 1;
}

.lcp_title {
	margin:0;
	padding:0;
	padding-left:15px;
	font-size:16px;
	line-height:1.6;
}

.lcp_title a {
	color:#4aa4d6;
	font-weight:normal
}

.lcp_title a:hover {
	color:#ffa500;
}

.lcp_date {
	font-size:16px;
}

.elementor-580 a {
	color:#fff;
}